5 writes to queryResults
System.Data.Services (5)
System\Data\Services\RequestQueryProcessor.cs (5)
131this.queryResults = null; 771this.queryResults = new long[] { (long)mi.Invoke(null, new object[] { this.query }) } 800this.queryResults = expandProvider.ApplyExpansions(this.query, this.rootProjectionNode.ExpandPaths); 828this.queryResults = this.query; 841this.queryResults = this.query;
4 references to queryResults
System.Data.Services (4)
System\Data\Services\RequestQueryProcessor.cs (4)
844Debug.Assert(this.queryResults != null, "this.queryResults != null"); 1161this.service.InternalOnRequestQueryConstructed(this.queryResults as IQueryable ?? this.query); 1162Debug.Assert(this.queryResults != null, "this.queryResults != null -- otherwise ProcessExpand didn't set it"); 1164return new RequestDescription(this.description, this.queryResults, this.rootProjectionNode);