1 instantiation of PortCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
842
get { if (_ports == null) _ports = new
PortCollection
(this); return _ports; }
6 references to PortCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
808
private
PortCollection
_ports;
840
public
PortCollection
Ports
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
191
global::System.Web.Services.Description.
PortCollection
a = (global::System.Web.Services.Description.
PortCollection
)o.@Ports;
5336
global::System.Web.Services.Description.
PortCollection
a_5 = (global::System.Web.Services.Description.
PortCollection
)o.@Ports;