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