1 write to _maxSize
System.Net.Http (1)
System\Net\Http\HttpContent.cs (1)
850_maxSize = maxSize;
2 references to _maxSize
System.Net.Http (2)
System\Net\Http\HttpContent.cs (2)
916if (_maxSize - Length < countToAdd) 918throw CreateOverCapacityException(_maxSize);