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