1 write to _firstInRegion
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
128
Me.
_firstInRegion
= _region.FirstInRegion
20 references to _firstInRegion
Microsoft.CodeAnalysis.VisualBasic (20)
Analysis\FlowAnalysis\AbstractFlowPass.Regions.vb (1)
54
Debug.Assert(Me.
_firstInRegion
IsNot Nothing)
Analysis\FlowAnalysis\AbstractFlowPass.vb (19)
220
Return Me.
_firstInRegion
Is Nothing OrElse Me._regionPlace = RegionPlace.After
667
If Me.
_firstInRegion
Is Nothing Then
671
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
706
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
752
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
785
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
873
If Me.
_firstInRegion
IsNot Nothing AndAlso Me._regionPlace = RegionPlace.Before Then
877
If BoundNodeFinder.ContainsNode(node.OriginalExpression, Me.
_firstInRegion
, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
892
If Me.
_firstInRegion
Is initializerExpr OrElse Not BoundNodeFinder.ContainsNode(Me.
_firstInRegion
, initializerExpr, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
919
If BoundNodeFinder.ContainsNode(initializerExpr, Me.
_firstInRegion
, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
926
Debug.Assert(containedByInitializer OrElse IsNotCapturedExpression(Me.
_firstInRegion
))
947
Debug.Assert(Me._regionPlace = RegionPlace.After OrElse IsNotCapturedExpression(Me.
_firstInRegion
))
1159
If methodGroup IsNot Nothing AndAlso Me.
_firstInRegion
Is methodGroup AndAlso
1271
If methodGroup IsNot Nothing AndAlso Me.
_firstInRegion
Is methodGroup AndAlso
1693
If propertyGroup IsNot Nothing AndAlso Me.
_firstInRegion
Is propertyGroup AndAlso
2128
If stack(i) Is Me.
_firstInRegion
Then
2137
If binary Is Me.
_firstInRegion
Then
2394
If boundLambda Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then