3 writes to _callNesting
System.Net.WebClient (3)
System\Net\WebClient.cs (3)
92
if (Interlocked.Increment(ref
_callNesting
) > 1)
140
private void EndOperation() => Interlocked.Decrement(ref
_callNesting
);
216
public bool IsBusy => Volatile.Read(ref
_callNesting
) > 0;