1 implementation of SetInput
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextReader.cs (1)
321
public void
SetInput
(Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose)
2 references to SetInput
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
553
((IXmlTextReaderInitializer)xmlReader).
SetInput
(stream, TextMessageEncoderFactory.GetEncodingFromContentType(contentType, this.contentEncodingMap), this.readerQuotas, onStreamedReaderClose);
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
724
((IXmlTextReaderInitializer)xmlReader).
SetInput
(stream, enc, this.readerQuotas, onStreamedReaderClose);