1 instantiation of Import
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
13150o = new global::System.Web.Services.Description.Import();
17 references to Import
System.Web.Services.Description (17)
System\Web\Services\Configuration\WebServicesSection.cs (1)
36table.Add(typeof(Import), new XmlAttributes());
System\Web\Services\Description\ServiceDescription.cs (11)
361Import import = Imports[i]; 1437public Import this[int index] 1439get { return (Import)List[index]; } 1443public int Add(Import import) 1448public void Insert(int index, Import import) 1453public int IndexOf(Import import) 1458public bool Contains(Import import) 1463public void Remove(Import import) 1468public void CopyTo(Import[] array, int index) 1475((Import)value).SetParent((ServiceDescription)parent); 2118else if (type == typeof(Import))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
73Write4_Import(@"import", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Import)a[ia]), false, false); 4761private void Write4_Import(string n, string ns, global::System.Web.Services.Description.Import o, bool isNullable, bool needType) { 4772if (t == typeof(global::System.Web.Services.Description.Import)) { 13128private global::System.Web.Services.Description.Import Read4_Import(bool isNullable, bool checkType) { 13149global::System.Web.Services.Description.Import o;