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