1 write to _maxBytesPerRead
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
67_maxBytesPerRead = quotas.MaxBytesPerRead;
4 references to _maxBytesPerRead
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (4)
385BufferReader.SetWindow(ElementNode.BufferOffset, _maxBytesPerRead); 864int maxLength = Math.Max(_maxBytesPerRead - maxTextNodeLength, 0); 934int maxLength = Math.Max(_maxBytesPerRead - maxTextNodeLength, 0); 976int maxBytesPerRead = Math.Max(_maxBytesPerRead - nodeLength, 0);