Fix more System.Console references
authorBruce Forstall <brucefo@microsoft.com>
Fri, 4 Sep 2015 01:42:49 +0000 (18:42 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Fri, 4 Sep 2015 01:42:49 +0000 (18:42 -0700)
79 files changed:
tests/src/JIT/Methodical/Arrays/lcs/lcs_ldlen.il
tests/src/JIT/Methodical/Invoke/SEH/catchfault.il
tests/src/JIT/Methodical/Invoke/SEH/catchfault_jmp.il
tests/src/JIT/Methodical/Invoke/SEH/catchfault_tail.il
tests/src/JIT/Methodical/Invoke/SEH/catchfinally_ind.il
tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmp.il
tests/src/JIT/Methodical/Invoke/SEH/catchfinally_jmpind.il
tests/src/JIT/Methodical/Invoke/SEH/catchfinally_tail.il
tests/src/JIT/Methodical/Invoke/callvirt/test1.il
tests/src/JIT/Methodical/Invoke/callvirt/test2.il
tests/src/JIT/Methodical/Invoke/callvirt/test3.il
tests/src/JIT/Methodical/Invoke/ctor/val_cctor.il
tests/src/JIT/Methodical/Invoke/ctor/val_ctor_newobj.il
tests/src/JIT/Methodical/Invoke/deep/deep1.il
tests/src/JIT/Methodical/Invoke/deep/deep2.il
tests/src/JIT/Methodical/Invoke/fptr/recurse_calli.il
tests/src/JIT/Methodical/Invoke/fptr/recurse_jmp.il
tests/src/JIT/Methodical/Invoke/fptr/recurse_jmpi.il
tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_call.il
tests/src/JIT/Methodical/Invoke/fptr/recurse_tail_calli.il
tests/src/JIT/Methodical/Invoke/implicit/fr4.il
tests/src/JIT/Methodical/Invoke/implicit/fr8.il
tests/src/JIT/Methodical/Invoke/implicit/i4u2.il
tests/src/JIT/Methodical/Invoke/implicit/i4u4.il
tests/src/JIT/Methodical/Invoke/implicit/i8u8.il
tests/src/JIT/Methodical/Invoke/implicit/ii1.il
tests/src/JIT/Methodical/Invoke/implicit/ii2.il
tests/src/JIT/Methodical/Invoke/implicit/ii4.il
tests/src/JIT/Methodical/Invoke/implicit/iu2.il
tests/src/JIT/Methodical/Invoke/implicit/iu4.il
tests/src/JIT/Methodical/Invoke/implicit/objref.il
tests/src/JIT/Methodical/explicit/basic/refarg_c.il
tests/src/JIT/Methodical/explicit/basic/refarg_f4.il
tests/src/JIT/Methodical/explicit/basic/refarg_f8.il
tests/src/JIT/Methodical/explicit/basic/refarg_i1.il
tests/src/JIT/Methodical/explicit/basic/refarg_i2.il
tests/src/JIT/Methodical/explicit/basic/refarg_i4.il
tests/src/JIT/Methodical/explicit/basic/refarg_o.il
tests/src/JIT/Methodical/explicit/basic/refarg_s.il
tests/src/JIT/Methodical/explicit/basic/refloc_c.il
tests/src/JIT/Methodical/explicit/basic/refloc_i1.il
tests/src/JIT/Methodical/explicit/basic/refloc_i2.il
tests/src/JIT/Methodical/explicit/basic/refloc_i4.il
tests/src/JIT/Methodical/explicit/basic/refloc_o.il
tests/src/JIT/Methodical/explicit/basic/refloc_o2.il
tests/src/JIT/Methodical/explicit/basic/refloc_r4.il
tests/src/JIT/Methodical/explicit/basic/refloc_r8.il
tests/src/JIT/Methodical/explicit/basic/refloc_u2.il
tests/src/JIT/Methodical/explicit/misc/refarg_box_val.il
tests/src/JIT/Methodical/explicit/rotate/rotarg_double.il
tests/src/JIT/Methodical/explicit/rotate/rotarg_float.il
tests/src/JIT/Methodical/explicit/rotate/rotarg_objref.il
tests/src/JIT/Methodical/explicit/rotate/rotarg_valref.il
tests/src/JIT/Methodical/int64/arrays/hugedim.il
tests/src/JIT/Methodical/int64/arrays/lcs_long.il
tests/src/JIT/Methodical/int64/arrays/lcs_ulong.il
tests/src/JIT/Methodical/int64/misc/binop.il
tests/src/JIT/Methodical/int64/misc/box.il
tests/src/JIT/Methodical/int64/signed/s_addsub.il
tests/src/JIT/Methodical/int64/signed/s_ldc_div.il
tests/src/JIT/Methodical/int64/signed/s_ldc_mul.il
tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.il
tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.il
tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.il
tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.il
tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.il
tests/src/JIT/Methodical/int64/signed/s_muldiv.il
tests/src/JIT/Methodical/int64/superlong/superlong.il
tests/src/JIT/Methodical/int64/unsigned/addsub.il
tests/src/JIT/Methodical/int64/unsigned/ldc_mul.il
tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.il
tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.il
tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.il
tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.il
tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.il
tests/src/JIT/Methodical/int64/unsigned/muldiv.il
tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.il
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/nullref.il
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.il

index aa6121d..ff9bd9d 100644 (file)
       IL_00c0:  brfalse.s  IL_00d1
 
       IL_00c2:  ldstr      "Test passed"
-      IL_00c7:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00c7:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00cc:  ldc.i4    0x64
       IL_00cd:  stloc.s    V_7
       IL_00cf:  br.s       IL_00e0
 
       IL_00d1:  ldstr      "Test failed."
-      IL_00d6:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00d6:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00db:  ldc.i4.0
       IL_00dc:  stloc.s    V_7
       IL_00de:  br.s       IL_00e0
index be03cce..3f3cd3a 100644 (file)
@@ -56,7 +56,7 @@
         IL_0023:  ldc.i4.0
         IL_0024:  stelem.i4
         IL_0025:  ldstr      "Shouldn't have reached here."
-        IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002f:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0034:  throw
 
           IL_0025:  ldc.i4.0
           IL_0026:  stelem.i4
           IL_0027:  ldstr      "Shouldn't have reached here."
-          IL_002c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+          IL_002c:  call       void [System.Console]System.Console::WriteLine(class System.String)
           IL_0031:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
           IL_0036:  throw
 
         IL_0010:  brtrue.s   IL_0020
 
         IL_0012:  ldstr      "try...catch test failed."
-        IL_0017:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0017:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001c:  ldc.i4.1
         IL_001d:  stloc.0
         IL_001e:  leave.s    IL_005f
         IL_0030:  brtrue.s   IL_0040
 
         IL_0032:  ldstr      "try...finally test failed."
-        IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_003c:  ldc.i4.2
         IL_003d:  stloc.0
         IL_003e:  leave.s    IL_005f
       {
         IL_0042:  pop
         IL_0043:  ldstr      "Failed w/ exception"
-        IL_0048:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0048:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004d:  ldc.i4.m1
         IL_004e:  stloc.0
         IL_004f:  leave.s    IL_005f
 
       }  // end handler
       IL_0051:  ldstr      "Passed"
-      IL_0056:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0056:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005b:  ldc.i4    0x64
       IL_005c:  stloc.0
       IL_005d:  br.s       IL_005f
index 64c2cfa..553842c 100644 (file)
@@ -58,7 +58,7 @@
         IL_0023:  ldc.i4.0
         IL_0024:  stelem.i4
         IL_0025:  ldstr      "Shouldn't have reached here."
-        IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002f:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0034:  throw
 
           IL_0025:  ldc.i4.0
           IL_0026:  stelem.i4
           IL_0027:  ldstr      "Shouldn't have reached here."
-          IL_002c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+          IL_002c:  call       void [System.Console]System.Console::WriteLine(class System.String)
           IL_0031:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
           IL_0036:  throw
 
         IL_0010:  brtrue.s   IL_0020
 
         IL_0012:  ldstr      "try...catch test failed."
-        IL_0017:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0017:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001c:  ldc.i4.1
         IL_001d:  stloc.0
         IL_001e:  leave.s    IL_005f
         IL_0030:  brtrue.s   IL_0040
 
         IL_0032:  ldstr      "try...finally test failed."
-        IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_003c:  ldc.i4.2
         IL_003d:  stloc.0
         IL_003e:  leave.s    IL_005f
       {
         IL_0042:  pop
         IL_0043:  ldstr      "Failed w/ exception"
-        IL_0048:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0048:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004d:  ldc.i4.m1
         IL_004e:  stloc.0
         IL_004f:  leave.s    IL_005f
 
       }  // end handler
       IL_0051:  ldstr      "Passed"
-      IL_0056:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0056:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005b:  ldc.i4    0x64
       IL_005c:  stloc.0
       IL_005d:  br.s       IL_005f
index c257d9d..3022709 100644 (file)
@@ -57,7 +57,7 @@
         IL_0023:  ldc.i4.0
         IL_0024:  stelem.i4
         IL_0025:  ldstr      "Shouldn't have reached here."
-        IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002f:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0034:  throw
 
           IL_0025:  ldc.i4.0
           IL_0026:  stelem.i4
           IL_0027:  ldstr      "Shouldn't have reached here."
-          IL_002c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+          IL_002c:  call       void [System.Console]System.Console::WriteLine(class System.String)
           IL_0031:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
           IL_0036:  throw
 
         IL_0010:  brtrue.s   IL_0020
 
         IL_0012:  ldstr      "try...catch test failed."
-        IL_0017:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0017:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001c:  ldc.i4.1
         IL_001d:  stloc.0
         IL_001e:  leave.s    IL_005f
         IL_0030:  brtrue.s   IL_0040
 
         IL_0032:  ldstr      "try...finally test failed."
-        IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_003c:  ldc.i4.2
         IL_003d:  stloc.0
         IL_003e:  leave.s    IL_005f
       {
         IL_0042:  pop
         IL_0043:  ldstr      "Failed w/ exception"
-        IL_0048:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0048:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004d:  ldc.i4.m1
         IL_004e:  stloc.0
         IL_004f:  leave.s    IL_005f
 
       }  // end handler
       IL_0051:  ldstr      "Passed"
-      IL_0056:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0056:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005b:  ldc.i4    0x64
       IL_005c:  stloc.0
       IL_005d:  br.s       IL_005f
index 78d5a34..532b03c 100644 (file)
@@ -66,7 +66,7 @@
         IL_0023:  ldc.i4.0
         IL_0024:  stelem.i4
         IL_0025:  ldstr      "Shouldn't have reached here."
-        IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002f:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0034:  throw
 
           IL_0029:  ldc.i4.0
           IL_002a:  stelem.i4
           IL_002b:  ldstr      "Shouldn't have reached here."
-          IL_0030:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+          IL_0030:  call       void [System.Console]System.Console::WriteLine(class System.String)
           IL_0035:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
           IL_003a:  throw
 
         IL_0010:  brtrue.s   IL_0020
 
         IL_0012:  ldstr      "try...catch test failed."
-        IL_0017:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0017:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001c:  ldc.i4.1
         IL_001d:  stloc.0
         IL_001e:  leave.s    IL_005f
         IL_0030:  brtrue.s   IL_0040
 
         IL_0032:  ldstr      "try...finally test failed."
-        IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_003c:  ldc.i4.2
         IL_003d:  stloc.0
         IL_003e:  leave.s    IL_005f
       {
         IL_0042:  pop
         IL_0043:  ldstr      "Failed w/ exception"
-        IL_0048:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0048:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004d:  ldc.i4.m1
         IL_004e:  stloc.0
         IL_004f:  leave.s    IL_005f
 
       }  // end handler
       IL_0051:  ldstr      "Passed"
-      IL_0056:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0056:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005b:  ldc.i4    0x64
       IL_005c:  stloc.0
       IL_005d:  br.s       IL_005f
index 43562cf..e3d4f7b 100644 (file)
@@ -58,7 +58,7 @@
         IL_0023:  ldc.i4.0
         IL_0024:  stelem.i4
         IL_0025:  ldstr      "Shouldn't have reached here."
-        IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002f:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0034:  throw
 
           IL_0029:  ldc.i4.0
           IL_002a:  stelem.i4
           IL_002b:  ldstr      "Shouldn't have reached here."
-          IL_0030:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+          IL_0030:  call       void [System.Console]System.Console::WriteLine(class System.String)
           IL_0035:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
           IL_003a:  throw
 
         IL_0010:  brtrue.s   IL_0020
 
         IL_0012:  ldstr      "try...catch test failed."
-        IL_0017:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0017:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001c:  ldc.i4.1
         IL_001d:  stloc.0
         IL_001e:  leave.s    IL_005f
         IL_0030:  brtrue.s   IL_0040
 
         IL_0032:  ldstr      "try...finally test failed."
-        IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_003c:  ldc.i4.2
         IL_003d:  stloc.0
         IL_003e:  leave.s    IL_005f
       {
         IL_0042:  pop
         IL_0043:  ldstr      "Failed w/ exception"
-        IL_0048:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0048:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004d:  ldc.i4.m1
         IL_004e:  stloc.0
         IL_004f:  leave.s    IL_005f
 
       }  // end handler
       IL_0051:  ldstr      "Passed"
-      IL_0056:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0056:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005b:  ldc.i4    0x64
       IL_005c:  stloc.0
       IL_005d:  br.s       IL_005f
index 1165116..1c09dd0 100644 (file)
@@ -58,7 +58,7 @@
         IL_0023:  ldc.i4.0
         IL_0024:  stelem.i4
         IL_0025:  ldstr      "Shouldn't have reached here."
-        IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002f:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0034:  throw
 
           IL_0029:  ldc.i4.0
           IL_002a:  stelem.i4
           IL_002b:  ldstr      "Shouldn't have reached here."
-          IL_0030:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+          IL_0030:  call       void [System.Console]System.Console::WriteLine(class System.String)
           IL_0035:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
           IL_003a:  throw
 
         IL_0010:  brtrue.s   IL_0020
 
         IL_0012:  ldstr      "try...catch test failed."
-        IL_0017:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0017:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001c:  ldc.i4.1
         IL_001d:  stloc.0
         IL_001e:  leave.s    IL_005f
         IL_0030:  brtrue.s   IL_0040
 
         IL_0032:  ldstr      "try...finally test failed."
-        IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_003c:  ldc.i4.2
         IL_003d:  stloc.0
         IL_003e:  leave.s    IL_005f
       {
         IL_0042:  pop
         IL_0043:  ldstr      "Failed w/ exception"
-        IL_0048:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0048:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004d:  ldc.i4.m1
         IL_004e:  stloc.0
         IL_004f:  leave.s    IL_005f
 
       }  // end handler
       IL_0051:  ldstr      "Passed"
-      IL_0056:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0056:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005b:  ldc.i4    0x64
       IL_005c:  stloc.0
       IL_005d:  br.s       IL_005f
index 988a7fe..f9c2ba1 100644 (file)
@@ -57,7 +57,7 @@
         IL_0023:  ldc.i4.0
         IL_0024:  stelem.i4
         IL_0025:  ldstr      "Shouldn't have reached here."
-        IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002f:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0034:  throw
 
           IL_0029:  ldc.i4.0
           IL_002a:  stelem.i4
           IL_002b:  ldstr      "Shouldn't have reached here."
-          IL_0030:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+          IL_0030:  call       void [System.Console]System.Console::WriteLine(class System.String)
           IL_0035:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
           IL_003a:  throw
 
         IL_0010:  brtrue.s   IL_0020
 
         IL_0012:  ldstr      "try...catch test failed."
-        IL_0017:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0017:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001c:  ldc.i4.1
         IL_001d:  stloc.0
         IL_001e:  leave.s    IL_005f
         IL_0030:  brtrue.s   IL_0040
 
         IL_0032:  ldstr      "try...finally test failed."
-        IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_003c:  ldc.i4.2
         IL_003d:  stloc.0
         IL_003e:  leave.s    IL_005f
       {
         IL_0042:  pop
         IL_0043:  ldstr      "Failed w/ exception"
-        IL_0048:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0048:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004d:  ldc.i4.m1
         IL_004e:  stloc.0
         IL_004f:  leave.s    IL_005f
 
       }  // end handler
       IL_0051:  ldstr      "Passed"
-      IL_0056:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0056:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005b:  ldc.i4    0x64
       IL_005c:  stloc.0
       IL_005d:  br.s       IL_005f
index 33758cd..1be2145 100644 (file)
       IL_0019:  beq.s      IL_0029
 
       IL_001b:  ldstr      "FAILED"
-      IL_0020:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0020:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0025:  ldc.i4.1
       IL_0026:  stloc.2
       IL_0027:  br.s       IL_0061
       IL_0043:  beq.s      IL_0053
 
       IL_0045:  ldstr      "FAILED"
-      IL_004a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_004a:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_004f:  ldc.i4.1
       IL_0050:  stloc.2
       IL_0051:  br.s       IL_0061
 
       IL_0053:  ldstr      "PASSED"
-      IL_0058:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0058:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005d:  ldc.i4    0x64
       IL_005e:  stloc.2
       IL_005f:  br.s       IL_0061
index b9a4a11..05dd155 100644 (file)
       IL_0019:  beq.s      IL_0029
 
       IL_001b:  ldstr      "FAILED"
-      IL_0020:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0020:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0025:  ldc.i4.1
       IL_0026:  stloc.2
       IL_0027:  br.s       IL_0061
       IL_0043:  beq.s      IL_0053
 
       IL_0045:  ldstr      "FAILED"
-      IL_004a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_004a:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_004f:  ldc.i4.1
       IL_0050:  stloc.2
       IL_0051:  br.s       IL_0061
 
       IL_0053:  ldstr      "PASSED"
-      IL_0058:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0058:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_005d:  ldc.i4    0x64
       IL_005e:  stloc.2
       IL_005f:  br.s       IL_0061
index ce7798a..e3a83ca 100644 (file)
       IL_0021:  beq.s      IL_0031
 
       IL_0023:  ldstr      "FAILED"
-      IL_0028:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0028:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002d:  ldc.i4.1
       IL_002e:  stloc.1
       IL_002f:  br.s       IL_003f
 
       IL_0031:  ldstr      "PASSED"
-      IL_0036:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0036:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003b:  ldc.i4    0x64
       IL_003c:  stloc.1
       IL_003d:  br.s       IL_003f
index 49a6cb9..fd5d5e3 100644 (file)
@@ -76,7 +76,7 @@
         IL_0011:  beq.s      IL_0021
 
         IL_0013:  ldstr      "Failed"
-        IL_0018:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0018:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001d:  ldc.i4.1
         IL_001e:  stloc.1
         IL_001f:  leave.s    IL_0040
       {
         IL_0023:  pop
         IL_0024:  ldstr      "Failed w/ exception"
-        IL_0029:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0029:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002e:  ldc.i4.2
         IL_002f:  stloc.1
         IL_0030:  leave.s    IL_0040
 
       }  // end handler
       IL_0032:  ldstr      "Passed"
-      IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003c:  ldc.i4    0x64
       IL_003d:  stloc.1
       IL_003e:  br.s       IL_0040
index 704b9fb..3ac528a 100644 (file)
@@ -75,7 +75,7 @@
         IL_0011:  beq.s      IL_0021
 
         IL_0013:  ldstr      "Failed"
-        IL_0018:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0018:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_001d:  ldc.i4.1
         IL_001e:  stloc.0
         IL_001f:  leave.s    IL_0040
       {
         IL_0023:  pop
         IL_0024:  ldstr      "Failed w/ exception"
-        IL_0029:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0029:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_002e:  ldc.i4.2
         IL_002f:  stloc.0
         IL_0030:  leave.s    IL_0040
 
       }  // end handler
       IL_0032:  ldstr      "Passed"
-      IL_0037:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0037:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003c:  ldc.i4    0x64
       IL_003d:  stloc.0
       IL_003e:  br.s       IL_0040
index 89415dc..d6f05e7 100644 (file)
       {
         IL_039f:  pop
         IL_03a0:  ldstr      "Failed w/ exception"
-        IL_03a5:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_03a5:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_03aa:  ldc.i4.1
         IL_03ab:  stloc.1
         IL_03ac:  leave.s    IL_03bc
 
       }  // end handler
       IL_03ae:  ldstr      "Passed"
-      IL_03b3:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_03b3:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_03b8:  ldc.i4    0x64
       IL_03b9:  stloc.1
       IL_03ba:  br.s       IL_03bc
index 1c5508b..7331560 100644 (file)
       {
         IL_039f:  pop
         IL_03a0:  ldstr      "Failed w/ exception"
-        IL_03a5:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_03a5:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_03aa:  ldc.i4.1
         IL_03ab:  stloc.1
         IL_03ac:  leave.s    IL_03bc
 
       }  // end handler
       IL_03ae:  ldstr      "Passed"
-      IL_03b3:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_03b3:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_03b8:  ldc.i4    0x64
       IL_03b9:  stloc.1
       IL_03ba:  br.s       IL_03bc
index 4dfeae9..ab126eb 100644 (file)
@@ -84,7 +84,7 @@
       IL_0012:  beq.s      IL_0022
 
       IL_0014:  ldstr      "FAILED"
-      IL_0019:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0019:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001e:  ldc.i4.1
       IL_001f:  stloc.2
       IL_0020:  br.s       IL_0046
       IL_0028:  beq.s      IL_0038
 
       IL_002a:  ldstr      "FAILED"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4.2
       IL_0035:  stloc.2
       IL_0036:  br.s       IL_0046
 
       IL_0038:  ldstr      "PASSED"
-      IL_003d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0042:  ldc.i4    0x64
       IL_0043:  stloc.2
       IL_0044:  br.s       IL_0046
index f7b8c0f..389319c 100644 (file)
@@ -83,7 +83,7 @@
       IL_0012:  beq.s      IL_0022
 
       IL_0014:  ldstr      "FAILED"
-      IL_0019:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0019:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001e:  ldc.i4.1
       IL_001f:  stloc.2
       IL_0020:  br.s       IL_0046
       IL_0028:  beq.s      IL_0038
 
       IL_002a:  ldstr      "FAILED"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4.2
       IL_0035:  stloc.2
       IL_0036:  br.s       IL_0046
 
       IL_0038:  ldstr      "PASSED"
-      IL_003d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0042:  ldc.i4    0x64
       IL_0043:  stloc.2
       IL_0044:  br.s       IL_0046
index 033631e..f25e140 100644 (file)
@@ -83,7 +83,7 @@
       IL_0012:  beq.s      IL_0022
 
       IL_0014:  ldstr      "FAILED"
-      IL_0019:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0019:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001e:  ldc.i4.1
       IL_001f:  stloc.2
       IL_0020:  br.s       IL_0046
       IL_0028:  beq.s      IL_0038
 
       IL_002a:  ldstr      "FAILED"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4.2
       IL_0035:  stloc.2
       IL_0036:  br.s       IL_0046
 
       IL_0038:  ldstr      "PASSED"
-      IL_003d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0042:  ldc.i4    0x64
       IL_0043:  stloc.2
       IL_0044:  br.s       IL_0046
index bc971e9..d74dbd1 100644 (file)
@@ -84,7 +84,7 @@
       IL_0012:  beq.s      IL_0022
 
       IL_0014:  ldstr      "FAILED"
-      IL_0019:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0019:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001e:  ldc.i4.1
       IL_001f:  stloc.2
       IL_0020:  br.s       IL_0046
       IL_0028:  beq.s      IL_0038
 
       IL_002a:  ldstr      "FAILED"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4.2
       IL_0035:  stloc.2
       IL_0036:  br.s       IL_0046
 
       IL_0038:  ldstr      "PASSED"
-      IL_003d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0042:  ldc.i4    0x64
       IL_0043:  stloc.2
       IL_0044:  br.s       IL_0046
index 6827571..cfd921a 100644 (file)
@@ -85,7 +85,7 @@
       IL_0012:  beq.s      IL_0022
 
       IL_0014:  ldstr      "FAILED"
-      IL_0019:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0019:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001e:  ldc.i4.1
       IL_001f:  stloc.2
       IL_0020:  br.s       IL_0046
       IL_0028:  beq.s      IL_0038
 
       IL_002a:  ldstr      "FAILED"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4.2
       IL_0035:  stloc.2
       IL_0036:  br.s       IL_0046
 
       IL_0038:  ldstr      "PASSED"
-      IL_003d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0042:  ldc.i4    0x64
       IL_0043:  stloc.2
       IL_0044:  br.s       IL_0046
index c655656..74f1798 100644 (file)
       {
         IL_001b:  pop
         IL_001c:  ldstr      "Failed w/ exception"
-        IL_0021:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0021:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0026:  ldc.i4.1
         IL_0027:  stloc.0
         IL_0028:  leave.s    IL_0038
 
       }  // end handler
       IL_002a:  ldstr      "Passed"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4   0x64
       IL_0035:  stloc.0
       IL_0036:  br.s       IL_0038
index 6837145..4fcfa4c 100644 (file)
       {
         IL_001b:  pop
         IL_001c:  ldstr      "Failed w/ exception"
-        IL_0021:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0021:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0026:  ldc.i4.1
         IL_0027:  stloc.0
         IL_0028:  leave.s    IL_0038
 
       }  // end handler
       IL_002a:  ldstr      "Passed"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4   0x64
       IL_0035:  stloc.0
       IL_0036:  br.s       IL_0038
index fb255cb..92151cf 100644 (file)
       IL_0007:  brfalse.s  IL_0017
 
       IL_0009:  ldstr      "FAILED"
-      IL_000e:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_000e:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0013:  ldc.i4.1
       IL_0014:  stloc.0
       IL_0015:  br.s       IL_0025
 
       IL_0017:  ldstr      "PASSED"
-      IL_001c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001c:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0021:  ldc.i4    0x64
       IL_0022:  stloc.0
       IL_0023:  br.s       IL_0025
index aae4fbd..a1f2cb0 100644 (file)
       IL_0008:  blt.s      IL_0018
 
       IL_000a:  ldstr      "FAILED"
-      IL_000f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_000f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0014:  ldc.i4.1
       IL_0015:  stloc.0
       IL_0016:  br.s       IL_0026
 
       IL_0018:  ldstr      "PASSED"
-      IL_001d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0022:  ldc.i4    0x64
       IL_0023:  stloc.0
       IL_0024:  br.s       IL_0026
index 7feb23a..eff99a9 100644 (file)
       IL_000a:  blt.s      IL_001a
 
       IL_000c:  ldstr      "FAILED"
-      IL_0011:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0011:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0016:  ldc.i4.1
       IL_0017:  stloc.0
       IL_0018:  br.s       IL_0028
 
       IL_001a:  ldstr      "PASSED"
-      IL_001f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0024:  ldc.i4   0x64
       IL_0025:  stloc.0
       IL_0026:  br.s       IL_0028
index 5c70d37..3ea72ce 100644 (file)
       IL_0007:  brfalse.s  IL_0017
 
       IL_0009:  ldstr      "FAILED"
-      IL_000e:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_000e:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0013:  ldc.i4.1
       IL_0014:  stloc.0
       IL_0015:  br.s       IL_0025
 
       IL_0017:  ldstr      "PASSED"
-      IL_001c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001c:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0021:  ldc.i4    0x64
       IL_0022:  stloc.0
       IL_0023:  br.s       IL_0025
index 888786a..ae0b728 100644 (file)
       IL_0007:  brfalse.s  IL_0017
 
       IL_0009:  ldstr      "FAILED"
-      IL_000e:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_000e:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0013:  ldc.i4.1
       IL_0014:  stloc.0
       IL_0015:  br.s       IL_0025
 
       IL_0017:  ldstr      "PASSED"
-      IL_001c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001c:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0021:  ldc.i4    0x64
       IL_0022:  stloc.0
       IL_0023:  br.s       IL_0025
index 66ba605..119f90a 100644 (file)
       .maxstack  2
       .locals (int32 V_0)
                        ldarg.0
-                       call       void ['mscorlib']System.Console::Write(int32)
+                       call       void [System.Console]System.Console::Write(int32)
                        ldstr " "
-                       call       void ['mscorlib']System.Console::Write(class System.String)
+                       call       void [System.Console]System.Console::Write(class System.String)
                        ldarg.1
-                       call       void ['mscorlib']System.Console::WriteLine(int32)
+                       call       void [System.Console]System.Console::WriteLine(int32)
 
       IL_0000:  ldarg.0
       IL_0001:  ldarg.1
@@ -62,7 +62,7 @@
 
       IL_0014:  ldloc.0
                        dup
-                       call       void ['mscorlib']System.Console::WriteLine(int32)
+                       call       void [System.Console]System.Console::WriteLine(int32)
       IL_0015:  ret
     } // end of method 'Test::compare'
 
       IL_0008:  bgt.s      IL_0018
 
       IL_000a:  ldstr      "FAILED"
