4 instantiations of Import
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
534WsdlNS.Import import = new WsdlNS.Import();
System.Web.Services (3)
System\Web\Services\Description\ProtocolReflector.cs (1)
341Import newImport = new Import();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10578o = new global::System.Web.Services.Description.Import();
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
74Import import = new Import();
26 references to Import
System.ServiceModel (4)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
605foreach (WsdlNS.Import import in wsdl.Imports)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1195foreach (WsdlNS.Import import in wsdlDoc.Imports)
System\ServiceModel\Description\WsdlExporter.cs (2)
528foreach (WsdlNS.Import import in srcWsdl.Imports) 534WsdlNS.Import import = new WsdlNS.Import();
System.Web.Services (22)
System\Web\Services\Configuration\WebServicesSection.cs (1)
178table.Add(typeof(Import), new XmlAttributes());
System\Web\Services\Description\ProtocolReflector.cs (2)
336foreach (Import import in ServiceDescription.Imports) { 341Import newImport = new Import();
System\Web\Services\Description\ServiceDescription.cs (11)
450Import import = Imports[i]; 1833public Import this[int index] { 1834get { return (Import)List[index]; } 1842public int Add(Import import) { 1850public void Insert(int index, Import import) { 1858public int IndexOf(Import import) { 1866public bool Contains(Import import) { 1874public void Remove(Import import) { 1882public void CopyTo(Import[] array, int index) { 1891((Import)value).SetParent((ServiceDescription)parent); 2857else if (type == typeof(Import))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
64Write4_Import(@"import", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Import)a[ia]), false, false); 4060void Write4_Import(string n, string ns, global::System.Web.Services.Description.Import o, bool isNullable, bool needType) { 4067if (t == typeof(global::System.Web.Services.Description.Import)) { 10566global::System.Web.Services.Description.Import Read4_Import(bool isNullable, bool checkType) { 10577global::System.Web.Services.Description.Import o;
System\Web\Services\Description\WebServicesInteroperability.cs (1)
291foreach (Import import in description.Imports) {
System\Web\Services\Discovery\ContractReference.cs (1)
198foreach (Import import in serviceDescription.Imports)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
74Import import = new Import();