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