3 references to LValueCapture
Microsoft.CodeAnalysis.CodeStyle (3)
LValueFlowCaptureProvider.cs (1)
63
: FlowCaptureKind.
LValueCapture
;
SymbolUsageAnalysis.DataFlowAnalyzer.FlowGraphAnalysisData.cs (2)
101
Debug.Assert(LValueFlowCapturesInGraph.Values.All(kind => kind is FlowCaptureKind.
LValueCapture
or FlowCaptureKind.LValueAndRValueCapture));
459
=> !LValueFlowCapturesInGraph.TryGetValue(captureId, out var captureKind) || captureKind != FlowCaptureKind.
LValueCapture
;