3 writes to MaxBytesPerRead
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\EncoderHelpers.cs (1)
30bufferedReadQuotas.MaxBytesPerRead = EncoderDefaults.BufferedReadDefaultMaxBytesPerRead;
Metadata\MetadaExchangeResolver.cs (2)
377binding.ReaderQuotas.MaxBytesPerRead = MaxBytesPerRead; 386binding.ReaderQuotas.MaxBytesPerRead = MaxBytesPerRead;
8 references to MaxBytesPerRead
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
67_maxBytesPerRead = quotas.MaxBytesPerRead;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
593_maxBytesPerRead = quotas.MaxBytesPerRead;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
253if (_readerQuotas.MaxBytesPerRead != binary.ReaderQuotas.MaxBytesPerRead)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (2)
243if (_readerQuotas.MaxBytesPerRead != mtom.ReaderQuotas.MaxBytesPerRead)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
192if (_readerQuotas.MaxBytesPerRead != text.ReaderQuotas.MaxBytesPerRead)