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)
167
if (
_readerQuotas
== null)
181
_readerQuotas =
_readerQuotas
?? EncoderDefaults.ReaderQuotas;
183
return
_readerQuotas
;