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