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