3 references to NotifyingState
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (3)
563if (mre != null && _state != States.NotifyingState) 705/// <summary>Transitions from <see cref="States.NotCanceledState"/> to <see cref="States.NotifyingState"/>.</summary> 711Interlocked.CompareExchange(ref _state, States.NotifyingState, States.NotCanceledState) == States.NotCanceledState)