1 write to DataValues
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
888targetEntry.DataValues = new List<AtomContentProperty>();
13 references to DataValues
System.Data.Services.Client (13)
System\Data\Services\Client\AtomMaterializer.cs (10)
501List<AtomContentProperty> properties = entry.DataValues; 530properties = atomProperty.Entry.DataValues; 721List<AtomContentProperty> properties = entry.DataValues; 799properties = atomProperty.Entry.DataValues; 1487SetValueOnPath(entry.DataValues, path, elementValue, typeName); 1500SetValueOnPath(entry.DataValues, item.EpmInfo.Attribute.SourcePath, attribute.Value, null); 1546var properties = entry.DataValues; 1890Debug.Assert(entry.DataValues != null, "entry.DataValues != null -- otherwise not correctly initialized"); 1923MaterializeDataValues(actualType, entry.DataValues, this.ignoreMissingProperties, this.context); 1925foreach (var e in entry.DataValues)
System\Data\Services\Client\AtomParser.cs (3)
570this.ReadCurrentProperties(targetEntry.DataValues); 734targetEntry.DataValues.Add(property); 956this.ReadCurrentProperties(targetEntry.DataValues);