4 references to WsdlPortType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlContractConversionContext.cs (3)
147
WsdlNS.ServiceDescriptionCollection wsdlDocuments =
WsdlPortType
.ServiceDescription.ServiceDescriptions;
152
if (wsdlBinding.Type.Name ==
WsdlPortType
.Name && wsdlBinding.Type.Namespace ==
WsdlPortType
.ServiceDescription.TargetNamespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
324
WsdlNS.PortType wsdlPortType = _exportedContracts[endpoint.Contract].
WsdlPortType
;