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