3 writes to _protectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (3)
55
_protectionLevel
= other._protectionLevel;
120
_protectionLevel
= value;
156
_protectionLevel
= ProtectionLevel.None;
2 references to _protectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (2)
55
_protectionLevel = other.
_protectionLevel
;
115
get { return
_protectionLevel
; }