15 instantiations of XmlSchemaImport
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
180XmlSchemaImport import = new XmlSchemaImport();
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractExporter.cs (1)
330XmlSchemaImport imp = new XmlSchemaImport();
System\ServiceModel\Description\SchemaHelper.cs (1)
51XmlSchemaImport import = new XmlSchemaImport();
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2017XmlSchemaImport import = new XmlSchemaImport();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
268XmlSchemaImport importElement = new XmlSchemaImport();
System.Web.Services (4)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
93XmlSchemaImport import = new XmlSchemaImport();
System\Web\Services\Description\SchemaCompiler.cs (1)
41XmlSchemaImport newImport = new XmlSchemaImport();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10439o = new global::System.Xml.Schema.XmlSchemaImport();
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
131XmlSchemaImport import = new XmlSchemaImport();
System.Xml (6)
System\Xml\Schema\Inference\Infer.cs (2)
483XmlSchemaImport import = new XmlSchemaImport(); 588XmlSchemaImport import = new XmlSchemaImport();
System\Xml\Schema\XsdBuilder.cs (1)
1143builder.xso = builder.import = new XmlSchemaImport();
System\Xml\Serialization\SoapSchemaExporter.cs (1)
125XmlSchemaImport import = new XmlSchemaImport();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
303XmlSchemaImport import = new XmlSchemaImport();
System\Xml\Serialization\XmlSchemas.cs (1)
390XmlSchemaImport import = new XmlSchemaImport();
90 references to XmlSchemaImport
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
219if (include is XmlSchemaImport)
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaHelper.cs (3)
173if (item is XmlSchemaImport) 175if (SchemaHelper.NamespacesEqual(ns, ((XmlSchemaImport)item).Namespace)) 180XmlSchemaImport import = new XmlSchemaImport();
System.ServiceModel (16)
System\ServiceModel\Description\MessageContractExporter.cs (3)
318XmlSchemaImport import = include as XmlSchemaImport; 330XmlSchemaImport imp = new XmlSchemaImport();
System\ServiceModel\Description\MessageContractImporter.cs (5)
1025XmlSchemaImport import = include as XmlSchemaImport; 1042if (external is XmlSchemaImport) 1044XmlSchemaImport import = (XmlSchemaImport)external;
System\ServiceModel\Description\SchemaHelper.cs (3)
47if (item is XmlSchemaImport && NamespacesEqual(ns, ((XmlSchemaImport)item).Namespace)) 51XmlSchemaImport import = new XmlSchemaImport();
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1223string targetNs = external is XmlSchemaImport ? ((XmlSchemaImport)external).Namespace : xsdDoc.TargetNamespace;
System\ServiceModel\Security\WSTrustServiceContract.cs (3)
1992XmlSchemaImport schemaImport = include as XmlSchemaImport; 2017XmlSchemaImport import = new XmlSchemaImport();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
268XmlSchemaImport importElement = new XmlSchemaImport();
System.Web.Services (15)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
93XmlSchemaImport import = new XmlSchemaImport();
System\Web\Services\Description\SchemaCompiler.cs (4)
36XmlSchemaImport import = ex as XmlSchemaImport; 41XmlSchemaImport newImport = new XmlSchemaImport(); 132string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is XmlSchemaRedefine ? "redefine" : o.GetType().Name;
System\Web\Services\Description\ServiceDescriptionImporter.cs (3)
400if (external is XmlSchemaImport) { 401XmlSchemaImport import = (XmlSchemaImport)external;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1846else if (ai is global::System.Xml.Schema.XmlSchemaImport) { 1847Write13_XmlSchemaImport(@"import", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaImport)ai), false, false); 3968void Write13_XmlSchemaImport(string n, string ns, global::System.Xml.Schema.XmlSchemaImport o, bool isNullable, bool needType) { 3975if (t == typeof(global::System.Xml.Schema.XmlSchemaImport)) { 10426global::System.Xml.Schema.XmlSchemaImport Read13_XmlSchemaImport(bool isNullable, bool checkType) { 10438global::System.Xml.Schema.XmlSchemaImport o;
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
131XmlSchemaImport import = new XmlSchemaImport();
System.Xml (54)
System\Xml\Schema\Inference\Infer.cs (6)
471XmlSchemaImport import = parentSchema.Includes[i] as XmlSchemaImport; 483XmlSchemaImport import = new XmlSchemaImport(); 574XmlSchemaImport import = parentSchema.Includes[i] as XmlSchemaImport; 588XmlSchemaImport import = new XmlSchemaImport();
System\Xml\Schema\Preprocessor.cs (9)
273XmlSchemaImport import = include as XmlSchemaImport; 421XmlSchemaImport import; 429if(include is XmlSchemaImport) { 430import = include as XmlSchemaImport; 508XmlSchemaImport import = include as XmlSchemaImport; 604XmlSchemaImport import = external as XmlSchemaImport;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (18)
131if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) { 145if (xsc != null && include is XmlSchemaImport) { //Added for SchemaCollection compatibility 146XmlSchemaImport import = (XmlSchemaImport)include; 158if (subInc is XmlSchemaImport) { 159XmlSchemaImport subImp = (XmlSchemaImport)subInc; 176if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) { 229XmlSchemaImport import; 237import = schema.Includes[i] as XmlSchemaImport; 327else if (include is XmlSchemaImport) { 328if (((XmlSchemaImport)include).Namespace == null && schema.TargetNamespace == null) { 331else if (((XmlSchemaImport)include).Namespace == schema.TargetNamespace) { 334Preprocess(include.Schema, ((XmlSchemaImport)include).Namespace, Compositor.Import); 340else if (include is XmlSchemaImport) { 341string ns = ((XmlSchemaImport)include).Namespace;
System\Xml\Schema\XmlSchema.cs (1)
324XmlElement("import", typeof(XmlSchemaImport)),
System\Xml\Schema\XsdBuilder.cs (2)
663private XmlSchemaImport import; 950this.import = (XmlSchemaImport)container;
System\Xml\Serialization\SoapSchemaExporter.cs (5)
125XmlSchemaImport import = new XmlSchemaImport(); 139XmlSchemaImport FindImport(XmlSchema schema, string ns) { 141if (item is XmlSchemaImport) { 142XmlSchemaImport import = (XmlSchemaImport)item;
System\Xml\Serialization\XmlSchemaExporter.cs (5)
303XmlSchemaImport import = new XmlSchemaImport(); 326XmlSchemaImport FindImport(XmlSchema schema, string ns) { 328if (item is XmlSchemaImport) { 329XmlSchemaImport import = (XmlSchemaImport)item;
System\Xml\Serialization\XmlSchemas.cs (8)
255if (external is XmlSchemaImport) { 256if (ns == ((XmlSchemaImport)external).Namespace) { 384if (external is XmlSchemaImport && ((XmlSchemaImport)external).Namespace == ns) { 390XmlSchemaImport import = new XmlSchemaImport(); 405if (external is XmlSchemaImport) { 411AddImport(originals, ((XmlSchemaImport)external).Namespace); 550string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is XmlSchemaRedefine ? "redefine" : o.GetType().Name;