3 writes to HasProtectionLevel
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\MessagePartDescription.cs (3)
45HasProtectionLevel = other.HasProtectionLevel; 93HasProtectionLevel = true; 118HasProtectionLevel = false;
5 references to HasProtectionLevel
System.ServiceModel.Primitives (5)
System\ServiceModel\Description\MessagePartDescription.cs (1)
45HasProtectionLevel = other.HasProtectionLevel;
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
622if (bodyPart.HasProtectionLevel)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (3)
269bodyProtectionLevel = desc.HasProtectionLevel ? desc.ProtectionLevel : messageScopeDefaultProtectionLevel; 281ProtectionLevel partProtectionLevel = body.HasProtectionLevel ? body.ProtectionLevel : messageScopeDefaultProtectionLevel; 329ProtectionLevel p = header.HasProtectionLevel ? header.ProtectionLevel : defaultProtectionLevel;