14 references to ImportedSchemas
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
98
_rootSchema.
ImportedSchemas
.Clear();
146
Preprocess(_rootSchema, targetNamespace, _rootSchema.
ImportedSchemas
);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (10)
542
schemaToRemove.
ImportedSchemas
.Contains(mainSchema))
568
for (int i = 0; i < schemaToRemove.
ImportedSchemas
.Count; ++i)
570
XmlSchema impSchema = (XmlSchema)schemaToRemove.
ImportedSchemas
[i];
769
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
771
XmlSchema s = (XmlSchema)schema.
ImportedSchemas
[i];
977
if (schema.
ImportedSchemas
.Count > 0)
980
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
982
XmlSchema impSchema = (XmlSchema)schema.
ImportedSchemas
[i];
1083
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
1085
XmlSchema s = (XmlSchema)schema.
ImportedSchemas
[i];
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
361
for (int i = 0; i < schema.
ImportedSchemas
.Count; ++i)
363
XmlSchema impSchema = (XmlSchema)schema.
ImportedSchemas
[i];