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