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