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