2 references to GetPortType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
579
WsdlNS.PortType wsdlPortType = _wsdlDocuments.
GetPortType
(wsdlPortTypeQName);
871
WsdlNS.PortType wsdlPortType = wsdlDocuments.
GetPortType
(wsdlOperationBinding.Binding.Type);