1 implementation of KeepAliveAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\KeepAlive\RemoteKeepAliveService.cs (1)
23public ValueTask KeepAliveAsync(
1 reference to KeepAliveAsync
Microsoft.CodeAnalysis.Workspaces (1)
Remote\IRemoteKeepAliveService.cs (1)
49(service, solutionInfo, cancellationToken) => service.KeepAliveAsync(solutionInfo, cancellationToken),