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)
144queryState = new ELinqQueryState(typeof(S), _context, expression); 166queryState = new ELinqQueryState(ofType, _context, expression);