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)
61
Debug.Assert(
_catalog
!= null || _schema != null || _name != null, "This is going to look like an empty one, just ue the default constructor");
74
get { return
_catalog
; }
100
if (key.
_catalog
!=
_catalog
)
122
if (
_catalog
!= null)
124
hashCode ^=
_catalog
.GetHashCode();
175
return
_catalog
== null && _schema == null && _name == null;