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