2 instantiations of 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);
2 references to Shared
mscorlib (2)
system\threading\Tasks\ParallelRangeManager.cs (1)
42internal volatile Shared<long> m_nSharedCurrentIndexOffset;
system\threading\Tasks\Task.cs (1)
266internal Shared<CancellationTokenRegistration> m_cancellationRegistration; // Task's registration with the cancellation token