1 instantiation of PythiaRemoteHostClient
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ExternalAccess\Pythia\Api\PythiaRemoteHostClient.cs (1)
32
return new
PythiaRemoteHostClient
((ServiceHubRemoteHostClient)client, serviceDescriptors, callbackDispatchers);
1 reference to PythiaRemoteHostClient
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ExternalAccess\Pythia\Api\PythiaRemoteHostClient.cs (1)
26
public static async Task<
PythiaRemoteHostClient
?> TryGetClientAsync(HostWorkspaceServices services, PythiaServiceDescriptorsWrapper serviceDescriptors, PythiaRemoteServiceCallbackDispatcherRegistry callbackDispatchers, CancellationToken cancellationToken = default)