5 references to OnCreateBufferedCopy
System.ServiceModel (5)
System\ServiceModel\Channels\Message.cs (5)
390
return
OnCreateBufferedCopy
(maxBufferSize, XmlDictionaryReaderQuotas.Max);
1438
return
OnCreateBufferedCopy
(maxBufferSize, this.reader.Quotas);
1439
return
OnCreateBufferedCopy
(maxBufferSize, this.quotas);
1793
return
OnCreateBufferedCopy
(maxBufferSize, this.reader.Quotas);
1794
return
OnCreateBufferedCopy
(maxBufferSize, XmlDictionaryReaderQuotas.Max);