3 writes to _hasProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (3)
54
_hasProtectionLevel
= other._hasProtectionLevel;
121
_hasProtectionLevel
= true;
157
_hasProtectionLevel
= false;
2 references to _hasProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (2)
54
_hasProtectionLevel = other.
_hasProtectionLevel
;
127
get { return
_hasProtectionLevel
; }