7 references to PostBlockStarted
System.Net.Mail (7)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (7)
190_flags |= StateFlags.PostBlockStarted; 198if ((_flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 214if ((_flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 270Debug.Assert((_flags & StateFlags.PostBlockStarted) != 0, "Called without calling StartPostingAsyncOp."); 337if ((_flags & StateFlags.PostBlockStarted) == 0)