-      IL_000f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_000f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0014:  ldc.i4.1
       IL_0015:  stloc.0
       IL_0016:  br.s       IL_0026
 
       IL_0018:  ldstr      "PASSED"
-      IL_001d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0022:  ldc.i4    0x64
       IL_0023:  stloc.0
       IL_0024:  br.s       IL_0026
index 7a20ae6..e624f1e 100644 (file)
       IL_0007:  brfalse.s  IL_0017
 
       IL_0009:  ldstr      "FAILED"
-      IL_000e:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_000e:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0013:  ldc.i4.1
       IL_0014:  stloc.0
       IL_0015:  br.s       IL_0025
 
       IL_0017:  ldstr      "PASSED"
-      IL_001c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001c:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0021:  ldc.i4    0x64
       IL_0022:  stloc.0
       IL_0023:  br.s       IL_0025
index 136294d..c183305 100644 (file)
       IL_0008:  blt.s      IL_0018
 
       IL_000a:  ldstr      "FAILED"
-      IL_000f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_000f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0014:  ldc.i4.1
       IL_0015:  stloc.0
       IL_0016:  br.s       IL_0026
 
       IL_0018:  ldstr      "PASSED"
-      IL_001d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0022:  ldc.i4    0x64
       IL_0023:  stloc.0
       IL_0024:  br.s       IL_0026
