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.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
45reader.SetInput(stream, encodings, contentType, quotas, maxBufferSize, onClose); 126SetInput(new MemoryStream(buffer, offset, count), encodings, contentType, quotas, maxBufferSize, onClose);