1 write to _nodeIds
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
452_nodeIds = new List<int>(2);
3 references to _nodeIds
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
465Debug.Assert(!_nodeIds.Contains(nodeId), "don't add existing node to partition"); 466_nodeIds.Add(nodeId); 476foreach (int element in other._nodeIds)