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