2 references to SemanticModelAnalysisContext
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
573
var context = new
SemanticModelAnalysisContext
(semanticModel, AnalyzerOptions, diagReporter.AddDiagnosticAction,
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
664
:
this
(semanticModel, options, reportDiagnostic, isSupportedDiagnostic, filterSpan: null, isGeneratedCode: false, cancellationToken)