1 write to AddDiagnosticAction
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (1)
95
AddDiagnosticAction
= AddDiagnostic;
7 references to AddDiagnosticAction
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerExecutor.cs (7)
649
semanticModel, analyzerOptions, diagReporter.
AddDiagnosticAction
,
703
tree, analyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic,
749
additionalFile, analyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic,
918
executionData.AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, executionData.FilterSpan, executionData.IsGeneratedCode, cancellationToken);
1000
executionData.AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, @this.GetControlFlowGraph, declaredNode.SyntaxTree,
1172
ExecuteSyntaxNodeAction(action, node, executionData, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, cancellationToken);
1272
ExecuteOperationAction(action, operation, executionData, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, cancellationToken);