6 writes to m_ReadNesting
System (6)
net\System\Net\Cache\_CacheStreams.cs (6)
443
if (Interlocked.Increment(ref
m_ReadNesting
) != 1) {
500
Interlocked.Decrement(ref
m_ReadNesting
);
668
if (Interlocked.Increment(ref
m_ReadNesting
) != 1) {
697
Interlocked.Decrement(ref
m_ReadNesting
);
704
if (Interlocked.Decrement(ref
m_ReadNesting
) != 0) {
705
Interlocked.Increment(ref
m_ReadNesting
);