1 implementation of IRemoteKeepAliveService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\KeepAlive\RemoteKeepAliveService.cs (1)
10internal sealed partial class RemoteKeepAliveService : BrokeredServiceBase, IRemoteKeepAliveService
4 references to IRemoteKeepAliveService
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\KeepAlive\RemoteKeepAliveService.cs (2)
12internal sealed class Factory : FactoryBase<IRemoteKeepAliveService> 14protected override IRemoteKeepAliveService CreateService(in ServiceConstructionArguments arguments)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
63(typeof(IRemoteKeepAliveService), null),
Microsoft.CodeAnalysis.Workspaces (1)
Remote\IRemoteKeepAliveService.cs (1)
47var unused = client.TryInvokeAsync<IRemoteKeepAliveService>(