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