2 writes to _protectionLevel
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\MessageDescription.cs (2)
102
_protectionLevel
= value;
162
_protectionLevel
= ProtectionLevel.None;
1 reference to _protectionLevel
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\MessageDescription.cs (1)
94
get { return
_protectionLevel
; }