1 instantiation of PortTypeCollection
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
133
get { if (portTypes == null) portTypes = new
PortTypeCollection
(this); return portTypes; }
6 references to PortTypeCollection
System.Web.Services (6)
System\Web\Services\Description\ServiceDescription.cs (2)
43
PortTypeCollection
portTypes;
132
public
PortTypeCollection
PortTypes {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
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;