1 write to IsComplex
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
431complexVertex.IsComplex = true;
2 references to IsComplex
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\BindingGraph.cs (2)
399Debug.Assert(childVertex.IsComplex == true, "Vertex must correspond to a complex object."); 401while (childVertex.IsComplex)