Implemented interface member:
method
SetInput
System.Xml.IXmlMtomReaderInitializer.SetInput(System.IO.Stream, System.Text.Encoding[], System.String, System.Xml.XmlDictionaryReaderQuotas, System.Int32, System.Xml.OnXmlDictionaryReaderClose)
2 references to SetInput
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryReader.cs (1)
155reader.SetInput(stream, encodings, contentType, quotas, maxBufferSize, onClose);
System\Xml\XmlMtomReader.cs (1)
76SetInput(new MemoryStream(buffer, offset, count), encodings, contentType, quotas, maxBufferSize, onClose);