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