1 reference to PortTypeCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
95get { if (_portTypes == null) { _portTypes = new PortTypeCollection(this); } return _portTypes; }