1 write to onClose
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
492
onClose
= new OnXmlDictionaryReaderClose(OnXmlReaderClosed);
2 references to onClose
System.ServiceModel.Web (2)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (2)
533
xmlReader = JsonReaderWriterFactory.CreateJsonReader(buffer.Array, buffer.Offset, buffer.Count, this.encoding, this.Quotas,
onClose
);
537
((IXmlJsonReaderInitializer)xmlReader).SetInput(buffer.Array, buffer.Offset, buffer.Count, this.encoding, this.Quotas,
onClose
);