3 writes to MaterializedValue
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (3)
813
atomProperty.
MaterializedValue
= complexInstance;
1228
atomProperty.
MaterializedValue
= null;
1239
atomProperty.
MaterializedValue
= value;
3 references to MaterializedValue
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (3)
807
if (atomProperty.
MaterializedValue
== null && !atomProperty.IsNull)
822
result = atomProperty.
MaterializedValue
;
1342
prop.SetValue(instance, property.
MaterializedValue
, property.Name, true /* allowAdd? */);