1 write to currentParentEdges
System.Data.Linq (1)
ChangeProcessor.cs (1)
48this.currentParentEdges = new EdgeMap();
3 references to currentParentEdges
System.Data.Linq (3)
ChangeProcessor.cs (3)
538this.currentParentEdges.Clear(); 555this.currentParentEdges.Add(assoc, item, otherItem); 673TrackedObject other = this.currentParentEdges[assoc, item];