13 references to PortType
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (10)
272
WsdlNS.ServiceDescriptionCollection wsdlDocuments = wsdlOperationMessage.Operation.
PortType
.ServiceDescription.ServiceDescriptions;
298
WsdlNS.ServiceDescriptionCollection documents = wsdlOperation.
PortType
.ServiceDescription.ServiceDescriptions;
311
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxWsdlOperationInputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
313
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxWsdlOperationOutputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
381
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxWsdlOperationInputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
383
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxWsdlOperationOutputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
462
WsdlNS.ServiceDescriptionCollection wsdlDocuments = wsdlOperationMessage.Operation.
PortType
.ServiceDescription.ServiceDescriptions;
604
WsdlNS.ServiceDescriptionCollection wsdlDocuments = fault.Operation.
PortType
.ServiceDescription.ServiceDescriptions;
608
TraceFaultCannotBeImported(fault.Name, description.Name, string.Format(SRServiceModel.SFxWsdlOperationFaultNeedsMessageAttribute2, fault.Name, fault.Operation.
PortType
.Name));
1100
if (operation != null && !new XmlQualifiedName(operation.
PortType
.Name, targetNamespace).Equals(binding.Type))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
1059
string ns = wsdlOperationMessage.Operation.
PortType
.ServiceDescription.TargetNamespace ?? string.Empty;
1060
string portTypeName = wsdlOperationMessage.Operation.
PortType
.Name;
1820
WsdlNS.PortType wsdlPortType = ((WsdlNS.Operation)item).
PortType
;