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