2 writes to ProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
378
fault.
ProtectionLevel
= newProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1110
fault.
ProtectionLevel
= attr.ProtectionLevel;
3 references to ProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
371
if (fault.
ProtectionLevel
!= newProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
615
new CodeTypeReferenceExpression(typeof(ProtectionLevel)), fault.
ProtectionLevel
.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
352
ProtectionLevel p = fault.HasProtectionLevel ? fault.
ProtectionLevel
: defaultProtectionLevel;