3 writes to HasProtectionLevel
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\MessageDescription.cs (3)
51HasProtectionLevel = other.HasProtectionLevel; 103HasProtectionLevel = true; 163HasProtectionLevel = false;
4 references to HasProtectionLevel
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\MessageDescription.cs (2)
51HasProtectionLevel = other.HasProtectionLevel; 109return HasProtectionLevel;
System\ServiceModel\Description\TypeLoader.cs (1)
1331if (!messageDescription.HasProtectionLevel)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
231if (message.HasProtectionLevel)