2 writes to _lazyAnalyzerActions
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
90
protected ref readonly AnalyzerActions AnalyzerActions => ref
_lazyAnalyzerActions
;
403
(
_lazyAnalyzerActions
, _lazyUnsuppressedAnalyzers) = await GetAnalyzerActionsAsync(Analyzers, AnalyzerManager, analyzerExecutor, _severityFilter).ConfigureAwait(false);