2 writes to _readerQuotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
36
_readerQuotas
= new XmlDictionaryReaderQuotas();
47
_readerQuotas
= new XmlDictionaryReaderQuotas();
11 references to _readerQuotas
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (11)
37
EncoderDefaults.ReaderQuotas.CopyTo(
_readerQuotas
);
48
elementToBeCloned.
_readerQuotas
.CopyTo(
_readerQuotas
);
93
return
_readerQuotas
;
99
value.CopyTo(
_readerQuotas
);
161
return (T)(object)
_readerQuotas
;
188
if (
_readerQuotas
.MaxStringContentLength != text.ReaderQuotas.MaxStringContentLength)
190
if (
_readerQuotas
.MaxArrayLength != text.ReaderQuotas.MaxArrayLength)
192
if (
_readerQuotas
.MaxBytesPerRead != text.ReaderQuotas.MaxBytesPerRead)
194
if (
_readerQuotas
.MaxDepth != text.ReaderQuotas.MaxDepth)
196
if (
_readerQuotas
.MaxNameTableCharCount != text.ReaderQuotas.MaxNameTableCharCount)