2 references to Create
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\AddInstruction.cs (1)
310_ => AddInstruction.Create(type),
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
657Emit(@checked ? AddOvfInstruction.Create(type) : AddInstruction.Create(type));