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