6 references to HasPolicyAttached
System.ServiceModel (6)
System\ServiceModel\Description\WsdlImporter.cs (6)
2047
if (
HasPolicyAttached
(wsdlBinding))
2052
if (
HasPolicyAttached
(wsdlOperationBinding))
2056
if (wsdlOperationBinding.Input != null &&
HasPolicyAttached
(wsdlOperationBinding.Input))
2060
if (wsdlOperationBinding.Output != null &&
HasPolicyAttached
(wsdlOperationBinding.Output))
2066
if (
HasPolicyAttached
(faultBinding))
2078
return
HasPolicyAttached
(wsdlPort);