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