3 writes to _hasProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (3)
54
_hasProtectionLevel
= other._hasProtectionLevel;
107
_hasProtectionLevel
= true;
182
_hasProtectionLevel
= false;
2 references to _hasProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (2)
54
_hasProtectionLevel = other.
_hasProtectionLevel
;
118
get { return
_hasProtectionLevel
; }