14 references to GetValue
System.Data.Services.Client (14)
System\Data\Services\Client\AtomMaterializer.cs (5)
685
materializer.FoundNextLinkForUnmodifiedCollection(property.
GetValue
(entry.ResolvedObject) as IEnumerable);
1145
result = property.
GetValue
(instance);
1325
object complexInstance = prop.
GetValue
(instance);
1582
property.
GetValue
(entry.ResolvedObject) == null)
1833
this.FoundNextLinkForUnmodifiedCollection(property.
GetValue
(entry.ResolvedObject) as IEnumerable);
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
246
.
GetValue
(source);
250
return bindingPropertyInfo.PropertyInfo.
GetValue
(source);
System\Data\Services\Client\Binding\BindingGraph.cs (2)
249
parent = bpi.PropertyInfo.
GetValue
(parent);
458
object propertyValue = bpi.PropertyInfo.
GetValue
(entity);
System\Data\Services\Client\DataServiceContext.cs (5)
2338
object value = property.
GetValue
(entity);
3310
object propertyValue = property.
GetValue
(resource);
3862
collection = property.
GetValue
(this.entity);
4647
object mimeTypeValue = type.MediaDataMember.MimeTypeProperty.
GetValue
(entityDescriptor.Entity);
4661
object value = type.MediaDataMember.
GetValue
(entityDescriptor.Entity);