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)
465
Debug.Assert(!
_nodeIds
.Contains(nodeId), "don't add existing node to partition");
466
_nodeIds
.Add(nodeId);
476
foreach (int element in other.
_nodeIds
)