3 writes to MaxBytesPerRead
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\EncoderHelpers.cs (1)
30
bufferedReadQuotas.
MaxBytesPerRead
= EncoderDefaults.BufferedReadDefaultMaxBytesPerRead;
Metadata\MetadaExchangeResolver.cs (2)
377
binding.ReaderQuotas.
MaxBytesPerRead
= MaxBytesPerRead;
386
binding.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)
253
if (_readerQuotas.
MaxBytesPerRead
!= binary.ReaderQuotas.
MaxBytesPerRead
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (2)
243
if (_readerQuotas.
MaxBytesPerRead
!= mtom.ReaderQuotas.
MaxBytesPerRead
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
192
if (_readerQuotas.
MaxBytesPerRead
!= text.ReaderQuotas.
MaxBytesPerRead
)