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