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