2 writes to _name
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.DbObjectKey.cs (2)
53
_name
= name.ToString();
57
_name
= null;
7 references to _name
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");
84
get { return
_name
; }
110
if (key.
_name
!=
_name
)
132
if (
_name
!= null)
134
hashCode ^=
_name
.GetHashCode();
175
return _catalog == null && _schema == null &&
_name
== null;