1 write to _cts
Microsoft.ML.AutoML (1)
AutoMLExperiment\IStopTrainingManager.cs (1)
66_cts = new CancellationTokenSource();
2 references to _cts
Microsoft.ML.AutoML (2)
AutoMLExperiment\IStopTrainingManager.cs (2)
67_cts.CancelAfter(timeoutInSeconds); 68_cancellationTokenTrainingStopManager = new CancellationTokenStopTrainingManager(_cts.Token, channel);