3 writes to hasProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Description\MessagePartDescription.cs (3)
55this.hasProtectionLevel = other.hasProtectionLevel; 122this.hasProtectionLevel = true; 158this.hasProtectionLevel = false;
2 references to hasProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
55this.hasProtectionLevel = other.hasProtectionLevel; 128get { return this.hasProtectionLevel; }