3 references to PrimitiveSchema
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
876else if (this.DataModel != SchemaDataModelOption.EntityDataModel && type.Schema != this && type.Schema != this.SchemaManager.PrimitiveSchema)
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (2)
302if (this.PrimitiveSchema.Namespace != null) 304_namespaceLookUpTable.Add(this.PrimitiveSchema.Namespace);