1 write to _maxBytesPerRead
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
593_maxBytesPerRead = quotas.MaxBytesPerRead;
3 references to _maxBytesPerRead
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (3)
890if (_buffered && (BufferReader.Offset - startOffset) > _maxBytesPerRead) 891XmlExceptionHelper.ThrowMaxBytesPerReadExceeded(this, _maxBytesPerRead); 1324BufferReader.SetWindow(ElementNode.BufferOffset, _maxBytesPerRead);