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)
533
var context = new SemanticModelAnalysisContext(semanticModel, AnalyzerOptions, diagReporter.
AddDiagnosticAction
,
582
var context = new SyntaxTreeAnalysisContext(tree, AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, Compilation, filterSpan, isGeneratedCode, cancellationToken);
621
var context = new AdditionalFileAnalysisContext(additionalFile, AnalyzerOptions, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, Compilation, filterSpan, cancellationToken);
865
ExecuteBlockActions(blockActions, declaredNode, declaredSymbol, analyzer, semanticModel, operationBlocks, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, filterSpan, isGeneratedCode, cancellationToken);
866
ExecuteBlockActions(blockEndActions, declaredNode, declaredSymbol, analyzer, semanticModel, operationBlocks, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, filterSpan, isGeneratedCode, cancellationToken);
1018
ExecuteSyntaxNodeAction(action, node, containingSymbol, model, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, filterSpan, isGeneratedCode, cancellationToken);
1118
ExecuteOperationAction(action, operation, containingSymbol, model, diagReporter.
AddDiagnosticAction
, isSupportedDiagnostic, filterSpan, isGeneratedCode, cancellationToken);