2 writes to _outstanding
System.Net.Mail (2)
System\Net\Mime\MultiAsyncResult.cs (2)
32if (Interlocked.Decrement(ref _outstanding) == -1) 38private void Increment() => Interlocked.Increment(ref _outstanding);