6 instantiations of XmlSchemaImport
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
168XmlSchemaImport import = new XmlSchemaImport();
System.Private.Xml (5)
System\Xml\Schema\Inference\Infer.cs (2)
466XmlSchemaImport import = new XmlSchemaImport(); 571XmlSchemaImport import = new XmlSchemaImport();
System\Xml\Schema\XsdBuilder.cs (1)
1195builder._xso = builder._import = new XmlSchemaImport();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
307XmlSchemaImport import = new XmlSchemaImport();
System\Xml\Serialization\XmlSchemas.cs (1)
355XmlSchemaImport import = new XmlSchemaImport();
52 references to XmlSchemaImport
netstandard (1)
netstandard.cs (1)
2334[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaImport))]
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
241if (include is XmlSchemaImport)
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaHelper.cs (3)
161if (item is XmlSchemaImport) 163if (SchemaHelper.NamespacesEqual(ns, ((XmlSchemaImport)item).Namespace)) 168XmlSchemaImport import = new XmlSchemaImport();
System.Private.Xml (45)
System\Xml\Schema\Inference\Infer.cs (6)
452XmlSchemaImport? import = parentSchema.Includes[i] as XmlSchemaImport; 466XmlSchemaImport import = new XmlSchemaImport(); 557XmlSchemaImport? import = parentSchema.Includes[i] as XmlSchemaImport; 571XmlSchemaImport import = new XmlSchemaImport();
System\Xml\Schema\Preprocessor.cs (9)
303XmlSchemaImport import = (include as XmlSchemaImport)!; 478XmlSchemaImport import; 487if (include is XmlSchemaImport) 489import = (include as XmlSchemaImport)!; 576XmlSchemaImport import = (include as XmlSchemaImport)!; 690XmlSchemaImport import = (external as XmlSchemaImport)!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (16)
146if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) 164if (xsc != null && include is XmlSchemaImport) 166XmlSchemaImport import = (XmlSchemaImport)include; 181if (subInc is XmlSchemaImport subImp) 202if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) 264XmlSchemaImport? import; 273import = schema.Includes[i] as XmlSchemaImport; 387else if (include is XmlSchemaImport) 389if (((XmlSchemaImport)include).Namespace == null && schema.TargetNamespace == null) 393else if (((XmlSchemaImport)include).Namespace == schema.TargetNamespace) 397Preprocess(include.Schema, ((XmlSchemaImport)include).Namespace, Compositor.Import); 404else if (include is XmlSchemaImport) 406string? ns = ((XmlSchemaImport)include).Namespace;
System\Xml\Schema\XmlSchema.cs (1)
281XmlElement("import", typeof(XmlSchemaImport)),
System\Xml\Schema\XsdBuilder.cs (2)
665private XmlSchemaImport? _import; 988_import = (XmlSchemaImport)container;
System\Xml\Serialization\XmlSchemaExporter.cs (3)
307XmlSchemaImport import = new XmlSchemaImport(); 332private static XmlSchemaImport? FindImport(XmlSchema schema, string? ns) 336if (item is XmlSchemaImport import)
System\Xml\Serialization\XmlSchemas.cs (8)
190if (external is XmlSchemaImport) 192if (ns == ((XmlSchemaImport)external).Namespace) 347if (external is XmlSchemaImport && ((XmlSchemaImport)external).Namespace == ns) 355XmlSchemaImport import = new XmlSchemaImport(); 376if (external is XmlSchemaImport) 385AddImport(originals, ((XmlSchemaImport)external).Namespace); 557string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is XmlSchemaRedefine ? "redefine" : o.GetType().Name;
System.Xml (1)
System.Xml.cs (1)
59[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaImport))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
58[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaImport))]