2 references to LValueAndRValueCapture
ILLink.RoslynAnalyzer (2)
DataFlow\LValueFlowCaptureProvider.cs (2)
69
? FlowCaptureKind.
LValueAndRValueCapture
86
Debug.Assert(kind == FlowCaptureKind.
LValueAndRValueCapture
|| !rvalueFlowCaptureIds.Contains(captureId), "Flow capture used as both an r-value and an l-value, but with incorrect flow capture kind");