1 write to _context
System.Data.Entity (1)
System\Data\Objects\ELinq\ObjectQueryProvider.cs (1)
39
_context
= context;
2 references to _context
System.Data.Entity (2)
System\Data\Objects\ELinq\ObjectQueryProvider.cs (2)
144
queryState = new ELinqQueryState(typeof(S),
_context
, expression);
166
queryState = new ELinqQueryState(ofType,
_context
, expression);