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