3 references to IsNotCapturedExpression
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
935Debug.Assert(containedByInitializer OrElse IsNotCapturedExpression(Me._firstInRegion)) 956Debug.Assert(Me._regionPlace = RegionPlace.After OrElse IsNotCapturedExpression(Me._firstInRegion)) 998Return IsNotCapturedExpression(DirectCast(node, BoundFieldAccess).ReceiverOpt)