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