2 references to CANNOT_BE_CANCELED
mscorlib (2)
system\threading\CancellationTokenSource.cs (2)
171
get { return m_state !=
CANNOT_BE_CANCELED
; }
264
m_state = set ? NOTIFYINGCOMPLETE :
CANNOT_BE_CANCELED
;