6 writes to m_ReadNesting
System (6)
net\System\Net\Cache\_CacheStreams.cs (6)
126if (Interlocked.Increment(ref m_ReadNesting) != 1) { 145Interlocked.Decrement(ref m_ReadNesting); 216if (Interlocked.Increment(ref m_ReadNesting) != 1) { 256Interlocked.Decrement(ref m_ReadNesting); 263if (Interlocked.Decrement(ref m_ReadNesting) != 0) { 264Interlocked.Increment(ref m_ReadNesting);