1 write to AddDiagnosticAction
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (1)
91
AddDiagnosticAction
= AddDiagnostic;
7 references to AddDiagnosticAction
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerExecutor.cs (7)
552
semanticModel, AnalyzerOptions, diagReporter.
AddDiagnosticAction
,
605
tree, AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic,
650
additionalFile, AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic,
815
@this.AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, executionData.FilterSpan, executionData.IsGeneratedCode, cancellationToken);
895
@this.AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, @this.GetControlFlowGraph, declaredNode.SyntaxTree,
1064
ExecuteSyntaxNodeAction(action, node, executionData, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, cancellationToken);
1162
ExecuteOperationAction(action, operation, executionData, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, cancellationToken);