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)
431Debug.Assert(_pendingArgumentsToPostProcess.Count == 0); 2782var pendingArguments = _pendingArgumentsToPostProcess.ExtractAll(static (arg, operation) => arg.Parent == operation, operation); 3087_pendingArgumentsToPostProcess.Add(operation);