1 write to _firstInRegion
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
120
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)
212
Return Me.
_firstInRegion
Is Nothing OrElse Me._regionPlace = RegionPlace.After
676
If Me.
_firstInRegion
Is Nothing Then
680
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
715
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
761
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
794
If node Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then
882
If Me.
_firstInRegion
IsNot Nothing AndAlso Me._regionPlace = RegionPlace.Before Then
886
If BoundNodeFinder.ContainsNode(node.OriginalExpression, Me.
_firstInRegion
, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
901
If Me.
_firstInRegion
Is initializerExpr OrElse Not BoundNodeFinder.ContainsNode(Me.
_firstInRegion
, initializerExpr, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
928
If BoundNodeFinder.ContainsNode(initializerExpr, Me.
_firstInRegion
, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
935
Debug.Assert(containedByInitializer OrElse IsNotCapturedExpression(Me.
_firstInRegion
))
956
Debug.Assert(Me._regionPlace = RegionPlace.After OrElse IsNotCapturedExpression(Me.
_firstInRegion
))
1168
If methodGroup IsNot Nothing AndAlso Me.
_firstInRegion
Is methodGroup AndAlso
1287
If methodGroup IsNot Nothing AndAlso Me.
_firstInRegion
Is methodGroup AndAlso
1709
If propertyGroup IsNot Nothing AndAlso Me.
_firstInRegion
Is propertyGroup AndAlso
2144
If stack(i) Is Me.
_firstInRegion
Then
2153
If binary Is Me.
_firstInRegion
Then
2410
If boundLambda Is Me.
_firstInRegion
AndAlso Me._regionPlace = RegionPlace.Before Then