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