1 write to _cancellationTokenTrainingStopManager
Microsoft.ML.AutoML (1)
AutoMLExperiment\IStopTrainingManager.cs (1)
68_cancellationTokenTrainingStopManager = new CancellationTokenStopTrainingManager(_cts.Token, channel);
2 references to _cancellationTokenTrainingStopManager
Microsoft.ML.AutoML (2)
AutoMLExperiment\IStopTrainingManager.cs (2)
69_cancellationTokenTrainingStopManager.OnStopTraining += (o, e) => 77return _cancellationTokenTrainingStopManager.IsStopTrainingRequested();