1 implementation of IXmlMtomReaderInitializer
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
23class XmlMtomReader : XmlDictionaryReader, IXmlLineInfo, IXmlMtomReaderInitializer
4 references to IXmlMtomReaderInitializer
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (4)
536if (xmlReader != null && xmlReader is IXmlMtomReaderInitializer) 538((IXmlMtomReaderInitializer)xmlReader).SetInput(stream, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, this.readerQuotas, this.maxBufferSize, onStreamedReaderClose); 646if (xmlReader != null && xmlReader is IXmlMtomReaderInitializer) 648((IXmlMtomReaderInitializer)xmlReader).SetInput(buffer.Array, buffer.Offset, buffer.Count, MtomMessageEncoderFactory.GetSupportedEncodings(), ContentType, this.Quotas, this.messageEncoder.MaxBufferSize, onClose);