5 references to InternalGetStaticSource
mscorlib (5)
system\threading\CancellationToken.cs (5)
162
m_source = CancellationTokenSource.
InternalGetStaticSource
(canceled);
377
return other.m_source == CancellationTokenSource.
InternalGetStaticSource
(false);
382
return m_source == CancellationTokenSource.
InternalGetStaticSource
(false);
420
return CancellationTokenSource.
InternalGetStaticSource
(false).GetHashCode();
498
m_source = CancellationTokenSource.
InternalGetStaticSource
(false);