5 references to CompilationWithAnalyzersCacheEntry
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (5)
42private static CompilationWithAnalyzersCacheEntry? s_compilationWithAnalyzersCache = null; 329var cacheEntry = await GetOrCreateCacheEntryAsync().ConfigureAwait(false); 332async Task<CompilationWithAnalyzersCacheEntry> GetOrCreateCacheEntryAsync() 349var entry = await CreateCompilationWithAnalyzersCacheEntryAsync(cancellationToken).ConfigureAwait(false); 360private async Task<CompilationWithAnalyzersCacheEntry> CreateCompilationWithAnalyzersCacheEntryAsync(CancellationToken cancellationToken)