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