3 writes to _protectionLevel
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\MessagePartDescription.cs (3)
46_protectionLevel = other._protectionLevel; 92_protectionLevel = value; 117_protectionLevel = ProtectionLevel.None;
2 references to _protectionLevel
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
46_protectionLevel = other._protectionLevel; 84get { return _protectionLevel; }