2 writes to _protectionLevel
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\FaultDescription.cs (2)
49
_protectionLevel
= value;
63
_protectionLevel
= ProtectionLevel.None;
1 reference to _protectionLevel
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\FaultDescription.cs (1)
41
get { return
_protectionLevel
; }