1 write to _readerSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
539
_readerSession
= new XmlBinaryReaderSession();
4 references to _readerSession
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
373
get { return
_readerSession
; }
499
_readerSession
.Add(_idCounter, value);
537
if (
_readerSession
== null)
540
_messagePatterns = new MessagePatterns(_factory._binaryVersion.Dictionary,
_readerSession
, this.MessageVersion);