12 references to LookupVertex
System.Data.Services.Client (12)
System\Data\Services\Client\Binding\BindingGraph.cs (12)
90
collectionVertex.Parent = this.graph.
LookupVertex
(source);
158
Vertex sourceVertex = this.graph.
LookupVertex
(edgeSource);
166
entityVertex = this.graph.
LookupVertex
(target);
230
Vertex vertexToRemove = this.graph.
LookupVertex
(item);
281
Vertex collectionVertex = this.graph.
LookupVertex
(collection);
299
.
LookupVertex
(source)
326
this.graph.ClearEdgesForVertex(this.graph.
LookupVertex
(entity));
340
Vertex collectionVertex = this.graph.
LookupVertex
(collection);
378
.
LookupVertex
(collection)
397
Vertex childVertex = this.graph.
LookupVertex
(entity);
421
Vertex parentVertex = this.graph.
LookupVertex
(source);
425
Vertex complexVertex = this.graph.
LookupVertex
(target);