[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / CS0012-4-lib.il
blob4a1cb05b46f4b6b03a0256f6e33f6bdf45bc16bd
1 .assembly extern mscorlib
5 .assembly extern 'CS0012-lib-missing'
9 .assembly 'CS0012-4-lib'
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
15 .module 'CS0012-4-lib.dll'
18 .class public auto ansi beforefieldinit BB
19        extends [mscorlib]System.Object
20        implements ['CS0012-lib-missing']I1
22   .method public hidebysig specialname rtspecialname 
23           instance void  .ctor() cil managed
24   {
25     IL_0000:  ldarg.0
26     IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
27     IL_0006:  ret
28   }
32 .class public auto ansi beforefieldinit B
33        extends [mscorlib]System.Object
35   .method public hidebysig specialname instance void 
36           set_Prop(class BB 'value') cil managed
37   {
38     IL_0000:  nop
39     IL_0001:  ret
40   }
42   .method public hidebysig specialname rtspecialname 
43           instance void  .ctor() cil managed
44   {
45     .maxstack  8
46     IL_0000:  ldarg.0
47     IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
48     IL_0006:  ret
49   }
51   .property instance class BB Prop()
52   {
53     .set instance void B::set_Prop(class BB)
54   }