Home
last modified time | relevance | path

Searched refs:ImportedSchemas (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/EntityModel/SchemaObjectModel/
H A DXmlSchemaResource.cs26 ImportedSchemas = importedSchemas; in XmlSchemaResource()
34 ImportedSchemas = EmptyImportList; in XmlSchemaResource()
38 internal XmlSchemaResource[] ImportedSchemas; field
H A DSchema.cs393 foreach(var import in schemaResource.ImportedSchemas) in AddAllSchemaResourceNamespaceNames()
1260 foreach (var import in schemaResource.ImportedSchemas) in AddXmlSchemaToSet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaSet.cs464 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 p…
658 XmlSchema s = (XmlSchema)schema.ImportedSchemas[i];
748 foreach (XmlSchema impSchema in schema.ImportedSchemas) {
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 p…
[all …]
H A DXmlSchema.cs605 internal ArrayList ImportedSchemas {
H A DPreprocessor.cs91 rootSchema.ImportedSchemas.Clear(); in Execute()
130 Preprocess(rootSchema, targetNamespace, rootSchema.ImportedSchemas); in Execute()
H A DXmlSchemaValidator.cs321 for (int i = 0; i < schema.ImportedSchemas.Count; ++i) { //Check for its imports in AddSchema()
322 XmlSchema impSchema = (XmlSchema)schema.ImportedSchemas[i]; in AddSchema()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlSchemaSet.cs536 schemaToRemove.ImportedSchemas.Contains(mainSchema)) in RemoveRecursive()
562 for (int i = 0; i < schemaToRemove.ImportedSchemas.Count; ++i) in RemoveRecursive()
564 XmlSchema impSchema = (XmlSchema)schemaToRemove.ImportedSchemas[i]; in RemoveRecursive()
760 for (int i = 0; i < schema.ImportedSchemas.Count; ++i) in Reprocess()
762 XmlSchema s = (XmlSchema)schema.ImportedSchemas[i]; in Reprocess()
864 foreach (XmlSchema impSchema in schema.ImportedSchemas) { in AddCompiledSchema()
968 if (schema.ImportedSchemas.Count > 0) in Add()
971 for (int i = 0; i < schema.ImportedSchemas.Count; ++i) in Add()
973 XmlSchema impSchema = (XmlSchema)schema.ImportedSchemas[i]; in Add()
1074 for (int i = 0; i < schema.ImportedSchemas.Count; ++i) in AddSchemaToSet()
[all …]
H A DXmlSchema.cs673 internal ArrayList ImportedSchemas property in System.Xml.Schema.XmlSchema
H A DPreprocessor.cs95 _rootSchema.ImportedSchemas.Clear(); in Execute()
140 Preprocess(_rootSchema, targetNamespace, _rootSchema.ImportedSchemas); in Execute()
H A DXmlSchemaValidator.cs356 for (int i = 0; i < schema.ImportedSchemas.Count; ++i) in AddSchema()
358 XmlSchema impSchema = (XmlSchema)schema.ImportedSchemas[i]; in AddSchema()