7 implementations of BoxIfIndexMatches
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\LocalAccess.cs (7)
53public Instruction? BoxIfIndexMatches(int index) 134public Instruction? BoxIfIndexMatches(int index) 156public Instruction? BoxIfIndexMatches(int index) 258public Instruction? BoxIfIndexMatches(int index) 283public Instruction? BoxIfIndexMatches(int index) 358public Instruction? BoxIfIndexMatches(int index) 401public Instruction? BoxIfIndexMatches(int index)
1 reference to BoxIfIndexMatches
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
408Instruction? newInstruction = instruction.BoxIfIndexMatches(index);