7 writes to _singletonKeyValue
System.Data.Entity (7)
System\Data\EntityKey.cs (7)
108CheckKeyValues(entityKeyValues, out _keyNames, out _singletonKeyValue, out _compositeKeyValues); 122CheckKeyValues(new KeyValueReader(entityKeyValues), out _keyNames, out _singletonKeyValue, out _compositeKeyValues); 142_singletonKeyValue = keyValue; 168GetKeyValues(entitySet, record, out _keyNames, out _singletonKeyValue, out _compositeKeyValues); 213_singletonKeyValue = singletonKeyValue; 321if (!CheckKeyValues(new KeyValueReader(value), true, true, out _keyNames, out _singletonKeyValue, out _compositeKeyValues)) 1272if (CheckKeyValues(new KeyValueReader(_deserializedMembers), true, true, out _keyNames, out _singletonKeyValue, out _compositeKeyValues))
19 references to _singletonKeyValue
System.Data.Entity (19)
System\Data\EntityKey.cs (19)
296if (_singletonKeyValue != null) 299new EntityKeyMember(_keyNames[0], _singletonKeyValue) }; 350return _singletonKeyValue; 440if (null != _singletonKeyValue) 442hashCode = AddHashValue(hashCode, _singletonKeyValue); 460(_singletonKeyValue != null || _compositeKeyValues != null))) 556if (null != key1._singletonKeyValue) 561if (null == key2._singletonKeyValue) 567if (!ByValueEqualityComparer.CompareBinaryValues((byte[])key1._singletonKeyValue, (byte[])key2._singletonKeyValue)) 575if (!key1._singletonKeyValue.Equals(key2._singletonKeyValue)) 714if (_singletonKeyValue != null) 741if (_singletonKeyValue != null) 746new[] { DbExpressionBuilder.Constant(Helper.GetModelTypeUsage(singletonKeyMember), _singletonKeyValue) 796return _singletonKeyValue; 1006if (_singletonKeyValue != null) 1022ValidateTypeOfKeyValue(workspace, keyMembers[0], _singletonKeyValue, isArgumentException, argumentName); 1158if (_singletonKeyValue != null)