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