1 write to AddDiagnosticAction
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (1)
95AddDiagnosticAction = AddDiagnostic;
7 references to AddDiagnosticAction
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerExecutor.cs (7)
634semanticModel, analyzerOptions, diagReporter.AddDiagnosticAction, 688tree, analyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, 734additionalFile, analyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, 903executionData.AnalyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, executionData.FilterSpan, executionData.IsGeneratedCode, cancellationToken); 985executionData.AnalyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, @this.GetControlFlowGraph, declaredNode.SyntaxTree, 1157ExecuteSyntaxNodeAction(action, node, executionData, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, cancellationToken); 1257ExecuteOperationAction(action, operation, executionData, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, cancellationToken);