2 writes to conflicts
System.Data.Linq (2)
ChangeConflicts.cs (2)
19this.conflicts = new List<ObjectChangeConflict>(); 117this.conflicts = conflictList;
10 references to conflicts
System.Data.Linq (10)
ChangeConflicts.cs (10)
26get { return this.conflicts.Count; } 30get { return this.conflicts[index]; } 47return this.conflicts.Remove(item); 54this.conflicts.Clear(); 63return this.conflicts.Contains(item); 67this.conflicts.CopyTo(array, arrayIndex); 75return this.conflicts.GetEnumerator(); 79return this.conflicts.GetEnumerator(); 91((ICollection)this.conflicts).CopyTo(array, index); 109foreach (ObjectChangeConflict c in this.conflicts) {