2 references to Create
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
686Emit(ExclusiveOrInstruction.Create(type));
System\Linq\Expressions\Interpreter\NotEqualInstruction.cs (1)
498case TypeCode.Boolean: return ExclusiveOrInstruction.Create(type);