index a79145f..5fb5794 100644 (file)
@@ -74,7 +74,7 @@
       IL_0000:  ldarg.0
       IL_0001:  ldind.ref
       IL_0002:  callvirt   instance class System.String JitTest.Base::ToString()
-      IL_0007:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0007:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000c:  ret
     } // end of method 'Test::TestFunc'
 
@@ -85,7 +85,7 @@
       IL_0000:  ldarg.0
       IL_0001:  ldind.ref
       IL_0002:  callvirt   instance class System.String JitTest.Base::ToString()
-      IL_0007:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0007:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000c:  ret
     } // end of method 'Test::TestFunc'
 
       {
         IL_001c:  pop
         IL_001d:  ldstr      "Failed w/ exception"
-        IL_0022:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0022:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0027:  ldc.i4.1
         IL_0028:  stloc.2
         IL_0029:  leave.s    IL_0039
 
       }  // end handler
       IL_002b:  ldstr      "Passed"
-      IL_0030:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0030:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0035:  ldc.i4    0x64
       IL_0036:  stloc.2
       IL_0037:  br.s       IL_0039
index 46eadcd..664632f 100644 (file)
       IL_000f:  beq.s      IL_001f
 
       IL_0011:  ldstr      "*** failed ***"
-      IL_0016:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0016:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001b:  ldc.i4.1
       IL_001c:  stloc.0
       IL_001d:  br.s       IL_002d
 
       IL_001f:  ldstr      "*** passed ***"
