14 references to ImportedSchemas
System.Xml (14)
System\Xml\Schema\Preprocessor.cs (2)
91
rootSchema.
ImportedSchemas
.Clear();
130
Preprocess(rootSchema, targetNamespace, rootSchema.
ImportedSchemas
);
System\Xml\Schema\XmlSchemaSet.cs (10)
464
schemaToRemove.
ImportedSchemas
.Contains(mainSchema)) {
485
for (int i = 0; i < schemaToRemove.
ImportedSchemas
.Count; ++i) {
486
XmlSchema impSchema = (XmlSchema)schemaToRemove.
ImportedSchemas
[i];
657
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i) { //Once preprocessed external schemas property is set
658
XmlSchema s = (XmlSchema)schema.
ImportedSchemas
[i];
844
if (schema.
ImportedSchemas
.Count > 0) { //Check imports
846
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i) {
847
XmlSchema impSchema = (XmlSchema)schema.
ImportedSchemas
[i];
929
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i) { //Once preprocessed external schemas property is set
930
XmlSchema s = (XmlSchema)schema.
ImportedSchemas
[i];
System\Xml\Schema\XmlSchemaValidator.cs (2)
321
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i) { //Check for its imports
322
XmlSchema impSchema = (XmlSchema)schema.
ImportedSchemas
[i];