3 writes to hasProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Description\MessageDescription.cs (3)
56this.hasProtectionLevel = other.hasProtectionLevel; 109this.hasProtectionLevel = true; 184this.hasProtectionLevel = false;
2 references to hasProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\MessageDescription.cs (2)
56this.hasProtectionLevel = other.hasProtectionLevel; 120get { return this.hasProtectionLevel; }