6 instantiations of XmlSchemaImport
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
168
XmlSchemaImport import = new
XmlSchemaImport
();
System.Private.Xml (5)
System\Xml\Schema\Inference\Infer.cs (2)
466
XmlSchemaImport import = new
XmlSchemaImport
();
571
XmlSchemaImport import = new
XmlSchemaImport
();
System\Xml\Schema\XsdBuilder.cs (1)
1195
builder._xso = builder._import = new
XmlSchemaImport
();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
307
XmlSchemaImport import = new
XmlSchemaImport
();
System\Xml\Serialization\XmlSchemas.cs (1)
355
XmlSchemaImport 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)
241
if (include is
XmlSchemaImport
)
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaHelper.cs (3)
161
if (item is
XmlSchemaImport
)
163
if (SchemaHelper.NamespacesEqual(ns, ((
XmlSchemaImport
)item).Namespace))
168
XmlSchemaImport
import = new XmlSchemaImport();
System.Private.Xml (45)
System\Xml\Schema\Inference\Infer.cs (6)
452
XmlSchemaImport
? import = parentSchema.Includes[i] as
XmlSchemaImport
;
466
XmlSchemaImport
import = new XmlSchemaImport();
557
XmlSchemaImport
? import = parentSchema.Includes[i] as
XmlSchemaImport
;
571
XmlSchemaImport
import = new XmlSchemaImport();
System\Xml\Schema\Preprocessor.cs (9)
303
XmlSchemaImport
import = (include as
XmlSchemaImport
)!;
478
XmlSchemaImport
import;
487
if (include is
XmlSchemaImport
)
489
import = (include as
XmlSchemaImport
)!;
576
XmlSchemaImport
import = (include as
XmlSchemaImport
)!;
690
XmlSchemaImport
import = (external as
XmlSchemaImport
)!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (16)
146
if (include is
XmlSchemaImport
&& ((
XmlSchemaImport
)include).Namespace == XmlReservedNs.NsXml)
164
if (xsc != null && include is
XmlSchemaImport
)
166
XmlSchemaImport
import = (
XmlSchemaImport
)include;
181
if (subInc is
XmlSchemaImport
subImp)
202
if (include is
XmlSchemaImport
&& ((
XmlSchemaImport
)include).Namespace == XmlReservedNs.NsXml)
264
XmlSchemaImport
? import;
273
import = schema.Includes[i] as
XmlSchemaImport
;
387
else if (include is
XmlSchemaImport
)
389
if (((
XmlSchemaImport
)include).Namespace == null && schema.TargetNamespace == null)
393
else if (((
XmlSchemaImport
)include).Namespace == schema.TargetNamespace)
397
Preprocess(include.Schema, ((
XmlSchemaImport
)include).Namespace, Compositor.Import);
404
else if (include is
XmlSchemaImport
)
406
string? ns = ((
XmlSchemaImport
)include).Namespace;
System\Xml\Schema\XmlSchema.cs (1)
281
XmlElement("import", typeof(
XmlSchemaImport
)),
System\Xml\Schema\XsdBuilder.cs (2)
665
private
XmlSchemaImport
? _import;
988
_import = (
XmlSchemaImport
)container;
System\Xml\Serialization\XmlSchemaExporter.cs (3)
307
XmlSchemaImport
import = new XmlSchemaImport();
332
private static
XmlSchemaImport
? FindImport(XmlSchema schema, string? ns)
336
if (item is
XmlSchemaImport
import)
System\Xml\Serialization\XmlSchemas.cs (8)
190
if (external is
XmlSchemaImport
)
192
if (ns == ((
XmlSchemaImport
)external).Namespace)
347
if (external is
XmlSchemaImport
&& ((
XmlSchemaImport
)external).Namespace == ns)
355
XmlSchemaImport
import = new XmlSchemaImport();
376
if (external is
XmlSchemaImport
)
385
AddImport(originals, ((
XmlSchemaImport
)external).Namespace);
557
string 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
))]