1 implementation of SetInput
System.Private.DataContractSerialization (1)
System\Xml\XmlUTF8TextReader.cs (1)
556
public void
SetInput
(byte[] buffer, int offset, int count, Encoding? encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose? onClose)
2 references to SetInput
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (1)
176
initializer.
SetInput
(infosetBytes, 0, infosetByteCount, encoding, quotas, null);
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
634
((IXmlTextReaderInitializer)xmlReader).
SetInput
(buffer.Array, buffer.Offset, buffer.Count, TextMessageEncoderFactory.GetEncodingFromContentType(_contentType, _messageEncoder._factory.ContentEncodingMap), Quotas, _onClose);