1 write to root
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
593this.root = value;
3 references to root
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
585Debug.Assert(this.root != null, "Must have a non-null root vertex when this call is made."); 586return this.root; 591Debug.Assert(this.root == null, "Must only initialize root vertex once.");