3 writes to componentNum
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (3)
76componentMap[edge.Value].componentNum = newValue; 81componentMap[vertex].componentNum = newValue; 109componentNum = compNum;
7 references to componentNum
System.Data.Entity (7)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (7)
72if (componentMap[edge.Key].componentNum != componentMap[edge.Value].componentNum) { 74int oldValue = componentMap[edge.Value].componentNum; 75int newValue = componentMap[edge.Key].componentNum; 80if (componentMap[vertex].componentNum == oldValue) { 90int componentNum = componentMap[vertex].componentNum; 113return StringUtil.FormatInvariant("{0}", componentNum);