9 types derived from OrInstruction
System.Linq.Expressions (9)
System\Linq\Expressions\Interpreter\OrInstruction.cs (9)
18
private sealed class OrSByte :
OrInstruction
34
private sealed class OrInt16 :
OrInstruction
50
private sealed class OrInt32 :
OrInstruction
66
private sealed class OrInt64 :
OrInstruction
82
private sealed class OrByte :
OrInstruction
98
private sealed class OrUInt16 :
OrInstruction
114
private sealed class OrUInt32 :
OrInstruction
130
private sealed class OrUInt64 :
OrInstruction
146
private sealed class OrBoolean :
OrInstruction
1 reference to OrInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
696
Emit(
OrInstruction
.Create(type));