5 references to CreateAsync
Microsoft.CodeAnalysis.Workspaces (5)
CodeActions\CodeAction_Cleanup.cs (1)
141using 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)
98/// cref="CreateAsync(Solution, CancellationToken)"/> is not possible (for example, in a constructor). 112/// <inheritdoc cref="CreateAsync(Solution, CancellationToken)"/>