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