2 writes to _readerQuotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
26_readerQuotas = new XmlDictionaryReaderQuotas(); 39_readerQuotas = new XmlDictionaryReaderQuotas();
11 references to _readerQuotas
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (11)
27EncoderDefaults.ReaderQuotas.CopyTo(_readerQuotas); 40elementToBeCloned._readerQuotas.CopyTo(_readerQuotas); 137return _readerQuotas; 143value.CopyTo(_readerQuotas); 227return (T)(object)_readerQuotas; 249if (_readerQuotas.MaxStringContentLength != binary.ReaderQuotas.MaxStringContentLength) 251if (_readerQuotas.MaxArrayLength != binary.ReaderQuotas.MaxArrayLength) 253if (_readerQuotas.MaxBytesPerRead != binary.ReaderQuotas.MaxBytesPerRead) 255if (_readerQuotas.MaxDepth != binary.ReaderQuotas.MaxDepth) 257if (_readerQuotas.MaxNameTableCharCount != binary.ReaderQuotas.MaxNameTableCharCount)