8 references to InternalPeekCompleted
System.Net.Mail (8)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (5)
131if (InternalPeekCompleted) 154if (InternalPeekCompleted) 186Debug.Assert(!InternalPeekCompleted, "Called on completed result."); 278if ((_flags & StateFlags.CaptureIdentity) != 0 && !InternalPeekCompleted && (!capturingContext)) 286if (capturingContext && !InternalPeekCompleted)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (3)
148if (InternalPeekCompleted) 263Debug.Assert(!InternalPeekCompleted, "Called on completed result."); 431bool complete = snap ? IsCompleted : InternalPeekCompleted;