2 instantiations of Import
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
534WsdlNS.Import import = new WsdlNS.Import();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
13061o = new global::System.Web.Services.Description.Import();
24 references to Import
dotnet-svcutil-lib (24)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
569foreach (WsdlNS.Import import in wsdl.Imports)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
528foreach (WsdlNS.Import import in srcWsdl.Imports) 534WsdlNS.Import import = new WsdlNS.Import();
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
34table.Add(typeof(Import), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (11)
496Import import = Imports[i]; 2061public Import this[int index] 2063get { return (Import)List[index]; } 2071public int Add(Import import) 2080public void Insert(int index, Import import) 2089public int IndexOf(Import import) 2098public bool Contains(Import import) 2107public void Remove(Import import) 2116public void CopyTo(Import[] array, int index) 2127((Import)value).SetParent((ServiceDescription)parent); 3218else if (type == typeof(Import))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
85Write4_Import(@"import", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Import)a[ia]), false, false); 5116private void Write4_Import(string n, string ns, global::System.Web.Services.Description.Import o, bool isNullable, bool needType) 5126if (t == typeof(global::System.Web.Services.Description.Import)) 13046private global::System.Web.Services.Description.Import Read4_Import(bool isNullable, bool checkType) 13060global::System.Web.Services.Description.Import o;
Metadata\MetadataDocumentLoader.cs (1)
352foreach (WsdlNS.Import import in wsdl.Imports)
Metadata\MetadataDocumentSaver.cs (3)
166foreach (WsdlNS.Import import in wsdl.Imports) 283foreach (WsdlNS.Import import in wsdl.Imports) 379public WsdlNS.Import WsdlImport;