2 writes to _catalog
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.DbObjectKey.cs (2)
35_catalog = catalog.ToString(); 39_catalog = null;
7 references to _catalog
System.Data.Entity.Design (7)
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.DbObjectKey.cs (7)
61Debug.Assert(_catalog != null || _schema != null || _name != null, "This is going to look like an empty one, just ue the default constructor"); 74get { return _catalog; } 100if (key._catalog != _catalog) 122if (_catalog != null) 124hashCode ^= _catalog.GetHashCode(); 175return _catalog == null && _schema == null && _name == null;