1 write to _maxBufferSize
System.Net.Http (1)
System\Net\Http\HttpContent.cs (1)
967
_maxBufferSize
= maxBufferSize;
2 references to _maxBufferSize
System.Net.Http (2)
System\Net\Http\HttpContent.cs (2)
992
if ((uint)value > (uint)
_maxBufferSize
) // value cast handles overflow to negative as well
994
throw CreateOverCapacityException(
_maxBufferSize
);