2 writes to m_CallNesting
System (2)
net\System\Net\webclient.cs (2)
92
if (AnotherCallInProgress(Interlocked.Increment(ref
m_CallNesting
))) {
110
Interlocked.Decrement(ref
m_CallNesting
);