-      IL_0024:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0024:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0029:  ldc.i4    0x64
       IL_002a:  stloc.0
       IL_002b:  br.s       IL_002d
index dce051d..d44a482 100644 (file)
       IL_0012:  beq.s      IL_0022
 
       IL_0014:  ldstr      "*** failed ***"
-      IL_0019:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0019:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001e:  ldc.i4.1
       IL_001f:  stloc.0
       IL_0020:  br.s       IL_0030
 
       IL_0022:  ldstr      "*** passed ***"
-      IL_0027:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0027:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002c:  ldc.i4    0x64
       IL_002d:  stloc.0
       IL_002e:  br.s       IL_0030
index 73f0d96..b0f77e7 100644 (file)
       IL_0016:  beq.s      IL_0026
 
       IL_0018:  ldstr      "*** failed ***"
-      IL_001d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0022:  ldc.i4.1
       IL_0023:  stloc.0
       IL_0024:  br.s       IL_0034
 
       IL_0026:  ldstr      "*** passed ***"
-      IL_002b:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002b:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0030:  ldc.i4    0x64
       IL_0031:  stloc.0
       IL_0032:  br.s       IL_0034
index e969dbb..fe7d9b7 100644 (file)
@@ -94,7 +94,7 @@
       {
         IL_0040:  pop
         IL_0041:  ldstr      "NullReferenceException caught in Finalizer as expected"
-        IL_0046:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0046:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004b:  leave.s    IL_004d
 
       }  // end handler
       IL_000f:  beq.s      IL_001f
 
       IL_0011:  ldstr      "*** failed ***"
-      IL_0016:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0016:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001b:  ldc.i4.1
       IL_001c:  stloc.0
       IL_001d:  br.s       IL_002d
 
       IL_001f:  ldstr      "*** passed ***"
-      IL_0024:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0024:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0029:  ldc.i4    0x64
       IL_002a:  stloc.0
       IL_002b:  br.s       IL_002d
index 697fb39..f63aa85 100644 (file)
       IL_000f:  beq.s      IL_001f
 
       IL_0011:  ldstr      "*** failed ***"
-      IL_0016:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0016:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001b:  ldc.i4.1
       IL_001c:  stloc.0
       IL_001d:  br.s       IL_002d
 
       IL_001f:  ldstr      "*** passed ***"
-      IL_0024:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0024:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0029:  ldc.i4    0x64
       IL_002a:  stloc.0
       IL_002b:  br.s       IL_002d
index de699e9..a5a2e57 100644 (file)
       IL_000f:  beq.s      IL_001f
 
       IL_0011:  ldstr      "*** failed ***"
-      IL_0016:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0016:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_001b:  ldc.i4.1
       IL_001c:  stloc.0
       IL_001d:  br.s       IL_002d
 
       IL_001f:  ldstr      "*** passed ***"
-      IL_0024:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0024:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0029:  ldc.i4    0x64
       IL_002a:  stloc.0
       IL_002b:  br.s       IL_002d
index 06218ff..0ee2cbb 100644 (file)
       IL_0014:  beq.s      IL_0024
 
       IL_0016:  ldstr      "*** failed ***"
-      IL_001b:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001b:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0020:  ldc.i4.1
       IL_0021:  stloc.0
       IL_0022:  br.s       IL_0032
 
       IL_0024:  ldstr      "*** passed ***"
-      IL_0029:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0029:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002e:  ldc.i4    0x64
       IL_002f:  stloc.0
       IL_0030:  br.s       IL_0032
index a0b02b0..2ba86b2 100644 (file)
       IL_0017:  brtrue.s   IL_0027
 
       IL_0019:  ldstr      "*** failed ***"
-      IL_001e:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001e:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0023:  ldc.i4.1
       IL_0024:  stloc.0
       IL_0025:  br.s       IL_0035
 
       IL_0027:  ldstr      "*** passed ***"
-      IL_002c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002c:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0031:  ldc.i4    0x64
       IL_0032:  stloc.0
       IL_0033:  br.s       IL_0035
