1 instantiation of ServiceCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
107get { if (_services == null) { _services = new ServiceCollection(this); } return _services; }
6 references to ServiceCollection
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (2)
40private ServiceCollection _services; 105public ServiceCollection Services
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
103global::System.Web.Services.Description.ServiceCollection a = (global::System.Web.Services.Description.ServiceCollection)o.@Services; 4868global::System.Web.Services.Description.ServiceCollection a_10 = (global::System.Web.Services.Description.ServiceCollection)o.@Services;