12 writes to m_CallNesting
System (12)
net\System\Net\_ConnectStream.cs (12)
621Interlocked.CompareExchange(ref m_CallNesting, Nesting.InternalIO, Nesting.Idle); 693Interlocked.CompareExchange(ref m_CallNesting, Nesting.Idle, Nesting.InternalIO); 921int nesting = Interlocked.CompareExchange(ref m_CallNesting, Nesting.IoInProgress, Nesting.Idle); 1161nesting = Interlocked.CompareExchange(ref m_CallNesting, (nesting == Nesting.InError? Nesting.InError: Nesting.Idle), Nesting.IoInProgress); 1276int result = Interlocked.CompareExchange(ref m_CallNesting, value, comparand); 1408int nesting = Interlocked.CompareExchange(ref m_CallNesting, Nesting.IoInProgress, Nesting.Idle); 1437Interlocked.CompareExchange(ref m_CallNesting, Nesting.Idle, Nesting.IoInProgress); 1679int nesting = Interlocked.CompareExchange(ref m_CallNesting, Nesting.IoInProgress, Nesting.Idle); 1997Interlocked.CompareExchange(ref m_CallNesting, Nesting.Idle, Nesting.IoInProgress); 2181Interlocked.CompareExchange(ref m_CallNesting, Nesting.InternalIO, Nesting.Idle); 2229Interlocked.CompareExchange(ref m_CallNesting, Nesting.Idle, Nesting.InternalIO); 2544if (Interlocked.Exchange(ref m_CallNesting, nesting) == Nesting.IoInProgress)
15 references to m_CallNesting
System (15)
net\System\Net\_ConnectStream.cs (15)
622GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::ResubmitWrite() Inc: " + m_CallNesting.ToString()); 624GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::ResubmitWrite(), callNesting : " + m_CallNesting.ToString() + " IsClosed = " + IsClosed); 694GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::ResubmitWrite(), callNesting : " + m_CallNesting.ToString() + " IsClosed = " + IsClosed); 1277GlobalLog.Print("an AsyncCallback Out callNesting: " + m_CallNesting.ToString()); 1409GlobalLog.Print("Read() In: callNesting : " + m_CallNesting.ToString()); 1438GlobalLog.Print("Read() Out: callNesting: " + m_CallNesting.ToString()); 1680GlobalLog.Print("BeginRead() In: callNesting : " + m_CallNesting.ToString()); 1998GlobalLog.Print("EndRead() callNesting: " + m_CallNesting.ToString()); 2182GlobalLog.Print("WriteHeaders() callNesting: " + m_CallNesting.ToString()); 2230GlobalLog.Print("WriteHeaders() callNesting: " + m_CallNesting.ToString()); 2515GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() m_ShutDown:" + m_ShutDown.ToString() + " m_CallNesting:" + m_CallNesting.ToString() + " m_DoneCalled:" + m_DoneCalled.ToString()); 2553GlobalLog.Print("Close m_CallNesting: " + m_CallNesting.ToString()); 2561GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() normalShutDown:" + normalShutDown.ToString() + " m_CallNesting:" + m_CallNesting.ToString() + " m_DoneCalled:" + m_DoneCalled.ToString()); 2571GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() callNesting: " + m_CallNesting.ToString()); 2685GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() normalShutDown:" + normalShutDown.ToString() + " m_CallNesting:" + m_CallNesting.ToString() + " m_DoneCalled:" + m_DoneCalled.ToString());