1 write to IsCollection
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
83
collectionVertex.
IsCollection
= true;
5 references to IsCollection
System.Data.Services.Client (5)
System\Data\Services\Client\Binding\BindingGraph.cs (5)
184
if (this.graph.ExistsEdge(edgeSource, target, sourceVertex.
IsCollection
? null : sourceProperty))
189
this.graph.AddEdge(edgeSource, target, sourceVertex.
IsCollection
? null : sourceProperty);
192
if (!sourceVertex.
IsCollection
)
832
return this.
IsCollection
&& this.Parent == null;
882
Debug.Assert(this.
IsCollection
, "Must be a collection to be in this method");