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)
246
ObjectQueryState retState = new
ELinqQueryState
(this.ElementType, this.ObjectContext, includeCall);
System\Data\Objects\ELinq\ObjectQueryProvider.cs (2)
144
queryState = new
ELinqQueryState
(typeof(S), _context, expression);
166
queryState = new
ELinqQueryState
(ofType, _context, expression);