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; 118get { return _hasProtectionLevel; }