3 writes to m_ShutDown
System (3)
net\System\Net\_ConnectStream.cs (3)
2521
if (Interlocked.Exchange(ref
m_ShutDown
, AlreadyAborted) >= AlreadyAborted) {
2529
if (Interlocked.Increment(ref
m_ShutDown
) > 1) {
2690
if (!aborting && Interlocked.Exchange(ref
m_ShutDown
, AlreadyAborted) >= AlreadyAborted){
2 references to m_ShutDown
System (2)
net\System\Net\_ConnectStream.cs (2)
465
return
m_ShutDown
!= 0;
2515
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() m_ShutDown:" +
m_ShutDown
.ToString() + " m_CallNesting:" + m_CallNesting.ToString() + " m_DoneCalled:" + m_DoneCalled.ToString());