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)
430
schemaToRemove.
ImportedSchemas
.Contains(mainSchema))
455
for (int i = 0; i < schemaToRemove.
ImportedSchemas
.Count; ++i)
457
XmlSchema impSchema = (XmlSchema)schemaToRemove.
ImportedSchemas
[i]!;
638
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
640
XmlSchema s = (XmlSchema)schema.
ImportedSchemas
[i]!;
826
if (schema!.
ImportedSchemas
.Count > 0)
829
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
831
XmlSchema impSchema = (XmlSchema)schema.
ImportedSchemas
[i]!;
931
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
933
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]!;