1 instantiation of PortTypeCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
95get { if (_portTypes == null) { _portTypes = new PortTypeCollection(this); } return _portTypes; }
6 references to PortTypeCollection
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (2)
38private PortTypeCollection _portTypes; 93public PortTypeCollection PortTypes
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
87global::System.Web.Services.Description.PortTypeCollection a = (global::System.Web.Services.Description.PortTypeCollection)o.@PortTypes; 4866global::System.Web.Services.Description.PortTypeCollection a_8 = (global::System.Web.Services.Description.PortTypeCollection)o.@PortTypes;