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