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)
657
Emit(@checked ? AddOvfInstruction.Create(type) : AddInstruction.
Create
(type));