6 references to noChunkLength
System (6)
net\System\Net\_ChunkParser.cs (6)
114this.currentChunkLength = noChunkLength; 547Contract.Assert(currentChunkLength == noChunkLength); 549int chunkLength = noChunkLength; 558if (chunkLength == noChunkLength) 574if (chunkLength == noChunkLength) 646currentChunkLength = noChunkLength;