11 references to CreateAsync
Microsoft.CodeAnalysis.EditorFeatures (3)
Copilot\CopilotWpfTextCreationListener.cs (1)
114
using var _1 = await RemoteKeepAliveSession.
CreateAsync
(solution, cancellationToken).ConfigureAwait(false);
Copilot\RoslynProposalAdjusterProvider.cs (1)
189
using var _1 = await RemoteKeepAliveSession.
CreateAsync
(solution, cancellationToken).ConfigureAwait(false);
Suggestions\SuggestedActionsSource_Async.cs (1)
93
using var _1 = await RemoteKeepAliveSession.
CreateAsync
(document.Project.Solution, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
247
using var _2 = await RemoteKeepAliveSession.
CreateAsync
(_solution, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (7)
CodeActions\CodeAction_Cleanup.cs (1)
185
using var _ = await RemoteKeepAliveSession.
CreateAsync
(solution, cancellationToken).ConfigureAwait(false);
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (1)
32
using var _ = await RemoteKeepAliveSession.
CreateAsync
(fixAllContext.State.Solution, fixAllContext.CancellationToken).ConfigureAwait(false);
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
65
using 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)"/>