3 references to GetAddSemanticDiagnostic
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (3)
808
var diagReporter =
GetAddSemanticDiagnostic
(semanticModel.SyntaxTree, declaredNode.FullSpan, analyzer);
980
var diagReporter =
GetAddSemanticDiagnostic
(model.SyntaxTree, filterSpan, analyzer);
1068
var diagReporter =
GetAddSemanticDiagnostic
(model.SyntaxTree, filterSpan, analyzer);