1 write to _compilationWithAnalyzers
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
50_compilationWithAnalyzers = compilationWithAnalyzers;
11 references to _compilationWithAnalyzers
Microsoft.CodeAnalysis.Features (11)
Diagnostics\Service\DocumentAnalysisExecutor.cs (11)
68=> new(_diagnosticAnalyzerService, analysisScope, _compilationWithAnalyzers, _logPerformanceInfo, _onAnalysisException); 91documentAnalyzer, textDocument, kind, _compilationWithAnalyzers?.HostCompilation, tree, cancellationToken).ConfigureAwait(false); 97if (_compilationWithAnalyzers == null || !analyzer.SupportAnalysisKind(kind)) 102(r, d, a, k) => $"Driver: {r != null}, {d.Id}, {d.Project.Id}, {a}, {k}", _compilationWithAnalyzers, textDocument, analyzer, kind); 146var compilation = _compilationBasedProjectAnalyzersInAnalysisScope.Contains(analyzer) ? _compilationWithAnalyzers.ProjectCompilation : _compilationWithAnalyzers.HostCompilation; 157RoslynDebug.Assert(_compilationWithAnalyzers != null); 162analysisScope, analysisScope.TextDocument.Project, _compilationWithAnalyzers, _logPerformanceInfo, getTelemetryInfo: false, cancellationToken).ConfigureAwait(false); 175RoslynDebug.Assert(_compilationWithAnalyzers != null); 199RoslynDebug.Assert(_compilationWithAnalyzers != null); 232RoslynDebug.Assert(_compilationWithAnalyzers != null);