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