|
|
|
@ -52,6 +52,9 @@
@@ -52,6 +52,9 @@
|
|
|
|
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
|
|
|
|
.custom instance void [mscorlib]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 ) |
|
|
|
|
.custom instance void [mscorlib]System.ObsoleteAttribute::.ctor(string) = ( 01 00 05 46 69 65 6C 64 00 00 ) // ...Field.. |
|
|
|
|
.field private initonly int32 '<issue1319>k__BackingField' |
|
|
|
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
|
|
|
|
.custom instance void [mscorlib]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 ) |
|
|
|
|
.method public hidebysig specialname instance int32 |
|
|
|
|
get_A() cil managed |
|
|
|
|
{ |
|
|
|
@ -140,10 +143,21 @@
@@ -140,10 +143,21 @@
|
|
|
|
|
IL_0007: ret |
|
|
|
|
} // end of method AutoProperties::set_PropertyWithAttributeOnBackingField |
|
|
|
|
|
|
|
|
|
.method public hidebysig specialname instance int32 |
|
|
|
|
get_issue1319() cil managed |
|
|
|
|
{ |
|
|
|
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
|
|
|
|
// Code size 7 (0x7) |
|
|
|
|
.maxstack 8 |
|
|
|
|
IL_0000: ldarg.0 |
|
|
|
|
IL_0001: ldfld int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.AutoProperties::'<issue1319>k__BackingField' |
|
|
|
|
IL_0006: ret |
|
|
|
|
} // end of method AutoProperties::get_issue1319 |
|
|
|
|
|
|
|
|
|
.method public hidebysig specialname rtspecialname |
|
|
|
|
instance void .ctor() cil managed |
|
|
|
|
instance void .ctor(int32 issue1319) cil managed |
|
|
|
|
{ |
|
|
|
|
// Code size 22 (0x16) |
|
|
|
|
// Code size 30 (0x1e) |
|
|
|
|
.maxstack 8 |
|
|
|
|
IL_0000: ldarg.0 |
|
|
|
|
IL_0001: ldc.i4.1 |
|
|
|
@ -154,7 +168,11 @@
@@ -154,7 +168,11 @@
|
|
|
|
|
IL_000e: ldarg.0 |
|
|
|
|
IL_000f: call instance void [mscorlib]System.Object::.ctor() |
|
|
|
|
IL_0014: nop |
|
|
|
|
IL_0015: ret |
|
|
|
|
IL_0015: nop |
|
|
|
|
IL_0016: ldarg.0 |
|
|
|
|
IL_0017: ldarg.1 |
|
|
|
|
IL_0018: stfld int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.AutoProperties::'<issue1319>k__BackingField' |
|
|
|
|
IL_001d: ret |
|
|
|
|
} // end of method AutoProperties::.ctor |
|
|
|
|
|
|
|
|
|
.method private hidebysig specialname rtspecialname static |
|
|
|
@ -193,6 +211,10 @@
@@ -193,6 +211,10 @@
|
|
|
|
|
.get instance int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.AutoProperties::get_PropertyWithAttributeOnBackingField() |
|
|
|
|
.set instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.AutoProperties::set_PropertyWithAttributeOnBackingField(int32) |
|
|
|
|
} // end of property AutoProperties::PropertyWithAttributeOnBackingField |
|
|
|
|
.property instance int32 issue1319() |
|
|
|
|
{ |
|
|
|
|
.get instance int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.AutoProperties::get_issue1319() |
|
|
|
|
} // end of property AutoProperties::issue1319 |
|
|
|
|
} // end of class ICSharpCode.Decompiler.Tests.TestCases.Pretty.AutoProperties |
|
|
|
|
|
|
|
|
|
|
|
|
|
|