2 writes to quotas
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
675this.quotas = new XmlDictionaryReaderQuotas(); 707this.quotas = null;
2 references to quotas
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
676quotas.CopyTo(this.quotas); 721return new InternalByteStreamMessage(this.messageData, this.headers, this.properties, this.quotas, this.moveBodyReaderToContent);