2 writes to Parent
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\BindingGraph.cs (2)
90collectionVertex.Parent = this.graph.LookupVertex(source); 430complexVertex.Parent = parentVertex;
12 references to Parent
System.Data.Services.Client (12)
System\Data\Services\Client\Binding\BindingGraph.cs (12)
116collectionVertex.Parent != null || collectionVertex.IsRootCollection, 207sourceVertex.Parent != null ? sourceVertex.Parent.EntitySet : null, 406Debug.Assert(childVertex.Parent != null, "Complex properties must always have parent vertices."); 407entity = childVertex.Parent.Item; 409childVertex = childVertex.Parent; 820/// <summary>Property of the <see cref="Parent"/> object that associates this vertex with it's parent</summary> 832return this.IsCollection && this.Parent == null; 886Debug.Assert(this.Parent != null, "Parent must be non-null for child collection"); 888source = this.Parent.Item; 898sourceEntitySet = this.Parent.EntitySet; 902Debug.Assert(this.Parent == null, "Parent must be null for top level collection");