1 instantiation of CompilationWithAnalyzersCacheEntry
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
426
return new
CompilationWithAnalyzersCacheEntry
(_solutionChecksum, _project, compilationWithAnalyzers, projectAnalyzerToIdMap, hostAnalyzerToIdMap);
5 references to CompilationWithAnalyzersCacheEntry
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (5)
40
private static
CompilationWithAnalyzersCacheEntry
? s_compilationWithAnalyzersCache = null;
330
var
cacheEntry = await GetOrCreateCacheEntryAsync().ConfigureAwait(false);
333
async Task<
CompilationWithAnalyzersCacheEntry
> GetOrCreateCacheEntryAsync()
350
var
entry = await CreateCompilationWithAnalyzersCacheEntryAsync(cancellationToken).ConfigureAwait(false);
361
private async Task<
CompilationWithAnalyzersCacheEntry
> CreateCompilationWithAnalyzersCacheEntryAsync(CancellationToken cancellationToken)