2 writes to _boundNode
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\RegionAnalysisContext.vb (2)
56
Me.
_boundNode
= boundNode
82
Me.
_boundNode
= Nothing
2 references to _boundNode
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\RegionAnalysisContext.vb (2)
61
Me.Failed = Me._symbol Is Nothing OrElse Me.
_boundNode
Is Nothing OrElse Me._firstInRegion Is Nothing OrElse Me._lastInRegion Is Nothing
92
Return New FlowAnalysisInfo(Me._compilation, Me._symbol, Me.
_boundNode
)