2 writes to _abortCalled
System.Net.Requests (2)
System\Net\HttpWebRequest.cs (2)
996if (Interlocked.Exchange(ref _abortCalled, 1) != 0) 1566if (Volatile.Read(ref _abortCalled) == 1)