2 writes to _firstInRegion
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\RegionAnalysisContext.vb (2)
59Me._firstInRegion = firstInRegion 84Me._firstInRegion = Nothing
4 references to _firstInRegion
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\RegionAnalysisContext.vb (4)
61Me.Failed = Me._symbol Is Nothing OrElse Me._boundNode Is Nothing OrElse Me._firstInRegion Is Nothing OrElse Me._lastInRegion Is Nothing 63If Not Me.Failed AndAlso Me._firstInRegion Is Me._lastInRegion Then 65Select Case Me._firstInRegion.Kind 99Return New FlowAnalysisRegionInfo(Me._firstInRegion, Me._lastInRegion, Me._region)