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