5 references to NotifyingCompleteState
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (5)
29internal static readonly CancellationTokenSource s_canceledSource = new CancellationTokenSource() { _state = States.NotifyingCompleteState }; 76internal bool IsCancellationCompleted => _state == States.NotifyingCompleteState; 208_state = States.NotifyingCompleteState; 744Interlocked.Exchange(ref _state, States.NotifyingCompleteState); 832_state = States.NotifyingCompleteState;