3 references to NoEntitySetKey
System.Data.Entity (3)
System\Data\Common\EntityRecordInfo.cs (1)
100!object.ReferenceEquals(_entityKey, EntityKey.NoEntitySetKey) &&
System\Data\Common\Internal\Materialization\Translator.cs (1)
983noEntityKeyExpression = Expression.Constant(EntityKey.NoEntitySetKey, typeof(EntityKey));
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2525Object.ReferenceEquals(EntityKey.NoEntitySetKey, entityKey));