2 references to Create
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
667
Emit(@checked ? MulOvfInstruction.Create(type) : MulInstruction.
Create
(type));
System\Linq\Expressions\Interpreter\MulInstruction.cs (1)
311
_ => MulInstruction.
Create
(type),