3 writes to _messageVersion
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
30_messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.EnvelopeVersion); 43_messageVersion = elementToBeCloned._messageVersion; 93_messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.EnvelopeVersion, value.Addressing);
3 references to _messageVersion
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
43_messageVersion = elementToBeCloned._messageVersion; 80get { return _messageVersion; } 276return (!_messageVersion.IsMatch(MessageVersion.Default));