2 writes to m_Aborted
System (2)
net\System\Net\HttpWebRequest.cs (2)
3140
if(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)
331
return
m_Aborted
!= 0;
6098
if (!_ReadAResult.InternalPeekCompleted &&
m_Aborted
!= AbortState.Public) // otherwise it's too late