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