3 references to PythiaRemoteServiceCallbackDispatcher
Microsoft.CodeAnalysis.Remote.Workspaces (3)
ExternalAccess\Pythia\Api\PythiaRemoteServiceCallbackDispatcherRegistry.cs (3)
14
public static readonly PythiaRemoteServiceCallbackDispatcherRegistry Empty = new(Array.Empty<(Type,
PythiaRemoteServiceCallbackDispatcher
)>());
16
private readonly ImmutableDictionary<Type,
PythiaRemoteServiceCallbackDispatcher
> _lazyDispatchers;
18
public PythiaRemoteServiceCallbackDispatcherRegistry(IEnumerable<(Type serviceType,
PythiaRemoteServiceCallbackDispatcher
dispatcher)> lazyDispatchers)