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