We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbf131 commit 4b62cb6Copy full SHA for 4b62cb6
csharp/ql/test/utils/modelgenerator/dataflow/Sinks.cs
@@ -82,11 +82,13 @@ public void WrapPropPrivateSetResponseWriteFile()
82
83
public class CompoundSinks
84
{
85
+ // neutral=Sinks;CompoundSinks;WrapNewSinkProp;(Sinks.NewSinks);summary;df-generated
86
public void WrapNewSinkProp(NewSinks ns)
87
88
ns.WrapPropResponseWriteFile();
89
}
90
91
+ // neutral=Sinks;CompoundSinks;WrapNewSinkField;(Sinks.NewSinks);summary;df-generated
92
public void WrapNewSinkField(NewSinks ns)
93
94
ns.WrapFieldResponseWriteFile();
0 commit comments