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