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