5 references to Max
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
496
ProtectionLevel requestProtectionLevel = ProtectionLevelHelper.
Max
(thisSecurityCapability.SupportedRequestProtectionLevel, lowerSecurityCapability.SupportedRequestProtectionLevel);
497
ProtectionLevel responseProtectionLevel = ProtectionLevelHelper.
Max
(thisSecurityCapability.SupportedResponseProtectionLevel, lowerSecurityCapability.SupportedResponseProtectionLevel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
608
protectionLevel = ProtectionLevelHelper.
Max
(protectionLevel, messageDescription.Body.ReturnValue.ProtectionLevel);
617
protectionLevel = ProtectionLevelHelper.
Max
(protectionLevel, part.ProtectionLevel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
288
bodyProtectionLevel = ProtectionLevelHelper.
Max
(bodyProtectionLevel, partProtectionLevel);