2 instantiations of EdgeMap
System.Data.Linq (2)
ChangeProcessor.cs (2)
48this.currentParentEdges = new EdgeMap(); 49this.originalChildEdges = new EdgeMap();
2 references to EdgeMap
System.Data.Linq (2)
ChangeProcessor.cs (2)
39EdgeMap currentParentEdges; 40EdgeMap originalChildEdges;