2 references to ComputeCompilationInCurrentProcessAsync
Microsoft.CodeAnalysis.Features (1)
Shared\Utilities\CompilationAvailableEventSource.cs (1)
91
await CompilationAvailableHelpers.
ComputeCompilationInCurrentProcessAsync
(project, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Tagging\RemoteTaggerCompilationAvailableService.cs (1)
35
await CompilationAvailableHelpers.
ComputeCompilationInCurrentProcessAsync
(project, cancellationToken).ConfigureAwait(false);