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