[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-exmethod-45-lib.il
blobc98948fb6d623d9f94aac48debee4601bf1b1385
1 .assembly extern mscorlib
5 .assembly 'gtest-exmethod-45-lib'
7   .hash algorithm 0x00008004
10 .module 'gtest-exmethod-45-lib.dll'
12 .class public abstract auto F
14   .custom instance void class [mscorlib]System.Runtime.CompilerServices.ExtensionAttribute::'.ctor'() =  (01 00 00 00 )  
16   .method public hidebysig specialname rtspecialname 
17           instance void  .ctor() cil managed
18   {
19     ldarg.0
20     call       instance void [mscorlib]System.Object::.ctor()
21     ret
22   }
24   .method public hidebysig static void TestExt(string s) cil managed
25   {
26     .custom instance void class [mscorlib]System.Runtime.CompilerServices.ExtensionAttribute::'.ctor'() =  (01 00 00 00 )  
27     
28     ret
29   }