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)
247if (newTotalSize > _maxSize) 281if (_totalSize == _maxSize) 283throw Fx.Exception.AsError(CreateQuotaExceededException(_maxSize));