12 references to SetValue
System.Data.Services.Client (12)
System\Data\Services\Client\AtomMaterializer.cs (7)
672property.SetValue(result, value, property.PropertyName, false); 1158property.SetValue(instance, result, property.PropertyName, false /* add */); 1337prop.SetValue(instance, complexInstance, property.Name, true /* allowAdd? */); 1342prop.SetValue(instance, property.MaterializedValue, property.Name, true /* allowAdd? */); 1584property.SetValue(entry.ResolvedObject, list, property.PropertyName, false /* allowAdd */); 1822property.SetValue(collection, item, property.PropertyName, true /* allowAdd? */); 1962prop.SetValue(entry.ResolvedObject, e.Entry.ResolvedObject, e.Name, true /* allowAdd? */);
System\Data\Services\Client\DataServiceContext.cs (5)
3904property.SetValue(collection, child, this.propertyName, true); 3936property.SetValue(this.entity, collection, this.propertyName, false); 3995property.SetValue(this.entity, buffer, this.propertyName, false); 4009property.SetValue(this.entity, convertedValue, this.propertyName, false); 4024property.MimeTypeProperty.SetValue(this.entity, mimeType, null, false);