2 writes to ProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
51this.ProtectionLevel = protectionLevel; 60this.ProtectionLevel = other.ProtectionLevel;
3 references to ProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
60this.ProtectionLevel = other.ProtectionLevel; 188if (this.ProtectionLevel != other._protectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
131contextBinding.ContextProtectionLevel = contextBindingElement.ProtectionLevel;