2 references to Shared
mscorlib (2)
system\threading\Tasks\ParallelRangeManager.cs (1)
114
Interlocked.CompareExchange(ref m_indexRanges[m_nCurrentIndexRange].m_nSharedCurrentIndexOffset, new
Shared
<long>(0), null);
system\threading\Tasks\Task.cs (1)
714
props.m_cancellationRegistration = new
Shared
<CancellationTokenRegistration>(ctr);