index 4577603..021f85a 100644 (file)
@@ -33,7 +33,7 @@
       // Code size       59 (0x3b)
       .maxstack  8
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldarg.0
       IL_0027:  ldfld      wchar Test.AA::mm
                        ldc.i4 84
       IL_0020:  beq.s      IL_0030
 
       IL_0022:  ldstr      "*** failed ***"
-      IL_0027:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0027:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002c:  ldc.i4.1
       IL_002d:  stloc.1
       IL_002e:  br.s       IL_003e
 
       IL_0030:  ldstr      "*** passed ***"
-      IL_0035:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0035:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003a:  ldc.i4    0x64
       IL_003b:  stloc.1
       IL_003c:  br.s       IL_003e
index 5eab531..06a8390 100644 (file)
@@ -33,7 +33,7 @@
       // Code size       59 (0x3b)
       .maxstack  8
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldarg.0
       IL_0027:  ldfld      unsigned int8 Test.AA::mm
                        ldc.i4 45
       IL_0020:  beq.s      IL_0030
 
       IL_0022:  ldstr      "*** failed ***"
-      IL_0027:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0027:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002c:  ldc.i4.1
       IL_002d:  stloc.1
       IL_002e:  br.s       IL_003e
 
       IL_0030:  ldstr      "*** passed ***"
-      IL_0035:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0035:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003a:  ldc.i4    0x64
       IL_003b:  stloc.1
       IL_003c:  br.s       IL_003e
index 8491b35..5601aca 100644 (file)
@@ -33,7 +33,7 @@
       // Code size       59 (0x3b)
       .maxstack  8
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldarg.0
       IL_0027:  ldfld      int16 Test.AA::mm
                        ldc.i4 -45
       IL_0020:  beq.s      IL_0030
 
       IL_0022:  ldstr      "*** failed ***"
-      IL_0027:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0027:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002c:  ldc.i4.1
       IL_002d:  stloc.1
       IL_002e:  br.s       IL_003e
 
       IL_0030:  ldstr      "*** passed ***"
-      IL_0035:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0035:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003a:  ldc.i4    0x64
       IL_003b:  stloc.1
       IL_003c:  br.s       IL_003e
index 17e435b..52f4d70 100644 (file)
@@ -33,7 +33,7 @@
       // Code size       59 (0x3b)
       .maxstack  8
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldarg.0
       IL_0027:  ldfld      int32 Test.AA::mm
                        ldc.i4 45
       IL_0020:  beq.s      IL_0030
 
       IL_0022:  ldstr      "*** failed ***"
-      IL_0027:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0027:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002c:  ldc.i4.1
       IL_002d:  stloc.1
       IL_002e:  br.s       IL_003e
 
       IL_0030:  ldstr      "*** passed ***"
-      IL_0035:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0035:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003a:  ldc.i4    0x64
       IL_003b:  stloc.1
       IL_003c:  br.s       IL_003e
index d9305ea..97170c3 100644 (file)
@@ -65,7 +65,7 @@
       .maxstack  2
       .locals (class Test.AA V_0)
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
 
       IL_0035:  ldc.i4.1
       IL_0036:  stsfld     bool Test.AA::finalizerCalled
       IL_0028:  beq.s      IL_0038
 
       IL_002a:  ldstr      "*** failed ***"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4.1
       IL_0035:  stloc.1
       IL_0036:  br.s       IL_0046
 
       IL_0038:  ldstr      "*** passed ***"
-      IL_003d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0042:  ldc.i4    0x64
       IL_0043:  stloc.1
       IL_0044:  br.s       IL_0046
index 2492da9..09e519f 100644 (file)
@@ -66,7 +66,7 @@
       .maxstack  3
       .locals (class Test.AA V_0)
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       
       all_done: ldc.i4.1
       
                        call       void Test.App::Litter()
                        
       IL_002a:  ldstr      "*** failed ***"
-      IL_002f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0034:  ldc.i4.1
       IL_0035:  stloc.1
       IL_0036:  br.s       IL_0046
 
       IL_0038:  ldstr      "*** passed ***"
-      IL_003d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0042:  ldc.i4    0x64
       IL_0043:  stloc.1
       IL_0044:  br.s       IL_0046
index 2421f36..e4e5a31 100644 (file)
@@ -35,7 +35,7 @@
       // Code size       101 (0x65)
       .maxstack  2
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldarg.0
       IL_0051:  ldfld      float32 Test.AA::mm
                        ldc.r4     45.119999
       IL_0023:  beq.s      IL_0033
 
       IL_0025:  ldstr      "*** failed ***"
-      IL_002a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002a:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002f:  ldc.i4.1
       IL_0030:  stloc.1
       IL_0031:  br.s       IL_0041
 
       IL_0033:  ldstr      "*** passed ***"
-      IL_0038:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0038:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003d:  ldc.i4    0x64
       IL_003e:  stloc.1
       IL_003f:  br.s       IL_0041
index 6e73581..667d2d2 100644 (file)
@@ -33,7 +33,7 @@
       // Code size       59 (0x3b)
       .maxstack  8
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldarg.0
       IL_0027:  ldfld      float64 Test.AA::mm
                        ldc.r8     -45.119999999999997
       IL_0027:  beq.s      IL_0037
 
       IL_0029:  ldstr      "*** failed ***"
-      IL_002e:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002e:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0033:  ldc.i4.1
       IL_0034:  stloc.1
       IL_0035:  br.s       IL_0045
 
       IL_0037:  ldstr      "*** passed ***"
-      IL_003c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_003c:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0041:  ldc.i4    0x64
       IL_0042:  stloc.1
       IL_0043:  br.s       IL_0045
index 6d5a5bf..52159b3 100644 (file)
@@ -33,7 +33,7 @@
       // Code size       61 (0x3d)
       .maxstack  8
       IL_0000:  ldstr      "finalizer called."
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldarg.0
       IL_0028:  ldfld      unsigned int16 Test.AA::mm
       IL_002d:  conv.i4
       IL_0021:  beq.s      IL_0031
 
       IL_0023:  ldstr      "*** failed ***"
-      IL_0028:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0028:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_002d:  ldc.i4.1
       IL_002e:  stloc.1
       IL_002f:  br.s       IL_003f
 
       IL_0031:  ldstr      "*** passed ***"
-      IL_0036:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0036:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_003b:  ldc.i4    0x64
       IL_003c:  stloc.1
       IL_003d:  br.s       IL_003f
index 6ba6b50..495dd8f 100644 (file)
       IL_0016:  beq.s      IL_0026
 
       IL_0018:  ldstr      "*** failed ***"
-      IL_001d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_001d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0022:  ldc.i4.1
       IL_0023:  stloc.0
       IL_0024:  br.s       IL_0034
 
       IL_0026:  ldstr      "*** passed ***"
-      IL_002b:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_002b:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0030:  ldc.i4    0x64
       IL_0031:  stloc.0
       IL_0032:  br.s       IL_0034
index 32ac964..cf59196 100644 (file)
         IL_013c:  beq.s      IL_014e
 
         IL_013e:  ldstr      "left weight do not match."
-        IL_0143:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0143:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0148:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_014d:  throw
 
         IL_01c7:  beq.s      IL_01d9
 
         IL_01c9:  ldstr      "right weight do not match."
-        IL_01ce:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_01ce:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_01d3:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_01d8:  throw
 
index f7cd96f..18e7af1 100644 (file)
         IL_0135:  beq.s      IL_0147
 
         IL_0137:  ldstr      "left weight do not match."
-        IL_013c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_013c:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0141:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0146:  throw
 
         IL_01b9:  beq.s      IL_01cb
 
         IL_01bb:  ldstr      "right weight do not match."
-        IL_01c0:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_01c0:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_01c5:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_01ca:  throw
 
index acc9472..9436561 100644 (file)
         IL_0131:  beq.s      IL_0143
 
         IL_0133:  ldstr      "left weight do not match."
-        IL_0138:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0138:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_013d:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0142:  throw
 
         IL_01b1:  beq.s      IL_01c3
 
         IL_01b3:  ldstr      "right weight do not match."
-        IL_01b8:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_01b8:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_01bd:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_01c2:  throw
 
index a32c552..e660069 100644 (file)
         IL_0142:  beq.s      IL_0154
 
         IL_0144:  ldstr      "left weight do not match."
-        IL_0149:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0149:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_014e:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_0153:  throw
 
         IL_01d3:  beq.s      IL_01e5
 
         IL_01d5:  ldstr      "right weight do not match."
-        IL_01da:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_01da:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_01df:  newobj     instance void ['mscorlib']System.ApplicationException::.ctor()
         IL_01e4:  throw
 
index af4e32b..241c402 100644 (file)
@@ -38,7 +38,7 @@
                           int32[] dim)
                
                        ldstr     "Creating 32-dimension array"
-                       call       void ['mscorlib']System.Console::WriteLine(class System.String)
+                       call       void [System.Console]System.Console::WriteLine(class System.String)
 
                        ldc.i4  32
                        dup
