5 references to InternalIO
System (5)
net\System\Net\_ConnectStream.cs (5)
621Interlocked.CompareExchange(ref m_CallNesting, Nesting.InternalIO, Nesting.Idle); 693Interlocked.CompareExchange(ref m_CallNesting, Nesting.Idle, Nesting.InternalIO); 2127stream.ExchangeCallNesting(Nesting.Idle, Nesting.InternalIO); 2181Interlocked.CompareExchange(ref m_CallNesting, Nesting.InternalIO, Nesting.Idle); 2229Interlocked.CompareExchange(ref m_CallNesting, Nesting.Idle, Nesting.InternalIO);