1 instantiation of BoundNodeFinder
Microsoft.CodeAnalysis.VisualBasic (1)
BoundTree\BoundNodeFinder.vb (1)
28
Dim walker As New
BoundNodeFinder
(findWhat, recursionDepth, convertInsufficientExecutionStackExceptionToCancelledByStackGuardException)
4 references to BoundNodeFinder
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
886
If
BoundNodeFinder
.ContainsNode(node.OriginalExpression, Me._firstInRegion, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
887
Debug.Assert(
BoundNodeFinder
.ContainsNode(node.OriginalExpression, Me._lastInRegion, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()))
901
If Me._firstInRegion Is initializerExpr OrElse Not
BoundNodeFinder
.ContainsNode(Me._firstInRegion, initializerExpr, _recursionDepth, ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()) Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
616
Debug.Assert(Not
BoundNodeFinder
.ContainsNode(right, initializer.PlaceholderOpt, _recursionDepth, convertInsufficientExecutionStackExceptionToCancelledByStackGuardException:=True), "Should be addressed in DiagnosticsPass")