8 references to DataServiceVersionEmpty
System.Data.Services.Client (8)
System\Data\Services\Client\DataServiceContext.cs (5)
1014QueryComponents qc = new QueryComponents(requestUri, Util.DataServiceVersionEmpty, typeof(TElement), null, null); 1064QueryComponents qc = new QueryComponents(requestUri, Util.DataServiceVersionEmpty, typeof(TElement), null, null); 2592if (requestVersion != Util.DataServiceVersion1 && requestVersion != Util.DataServiceVersionEmpty) 3280requestVersion = Util.DataServiceVersionEmpty; 5566QueryComponents qc = new QueryComponents(null, Util.DataServiceVersionEmpty, entityDescriptor.Entity.GetType(), null, null);
System\Data\Services\Client\DataServiceQueryContinuation.cs (1)
109QueryComponents result = new QueryComponents(this.NextLinkUri, Util.DataServiceVersionEmpty, this.Plan.LastSegmentType, null, null);
System\Data\Services\Client\DataServiceRequestOfT.cs (1)
44this.queryComponents = new QueryComponents(requestUri, Util.DataServiceVersionEmpty, elementType, null, null);
System\Data\Services\Client\MaterializeFromAtom.cs (1)
155: this(context, reader, new QueryComponents(null, Util.DataServiceVersionEmpty, type, null, null), null, mergeOption)