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)
992if ((uint)value > (uint)_maxBufferSize) // value cast handles overflow to negative as well 994throw CreateOverCapacityException(_maxBufferSize);