12 references to GetEntityDescriptor
System.Data.Services.Client (12)
System\Data\Services\Client\AtomMaterializerLog.cs (5)
138
EntityDescriptor descriptor = this.context.
GetEntityDescriptor
(entry.ResolvedObject);
147
if ((EntityStates.Deleted == this.context.
GetEntityDescriptor
(link.Target).State) ||
148
(EntityStates.Deleted == this.context.
GetEntityDescriptor
(link.Source).State))
170
if ((null != target) && (EntityStates.Deleted == this.context.
GetEntityDescriptor
(target).State) ||
171
(EntityStates.Deleted == this.context.
GetEntityDescriptor
(link.Source).State))
System\Data\Services\Client\Binding\BindingObserver.cs (7)
393
EntityDescriptor targetDescriptor = this.Context.
GetEntityDescriptor
(target);
432
targetDescriptor = this.Context.
GetEntityDescriptor
(target);
610
EntityDescriptor targetDescriptor = target != null ? this.Context.
GetEntityDescriptor
(target) : null;
647
targetDescriptor = target != null ? this.Context.
GetEntityDescriptor
(target) : null;
666
targetDescriptor = this.Context.
GetEntityDescriptor
(target);
701
return this.Context.
GetEntityDescriptor
(entity) != default(EntityDescriptor);
955
EntityDescriptor descriptor = this.Context.
GetEntityDescriptor
(entity);