2 references to SyntaxTreeAnalysisContext
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
617
var context = new
SyntaxTreeAnalysisContext
(tree, AnalyzerOptions, diagReporter.AddDiagnosticAction, isSupportedDiagnostic, Compilation, isGeneratedCode, _cancellationToken);
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1378
:
this
(tree, options, reportDiagnostic, isSupportedDiagnostic, compilation: null, isGeneratedCode: false, cancellationToken)