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