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