2 writes to ProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
379fault.ProtectionLevel = newProtectionLevel;
System\ServiceModel\Description\TypeLoader.cs (1)
1062fault.ProtectionLevel = attr.ProtectionLevel;
3 references to ProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
372if (fault.ProtectionLevel != newProtectionLevel)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
669new CodeTypeReferenceExpression(typeof(ProtectionLevel)), fault.ProtectionLevel.ToString())));
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
358ProtectionLevel p = fault.HasProtectionLevel ? fault.ProtectionLevel : defaultProtectionLevel;