1 instantiation of PortCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
842get { 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)
808private PortCollection _ports; 840public PortCollection Ports
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
191global::System.Web.Services.Description.PortCollection a = (global::System.Web.Services.Description.PortCollection)o.@Ports; 5336global::System.Web.Services.Description.PortCollection a_5 = (global::System.Web.Services.Description.PortCollection)o.@Ports;