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