7 references to PostBlockStarted
System (7)
net\System\Net\_ContextAwareResult.cs (7)
251_Flags |= StateFlags.PostBlockStarted; 261if ((_Flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 278if ((_Flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 364GlobalLog.Assert((_Flags & StateFlags.PostBlockStarted) != 0, "ContextAwareResult#{0}::CaptureOrComplete|Called without calling StartPostingAsyncOp.", ValidationHelper.HashString(this)); 435if ((_Flags & StateFlags.PostBlockStarted) == 0)