2 writes to _readerQuotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
177_readerQuotas = bindingElement.GetIndividualProperty<XmlDictionaryReaderQuotas>(); 181_readerQuotas = _readerQuotas ?? EncoderDefaults.ReaderQuotas;
3 references to _readerQuotas
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (3)
167if (_readerQuotas == null) 181_readerQuotas = _readerQuotas ?? EncoderDefaults.ReaderQuotas; 183return _readerQuotas;