3 references to IsLValueFlowCaptureReference
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (1)
1242
if (
IsLValueFlowCaptureReference
(operation) &&
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (2)
1949
Debug.Assert(
IsLValueFlowCaptureReference
(flowCaptureReference));
2967
if (!
IsLValueFlowCaptureReference
(operation))