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