7 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)
354XmlSchemaImport import = new XmlSchemaImport();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12987o = new global::System.Xml.Schema.XmlSchemaImport();
58 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)
275XmlElement("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) 346if (external is XmlSchemaImport && ((XmlSchemaImport)external).Namespace == ns) 354XmlSchemaImport import = new XmlSchemaImport(); 374if (external is XmlSchemaImport) 383AddImport(originals, ((XmlSchemaImport)external).Namespace); 555string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is XmlSchemaRedefine ? "redefine" : o.GetType().Name;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2183else if (ai is global::System.Xml.Schema.XmlSchemaImport) { 2184Write13_XmlSchemaImport(@"import", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaImport)ai), false, false); 4653private void Write13_XmlSchemaImport(string n, string ns, global::System.Xml.Schema.XmlSchemaImport o, bool isNullable, bool needType) { 4664if (t == typeof(global::System.Xml.Schema.XmlSchemaImport)) { 12964private global::System.Xml.Schema.XmlSchemaImport Read13_XmlSchemaImport(bool isNullable, bool checkType) { 12986global::System.Xml.Schema.XmlSchemaImport o;
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\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
58[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaImport))]