3 references to Create
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (1)
64return Create(buffer, offset, count, encodings, contentType, quotas, int.MaxValue, null);
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
501XmlDictionaryReader xmlDictionaryReader = XmlMtomReader.Create(messageData.Array, messageData.Offset, messageData.Count, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, XmlDictionaryReaderQuotas.Max, int.MaxValue, null); 623xmlReader = XmlMtomReader.Create(buffer.Array, buffer.Offset, buffer.Count, MtomMessageEncoderFactory.GetSupportedEncodings(), _contentType, Quotas, _messageEncoder.MaxBufferSize, _onClose);