1 write to readerSession
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1417
this.
readerSession
= readerSession;
2 references to readerSession
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1483
if (!
readerSession
.TryLookup(ToValueSessionKey, out toString))
1581
return
readerSession
.TryLookup(BinaryFormatParser.GetSessionKey(key), out result);