8 references to HasProtectionLevel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
136else if (message.HasProtectionLevel) 163else if (part == null && !message.HasProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
113return this.HasProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
768if (message.HasProtectionLevel) 887if (parent._request != null && parent._request.HasProtectionLevel) 891if (parent._response != null && parent._response.HasProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1299if (!messageDescription.HasProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
237if (message.HasProtectionLevel)