1 write to context
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializer.cs (1)
264this.context = context;
12 references to context
System.Data.Services.Client (12)
System\Data\Services\Client\AtomMaterializer.cs (12)
282get { return this.context; } 740ClientType attributeSourceType = MaterializeAtom.GetEntryClientType(entry.TypeName, materializer.context, expectedType, false); 811MaterializeDataValues(complexType, atomProperty.Properties, materializer.ignoreMissingProperties, materializer.context); 812ApplyDataValues(complexType, atomProperty.Properties, materializer.ignoreMissingProperties, materializer.context, complexInstance); 818MaterializeDataValue(property.NullablePropertyType, atomProperty, materializer.context); 1012MaterializeDataValues(targetType, property.Properties, this.ignoreMissingProperties, this.context); 1013ApplyDataValues(targetType, property.Properties, this.ignoreMissingProperties, this.context, this.currentValue); 1635entry.ResolvedObject = this.context.TryGetEntity(entry.Identity, entry.ETagText, this.mergeOption, out state); 1693ClientType actualType = MaterializeAtom.GetEntryClientType(entry.TypeName, this.context, expectedEntryType, true); 1840from x in this.context.GetLinks(entry.ResolvedObject, property.PropertyName) 1923MaterializeDataValues(actualType, entry.DataValues, this.ignoreMissingProperties, this.context); 1969ApplyDataValue(actualType, e, this.ignoreMissingProperties, this.context, entry.ResolvedObject);