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