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