1 write to onClose
System.ServiceModel (1)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
809onClose = new OnXmlDictionaryReaderClose(OnXmlReaderClosed);
2 references to onClose
System.ServiceModel (2)
System\ServiceModel\Channels\TextMessageEncoder.cs (2)
842xmlReader = XmlDictionaryReader.CreateTextReader(buffer.Array, buffer.Offset, buffer.Count, this.encoding, this.Quotas, onClose); 850((IXmlTextReaderInitializer)xmlReader).SetInput(buffer.Array, buffer.Offset, buffer.Count, this.encoding, this.Quotas, onClose);