5 references to CreateAsync
Microsoft.CodeAnalysis.Workspaces (5)
CodeActions\CodeAction_Cleanup.cs (1)
145using var _ = await RemoteKeepAliveSession.CreateAsync(solution, cancellationToken).ConfigureAwait(false);
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (1)
33using var _ = await RemoteKeepAliveSession.CreateAsync(fixAllContext.Solution, fixAllContext.CancellationToken).ConfigureAwait(false);
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
68using var _ = await RemoteKeepAliveSession.CreateAsync(originalSolution, cancellationToken).ConfigureAwait(false);
Remote\IRemoteKeepAliveService.cs (2)
97/// cref="CreateAsync(Solution, CancellationToken)"/> is not possible (for example, in a constructor). 111/// <inheritdoc cref="CreateAsync(Solution, CancellationToken)"/>