1 //Test for call to a method returning a byref
2 .assembly extern mscorlib
9 .class public auto ansi beforefieldinit Test
10 extends [mscorlib]System.Object
12 .field private float64[,] _data
14 .method public hidebysig specialname rtspecialname
15 instance default void .ctor () cil managed
19 IL_0001: call instance void object::.ctor()
23 .method public hidebysig
24 instance default void multByTwo () cil managed
28 IL_0001: ldfld float64[,] Test::_data
31 IL_0008: call instance float64& float64[,]::Address(int32, int32)