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