1 write to _dispatch
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
306_dispatch = DispatchCore;
3 references to _dispatch
Microsoft.ML.Core (3)
Environment\HostEnvironmentBase.cs (3)
309public Action<IMessageSource, TMessage> Dispatch { get { return _dispatch; } } 318lock (_dispatch) 324lock (_dispatch)