2 writes to syncRollbackItems
System.Data.Linq (2)
ChangeDirector.cs (2)
59syncRollbackItems = new List<KeyValuePair<TrackedObject, object[]>>(); 227this.syncRollbackItems = null;
3 references to syncRollbackItems
System.Data.Linq (3)
ChangeDirector.cs (3)
58if (syncRollbackItems == null) { 61return syncRollbackItems; 211if (this.syncRollbackItems != null) {