5 references to PostBlockFinished
System.Net.Requests (5)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (5)
148if ((_flags & StateFlags.PostBlockFinished) == 0) 198if ((_flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 203_flags |= StateFlags.PostBlockFinished; 214if ((_flags & (StateFlags.PostBlockStarted | StateFlags.PostBlockFinished)) != StateFlags.PostBlockStarted) 219_flags |= StateFlags.PostBlockFinished;