1 type derived from Dispatcher
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
288protected sealed class Dispatcher<TMessage> : Dispatcher
5 references to Dispatcher
Microsoft.ML.Core (5)
Environment\HostEnvironmentBase.cs (5)
279/// map from <see cref="System.Type"/> to <see cref="Dispatcher"/>. 355protected readonly ConcurrentDictionary<Type, Dispatcher> ListenerDict; 377ListenerDict = new ConcurrentDictionary<Type, Dispatcher>(); 471if (!ListenerDict.TryGetValue(typeof(TMessage), out Dispatcher dispatcher) 507if (!ListenerDict.TryGetValue(typeof(TMessage), out Dispatcher dispatcher))