5 references to _cts
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\AggregationManager.cs (5)
165Debug.Assert(_collectThread == null && !_cts.IsCancellationRequested); 246cancelToken = _cts.Token; 252while (!_cts.Token.IsCancellationRequested) 280CancellationToken cancelToken = _cts.Token; 306_cts.Cancel();