1 instantiation of PortCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
603get { if (_ports == null) { _ports = new PortCollection(this); } return _ports; }
6 references to PortCollection
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (2)
585private PortCollection _ports; 601public PortCollection Ports
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
166global::System.Web.Services.Description.PortCollection a = (global::System.Web.Services.Description.PortCollection)o.@Ports; 5003global::System.Web.Services.Description.PortCollection a_5 = (global::System.Web.Services.Description.PortCollection)o.@Ports;