1 instantiation of PythiaRemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ExternalAccess\Pythia\Api\PythiaRemoteServiceCallbackDispatcherRegistry.cs (1)
14
public static readonly PythiaRemoteServiceCallbackDispatcherRegistry Empty =
new
(Array.Empty<(Type, PythiaRemoteServiceCallbackDispatcher)>());
4 references to PythiaRemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.Remote.Workspaces (4)
ExternalAccess\Pythia\Api\PythiaRemoteHostClient.cs (3)
17
private readonly
PythiaRemoteServiceCallbackDispatcherRegistry
_callbackDispatchers;
19
internal PythiaRemoteHostClient(ServiceHubRemoteHostClient client, PythiaServiceDescriptorsWrapper serviceDescriptors,
PythiaRemoteServiceCallbackDispatcherRegistry
callbackDispatchers)
26
public static async Task<PythiaRemoteHostClient?> TryGetClientAsync(HostWorkspaceServices services, PythiaServiceDescriptorsWrapper serviceDescriptors,
PythiaRemoteServiceCallbackDispatcherRegistry
callbackDispatchers, CancellationToken cancellationToken = default)
ExternalAccess\Pythia\Api\PythiaRemoteServiceCallbackDispatcherRegistry.cs (1)
14
public static readonly
PythiaRemoteServiceCallbackDispatcherRegistry
Empty = new(Array.Empty<(Type, PythiaRemoteServiceCallbackDispatcher)>());