7 implementations of IBoxableInstruction
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\LocalAccess.cs (7)
37
internal sealed class LoadLocalInstruction : LocalAccessInstruction,
IBoxableInstruction
117
internal sealed class AssignLocalInstruction : LocalAccessInstruction,
IBoxableInstruction
140
internal sealed class StoreLocalInstruction : LocalAccessInstruction,
IBoxableInstruction
245
internal sealed class Reference : InitializeLocalInstruction,
IBoxableInstruction
266
internal sealed class ImmutableValue : InitializeLocalInstruction,
IBoxableInstruction
345
internal sealed class Parameter : InitializeLocalInstruction,
IBoxableInstruction
370
internal sealed class MutableValue : InitializeLocalInstruction,
IBoxableInstruction
1 reference to IBoxableInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
406
if (_instructions[instructionIndex] is
IBoxableInstruction
instruction)