4 instantiations of ChangeProcessor
System.Data.Linq (4)
DataContext.cs (4)
509new ChangeProcessor(this.services, this).SubmitChanges(failureMode); 532new ChangeProcessor(services, this).SubmitChanges(failureMode); 681return new ChangeProcessor(services, this).GetChangeText(); 692return new ChangeProcessor(this.services, this).GetChangeSet();