3 writes to _messageProtectionOrder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (3)
29_messageProtectionOrder = elementToBeCloned._messageProtectionOrder; 44_messageProtectionOrder = SecurityBindingElement.defaultMessageProtectionOrder; 71_messageProtectionOrder = value;
3 references to _messageProtectionOrder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (3)
29_messageProtectionOrder = elementToBeCloned._messageProtectionOrder; 65return _messageProtectionOrder; 186sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}", _messageProtectionOrder.ToString()));