5 references to Closed
System (5)
net\System\Net\_ConnectStream.cs (5)
923if (nesting != Nesting.Idle && nesting != Nesting.Closed) 1163if (nesting == Nesting.Closed) 1260if (Nesting.Closed == ExchangeCallNesting((userException == null? Nesting.Idle: Nesting.InError), Nesting.IoInProgress)) 2543int nesting = (IsPostStream && internalCall && !IgnoreSocketErrors && !BufferOnly && normalShutDown && !NclUtilities.HasShutdownStarted)? Nesting.Closed: Nesting.InError; 2546if (nesting == Nesting.Closed)