[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-com-02-lib.il
blob9ebfc6519c17fcdb62cdc55740ea7530f29f0fe2
1 .assembly extern mscorlib { }
3 .assembly 'test-com-02-lib' { }
5 .module 'test-com-02-lib.dll'
7 .namespace Test {
9 .class interface public abstract auto ansi import ITopic
11       .property string Title(int32)
12       {
13             .get instance string Test.ITopic::get_Title(int32, int32)
14                         .set instance string Test.ITopic::set_Title(int32, int32, bool, string)
15       }
16           
17         .method public hidebysig newslot specialname abstract virtual instance string get_Title(int32, int32) runtime managed internalcall
18         {
19         }
20         
21         .method public hidebysig newslot specialname abstract virtual instance string set_Title(int32, int32, bool, string) runtime managed internalcall
22         {
23         }
24