1 instantiation of RazorRemoteHostClient
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Remote\RazorRemoteHostClient.cs (1)
32return new RazorRemoteHostClient((ServiceHubRemoteHostClient)client, serviceDescriptors, callbackDispatchers);
1 reference to RazorRemoteHostClient
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Remote\RazorRemoteHostClient.cs (1)
26public static async Task<RazorRemoteHostClient?> TryGetClientAsync(HostWorkspaceServices services, RazorServiceDescriptorsWrapper serviceDescriptors, RazorRemoteServiceCallbackDispatcherRegistry callbackDispatchers, CancellationToken cancellationToken = default)