3 references to CreateMtomReader
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryReader.cs (1)
174
return
CreateMtomReader
(buffer, offset, count, encodings, contentType, quotas, int.MaxValue, null);
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
356
XmlDictionaryReader xmlDictionaryReader = XmlDictionaryReader.
CreateMtomReader
(messageData.Array, messageData.Offset, messageData.Count, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, XmlDictionaryReaderQuotas.Max, int.MaxValue, null);
652
xmlReader = XmlDictionaryReader.
CreateMtomReader
(buffer.Array, buffer.Offset, buffer.Count, MtomMessageEncoderFactory.GetSupportedEncodings(), ContentType, this.Quotas, this.messageEncoder.MaxBufferSize, onClose);