1 write to context
System.Data.Services.Client (1)
System\Data\Services\Client\MaterializeFromAtom.cs (1)
106this.context = context;
8 references to context
System.Data.Services.Client (8)
System\Data\Services\Client\MaterializeFromAtom.cs (8)
122string typeScheme = this.context.TypeScheme.OriginalString; 124AtomMaterializerLog log = new AtomMaterializerLog(this.context, mergeOption); 136if (this.context.HasReadingEntityHandlers) 139this.context.FireReadingEntityEvent(entity, data); 202get { return this.context; } 262bool applying = this.context.ApplyingChanges; 265this.context.ApplyingChanges = true; 270this.context.ApplyingChanges = applying;