5 references to CompilationWithAnalyzersCacheEntry
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (5)
43private static CompilationWithAnalyzersCacheEntry? s_compilationWithAnalyzersCache = null; 330var cacheEntry = await GetOrCreateCacheEntryAsync().ConfigureAwait(false); 333async Task<CompilationWithAnalyzersCacheEntry> GetOrCreateCacheEntryAsync() 350var entry = await CreateCompilationWithAnalyzersCacheEntryAsync(cancellationToken).ConfigureAwait(false); 361private async Task<CompilationWithAnalyzersCacheEntry> CreateCompilationWithAnalyzersCacheEntryAsync(CancellationToken cancellationToken)