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