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