1 write to PropertyInfo
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
311
bpi.
PropertyInfo
= p;
9 references to PropertyInfo
System.Data.Services.Client (9)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
239
.SingleOrDefault(x => x.
PropertyInfo
.PropertyName == sourceProperty);
250
return bindingPropertyInfo.
PropertyInfo
.GetValue(source);
System\Data\Services\Client\Binding\BindingGraph.cs (6)
246
.Single(p => p.
PropertyInfo
.PropertyName == parentProperty);
249
parent = bpi.
PropertyInfo
.GetValue(parent);
458
object propertyValue = bpi.
PropertyInfo
.GetValue(entity);
467
bpi.
PropertyInfo
.PropertyName,
476
bpi.
PropertyInfo
.PropertyName,
487
bpi.
PropertyInfo
.PropertyName,
System\Data\Services\Client\Binding\BindingObserver.cs (1)
206
.MakeGenericMethod(bpi.
PropertyInfo
.CollectionType)