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