7 references to InError
System (7)
net\System\Net\_ConnectStream.cs (7)
1024
nesting = Nesting.
InError
;
1127
nesting = Nesting.
InError
;
1159
if (!async || nesting == Nesting.
InError
|| completeSync)
1161
nesting = Interlocked.CompareExchange(ref m_CallNesting, (nesting == Nesting.
InError
? Nesting.
InError
: Nesting.Idle), Nesting.IoInProgress);
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
;