5 references to KeepAliveTokenSource
Microsoft.CodeAnalysis.Workspaces (5)
Remote\IRemoteKeepAliveService.cs (5)
66/// <see cref="KeepAliveTokenSource"/> is canceled. This call is fire-and-forget from the host's perspective.</item> 115session.KeepAliveTokenSource.Token).ConfigureAwait(false); 148session.KeepAliveTokenSource.Token, 197var cancellationToken = this.KeepAliveTokenSource.Token; 234this.KeepAliveTokenSource.Cancel();