8 references to OutgoingEdges
System.Data.Services.Client (8)
System\Data\Services\Client\Binding\BindingGraph.cs (8)
284
foreach (Edge collectionEdge in collectionVertex.
OutgoingEdges
.ToList())
300
.
OutgoingEdges
342
foreach (Edge collectionEdge in collectionVertex.
OutgoingEdges
.ToList())
611
foreach (Edge e in v.
OutgoingEdges
.Concat(v.IncomingEdges).ToList())
651
s.
OutgoingEdges
.Add(e);
668
s.
OutgoingEdges
.Remove(e);
683
return this.vertices[source].
OutgoingEdges
.Any(r => r.Equals(e));
751
foreach (Edge e in current.
OutgoingEdges
)