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