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