5 references to IsContextTrackingEntity
System.Data.Services.Client (5)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
324
foreach (var entity in this.graph.Select(o => BindingEntityInfo.IsEntityType(o.GetType()) && !this.observer.
IsContextTrackingEntity
(o)))
System\Data\Services\Client\Binding\BindingObserver.cs (4)
535
bool contextOperationRequired = this.
IsContextTrackingEntity
(target) && !this.DetachBehavior;
560
if (source != null && !this.
IsContextTrackingEntity
(source))
567
if (this.
IsContextTrackingEntity
(target))
754
if (this.
IsContextTrackingEntity
(entity))