@@ -92,9 +92,9 @@
                                dup
                                ldloc count
                                ldelem.i4
-                               call       void ['mscorlib']System.Console::Write(int32)
+                               call       void [System.Console]System.Console::Write(int32)
                                ldstr " "
-                               call       void ['mscorlib']System.Console::Write(class System.String)
+                               call       void [System.Console]System.Console::Write(class System.String)
                                ldloc count
                                ldc.i4.1
                                add
                        
                        ldc.i4 100
                        ldstr     "TEST PASSED"
-                       call       void ['mscorlib']System.Console::Write(class System.String)
+                       call       void [System.Console]System.Console::Write(class System.String)
                        ret
                        
                        cont0:
index 6f8e7bf..976a200 100644 (file)
                int32 V_10)
       IL_0000:  ldstr      "Test searches for longest common subsequence of 4 "
       + "strings\n\n"
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldc.i4.4
       IL_000b:  newarr     ['mscorlib']System.String
       IL_0010:  stloc.s    V_8
       IL_00e7:  brfalse.s  IL_00f8
 
       IL_00e9:  ldstr      "Test passed"
-      IL_00ee:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00ee:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00f3:  ldc.i4     0x64
       IL_00f4:  stloc.s    V_7
       IL_00f6:  br.s       IL_0107
 
       IL_00f8:  ldstr      "Test failed."
-      IL_00fd:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00fd:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0102:  ldc.i4.0
       IL_0103:  stloc.s    V_7
       IL_0105:  br.s       IL_0107
index 0b628f7..b42e5d3 100644 (file)
                int32 V_10)
       IL_0000:  ldstr      "Test searches for ulongest common subsequence of 4"
       + " strings\n\n"
-      IL_0005:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0005:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_000a:  ldc.i4.4
       IL_000b:  newarr     ['mscorlib']System.String
       IL_0010:  stloc.s    V_8
       IL_00e7:  brfalse.s  IL_00f8
 
       IL_00e9:  ldstr      "Test passed"
-      IL_00ee:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00ee:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00f3:  ldc.i4     0x64
       IL_00f4:  stloc.s    V_7
       IL_00f6:  br.s       IL_0107
 
       IL_00f8:  ldstr      "Test failed."
-      IL_00fd:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00fd:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0102:  ldc.i4.0
       IL_0103:  stloc.s    V_7
       IL_0105:  br.s       IL_0107
index 78f2737..b7654c4 100644 (file)
       {
         IL_0096:  pop
         IL_0097:  ldstr      "Exception handled!"
-        IL_009c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_009c:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_00a1:  leave.s    IL_00b2
 
       }  // end handler
       IL_00a3:  ldstr      "Passed"
-      IL_00a8:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00a8:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00ad:  ldc.i4    0x64
       IL_00ae:  stloc.s    V_4
       IL_00b0:  br.s       IL_00c1
 
       IL_00b2:  ldstr      "Failed"
-      IL_00b7:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00b7:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00bc:  ldc.i4.1
       IL_00bd:  stloc.s    V_4
 
index d437873..7150ad3 100644 (file)
       {
         IL_0074:  pop
         IL_0075:  ldstr      "Exception handled!"
-        IL_007a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_007a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_007f:  leave.s    IL_008f
 
       }  // end handler
       IL_0081:  ldstr      "Passed"
-      IL_0086:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0086:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_008b:  ldc.i4    0x64
       IL_008c:  stloc.2
       IL_008d:  br.s       IL_009d
 
       IL_008f:  ldstr      "Failed"
-      IL_0094:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0094:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0099:  ldc.i4.1
       IL_009a:  stloc.2
       IL_009b:  br.s       IL_009d
index 42b6d4f..f702f04 100644 (file)
         IL_139b:  call       void JitTest.Test::testNumbers(int64,
                                                             int64)
         IL_13a0:  ldstr      "All tests passed."
-        IL_13a5:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_13a5:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_13aa:  ldc.i4    0x64
         IL_13ab:  stloc.0
         IL_13ac:  leave.s    IL_13b3
index 05e116e..68d9fa2 100644 (file)
@@ -37,7 +37,7 @@
       IL_0007:  box     ['mscorlib']System.Int64
       IL_000c:  ldarg.s   op1
       IL_000e:  box     ['mscorlib']System.Int64
-      IL_0013:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0013:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -52,7 +52,7 @@
         IL_001f:  stloc.0
         IL_0020:  leave.s    IL_003d
 
-        IL_0022:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0022:  call       void [System.Console]System.Console::WriteLine()
         IL_0027:  ldarg.3
         IL_0028:  ldc.i4.0
         IL_0029:  ceq
