1 write to Queries
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
4137this.Queries = queries;
12 references to Queries
System.Data.Services.Client (12)
System\Data\Services\Client\DataServiceContext.cs (12)
5064if (null != this.Queries) 5084if (null != this.Queries) 5086for (int i = 0; i < this.Queries.Length; ++i) 5088Uri requestUri = Util.CreateUri(this.Context.baseUriWithSlash, this.Queries[i].QueryComponents.Uri); 5094WriteOperationRequestHeaders(text, XmlConstants.HttpMethodGet, requestUri.AbsoluteUri, this.Queries[i].QueryComponents.Version); 5325if (IsFlagSet(this.options, SaveChangesOptions.Batch) && (null != this.Queries)) 5442DataServiceRequest query = this.Queries[queryCount]; 5462if (null != this.Queries) 5465DataServiceRequest query = this.Queries[queryCount]; 5658if ((null == this.Queries && 5663(null != this.Queries && queryCount != this.Queries.Length))