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