1 reference to PortTypeCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
141
get { if (_portTypes == null) _portTypes = new
PortTypeCollection
(this); return _portTypes; }