1 instantiation of RazorRemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Remote\RazorRemoteServiceCallbackDispatcherRegistry.cs (1)
14
public static readonly RazorRemoteServiceCallbackDispatcherRegistry Empty =
new
(Array.Empty<(Type, RazorRemoteServiceCallbackDispatcher)>());
4 references to RazorRemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.ExternalAccess.Razor (4)
Remote\RazorRemoteHostClient.cs (3)
17
private readonly
RazorRemoteServiceCallbackDispatcherRegistry
_callbackDispatchers;
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)
Remote\RazorRemoteServiceCallbackDispatcherRegistry.cs (1)
14
public static readonly
RazorRemoteServiceCallbackDispatcherRegistry
Empty = new(Array.Empty<(Type, RazorRemoteServiceCallbackDispatcher)>());