@@ -64,7 +64,7 @@
       {
         IL_002e:  pop
         IL_002f:  ldstr      "divide by zero."
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0034:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0039:  ldarg.3
         IL_003a:  stloc.0
         IL_003b:  leave.s    IL_003d
       IL_00ef:  br.s       IL_00ff
 
       IL_00f1:  ldstr      "Test passed"
-      IL_00f6:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00f6:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00fb:  ldc.i4    0x64
       IL_00fc:  stloc.0
       IL_00fd:  br.s       IL_010d
 
       IL_00ff:  ldstr      "Test failed"
-      IL_0104:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0104:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0109:  ldc.i4.1
       IL_010a:  stloc.0
       IL_010b:  br.s       IL_010d
index 1a2e24a..691c04a 100644 (file)
@@ -37,7 +37,7 @@
       IL_0007:  box     ['mscorlib']System.Int64
       IL_000c:  ldarg.s   op2
       IL_000e:  box     ['mscorlib']System.Int64
-      IL_0013:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0013:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -52,7 +52,7 @@
         IL_001f:  stloc.0
         IL_0020:  leave.s    IL_003d
 
-        IL_0022:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0022:  call       void [System.Console]System.Console::WriteLine()
         IL_0027:  ldarg.3
         IL_0028:  ldc.i4.0
         IL_0029:  ceq
@@ -64,7 +64,7 @@
       {
         IL_002e:  pop
         IL_002f:  ldstr      "overflow."
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0034:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0039:  ldarg.3
         IL_003a:  stloc.0
         IL_003b:  leave.s    IL_003d
       IL_00d2:  br       IL_00e2
 
       IL_00d4:  ldstr      "Test passed"
-      IL_00d9:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00d9:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00de:  ldc.i4    0x64
       IL_00df:  stloc.0
       IL_00e0:  br       IL_00f0
 
       IL_00e2:  ldstr      "Test failed"
-      IL_00e7:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00e7:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00ec:  ldc.i4.1
       IL_00ed:  stloc.0
       IL_00ee:  br       IL_00f0
index 0f2c580..456a328 100644 (file)
@@ -37,7 +37,7 @@
       IL_0007:  box     ['mscorlib']System.Int64
       IL_000c:  ldarg.s   op2
       IL_000e:  box     ['mscorlib']System.Int64
-      IL_0013:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0013:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -52,7 +52,7 @@
         IL_001f:  stloc.0
         IL_0020:  leave.s    IL_003d
 
-        IL_0022:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0022:  call       void [System.Console]System.Console::WriteLine()
         IL_0027:  ldarg.3
         IL_0028:  ldc.i4.0
         IL_0029:  ceq
@@ -64,7 +64,7 @@
       {
         IL_002e:  pop
         IL_002f:  ldstr      "overflow."
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0034:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0039:  ldarg.3
         IL_003a:  stloc.0
         IL_003b:  leave.s    IL_003d
       IL_00d2:  br       IL_00e2
 
       IL_00d4:  ldstr      "Test passed"
-      IL_00d9:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00d9:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00de:  ldc.i4    0x64
       IL_00df:  stloc.0
       IL_00e0:  br       IL_00f0
 
       IL_00e2:  ldstr      "Test failed"
-      IL_00e7:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00e7:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00ec:  ldc.i4.1
       IL_00ed:  stloc.0
       IL_00ee:  br       IL_00f0
index 54ab524..4ac29f9 100644 (file)
@@ -39,7 +39,7 @@
       IL_0010:  ldarg.0
       IL_0011:  ldfld     int64 JitTest.Test::op2
       IL_0016:  box     ['mscorlib']System.Int64
-      IL_001b:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_001b:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -56,7 +56,7 @@
         IL_0031:  stloc.0
         IL_0032:  leave.s    IL_004f
 
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0034:  call       void [System.Console]System.Console::WriteLine()
         IL_0039:  ldarg.2
         IL_003a:  ldc.i4.0
         IL_003b:  ceq
@@ -68,7 +68,7 @@
       {
         IL_0040:  pop
         IL_0041:  ldstr      "overflow."
-        IL_0046:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0046:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004b:  ldarg.2
         IL_004c:  stloc.0
         IL_004d:  leave.s    IL_004f
       IL_0189:  br.s       IL_0199
 
       IL_018b:  ldstr      "Test passed"
-      IL_0190:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0190:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0195:  ldc.i4    0x64
       IL_0196:  stloc.1
       IL_0197:  br.s       IL_01a7
 
       IL_0199:  ldstr      "Test failed"
-      IL_019e:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_019e:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_01a3:  ldc.i4.1
       IL_01a4:  stloc.1
       IL_01a5:  br.s       IL_01a7
index 59d1cce..ba6a8ab 100644 (file)
@@ -39,7 +39,7 @@
       IL_0010:  ldarg.0
       IL_0011:  ldfld     int64 JitTest.Test::op2
       IL_0016:  box     ['mscorlib']System.Int64
-      IL_001b:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_001b:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -56,7 +56,7 @@
         IL_0031:  stloc.0
         IL_0032:  leave.s    IL_004f
 
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0034:  call       void [System.Console]System.Console::WriteLine()
         IL_0039:  ldarg.2
         IL_003a:  ldc.i4.0
         IL_003b:  ceq
@@ -68,7 +68,7 @@
       {
         IL_0040:  pop
         IL_0041:  ldstr      "overflow."
-        IL_0046:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0046:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004b:  ldarg.2
         IL_004c:  stloc.0
         IL_004d:  leave.s    IL_004f
       IL_0188:  br.s       IL_0198
 
       IL_018a:  ldstr      "Test passed"
-      IL_018f:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_018f:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0194:  ldc.i4    0x64
       IL_0195:  stloc.1
       IL_0196:  br.s       IL_01a6
 
       IL_0198:  ldstr      "Test failed"
-      IL_019d:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_019d:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_01a2:  ldc.i4.1
       IL_01a3:  stloc.1
       IL_01a4:  br.s       IL_01a6
index a026e60..8d644e7 100644 (file)
@@ -37,7 +37,7 @@
       IL_000a:  box     ['mscorlib']System.Int64
       IL_000f:  ldsfld    int64 JitTest.Test::op2
       IL_0014:  box     ['mscorlib']System.Int64
-      IL_0019:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0019:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -52,7 +52,7 @@
         IL_002d:  stloc.0
         IL_002e:  leave.s    IL_004b
 
-        IL_0030:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0030:  call       void [System.Console]System.Console::WriteLine()
         IL_0035:  ldarg.1
         IL_0036:  ldc.i4.0
         IL_0037:  ceq
@@ -64,7 +64,7 @@
       {
         IL_003c:  pop
         IL_003d:  ldstr      "overflow."
-        IL_0042:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0042:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0047:  ldarg.1
         IL_0048:  stloc.0
         IL_0049:  leave.s    IL_004b
       IL_0165:  br.s       IL_0175
 
       IL_0167:  ldstr      "Test passed"
-      IL_016c:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_016c:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0171:  ldc.i4    0x64
       IL_0172:  stloc.0
       IL_0173:  br.s       IL_0183
 
       IL_0175:  ldstr      "Test failed"
-      IL_017a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_017a:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_017f:  ldc.i4.1
       IL_0180:  stloc.0
       IL_0181:  br.s       IL_0183
index 319e083..f5b91fc 100644 (file)
@@ -37,7 +37,7 @@
       IL_000a:  box     ['mscorlib']System.Int64
       IL_000f:  ldsfld    int64 JitTest.Test::op2
       IL_0014:  box     ['mscorlib']System.Int64
-      IL_0019:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0019:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -52,7 +52,7 @@
         IL_002d:  stloc.0
         IL_002e:  leave.s    IL_004b
 
-        IL_0030:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0030:  call       void [System.Console]System.Console::WriteLine()
         IL_0035:  ldarg.1
         IL_0036:  ldc.i4.0
         IL_0037:  ceq
@@ -64,7 +64,7 @@
       {
         IL_003c:  pop
         IL_003d:  ldstr      "overflow."
-        IL_0042:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0042:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0047:  ldarg.1
         IL_0048:  stloc.0
         IL_0049:  leave.s    IL_004b
       IL_0164:  br.s       IL_0174
 
       IL_0166:  ldstr      "Test passed"
-      IL_016b:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_016b:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0170:  ldc.i4    0x64
       IL_0171:  stloc.0
       IL_0172:  br.s       IL_0182
 
       IL_0174:  ldstr      "Test failed"
-      IL_0179:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0179:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_017e:  ldc.i4.1
       IL_017f:  stloc.0
       IL_0180:  br.s       IL_0182
index 3bfa8fc..4678049 100644 (file)
         IL_139b:  call       void JitTest.Test::testNumbers(int64,
                                                             int64)
         IL_13a0:  ldstr      "All tests passed."
-        IL_13a5:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_13a5:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_13aa:  ldc.i4    0x64
         IL_13ab:  stloc.0
         IL_13ac:  leave.s    IL_13b3
index 3f8967d..427b78c 100644 (file)
       IL_005e:  beq.s      IL_0071
 
       IL_0060:  ldstr      "Failed."
-      IL_0065:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0065:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_006a:  ldc.i4.1
       IL_006b:  stloc.3
       IL_006c:  br         IL_012f
         IL_0103:  beq.s      IL_0113
 
         IL_0105:  ldstr      "Failed (3)."
-        IL_010a:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_010a:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_010f:  ldc.i4.1
         IL_0110:  stloc.3
         IL_0111:  leave.s    IL_012f
 
         IL_0113:  ldstr      "Passed!"
-        IL_0118:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0118:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_011d:  ldc.i4    0x64
         IL_011e:  stloc.3
         IL_011f:  leave.s    IL_012f
 
       }  // end handler
       IL_0121:  ldstr      "Failed (2)."
-      IL_0126:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0126:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_012b:  ldc.i4.1
       IL_012c:  stloc.3
       IL_012d:  br.s       IL_012f
index f8440ea..9cbce06 100644 (file)
         IL_139b:  call       void JitTest.Test::testNumbers(unsigned int64,
                                                             unsigned int64)
         IL_13a0:  ldstr      "All tests passed."
-        IL_13a5:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_13a5:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_13aa:  ldc.i4    0x64
         IL_13ab:  stloc.0
         IL_13ac:  leave.s    IL_13b3
index 63ef983..830503e 100644 (file)
@@ -37,7 +37,7 @@
       IL_0007:  box     ['mscorlib']System.UInt64
       IL_000c:  ldarg.s   op2
       IL_000e:  box     ['mscorlib']System.UInt64
-      IL_0013:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0013:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -52,7 +52,7 @@
         IL_001f:  stloc.0
         IL_0020:  leave.s    IL_003d
 
-        IL_0022:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0022:  call       void [System.Console]System.Console::WriteLine()
         IL_0027:  ldarg.3
         IL_0028:  ldc.i4.0
         IL_0029:  ceq
@@ -64,7 +64,7 @@
       {
         IL_002e:  pop
         IL_002f:  ldstr      "overflow."
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0034:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0039:  ldarg.3
         IL_003a:  stloc.0
         IL_003b:  leave.s    IL_003d
       IL_00a5:  br       IL_00b5
 
       IL_00a7:  ldstr      "Test passed"
-      IL_00ac:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00ac:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00b1:  ldc.i4    0x64
       IL_00b2:  stloc.0
       IL_00b3:  br       IL_00c3
 
       IL_00b5:  ldstr      "Test failed"
-      IL_00ba:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00ba:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00bf:  ldc.i4.1
       IL_00c0:  stloc.0
       IL_00c1:  br       IL_00c3
index 00482f1..99a647c 100644 (file)
@@ -37,7 +37,7 @@
       IL_0007:  box     ['mscorlib']System.UInt64
       IL_000c:  ldarg.s   op2
       IL_000e:  box     ['mscorlib']System.UInt64
-      IL_0013:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0013:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -52,7 +52,7 @@
         IL_001f:  stloc.0
         IL_0020:  leave.s    IL_003d
 
-        IL_0022:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0022:  call       void [System.Console]System.Console::WriteLine()
         IL_0027:  ldarg.3
         IL_0028:  ldc.i4.0
         IL_0029:  ceq
@@ -64,7 +64,7 @@
       {
         IL_002e:  pop
         IL_002f:  ldstr      "overflow."
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0034:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0039:  ldarg.3
         IL_003a:  stloc.0
         IL_003b:  leave.s    IL_003d
       IL_00a5:  br       IL_00b5
 
       IL_00a7:  ldstr      "Test passed"
-      IL_00ac:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00ac:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00b1:  ldc.i4    0x64
       IL_00b2:  stloc.0
       IL_00b3:  br       IL_00c3
 
       IL_00b5:  ldstr      "Test failed"
-      IL_00ba:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00ba:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00bf:  ldc.i4.1
       IL_00c0:  stloc.0
       IL_00c1:  br       IL_00c3
index 46f8d73..89a592e 100644 (file)
@@ -39,7 +39,7 @@
       IL_0010:  ldarg.0
       IL_0011:  ldfld     unsigned int64 JitTest.Test::op2
       IL_0016:  box     ['mscorlib']System.UInt64
-      IL_001b:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_001b:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -56,7 +56,7 @@
         IL_0031:  stloc.0
         IL_0032:  leave.s    IL_004f
 
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0034:  call       void [System.Console]System.Console::WriteLine()
         IL_0039:  ldarg.2
         IL_003a:  ldc.i4.0
         IL_003b:  ceq
@@ -68,7 +68,7 @@
       {
         IL_0040:  pop
         IL_0041:  ldstr      "overflow."
-        IL_0046:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0046:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004b:  ldarg.2
         IL_004c:  stloc.0
         IL_004d:  leave.s    IL_004f
       IL_00ff:  br.s       IL_010f
 
       IL_0101:  ldstr      "Test passed"
-      IL_0106:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0106:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_010b:  ldc.i4    0x64
       IL_010c:  stloc.1
       IL_010d:  br.s       IL_011d
 
       IL_010f:  ldstr      "Test failed"
-      IL_0114:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0114:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0119:  ldc.i4.1
       IL_011a:  stloc.1
       IL_011b:  br.s       IL_011d
index 8a37910..75b985c 100644 (file)
@@ -38,7 +38,7 @@
       IL_0010:  ldarg.0
       IL_0011:  ldfld     unsigned int64 JitTest.Test::op2
       IL_0016:  box     ['mscorlib']System.UInt64
-      IL_001b:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_001b:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -55,7 +55,7 @@
         IL_0031:  stloc.0
         IL_0032:  leave.s    IL_004f
 
-        IL_0034:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0034:  call       void [System.Console]System.Console::WriteLine()
         IL_0039:  ldarg.2
         IL_003a:  ldc.i4.0
         IL_003b:  ceq
@@ -67,7 +67,7 @@
       {
         IL_0040:  pop
         IL_0041:  ldstr      "overflow."
-        IL_0046:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0046:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_004b:  ldarg.2
         IL_004c:  stloc.0
         IL_004d:  leave.s    IL_004f
       IL_00ff:  br.s       IL_010f
 
       IL_0101:  ldstr      "Test passed"
-      IL_0106:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0106:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_010b:  ldc.i4    0x64
       IL_010c:  stloc.1
       IL_010d:  br.s       IL_011d
 
       IL_010f:  ldstr      "Test failed"
-      IL_0114:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_0114:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_0119:  ldc.i4.1
       IL_011a:  stloc.1
       IL_011b:  br.s       IL_011d
index 5684346..f4444d2 100644 (file)
@@ -35,7 +35,7 @@
       IL_000a:  box     ['mscorlib']System.UInt64
       IL_000f:  ldsfld    unsigned int64 JitTest.Test::op2
       IL_0014:  box     ['mscorlib']System.UInt64
-      IL_0019:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0019:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -50,7 +50,7 @@
         IL_002d:  stloc.0
         IL_002e:  leave.s    IL_004b
 
-        IL_0030:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0030:  call       void [System.Console]System.Console::WriteLine()
         IL_0035:  ldarg.1
         IL_0036:  ldc.i4.0
         IL_0037:  ceq
@@ -62,7 +62,7 @@
       {
         IL_003c:  pop
         IL_003d:  ldstr      "overflow."
-        IL_0042:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0042:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0047:  ldarg.1
         IL_0048:  stloc.0
         IL_0049:  leave.s    IL_004b
       IL_00e4:  br       IL_00f4
 
       IL_00e6:  ldstr      "Test passed"
-      IL_00eb:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00eb:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00f0:  ldc.i4     0x64
       IL_00f1:  stloc.0
       IL_00f2:  br       IL_0102
 
       IL_00f4:  ldstr      "Test failed"
-      IL_00f9:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00f9:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00fe:  ldc.i4.1
       IL_00ff:  stloc.0
       IL_0100:  br       IL_0102
index 3e1f9e8..b535db6 100644 (file)
@@ -35,7 +35,7 @@
       IL_000a:  box     ['mscorlib']System.UInt64
       IL_000f:  ldsfld    unsigned int64 JitTest.Test::op2
       IL_0014:  box     ['mscorlib']System.UInt64
-      IL_0019:  call       void ['mscorlib']System.Console::Write(class System.String,
+      IL_0019:  call       void [System.Console]System.Console::Write(class System.String,
                                                                   class System.Object,
                                                                   class System.Object)
       .try
@@ -50,7 +50,7 @@
         IL_002d:  stloc.0
         IL_002e:  leave.s    IL_004b
 
-        IL_0030:  call       void ['mscorlib']System.Console::WriteLine()
+        IL_0030:  call       void [System.Console]System.Console::WriteLine()
         IL_0035:  ldarg.1
         IL_0036:  ldc.i4.0
         IL_0037:  ceq
@@ -62,7 +62,7 @@
       {
         IL_003c:  pop
         IL_003d:  ldstr      "overflow."
-        IL_0042:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_0042:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_0047:  ldarg.1
         IL_0048:  stloc.0
         IL_0049:  leave.s    IL_004b
       IL_00e4:  br       IL_00f4
 
       IL_00e6:  ldstr      "Test passed"
-      IL_00eb:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00eb:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00f0:  ldc.i4     0x64
       IL_00f1:  stloc.0
       IL_00f2:  br       IL_0102
 
       IL_00f4:  ldstr      "Test failed"
-      IL_00f9:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+      IL_00f9:  call       void [System.Console]System.Console::WriteLine(class System.String)
       IL_00fe:  ldc.i4.1
       IL_00ff:  stloc.0
       IL_0100:  br       IL_0102
index 5dc8f27..1aed766 100644 (file)
         IL_139b:  call       void JitTest.Test::testNumbers(unsigned int64,
                                                             unsigned int64)
         IL_13a0:  ldstr      "All tests passed."
-        IL_13a5:  call       void ['mscorlib']System.Console::WriteLine(class System.String)
+        IL_13a5:  call       void [System.Console]System.Console::WriteLine(class System.String)
         IL_13aa:  ldc.i4    0x64
         IL_13ab:  stloc.0
         IL_13ac:  leave.s    IL_13b3
index 9c6ac51..8dce34c 100644 (file)
   IL_0041:  neg
   IL_0042:  stloc.s    K2
   ldloc K1
-  call void ['mscorlib'] System.Console::WriteLine(int32)
+  call void [System.Console]System.Console::WriteLine(int32)
   ldloc K2
-  call void ['mscorlib'] System.Console::WriteLine(int32)
+  call void [System.Console]System.Console::WriteLine(int32)
   
   ldc.i4.s 100
   ret     
-}  
\ No newline at end of file
+}  
index 92e22a5..f187b1f 100644 (file)
@@ -67,7 +67,7 @@
 PASSED:
 
        ldstr      "Test PASSED. Exit Code=100"
-       call       void [mscorlib] System.Console::WriteLine(string)
+       call       void [System.Console]System.Console::WriteLine(string)
        ldc.i4.s   100
        stloc.0
        br.s       RET
@@ -110,7 +110,7 @@ NEXT:       ldsfld     class BigClass TestClass::s_bigClass
   {
     .locals init (bool retValue)
        ldstr   "Running Test1: Using a class with a big offset field"
-       call    void [mscorlib] System.Console::WriteLine(string)
+       call    void [System.Console]System.Console::WriteLine(string)
        .try
        {
                ldarg.0
@@ -161,7 +161,7 @@ NEXT:       ldloc.0
        ldstr      "Value: {0}"    
        ldloc.1
        box        [mscorlib]System.Int32
-       call       void [mscorlib] System.Console::WriteLine(string, object)
+       call       void [System.Console]System.Console::WriteLine(string, object)
 
     IL_0000:  ret
   } 
@@ -170,7 +170,7 @@ NEXT:       ldloc.0
   {
     .locals init (bool retValue)
        ldstr   "Running Test2: Using a valuetype with a not so big offset field"
-       call    void [mscorlib] System.Console::WriteLine(string)
+       call    void [System.Console]System.Console::WriteLine(string)
        .try
        {
                ldarg.0
@@ -231,7 +231,7 @@ NEXT:       ldloc.0
        box        [mscorlib]System.Int32
        ldloc.1
        box        [mscorlib]System.Int32
-       call       void [mscorlib] System.Console::WriteLine(string, object, object)
+       call       void [System.Console]System.Console::WriteLine(string, object, object)
 
     IL_0000:  ret
   } 
@@ -240,7 +240,7 @@ NEXT:       ldloc.0
   {
     .locals init (bool retValue)
        ldstr   "Running Test3: Using a valuetype with a big offset field"
-       call    void [mscorlib] System.Console::WriteLine(string)
+       call    void [System.Console]System.Console::WriteLine(string)
        .try
        {
                ldarg.0
@@ -266,4 +266,4 @@ RET:
        ldloc.0
        ret
   }
-} 
\ No newline at end of file
+} 
index fbcbf55..658920f 100644 (file)
@@ -33,7 +33,7 @@
   {
     ldarg.0
     ldfld string TestClass::m_strField
-    call  void [mscorlib] System.Console::WriteLine(string)
+    call  void [System.Console]System.Console::WriteLine(string)
     ret
   }
   .method public hidebysig static int32 Main(class System.String[] args) il managed