2 references to CreateCompilationWithAnalyzersCacheEntryAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
530
return await
CreateCompilationWithAnalyzersCacheEntryAsync
(cancellationToken).ConfigureAwait(false);
542
var entry = await
CreateCompilationWithAnalyzersCacheEntryAsync
(cancellationToken).ConfigureAwait(false);