5 references to Plan
System.Data.Services.Client (5)
System\Data\Services\Client\AtomMaterializer.cs (1)
679ProjectionPlan plan = continuation == null ? null : continuation.Plan;
System\Data\Services\Client\DataServiceContext.cs (3)
1030return (new DataServiceRequest<T>(qc, continuation.Plan)).BeginExecute(this, this, callback, state); 1078DataServiceRequest request = new DataServiceRequest<T>(qc, continuation.Plan); 3255plan = continuation.Plan;
System\Data\Services\Client\DataServiceQueryContinuation.cs (1)
109QueryComponents result = new QueryComponents(this.NextLinkUri, Util.DataServiceVersionEmpty, this.Plan.LastSegmentType, null, null);