2 writes to _keyStrategy
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWrapper.cs (2)
172_keyStrategy = keyStrategy(entity); 205_keyStrategy = keyStrategy(entity);
6 references to _keyStrategy
System.Data.Entity (6)
System\Data\Objects\Internal\EntityWrapper.cs (6)
174Debug.Assert(_keyStrategy != null, "Key strategy cannot be null."); 207Debug.Assert(_keyStrategy != null, "Key strategy cannot be null."); 208_keyStrategy.SetEntityKey(key); 230return _keyStrategy.GetEntityKey(); 234_keyStrategy.SetEntityKey(value); 240return _keyStrategy.GetEntityKeyFromEntity();