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)
73Debug.Assert(_lazyAnalyzerExecutor != null); 74return _lazyAnalyzerExecutor;