1 write to context
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializerLog.cs (1)
71this.context = context;
16 references to context
System.Data.Services.Client (16)
System\Data\Services\Client\AtomMaterializerLog.cs (16)
117descriptor = this.context.InternalAttachEntityDescriptor(descriptor, false); 129this.context.TryGetEntity(entity.Key, entry.ETagText, this.mergeOption, out state); 138EntityDescriptor descriptor = this.context.GetEntityDescriptor(entry.ResolvedObject); 147if ((EntityStates.Deleted == this.context.GetEntityDescriptor(link.Target).State) || 148(EntityStates.Deleted == this.context.GetEntityDescriptor(link.Source).State)) 150this.context.DeleteLink(link.Source, link.SourceProperty, link.Target); 154this.context.AttachLink(link.Source, link.SourceProperty, link.Target, this.mergeOption); 163LinkDescriptor end = this.context.GetLinks(link.Source, link.SourceProperty).FirstOrDefault(); 170if ((null != target) && (EntityStates.Deleted == this.context.GetEntityDescriptor(target).State) || 171(EntityStates.Deleted == this.context.GetEntityDescriptor(link.Source).State)) 177this.context.AttachLink(link.Source, link.SourceProperty, target, this.mergeOption); 183this.context.DetachLink(link.Source, link.SourceProperty, link.Target); 239this.context.AttachIdentity(entry.Identity, entry.QueryLink, entry.EditLink, entry.ResolvedObject, entry.ETagText); 267this.context.TryGetEntity(entry.Identity, entry.ETagText, this.mergeOption, out state); 427descriptor.EditStreamUri = new Uri(this.context.BaseUriWithSlash, entry.MediaEditUri); 432descriptor.ReadStreamUri = new Uri(this.context.BaseUriWithSlash, entry.MediaContentUri);