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)
890
if (_buffered && (BufferReader.Offset - startOffset) >
_maxBytesPerRead
)
891
XmlExceptionHelper.ThrowMaxBytesPerReadExceeded(this,
_maxBytesPerRead
);
1324
BufferReader.SetWindow(ElementNode.BufferOffset,
_maxBytesPerRead
);