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