1 instantiation of ServiceCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
161get { 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)
44private ServiceCollection _services; 159public ServiceCollection Services
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
121global::System.Web.Services.Description.ServiceCollection a = (global::System.Web.Services.Description.ServiceCollection)o.@Services; 5228global::System.Web.Services.Description.ServiceCollection a_10 = (global::System.Web.Services.Description.ServiceCollection)o.@Services;