1 write to _maxSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (1)
99
_maxSize
= effectiveMaxSize;
3 references to _maxSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (3)
247
if (newTotalSize >
_maxSize
)
281
if (_totalSize ==
_maxSize
)
283
throw Fx.Exception.AsError(CreateQuotaExceededException(
_maxSize
));