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