3 writes to _messageProtectionOrder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (3)
36_messageProtectionOrder = elementToBeCloned._messageProtectionOrder; 68_messageProtectionOrder = SecurityBindingElement.defaultMessageProtectionOrder; 110_messageProtectionOrder = value;
3 references to _messageProtectionOrder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (3)
36_messageProtectionOrder = elementToBeCloned._messageProtectionOrder; 104return _messageProtectionOrder; 237sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}", _messageProtectionOrder.ToString()));