2 writes to m_Aborted
System (2)
net\System\Net\HttpWebRequest.cs (2)
3140if(Interlocked.CompareExchange(ref m_Aborted, abortState, 0) == 0) // public abort will never drain streams 3303_ServicePoint = ServicePointManager.FindServicePoint(_Uri, _Proxy, out _ProxyChain, ref _AbortDelegate, ref m_Aborted);
2 references to m_Aborted
System (2)
net\System\Net\HttpWebRequest.cs (2)
331return m_Aborted != 0; 6098if (!_ReadAResult.InternalPeekCompleted && m_Aborted != AbortState.Public) // otherwise it's too late