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