2 writes to _protectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescription.cs (2)
77
_protectionLevel
= value;
94
_protectionLevel
= ProtectionLevel.None;
1 reference to _protectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescription.cs (1)
72
get { return
_protectionLevel
; }