5 references to Payload
System (5)
net\System\Net\_ChunkParser.cs (5)
172((readState == ReadState.Payload) && (currentChunkBytesRead < currentChunkLength)), 226case ReadState.Payload: 436if (readState == ReadState.Payload) 519Contract.Assert(readState == ReadState.Payload, 629readState = ReadState.Payload;