4 references to SymbolAnalysisContext
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
471
var context = new
SymbolAnalysisContext
(
582
var context = new
SymbolAnalysisContext
(
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
816
:
this
(symbol, compilation, options, reportDiagnostic, isSupportedDiagnostic: (d, _) => isSupportedDiagnostic(d), isGeneratedCode: false, filterTree: null, filterSpan: null, cancellationToken)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (1)
580
action(new
SymbolAnalysisContext
(