1 write to quotas
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
1344this.quotas = new XmlDictionaryReaderQuotas();
2 references to quotas
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
1345reader.Quotas.CopyTo(this.quotas); 1439return OnCreateBufferedCopy(maxBufferSize, this.quotas);