1 instantiation of ServiceCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
161
get { if (_services == null) _services = new
ServiceCollection
(this); return _services; }
6 references to ServiceCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
44
private
ServiceCollection
_services;
159
public
ServiceCollection
Services
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
121
global::System.Web.Services.Description.
ServiceCollection
a = (global::System.Web.Services.Description.
ServiceCollection
)o.@Services;
5228
global::System.Web.Services.Description.
ServiceCollection
a_10 = (global::System.Web.Services.Description.
ServiceCollection
)o.@Services;