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