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
;
104
return
_messageProtectionOrder
;
237
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}",
_messageProtectionOrder
.ToString()));