3 references to IsFastTracked
System.Data.Linq (3)
ChangeTracker.cs (3)
134return this.items.ContainsKey(obj) || this.IsFastTracked(obj); 145if (this.IsFastTracked(obj)) { 187else if (this.IsFastTracked(sender)) {