1 instantiation of 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; }
6 references to PortTypeCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
42
private
PortTypeCollection
_portTypes;
139
public
PortTypeCollection
PortTypes
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
101
global::System.Web.Services.Description.
PortTypeCollection
a = (global::System.Web.Services.Description.
PortTypeCollection
)o.@PortTypes;
5226
global::System.Web.Services.Description.
PortTypeCollection
a_8 = (global::System.Web.Services.Description.
PortTypeCollection
)o.@PortTypes;