4 writes to ProtectionLevel
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
153message.ProtectionLevel = newProtectionLevel; 166message.ProtectionLevel = newProtectionLevel;
System\ServiceModel\Description\MessageDescription.cs (1)
57this.ProtectionLevel = other.ProtectionLevel;
System\ServiceModel\Description\TypeLoader.cs (1)
1258messageDescription.ProtectionLevel = mca.ProtectionLevel;
5 references to ProtectionLevel
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
139existingProtectionLevel = message.ProtectionLevel;
System\ServiceModel\Description\MessageDescription.cs (1)
57this.ProtectionLevel = other.ProtectionLevel;
System\ServiceModel\Description\OperationGenerator.cs (1)
777new CodeTypeReferenceExpression(typeof(ProtectionLevel)), message.ProtectionLevel.ToString())));
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
454messageScopeDefaultProtectionLevel = message.ProtectionLevel;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
245messageScopeDefaultProtectionLevel = message.ProtectionLevel;