6 references to PostBlockFinished
System (6)
net\System\Net\_ContextAwareResult.cs (6)
165if ((_Flags & StateFlags.PostBlockFinished) == 0) 205if ((_Flags & StateFlags.PostBlockFinished) == 0) 261if ((_Flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 265_Flags |= StateFlags.PostBlockFinished; 278if ((_Flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 282_Flags |= StateFlags.PostBlockFinished;