7 references to SlowCreate
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\CallInstruction.cs (1)
92res = SlowCreate(info, parameters);
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (6)
44if (t.IsEnum) return SlowCreate(target, pi); 71default: return SlowCreate(target, pi); 88if (t.IsEnum) return SlowCreate(target, pi); 115default: return SlowCreate(target, pi); 132if (t.IsEnum) return SlowCreate(target, pi); 157default: return SlowCreate(target, pi);