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