1 write to _cts
Microsoft.ML.Sweeper (1)
AsyncSweeper.cs (1)
206_cts = new CancellationTokenSource();
4 references to _cts
Microsoft.ML.Sweeper (4)
AsyncSweeper.cs (4)
242if (_cts.IsCancellationRequested) 278if (_cts.IsCancellationRequested) 282return await _paramChannel.Reader.ReadAsync(_cts.Token); 297_cts.Cancel();