1 implementation of ICancelable
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
96internal abstract class HostEnvironmentBase<TEnv> : ChannelProviderBase, IHostEnvironmentInternal, IChannelProvider, ICancelable
3 references to ICancelable
Microsoft.ML.Core (3)
Environment\HostEnvironmentBase.cs (2)
99void ICancelable.CancelExecution() 105if (host is ICancelable cancelableHost)
Utilities\Contracts.cs (1)
752if (env is ICancelable cancelableEnv && cancelableEnv.IsCanceled)