7 references to CreateAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
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 (5)
CodeActions\CodeAction_Cleanup.cs (1)
195
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 (2)
97
/// cref="
CreateAsync
(Solution, CancellationToken)"/> is not possible (for example, in a constructor).
111
/// <inheritdoc cref="
CreateAsync
(Solution, CancellationToken)"/>