1 write to readerSessionForLogging
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
795
this.
readerSessionForLogging
= new XmlBinaryReaderSession();
3 references to readerSessionForLogging
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
793
if (this.
readerSessionForLogging
== null)
801
this.
readerSessionForLogging
.Add(this.writeIdCounter++, xmlDictionaryString.Value);
805
XmlDictionaryReader xmlDictionaryReader = XmlDictionaryReader.CreateBinaryReader(messageData.Array, messageData.Offset, messageData.Count, XD.Dictionary, XmlDictionaryReaderQuotas.Max, this.
readerSessionForLogging
, null);