2 writes to _cacheEntry
System.Data.Entity (2)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (2)
38_cacheEntry = cacheEntry; 56_cacheEntry = cacheEntry;
10 references to _cacheEntry
System.Data.Entity (10)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (10)
67Debug.Assert(_cacheEntry != null, "CacheEntry is required."); 68return _cacheEntry.GetFieldCount(_metadata); 188return _cacheEntry.GetFieldType(ordinal, _metadata); 212return _cacheEntry.GetCLayerName(ordinal, _metadata); 216int ordinal = _cacheEntry.GetOrdinalforCLayerName(name, _metadata); 229if (_cacheEntry.IsRelationship) 231return (_cacheEntry as RelationshipEntry).GetOriginalRelationValue(ordinal); 235return (_cacheEntry as EntityEntry).GetOriginalEntityValue(_metadata, ordinal, _userObject, ObjectStateValueRecord.OriginalReadonly); 262Debug.Assert(_cacheEntry != null, "CacheEntry is required."); 263_recordInfo = _cacheEntry.GetDataRecordInfo(_metadata, _userObject);