6 references to HasPolicyAttached
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (6)
2035if (HasPolicyAttached(wsdlBinding)) 2040if (HasPolicyAttached(wsdlOperationBinding)) 2044if (wsdlOperationBinding.Input != null && HasPolicyAttached(wsdlOperationBinding.Input)) 2048if (wsdlOperationBinding.Output != null && HasPolicyAttached(wsdlOperationBinding.Output)) 2054if (HasPolicyAttached(faultBinding)) 2066return HasPolicyAttached(wsdlPort);