1 write to Item
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
781
this.
Item
= item;
13 references to Item
System.Data.Services.Client (13)
System\Data\Services\Client\Binding\BindingGraph.cs (13)
286
this.graph.RemoveEdge(collection, collectionEdge.Target.
Item
, null);
301
.SingleOrDefault(e => e.Source.
Item
== source && e.Label == relation);
304
this.graph.RemoveEdge(edge.Source.
Item
, edge.Target.
Item
, edge.Label);
344
yield return collectionEdge.Target.
Item
;
404
propertyValue = childVertex.
Item
;
407
entity = childVertex.Parent.
Item
;
592
Debug.Assert(this.ExistsVertex(value.
Item
), "Must already have the assigned vertex in the graph.");
613
this.RemoveEdge(e.Source.
Item
, e.Target.
Item
, e.Label);
719
detachAction(v.
Item
);
720
this.vertices.Remove(v.
Item
);
888
source = this.Parent.
Item
;