16 references to PortTypes
System.ServiceModel (9)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
488
WsdlNS.PortType wsdlPortType = wsdl.
PortTypes
[portTypeQName.Name];
System\ServiceModel\Description\MessageContractImporter.cs (1)
1089
foreach (WsdlNS.PortType portType in description.
PortTypes
)
System\ServiceModel\Description\WsdlExporter.cs (2)
261
if (wsdl.
PortTypes
[wsdlPortType.Name] != null)
264
wsdl.
PortTypes
.Add(wsdlPortType);
System\ServiceModel\Description\WsdlHelper.cs (3)
73
WsdlNS.ServiceDescription singleWsdl = wsdls.First(wsdl => wsdl.
PortTypes
.Count > 0);
226
IEnumerable<WsdlNS.ServiceDescription> contractWsdls = wsdls.Where(serviceDescription => serviceDescription.
PortTypes
.Count > 0);
246
foreach (WsdlNS.PortType portType in wsdl.
PortTypes
)
System\ServiceModel\Description\WsdlImporter.cs (1)
111
foreach (WsdlNS.PortType wsdlPortType in wsdl.
PortTypes
)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
1698
foreach (PortType portType in serviceDescription.
PortTypes
)
System.Web.Extensions (1)
Compilation\WCFModel\WsdlInspector.cs (1)
74
foreach (PortType portType in wsdl.
PortTypes
)
System.Web.Services (6)
System\Web\Services\Description\ProtocolReflector.cs (1)
392
bindingServiceDescription.
PortTypes
.Add(portType);
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
327
foreach (PortType portType in description.
PortTypes
) {
System\Web\Services\Description\ServiceDescriptions.cs (1)
131
portType = sd.
PortTypes
[name.Name];
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
78
global::System.Web.Services.Description.PortTypeCollection a = (global::System.Web.Services.Description.PortTypeCollection)o.
@PortTypes
;
4149
global::System.Web.Services.Description.PortTypeCollection a_8 = (global::System.Web.Services.Description.PortTypeCollection)o.
@PortTypes
;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
72
PortType.ServiceDescription.
PortTypes
.Remove(PortType);