2 references to CreateMtomReader
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryReader.cs (1)
148return CreateMtomReader(stream, encodings, contentType, quotas, int.MaxValue, null);
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
542xmlReader = XmlDictionaryReader.CreateMtomReader(stream, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, this.readerQuotas, this.maxBufferSize, onStreamedReaderClose);