3 writes to protectionLevel
System.ServiceModel (3)
System\ServiceModel\Description\MessagePartDescription.cs (3)
56
this.
protectionLevel
= other.protectionLevel;
121
this.
protectionLevel
= value;
157
this.
protectionLevel
= ProtectionLevel.None;
2 references to protectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
56
this.protectionLevel = other.
protectionLevel
;
116
get { return this.
protectionLevel
; }