1 instantiation of PortTypeCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
141get { if (_portTypes == null) _portTypes = new PortTypeCollection(this); return _portTypes; }
6 references to PortTypeCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
42private PortTypeCollection _portTypes; 139public PortTypeCollection PortTypes
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
101global::System.Web.Services.Description.PortTypeCollection a = (global::System.Web.Services.Description.PortTypeCollection)o.@PortTypes; 5226global::System.Web.Services.Description.PortTypeCollection a_8 = (global::System.Web.Services.Description.PortTypeCollection)o.@PortTypes;