2 references to Create
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (1)
38return Create(stream, encodings, contentType, quotas, int.MaxValue, null);
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
194xmlReader = XmlMtomReader.Create(stream, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, ReaderQuotas, MaxBufferSize, _onStreamedReaderClose);