2 references to CompileArrayIndexAddress
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
2262
return
CompileArrayIndexAddress
(array.Left, array.Right, index);
2296
return
CompileArrayIndexAddress
(indexNode.Object!, indexNode.GetArgument(0), index);