2 references to NOTIFYING
mscorlib (2)
system\threading\CancellationTokenSource.cs (2)
118
get { return m_state >=
NOTIFYING
; }
723
if (Interlocked.CompareExchange(ref m_state,
NOTIFYING
, NOT_CANCELED) == NOT_CANCELED)