3 writes to _messageVersion
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
47_messageVersion = messageVersion; 60_messageVersion = elementToBeCloned._messageVersion; 156_messageVersion = value;
5 references to _messageVersion
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (5)
60_messageVersion = elementToBeCloned._messageVersion; 143return _messageVersion; 218SoapHelper.SetSoapVersion(context, exporter, _messageVersion.Envelope); 223return _messageVersion.Envelope == version; 264return (!_messageVersion.IsMatch(MessageVersion.Default));