1 write to onStreamedReaderClose
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
119this.onStreamedReaderClose = new OnXmlDictionaryReaderClose(ReturnStreamedReader);
4 references to onStreamedReaderClose
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (4)
538((IXmlMtomReaderInitializer)xmlReader).SetInput(stream, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, this.readerQuotas, this.maxBufferSize, onStreamedReaderClose); 542xmlReader = XmlDictionaryReader.CreateMtomReader(stream, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, this.readerQuotas, this.maxBufferSize, onStreamedReaderClose); 553((IXmlTextReaderInitializer)xmlReader).SetInput(stream, TextMessageEncoderFactory.GetEncodingFromContentType(contentType, this.contentEncodingMap), this.readerQuotas, onStreamedReaderClose); 557xmlReader = XmlDictionaryReader.CreateTextReader(stream, TextMessageEncoderFactory.GetEncodingFromContentType(contentType, this.contentEncodingMap), this.readerQuotas, onStreamedReaderClose);