1 write to _pendingArgumentsToPostProcess
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
278
_pendingArgumentsToPostProcess
= [];
3 references to _pendingArgumentsToPostProcess
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (3)
431
Debug.Assert(
_pendingArgumentsToPostProcess
.Count == 0);
2782
var pendingArguments =
_pendingArgumentsToPostProcess
.ExtractAll(static (arg, operation) => arg.Parent == operation, operation);
3087
_pendingArgumentsToPostProcess
.Add(operation);