7 references to ServiceHubRemoteHostClient
Microsoft.CodeAnalysis.Remote.Workspaces (7)
ExternalAccess\Pythia\Api\PythiaRemoteHostClient.cs (3)
15private readonly ServiceHubRemoteHostClient _client; 19internal PythiaRemoteHostClient(ServiceHubRemoteHostClient client, PythiaServiceDescriptorsWrapper serviceDescriptors, PythiaRemoteServiceCallbackDispatcherRegistry callbackDispatchers) 32return new PythiaRemoteHostClient((ServiceHubRemoteHostClient)client, serviceDescriptors, callbackDispatchers);
ExternalAccess\UnitTesting\Api\UnitTestingRemoteHostClient.cs (3)
15private readonly ServiceHubRemoteHostClient _client; 19internal UnitTestingRemoteHostClient(ServiceHubRemoteHostClient client, UnitTestingServiceDescriptorsWrapper serviceDescriptors, UnitTestingRemoteServiceCallbackDispatcherRegistry callbackDispatchers) 32return new UnitTestingRemoteHostClient((ServiceHubRemoteHostClient)client, serviceDescriptors, callbackDispatchers);
ServiceHubRemoteHostClient.cs (1)
71var client = new ServiceHubRemoteHostClient(services, configuration, serviceBrokerClient, hubClient, callbackDispatchers);