1 write to maxBufferLength
System (1)
net\System\Net\_ChunkParser.cs (1)
112this.maxBufferLength = maxBufferLength;
4 references to maxBufferLength
System (4)
net\System\Net\_ChunkParser.cs (4)
391if (buffer.Length == maxBufferLength) 396int newBufferLength = Math.Min(maxBufferLength, buffer.Length * 2); 672maxBufferLength, ref error); 677ref totalTrailerHeadersLength, maxBufferLength, ref error);