4 writes to ProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
152message.ProtectionLevel = newProtectionLevel; 165message.ProtectionLevel = newProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
55this.ProtectionLevel = other.ProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1304messageDescription.ProtectionLevel = mca.ProtectionLevel;
4 references to ProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
138existingProtectionLevel = message.ProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
55this.ProtectionLevel = other.ProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
772new CodeTypeReferenceExpression(typeof(ProtectionLevel)), message.ProtectionLevel.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
239messageScopeDefaultProtectionLevel = message.ProtectionLevel;