1 write to _ctSource
Microsoft.ML.Core (1)
Utilities\ThreadUtils.cs (1)
196_ctSource = new CancellationTokenSource();
3 references to _ctSource
Microsoft.ML.Core (3)
Utilities\ThreadUtils.cs (3)
192public CancellationToken Token => _ctSource.Token; 203_ctSource.Dispose(); 226_ctSource.Cancel();