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