3 overrides of IgnoreOutSemantics
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractRegionDataFlowPass.vb (1)
68
Protected Overrides ReadOnly Property
IgnoreOutSemantics
As Boolean
Analysis\FlowAnalysis\UnassignedVariablesWalker.vb (1)
74
Protected Overrides ReadOnly Property
IgnoreOutSemantics
As Boolean
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (1)
179
Protected Overrides ReadOnly Property
IgnoreOutSemantics
As Boolean
1 reference to IgnoreOutSemantics
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1930
If p.IsOut And Not Me.
IgnoreOutSemantics
Then