1 write to orderingInfo
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
694
this.
orderingInfo
= this.Node.OrderingInfo;
3 references to orderingInfo
System.Data.Services (3)
System\Data\Services\Providers\BasicExpandProvider.cs (3)
695
this.needSkipToken = NeedSkipTokenVisitor.IsSkipTokenRequired(this.
orderingInfo
);
737
return this.
orderingInfo
;
1503
Debug.Assert(this.
orderingInfo
!= null, "Must have ordering info to require skip token");