1 instantiation of Service
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4999o = new global::System.Web.Services.Description.Service();
25 references to Service
System.Web.Services.Description (25)
System\Web\Services\Configuration\WebServicesSection.cs (1)
38table.Add(typeof(Service), new XmlAttributes());
System\Web\Services\Description\ServiceDescription.cs (17)
564internal void SetParent(Service parent) 569public Service Service { get; private set; } 1537internal PortCollection(Service service) : base(service) { } 1587((Port)value).SetParent((Service)parent); 1707public Service this[int index] 1709get { return (Service)List[index]; } 1713public int Add(Service service) 1718public void Insert(int index, Service service) 1723public int IndexOf(Service service) 1728public bool Contains(Service service) 1733public void Remove(Service service) 1738public void CopyTo(Service[] array, int index) 1743public Service this[string name] 1745get { return (Service)Table[name]; } 1750return ((Service)value).Name; 1755((Service)value).SetParent((ServiceDescription)parent); 2138else if (type == typeof(Service))
System\Web\Services\Description\ServiceDescriptions.cs (2)
88public Service GetService(XmlQualifiedName name) { 90Service service = null;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
106Write123_Service(@"service", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Service)a[ia]), false, false); 113private void Write123_Service(string n, string ns, global::System.Web.Services.Description.Service o, bool isNullable, bool needType) { 124if (t == typeof(global::System.Web.Services.Description.Service)) { 4977private global::System.Web.Services.Description.Service Read123_Service(bool isNullable, bool checkType) { 4998global::System.Web.Services.Description.Service o;