1 type derived from Dispatcher
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
288
protected 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
"/>.
355
protected readonly ConcurrentDictionary<Type,
Dispatcher
> ListenerDict;
377
ListenerDict = new ConcurrentDictionary<Type,
Dispatcher
>();
471
if (!ListenerDict.TryGetValue(typeof(TMessage), out
Dispatcher
dispatcher)
507
if (!ListenerDict.TryGetValue(typeof(TMessage), out
Dispatcher
dispatcher))