5 references to _cts
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\AggregationManager.cs (5)
176Debug.Assert(_collectThread == null && !_cts.IsCancellationRequested); 257cancelToken = _cts.Token; 263while (!_cts.Token.IsCancellationRequested) 291CancellationToken cancelToken = _cts.Token; 317_cts.Cancel();