3 references to RazorServiceDescriptorsWrapper
Microsoft.CodeAnalysis.ExternalAccess.Razor (3)
Remote\RazorRemoteHostClient.cs (3)
16
private readonly
RazorServiceDescriptorsWrapper
_serviceDescriptors;
19
internal RazorRemoteHostClient(ServiceHubRemoteHostClient client,
RazorServiceDescriptorsWrapper
serviceDescriptors, RazorRemoteServiceCallbackDispatcherRegistry callbackDispatchers)
26
public static async Task<RazorRemoteHostClient?> TryGetClientAsync(HostWorkspaceServices services,
RazorServiceDescriptorsWrapper
serviceDescriptors, RazorRemoteServiceCallbackDispatcherRegistry callbackDispatchers, CancellationToken cancellationToken = default)