4 references to ELinqQueryState
System.Data.Entity (4)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
42: base(elementType, context, lambda)
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
246ObjectQueryState retState = new ELinqQueryState(this.ElementType, this.ObjectContext, includeCall);
System\Data\Objects\ELinq\ObjectQueryProvider.cs (2)
144queryState = new ELinqQueryState(typeof(S), _context, expression); 166queryState = new ELinqQueryState(ofType, _context, expression);