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)
649semanticModel, analyzerOptions, diagReporter.AddDiagnosticAction, 703tree, analyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, 749additionalFile, analyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, 918executionData.AnalyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, executionData.FilterSpan, executionData.IsGeneratedCode, cancellationToken); 1000executionData.AnalyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, @this.GetControlFlowGraph, declaredNode.SyntaxTree, 1172ExecuteSyntaxNodeAction(action, node, executionData, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, cancellationToken); 1272ExecuteOperationAction(action, operation, executionData, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, cancellationToken);