2 references to SyntaxTreeAnalysisContext
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
604
var context = new
SyntaxTreeAnalysisContext
(
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1547
:
this
(tree, options, reportDiagnostic, isSupportedDiagnostic: (d, _) => isSupportedDiagnostic(d), compilation: null, filterSpan: null, isGeneratedCode: false, cancellationToken)