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)
634
semanticModel, analyzerOptions, diagReporter.
AddDiagnosticAction
,
688
tree, analyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic,
734
additionalFile, analyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic,
903
executionData.AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, executionData.FilterSpan, executionData.IsGeneratedCode, cancellationToken);
985
executionData.AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, @this.GetControlFlowGraph, declaredNode.SyntaxTree,
1157
ExecuteSyntaxNodeAction(action, node, executionData, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, cancellationToken);
1257
ExecuteOperationAction(action, operation, executionData, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, cancellationToken);