8 references to Detached
System.Data.Services.Client (8)
System\Data\Services\Client\AtomMaterializerLog.cs (2)
182Debug.Assert(EntityStates.Detached == link.State, "not detached link"); 348LinkDescriptor item = new LinkDescriptor(source.ResolvedObject, propertyName, target, EntityStates.Detached);
System\Data\Services\Client\DataServiceContext.cs (6)
930Debug.Assert(box.State != EntityStates.Detached, "We should never have a detached entity in the entityDescriptor dictionary."); 2112state = EntityStates.Detached; 2460else if (EntityStates.Detached != entry.State) 2627resource.State = EntityStates.Detached; 3395parentOfTarget.State != EntityStates.Detached)) 3404existingLink.State = EntityStates.Detached;