2 references to CodeBlockAnalysisContext
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
893
var context = new
CodeBlockAnalysisContext
(declaredNode, declaredSymbol, semanticModel,
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1180
:
this
(codeBlock, owningSymbol, semanticModel, options, reportDiagnostic, isSupportedDiagnostic: (d, _) => isSupportedDiagnostic(d), filterSpan: null, isGeneratedCode: false, cancellationToken)