1 implementation of IRemoteKeepAliveService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\KeepAlive\RemoteKeepAliveService.cs (1)
10internal sealed partial class RemoteKeepAliveService : BrokeredServiceBase, IRemoteKeepAliveService
5 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)
74(typeof(IRemoteKeepAliveService), null),
Microsoft.CodeAnalysis.Workspaces (2)
Remote\IRemoteKeepAliveService.cs (2)
37_ = client.TryInvokeAsync<IRemoteKeepAliveService>( 61_ = client.TryInvokeAsync<IRemoteKeepAliveService>(