2 writes to ReaderQuotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
199
this.
ReaderQuotas
= text.ReaderQuotas;
206
this.
ReaderQuotas
= mtom.ReaderQuotas;
6 references to ReaderQuotas
dotnet-svcutil-lib (6)
Metadata\MetadaExchangeResolver.cs (6)
375
binding.
ReaderQuotas
.MaxNameTableCharCount = MaxNameTableCharCount;
376
binding.
ReaderQuotas
.MaxDepth = MaxDepth;
377
binding.
ReaderQuotas
.MaxBytesPerRead = MaxBytesPerRead;
384
binding.
ReaderQuotas
.MaxNameTableCharCount = MaxNameTableCharCount;
385
binding.
ReaderQuotas
.MaxDepth = MaxDepth;
386
binding.
ReaderQuotas
.MaxBytesPerRead = MaxBytesPerRead;