11 references to CreateAsync
Microsoft.CodeAnalysis.EditorFeatures (3)
Copilot\CopilotWpfTextCreationListener.cs (1)
114using var _1 = await RemoteKeepAliveSession.CreateAsync(solution, cancellationToken).ConfigureAwait(false);
Copilot\RoslynProposalAdjusterProvider.cs (1)
189using var _1 = await RemoteKeepAliveSession.CreateAsync(solution, cancellationToken).ConfigureAwait(false);
Suggestions\SuggestedActionsSource_Async.cs (1)
93using var _1 = await RemoteKeepAliveSession.CreateAsync(document.Project.Solution, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
247using var _2 = await RemoteKeepAliveSession.CreateAsync(_solution, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (7)
CodeActions\CodeAction_Cleanup.cs (1)
185using var _ = await RemoteKeepAliveSession.CreateAsync(solution, cancellationToken).ConfigureAwait(false);
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (1)
32using var _ = await RemoteKeepAliveSession.CreateAsync(fixAllContext.State.Solution, fixAllContext.CancellationToken).ConfigureAwait(false);
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
65using var _ = await RemoteKeepAliveSession.CreateAsync(originalSolution, cancellationToken).ConfigureAwait(false);
Remote\IRemoteKeepAliveService.cs (4)
243/// establishment, use <see cref="CreateAsync(Solution, CancellationToken)"/> instead.</para> 263/// <inheritdoc cref="CreateAsync(Solution, CancellationToken)"/> 267/// <inheritdoc cref="CreateAsync(Solution, CancellationToken)"/> 271/// <inheritdoc cref="CreateAsync(Solution, CancellationToken)"/>