1 write to isRoot
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
823
expandNode.
isRoot
= true;
5 references to isRoot
System.Data.Services (5)
System\Data\Services\Providers\BasicExpandProvider.cs (5)
804
!this.
isRoot
&&
836
if (!this.
isRoot
&& (!this.Node.ProjectAllProperties || this.OrderingInfo != null))
1098
bool needFilterForSelf = !this.
isRoot
&&
1146
Debug.Assert(this.
isRoot
, "BuildProjectionQuery is being called on a non-root node.");
1347
if (!this.
isRoot
)