2 writes to _schema
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.DbObjectKey.cs (2)
44_schema = schema.ToString(); 48_schema = null;
7 references to _schema
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"); 79get { return _schema; } 105if (key._schema != _schema) 127if (_schema != null) 129hashCode ^= _schema.GetHashCode(); 175return _catalog == null && _schema == null && _name == null;