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)
27
EncoderDefaults.ReaderQuotas.CopyTo(
_readerQuotas
);
40
elementToBeCloned.
_readerQuotas
.CopyTo(
_readerQuotas
);
137
return
_readerQuotas
;
143
value.CopyTo(
_readerQuotas
);
227
return (T)(object)
_readerQuotas
;
249
if (
_readerQuotas
.MaxStringContentLength != binary.ReaderQuotas.MaxStringContentLength)
251
if (
_readerQuotas
.MaxArrayLength != binary.ReaderQuotas.MaxArrayLength)
253
if (
_readerQuotas
.MaxBytesPerRead != binary.ReaderQuotas.MaxBytesPerRead)
255
if (
_readerQuotas
.MaxDepth != binary.ReaderQuotas.MaxDepth)
257
if (
_readerQuotas
.MaxNameTableCharCount != binary.ReaderQuotas.MaxNameTableCharCount)