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