4 references to IsDefaultReaderQuotas
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
270return (!EncoderDefaults.IsDefaultReaderQuotas(this.ReaderQuotas));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
270return (!EncoderDefaults.IsDefaultReaderQuotas(this.ReaderQuotas));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
259return (!EncoderDefaults.IsDefaultReaderQuotas(this.ReaderQuotas));
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
179return (!EncoderDefaults.IsDefaultReaderQuotas(this.ReaderQuotas));