4 references to SessionId
Microsoft.CodeAnalysis.Workspaces (4)
Remote\IRemoteKeepAliveService.cs (4)
70
/// <para>The two calls share <see cref="
SessionId
"/> so the OOP side can correlate them.</para>
110
var sessionId = session.
SessionId
;
154
(service, _, cancellationToken) => service.WaitForSessionIdAsync(session.
SessionId
, cancellationToken),
206
var sessionId = this.
SessionId
;