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