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