1 write to _messagePatterns
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
540
_messagePatterns
= new MessagePatterns(_factory._binaryVersion.Dictionary, _readerSession, this.MessageVersion);
2 references to _messagePatterns
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
554
if (
_messagePatterns
!= null)
556
message =
_messagePatterns
.TryCreateMessage(buffer.Array, buffer.Offset, buffer.Count, bufferManager, messageData);