1 reference to GetOrCreateCompilationWithAnalyzersAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
130
var (compilationWithAnalyzers, projectAnalyzerToIdMap, hostAnalyzerToIdMap) = await
GetOrCreateCompilationWithAnalyzersAsync
(cancellationToken).ConfigureAwait(false);