- Why isn't LocalBuilder.SetLocalSymInfo emitting variable names?
- .method public static string Function1(int32 A_0) cil managed
- {
- // Code size 10 (0xa)
- .maxstack 1
- .locals init (string V_0,
- int32 V_1)
- IL_0000: ldarg.0
- IL_0001: stloc.1
- IL_0002: ldstr "string value"
- IL_0007: stloc.0
- IL_0008: ldloc.0
- IL_0009: ret
- } // end of method Example::Function1