3 references to ExistsVertex
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
77if (this.graph.ExistsVertex(collection)) 375Debug.Assert(this.graph.ExistsVertex(collection), "Vertex corresponding to 'collection' must exist in the graph."); 592Debug.Assert(this.ExistsVertex(value.Item), "Must already have the assigned vertex in the graph.");