3 references to PayloadEnd
System (3)
net\System\Net\_ChunkParser.cs (3)
171Contract.Assert((readState == ReadState.ChunkLength) || (readState == ReadState.PayloadEnd) || 230case ReadState.PayloadEnd: 538readState = ReadState.PayloadEnd;