3 writes to _messageVersion
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
38_messageVersion = messageVersion ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 50_messageVersion = elementToBeCloned._messageVersion; 114_messageVersion = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
3 references to _messageVersion
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
50_messageVersion = elementToBeCloned._messageVersion; 110return _messageVersion; 169return _messageVersion.Envelope == version;