5 references to IsContextTrackingLink
System.Data.Services.Client (5)
System\Data\Services\Client\Binding\BindingObserver.cs (5)
401(source != null && !this.IsContextTrackingLink(source, sourceProperty, target) && targetDescriptor.State != EntityStates.Deleted));
448if (targetDescriptor.State != EntityStates.Deleted && !this.IsContextTrackingLink(source, sourceProperty, target))
469if (targetDescriptor.State != EntityStates.Deleted && !this.IsContextTrackingLink(source, sourceProperty, target))
618!this.IsContextTrackingLink(source, sourceProperty, target));
671if (!this.IsContextTrackingLink(source, sourceProperty, target))