1 write to AddDiagnosticAction
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (1)
91AddDiagnosticAction = AddDiagnostic;
7 references to AddDiagnosticAction
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerExecutor.cs (7)
552semanticModel, AnalyzerOptions, diagReporter.AddDiagnosticAction, 605tree, AnalyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, 650additionalFile, 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, 1064ExecuteSyntaxNodeAction(action, node, executionData, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, cancellationToken); 1162ExecuteOperationAction(action, operation, executionData, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, cancellationToken);