5 references to CompilationWithAnalyzersCacheEntry
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (5)
40
private static
CompilationWithAnalyzersCacheEntry
? s_compilationWithAnalyzersCache = null;
516
var
cacheEntry = await GetOrCreateCacheEntryAsync().ConfigureAwait(false);
519
async Task<
CompilationWithAnalyzersCacheEntry
> GetOrCreateCacheEntryAsync()
536
var
entry = await CreateCompilationWithAnalyzersCacheEntryAsync(cancellationToken).ConfigureAwait(false);
547
private async Task<
CompilationWithAnalyzersCacheEntry
> CreateCompilationWithAnalyzersCacheEntryAsync(CancellationToken cancellationToken)