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