2 writes to _lazyAnalyzerExecutor
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
395
_lazyAnalyzerExecutor
= analyzerExecutor;
700
_lazyAnalyzerExecutor
= this.AnalyzerExecutor.WithCancellationToken(cancellationToken);
2 references to _lazyAnalyzerExecutor
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
73
Debug.Assert(
_lazyAnalyzerExecutor
!= null);
74
return
_lazyAnalyzerExecutor
;