1 implementation of WaitForSessionIdAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\KeepAlive\RemoteKeepAliveService.cs (1)
74
public async ValueTask
WaitForSessionIdAsync
(long sessionId, CancellationToken cancellationToken)
4 references to WaitForSessionIdAsync
Microsoft.CodeAnalysis.Workspaces (4)
Remote\IRemoteKeepAliveService.cs (4)
24
/// cref="
WaitForSessionIdAsync
"/> to block until the solution is actually pinned before proceeding with
43
/// (which syncs and pins the solution) and <see cref="IRemoteKeepAliveService.
WaitForSessionIdAsync
"/> (which blocks
67
/// <item><see cref="IRemoteKeepAliveService.
WaitForSessionIdAsync
"/>: Blocks until KeepAliveAsync has completed
154
(service, _, cancellationToken) => service.
WaitForSessionIdAsync
(session.SessionId, cancellationToken),