1 instantiation of EnumerableExecutor
System.Core (1)
System\Linq\SequenceQuery.cs (1)
114return new EnumerableExecutor<S>(expression).Execute();
2 references to EnumerableExecutor
System.Core (2)
System\Linq\SequenceQuery.cs (2)
104Type execType = typeof(EnumerableExecutor<>).MakeGenericType(expression.Type); 151Type execType = typeof(EnumerableExecutor<>).MakeGenericType(expression.Type);