3 writes to Label
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
650Edge e = new Edge { Source = s, Target = t, Label = label }; 667Edge e = new Edge { Source = s, Target = t, Label = label }; 682Edge e = new Edge { Source = this.vertices[source], Target = this.vertices[target], Label = label };
6 references to Label
System.Data.Services.Client (6)
System\Data\Services\Client\Binding\BindingGraph.cs (6)
301.SingleOrDefault(e => e.Source.Item == source && e.Label == relation); 304this.graph.RemoveEdge(edge.Source.Item, edge.Target.Item, edge.Label); 403propertyName = childVertex.IncomingEdges[0].Label; 613this.RemoveEdge(e.Source.Item, e.Target.Item, e.Label); 946this.Label == other.Label;