2 writes to ImportedSchemas
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\XmlSchemaResource.cs (2)
26ImportedSchemas = importedSchemas; 34ImportedSchemas = EmptyImportList;
2 references to ImportedSchemas
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (2)
393foreach(var import in schemaResource.ImportedSchemas) 1260foreach (var import in schemaResource.ImportedSchemas)