1 instantiation of CompilationWithAnalyzersCacheEntry
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
326
return new
CompilationWithAnalyzersCacheEntry
(_solutionChecksum, _project, compilationWithAnalyzers, analyzerToIdMap);
5 references to CompilationWithAnalyzersCacheEntry
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (5)
39
private static
CompilationWithAnalyzersCacheEntry
? s_compilationWithAnalyzersCache = null;
270
var
cacheEntry = await GetOrCreateCacheEntryAsync().ConfigureAwait(false);
273
async Task<
CompilationWithAnalyzersCacheEntry
> GetOrCreateCacheEntryAsync()
290
var
entry = await CreateCompilationWithAnalyzersCacheEntryAsync(cancellationToken).ConfigureAwait(false);
301
private async Task<
CompilationWithAnalyzersCacheEntry
> CreateCompilationWithAnalyzersCacheEntryAsync(CancellationToken cancellationToken)