2 references to IndexIsNotReturnType
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (2)
49
if (t != typeof(object) && (
IndexIsNotReturnType
(0, target, pi) || t.IsValueType))
93
if (t != typeof(object) && (
IndexIsNotReturnType
(1, target, pi) || t.IsValueType))