14 references to ImportedSchemas
System.Private.Xml (14)
System\Xml\Schema\Preprocessor.cs (2)
93
_rootSchema.
ImportedSchemas
.Clear();
139
Preprocess(_rootSchema, targetNamespace, _rootSchema.
ImportedSchemas
);
System\Xml\Schema\XmlSchemaSet.cs (10)
418
schemaToRemove.
ImportedSchemas
.Contains(mainSchema))
443
for (int i = 0; i < schemaToRemove.
ImportedSchemas
.Count; ++i)
445
XmlSchema impSchema = (XmlSchema)schemaToRemove.
ImportedSchemas
[i]!;
626
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
628
XmlSchema s = (XmlSchema)schema.
ImportedSchemas
[i]!;
814
if (schema!.
ImportedSchemas
.Count > 0)
817
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
819
XmlSchema impSchema = (XmlSchema)schema.
ImportedSchemas
[i]!;
919
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
921
XmlSchema s = (XmlSchema)schema.
ImportedSchemas
[i]!;
System\Xml\Schema\XmlSchemaValidator.cs (2)
349
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
351
XmlSchema impSchema = (XmlSchema)schema.
ImportedSchemas
[i]!;