1 implementation of SetInput
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
74public void SetInput(byte[] buffer, int offset, int count, Encoding[] encodings, string contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose)
1 reference to SetInput
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
648((IXmlMtomReaderInitializer)xmlReader).SetInput(buffer.Array, buffer.Offset, buffer.Count, MtomMessageEncoderFactory.GetSupportedEncodings(), ContentType, this.Quotas, this.messageEncoder.MaxBufferSize, onClose);