6 writes to ApplyingChanges
System.Data.Services.Client (6)
System\Data\Services\Client\DataServiceContext.cs (4)
3838context.ApplyingChanges = true; 3944context.ApplyingChanges = merging; 3962context.ApplyingChanges = true; 4032context.ApplyingChanges = merging;
System\Data\Services\Client\MaterializeFromAtom.cs (2)
265this.context.ApplyingChanges = true; 270this.context.ApplyingChanges = applying;
8 references to ApplyingChanges
System.Data.Services.Client (8)
System\Data\Services\Client\Binding\BindingObserver.cs (5)
374if (this.Context.ApplyingChanges) 512if (this.Context.ApplyingChanges) 593if (this.Context.ApplyingChanges) 712Debug.Assert(!this.AttachBehavior || this.Context.ApplyingChanges, "Entity updates must not happen during Attach or construction phases, deserialization case is the exception."); 714if (this.Context.ApplyingChanges)
System\Data\Services\Client\DataServiceContext.cs (2)
3834bool merging = context.ApplyingChanges; 3958bool merging = context.ApplyingChanges;
System\Data\Services\Client\MaterializeFromAtom.cs (1)
262bool applying = this.context.ApplyingChanges;