add comment
[mcs.git] / tests / ver-il-gmcs.xml
blobd1cb7a682a62a97df96f79fbb629ee7ecc711ddf
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--This file contains expected IL and metadata produced by compiler for each test-->
3 <tests>
4   <test name="gtest-001.cs">
5     <type name="Stack`1[type]">
6       <method name="Void .ctor()">
7         <size>7</size>
8       </method>
9     </type>
10     <type name="Boot">
11       <method name="Void .ctor()">
12         <size>7</size>
13       </method>
14       <method name="Void Main()">
15         <size>1</size>
16       </method>
17     </type>
18   </test>
19   <test name="gtest-002.cs">
20     <type name="Cell`1[X]">
21       <method name="Void .ctor()">
22         <size>7</size>
23       </method>
24     </type>
25     <type name="D">
26       <method name="Void .ctor()">
27         <size>7</size>
28       </method>
29       <method name="Void Main()">
30         <size>1</size>
31       </method>
32     </type>
33   </test>
34   <test name="gtest-003.cs">
35     <type name="Stack`1[T]">
36       <method name="Void .ctor()">
37         <size>7</size>
38       </method>
39     </type>
40     <type name="Test">
41       <method name="Void .ctor()">
42         <size>7</size>
43       </method>
44     </type>
45     <type name="T">
46       <method name="Void .ctor()">
47         <size>7</size>
48       </method>
49       <method name="Void Main()">
50         <size>1</size>
51       </method>
52     </type>
53   </test>
54   <test name="gtest-004.cs">
55     <type name="Stack`1[T]">
56       <method name="Void .ctor()">
57         <size>7</size>
58       </method>
59     </type>
60     <type name="Test">
61       <method name="Void .ctor()">
62         <size>7</size>
63       </method>
64     </type>
65     <type name="T">
66       <method name="Void .ctor()">
67         <size>7</size>
68       </method>
69       <method name="Void Foo(Stack`1[Test])">
70         <size>1</size>
71       </method>
72       <method name="Void Main()">
73         <size>1</size>
74       </method>
75     </type>
76   </test>
77   <test name="gtest-005.cs">
78     <type name="Stack`1[T]">
79       <method name="Void .ctor()">
80         <size>7</size>
81       </method>
82     </type>
83     <type name="Test">
84       <method name="Void .ctor()">
85         <size>7</size>
86       </method>
87     </type>
88     <type name="T">
89       <method name="Void .ctor()">
90         <size>7</size>
91       </method>
92       <method name="Void Main()">
93         <size>1</size>
94       </method>
95     </type>
96   </test>
97   <test name="gtest-006.cs">
98     <type name="Stack`1[T]">
99       <method name="Void .ctor()">
100         <size>23</size>
101       </method>
102       <method name="Void Push(T)">
103         <size>30</size>
104       </method>
105       <method name="T Pop()">
106         <size>29</size>
107       </method>
108       <method name="Void Hello(T)">
109         <size>17</size>
110       </method>
111     </type>
112     <type name="Test">
113       <method name="Void .ctor()">
114         <size>7</size>
115       </method>
116       <method name="Void Main()">
117         <size>1</size>
118       </method>
119     </type>
120   </test>
121   <test name="gtest-007.cs">
122     <type name="Stack`1[T]">
123       <method name="Void .ctor()">
124         <size>7</size>
125       </method>
126     </type>
127     <type name="Test">
128       <method name="Void .ctor()">
129         <size>7</size>
130       </method>
131     </type>
132     <type name="X">
133       <method name="Void .ctor()">
134         <size>7</size>
135       </method>
136       <method name="Void Main()">
137         <size>1</size>
138       </method>
139     </type>
140   </test>
141   <test name="gtest-008.cs">
142     <type name="Stack`1[T]">
143       <method name="Void .ctor()">
144         <size>7</size>
145       </method>
146     </type>
147     <type name="Test">
148       <method name="Void .ctor()">
149         <size>7</size>
150       </method>
151     </type>
152     <type name="X">
153       <method name="Void .ctor()">
154         <size>7</size>
155       </method>
156       <method name="Void Main()">
157         <size>1</size>
158       </method>
159     </type>
160   </test>
161   <test name="gtest-009.cs">
162     <type name="Stack`1[T]">
163       <method name="Void .ctor()">
164         <size>7</size>
165       </method>
166       <method name="System.Object Test(T)">
167         <size>14</size>
168       </method>
169     </type>
170     <type name="Test">
171       <method name="Void .ctor()">
172         <size>7</size>
173       </method>
174     </type>
175     <type name="X">
176       <method name="Void .ctor()">
177         <size>7</size>
178       </method>
179       <method name="Void Main()">
180         <size>1</size>
181       </method>
182     </type>
183   </test>
184   <test name="gtest-010.cs">
185     <type name="J">
186       <method name="Void .ctor()">
187         <size>7</size>
188       </method>
189       <method name="Void Foo()">
190         <size>11</size>
191       </method>
192     </type>
193     <type name="Stack`1[T]">
194       <method name="Void .ctor()">
195         <size>7</size>
196       </method>
197       <method name="Void Test(T)">
198         <size>27</size>
199       </method>
200     </type>
201     <type name="Test">
202       <method name="Void .ctor()">
203         <size>7</size>
204       </method>
205     </type>
206     <type name="X">
207       <method name="Void .ctor()">
208         <size>7</size>
209       </method>
210       <method name="Void Main()">
211         <size>1</size>
212       </method>
213     </type>
214   </test>
215   <test name="gtest-011.cs">
216     <type name="Stack`1[S]">
217       <method name="Void .ctor()">
218         <size>7</size>
219       </method>
220       <method name="Void Hello(S)">
221         <size>1</size>
222       </method>
223     </type>
224     <type name="X">
225       <method name="Void .ctor()">
226         <size>7</size>
227       </method>
228       <method name="Void Test()">
229         <size>13</size>
230       </method>
231       <method name="Void Main()">
232         <size>1</size>
233       </method>
234     </type>
235   </test>
236   <test name="gtest-012.cs">
237     <type name="Stack`1[S]">
238       <method name="Void .ctor()">
239         <size>7</size>
240       </method>
241       <method name="Void Hello(S)">
242         <size>1</size>
243       </method>
244     </type>
245     <type name="Test`1[T]">
246       <method name="Void .ctor()">
247         <size>7</size>
248       </method>
249       <method name="Void Foo(T)">
250         <size>1</size>
251       </method>
252     </type>
253     <type name="X">
254       <method name="Void .ctor()">
255         <size>7</size>
256       </method>
257       <method name="Void Test()">
258         <size>25</size>
259       </method>
260       <method name="Void Main()">
261         <size>1</size>
262       </method>
263     </type>
264   </test>
265   <test name="gtest-013.cs">
266     <type name="X">
267       <method name="Void .ctor()">
268         <size>7</size>
269       </method>
270       <method name="Void Test()">
271         <size>13</size>
272       </method>
273       <method name="Void Main()">
274         <size>1</size>
275       </method>
276     </type>
277   </test>
278   <test name="gtest-014.cs">
279     <type name="Stack`1[S]">
280       <method name="Void .ctor(S)">
281         <size>7</size>
282       </method>
283       <method name="Void Push(S)">
284         <size>1</size>
285       </method>
286     </type>
287     <type name="X">
288       <method name="Void .ctor()">
289         <size>7</size>
290       </method>
291       <method name="Void Main()">
292         <size>37</size>
293       </method>
294     </type>
295   </test>
296   <test name="gtest-015.cs">
297     <type name="Stack`1[S]">
298       <method name="Void .ctor()">
299         <size>7</size>
300       </method>
301       <method name="Void Hello[T,U](S, T, U)">
302         <size>3</size>
303       </method>
304     </type>
305     <type name="X">
306       <method name="Void .ctor()">
307         <size>7</size>
308       </method>
309       <method name="Void Main()">
310         <size>1</size>
311       </method>
312     </type>
313   </test>
314   <test name="gtest-016.cs">
315     <type name="Stack`1[S]">
316       <method name="Void .ctor()">
317         <size>7</size>
318       </method>
319       <method name="Void Hello[T](S, T)">
320         <size>1</size>
321       </method>
322     </type>
323     <type name="X">
324       <method name="Void .ctor()">
325         <size>7</size>
326       </method>
327       <method name="Void Main()">
328         <size>1</size>
329       </method>
330     </type>
331   </test>
332   <test name="gtest-017.cs">
333     <type name="X">
334       <method name="Void .ctor()">
335         <size>7</size>
336       </method>
337       <method name="Void Foo(Stack)">
338         <size>12</size>
339       </method>
340       <method name="Void Main()">
341         <size>13</size>
342       </method>
343     </type>
344   </test>
345   <test name="gtest-018.cs">
346     <type name="Stack">
347       <method name="Void .ctor()">
348         <size>7</size>
349       </method>
350       <method name="Void Hello[T](T)">
351         <size>1</size>
352       </method>
353     </type>
354     <type name="X">
355       <method name="Void .ctor()">
356         <size>7</size>
357       </method>
358       <method name="Void Foo(Stack)">
359         <size>12</size>
360       </method>
361       <method name="Void Main()">
362         <size>13</size>
363       </method>
364     </type>
365   </test>
366   <test name="gtest-019.cs">
367     <type name="X">
368       <method name="Void .ctor()">
369         <size>7</size>
370       </method>
371       <method name="Void Main()">
372         <size>1</size>
373       </method>
374     </type>
375   </test>
376   <test name="gtest-020.cs">
377     <type name="X">
378       <method name="Void .ctor()">
379         <size>7</size>
380       </method>
381       <method name="Void Test()">
382         <size>13</size>
383       </method>
384       <method name="Void Main()">
385         <size>1</size>
386       </method>
387     </type>
388     <type name="Stack`1[S]">
389       <method name="Void Hello(S)">
390         <size>1</size>
391       </method>
392     </type>
393   </test>
394   <test name="gtest-021.cs">
395     <type name="Foo`1[T]">
396       <method name="Void .ctor(Int32)">
397         <size>58</size>
398       </method>
399       <method name="Void Test()">
400         <size>23</size>
401       </method>
402     </type>
403     <type name="Bar`1[T]">
404       <method name="Void .ctor()">
405         <size>7</size>
406       </method>
407       <method name="Void Test()">
408         <size>45</size>
409       </method>
410     </type>
411     <type name="X">
412       <method name="Void .ctor()">
413         <size>7</size>
414       </method>
415       <method name="Void Print(System.Object)">
416         <size>39</size>
417       </method>
418       <method name="Void Main()">
419         <size>38</size>
420       </method>
421     </type>
422     <type name="S">
423       <method name="Void .ctor(String)">
424         <size>8</size>
425       </method>
426       <method name="System.String ToString()">
427         <size>17</size>
428       </method>
429     </type>
430   </test>
431   <test name="gtest-022.cs">
432     <type name="Foo`1[T]">
433       <method name="Void .ctor()">
434         <size>7</size>
435       </method>
436       <method name="Void Hello()">
437         <size>1</size>
438       </method>
439       <method name="Void World(T)">
440         <size>7</size>
441       </method>
442     </type>
443     <type name="Bar">
444       <method name="Void .ctor()">
445         <size>7</size>
446       </method>
447       <method name="Void Test()">
448         <size>14</size>
449       </method>
450     </type>
451     <type name="X">
452       <method name="Void .ctor()">
453         <size>7</size>
454       </method>
455       <method name="Void Main()">
456         <size>13</size>
457       </method>
458     </type>
459   </test>
460   <test name="gtest-023.cs">
461     <type name="Foo`1[T]">
462       <method name="Void .ctor()">
463         <size>7</size>
464       </method>
465       <method name="Void Hello()">
466         <size>1</size>
467       </method>
468       <method name="Void World(T)">
469         <size>7</size>
470       </method>
471     </type>
472     <type name="Bar">
473       <method name="Void .ctor()">
474         <size>7</size>
475       </method>
476       <method name="Void Test()">
477         <size>14</size>
478       </method>
479     </type>
480     <type name="X">
481       <method name="Void .ctor()">
482         <size>7</size>
483       </method>
484       <method name="Void Main()">
485         <size>1</size>
486       </method>
487     </type>
488   </test>
489   <test name="gtest-024.cs">
490     <type name="Foo`1[T]">
491       <method name="Void .ctor()">
492         <size>7</size>
493       </method>
494       <method name="Void Hello(T)">
495         <size>13</size>
496       </method>
497       <method name="Void Whatever(System.Object)">
498         <size>12</size>
499       </method>
500     </type>
501     <type name="X">
502       <method name="Void .ctor()">
503         <size>7</size>
504       </method>
505       <method name="Void Test(Foo`1[System.Int32])">
506         <size>8</size>
507       </method>
508       <method name="Void Main()">
509         <size>13</size>
510       </method>
511     </type>
512   </test>
513   <test name="gtest-025.cs">
514     <type name="Foo">
515       <method name="Void .ctor()">
516         <size>7</size>
517       </method>
518       <method name="Void Hello[T](T)">
519         <size>13</size>
520       </method>
521       <method name="Void Whatever(System.Object)">
522         <size>12</size>
523       </method>
524     </type>
525     <type name="X">
526       <method name="Void .ctor()">
527         <size>7</size>
528       </method>
529       <method name="Void Test(Foo)">
530         <size>12</size>
531       </method>
532       <method name="Void Main()">
533         <size>13</size>
534       </method>
535     </type>
536   </test>
537   <test name="gtest-026.cs">
538     <type name="Foo`1[T]">
539       <method name="Void .ctor()">
540         <size>7</size>
541       </method>
542     </type>
543     <type name="X">
544       <method name="Void .ctor()">
545         <size>7</size>
546       </method>
547       <method name="Void Main()">
548         <size>15</size>
549       </method>
550     </type>
551   </test>
552   <test name="gtest-027.cs">
553     <type name="TheBase">
554       <method name="Void .ctor()">
555         <size>7</size>
556       </method>
557       <method name="Void BaseFunc()">
558         <size>1</size>
559       </method>
560     </type>
561     <type name="Stack`1[S]">
562       <method name="Void .ctor()">
563         <size>7</size>
564       </method>
565       <method name="Void Hello(S)">
566         <size>1</size>
567       </method>
568     </type>
569     <type name="Test`1[T]">
570       <method name="Void .ctor()">
571         <size>7</size>
572       </method>
573       <method name="Void Foo(T)">
574         <size>1</size>
575       </method>
576     </type>
577     <type name="X">
578       <method name="Void .ctor()">
579         <size>7</size>
580       </method>
581       <method name="Void Test()">
582         <size>36</size>
583       </method>
584       <method name="Void Main()">
585         <size>1</size>
586       </method>
587     </type>
588   </test>
589   <test name="gtest-028.cs">
590     <type name="Stack`1[T]">
591       <method name="Void .ctor(T)">
592         <size>14</size>
593       </method>
594       <method name="System.Object Test()">
595         <size>12</size>
596       </method>
597     </type>
598     <type name="X">
599       <method name="Void .ctor()">
600         <size>7</size>
601       </method>
602       <method name="System.Object Test(Stack`1[System.Int32])">
603         <size>7</size>
604       </method>
605       <method name="Void Main()">
606         <size>20</size>
607       </method>
608     </type>
609   </test>
610   <test name="gtest-029.cs">
611     <type name="Stack`1[T]">
612       <method name="Void .ctor(Int32)">
613         <size>19</size>
614       </method>
615       <method name="System.Object Test()">
616         <size>7</size>
617       </method>
618     </type>
619     <type name="X">
620       <method name="Void .ctor()">
621         <size>7</size>
622       </method>
623       <method name="Void Main()">
624         <size>19</size>
625       </method>
626     </type>
627   </test>
628   <test name="gtest-030.cs">
629     <type name="Foo`1[T]">
630       <method name="Void .ctor()">
631         <size>7</size>
632       </method>
633       <method name="Void Hello(T)">
634         <size>1</size>
635       </method>
636     </type>
637     <type name="Bar`2[T,U]">
638       <method name="Void .ctor()">
639         <size>7</size>
640       </method>
641       <method name="Void Test(T, U)">
642         <size>1</size>
643       </method>
644     </type>
645     <type name="X">
646       <method name="Void .ctor()">
647         <size>7</size>
648       </method>
649       <method name="Void Test(Bar`2[System.Int32,System.String])">
650         <size>24</size>
651       </method>
652       <method name="Void Main()">
653         <size>13</size>
654       </method>
655     </type>
656   </test>
657   <test name="gtest-031.cs">
658     <type name="X">
659       <method name="Void .ctor()">
660         <size>7</size>
661       </method>
662       <method name="Void Test(Bar`2[System.Int32,System.String])">
663         <size>24</size>
664       </method>
665       <method name="Void Main()">
666         <size>1</size>
667       </method>
668     </type>
669   </test>
670   <test name="gtest-032.cs">
671     <type name="X">
672       <method name="Void .ctor()">
673         <size>7</size>
674       </method>
675       <method name="Void Test(Bar`2)">
676         <size>24</size>
677       </method>
678       <method name="Void Main()">
679         <size>1</size>
680       </method>
681     </type>
682   </test>
683   <test name="gtest-033.cs">
684     <type name="X">
685       <method name="Void .ctor()">
686         <size>7</size>
687       </method>
688       <method name="Void Test(Bar`3)">
689         <size>35</size>
690       </method>
691       <method name="Void Main()">
692         <size>1</size>
693       </method>
694     </type>
695   </test>
696   <test name="gtest-034.cs">
697     <type name="Foo`1[T]">
698       <method name="Void .ctor()">
699         <size>7</size>
700       </method>
701     </type>
702     <type name="Stack`1[T]">
703       <method name="Void .ctor()">
704         <size>7</size>
705       </method>
706     </type>
707     <type name="Bar`1[T]">
708       <method name="Void .ctor()">
709         <size>7</size>
710       </method>
711     </type>
712     <type name="X">
713       <method name="Void .ctor()">
714         <size>7</size>
715       </method>
716       <method name="Void Main()">
717         <size>1</size>
718       </method>
719     </type>
720   </test>
721   <test name="gtest-035.cs">
722     <type name="Test`1[T]">
723       <method name="Void .ctor()">
724         <size>7</size>
725       </method>
726     </type>
727     <type name="Foo`1[T]">
728       <method name="Void .ctor()">
729         <size>7</size>
730       </method>
731     </type>
732     <type name="X">
733       <method name="Void .ctor()">
734         <size>7</size>
735       </method>
736       <method name="Void Main()">
737         <size>1</size>
738       </method>
739     </type>
740   </test>
741   <test name="gtest-036.cs">
742     <type name="Stack`1[T]">
743       <method name="Void .ctor()">
744         <size>7</size>
745       </method>
746       <method name="Void Hello(Stack`1[T])">
747         <size>1</size>
748       </method>
749       <method name="Void Test()">
750         <size>8</size>
751       </method>
752     </type>
753     <type name="X">
754       <method name="Void .ctor()">
755         <size>7</size>
756       </method>
757       <method name="Void Main()">
758         <size>1</size>
759       </method>
760     </type>
761   </test>
762   <test name="gtest-037.cs">
763     <type name="Foo`2[T,U]">
764       <method name="Void .ctor()">
765         <size>7</size>
766       </method>
767       <method name="Void Hello(Foo`2[T,U])">
768         <size>1</size>
769       </method>
770       <method name="Void Test()">
771         <size>8</size>
772       </method>
773     </type>
774     <type name="Bar`1[T]">
775       <method name="Void .ctor()">
776         <size>7</size>
777       </method>
778       <method name="Void Test(Foo`2[T,System.Int64])">
779         <size>8</size>
780       </method>
781     </type>
782     <type name="Baz`1[T]">
783       <method name="Void .ctor()">
784         <size>7</size>
785       </method>
786       <method name="Void Test()">
787         <size>8</size>
788       </method>
789     </type>
790     <type name="X">
791       <method name="Void .ctor()">
792         <size>7</size>
793       </method>
794       <method name="Void Main()">
795         <size>1</size>
796       </method>
797     </type>
798   </test>
799   <test name="gtest-038.cs">
800     <type name="Queue`1[T]">
801       <method name="Void .ctor(T, T)">
802         <size>38</size>
803       </method>
804       <method name="Queue`1+Node`1[T,T] GetFoo()">
805         <size>7</size>
806       </method>
807       <method name="Queue`1+Node`1[T,T] get_Foo()">
808         <size>7</size>
809       </method>
810       <method name="Void Test(T)">
811         <size>12</size>
812       </method>
813       <method name="Void Test()">
814         <size>74</size>
815       </method>
816     </type>
817     <type name="Queue`1+Node`1[T,U]">
818       <method name="Void .ctor(Node`1, U)">
819         <size>21</size>
820       </method>
821     </type>
822     <type name="X">
823       <method name="Void .ctor()">
824         <size>7</size>
825       </method>
826       <method name="Void Main()">
827         <size>16</size>
828       </method>
829     </type>
830   </test>
831   <test name="gtest-039.cs">
832     <type name="Zoo`1[T]">
833       <method name="Void .ctor(T)">
834         <size>14</size>
835       </method>
836       <method name="IMonkey`1 GetTheMonkey[U](U)">
837         <size>8</size>
838       </method>
839       <method name="T get_Name()">
840         <size>7</size>
841       </method>
842     </type>
843     <type name="Zoo`1+Monkey`2[T,V,W]">
844       <method name="Void .ctor(Zoo`1, W)">
845         <size>21</size>
846       </method>
847       <method name="W Jump()">
848         <size>44</size>
849       </method>
850     </type>
851     <type name="X">
852       <method name="Void .ctor()">
853         <size>7</size>
854       </method>
855       <method name="Void Main()">
856         <size>31</size>
857       </method>
858     </type>
859   </test>
860   <test name="gtest-040.cs">
861     <type name="Stack`1[T]">
862       <method name="Void .ctor(T)">
863         <size>26</size>
864       </method>
865       <method name="INode`1 GetNode()">
866         <size>7</size>
867       </method>
868       <method name="Stack`1+Foo`1[T,T] GetFoo(T)">
869         <size>7</size>
870       </method>
871       <method name="Stack`1+Bar`1[T,T] GetBar(T)">
872         <size>7</size>
873       </method>
874       <method name="Void Test()">
875         <size>66</size>
876       </method>
877     </type>
878     <type name="Stack`1+Node[T]">
879       <method name="Void .ctor(Stack`1)">
880         <size>14</size>
881       </method>
882       <method name="Void Hello(T)">
883         <size>1</size>
884       </method>
885     </type>
886     <type name="Stack`1+Foo`1[T,T]">
887       <method name="Void .ctor(T)">
888         <size>14</size>
889       </method>
890       <method name="Stack`1+Bar`1[T,T] GetBar()">
891         <size>12</size>
892       </method>
893     </type>
894     <type name="Stack`1+Bar`1[T,U]">
895       <method name="Void .ctor(U)">
896         <size>14</size>
897       </method>
898       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
899         <size>7</size>
900       </method>
901     </type>
902     <type name="Stack`1+Bar`1+Baz`1[T,U,V]">
903       <method name="Void .ctor(V)">
904         <size>14</size>
905       </method>
906       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
907         <size>12</size>
908       </method>
909       <method name="Stack`1+Bar`1[T,V] GetBar()">
910         <size>12</size>
911       </method>
912     </type>
913     <type name="X">
914       <method name="Void .ctor()">
915         <size>7</size>
916       </method>
917       <method name="Void Main()">
918         <size>31</size>
919       </method>
920     </type>
921   </test>
922   <test name="gtest-041.cs">
923     <type name="Stack`1[T]">
924       <method name="Void .ctor()">
925         <size>7</size>
926       </method>
927       <method name="Void Hello(Int32, T[])">
928         <size>1</size>
929       </method>
930     </type>
931     <type name="X">
932       <method name="Void .ctor()">
933         <size>7</size>
934       </method>
935       <method name="Void Main()">
936         <size>36</size>
937       </method>
938     </type>
939   </test>
940   <test name="gtest-042.cs">
941     <type name="A.A`1[X]">
942       <method name="Void .ctor()">
943         <size>7</size>
944       </method>
945     </type>
946     <type name="A.B`1[X]">
947       <method name="Void .ctor()">
948         <size>7</size>
949       </method>
950     </type>
951     <type name="A.C`1[X]">
952       <method name="Void .ctor()">
953         <size>7</size>
954       </method>
955     </type>
956     <type name="A.D`1[X]">
957       <method name="Void .ctor()">
958         <size>7</size>
959       </method>
960     </type>
961     <type name="A.E`2[X,Y]">
962       <method name="Void .ctor()">
963         <size>7</size>
964       </method>
965     </type>
966     <type name="A.F`1[X]">
967       <method name="Void .ctor()">
968         <size>7</size>
969       </method>
970     </type>
971     <type name="B.MyTest`2[K,V]">
972       <method name="Void .ctor()">
973         <size>7</size>
974       </method>
975     </type>
976     <type name="C.S`1[K]">
977       <method name="Void .ctor()">
978         <size>7</size>
979       </method>
980     </type>
981     <type name="C.C`1[K]">
982       <method name="Void .ctor()">
983         <size>7</size>
984       </method>
985     </type>
986     <type name="Test">
987       <method name="Void .ctor()">
988         <size>7</size>
989       </method>
990       <method name="Void Main()">
991         <size>1</size>
992       </method>
993     </type>
994   </test>
995   <test name="gtest-043.cs">
996     <type name="Test`1[T]">
997       <method name="Void .ctor()">
998         <size>7</size>
999       </method>
1000       <method name="Void Foo()">
1001         <size>13</size>
1002       </method>
1003       <method name="Int32 GetCount()">
1004         <size>6</size>
1005       </method>
1006     </type>
1007     <type name="X">
1008       <method name="Void .ctor()">
1009         <size>7</size>
1010       </method>
1011       <method name="Int32 DoTheTest[T]()">
1012         <size>107</size>
1013       </method>
1014       <method name="Int32 Main()">
1015         <size>134</size>
1016       </method>
1017     </type>
1018   </test>
1019   <test name="gtest-044.cs">
1020     <type name="X`1[T]">
1021       <method name="Void .ctor(Int32)">
1022         <size>14</size>
1023       </method>
1024       <method name="X`1[T] op_Increment(X`1[T])">
1025         <size>14</size>
1026       </method>
1027     </type>
1028     <type name="Test">
1029       <method name="Void .ctor()">
1030         <size>7</size>
1031       </method>
1032       <method name="Void Main()">
1033         <size>37</size>
1034       </method>
1035     </type>
1036   </test>
1037   <test name="gtest-045.cs">
1038     <type name="Test`2[A,B]">
1039       <method name="Void .ctor()">
1040         <size>7</size>
1041       </method>
1042       <method name="Void Foo[U](U)">
1043         <size>1</size>
1044       </method>
1045       <method name="Void Foo[V](V[], V)">
1046         <size>1</size>
1047       </method>
1048       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
1049         <size>1</size>
1050       </method>
1051       <method name="Void ArrayMethod[V](V[])">
1052         <size>1</size>
1053       </method>
1054     </type>
1055     <type name="X">
1056       <method name="Void .ctor()">
1057         <size>7</size>
1058       </method>
1059       <method name="Void Main()">
1060         <size>90</size>
1061       </method>
1062     </type>
1063   </test>
1064   <test name="gtest-046.cs">
1065     <type name="Foo`1[T]">
1066       <method name="Void .ctor()">
1067         <size>7</size>
1068       </method>
1069       <method name="Void add_MyEvent(Test`1[T])">
1070         <size>24</size>
1071       </method>
1072       <method name="Void remove_MyEvent(Test`1[T])">
1073         <size>24</size>
1074       </method>
1075       <method name="Void Hello(T)">
1076         <size>24</size>
1077       </method>
1078     </type>
1079     <type name="X">
1080       <method name="Void .ctor()">
1081         <size>7</size>
1082       </method>
1083       <method name="Void do_hello(System.String)">
1084         <size>12</size>
1085       </method>
1086       <method name="Void Main()">
1087         <size>36</size>
1088       </method>
1089     </type>
1090     <type name="Test`1[T]">
1091       <method name="Void .ctor(Object, IntPtr)">
1092         <size>0</size>
1093       </method>
1094       <method name="Void Invoke(T)">
1095         <size>0</size>
1096       </method>
1097       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
1098         <size>0</size>
1099       </method>
1100       <method name="Void EndInvoke(IAsyncResult)">
1101         <size>0</size>
1102       </method>
1103     </type>
1104   </test>
1105   <test name="gtest-047.cs">
1106     <type name="X">
1107       <method name="Void .ctor()">
1108         <size>7</size>
1109       </method>
1110       <method name="Void Main()">
1111         <size>7</size>
1112       </method>
1113     </type>
1114   </test>
1115   <test name="gtest-048.cs">
1116     <type name="Stack`1[T]">
1117       <method name="Void .ctor()">
1118         <size>20</size>
1119       </method>
1120       <method name="Void Add(T)">
1121         <size>14</size>
1122       </method>
1123     </type>
1124     <type name="X">
1125       <method name="Void .ctor()">
1126         <size>7</size>
1127       </method>
1128       <method name="Void Main()">
1129         <size>22</size>
1130       </method>
1131     </type>
1132   </test>
1133   <test name="gtest-049.cs">
1134     <type name="X`1[T]">
1135       <method name="Void .ctor()">
1136         <size>7</size>
1137       </method>
1138       <method name="Void A(T)">
1139         <size>1</size>
1140       </method>
1141       <method name="Void A(T[])">
1142         <size>1</size>
1143       </method>
1144       <method name="Void A(T[,])">
1145         <size>1</size>
1146       </method>
1147       <method name="Void A(T[][])">
1148         <size>1</size>
1149       </method>
1150       <method name="Void B(T[])">
1151         <size>1</size>
1152       </method>
1153       <method name="Void B(Int32)">
1154         <size>1</size>
1155       </method>
1156       <method name="Void C(T[])">
1157         <size>1</size>
1158       </method>
1159       <method name="Void C(T[,])">
1160         <size>1</size>
1161       </method>
1162       <method name="Void C(System.Int32[,,])">
1163         <size>1</size>
1164       </method>
1165       <method name="Void D(Int32, T)">
1166         <size>1</size>
1167       </method>
1168       <method name="Void D(T, Int64)">
1169         <size>1</size>
1170       </method>
1171     </type>
1172     <type name="Foo">
1173       <method name="Void .ctor()">
1174         <size>7</size>
1175       </method>
1176       <method name="Void Main()">
1177         <size>1</size>
1178       </method>
1179     </type>
1180   </test>
1181   <test name="gtest-050.cs">
1182     <type name="X">
1183       <method name="Void .ctor()">
1184         <size>7</size>
1185       </method>
1186       <method name="T F[T](System.String, T)">
1187         <size>2</size>
1188       </method>
1189       <method name="T G[T]()">
1190         <size>6</size>
1191       </method>
1192       <method name="Void Main()">
1193         <size>40</size>
1194       </method>
1195     </type>
1196     <type name="D">
1197       <method name="Void .ctor(Object, IntPtr)">
1198         <size>0</size>
1199       </method>
1200       <method name="Int32 Invoke(System.String, Int32)">
1201         <size>0</size>
1202       </method>
1203       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
1204         <size>0</size>
1205       </method>
1206       <method name="Int32 EndInvoke(IAsyncResult)">
1207         <size>0</size>
1208       </method>
1209     </type>
1210     <type name="E">
1211       <method name="Void .ctor(Object, IntPtr)">
1212         <size>0</size>
1213       </method>
1214       <method name="Int32 Invoke()">
1215         <size>0</size>
1216       </method>
1217       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1218         <size>0</size>
1219       </method>
1220       <method name="Int32 EndInvoke(IAsyncResult)">
1221         <size>0</size>
1222       </method>
1223     </type>
1224   </test>
1225   <test name="gtest-051.cs">
1226     <type name="Foo`1[T]">
1227       <method name="Void .ctor()">
1228         <size>7</size>
1229       </method>
1230       <method name="Void Test(T)">
1231         <size>43</size>
1232       </method>
1233     </type>
1234     <type name="A">
1235       <method name="Void .ctor()">
1236         <size>7</size>
1237       </method>
1238       <method name="Void Hello()">
1239         <size>11</size>
1240       </method>
1241     </type>
1242     <type name="B">
1243       <method name="Void .ctor()">
1244         <size>7</size>
1245       </method>
1246     </type>
1247     <type name="X">
1248       <method name="Void .ctor()">
1249         <size>7</size>
1250       </method>
1251       <method name="Void Main()">
1252         <size>18</size>
1253       </method>
1254     </type>
1255   </test>
1256   <test name="gtest-052.cs">
1257     <type name="Foo`1[T]">
1258       <method name="Void .ctor()">
1259         <size>7</size>
1260       </method>
1261       <method name="T Create()">
1262         <size>36</size>
1263       </method>
1264     </type>
1265     <type name="X">
1266       <method name="Void .ctor()">
1267         <size>7</size>
1268       </method>
1269       <method name="Void Hello()">
1270         <size>11</size>
1271       </method>
1272       <method name="Void Main()">
1273         <size>18</size>
1274       </method>
1275     </type>
1276   </test>
1277   <test name="gtest-053.cs">
1278     <type name="ReferenceTypeCounters.SimpleCounter">
1279       <method name="Void .ctor()">
1280         <size>7</size>
1281       </method>
1282       <method name="Void Increment()">
1283         <size>15</size>
1284       </method>
1285     </type>
1286     <type name="ReferenceTypeCounters.PrintingCounter">
1287       <method name="Void .ctor()">
1288         <size>7</size>
1289       </method>
1290       <method name="System.String ToString()">
1291         <size>12</size>
1292       </method>
1293       <method name="Void Increment()">
1294         <size>15</size>
1295       </method>
1296     </type>
1297     <type name="ReferenceTypeCounters.ExplicitCounter">
1298       <method name="Void .ctor()">
1299         <size>7</size>
1300       </method>
1301       <method name="Void ICounter.Increment()">
1302         <size>15</size>
1303       </method>
1304       <method name="System.String ToString()">
1305         <size>12</size>
1306       </method>
1307     </type>
1308     <type name="ReferenceTypeCounters.InterfaceCounter">
1309       <method name="Void .ctor()">
1310         <size>7</size>
1311       </method>
1312       <method name="Void ICounter.Increment()">
1313         <size>15</size>
1314       </method>
1315       <method name="System.String ToString()">
1316         <size>12</size>
1317       </method>
1318       <method name="Void Increment()">
1319         <size>15</size>
1320       </method>
1321     </type>
1322     <type name="Test.Test`1[T]">
1323       <method name="Void .ctor()">
1324         <size>7</size>
1325       </method>
1326       <method name="Void Foo(T)">
1327         <size>50</size>
1328       </method>
1329     </type>
1330     <type name="Test.X">
1331       <method name="Void .ctor()">
1332         <size>7</size>
1333       </method>
1334       <method name="Void Main()">
1335         <size>97</size>
1336       </method>
1337     </type>
1338     <type name="ValueTypeCounters.SimpleCounter">
1339       <method name="Void Increment()">
1340         <size>15</size>
1341       </method>
1342     </type>
1343     <type name="ValueTypeCounters.PrintingCounter">
1344       <method name="System.String ToString()">
1345         <size>12</size>
1346       </method>
1347       <method name="Void Increment()">
1348         <size>15</size>
1349       </method>
1350     </type>
1351     <type name="ValueTypeCounters.ExplicitCounter">
1352       <method name="Void ICounter.Increment()">
1353         <size>15</size>
1354       </method>
1355       <method name="System.String ToString()">
1356         <size>12</size>
1357       </method>
1358     </type>
1359     <type name="ValueTypeCounters.InterfaceCounter">
1360       <method name="Void ICounter.Increment()">
1361         <size>15</size>
1362       </method>
1363       <method name="System.String ToString()">
1364         <size>12</size>
1365       </method>
1366       <method name="Void Increment()">
1367         <size>15</size>
1368       </method>
1369     </type>
1370   </test>
1371   <test name="gtest-054.cs">
1372     <type name="A">
1373       <method name="Void .ctor()">
1374         <size>7</size>
1375       </method>
1376     </type>
1377     <type name="B">
1378       <method name="Void .ctor()">
1379         <size>7</size>
1380       </method>
1381       <method name="Void Hello()">
1382         <size>1</size>
1383       </method>
1384       <method name="C op_Implicit(B)">
1385         <size>6</size>
1386       </method>
1387     </type>
1388     <type name="C">
1389       <method name="Void .ctor()">
1390         <size>7</size>
1391       </method>
1392       <method name="B op_Explicit(C)">
1393         <size>6</size>
1394       </method>
1395     </type>
1396     <type name="Test">
1397       <method name="Void .ctor()">
1398         <size>7</size>
1399       </method>
1400       <method name="Void Simple[T](T)">
1401         <size>36</size>
1402       </method>
1403       <method name="Void Interface[T](T)">
1404         <size>8</size>
1405       </method>
1406       <method name="Void Class[T](T)">
1407         <size>71</size>
1408       </method>
1409       <method name="Void Array[T](T[])">
1410         <size>21</size>
1411       </method>
1412       <method name="Void Main()">
1413         <size>1</size>
1414       </method>
1415     </type>
1416   </test>
1417   <test name="gtest-055.cs">
1418     <type name="N1.A`1[T]">
1419       <method name="Void .ctor()">
1420         <size>7</size>
1421       </method>
1422     </type>
1423     <type name="N1.A`1+B[T]">
1424       <method name="Void .ctor()">
1425         <size>7</size>
1426       </method>
1427     </type>
1428     <type name="N1.A`1+C`1[T,U]">
1429       <method name="Void .ctor()">
1430         <size>7</size>
1431       </method>
1432     </type>
1433     <type name="N1.C">
1434       <method name="Void .ctor()">
1435         <size>7</size>
1436       </method>
1437     </type>
1438     <type name="N2.X">
1439       <method name="Void .ctor()">
1440         <size>7</size>
1441       </method>
1442       <method name="Void Main()">
1443         <size>19</size>
1444       </method>
1445     </type>
1446   </test>
1447   <test name="gtest-056.cs">
1448     <type name="Log`1[T]">
1449       <method name="Void .ctor()">
1450         <size>31</size>
1451       </method>
1452       <method name="Void .cctor()">
1453         <size>1</size>
1454       </method>
1455       <method name="Int32 get_InstanceCount()">
1456         <size>6</size>
1457       </method>
1458       <method name="Void Add(T)">
1459         <size>32</size>
1460       </method>
1461       <method name="Int32 get_Count()">
1462         <size>7</size>
1463       </method>
1464       <method name="T get_Last()">
1465         <size>47</size>
1466       </method>
1467       <method name="Void set_Last(T)">
1468         <size>68</size>
1469       </method>
1470       <method name="T[] get_All()">
1471         <size>70</size>
1472       </method>
1473     </type>
1474     <type name="TestLog">
1475       <method name="Void .ctor()">
1476         <size>7</size>
1477       </method>
1478     </type>
1479     <type name="TestLog+MyTest">
1480       <method name="Void .ctor()">
1481         <size>7</size>
1482       </method>
1483       <method name="Void Main(System.String[])">
1484         <size>203</size>
1485       </method>
1486     </type>
1487   </test>
1488   <test name="gtest-057.cs">
1489     <type name="Hello`1[T]">
1490       <method name="Void .ctor()">
1491         <size>7</size>
1492       </method>
1493       <method name="IHello`1 Test[U]()">
1494         <size>6</size>
1495       </method>
1496       <method name="Void Print(T)">
1497         <size>17</size>
1498       </method>
1499     </type>
1500     <type name="X">
1501       <method name="Void .ctor()">
1502         <size>7</size>
1503       </method>
1504       <method name="Void Main()">
1505         <size>48</size>
1506       </method>
1507     </type>
1508   </test>
1509   <test name="gtest-058.cs">
1510     <type name="Foo">
1511       <method name="Void .ctor()">
1512         <size>7</size>
1513       </method>
1514       <method name="Void Main()">
1515         <size>1</size>
1516       </method>
1517     </type>
1518     <type name="Foo`1[T]">
1519       <method name="Void .ctor()">
1520         <size>7</size>
1521       </method>
1522       <method name="Foo`1[T] get_Blah()">
1523         <size>6</size>
1524       </method>
1525     </type>
1526   </test>
1527   <test name="gtest-059.cs">
1528     <type name="X`1[T]">
1529       <method name="Void .ctor()">
1530         <size>7</size>
1531       </method>
1532     </type>
1533     <type name="Foo">
1534       <method name="Void .ctor()">
1535         <size>7</size>
1536       </method>
1537       <method name="Void Main()">
1538         <size>1</size>
1539       </method>
1540     </type>
1541   </test>
1542   <test name="gtest-060.cs">
1543     <type name="MyList`1[T]">
1544       <method name="Void .ctor()">
1545         <size>7</size>
1546       </method>
1547       <method name="Void Hello(T)">
1548         <size>12</size>
1549       </method>
1550     </type>
1551     <type name="Foo">
1552       <method name="Void .ctor()">
1553         <size>7</size>
1554       </method>
1555       <method name="MyList`1[T] Map[T]()">
1556         <size>6</size>
1557       </method>
1558     </type>
1559     <type name="X">
1560       <method name="Void .ctor()">
1561         <size>7</size>
1562       </method>
1563       <method name="Void Main()">
1564         <size>22</size>
1565       </method>
1566     </type>
1567   </test>
1568   <test name="gtest-061.cs">
1569     <type name="Foo`1[T]">
1570       <method name="Void .ctor(T)">
1571         <size>14</size>
1572       </method>
1573       <method name="U Method[U](Test`2[T,U])">
1574         <size>13</size>
1575       </method>
1576     </type>
1577     <type name="X">
1578       <method name="Void .ctor()">
1579         <size>7</size>
1580       </method>
1581       <method name="Void Main()">
1582         <size>83</size>
1583       </method>
1584     </type>
1585     <type name="Test`2[A,B]">
1586       <method name="Void .ctor(Object, IntPtr)">
1587         <size>0</size>
1588       </method>
1589       <method name="B Invoke(A)">
1590         <size>0</size>
1591       </method>
1592       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
1593         <size>0</size>
1594       </method>
1595       <method name="B EndInvoke(IAsyncResult)">
1596         <size>0</size>
1597       </method>
1598     </type>
1599     <type name="X">
1600       <method name="System.String &lt;Main&gt;m__0(Double)">
1601         <size>17</size>
1602       </method>
1603     </type>
1604   </test>
1605   <test name="gtest-062.cs">
1606     <type name="X">
1607       <method name="Void .ctor()">
1608         <size>7</size>
1609       </method>
1610       <method name="IEnumerable`1 Test(Int32, Int64)">
1611         <size>44</size>
1612       </method>
1613       <method name="Int32 Main()">
1614         <size>82</size>
1615       </method>
1616     </type>
1617     <type name="X+&lt;Test&gt;c__Iterator0">
1618       <method name="Void .ctor()">
1619         <size>7</size>
1620       </method>
1621       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1622         <size>12</size>
1623       </method>
1624       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1625         <size>7</size>
1626       </method>
1627       <method name="Boolean MoveNext()">
1628         <size>107</size>
1629       </method>
1630       <method name="Void Dispose()">
1631         <size>8</size>
1632       </method>
1633       <method name="Void Reset()">
1634         <size>6</size>
1635       </method>
1636       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
1637         <size>7</size>
1638       </method>
1639       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
1640         <size>52</size>
1641       </method>
1642     </type>
1643   </test>
1644   <test name="gtest-063.cs">
1645     <type name="Test">
1646       <method name="Void .ctor()">
1647         <size>7</size>
1648       </method>
1649       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
1650         <size>2</size>
1651       </method>
1652       <method name="Int32 IndexOf(System.Array, System.Object)">
1653         <size>15</size>
1654       </method>
1655       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
1656         <size>2</size>
1657       </method>
1658     </type>
1659     <type name="X">
1660       <method name="Void .ctor()">
1661         <size>7</size>
1662       </method>
1663       <method name="Int32 Main()">
1664         <size>65</size>
1665       </method>
1666     </type>
1667   </test>
1668   <test name="gtest-064.cs">
1669     <type name="Foo`1[T]">
1670       <method name="Void .ctor()">
1671         <size>7</size>
1672       </method>
1673       <method name="Foo`1+Hello[T] GetHello()">
1674         <size>7</size>
1675       </method>
1676     </type>
1677     <type name="Foo`1+Hello[T]">
1678       <method name="Void .ctor(Foo`1)">
1679         <size>14</size>
1680       </method>
1681     </type>
1682     <type name="X">
1683       <method name="Void .ctor()">
1684         <size>7</size>
1685       </method>
1686       <method name="Void Main()">
1687         <size>1</size>
1688       </method>
1689     </type>
1690     <type name="Foo`1[T]">
1691       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
1692         <size>7</size>
1693       </method>
1694     </type>
1695   </test>
1696   <test name="gtest-065.cs">
1697     <type name="MyTest">
1698       <method name="Void .ctor()">
1699         <size>7</size>
1700       </method>
1701       <method name="Void Test()">
1702         <size>17</size>
1703       </method>
1704       <method name="Void Main(System.String[])">
1705         <size>214</size>
1706       </method>
1707     </type>
1708     <type name="ComparablePair`2[T,U]">
1709       <method name="Void .ctor(T, U)">
1710         <size>15</size>
1711       </method>
1712       <method name="Int32 CompareTo(ComparablePair`2)">
1713         <size>68</size>
1714       </method>
1715       <method name="Boolean Equals(ComparablePair`2)">
1716         <size>73</size>
1717       </method>
1718       <method name="System.String ToString()">
1719         <size>64</size>
1720       </method>
1721     </type>
1722   </test>
1723   <test name="gtest-066.cs">
1724     <type name="Foo`1[T]">
1725       <method name="Void .ctor()">
1726         <size>7</size>
1727       </method>
1728     </type>
1729     <type name="Foo`1+Bar`1[T,U]">
1730       <method name="Void .ctor()">
1731         <size>7</size>
1732       </method>
1733     </type>
1734     <type name="Test.FooEx`2[V,W]">
1735       <method name="Void .ctor()">
1736         <size>7</size>
1737       </method>
1738     </type>
1739     <type name="X">
1740       <method name="Void .ctor()">
1741         <size>7</size>
1742       </method>
1743       <method name="Void Main()">
1744         <size>46</size>
1745       </method>
1746     </type>
1747   </test>
1748   <test name="gtest-067.cs">
1749     <type name="Test">
1750       <method name="Void .ctor()">
1751         <size>7</size>
1752       </method>
1753       <method name="Void Hello[U](Test+Foo`1[U], U)">
1754         <size>1</size>
1755       </method>
1756     </type>
1757     <type name="X">
1758       <method name="Void .ctor()">
1759         <size>7</size>
1760       </method>
1761       <method name="Int32 Add(Int32, Int32)">
1762         <size>4</size>
1763       </method>
1764       <method name="Void Main()">
1765         <size>26</size>
1766       </method>
1767     </type>
1768     <type name="Test+Foo`1[T]">
1769       <method name="Void .ctor(Object, IntPtr)">
1770         <size>0</size>
1771       </method>
1772       <method name="Int32 Invoke(T, T)">
1773         <size>0</size>
1774       </method>
1775       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
1776         <size>0</size>
1777       </method>
1778       <method name="Int32 EndInvoke(IAsyncResult)">
1779         <size>0</size>
1780       </method>
1781     </type>
1782   </test>
1783   <test name="gtest-068.cs">
1784     <type name="Martin.Foo`1[T]">
1785       <method name="Void .ctor()">
1786         <size>7</size>
1787       </method>
1788     </type>
1789     <type name="Baulig.X">
1790       <method name="Void .ctor()">
1791         <size>7</size>
1792       </method>
1793       <method name="Void Main()">
1794         <size>1</size>
1795       </method>
1796     </type>
1797   </test>
1798   <test name="gtest-069.cs">
1799     <type name="Test`1[T]">
1800       <method name="Void .ctor()">
1801         <size>7</size>
1802       </method>
1803       <method name="Int32 Foo(IFoo`1)">
1804         <size>7</size>
1805       </method>
1806       <method name="Int32 Foo(IFoo)">
1807         <size>7</size>
1808       </method>
1809     </type>
1810     <type name="X">
1811       <method name="Void .ctor()">
1812         <size>7</size>
1813       </method>
1814       <method name="Void Main()">
1815         <size>1</size>
1816       </method>
1817     </type>
1818   </test>
1819   <test name="gtest-070.cs">
1820     <type name="Martin.Test`1[T]">
1821       <method name="Void .ctor()">
1822         <size>7</size>
1823       </method>
1824       <method name="Int32 Foo()">
1825         <size>2</size>
1826       </method>
1827     </type>
1828     <type name="Foo`1[T]">
1829       <method name="Void .ctor(Int32)">
1830         <size>7</size>
1831       </method>
1832       <method name="Void .ctor()">
1833         <size>12</size>
1834       </method>
1835     </type>
1836     <type name="X">
1837       <method name="Void .ctor()">
1838         <size>7</size>
1839       </method>
1840       <method name="Void Main()">
1841         <size>1</size>
1842       </method>
1843     </type>
1844   </test>
1845   <test name="gtest-071.cs">
1846     <type name="Foo`1[T]">
1847       <method name="Void .ctor()">
1848         <size>7</size>
1849       </method>
1850       <method name="T Test[U](U)">
1851         <size>12</size>
1852       </method>
1853     </type>
1854     <type name="X">
1855       <method name="Void .ctor()">
1856         <size>7</size>
1857       </method>
1858       <method name="Void Main()">
1859         <size>21</size>
1860       </method>
1861     </type>
1862     <type name="Y">
1863       <method name="Void .ctor()">
1864         <size>7</size>
1865       </method>
1866     </type>
1867   </test>
1868   <test name="gtest-072.cs">
1869     <type name="Log`1[T]">
1870       <method name="Void .ctor()">
1871         <size>31</size>
1872       </method>
1873       <method name="Void .cctor()">
1874         <size>1</size>
1875       </method>
1876       <method name="Int32 get_InstanceCount()">
1877         <size>6</size>
1878       </method>
1879       <method name="Void Add(T)">
1880         <size>32</size>
1881       </method>
1882       <method name="Int32 get_Count()">
1883         <size>7</size>
1884       </method>
1885       <method name="T get_Last()">
1886         <size>47</size>
1887       </method>
1888       <method name="Void set_Last(T)">
1889         <size>68</size>
1890       </method>
1891       <method name="T[] get_All()">
1892         <size>70</size>
1893       </method>
1894     </type>
1895     <type name="TestLog">
1896       <method name="Void .ctor()">
1897         <size>7</size>
1898       </method>
1899     </type>
1900     <type name="TestLog+MyTest">
1901       <method name="Void .ctor()">
1902         <size>7</size>
1903       </method>
1904       <method name="Void Main(System.String[])">
1905         <size>208</size>
1906       </method>
1907       <method name="Void TestPairLog()">
1908         <size>182</size>
1909       </method>
1910     </type>
1911     <type name="Pair`2[T,U]">
1912       <method name="Void .ctor(T, U)">
1913         <size>15</size>
1914       </method>
1915     </type>
1916   </test>
1917   <test name="gtest-073.cs">
1918     <type name="MyList`1[T]">
1919       <method name="Void .ctor()">
1920         <size>7</size>
1921       </method>
1922       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1923         <size>7</size>
1924       </method>
1925       <method name="IEnumerator`1 GetEnumerator()">
1926         <size>8</size>
1927       </method>
1928     </type>
1929     <type name="X">
1930       <method name="Void .ctor()">
1931         <size>7</size>
1932       </method>
1933       <method name="Void Main()">
1934         <size>53</size>
1935       </method>
1936     </type>
1937     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1938       <method name="Void .ctor()">
1939         <size>7</size>
1940       </method>
1941       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1942         <size>12</size>
1943       </method>
1944       <method name="Boolean MoveNext()">
1945         <size>25</size>
1946       </method>
1947       <method name="Void Dispose()">
1948         <size>8</size>
1949       </method>
1950       <method name="Void Reset()">
1951         <size>6</size>
1952       </method>
1953     </type>
1954     <type name="Foo`1[T]">
1955       <method name="Void .ctor(T)">
1956         <size>8</size>
1957       </method>
1958     </type>
1959     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1960       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
1961         <size>7</size>
1962       </method>
1963     </type>
1964   </test>
1965   <test name="gtest-074.cs">
1966     <type name="Test`1[T]">
1967       <method name="Void .ctor(T, T)">
1968         <size>21</size>
1969       </method>
1970     </type>
1971     <type name="X">
1972       <method name="Void .ctor()">
1973         <size>7</size>
1974       </method>
1975       <method name="Int32 Main()">
1976         <size>85</size>
1977       </method>
1978     </type>
1979     <type name="Foo`1[T]">
1980       <method name="Void .ctor(T, T)">
1981         <size>15</size>
1982       </method>
1983     </type>
1984   </test>
1985   <test name="gtest-075.cs">
1986     <type name="ArrayList`1[T]">
1987       <method name="Void .ctor()">
1988         <size>7</size>
1989       </method>
1990     </type>
1991     <type name="X">
1992       <method name="Void .ctor()">
1993         <size>7</size>
1994       </method>
1995       <method name="Void Main()">
1996         <size>1</size>
1997       </method>
1998     </type>
1999     <type name="ArrayList`1[T]">
2000       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
2001         <size>1</size>
2002       </method>
2003     </type>
2004   </test>
2005   <test name="gtest-076.cs">
2006     <type name="Test`1[T]">
2007       <method name="Void .ctor()">
2008         <size>7</size>
2009       </method>
2010       <method name="Foo`1 GetFoo(T)">
2011         <size>7</size>
2012       </method>
2013     </type>
2014     <type name="X">
2015       <method name="Void .ctor()">
2016         <size>7</size>
2017       </method>
2018       <method name="Int32 Main()">
2019         <size>41</size>
2020       </method>
2021     </type>
2022     <type name="Foo`1[T]">
2023       <method name="Void .ctor(T)">
2024         <size>8</size>
2025       </method>
2026     </type>
2027   </test>
2028   <test name="gtest-078.cs">
2029     <type name="Test">
2030       <method name="Void .ctor()">
2031         <size>7</size>
2032       </method>
2033       <method name="Void Main()">
2034         <size>64</size>
2035       </method>
2036       <method name="IEnumerator GetEnumerator()">
2037         <size>8</size>
2038       </method>
2039     </type>
2040     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
2041       <method name="Void .ctor()">
2042         <size>7</size>
2043       </method>
2044       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2045         <size>7</size>
2046       </method>
2047       <method name="Boolean MoveNext()">
2048         <size>185</size>
2049       </method>
2050       <method name="Void Dispose()">
2051         <size>62</size>
2052       </method>
2053       <method name="Void Reset()">
2054         <size>6</size>
2055       </method>
2056       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
2057         <size>7</size>
2058       </method>
2059     </type>
2060   </test>
2061   <test name="gtest-079.cs">
2062     <type name="A.ArrayList`1[T]">
2063       <method name="Void .ctor()">
2064         <size>7</size>
2065       </method>
2066       <method name="Void InsertAll(T)">
2067         <size>1</size>
2068       </method>
2069     </type>
2070     <type name="B.ArrayList`2[X,Y]">
2071       <method name="Void .ctor()">
2072         <size>7</size>
2073       </method>
2074       <method name="Void AddAll[Z](Z)">
2075         <size>18</size>
2076       </method>
2077       <method name="Void InsertAll(Y)">
2078         <size>1</size>
2079       </method>
2080     </type>
2081     <type name="C.Foo`1[U]">
2082       <method name="Void .ctor()">
2083         <size>7</size>
2084       </method>
2085     </type>
2086     <type name="C.ArrayList`1[X]">
2087       <method name="Void .ctor()">
2088         <size>7</size>
2089       </method>
2090       <method name="Void AddAll[Y](Y)">
2091         <size>13</size>
2092       </method>
2093       <method name="Void InsertAll(C.Foo`1[X])">
2094         <size>1</size>
2095       </method>
2096     </type>
2097     <type name="X">
2098       <method name="Void .ctor()">
2099         <size>7</size>
2100       </method>
2101       <method name="Void Main()">
2102         <size>1</size>
2103       </method>
2104     </type>
2105     <type name="A.ArrayList`1[T]">
2106       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
2107         <size>18</size>
2108       </method>
2109     </type>
2110   </test>
2111   <test name="gtest-080.cs">
2112     <type name="Test">
2113       <method name="Void .ctor()">
2114         <size>7</size>
2115       </method>
2116       <method name="Void Hello[T](IFoo`1)">
2117         <size>8</size>
2118       </method>
2119       <method name="Void InsertAll[U](IFoo`1)">
2120         <size>1</size>
2121       </method>
2122     </type>
2123     <type name="X">
2124       <method name="Void .ctor()">
2125         <size>7</size>
2126       </method>
2127       <method name="Void Main()">
2128         <size>1</size>
2129       </method>
2130     </type>
2131   </test>
2132   <test name="gtest-081.cs">
2133     <type name="ArrayList`1[T]">
2134       <method name="Void .ctor()">
2135         <size>7</size>
2136       </method>
2137       <method name="Void AddAll[U](U)">
2138         <size>18</size>
2139       </method>
2140       <method name="Void InsertAll(T)">
2141         <size>1</size>
2142       </method>
2143     </type>
2144     <type name="X">
2145       <method name="Void .ctor()">
2146         <size>7</size>
2147       </method>
2148       <method name="Void Main()">
2149         <size>1</size>
2150       </method>
2151     </type>
2152   </test>
2153   <test name="gtest-082.cs">
2154     <type name="Queue`1[T]">
2155       <method name="Void .ctor()">
2156         <size>7</size>
2157       </method>
2158     </type>
2159     <type name="Queue`1+Enumerator[T]">
2160       <method name="Void .ctor(Queue`1)">
2161         <size>14</size>
2162       </method>
2163     </type>
2164     <type name="X">
2165       <method name="Void .ctor()">
2166         <size>7</size>
2167       </method>
2168       <method name="Void Main()">
2169         <size>1</size>
2170       </method>
2171     </type>
2172   </test>
2173   <test name="gtest-083.cs">
2174     <type name="CollectionValueBase`1[T]">
2175       <method name="Void .ctor()">
2176         <size>7</size>
2177       </method>
2178       <method name="T[] ToArray()">
2179         <size>2</size>
2180       </method>
2181     </type>
2182     <type name="CollectionBase`1[T]">
2183       <method name="Void .ctor()">
2184         <size>7</size>
2185       </method>
2186     </type>
2187     <type name="SequencedBase`1[T]">
2188       <method name="Void .ctor()">
2189         <size>7</size>
2190       </method>
2191     </type>
2192     <type name="ArrayBase`1[T]">
2193       <method name="Void .ctor()">
2194         <size>7</size>
2195       </method>
2196       <method name="T[] ToArray()">
2197         <size>2</size>
2198       </method>
2199     </type>
2200     <type name="X">
2201       <method name="Void .ctor()">
2202         <size>7</size>
2203       </method>
2204       <method name="Void Main()">
2205         <size>1</size>
2206       </method>
2207     </type>
2208   </test>
2209   <test name="gtest-084.cs">
2210     <type name="HasherBuilder.ByPrototype`1[S]">
2211       <method name="Void .ctor()">
2212         <size>7</size>
2213       </method>
2214       <method name="IHasher`1 Examine()">
2215         <size>2</size>
2216       </method>
2217     </type>
2218     <type name="ArrayList`1[U]">
2219       <method name="Void .ctor()">
2220         <size>7</size>
2221       </method>
2222       <method name="IHasher`1 GetHasher()">
2223         <size>6</size>
2224       </method>
2225     </type>
2226     <type name="X">
2227       <method name="Void .ctor()">
2228         <size>7</size>
2229       </method>
2230       <method name="Void Main()">
2231         <size>1</size>
2232       </method>
2233     </type>
2234   </test>
2235   <test name="gtest-085.cs">
2236     <type name="ArrayList`1[T]">
2237       <method name="Void .ctor()">
2238         <size>7</size>
2239       </method>
2240       <method name="Int32 InsertAll[U](IFoo`1)">
2241         <size>2</size>
2242       </method>
2243       <method name="Int32 InsertAll(IFoo`1)">
2244         <size>2</size>
2245       </method>
2246       <method name="Int32 AddAll(IFoo`1)">
2247         <size>8</size>
2248       </method>
2249     </type>
2250     <type name="X">
2251       <method name="Void .ctor()">
2252         <size>7</size>
2253       </method>
2254       <method name="Int32 Main()">
2255         <size>14</size>
2256       </method>
2257     </type>
2258   </test>
2259   <test name="gtest-086.cs">
2260     <type name="ArrayList`1[T]">
2261       <method name="Void .ctor()">
2262         <size>7</size>
2263       </method>
2264       <method name="Int32 InsertAll[U](IFoo`1)">
2265         <size>2</size>
2266       </method>
2267       <method name="Int32 InsertAll(IFoo`1)">
2268         <size>2</size>
2269       </method>
2270       <method name="Int32 AddAll(IFoo`1)">
2271         <size>8</size>
2272       </method>
2273     </type>
2274     <type name="X">
2275       <method name="Void .ctor()">
2276         <size>7</size>
2277       </method>
2278       <method name="Void Main()">
2279         <size>1</size>
2280       </method>
2281     </type>
2282   </test>
2283   <test name="gtest-087.cs">
2284     <type name="C5.HashedArrayList`1[T]">
2285       <method name="Void .ctor()">
2286         <size>7</size>
2287       </method>
2288       <method name="Void Test()">
2289         <size>12</size>
2290       </method>
2291     </type>
2292     <type name="C5.HashSet`1[T]">
2293       <method name="Void .ctor(IHasher`1)">
2294         <size>7</size>
2295       </method>
2296     </type>
2297     <type name="C5.KeyValuePairHasher`2[K,V]">
2298       <method name="Void .ctor()">
2299         <size>7</size>
2300       </method>
2301     </type>
2302     <type name="X">
2303       <method name="Void .ctor()">
2304         <size>7</size>
2305       </method>
2306       <method name="Void Main()">
2307         <size>1</size>
2308       </method>
2309     </type>
2310   </test>
2311   <test name="gtest-088.cs">
2312     <type name="X">
2313       <method name="Void .ctor()">
2314         <size>7</size>
2315       </method>
2316       <method name="Void Main()">
2317         <size>9</size>
2318       </method>
2319     </type>
2320     <type name="KeyValuePair`2[K,V]">
2321       <method name="Void .ctor(K, V)">
2322         <size>1</size>
2323       </method>
2324       <method name="Void .ctor(K)">
2325         <size>1</size>
2326       </method>
2327     </type>
2328   </test>
2329   <test name="gtest-089.cs">
2330     <type name="Test`1[T]">
2331       <method name="Void .ctor()">
2332         <size>7</size>
2333       </method>
2334       <method name="Void Foo(T, Int32 ByRef)">
2335         <size>4</size>
2336       </method>
2337       <method name="Void Hello(T)">
2338         <size>10</size>
2339       </method>
2340     </type>
2341     <type name="X">
2342       <method name="Void .ctor()">
2343         <size>7</size>
2344       </method>
2345       <method name="Void Main()">
2346         <size>1</size>
2347       </method>
2348     </type>
2349   </test>
2350   <test name="gtest-090.cs">
2351     <type name="Foo`1[T]">
2352       <method name="Void .ctor()">
2353         <size>7</size>
2354       </method>
2355       <method name="T InsertAll[U](U)">
2356         <size>12</size>
2357       </method>
2358     </type>
2359     <type name="Bar`1[T]">
2360       <method name="Void .ctor()">
2361         <size>7</size>
2362       </method>
2363       <method name="T InsertAll[U](U)">
2364         <size>12</size>
2365       </method>
2366     </type>
2367     <type name="X">
2368       <method name="Void .ctor()">
2369         <size>7</size>
2370       </method>
2371       <method name="Void Main()">
2372         <size>1</size>
2373       </method>
2374     </type>
2375   </test>
2376   <test name="gtest-091.cs">
2377     <type name="Foo`1[T]">
2378       <method name="Void .ctor()">
2379         <size>7</size>
2380       </method>
2381       <method name="Foo`1+Node[T] Test[V]()">
2382         <size>7</size>
2383       </method>
2384     </type>
2385     <type name="Foo`1+Node[T]">
2386       <method name="Void .ctor()">
2387         <size>7</size>
2388       </method>
2389     </type>
2390     <type name="X">
2391       <method name="Void .ctor()">
2392         <size>7</size>
2393       </method>
2394       <method name="Void Main()">
2395         <size>1</size>
2396       </method>
2397     </type>
2398   </test>
2399   <test name="gtest-092.cs">
2400     <type name="Element`1[T]">
2401       <method name="Void .ctor(T)">
2402         <size>14</size>
2403       </method>
2404       <method name="Void GetItem(T ByRef)">
2405         <size>13</size>
2406       </method>
2407       <method name="T GetItem(Int32, T ByRef)">
2408         <size>7</size>
2409       </method>
2410       <method name="Void SetItem(T)">
2411         <size>1</size>
2412       </method>
2413     </type>
2414     <type name="Foo`1[T]">
2415       <method name="Void .ctor()">
2416         <size>7</size>
2417       </method>
2418       <method name="Foo`1+Node[T] Test()">
2419         <size>52</size>
2420       </method>
2421     </type>
2422     <type name="Foo`1+Node[T]">
2423       <method name="Void .ctor()">
2424         <size>7</size>
2425       </method>
2426     </type>
2427     <type name="X">
2428       <method name="Void .ctor()">
2429         <size>7</size>
2430       </method>
2431       <method name="Void Main()">
2432         <size>1</size>
2433       </method>
2434     </type>
2435   </test>
2436   <test name="gtest-093.cs">
2437     <type name="Foo`1[T]">
2438       <method name="Void .ctor(T)">
2439         <size>14</size>
2440       </method>
2441       <method name="Void Hello[U]()">
2442         <size>8</size>
2443       </method>
2444       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
2445         <size>8</size>
2446       </method>
2447     </type>
2448     <type name="Foo`1+Node[T]">
2449       <method name="Void .ctor()">
2450         <size>7</size>
2451       </method>
2452     </type>
2453     <type name="X">
2454       <method name="Void .ctor()">
2455         <size>7</size>
2456       </method>
2457       <method name="Void Main()">
2458         <size>1</size>
2459       </method>
2460     </type>
2461   </test>
2462   <test name="gtest-094.cs">
2463     <type name="LinkedList`1[T]">
2464       <method name="Void .ctor()">
2465         <size>7</size>
2466       </method>
2467     </type>
2468     <type name="LinkedList`1+Node[T]">
2469       <method name="Void .ctor()">
2470         <size>7</size>
2471       </method>
2472     </type>
2473     <type name="HashedLinkedList`1[T]">
2474       <method name="Void .ctor()">
2475         <size>7</size>
2476       </method>
2477     </type>
2478     <type name="X">
2479       <method name="Void .ctor()">
2480         <size>7</size>
2481       </method>
2482       <method name="Void Main()">
2483         <size>1</size>
2484       </method>
2485     </type>
2486   </test>
2487   <test name="gtest-095.cs">
2488     <type name="GuardedCollectionValue`1[T]">
2489       <method name="Void .ctor()">
2490         <size>7</size>
2491       </method>
2492       <method name="IDirectedCollectionValue`1 Backwards()">
2493         <size>2</size>
2494       </method>
2495     </type>
2496     <type name="GuardedSequenced`1[T]">
2497       <method name="Void .ctor()">
2498         <size>7</size>
2499       </method>
2500       <method name="IDirectedCollectionValue`1 Test()">
2501         <size>12</size>
2502       </method>
2503     </type>
2504     <type name="X">
2505       <method name="Void .ctor()">
2506         <size>7</size>
2507       </method>
2508       <method name="Void Main()">
2509         <size>1</size>
2510       </method>
2511     </type>
2512     <type name="GuardedCollectionValue`1[T]">
2513       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
2514         <size>2</size>
2515       </method>
2516     </type>
2517   </test>
2518   <test name="gtest-096.cs">
2519     <type name="Foo`1[T]">
2520       <method name="Void .ctor()">
2521         <size>7</size>
2522       </method>
2523     </type>
2524     <type name="Test">
2525       <method name="Void .ctor()">
2526         <size>7</size>
2527       </method>
2528       <method name="Void Hello[T](Foo`1[T][], Int32)">
2529         <size>27</size>
2530       </method>
2531       <method name="Void Quicksort[U](Foo`1[U][])">
2532         <size>8</size>
2533       </method>
2534       <method name="Void Main()">
2535         <size>22</size>
2536       </method>
2537     </type>
2538   </test>
2539   <test name="gtest-097.cs">
2540     <type name="Foo">
2541       <method name="Void .ctor()">
2542         <size>7</size>
2543       </method>
2544       <method name="Void IFoo.Test[Y,Z]()">
2545         <size>1</size>
2546       </method>
2547       <method name="Void IFoo.Test[X]()">
2548         <size>1</size>
2549       </method>
2550     </type>
2551     <type name="Bar`3[X,Y,Z]">
2552       <method name="Void .ctor()">
2553         <size>7</size>
2554       </method>
2555     </type>
2556     <type name="X">
2557       <method name="Void .ctor()">
2558         <size>7</size>
2559       </method>
2560       <method name="Void Main()">
2561         <size>1</size>
2562       </method>
2563     </type>
2564     <type name="Bar`3[X,Y,Z]">
2565       <method name="Void IBar&lt;X&gt;.Test()">
2566         <size>1</size>
2567       </method>
2568       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2569         <size>1</size>
2570       </method>
2571     </type>
2572   </test>
2573   <test name="gtest-098.cs">
2574     <type name="Foo">
2575       <method name="Void .ctor()">
2576         <size>7</size>
2577       </method>
2578       <method name="Void IFoo.Test[Y,Z]()">
2579         <size>1</size>
2580       </method>
2581       <method name="Void IFoo.Test[X]()">
2582         <size>1</size>
2583       </method>
2584     </type>
2585     <type name="Bar`3[X,Y,Z]">
2586       <method name="Void .ctor()">
2587         <size>7</size>
2588       </method>
2589     </type>
2590     <type name="X">
2591       <method name="Void .ctor()">
2592         <size>7</size>
2593       </method>
2594       <method name="Void Main()">
2595         <size>1</size>
2596       </method>
2597     </type>
2598     <type name="Bar`3[X,Y,Z]">
2599       <method name="Void IBar&lt;X&gt;.Test()">
2600         <size>1</size>
2601       </method>
2602       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2603         <size>1</size>
2604       </method>
2605     </type>
2606   </test>
2607   <test name="gtest-100.cs">
2608     <type name="C5.ArrayBase`1[T]">
2609       <method name="Void .ctor()">
2610         <size>7</size>
2611       </method>
2612     </type>
2613     <type name="C5.ArrayList`1[V]">
2614       <method name="Void .ctor()">
2615         <size>7</size>
2616       </method>
2617     </type>
2618     <type name="X">
2619       <method name="Void .ctor()">
2620         <size>7</size>
2621       </method>
2622       <method name="Void Main()">
2623         <size>7</size>
2624       </method>
2625     </type>
2626     <type name="C5.ArrayBase`1[T]">
2627       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
2628         <size>1</size>
2629       </method>
2630     </type>
2631   </test>
2632   <test name="gtest-101.cs">
2633     <type name="Test">
2634       <method name="Void .ctor()">
2635         <size>7</size>
2636       </method>
2637       <method name="Void Main()">
2638         <size>9</size>
2639       </method>
2640     </type>
2641     <type name="SimpleStruct`1[T]">
2642       <method name="Void .ctor(T)">
2643         <size>8</size>
2644       </method>
2645     </type>
2646   </test>
2647   <test name="gtest-102.cs">
2648     <type name="A`1[T]">
2649       <method name="Void .ctor()">
2650         <size>7</size>
2651       </method>
2652     </type>
2653     <type name="B`2[U,V]">
2654       <method name="Void .ctor()">
2655         <size>7</size>
2656       </method>
2657     </type>
2658     <type name="Driver">
2659       <method name="Void .ctor()">
2660         <size>7</size>
2661       </method>
2662       <method name="Void Main()">
2663         <size>1</size>
2664       </method>
2665     </type>
2666   </test>
2667   <test name="gtest-103.cs">
2668     <type name="Foo">
2669       <method name="Void .ctor()">
2670         <size>7</size>
2671       </method>
2672     </type>
2673     <type name="Hello">
2674       <method name="Void .ctor()">
2675         <size>7</size>
2676       </method>
2677       <method name="Void World[U](U, IFoo`1)">
2678         <size>1</size>
2679       </method>
2680       <method name="Void World[V](IFoo`1)">
2681         <size>1</size>
2682       </method>
2683       <method name="Void Test(Foo)">
2684         <size>20</size>
2685       </method>
2686     </type>
2687     <type name="X">
2688       <method name="Void .ctor()">
2689         <size>7</size>
2690       </method>
2691       <method name="Void Main()">
2692         <size>1</size>
2693       </method>
2694     </type>
2695   </test>
2696   <test name="gtest-104.cs">
2697     <type name="MainClass">
2698       <method name="Void .ctor()">
2699         <size>7</size>
2700       </method>
2701       <method name="Void Main()">
2702         <size>20</size>
2703       </method>
2704     </type>
2705     <type name="MainClass+Gen`1[T]">
2706       <method name="Void .ctor()">
2707         <size>7</size>
2708       </method>
2709       <method name="Void Test()">
2710         <size>1</size>
2711       </method>
2712     </type>
2713     <type name="MainClass+Der">
2714       <method name="Void .ctor()">
2715         <size>7</size>
2716       </method>
2717     </type>
2718   </test>
2719   <test name="gtest-105.cs">
2720     <type name="A.KeyValuePairComparer`2[K,V]">
2721       <method name="Void .ctor()">
2722         <size>7</size>
2723       </method>
2724       <method name="Int32 Compare(KeyValuePair`2)">
2725         <size>2</size>
2726       </method>
2727     </type>
2728     <type name="A.TreeBag`1[T]">
2729       <method name="Void .ctor(IComparer`1)">
2730         <size>14</size>
2731       </method>
2732       <method name="Int32 Find(T ByRef)">
2733         <size>18</size>
2734       </method>
2735     </type>
2736     <type name="A.X">
2737       <method name="Void .ctor()">
2738         <size>7</size>
2739       </method>
2740       <method name="Void Test()">
2741         <size>33</size>
2742       </method>
2743     </type>
2744     <type name="B.KeyValuePair`2[X,Y]">
2745       <method name="Void .ctor(X, Y)">
2746         <size>7</size>
2747       </method>
2748     </type>
2749     <type name="B.KeyValuePairComparer`2[K,V]">
2750       <method name="Void .ctor()">
2751         <size>7</size>
2752       </method>
2753       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
2754         <size>2</size>
2755       </method>
2756     </type>
2757     <type name="B.TreeBag`1[T]">
2758       <method name="Void .ctor(IComparer`1)">
2759         <size>14</size>
2760       </method>
2761       <method name="Int32 Find(T ByRef)">
2762         <size>18</size>
2763       </method>
2764     </type>
2765     <type name="B.X">
2766       <method name="Void .ctor()">
2767         <size>7</size>
2768       </method>
2769       <method name="Void Test()">
2770         <size>32</size>
2771       </method>
2772     </type>
2773     <type name="X">
2774       <method name="Void .ctor()">
2775         <size>7</size>
2776       </method>
2777       <method name="Void Main()">
2778         <size>11</size>
2779       </method>
2780     </type>
2781     <type name="A.KeyValuePair`2[X,Y]">
2782       <method name="Void .ctor(X, Y)">
2783         <size>1</size>
2784       </method>
2785     </type>
2786   </test>
2787   <test name="gtest-106.cs">
2788     <type name="KeyValuePairComparer`2[K,V]">
2789       <method name="Void .ctor()">
2790         <size>7</size>
2791       </method>
2792       <method name="Int32 Compare(KeyValuePair`2)">
2793         <size>2</size>
2794       </method>
2795     </type>
2796     <type name="TreeBag`1[T]">
2797       <method name="Void .ctor(IComparer`1, T)">
2798         <size>21</size>
2799       </method>
2800       <method name="Int32 Find()">
2801         <size>18</size>
2802       </method>
2803     </type>
2804     <type name="X">
2805       <method name="Void .ctor()">
2806         <size>7</size>
2807       </method>
2808       <method name="Void Main()">
2809         <size>32</size>
2810       </method>
2811     </type>
2812     <type name="KeyValuePair`2[X,Y]">
2813       <method name="Void .ctor(X, Y)">
2814         <size>1</size>
2815       </method>
2816     </type>
2817   </test>
2818   <test name="gtest-107.cs">
2819     <type name="Tree`1[T]">
2820       <method name="Void .ctor(T)">
2821         <size>14</size>
2822       </method>
2823       <method name="Void Map[V](Mapper`2[T,V])">
2824         <size>14</size>
2825       </method>
2826     </type>
2827     <type name="X">
2828       <method name="Void .ctor()">
2829         <size>7</size>
2830       </method>
2831       <method name="System.String themap(Int32)">
2832         <size>17</size>
2833       </method>
2834       <method name="Void Test()">
2835         <size>26</size>
2836       </method>
2837       <method name="Void Main()">
2838         <size>13</size>
2839       </method>
2840     </type>
2841     <type name="Mapper`2[T,V]">
2842       <method name="Void .ctor(Object, IntPtr)">
2843         <size>0</size>
2844       </method>
2845       <method name="V Invoke(T)">
2846         <size>0</size>
2847       </method>
2848       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
2849         <size>0</size>
2850       </method>
2851       <method name="V EndInvoke(IAsyncResult)">
2852         <size>0</size>
2853       </method>
2854     </type>
2855   </test>
2856   <test name="gtest-108.cs">
2857     <type name="Test`1[T]">
2858       <method name="Void .ctor(T)">
2859         <size>14</size>
2860       </method>
2861       <method name="IEnumerator`1 GetEnumerator()">
2862         <size>15</size>
2863       </method>
2864     </type>
2865     <type name="X">
2866       <method name="Void .ctor()">
2867         <size>7</size>
2868       </method>
2869       <method name="Void Main()">
2870         <size>54</size>
2871       </method>
2872     </type>
2873     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
2874       <method name="Void .ctor()">
2875         <size>7</size>
2876       </method>
2877       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2878         <size>12</size>
2879       </method>
2880       <method name="Boolean MoveNext()">
2881         <size>75</size>
2882       </method>
2883       <method name="Void Dispose()">
2884         <size>8</size>
2885       </method>
2886       <method name="Void Reset()">
2887         <size>6</size>
2888       </method>
2889       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
2890         <size>7</size>
2891       </method>
2892     </type>
2893   </test>
2894   <test name="gtest-109.cs">
2895     <type name="X">
2896       <method name="Void .ctor()">
2897         <size>7</size>
2898       </method>
2899       <method name="Void Main()">
2900         <size>12</size>
2901       </method>
2902     </type>
2903   </test>
2904   <test name="gtest-110.cs">
2905     <type name="List`1[T]">
2906       <method name="Void .ctor()">
2907         <size>7</size>
2908       </method>
2909       <method name="Int32 Map[U](U)">
2910         <size>2</size>
2911       </method>
2912     </type>
2913     <type name="SpecialList`1[V]">
2914       <method name="Void .ctor()">
2915         <size>7</size>
2916       </method>
2917       <method name="Int32 Map[W](W)">
2918         <size>2</size>
2919       </method>
2920     </type>
2921     <type name="X">
2922       <method name="Void .ctor()">
2923         <size>7</size>
2924       </method>
2925       <method name="Int32 Main()">
2926         <size>56</size>
2927       </method>
2928     </type>
2929   </test>
2930   <test name="gtest-111.cs">
2931     <type name="Collection`1[T]">
2932       <method name="Void .ctor(T)">
2933         <size>14</size>
2934       </method>
2935       <method name="Void Find(T ByRef)">
2936         <size>13</size>
2937       </method>
2938     </type>
2939     <type name="X">
2940       <method name="Void .ctor()">
2941         <size>7</size>
2942       </method>
2943       <method name="Int32 Main()">
2944         <size>68</size>
2945       </method>
2946     </type>
2947     <type name="KeyValuePair`2[K,V]">
2948       <method name="Void .ctor(K, V)">
2949         <size>15</size>
2950       </method>
2951       <method name="Void .ctor(K)">
2952         <size>23</size>
2953       </method>
2954     </type>
2955   </test>
2956   <test name="gtest-112.cs">
2957     <type name="IC">
2958       <method name="Void .ctor()">
2959         <size>7</size>
2960       </method>
2961       <method name="Void Compare(Foo`1)">
2962         <size>1</size>
2963       </method>
2964     </type>
2965     <type name="List`1[T]">
2966       <method name="Void .ctor()">
2967         <size>7</size>
2968       </method>
2969       <method name="Void Sort(IComparer`1, T)">
2970         <size>8</size>
2971       </method>
2972     </type>
2973     <type name="Sorting">
2974       <method name="Void .ctor()">
2975         <size>7</size>
2976       </method>
2977       <method name="Void IntroSort[T](IComparer`1, T)">
2978         <size>15</size>
2979       </method>
2980     </type>
2981     <type name="Sorting+Sorter`1[T]">
2982       <method name="Void .ctor(IComparer`1, Int32, T)">
2983         <size>26</size>
2984       </method>
2985       <method name="Void InsertionSort(Int32)">
2986         <size>26</size>
2987       </method>
2988     </type>
2989     <type name="X">
2990       <method name="Void .ctor()">
2991         <size>7</size>
2992       </method>
2993       <method name="Void Main()">
2994         <size>27</size>
2995       </method>
2996     </type>
2997     <type name="Foo`1[K]">
2998       <method name="Void .ctor(K)">
2999         <size>8</size>
3000       </method>
3001     </type>
3002   </test>
3003   <test name="gtest-113.cs">
3004     <type name="List`1[T]">
3005       <method name="Void .ctor()">
3006         <size>7</size>
3007       </method>
3008       <method name="Void Map[V](Mapper`2[T,V])">
3009         <size>1</size>
3010       </method>
3011     </type>
3012     <type name="X">
3013       <method name="Void .ctor()">
3014         <size>7</size>
3015       </method>
3016       <method name="Void Main()">
3017         <size>42</size>
3018       </method>
3019     </type>
3020     <type name="Mapper`2[T,V]">
3021       <method name="Void .ctor(Object, IntPtr)">
3022         <size>0</size>
3023       </method>
3024       <method name="V Invoke(T)">
3025         <size>0</size>
3026       </method>
3027       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3028         <size>0</size>
3029       </method>
3030       <method name="V EndInvoke(IAsyncResult)">
3031         <size>0</size>
3032       </method>
3033     </type>
3034     <type name="X">
3035       <method name="Double &lt;Main&gt;m__0(Int32)">
3036         <size>13</size>
3037       </method>
3038     </type>
3039   </test>
3040   <test name="gtest-114.cs">
3041     <type name="NaturalComparer`1[T]">
3042       <method name="Void .ctor()">
3043         <size>7</size>
3044       </method>
3045       <method name="Int32 Compare(T, T)">
3046         <size>15</size>
3047       </method>
3048     </type>
3049     <type name="X">
3050       <method name="Void .ctor()">
3051         <size>7</size>
3052       </method>
3053       <method name="Void Main()">
3054         <size>28</size>
3055       </method>
3056     </type>
3057     <type name="X+Test">
3058       <method name="Void .ctor()">
3059         <size>7</size>
3060       </method>
3061       <method name="Int32 CompareTo(X+Test)">
3062         <size>2</size>
3063       </method>
3064       <method name="Boolean Equals(X+Test)">
3065         <size>2</size>
3066       </method>
3067     </type>
3068   </test>
3069   <test name="gtest-115.cs">
3070     <type name="LinkedList`1[T]">
3071       <method name="Void .ctor()">
3072         <size>30</size>
3073       </method>
3074       <method name="Void .ctor(T[])">
3075         <size>44</size>
3076       </method>
3077       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
3078         <size>67</size>
3079       </method>
3080       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
3081         <size>7</size>
3082       </method>
3083       <method name="Int32 get_Count()">
3084         <size>7</size>
3085       </method>
3086       <method name="T get_Item(Int32)">
3087         <size>13</size>
3088       </method>
3089       <method name="Void set_Item(Int32, T)">
3090         <size>14</size>
3091       </method>
3092       <method name="LinkedList`1+Node[T] get(Int32)">
3093         <size>114</size>
3094       </method>
3095       <method name="Void Add(T)">
3096         <size>14</size>
3097       </method>
3098       <method name="Void Insert(Int32, T)">
3099         <size>256</size>
3100       </method>
3101       <method name="Void RemoveAt(Int32)">
3102         <size>113</size>
3103       </method>
3104       <method name="Boolean Equals(System.Object)">
3105         <size>143</size>
3106       </method>
3107       <method name="Int32 GetHashCode()">
3108         <size>66</size>
3109       </method>
3110       <method name="IEnumerator`1 GetEnumerator()">
3111         <size>7</size>
3112       </method>
3113       <method name="LinkedList`1[T] op_Explicit(T[])">
3114         <size>7</size>
3115       </method>
3116       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
3117         <size>119</size>
3118       </method>
3119     </type>
3120     <type name="LinkedList`1+Node[T]">
3121       <method name="Void .ctor(T)">
3122         <size>14</size>
3123       </method>
3124       <method name="Void .ctor(T, Node, Node)">
3125         <size>28</size>
3126       </method>
3127     </type>
3128     <type name="LinkedList`1+LinkedListEnumerator[T]">
3129       <method name="Void .ctor(LinkedList`1)">
3130         <size>26</size>
3131       </method>
3132       <method name="T get_Current()">
3133         <size>24</size>
3134       </method>
3135       <method name="Boolean MoveNext()">
3136         <size>71</size>
3137       </method>
3138       <method name="Void Reset()">
3139         <size>6</size>
3140       </method>
3141       <method name="Void Dispose()">
3142         <size>30</size>
3143       </method>
3144     </type>
3145     <type name="SortedList`1[T]">
3146       <method name="Void .ctor()">
3147         <size>7</size>
3148       </method>
3149       <method name="Void Insert(T)">
3150         <size>137</size>
3151       </method>
3152     </type>
3153     <type name="PrintableLinkedList`1[T]">
3154       <method name="Void .ctor()">
3155         <size>7</size>
3156       </method>
3157       <method name="Void Print(System.IO.TextWriter)">
3158         <size>87</size>
3159       </method>
3160     </type>
3161     <type name="MyString">
3162       <method name="Void .ctor(String)">
3163         <size>14</size>
3164       </method>
3165       <method name="Int32 CompareTo(MyString)">
3166         <size>18</size>
3167       </method>
3168       <method name="Boolean Equals(MyString)">
3169         <size>18</size>
3170       </method>
3171       <method name="System.String get_Value()">
3172         <size>7</size>
3173       </method>
3174     </type>
3175     <type name="MyTest">
3176       <method name="Void .ctor()">
3177         <size>7</size>
3178       </method>
3179       <method name="Void Main(System.String[])">
3180         <size>483</size>
3181       </method>
3182     </type>
3183     <type name="Mapper`2[A,R]">
3184       <method name="Void .ctor(Object, IntPtr)">
3185         <size>0</size>
3186       </method>
3187       <method name="R Invoke(A)">
3188         <size>0</size>
3189       </method>
3190       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
3191         <size>0</size>
3192       </method>
3193       <method name="R EndInvoke(IAsyncResult)">
3194         <size>0</size>
3195       </method>
3196     </type>
3197     <type name="LinkedList`1+LinkedListEnumerator[T]">
3198       <method name="System.Object System.Collections.IEnumerator.get_Current()">
3199         <size>12</size>
3200       </method>
3201     </type>
3202     <type name="MyTest">
3203       <method name="System.String &lt;Main&gt;m__0(Double)">
3204         <size>17</size>
3205       </method>
3206     </type>
3207   </test>
3208   <test name="gtest-116.cs">
3209     <type name="Slow.Test">
3210       <method name="Void .ctor()">
3211         <size>7</size>
3212       </method>
3213       <method name="Void DoNothing[T]()">
3214         <size>8</size>
3215       </method>
3216     </type>
3217     <type name="Slow.Program">
3218       <method name="Void .ctor()">
3219         <size>7</size>
3220       </method>
3221       <method name="Void Main(System.String[])">
3222         <size>201</size>
3223       </method>
3224     </type>
3225   </test>
3226   <test name="gtest-117.cs">
3227     <type name="Foo`1[T]">
3228       <method name="Void .ctor()">
3229         <size>7</size>
3230       </method>
3231       <method name="Boolean Test(T)">
3232         <size>15</size>
3233       </method>
3234       <method name="Boolean Test()">
3235         <size>25</size>
3236       </method>
3237       <method name="Boolean TestB()">
3238         <size>25</size>
3239       </method>
3240     </type>
3241     <type name="Y`1[T]">
3242       <method name="Void .ctor()">
3243         <size>7</size>
3244       </method>
3245       <method name="Boolean Foo()">
3246         <size>12</size>
3247       </method>
3248     </type>
3249     <type name="X">
3250       <method name="Void .ctor()">
3251         <size>7</size>
3252       </method>
3253       <method name="Boolean TestB[T](T)">
3254         <size>15</size>
3255       </method>
3256       <method name="Boolean TestA(System.Object)">
3257         <size>10</size>
3258       </method>
3259       <method name="Int32 TestC()">
3260         <size>32</size>
3261       </method>
3262       <method name="Int32 Main()">
3263         <size>107</size>
3264       </method>
3265     </type>
3266   </test>
3267   <test name="gtest-118.cs">
3268     <type name="Polynomial`1[E]">
3269       <method name="Void .ctor()">
3270         <size>19</size>
3271       </method>
3272       <method name="Void .ctor(E[])">
3273         <size>14</size>
3274       </method>
3275       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
3276         <size>297</size>
3277       </method>
3278       <method name="Polynomial`1[E] Add(E)">
3279         <size>26</size>
3280       </method>
3281       <method name="Polynomial`1[E] Mul(E)">
3282         <size>78</size>
3283       </method>
3284       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
3285         <size>219</size>
3286       </method>
3287       <method name="E Eval(E)">
3288         <size>106</size>
3289       </method>
3290     </type>
3291     <type name="TestPolynomial">
3292       <method name="Void .ctor()">
3293         <size>7</size>
3294       </method>
3295       <method name="Void Main(System.String[])">
3296         <size>148</size>
3297       </method>
3298     </type>
3299     <type name="Int">
3300       <method name="Void .ctor(Int32)">
3301         <size>8</size>
3302       </method>
3303       <method name="Int Add(Int)">
3304         <size>20</size>
3305       </method>
3306       <method name="Int Mul(Int)">
3307         <size>20</size>
3308       </method>
3309       <method name="System.String ToString()">
3310         <size>15</size>
3311       </method>
3312     </type>
3313   </test>
3314   <test name="gtest-119.cs">
3315     <type name="Tests">
3316       <method name="Void .ctor()">
3317         <size>7</size>
3318       </method>
3319       <method name="Void Main()">
3320         <size>61</size>
3321       </method>
3322     </type>
3323   </test>
3324   <test name="gtest-120.cs">
3325     <type name="SequencedHasher`2[S,W]">
3326       <method name="Void .ctor()">
3327         <size>7</size>
3328       </method>
3329       <method name="Boolean Equals(S, S)">
3330         <size>45</size>
3331       </method>
3332     </type>
3333     <type name="Sequenced`1[T]">
3334       <method name="Void .ctor()">
3335         <size>7</size>
3336       </method>
3337       <method name="Boolean Equals(ISequenced`1)">
3338         <size>2</size>
3339       </method>
3340     </type>
3341     <type name="X">
3342       <method name="Void .ctor()">
3343         <size>7</size>
3344       </method>
3345       <method name="Void Main()">
3346         <size>22</size>
3347       </method>
3348     </type>
3349   </test>
3350   <test name="gtest-121.cs">
3351     <type name="B`1[T]">
3352       <method name="Void .ctor()">
3353         <size>7</size>
3354       </method>
3355       <method name="Int32 Add(T)">
3356         <size>2</size>
3357       </method>
3358       <method name="Void AddRange(System.Object)">
3359         <size>16</size>
3360       </method>
3361     </type>
3362     <type name="A">
3363       <method name="Void .ctor()">
3364         <size>7</size>
3365       </method>
3366     </type>
3367     <type name="Test">
3368       <method name="Void .ctor()">
3369         <size>7</size>
3370       </method>
3371       <method name="Void Main()">
3372         <size>18</size>
3373       </method>
3374     </type>
3375   </test>
3376   <test name="gtest-122.cs">
3377     <type name="Test">
3378       <method name="Void .ctor()">
3379         <size>7</size>
3380       </method>
3381       <method name="Void Main(System.String[])">
3382         <size>26</size>
3383       </method>
3384       <method name="Void D(Int32)">
3385         <size>22</size>
3386       </method>
3387     </type>
3388     <type name="A`1[T]">
3389       <method name="Void .ctor(B, T)">
3390         <size>21</size>
3391       </method>
3392       <method name="Void Run()">
3393         <size>18</size>
3394       </method>
3395     </type>
3396     <type name="A`1+B[T]">
3397       <method name="Void .ctor(Object, IntPtr)">
3398         <size>0</size>
3399       </method>
3400       <method name="Void Invoke(T)">
3401         <size>0</size>
3402       </method>
3403       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3404         <size>0</size>
3405       </method>
3406       <method name="Void EndInvoke(IAsyncResult)">
3407         <size>0</size>
3408       </method>
3409     </type>
3410   </test>
3411   <test name="gtest-123.cs">
3412     <type name="A`1[T]">
3413       <method name="Void .ctor()">
3414         <size>7</size>
3415       </method>
3416     </type>
3417     <type name="X">
3418       <method name="Void .ctor()">
3419         <size>7</size>
3420       </method>
3421       <method name="Void Main()">
3422         <size>1</size>
3423       </method>
3424     </type>
3425     <type name="A`1+Foo[T]">
3426       <method name="Void .ctor(Object, IntPtr)">
3427         <size>0</size>
3428       </method>
3429       <method name="Void Invoke()">
3430         <size>0</size>
3431       </method>
3432       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3433         <size>0</size>
3434       </method>
3435       <method name="Void EndInvoke(IAsyncResult)">
3436         <size>0</size>
3437       </method>
3438     </type>
3439     <type name="A`1+Bar`1[T,U]">
3440       <method name="Void .ctor(Object, IntPtr)">
3441         <size>0</size>
3442       </method>
3443       <method name="Void Invoke()">
3444         <size>0</size>
3445       </method>
3446       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3447         <size>0</size>
3448       </method>
3449       <method name="Void EndInvoke(IAsyncResult)">
3450         <size>0</size>
3451       </method>
3452     </type>
3453   </test>
3454   <test name="gtest-124.cs">
3455     <type name="FooCollection`1[T]">
3456       <method name="Void .ctor()">
3457         <size>7</size>
3458       </method>
3459     </type>
3460     <type name="X">
3461       <method name="Void .ctor()">
3462         <size>7</size>
3463       </method>
3464       <method name="Void Main()">
3465         <size>21</size>
3466       </method>
3467     </type>
3468     <type name="FooCollection`1[T]">
3469       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
3470         <size>10</size>
3471       </method>
3472       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
3473         <size>1</size>
3474       </method>
3475     </type>
3476   </test>
3477   <test name="gtest-125.cs">
3478     <type name="B`1[T]">
3479       <method name="Void .ctor()">
3480         <size>7</size>
3481       </method>
3482     </type>
3483     <type name="MainClass">
3484       <method name="Void .ctor()">
3485         <size>7</size>
3486       </method>
3487       <method name="Void Main()">
3488         <size>1</size>
3489       </method>
3490     </type>
3491   </test>
3492   <test name="gtest-126.cs">
3493     <type name="B">
3494       <method name="Void .ctor()">
3495         <size>7</size>
3496       </method>
3497       <method name="Boolean foo()">
3498         <size>2</size>
3499       </method>
3500     </type>
3501     <type name="MyFilter">
3502       <method name="Void .ctor()">
3503         <size>7</size>
3504       </method>
3505       <method name="K Is(IB)">
3506         <size>10</size>
3507       </method>
3508     </type>
3509     <type name="MyBFilter">
3510       <method name="Void .ctor()">
3511         <size>7</size>
3512       </method>
3513       <method name="B Is(IB)">
3514         <size>6</size>
3515       </method>
3516     </type>
3517     <type name="M">
3518       <method name="Void .ctor()">
3519         <size>7</size>
3520       </method>
3521       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
3522         <size>38</size>
3523       </method>
3524       <method name="Void Main()">
3525         <size>45</size>
3526       </method>
3527     </type>
3528     <type name="K">
3529       <method name="Boolean foo()">
3530         <size>2</size>
3531       </method>
3532     </type>
3533   </test>
3534   <test name="gtest-127.cs">
3535     <type name="A`1[T]">
3536       <method name="Void .ctor()">
3537         <size>7</size>
3538       </method>
3539       <method name="Void add__changed(A`1+Changed[T])">
3540         <size>24</size>
3541       </method>
3542       <method name="Void remove__changed(A`1+Changed[T])">
3543         <size>24</size>
3544       </method>
3545       <method name="Void Register(A`1+Changed[T])">
3546         <size>36</size>
3547       </method>
3548     </type>
3549     <type name="Test">
3550       <method name="Void .ctor()">
3551         <size>7</size>
3552       </method>
3553       <method name="Void Main()">
3554         <size>25</size>
3555       </method>
3556       <method name="Void Del(A`1[System.Int32])">
3557         <size>11</size>
3558       </method>
3559     </type>
3560     <type name="A`1+Changed[T]">
3561       <method name="Void .ctor(Object, IntPtr)">
3562         <size>0</size>
3563       </method>
3564       <method name="Void Invoke(A`1[T])">
3565         <size>0</size>
3566       </method>
3567       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
3568         <size>0</size>
3569       </method>
3570       <method name="Void EndInvoke(IAsyncResult)">
3571         <size>0</size>
3572       </method>
3573     </type>
3574   </test>
3575   <test name="gtest-128.cs">
3576     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
3577       <method name="Void .ctor()">
3578         <size>7</size>
3579       </method>
3580       <method name="Void Add(T)">
3581         <size>11</size>
3582       </method>
3583     </type>
3584     <type name="FLMID.Bugs.ParametersOne.Test">
3585       <method name="Void .ctor()">
3586         <size>7</size>
3587       </method>
3588       <method name="Void Main(System.String[])">
3589         <size>120</size>
3590       </method>
3591     </type>
3592   </test>
3593   <test name="gtest-129.cs">
3594     <type name="B.Test`1[T]">
3595       <method name="Void .ctor()">
3596         <size>7</size>
3597       </method>
3598     </type>
3599     <type name="X">
3600       <method name="Void .ctor()">
3601         <size>7</size>
3602       </method>
3603       <method name="Void Main()">
3604         <size>1</size>
3605       </method>
3606     </type>
3607   </test>
3608   <test name="gtest-130.cs">
3609     <type name="MyTest">
3610       <method name="Void .ctor()">
3611         <size>7</size>
3612       </method>
3613       <method name="Void Main(System.String[])">
3614         <size>846</size>
3615       </method>
3616     </type>
3617   </test>
3618   <test name="gtest-131.cs">
3619     <type name="MyTest">
3620       <method name="Void .ctor()">
3621         <size>7</size>
3622       </method>
3623       <method name="Void Main(System.String[])">
3624         <size>1330</size>
3625       </method>
3626     </type>
3627   </test>
3628   <test name="gtest-132.cs">
3629     <type name="MyTest">
3630       <method name="Void .ctor()">
3631         <size>7</size>
3632       </method>
3633       <method name="Nullable`1 Sqrt(Nullable`1)">
3634         <size>55</size>
3635       </method>
3636       <method name="Void Main(System.String[])">
3637         <size>63</size>
3638       </method>
3639     </type>
3640   </test>
3641   <test name="gtest-133.cs">
3642     <type name="MyTest">
3643       <method name="Void .ctor()">
3644         <size>7</size>
3645       </method>
3646       <method name="Void Main(System.String[])">
3647         <size>201</size>
3648       </method>
3649     </type>
3650     <type name="S">
3651       <method name="Int32 get_X()">
3652         <size>7</size>
3653       </method>
3654       <method name="Void set_X(Int32)">
3655         <size>8</size>
3656       </method>
3657       <method name="Void Set(Int32)">
3658         <size>8</size>
3659       </method>
3660     </type>
3661   </test>
3662   <test name="gtest-134.cs">
3663     <type name="MyTest">
3664       <method name="Void .ctor()">
3665         <size>7</size>
3666       </method>
3667       <method name="Void Main(System.String[])">
3668         <size>112</size>
3669       </method>
3670     </type>
3671     <type name="Foo`1[T]">
3672       <method name="Void .ctor(T)">
3673         <size>14</size>
3674       </method>
3675       <method name="System.String Fmt()">
3676         <size>40</size>
3677       </method>
3678     </type>
3679   </test>
3680   <test name="gtest-135.cs">
3681     <type name="X">
3682       <method name="Void .ctor()">
3683         <size>7</size>
3684       </method>
3685       <method name="Void Main()">
3686         <size>116</size>
3687       </method>
3688     </type>
3689   </test>
3690   <test name="gtest-136.cs">
3691     <type name="Martin.X">
3692       <method name="Void .ctor()">
3693         <size>7</size>
3694       </method>
3695       <method name="Void Main()">
3696         <size>148</size>
3697       </method>
3698     </type>
3699     <type name="Martin.A">
3700       <method name="Void .ctor(Int64)">
3701         <size>8</size>
3702       </method>
3703       <method name="B op_Explicit(A)">
3704         <size>14</size>
3705       </method>
3706     </type>
3707     <type name="Martin.B">
3708       <method name="Void .ctor(Int32)">
3709         <size>8</size>
3710       </method>
3711       <method name="A op_Implicit(B)">
3712         <size>14</size>
3713       </method>
3714     </type>
3715   </test>
3716   <test name="gtest-137.cs">
3717     <type name="X">
3718       <method name="Void .ctor()">
3719         <size>7</size>
3720       </method>
3721       <method name="Int32 Main()">
3722         <size>134</size>
3723       </method>
3724     </type>
3725   </test>
3726   <test name="gtest-138.cs">
3727     <type name="X">
3728       <method name="Void .ctor()">
3729         <size>7</size>
3730       </method>
3731       <method name="Void Main()">
3732         <size>61</size>
3733       </method>
3734     </type>
3735   </test>
3736   <test name="gtest-140.cs">
3737     <type name="X">
3738       <method name="Void .ctor()">
3739         <size>7</size>
3740       </method>
3741       <method name="Void Main()">
3742         <size>132</size>
3743       </method>
3744     </type>
3745   </test>
3746   <test name="gtest-141.cs">
3747     <type name="X">
3748       <method name="Void .ctor()">
3749         <size>7</size>
3750       </method>
3751       <method name="Void Main()">
3752         <size>90</size>
3753       </method>
3754     </type>
3755   </test>
3756   <test name="gtest-142.cs">
3757     <type name="Assert">
3758       <method name="Void .cctor()">
3759         <size>1</size>
3760       </method>
3761       <method name="Void IsNull[T](System.String, Nullable`1)">
3762         <size>24</size>
3763       </method>
3764       <method name="Void IsNotNull[T](System.String, Nullable`1)">
3765         <size>24</size>
3766       </method>
3767       <method name="Int32 get_Errors()">
3768         <size>6</size>
3769       </method>
3770       <method name="Void Error(System.String, System.String)">
3771         <size>25</size>
3772       </method>
3773       <method name="Void IsTrue(System.String, Boolean)">
3774         <size>18</size>
3775       </method>
3776       <method name="Void IsFalse(System.String, Boolean)">
3777         <size>18</size>
3778       </method>
3779       <method name="Void IsTrue(System.String, Nullable`1)">
3780         <size>36</size>
3781       </method>
3782       <method name="Void IsFalse(System.String, Nullable`1)">
3783         <size>36</size>
3784       </method>
3785     </type>
3786     <type name="X">
3787       <method name="Void .ctor()">
3788         <size>7</size>
3789       </method>
3790       <method name="Int32 Main()">
3791         <size>1599</size>
3792       </method>
3793     </type>
3794   </test>
3795   <test name="gtest-143.cs">
3796     <type name="X">
3797       <method name="Void .ctor()">
3798         <size>7</size>
3799       </method>
3800       <method name="Int32 Test()">
3801         <size>497</size>
3802       </method>
3803       <method name="Int32 Main()">
3804         <size>30</size>
3805       </method>
3806     </type>
3807   </test>
3808   <test name="gtest-144.cs">
3809     <type name="Test.Application">
3810       <method name="Void .ctor()">
3811         <size>7</size>
3812       </method>
3813       <method name="Void Main()">
3814         <size>11</size>
3815       </method>
3816     </type>
3817   </test>
3818   <test name="gtest-145.cs">
3819     <type name="Test`1[T]">
3820       <method name="Void .ctor(T[,])">
3821         <size>14</size>
3822       </method>
3823     </type>
3824     <type name="Program">
3825       <method name="Void .ctor()">
3826         <size>7</size>
3827       </method>
3828       <method name="Void Main(System.String[])">
3829         <size>14</size>
3830       </method>
3831     </type>
3832   </test>
3833   <test name="gtest-146.cs">
3834     <type name="MyLinkedList`1[T]">
3835       <method name="Void .ctor()">
3836         <size>7</size>
3837       </method>
3838     </type>
3839     <type name="MyLinkedList`1+Node[T]">
3840       <method name="Void .ctor(T)">
3841         <size>14</size>
3842       </method>
3843     </type>
3844     <type name="SortedList`1[U]">
3845       <method name="Void .ctor()">
3846         <size>7</size>
3847       </method>
3848       <method name="Void Insert(U)">
3849         <size>8</size>
3850       </method>
3851     </type>
3852     <type name="X">
3853       <method name="Void .ctor()">
3854         <size>7</size>
3855       </method>
3856       <method name="Void Main()">
3857         <size>1</size>
3858       </method>
3859     </type>
3860   </test>
3861   <test name="gtest-147.cs">
3862     <type name="B.Test`1[T]">
3863       <method name="Void .ctor()">
3864         <size>7</size>
3865       </method>
3866       <method name="Void A.IFoo.Hello(IFoo)">
3867         <size>1</size>
3868       </method>
3869     </type>
3870     <type name="Y">
3871       <method name="Void .ctor()">
3872         <size>7</size>
3873       </method>
3874     </type>
3875     <type name="X">
3876       <method name="Void .ctor()">
3877         <size>7</size>
3878       </method>
3879       <method name="Void Main()">
3880         <size>1</size>
3881       </method>
3882     </type>
3883   </test>
3884   <test name="gtest-148.cs">
3885     <type name="Test1">
3886       <method name="Void Foo[S,OP](UInt32)">
3887         <size>1</size>
3888       </method>
3889     </type>
3890     <type name="Test1+IOp`1[T]">
3891       <method name="Void .ctor()">
3892         <size>7</size>
3893       </method>
3894     </type>
3895     <type name="Test2">
3896       <method name="Void Foo[T,OP](UInt32)">
3897         <size>1</size>
3898       </method>
3899     </type>
3900     <type name="Test2+IOp`1[T]">
3901       <method name="Void .ctor()">
3902         <size>7</size>
3903       </method>
3904     </type>
3905     <type name="X">
3906       <method name="Void .ctor()">
3907         <size>7</size>
3908       </method>
3909       <method name="Void Main()">
3910         <size>1</size>
3911       </method>
3912     </type>
3913   </test>
3914   <test name="gtest-149.cs">
3915     <type name="Test1">
3916       <method name="Void Foo[S,OP](UInt32)">
3917         <size>1</size>
3918       </method>
3919     </type>
3920     <type name="Test1+IOp`1[T]">
3921       <method name="Void .ctor()">
3922         <size>7</size>
3923       </method>
3924     </type>
3925     <type name="Test2">
3926       <method name="Void Foo[T,OP](UInt32)">
3927         <size>1</size>
3928       </method>
3929     </type>
3930     <type name="Test2+IOp`1[T]">
3931       <method name="Void .ctor()">
3932         <size>7</size>
3933       </method>
3934     </type>
3935     <type name="X">
3936       <method name="Void .ctor()">
3937         <size>7</size>
3938       </method>
3939       <method name="Void Main()">
3940         <size>1</size>
3941       </method>
3942     </type>
3943   </test>
3944   <test name="gtest-150.cs">
3945     <type name="Test1">
3946       <method name="Void Foo[T,OP](UInt32)">
3947         <size>35</size>
3948       </method>
3949       <method name="Void Main()">
3950         <size>15</size>
3951       </method>
3952     </type>
3953     <type name="Test1+Op">
3954       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
3955         <size>5</size>
3956       </method>
3957       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
3958         <size>4</size>
3959       </method>
3960     </type>
3961   </test>
3962   <test name="gtest-151.cs">
3963     <type name="Test`1[T]">
3964       <method name="Void .ctor()">
3965         <size>15</size>
3966       </method>
3967     </type>
3968     <type name="X">
3969       <method name="Void .ctor()">
3970         <size>7</size>
3971       </method>
3972       <method name="Int32 Main()">
3973         <size>8</size>
3974       </method>
3975     </type>
3976   </test>
3977   <test name="gtest-152.cs">
3978     <type name="EnumerableBase`1[T]">
3979       <method name="Void .ctor()">
3980         <size>7</size>
3981       </method>
3982       <method name="IFoo IFoo.Hello()">
3983         <size>7</size>
3984       </method>
3985       <method name="IFoo`1 Hello()">
3986         <size>0</size>
3987       </method>
3988     </type>
3989     <type name="CollectionBase`1[T]">
3990       <method name="Void .ctor()">
3991         <size>7</size>
3992       </method>
3993     </type>
3994     <type name="HashBag`1[T]">
3995       <method name="Void .ctor()">
3996         <size>7</size>
3997       </method>
3998       <method name="IFoo`1 Hello()">
3999         <size>2</size>
4000       </method>
4001     </type>
4002     <type name="X">
4003       <method name="Void .ctor()">
4004         <size>7</size>
4005       </method>
4006       <method name="Void Main()">
4007         <size>1</size>
4008       </method>
4009     </type>
4010   </test>
4011   <test name="gtest-153.cs">
4012     <type name="MyClass`1[T]">
4013       <method name="Void .ctor()">
4014         <size>56</size>
4015       </method>
4016     </type>
4017     <type name="X">
4018       <method name="Void .ctor()">
4019         <size>7</size>
4020       </method>
4021       <method name="Void Main()">
4022         <size>1</size>
4023       </method>
4024     </type>
4025   </test>
4026   <test name="gtest-154.cs">
4027     <type name="B">
4028       <method name="Void .ctor()">
4029         <size>7</size>
4030       </method>
4031       <method name="T`1[X] M[X]()">
4032         <size>13</size>
4033       </method>
4034       <method name="T`1[System.Int64] N()">
4035         <size>30</size>
4036       </method>
4037     </type>
4038     <type name="D">
4039       <method name="Void .ctor()">
4040         <size>7</size>
4041       </method>
4042       <method name="Void Main()">
4043         <size>13</size>
4044       </method>
4045     </type>
4046     <type name="T`1[X]">
4047       <method name="Void .ctor(Object, IntPtr)">
4048         <size>0</size>
4049       </method>
4050       <method name="Int32 Invoke(X)">
4051         <size>0</size>
4052       </method>
4053       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
4054         <size>0</size>
4055       </method>
4056       <method name="Int32 EndInvoke(IAsyncResult)">
4057         <size>0</size>
4058       </method>
4059     </type>
4060     <type name="B">
4061       <method name="Int32 &lt;N&gt;m__1(Int64)">
4062         <size>2</size>
4063       </method>
4064       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
4065         <size>2</size>
4066       </method>
4067     </type>
4068   </test>
4069   <test name="gtest-155.cs">
4070     <type name="MyClass`1[T]">
4071       <method name="Void .ctor()">
4072         <size>56</size>
4073       </method>
4074     </type>
4075     <type name="X">
4076       <method name="Void .ctor()">
4077         <size>7</size>
4078       </method>
4079       <method name="Void Main()">
4080         <size>1</size>
4081       </method>
4082     </type>
4083   </test>
4084   <test name="gtest-156.cs">
4085     <type name="FLMID.Bugs.Marshal15.D">
4086       <method name="Void .ctor()">
4087         <size>18</size>
4088       </method>
4089       <method name="Void Main(System.String[])">
4090         <size>11</size>
4091       </method>
4092     </type>
4093   </test>
4094   <test name="gtest-157.cs">
4095     <type name="kv`2[k,v]">
4096       <method name="Void .ctor()">
4097         <size>7</size>
4098       </method>
4099     </type>
4100     <type name="m`2[k,v]">
4101       <method name="Void .ctor()">
4102         <size>7</size>
4103       </method>
4104     </type>
4105     <type name="X">
4106       <method name="Void .ctor()">
4107         <size>7</size>
4108       </method>
4109       <method name="Void Main()">
4110         <size>1</size>
4111       </method>
4112     </type>
4113     <type name="m`2[k,v]">
4114       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
4115         <size>1</size>
4116       </method>
4117     </type>
4118   </test>
4119   <test name="gtest-158.cs">
4120     <type name="Moo`1[C]">
4121       <method name="Void .ctor()">
4122         <size>7</size>
4123       </method>
4124     </type>
4125     <type name="Moo`1+Foo[C]">
4126       <method name="Void .ctor()">
4127         <size>7</size>
4128       </method>
4129     </type>
4130     <type name="Test">
4131       <method name="Void .ctor()">
4132         <size>7</size>
4133       </method>
4134     </type>
4135     <type name="X">
4136       <method name="Void .ctor()">
4137         <size>7</size>
4138       </method>
4139       <method name="Void Main()">
4140         <size>7</size>
4141       </method>
4142     </type>
4143   </test>
4144   <test name="gtest-159.cs">
4145     <type name="App">
4146       <method name="Void .ctor()">
4147         <size>7</size>
4148       </method>
4149       <method name="Void Main()">
4150         <size>96</size>
4151       </method>
4152     </type>
4153   </test>
4154   <test name="gtest-160.cs">
4155     <type name="Fun`2[A,B]">
4156       <method name="Void .ctor()">
4157         <size>7</size>
4158       </method>
4159     </type>
4160     <type name="List`1[T]">
4161       <method name="Void .ctor()">
4162         <size>7</size>
4163       </method>
4164       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
4165         <size>6</size>
4166       </method>
4167       <method name="Void foo[T2]()">
4168         <size>17</size>
4169       </method>
4170     </type>
4171     <type name="X">
4172       <method name="Void .ctor()">
4173         <size>7</size>
4174       </method>
4175       <method name="Void Main()">
4176         <size>1</size>
4177       </method>
4178     </type>
4179   </test>
4180   <test name="gtest-161.cs">
4181     <type name="App">
4182       <method name="Void .ctor()">
4183         <size>7</size>
4184       </method>
4185       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
4186         <size>8</size>
4187       </method>
4188       <method name="Void Main()">
4189         <size>56</size>
4190       </method>
4191       <method name="System.String &lt;Main&gt;m__0(Int32)">
4192         <size>8</size>
4193       </method>
4194     </type>
4195   </test>
4196   <test name="gtest-162.cs">
4197     <type name="Generic`1[T]">
4198       <method name="Void .ctor()">
4199         <size>7</size>
4200       </method>
4201     </type>
4202     <type name="X">
4203       <method name="Void .ctor()">
4204         <size>7</size>
4205       </method>
4206       <method name="Int32 Main()">
4207         <size>33</size>
4208       </method>
4209     </type>
4210     <type name="Generic`1+Delegate[T]">
4211       <method name="Void .ctor(Object, IntPtr)">
4212         <size>0</size>
4213       </method>
4214       <method name="Void Invoke(Generic`1[T], T)">
4215         <size>0</size>
4216       </method>
4217       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
4218         <size>0</size>
4219       </method>
4220       <method name="Void EndInvoke(IAsyncResult)">
4221         <size>0</size>
4222       </method>
4223     </type>
4224   </test>
4225   <test name="gtest-163.cs">
4226     <type name="Foo`1[T]">
4227       <method name="Void .ctor()">
4228         <size>7</size>
4229       </method>
4230       <method name="IEnumerator`1 getEnumerator(Int32)">
4231         <size>22</size>
4232       </method>
4233     </type>
4234     <type name="X">
4235       <method name="Void .ctor()">
4236         <size>7</size>
4237       </method>
4238       <method name="Void Main()">
4239         <size>1</size>
4240       </method>
4241     </type>
4242     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
4243       <method name="Void .ctor()">
4244         <size>7</size>
4245       </method>
4246       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4247         <size>12</size>
4248       </method>
4249       <method name="Boolean MoveNext()">
4250         <size>95</size>
4251       </method>
4252       <method name="Void Dispose()">
4253         <size>8</size>
4254       </method>
4255       <method name="Void Reset()">
4256         <size>6</size>
4257       </method>
4258       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4259         <size>7</size>
4260       </method>
4261     </type>
4262   </test>
4263   <test name="gtest-164.cs">
4264     <type name="FunEnumerable">
4265       <method name="Void .ctor(Int32, Int2Int)">
4266         <size>21</size>
4267       </method>
4268       <method name="IEnumerator`1 GetEnumerator()">
4269         <size>15</size>
4270       </method>
4271     </type>
4272     <type name="X">
4273       <method name="Void .ctor()">
4274         <size>7</size>
4275       </method>
4276       <method name="Void Main()">
4277         <size>1</size>
4278       </method>
4279     </type>
4280     <type name="Int2Int">
4281       <method name="Void .ctor(Object, IntPtr)">
4282         <size>0</size>
4283       </method>
4284       <method name="Int32 Invoke(Int32)">
4285         <size>0</size>
4286       </method>
4287       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
4288         <size>0</size>
4289       </method>
4290       <method name="Int32 EndInvoke(IAsyncResult)">
4291         <size>0</size>
4292       </method>
4293     </type>
4294     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
4295       <method name="Void .ctor()">
4296         <size>7</size>
4297       </method>
4298       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4299         <size>12</size>
4300       </method>
4301       <method name="Boolean MoveNext()">
4302         <size>91</size>
4303       </method>
4304       <method name="Void Dispose()">
4305         <size>8</size>
4306       </method>
4307       <method name="Void Reset()">
4308         <size>6</size>
4309       </method>
4310       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
4311         <size>7</size>
4312       </method>
4313     </type>
4314   </test>
4315   <test name="gtest-165.cs">
4316     <type name="X">
4317       <method name="Void .ctor()">
4318         <size>7</size>
4319       </method>
4320       <method name="IEnumerable GetIt(System.Int32[])">
4321         <size>30</size>
4322       </method>
4323       <method name="Int32 Main()">
4324         <size>118</size>
4325       </method>
4326     </type>
4327     <type name="X+A">
4328       <method name="Void .ctor(Object, IntPtr)">
4329         <size>0</size>
4330       </method>
4331       <method name="Void Invoke()">
4332         <size>0</size>
4333       </method>
4334       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4335         <size>0</size>
4336       </method>
4337       <method name="Void EndInvoke(IAsyncResult)">
4338         <size>0</size>
4339       </method>
4340     </type>
4341     <type name="X+&lt;GetIt&gt;c__Iterator0">
4342       <method name="Void .ctor()">
4343         <size>7</size>
4344       </method>
4345       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4346         <size>7</size>
4347       </method>
4348       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4349         <size>7</size>
4350       </method>
4351       <method name="Boolean MoveNext()">
4352         <size>201</size>
4353       </method>
4354       <method name="Void &lt;&gt;m__0()">
4355         <size>22</size>
4356       </method>
4357       <method name="Void Dispose()">
4358         <size>8</size>
4359       </method>
4360       <method name="Void Reset()">
4361         <size>6</size>
4362       </method>
4363       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4364         <size>7</size>
4365       </method>
4366       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
4367         <size>40</size>
4368       </method>
4369     </type>
4370   </test>
4371   <test name="gtest-166.cs">
4372     <type name="C">
4373       <method name="Void .ctor()">
4374         <size>7</size>
4375       </method>
4376       <method name="Int32 Test()">
4377         <size>324</size>
4378       </method>
4379       <method name="Int32 Main()">
4380         <size>6</size>
4381       </method>
4382     </type>
4383     <type name="TestNew">
4384       <method name="Void SetTest()">
4385         <size>20</size>
4386       </method>
4387     </type>
4388   </test>
4389   <test name="gtest-167.cs">
4390     <type name="TestAttribute">
4391       <method name="Void .ctor()">
4392         <size>7</size>
4393       </method>
4394     </type>
4395     <type name="TestNotAttribute">
4396       <method name="Void .ctor()">
4397         <size>7</size>
4398       </method>
4399     </type>
4400     <type name="TestMultiAttribute">
4401       <method name="Void .ctor()">
4402         <size>7</size>
4403       </method>
4404     </type>
4405     <type name="Class1">
4406       <method name="Void .ctor()">
4407         <size>7</size>
4408       </method>
4409     </type>
4410     <type name="Class2">
4411       <method name="Void .ctor()">
4412         <size>7</size>
4413       </method>
4414     </type>
4415     <type name="Class3">
4416       <method name="Void .ctor()">
4417         <size>7</size>
4418       </method>
4419     </type>
4420     <type name="TestClass">
4421       <method name="Void .ctor()">
4422         <size>7</size>
4423       </method>
4424       <method name="Int32 Main()">
4425         <size>86</size>
4426       </method>
4427     </type>
4428   </test>
4429   <test name="gtest-168.cs">
4430     <type name="lis`1[a]">
4431       <method name="Void .ctor()">
4432         <size>7</size>
4433       </method>
4434     </type>
4435     <type name="M">
4436       <method name="Void .ctor()">
4437         <size>7</size>
4438       </method>
4439       <method name="lis`1[a] Rev[a](lis`1[a])">
4440         <size>2</size>
4441       </method>
4442       <method name="lis`1[b] MapFromArray[a,b](a[])">
4443         <size>11</size>
4444       </method>
4445     </type>
4446     <type name="X">
4447       <method name="Void .ctor()">
4448         <size>7</size>
4449       </method>
4450       <method name="Void Main()">
4451         <size>1</size>
4452       </method>
4453     </type>
4454   </test>
4455   <test name="gtest-169.cs">
4456     <type name="list`1[A]">
4457       <method name="Void .ctor()">
4458         <size>7</size>
4459       </method>
4460     </type>
4461     <type name="list`1+Cons`1[A,T]">
4462       <method name="Void .ctor()">
4463         <size>7</size>
4464       </method>
4465     </type>
4466     <type name="list`1+Nil`1[A,T]">
4467       <method name="Void .ctor()">
4468         <size>7</size>
4469       </method>
4470     </type>
4471     <type name="C">
4472       <method name="Void .ctor()">
4473         <size>7</size>
4474       </method>
4475       <method name="Void Rev[T](list`1[T])">
4476         <size>43</size>
4477       </method>
4478     </type>
4479     <type name="M">
4480       <method name="Void .ctor()">
4481         <size>7</size>
4482       </method>
4483       <method name="Void Main()">
4484         <size>21</size>
4485       </method>
4486     </type>
4487   </test>
4488   <test name="gtest-170.cs">
4489     <type name="C`1[A]">
4490       <method name="Void .ctor()">
4491         <size>7</size>
4492       </method>
4493       <method name="Void foo[B](C`1[B])">
4494         <size>7</size>
4495       </method>
4496     </type>
4497     <type name="D">
4498       <method name="Void .ctor()">
4499         <size>7</size>
4500       </method>
4501       <method name="Void append[A](C`1[A])">
4502         <size>1</size>
4503       </method>
4504       <method name="Void Main()">
4505         <size>7</size>
4506       </method>
4507     </type>
4508   </test>
4509   <test name="gtest-171.cs">
4510     <type name="list`1[a]">
4511       <method name="Void .ctor()">
4512         <size>7</size>
4513       </method>
4514     </type>
4515     <type name="Nil`1[a]">
4516       <method name="Void .ctor()">
4517         <size>7</size>
4518       </method>
4519       <method name="Void .cctor()">
4520         <size>11</size>
4521       </method>
4522     </type>
4523     <type name="Test">
4524       <method name="Void .ctor()">
4525         <size>7</size>
4526       </method>
4527       <method name="Void Main()">
4528         <size>24</size>
4529       </method>
4530     </type>
4531   </test>
4532   <test name="gtest-172.cs">
4533     <type name="M">
4534       <method name="Void .ctor()">
4535         <size>7</size>
4536       </method>
4537       <method name="Void Main()">
4538         <size>7</size>
4539       </method>
4540     </type>
4541   </test>
4542   <test name="gtest-173.cs">
4543     <type name="List`1[t]">
4544       <method name="Void .ctor()">
4545         <size>7</size>
4546       </method>
4547       <method name="Void foo[b](List`1[t])">
4548         <size>27</size>
4549       </method>
4550     </type>
4551     <type name="C">
4552       <method name="Void .ctor()">
4553         <size>7</size>
4554       </method>
4555     </type>
4556     <type name="D">
4557       <method name="Void .ctor()">
4558         <size>7</size>
4559       </method>
4560     </type>
4561     <type name="M">
4562       <method name="Void .ctor()">
4563         <size>7</size>
4564       </method>
4565       <method name="Void Main()">
4566         <size>27</size>
4567       </method>
4568     </type>
4569   </test>
4570   <test name="gtest-174.cs">
4571     <type name="B`1[T]">
4572       <method name="Void .ctor()">
4573         <size>7</size>
4574       </method>
4575       <method name="Void .cctor()">
4576         <size>11</size>
4577       </method>
4578     </type>
4579     <type name="M">
4580       <method name="Void .ctor()">
4581         <size>7</size>
4582       </method>
4583       <method name="Void Main()">
4584         <size>13</size>
4585       </method>
4586     </type>
4587   </test>
4588   <test name="gtest-175.cs">
4589     <type name="Foo">
4590       <method name="Void .ctor()">
4591         <size>7</size>
4592       </method>
4593     </type>
4594     <type name="X">
4595       <method name="Void .ctor()">
4596         <size>7</size>
4597       </method>
4598       <method name="Foo Test(Foo, Foo)">
4599         <size>10</size>
4600       </method>
4601       <method name="Int32 Main()">
4602         <size>33</size>
4603       </method>
4604     </type>
4605   </test>
4606   <test name="gtest-176.cs">
4607     <type name="lis`1[a]">
4608       <method name="Void .ctor()">
4609         <size>7</size>
4610       </method>
4611     </type>
4612     <type name="fn`3[a,b,r]">
4613       <method name="Void .ctor()">
4614         <size>7</size>
4615       </method>
4616       <method name="r apply(a, b)">
4617         <size>0</size>
4618       </method>
4619     </type>
4620     <type name="fn1`1[a]">
4621       <method name="Void .ctor()">
4622         <size>7</size>
4623       </method>
4624       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
4625         <size>8</size>
4626       </method>
4627     </type>
4628     <type name="M">
4629       <method name="Void .ctor()">
4630         <size>7</size>
4631       </method>
4632       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
4633         <size>9</size>
4634       </method>
4635       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
4636         <size>2</size>
4637       </method>
4638       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
4639         <size>17</size>
4640       </method>
4641       <method name="Void Main()">
4642         <size>12</size>
4643       </method>
4644     </type>
4645   </test>
4646   <test name="gtest-177.cs">
4647     <type name="X">
4648       <method name="Void .ctor()">
4649         <size>7</size>
4650       </method>
4651       <method name="Void .cctor()">
4652         <size>25</size>
4653       </method>
4654       <method name="Int32 Main()">
4655         <size>96</size>
4656       </method>
4657     </type>
4658     <type name="X`1[T]">
4659       <method name="Void .ctor()">
4660         <size>7</size>
4661       </method>
4662       <method name="IEnumerator`1 Y(IEnumerable`1)">
4663         <size>7</size>
4664       </method>
4665       <method name="T Z(IList`1, Int32)">
4666         <size>8</size>
4667       </method>
4668     </type>
4669   </test>
4670   <test name="gtest-178.cs">
4671     <type name="X">
4672       <method name="Void .ctor()">
4673         <size>7</size>
4674       </method>
4675       <method name="Void Main()">
4676         <size>1</size>
4677       </method>
4678     </type>
4679   </test>
4680   <test name="gtest-179.cs">
4681     <type name="X`1[T]">
4682       <method name="Void .ctor()">
4683         <size>7</size>
4684       </method>
4685       <method name="Int32 get_i()">
4686         <size>2</size>
4687       </method>
4688       <method name="Void set_i(Int32)">
4689         <size>1</size>
4690       </method>
4691       <method name="Int32 myMain()">
4692         <size>14</size>
4693       </method>
4694     </type>
4695     <type name="Y">
4696       <method name="Void .ctor()">
4697         <size>7</size>
4698       </method>
4699       <method name="Int32 Main()">
4700         <size>6</size>
4701       </method>
4702     </type>
4703   </test>
4704   <test name="gtest-180.cs">
4705     <type name="C">
4706       <method name="Void .ctor()">
4707         <size>7</size>
4708       </method>
4709     </type>
4710     <type name="C+CC">
4711       <method name="Void .ctor()">
4712         <size>7</size>
4713       </method>
4714     </type>
4715     <type name="Program">
4716       <method name="Void .ctor()">
4717         <size>7</size>
4718       </method>
4719       <method name="Int32 Main()">
4720         <size>197</size>
4721       </method>
4722     </type>
4723     <type name="D">
4724       <method name="Void .ctor(Object, IntPtr)">
4725         <size>0</size>
4726       </method>
4727       <method name="Void Invoke()">
4728         <size>0</size>
4729       </method>
4730       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4731         <size>0</size>
4732       </method>
4733       <method name="Void EndInvoke(IAsyncResult)">
4734         <size>0</size>
4735       </method>
4736     </type>
4737   </test>
4738   <test name="gtest-181.cs">
4739     <type name="X">
4740       <method name="Void .ctor()">
4741         <size>7</size>
4742       </method>
4743       <method name="IEnumerator get_GetIt()">
4744         <size>8</size>
4745       </method>
4746       <method name="Void set_GetIt(IEnumerator)">
4747         <size>1</size>
4748       </method>
4749       <method name="IEnumerable get_Item(Int32)">
4750         <size>30</size>
4751       </method>
4752       <method name="Void set_Item(Int32, IEnumerable)">
4753         <size>1</size>
4754       </method>
4755       <method name="Int32 Main()">
4756         <size>184</size>
4757       </method>
4758     </type>
4759     <type name="X+&lt;&gt;c__Iterator0">
4760       <method name="Void .ctor()">
4761         <size>7</size>
4762       </method>
4763       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4764         <size>7</size>
4765       </method>
4766       <method name="Boolean MoveNext()">
4767         <size>126</size>
4768       </method>
4769       <method name="Void Dispose()">
4770         <size>8</size>
4771       </method>
4772       <method name="Void Reset()">
4773         <size>6</size>
4774       </method>
4775     </type>
4776     <type name="X+&lt;&gt;c__Iterator1">
4777       <method name="Void .ctor()">
4778         <size>7</size>
4779       </method>
4780       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4781         <size>7</size>
4782       </method>
4783       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4784         <size>7</size>
4785       </method>
4786       <method name="Boolean MoveNext()">
4787         <size>147</size>
4788       </method>
4789       <method name="Void Dispose()">
4790         <size>8</size>
4791       </method>
4792       <method name="Void Reset()">
4793         <size>6</size>
4794       </method>
4795     </type>
4796     <type name="X+&lt;&gt;c__Iterator0">
4797       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4798         <size>7</size>
4799       </method>
4800     </type>
4801     <type name="X+&lt;&gt;c__Iterator1">
4802       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4803         <size>7</size>
4804       </method>
4805       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
4806         <size>40</size>
4807       </method>
4808     </type>
4809   </test>
4810   <test name="gtest-182.cs">
4811     <type name="C1">
4812       <method name="Void .ctor()">
4813         <size>7</size>
4814       </method>
4815       <method name="Int32 GetId()">
4816         <size>3</size>
4817       </method>
4818     </type>
4819     <type name="X">
4820       <method name="Void .ctor()">
4821         <size>7</size>
4822       </method>
4823       <method name="Void foo[a](a)">
4824         <size>15</size>
4825       </method>
4826       <method name="Void Main()">
4827         <size>11</size>
4828       </method>
4829     </type>
4830   </test>
4831   <test name="gtest-183.cs">
4832     <type name="test.Test`1[T]">
4833       <method name="Void .ctor()">
4834         <size>7</size>
4835       </method>
4836       <method name="IEnumerable`1 Lookup(T)">
4837         <size>30</size>
4838       </method>
4839     </type>
4840     <type name="test.Program">
4841       <method name="Void .ctor()">
4842         <size>7</size>
4843       </method>
4844       <method name="Void Main(System.String[])">
4845         <size>69</size>
4846       </method>
4847     </type>
4848     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
4849       <method name="Void .ctor()">
4850         <size>7</size>
4851       </method>
4852       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4853         <size>12</size>
4854       </method>
4855       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4856         <size>7</size>
4857       </method>
4858       <method name="Boolean MoveNext()">
4859         <size>84</size>
4860       </method>
4861       <method name="Void Dispose()">
4862         <size>8</size>
4863       </method>
4864       <method name="Void Reset()">
4865         <size>6</size>
4866       </method>
4867       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4868         <size>7</size>
4869       </method>
4870       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
4871         <size>40</size>
4872       </method>
4873     </type>
4874   </test>
4875   <test name="gtest-184.cs">
4876     <type name="X">
4877       <method name="Void .ctor()">
4878         <size>7</size>
4879       </method>
4880       <method name="Void Main()">
4881         <size>68</size>
4882       </method>
4883       <method name="Boolean &lt;Main&gt;m__0(System.String)">
4884         <size>12</size>
4885       </method>
4886     </type>
4887   </test>
4888   <test name="gtest-185.cs">
4889     <type name="App">
4890       <method name="Void .ctor()">
4891         <size>7</size>
4892       </method>
4893       <method name="Void Main()">
4894         <size>47</size>
4895       </method>
4896     </type>
4897     <type name="FP">
4898       <method name="Void .ctor()">
4899         <size>7</size>
4900       </method>
4901       <method name="T[] appendArrays[T](T[][])">
4902         <size>140</size>
4903       </method>
4904     </type>
4905   </test>
4906   <test name="gtest-186.cs">
4907     <type name="Tuple`2[a,b]">
4908       <method name="Void .ctor(a, b)">
4909         <size>21</size>
4910       </method>
4911     </type>
4912     <type name="Test">
4913       <method name="Void .ctor()">
4914         <size>7</size>
4915       </method>
4916       <method name="Void Main()">
4917         <size>120</size>
4918       </method>
4919     </type>
4920     <type name="TestSimpleObject">
4921       <method name="Void .ctor()">
4922         <size>25</size>
4923       </method>
4924       <method name="Void Print()">
4925         <size>17</size>
4926       </method>
4927     </type>
4928   </test>
4929   <test name="gtest-187.cs">
4930     <type name="Foo`1[T]">
4931       <method name="Void .ctor()">
4932         <size>7</size>
4933       </method>
4934       <method name="T next()">
4935         <size>7</size>
4936       </method>
4937     </type>
4938     <type name="Goo">
4939       <method name="Void .ctor()">
4940         <size>7</size>
4941       </method>
4942     </type>
4943     <type name="Test">
4944       <method name="Void .ctor()">
4945         <size>7</size>
4946       </method>
4947       <method name="Void Main()">
4948         <size>14</size>
4949       </method>
4950     </type>
4951   </test>
4952   <test name="gtest-188.cs">
4953     <type name="Foo">
4954       <method name="Void .ctor(Object[])">
4955         <size>11</size>
4956       </method>
4957       <method name="Void .ctor(Object[], Object)">
4958         <size>217</size>
4959       </method>
4960       <method name="Void add_DoSomething(System.EventHandler)">
4961         <size>24</size>
4962       </method>
4963       <method name="Void remove_DoSomething(System.EventHandler)">
4964         <size>24</size>
4965       </method>
4966       <method name="Void Main()">
4967         <size>21</size>
4968       </method>
4969     </type>
4970     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
4971       <method name="Void .ctor()">
4972         <size>7</size>
4973       </method>
4974       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
4975         <size>46</size>
4976       </method>
4977     </type>
4978     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
4979       <method name="Void .ctor()">
4980         <size>7</size>
4981       </method>
4982     </type>
4983   </test>
4984   <test name="gtest-189.cs">
4985     <type name="Bar">
4986       <method name="Void .ctor()">
4987         <size>7</size>
4988       </method>
4989     </type>
4990     <type name="Cont`1[T]">
4991       <method name="Void .ctor(T)">
4992         <size>14</size>
4993       </method>
4994       <method name="System.String ToString()">
4995         <size>18</size>
4996       </method>
4997     </type>
4998     <type name="M">
4999       <method name="Void .ctor()">
5000         <size>7</size>
5001       </method>
5002       <method name="Void Main()">
5003         <size>18</size>
5004       </method>
5005     </type>
5006   </test>
5007   <test name="gtest-190.cs">
5008     <type name="Foo`1[T]">
5009       <method name="Void .ctor()">
5010         <size>7</size>
5011       </method>
5012       <method name="Foo`1+Node[T] GetRoot()">
5013         <size>6</size>
5014       </method>
5015       <method name="Void Test(Foo`1+Node[T])">
5016         <size>14</size>
5017       </method>
5018     </type>
5019     <type name="Foo`1+Node[T]">
5020       <method name="Void .ctor()">
5021         <size>7</size>
5022       </method>
5023     </type>
5024     <type name="Foo`1+ConcatNode[T]">
5025       <method name="Void .ctor()">
5026         <size>7</size>
5027       </method>
5028     </type>
5029     <type name="X">
5030       <method name="Void .ctor()">
5031         <size>7</size>
5032       </method>
5033       <method name="Void Main()">
5034         <size>21</size>
5035       </method>
5036     </type>
5037   </test>
5038   <test name="gtest-191.cs">
5039     <type name="Test1.Test">
5040       <method name="IEnumerable`1 Replace[T]()">
5041         <size>16</size>
5042       </method>
5043     </type>
5044     <type name="Test2.Test`1[S]">
5045       <method name="Void .ctor()">
5046         <size>7</size>
5047       </method>
5048       <method name="IEnumerable`1 Replace[T]()">
5049         <size>16</size>
5050       </method>
5051     </type>
5052     <type name="Test3.Test`1[S]">
5053       <method name="Void .ctor()">
5054         <size>7</size>
5055       </method>
5056       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
5057         <size>16</size>
5058       </method>
5059     </type>
5060     <type name="Test4.Test">
5061       <method name="Void .ctor()">
5062         <size>7</size>
5063       </method>
5064       <method name="IEnumerable`1 Replace[T]()">
5065         <size>16</size>
5066       </method>
5067     </type>
5068     <type name="Test5.Test">
5069       <method name="Void .ctor()">
5070         <size>7</size>
5071       </method>
5072       <method name="IEnumerable`1 Replace[T](T)">
5073         <size>30</size>
5074       </method>
5075     </type>
5076     <type name="Test6.Test">
5077       <method name="Void .ctor()">
5078         <size>7</size>
5079       </method>
5080       <method name="IEnumerable`1 Replace[T](T)">
5081         <size>30</size>
5082       </method>
5083     </type>
5084     <type name="Test7.Test">
5085       <method name="Void .ctor()">
5086         <size>7</size>
5087       </method>
5088       <method name="IEnumerable`1 Replace[T](T[])">
5089         <size>30</size>
5090       </method>
5091     </type>
5092     <type name="X">
5093       <method name="Void .ctor()">
5094         <size>7</size>
5095       </method>
5096       <method name="Void Main()">
5097         <size>1</size>
5098       </method>
5099     </type>
5100     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5101       <method name="Void .ctor()">
5102         <size>7</size>
5103       </method>
5104       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5105         <size>12</size>
5106       </method>
5107       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5108         <size>7</size>
5109       </method>
5110       <method name="Boolean MoveNext()">
5111         <size>25</size>
5112       </method>
5113       <method name="Void Dispose()">
5114         <size>8</size>
5115       </method>
5116       <method name="Void Reset()">
5117         <size>6</size>
5118       </method>
5119     </type>
5120     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
5121       <method name="Void .ctor()">
5122         <size>7</size>
5123       </method>
5124       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5125         <size>12</size>
5126       </method>
5127       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5128         <size>7</size>
5129       </method>
5130       <method name="Boolean MoveNext()">
5131         <size>25</size>
5132       </method>
5133       <method name="Void Dispose()">
5134         <size>8</size>
5135       </method>
5136       <method name="Void Reset()">
5137         <size>6</size>
5138       </method>
5139     </type>
5140     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
5141       <method name="Void .ctor()">
5142         <size>7</size>
5143       </method>
5144       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5145         <size>12</size>
5146       </method>
5147       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5148         <size>7</size>
5149       </method>
5150       <method name="Boolean MoveNext()">
5151         <size>25</size>
5152       </method>
5153       <method name="Void Dispose()">
5154         <size>8</size>
5155       </method>
5156       <method name="Void Reset()">
5157         <size>6</size>
5158       </method>
5159     </type>
5160     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
5161       <method name="Void .ctor()">
5162         <size>7</size>
5163       </method>
5164       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5165         <size>12</size>
5166       </method>
5167       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5168         <size>7</size>
5169       </method>
5170       <method name="Boolean MoveNext()">
5171         <size>25</size>
5172       </method>
5173       <method name="Void Dispose()">
5174         <size>8</size>
5175       </method>
5176       <method name="Void Reset()">
5177         <size>6</size>
5178       </method>
5179     </type>
5180     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
5181       <method name="Void .ctor()">
5182         <size>7</size>
5183       </method>
5184       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5185         <size>12</size>
5186       </method>
5187       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5188         <size>7</size>
5189       </method>
5190       <method name="Boolean MoveNext()">
5191         <size>70</size>
5192       </method>
5193       <method name="Void Dispose()">
5194         <size>8</size>
5195       </method>
5196       <method name="Void Reset()">
5197         <size>6</size>
5198       </method>
5199     </type>
5200     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
5201       <method name="Void .ctor()">
5202         <size>7</size>
5203       </method>
5204       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5205         <size>12</size>
5206       </method>
5207       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5208         <size>7</size>
5209       </method>
5210       <method name="Boolean MoveNext()">
5211         <size>82</size>
5212       </method>
5213       <method name="Void Dispose()">
5214         <size>8</size>
5215       </method>
5216       <method name="Void Reset()">
5217         <size>6</size>
5218       </method>
5219     </type>
5220     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
5221       <method name="Void .ctor()">
5222         <size>7</size>
5223       </method>
5224       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5225         <size>7</size>
5226       </method>
5227       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5228         <size>7</size>
5229       </method>
5230       <method name="Boolean MoveNext()">
5231         <size>82</size>
5232       </method>
5233       <method name="Void Dispose()">
5234         <size>8</size>
5235       </method>
5236       <method name="Void Reset()">
5237         <size>6</size>
5238       </method>
5239     </type>
5240     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5241       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5242         <size>7</size>
5243       </method>
5244       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5245         <size>26</size>
5246       </method>
5247     </type>
5248     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
5249       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5250         <size>7</size>
5251       </method>
5252       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5253         <size>26</size>
5254       </method>
5255     </type>
5256     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
5257       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
5258         <size>7</size>
5259       </method>
5260       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
5261         <size>26</size>
5262       </method>
5263     </type>
5264     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
5265       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5266         <size>7</size>
5267       </method>
5268       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5269         <size>26</size>
5270       </method>
5271     </type>
5272     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
5273       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5274         <size>7</size>
5275       </method>
5276       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5277         <size>40</size>
5278       </method>
5279     </type>
5280     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
5281       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5282         <size>7</size>
5283       </method>
5284       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5285         <size>40</size>
5286       </method>
5287     </type>
5288     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
5289       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
5290         <size>7</size>
5291       </method>
5292       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
5293         <size>40</size>
5294       </method>
5295     </type>
5296   </test>
5297   <test name="gtest-192.cs">
5298     <type name="xX">
5299       <method name="Void .ctor()">
5300         <size>7</size>
5301       </method>
5302       <method name="Void Main()">
5303         <size>1</size>
5304       </method>
5305     </type>
5306   </test>
5307   <test name="gtest-193.cs">
5308     <type name="OrderedMultiDictionary`2[T,U]">
5309       <method name="Void .ctor()">
5310         <size>7</size>
5311       </method>
5312       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5313         <size>29</size>
5314       </method>
5315     </type>
5316     <type name="RedBlackTree`1[S]">
5317       <method name="Void .ctor()">
5318         <size>7</size>
5319       </method>
5320       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5321         <size>16</size>
5322       </method>
5323     </type>
5324     <type name="X">
5325       <method name="Void .ctor()">
5326         <size>7</size>
5327       </method>
5328       <method name="Void Main()">
5329         <size>1</size>
5330       </method>
5331     </type>
5332     <type name="RedBlackTree`1+RangeTester[S]">
5333       <method name="Void .ctor(Object, IntPtr)">
5334         <size>0</size>
5335       </method>
5336       <method name="Int32 Invoke(S)">
5337         <size>0</size>
5338       </method>
5339       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5340         <size>0</size>
5341       </method>
5342       <method name="Int32 EndInvoke(IAsyncResult)">
5343         <size>0</size>
5344       </method>
5345     </type>
5346     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5347       <method name="Void .ctor()">
5348         <size>7</size>
5349       </method>
5350       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5351         <size>12</size>
5352       </method>
5353       <method name="Boolean MoveNext()">
5354         <size>48</size>
5355       </method>
5356       <method name="Void Dispose()">
5357         <size>8</size>
5358       </method>
5359       <method name="Void Reset()">
5360         <size>6</size>
5361       </method>
5362     </type>
5363     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5364       <method name="Void .ctor()">
5365         <size>7</size>
5366       </method>
5367       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5368         <size>12</size>
5369       </method>
5370       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5371         <size>7</size>
5372       </method>
5373       <method name="Boolean MoveNext()">
5374         <size>25</size>
5375       </method>
5376       <method name="Void Dispose()">
5377         <size>8</size>
5378       </method>
5379       <method name="Void Reset()">
5380         <size>6</size>
5381       </method>
5382     </type>
5383     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5384       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5385         <size>7</size>
5386       </method>
5387     </type>
5388     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5389       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5390         <size>7</size>
5391       </method>
5392       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5393         <size>26</size>
5394       </method>
5395     </type>
5396   </test>
5397   <test name="gtest-194.cs">
5398     <type name="RedBlackTree`1[S]">
5399       <method name="Void .ctor()">
5400         <size>7</size>
5401       </method>
5402       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5403         <size>16</size>
5404       </method>
5405     </type>
5406     <type name="OrderedMultiDictionary`2[T,U]">
5407       <method name="Void .ctor()">
5408         <size>7</size>
5409       </method>
5410       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5411         <size>29</size>
5412       </method>
5413     </type>
5414     <type name="X">
5415       <method name="Void .ctor()">
5416         <size>7</size>
5417       </method>
5418       <method name="Void Main()">
5419         <size>1</size>
5420       </method>
5421     </type>
5422     <type name="RedBlackTree`1+RangeTester[S]">
5423       <method name="Void .ctor(Object, IntPtr)">
5424         <size>0</size>
5425       </method>
5426       <method name="Int32 Invoke(S)">
5427         <size>0</size>
5428       </method>
5429       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5430         <size>0</size>
5431       </method>
5432       <method name="Int32 EndInvoke(IAsyncResult)">
5433         <size>0</size>
5434       </method>
5435     </type>
5436     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5437       <method name="Void .ctor()">
5438         <size>7</size>
5439       </method>
5440       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5441         <size>12</size>
5442       </method>
5443       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5444         <size>7</size>
5445       </method>
5446       <method name="Boolean MoveNext()">
5447         <size>25</size>
5448       </method>
5449       <method name="Void Dispose()">
5450         <size>8</size>
5451       </method>
5452       <method name="Void Reset()">
5453         <size>6</size>
5454       </method>
5455     </type>
5456     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
5457       <method name="Void .ctor()">
5458         <size>7</size>
5459       </method>
5460       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5461         <size>12</size>
5462       </method>
5463       <method name="Boolean MoveNext()">
5464         <size>48</size>
5465       </method>
5466       <method name="Void Dispose()">
5467         <size>8</size>
5468       </method>
5469       <method name="Void Reset()">
5470         <size>6</size>
5471       </method>
5472     </type>
5473     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5474       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5475         <size>7</size>
5476       </method>
5477       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5478         <size>26</size>
5479       </method>
5480     </type>
5481     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
5482       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5483         <size>7</size>
5484       </method>
5485     </type>
5486   </test>
5487   <test name="gtest-195.cs">
5488     <type name="OrderedMultiDictionary`2[T,U]">
5489       <method name="Void .ctor()">
5490         <size>7</size>
5491       </method>
5492       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5493         <size>13</size>
5494       </method>
5495     </type>
5496     <type name="RedBlackTree`1[S]">
5497       <method name="Void .ctor()">
5498         <size>7</size>
5499       </method>
5500       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
5501         <size>1</size>
5502       </method>
5503     </type>
5504     <type name="X">
5505       <method name="Void .ctor()">
5506         <size>7</size>
5507       </method>
5508       <method name="Void Main()">
5509         <size>1</size>
5510       </method>
5511     </type>
5512     <type name="RedBlackTree`1+RangeTester[S]">
5513       <method name="Void .ctor(Object, IntPtr)">
5514         <size>0</size>
5515       </method>
5516       <method name="Int32 Invoke(S)">
5517         <size>0</size>
5518       </method>
5519       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5520         <size>0</size>
5521       </method>
5522       <method name="Int32 EndInvoke(IAsyncResult)">
5523         <size>0</size>
5524       </method>
5525     </type>
5526   </test>
5527   <test name="gtest-196.cs">
5528     <type name="Dict">
5529       <method name="Void .ctor()">
5530         <size>7</size>
5531       </method>
5532     </type>
5533     <type name="Foo">
5534       <method name="Void .ctor()">
5535         <size>7</size>
5536       </method>
5537       <method name="Int32 Main()">
5538         <size>112</size>
5539       </method>
5540     </type>
5541   </test>
5542   <test name="gtest-197.cs">
5543     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
5544       <method name="Void .ctor()">
5545         <size>7</size>
5546       </method>
5547       <method name="Void .cctor()">
5548         <size>95</size>
5549       </method>
5550       <method name="Int32 GetHashCode(T)">
5551         <size>0</size>
5552       </method>
5553       <method name="Boolean Equals(T, T)">
5554         <size>0</size>
5555       </method>
5556       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
5557         <size>6</size>
5558       </method>
5559     </type>
5560     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
5561       <method name="Void .ctor()">
5562         <size>7</size>
5563       </method>
5564       <method name="Int32 GetHashCode(T)">
5565         <size>14</size>
5566       </method>
5567       <method name="Boolean Equals(T, T)">
5568         <size>41</size>
5569       </method>
5570     </type>
5571     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
5572       <method name="Void .ctor()">
5573         <size>7</size>
5574       </method>
5575       <method name="Int32 GetHashCode(T)">
5576         <size>14</size>
5577       </method>
5578       <method name="Boolean Equals(T, T)">
5579         <size>36</size>
5580       </method>
5581     </type>
5582     <type name="Martin.Collections.Generic.X">
5583       <method name="Void .ctor()">
5584         <size>7</size>
5585       </method>
5586       <method name="Void Main()">
5587         <size>1</size>
5588       </method>
5589     </type>
5590   </test>
5591   <test name="gtest-198.cs">
5592     <type name="ClassLibrary2.List1`1[T]">
5593       <method name="Void .ctor()">
5594         <size>7</size>
5595       </method>
5596     </type>
5597     <type name="ClassLibrary2.List2`1[T]">
5598       <method name="Void .ctor()">
5599         <size>18</size>
5600       </method>
5601       <method name="Void AddItem(T)">
5602         <size>13</size>
5603       </method>
5604     </type>
5605     <type name="ClassLibrary2.Foo">
5606       <method name="Void .ctor()">
5607         <size>7</size>
5608       </method>
5609       <method name="Void Main()">
5610         <size>1</size>
5611       </method>
5612     </type>
5613   </test>
5614   <test name="gtest-199.cs">
5615     <type name="Splay`1[T]">
5616       <method name="Void .ctor()">
5617         <size>7</size>
5618       </method>
5619     </type>
5620     <type name="Foo">
5621       <method name="Void .ctor()">
5622         <size>7</size>
5623       </method>
5624       <method name="Void Main()">
5625         <size>1</size>
5626       </method>
5627     </type>
5628   </test>
5629   <test name="gtest-200.cs">
5630     <type name="Test">
5631       <method name="Void .ctor()">
5632         <size>7</size>
5633       </method>
5634       <method name="T QueryInterface[T](System.Object)">
5635         <size>45</size>
5636       </method>
5637     </type>
5638     <type name="Driver">
5639       <method name="Void .ctor()">
5640         <size>7</size>
5641       </method>
5642       <method name="Void Main()">
5643         <size>1</size>
5644       </method>
5645     </type>
5646   </test>
5647   <test name="gtest-201.cs">
5648     <type name="HashSet`1[T]">
5649       <method name="Void .ctor(Int64)">
5650         <size>14</size>
5651       </method>
5652       <method name="Int64 Test()">
5653         <size>7</size>
5654       </method>
5655       <method name="IEnumerator`1 GetEnumerator()">
5656         <size>15</size>
5657       </method>
5658     </type>
5659     <type name="X">
5660       <method name="Void .ctor()">
5661         <size>7</size>
5662       </method>
5663       <method name="Int32 Main()">
5664         <size>81</size>
5665       </method>
5666     </type>
5667     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5668       <method name="Void .ctor()">
5669         <size>7</size>
5670       </method>
5671       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5672         <size>12</size>
5673       </method>
5674       <method name="Boolean MoveNext()">
5675         <size>75</size>
5676       </method>
5677       <method name="Void Dispose()">
5678         <size>8</size>
5679       </method>
5680       <method name="Void Reset()">
5681         <size>6</size>
5682       </method>
5683       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
5684         <size>7</size>
5685       </method>
5686     </type>
5687   </test>
5688   <test name="gtest-202.cs">
5689     <type name="Generic`1[T]">
5690       <method name="Void .ctor()">
5691         <size>20</size>
5692       </method>
5693       <method name="T get_Item(Int32, Int32)">
5694         <size>14</size>
5695       </method>
5696       <method name="Void set_Item(Int32, Int32, T)">
5697         <size>15</size>
5698       </method>
5699     </type>
5700     <type name="Fault">
5701       <method name="Void Main()">
5702         <size>45</size>
5703       </method>
5704       <method name="System.String ToString()">
5705         <size>6</size>
5706       </method>
5707     </type>
5708   </test>
5709   <test name="gtest-203.cs">
5710     <type name="C`2[X,Y]">
5711       <method name="Void .ctor()">
5712         <size>7</size>
5713       </method>
5714       <method name="Void foo[A,B]()">
5715         <size>14</size>
5716       </method>
5717       <method name="Void bar[A,B]()">
5718         <size>69</size>
5719       </method>
5720     </type>
5721     <type name="C`2+Q`2[X,Y,A,B]">
5722       <method name="Void .ctor()">
5723         <size>7</size>
5724       </method>
5725       <method name="Void apply(C`2[X,Y])">
5726         <size>7</size>
5727       </method>
5728     </type>
5729     <type name="X">
5730       <method name="Void .ctor()">
5731         <size>7</size>
5732       </method>
5733       <method name="Void Main()">
5734         <size>13</size>
5735       </method>
5736     </type>
5737   </test>
5738   <test name="gtest-204.cs">
5739     <type name="Map`1[b]">
5740       <method name="Void .ctor()">
5741         <size>7</size>
5742       </method>
5743       <method name="a Fold1[a](a)">
5744         <size>2</size>
5745       </method>
5746       <method name="c Fold[c](c)">
5747         <size>15</size>
5748       </method>
5749     </type>
5750     <type name="LocalContext">
5751       <method name="Void .ctor()">
5752         <size>18</size>
5753       </method>
5754       <method name="a Fold[a](a)">
5755         <size>13</size>
5756       </method>
5757     </type>
5758     <type name="M">
5759       <method name="Void .ctor()">
5760         <size>7</size>
5761       </method>
5762       <method name="Void Main()">
5763         <size>19</size>
5764       </method>
5765     </type>
5766   </test>
5767   <test name="gtest-205.cs">
5768     <type name="Foo`1[S]">
5769       <method name="Void .ctor()">
5770         <size>7</size>
5771       </method>
5772     </type>
5773     <type name="Test`1[U]">
5774       <method name="Void .ctor()">
5775         <size>7</size>
5776       </method>
5777       <method name="Void Func(U)">
5778         <size>12</size>
5779       </method>
5780     </type>
5781     <type name="X">
5782       <method name="Void .ctor()">
5783         <size>7</size>
5784       </method>
5785       <method name="Void Test(System.Type, System.Object)">
5786         <size>31</size>
5787       </method>
5788       <method name="Void Main()">
5789         <size>144</size>
5790       </method>
5791     </type>
5792   </test>
5793   <test name="gtest-206.cs">
5794     <type name="Continuation`2[R,A]">
5795       <method name="Void .ctor()">
5796         <size>7</size>
5797       </method>
5798       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
5799         <size>2</size>
5800       </method>
5801     </type>
5802     <type name="Driver">
5803       <method name="Void .ctor()">
5804         <size>7</size>
5805       </method>
5806       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
5807         <size>7</size>
5808       </method>
5809       <method name="Void Main()">
5810         <size>9</size>
5811       </method>
5812     </type>
5813   </test>
5814   <test name="gtest-207.cs">
5815     <type name="M">
5816       <method name="Void .ctor()">
5817         <size>7</size>
5818       </method>
5819       <method name="Void p(System.String)">
5820         <size>7</size>
5821       </method>
5822       <method name="Void Main()">
5823         <size>50</size>
5824       </method>
5825     </type>
5826   </test>
5827   <test name="gtest-208.cs">
5828     <type name="SomeClass">
5829       <method name="Void .ctor()">
5830         <size>7</size>
5831       </method>
5832     </type>
5833     <type name="Foo`1[T]">
5834       <method name="Void .ctor()">
5835         <size>7</size>
5836       </method>
5837       <method name="T Do(System.Object)">
5838         <size>12</size>
5839       </method>
5840     </type>
5841     <type name="Driver">
5842       <method name="Void .ctor()">
5843         <size>7</size>
5844       </method>
5845       <method name="Void Main()">
5846         <size>19</size>
5847       </method>
5848     </type>
5849   </test>
5850   <test name="gtest-209.cs">
5851     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
5852       <method name="Void .ctor()">
5853         <size>7</size>
5854       </method>
5855     </type>
5856     <type name="ClassLibrary3.Test">
5857       <method name="Void .ctor()">
5858         <size>7</size>
5859       </method>
5860       <method name="Void Main()">
5861         <size>23</size>
5862       </method>
5863     </type>
5864   </test>
5865   <test name="gtest-210.cs">
5866     <type name="Foo`1[T]">
5867       <method name="Void .ctor()">
5868         <size>7</size>
5869       </method>
5870       <method name="T next()">
5871         <size>7</size>
5872       </method>
5873     </type>
5874     <type name="Goo">
5875       <method name="Void .ctor()">
5876         <size>7</size>
5877       </method>
5878     </type>
5879     <type name="Test">
5880       <method name="Void .ctor()">
5881         <size>7</size>
5882       </method>
5883       <method name="Void Main()">
5884         <size>14</size>
5885       </method>
5886     </type>
5887   </test>
5888   <test name="gtest-211.cs">
5889     <type name="MyTest">
5890       <method name="Void .ctor()">
5891         <size>7</size>
5892       </method>
5893       <method name="Void f(Boolean, Boolean)">
5894         <size>59</size>
5895       </method>
5896       <method name="Void Main()">
5897         <size>448</size>
5898       </method>
5899     </type>
5900   </test>
5901   <test name="gtest-212.cs">
5902     <type name="Test">
5903       <method name="Void .ctor()">
5904         <size>7</size>
5905       </method>
5906       <method name="Void Fun[T](T)">
5907         <size>15</size>
5908       </method>
5909       <method name="Void Main()">
5910         <size>15</size>
5911       </method>
5912     </type>
5913     <type name="SomeStruct">
5914       <method name="Boolean get_Valid()">
5915         <size>2</size>
5916       </method>
5917     </type>
5918   </test>
5919   <test name="gtest-213.cs">
5920     <type name="Test">
5921       <method name="Void .ctor()">
5922         <size>7</size>
5923       </method>
5924       <method name="Void Fun[T](T)">
5925         <size>78</size>
5926       </method>
5927       <method name="Void Main()">
5928         <size>15</size>
5929       </method>
5930     </type>
5931     <type name="SomeStruct">
5932       <method name="Int32 get_Foo()">
5933         <size>7</size>
5934       </method>
5935       <method name="Void set_Foo(Int32)">
5936         <size>8</size>
5937       </method>
5938     </type>
5939   </test>
5940   <test name="gtest-214.cs">
5941     <type name="X">
5942       <method name="Void .ctor()">
5943         <size>7</size>
5944       </method>
5945       <method name="Int32 Main()">
5946         <size>83</size>
5947       </method>
5948     </type>
5949   </test>
5950   <test name="gtest-215.cs">
5951     <type name="R">
5952       <method name="Void .ctor()">
5953         <size>7</size>
5954       </method>
5955     </type>
5956     <type name="A`1[T]">
5957       <method name="Void .ctor()">
5958         <size>7</size>
5959       </method>
5960     </type>
5961     <type name="D">
5962       <method name="Void .ctor()">
5963         <size>7</size>
5964       </method>
5965     </type>
5966     <type name="MainClass">
5967       <method name="Void .ctor()">
5968         <size>7</size>
5969       </method>
5970       <method name="Void Main()">
5971         <size>1</size>
5972       </method>
5973     </type>
5974   </test>
5975   <test name="gtest-216.cs">
5976     <type name="BaseClass">
5977       <method name="Void .ctor()">
5978         <size>7</size>
5979       </method>
5980       <method name="Ret`1 Foo[T]()">
5981         <size>2</size>
5982       </method>
5983       <method name="Ret Foo()">
5984         <size>2</size>
5985       </method>
5986       <method name="Void Main()">
5987         <size>1</size>
5988       </method>
5989     </type>
5990     <type name="DerivedClass">
5991       <method name="Void .ctor()">
5992         <size>7</size>
5993       </method>
5994       <method name="Ret`1 Foo[T]()">
5995         <size>2</size>
5996       </method>
5997       <method name="Ret Foo()">
5998         <size>2</size>
5999       </method>
6000     </type>
6001   </test>
6002   <test name="gtest-217.cs">
6003     <type name="MyTest">
6004       <method name="Void .ctor()">
6005         <size>7</size>
6006       </method>
6007       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
6008         <size>44</size>
6009       </method>
6010       <method name="Void Main(System.String[])">
6011         <size>95</size>
6012       </method>
6013       <method name="IEnumerable`1 FromTo(Int32, Int32)">
6014         <size>44</size>
6015       </method>
6016     </type>
6017     <type name="Fun`2[A1,R]">
6018       <method name="Void .ctor(Object, IntPtr)">
6019         <size>0</size>
6020       </method>
6021       <method name="R Invoke(A1)">
6022         <size>0</size>
6023       </method>
6024       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
6025         <size>0</size>
6026       </method>
6027       <method name="R EndInvoke(IAsyncResult)">
6028         <size>0</size>
6029       </method>
6030     </type>
6031     <type name="MyTest">
6032       <method name="System.String &lt;Main&gt;m__0(Int32)">
6033         <size>8</size>
6034       </method>
6035     </type>
6036     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6037       <method name="Void .ctor()">
6038         <size>7</size>
6039       </method>
6040       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6041         <size>12</size>
6042       </method>
6043       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6044         <size>7</size>
6045       </method>
6046       <method name="Boolean MoveNext()">
6047         <size>205</size>
6048       </method>
6049       <method name="Void Dispose()">
6050         <size>60</size>
6051       </method>
6052       <method name="Void Reset()">
6053         <size>6</size>
6054       </method>
6055     </type>
6056     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
6057       <method name="Void .ctor()">
6058         <size>7</size>
6059       </method>
6060       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6061         <size>12</size>
6062       </method>
6063       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6064         <size>7</size>
6065       </method>
6066       <method name="Boolean MoveNext()">
6067         <size>118</size>
6068       </method>
6069       <method name="Void Dispose()">
6070         <size>8</size>
6071       </method>
6072       <method name="Void Reset()">
6073         <size>6</size>
6074       </method>
6075     </type>
6076     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6077       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
6078         <size>7</size>
6079       </method>
6080       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
6081         <size>52</size>
6082       </method>
6083     </type>
6084     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
6085       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
6086         <size>7</size>
6087       </method>
6088       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
6089         <size>52</size>
6090       </method>
6091     </type>
6092   </test>
6093   <test name="gtest-218.cs">
6094     <type name="Foo">
6095       <method name="Void .ctor()">
6096         <size>7</size>
6097       </method>
6098     </type>
6099     <type name="X">
6100       <method name="Void .ctor()">
6101         <size>7</size>
6102       </method>
6103       <method name="Void Main()">
6104         <size>1</size>
6105       </method>
6106     </type>
6107   </test>
6108   <test name="gtest-219.cs">
6109     <type name="Test">
6110       <method name="Void .ctor()">
6111         <size>7</size>
6112       </method>
6113       <method name="Void Foo[T]()">
6114         <size>1</size>
6115       </method>
6116       <method name="Int32 Main()">
6117         <size>70</size>
6118       </method>
6119     </type>
6120   </test>
6121   <test name="gtest-220.cs">
6122     <type name="A`1[T1]">
6123       <method name="Void .ctor()">
6124         <size>7</size>
6125       </method>
6126     </type>
6127     <type name="A`1+B`1[T1,T2]">
6128       <method name="Void .ctor()">
6129         <size>7</size>
6130       </method>
6131     </type>
6132     <type name="A`1+B`1+C`1[T1,T2,T3]">
6133       <method name="Void .ctor()">
6134         <size>7</size>
6135       </method>
6136     </type>
6137     <type name="PopQuiz">
6138       <method name="Void .ctor()">
6139         <size>7</size>
6140       </method>
6141       <method name="Int32 Main()">
6142         <size>145</size>
6143       </method>
6144     </type>
6145   </test>
6146   <test name="gtest-221.cs">
6147     <type name="C1`1[IFoo]">
6148       <method name="Void .ctor()">
6149         <size>7</size>
6150       </method>
6151     </type>
6152     <type name="C2">
6153       <method name="Void .ctor()">
6154         <size>7</size>
6155       </method>
6156       <method name="C1`1[T] Hoge[T](C1`1[T])">
6157         <size>0</size>
6158       </method>
6159     </type>
6160     <type name="C3">
6161       <method name="Void .ctor()">
6162         <size>7</size>
6163       </method>
6164       <method name="C1`1[T] Hoge[T](C1`1[T])">
6165         <size>2</size>
6166       </method>
6167     </type>
6168     <type name="X">
6169       <method name="Void .ctor()">
6170         <size>7</size>
6171       </method>
6172       <method name="Void Main()">
6173         <size>1</size>
6174       </method>
6175     </type>
6176   </test>
6177   <test name="gtest-222.cs">
6178     <type name="Mona`1[T]">
6179       <method name="Void .ctor()">
6180         <size>7</size>
6181       </method>
6182     </type>
6183     <type name="Test">
6184       <method name="Void .ctor()">
6185         <size>7</size>
6186       </method>
6187       <method name="Mona`1[K] GetMona[K]()">
6188         <size>6</size>
6189       </method>
6190       <method name="Void Main()">
6191         <size>1</size>
6192       </method>
6193     </type>
6194   </test>
6195   <test name="gtest-223.cs">
6196     <type name="Foo`1[T]">
6197       <method name="Void .ctor()">
6198         <size>7</size>
6199       </method>
6200     </type>
6201     <type name="Test">
6202       <method name="Void .ctor()">
6203         <size>7</size>
6204       </method>
6205       <method name="Foo`1[K] Hoge[K]()">
6206         <size>2</size>
6207       </method>
6208       <method name="Void Main()">
6209         <size>72</size>
6210       </method>
6211     </type>
6212   </test>
6213   <test name="gtest-224.cs">
6214     <type name="Base">
6215       <method name="Void .ctor()">
6216         <size>7</size>
6217       </method>
6218       <method name="Void Foo[T]()">
6219         <size>1</size>
6220       </method>
6221     </type>
6222     <type name="Derived">
6223       <method name="Void .ctor()">
6224         <size>7</size>
6225       </method>
6226       <method name="Void Foo[T]()">
6227         <size>1</size>
6228       </method>
6229     </type>
6230     <type name="Driver">
6231       <method name="Void .ctor()">
6232         <size>7</size>
6233       </method>
6234       <method name="Void Main()">
6235         <size>11</size>
6236       </method>
6237     </type>
6238   </test>
6239   <test name="gtest-225.cs">
6240     <type name="Set`1[Element]">
6241       <method name="Void .ctor()">
6242         <size>7</size>
6243       </method>
6244       <method name="Locator locate(Element)">
6245         <size>31</size>
6246       </method>
6247     </type>
6248     <type name="Set`1+Node[Element]">
6249       <method name="Void .ctor()">
6250         <size>7</size>
6251       </method>
6252     </type>
6253     <type name="SetTest">
6254       <method name="Void Main()">
6255         <size>1</size>
6256       </method>
6257     </type>
6258     <type name="Set`1+Locator+Replace[Element]">
6259       <method name="Void .ctor(Object, IntPtr)">
6260         <size>0</size>
6261       </method>
6262       <method name="Void Invoke(Set`1+Node[Element])">
6263         <size>0</size>
6264       </method>
6265       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
6266         <size>0</size>
6267       </method>
6268       <method name="Void EndInvoke(IAsyncResult)">
6269         <size>0</size>
6270       </method>
6271     </type>
6272     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
6273       <method name="Void .ctor()">
6274         <size>7</size>
6275       </method>
6276       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
6277         <size>15</size>
6278       </method>
6279     </type>
6280     <type name="Set`1+Locator[Element]">
6281       <method name="Void .ctor(Replace)">
6282         <size>1</size>
6283       </method>
6284     </type>
6285   </test>
6286   <test name="gtest-226.cs">
6287     <type name="A">
6288       <method name="Void .ctor()">
6289         <size>24</size>
6290       </method>
6291     </type>
6292     <type name="M">
6293       <method name="Void .ctor()">
6294         <size>7</size>
6295       </method>
6296       <method name="Int32 Main()">
6297         <size>84</size>
6298       </method>
6299     </type>
6300     <type name="Container`1[T]">
6301       <method name="Void .ctor(T)">
6302         <size>8</size>
6303       </method>
6304     </type>
6305   </test>
6306   <test name="gtest-227.cs">
6307     <type name="Foo`1[G]">
6308       <method name="Void .ctor()">
6309         <size>7</size>
6310       </method>
6311       <method name="Void Bar()">
6312         <size>26</size>
6313       </method>
6314     </type>
6315     <type name="X">
6316       <method name="Void .ctor()">
6317         <size>7</size>
6318       </method>
6319       <method name="Void Main()">
6320         <size>1</size>
6321       </method>
6322     </type>
6323   </test>
6324   <test name="gtest-228.cs">
6325     <type name="GenParAttribute">
6326       <method name="Void .ctor()">
6327         <size>7</size>
6328       </method>
6329     </type>
6330     <type name="cons`2[A,B]">
6331       <method name="Void .ctor()">
6332         <size>7</size>
6333       </method>
6334       <method name="Void abc[M]()">
6335         <size>1</size>
6336       </method>
6337     </type>
6338     <type name="Test">
6339       <method name="Void .ctor()">
6340         <size>7</size>
6341       </method>
6342       <method name="Void Main()">
6343         <size>1</size>
6344       </method>
6345     </type>
6346   </test>
6347   <test name="gtest-229.cs">
6348     <type name="B">
6349       <method name="Void .ctor()">
6350         <size>7</size>
6351       </method>
6352       <method name="Int32 CompareTo(B)">
6353         <size>2</size>
6354       </method>
6355     </type>
6356     <type name="Tester">
6357       <method name="Void .ctor()">
6358         <size>7</size>
6359       </method>
6360       <method name="Int32 Main()">
6361         <size>21</size>
6362       </method>
6363     </type>
6364   </test>
6365   <test name="gtest-231.cs">
6366     <type name="X">
6367       <method name="Void .ctor()">
6368         <size>7</size>
6369       </method>
6370       <method name="Void Main()">
6371         <size>31</size>
6372       </method>
6373     </type>
6374   </test>
6375   <test name="gtest-232.cs">
6376     <type name="H">
6377       <method name="Void .ctor()">
6378         <size>7</size>
6379       </method>
6380       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
6381         <size>30</size>
6382       </method>
6383       <method name="Void Main(System.String[])">
6384         <size>1</size>
6385       </method>
6386     </type>
6387     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
6388       <method name="Void .ctor()">
6389         <size>7</size>
6390       </method>
6391       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6392         <size>12</size>
6393       </method>
6394       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6395         <size>7</size>
6396       </method>
6397       <method name="Boolean MoveNext()">
6398         <size>117</size>
6399       </method>
6400       <method name="Void Dispose()">
6401         <size>8</size>
6402       </method>
6403       <method name="Void Reset()">
6404         <size>6</size>
6405       </method>
6406       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6407         <size>7</size>
6408       </method>
6409       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
6410         <size>40</size>
6411       </method>
6412     </type>
6413   </test>
6414   <test name="gtest-233.cs">
6415     <type name="Program">
6416       <method name="Void .ctor()">
6417         <size>7</size>
6418       </method>
6419       <method name="Void Main(System.String[])">
6420         <size>25</size>
6421       </method>
6422       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
6423         <size>1</size>
6424       </method>
6425     </type>
6426   </test>
6427   <test name="gtest-234.cs">
6428     <type name="Test">
6429       <method name="Void .ctor()">
6430         <size>7</size>
6431       </method>
6432       <method name="IFoo`1 GetFooGeneric[T]()">
6433         <size>2</size>
6434       </method>
6435       <method name="IFoo GetFoo()">
6436         <size>7</size>
6437       </method>
6438       <method name="Void Main()">
6439         <size>14</size>
6440       </method>
6441     </type>
6442   </test>
6443   <test name="gtest-235.cs">
6444     <type name="GettingStarted">
6445       <method name="Void .ctor()">
6446         <size>7</size>
6447       </method>
6448       <method name="Void Main()">
6449         <size>13</size>
6450       </method>
6451     </type>
6452   </test>
6453   <test name="gtest-236.cs">
6454     <type name="Foo`1[T]">
6455       <method name="Void .ctor()">
6456         <size>7</size>
6457       </method>
6458       <method name="Int32 Test(Foo`1[T])">
6459         <size>2</size>
6460       </method>
6461       <method name="Int32 Test(Foo`1[System.Int32])">
6462         <size>2</size>
6463       </method>
6464     </type>
6465     <type name="X">
6466       <method name="Void .ctor()">
6467         <size>7</size>
6468       </method>
6469       <method name="Int32 Main()">
6470         <size>59</size>
6471       </method>
6472     </type>
6473   </test>
6474   <test name="gtest-237.cs">
6475     <type name="Foo`1[T]">
6476       <method name="Void .ctor()">
6477         <size>7</size>
6478       </method>
6479       <method name="Int32 Test(T)">
6480         <size>2</size>
6481       </method>
6482       <method name="Int32 Test(Int32)">
6483         <size>2</size>
6484       </method>
6485     </type>
6486     <type name="X">
6487       <method name="Void .ctor()">
6488         <size>7</size>
6489       </method>
6490       <method name="Int32 Main()">
6491         <size>60</size>
6492       </method>
6493     </type>
6494   </test>
6495   <test name="gtest-238.cs">
6496     <type name="X">
6497       <method name="Void .ctor()">
6498         <size>7</size>
6499       </method>
6500       <method name="Int32 Main()">
6501         <size>39</size>
6502       </method>
6503     </type>
6504   </test>
6505   <test name="gtest-239.cs">
6506     <type name="Foo`2[T,U]">
6507       <method name="Void .ctor()">
6508         <size>7</size>
6509       </method>
6510       <method name="Int32 Test(T, U)">
6511         <size>2</size>
6512       </method>
6513       <method name="Int32 Test(Int32, U)">
6514         <size>2</size>
6515       </method>
6516       <method name="Int32 Test(T, Single)">
6517         <size>2</size>
6518       </method>
6519       <method name="Int32 Test(Int32, Single)">
6520         <size>2</size>
6521       </method>
6522     </type>
6523     <type name="X">
6524       <method name="Void .ctor()">
6525         <size>7</size>
6526       </method>
6527       <method name="Int32 Main()">
6528         <size>237</size>
6529       </method>
6530     </type>
6531   </test>
6532   <test name="gtest-240.cs">
6533     <type name="MyClass">
6534       <method name="Void .ctor()">
6535         <size>7</size>
6536       </method>
6537     </type>
6538     <type name="X">
6539       <method name="Void .ctor()">
6540         <size>7</size>
6541       </method>
6542       <method name="Void Main()">
6543         <size>1</size>
6544       </method>
6545     </type>
6546     <type name="MyClass">
6547       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
6548         <size>1</size>
6549       </method>
6550       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
6551         <size>1</size>
6552       </method>
6553       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
6554         <size>1</size>
6555       </method>
6556       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
6557         <size>1</size>
6558       </method>
6559     </type>
6560   </test>
6561   <test name="gtest-241.cs">
6562     <type name="a">
6563       <method name="Void .ctor()">
6564         <size>7</size>
6565       </method>
6566       <method name="Void func[T](T ByRef)">
6567         <size>0</size>
6568       </method>
6569     </type>
6570     <type name="b">
6571       <method name="Void .ctor()">
6572         <size>7</size>
6573       </method>
6574       <method name="Void func[T](T ByRef)">
6575         <size>1</size>
6576       </method>
6577     </type>
6578     <type name="main">
6579       <method name="Void .ctor()">
6580         <size>7</size>
6581       </method>
6582       <method name="Void Main()">
6583         <size>1</size>
6584       </method>
6585     </type>
6586   </test>
6587   <test name="gtest-242.cs">
6588     <type name="Container`1[T]">
6589       <method name="Void .ctor()">
6590         <size>7</size>
6591       </method>
6592     </type>
6593     <type name="ReferenceType">
6594       <method name="Void .ctor()">
6595         <size>7</size>
6596       </method>
6597       <method name="Int32 CompareTo(ReferenceType)">
6598         <size>2</size>
6599       </method>
6600     </type>
6601     <type name="Test">
6602       <method name="Void .ctor()">
6603         <size>7</size>
6604       </method>
6605       <method name="Void Main()">
6606         <size>13</size>
6607       </method>
6608     </type>
6609     <type name="MyValueType">
6610       <method name="Int32 CompareTo(MyValueType)">
6611         <size>2</size>
6612       </method>
6613     </type>
6614   </test>
6615   <test name="gtest-243.cs">
6616     <type name="Foo`1[T]">
6617       <method name="Void .ctor()">
6618         <size>7</size>
6619       </method>
6620       <method name="Void Test(T)">
6621         <size>1</size>
6622       </method>
6623     </type>
6624     <type name="Tests">
6625       <method name="Void .ctor()">
6626         <size>7</size>
6627       </method>
6628       <method name="Void foo[T]()">
6629         <size>1</size>
6630       </method>
6631       <method name="Int32 Test()">
6632         <size>148</size>
6633       </method>
6634       <method name="Int32 Main()">
6635         <size>8</size>
6636       </method>
6637     </type>
6638   </test>
6639   <test name="gtest-244.cs">
6640     <type name="B">
6641       <method name="Void .ctor()">
6642         <size>7</size>
6643       </method>
6644       <method name="T Get[T]()">
6645         <size>10</size>
6646       </method>
6647     </type>
6648     <type name="A">
6649       <method name="Void .ctor()">
6650         <size>7</size>
6651       </method>
6652       <method name="T Get[T]()">
6653         <size>30</size>
6654       </method>
6655       <method name="Void Main()">
6656         <size>12</size>
6657       </method>
6658     </type>
6659   </test>
6660   <test name="gtest-245.cs">
6661     <type name="DerivedGenericClass`1[T]">
6662       <method name="Void .ctor()">
6663         <size>7</size>
6664       </method>
6665       <method name="Void Foo()">
6666         <size>1</size>
6667       </method>
6668       <method name="Void Baz()">
6669         <size>7</size>
6670       </method>
6671     </type>
6672     <type name="BaseClass">
6673       <method name="Void .ctor()">
6674         <size>7</size>
6675       </method>
6676       <method name="Void Foo()">
6677         <size>0</size>
6678       </method>
6679     </type>
6680     <type name="X">
6681       <method name="Void .ctor()">
6682         <size>7</size>
6683       </method>
6684       <method name="Void Main()">
6685         <size>1</size>
6686       </method>
6687     </type>
6688   </test>
6689   <test name="gtest-246.cs">
6690     <type name="TestCase.CTest">
6691       <method name="Void .ctor()">
6692         <size>7</size>
6693       </method>
6694       <method name="Void Main()">
6695         <size>1</size>
6696       </method>
6697       <method name="Void Bar()">
6698         <size>1</size>
6699       </method>
6700     </type>
6701     <type name="TestCase.CGenericTest`2[T,V]">
6702       <method name="Void .ctor()">
6703         <size>7</size>
6704       </method>
6705       <method name="V Foo()">
6706         <size>21</size>
6707       </method>
6708     </type>
6709   </test>
6710   <test name="gtest-247.cs">
6711     <type name="EnumerableBase`1[T]">
6712       <method name="Void .ctor()">
6713         <size>7</size>
6714       </method>
6715       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6716         <size>7</size>
6717       </method>
6718       <method name="IEnumerator`1 GetEnumerator()">
6719         <size>0</size>
6720       </method>
6721     </type>
6722     <type name="CollectionValueBase`1[T]">
6723       <method name="Void .ctor()">
6724         <size>7</size>
6725       </method>
6726       <method name="Void raiseItemsAdded(T, Int32)">
6727         <size>1</size>
6728       </method>
6729       <method name="IEnumerator`1 GetEnumerator()">
6730         <size>0</size>
6731       </method>
6732     </type>
6733     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
6734       <method name="Void .ctor()">
6735         <size>7</size>
6736       </method>
6737     </type>
6738     <type name="CircularQueue`1[T]">
6739       <method name="Void .ctor()">
6740         <size>7</size>
6741       </method>
6742       <method name="IEnumerator`1 GetEnumerator()">
6743         <size>8</size>
6744       </method>
6745       <method name="Void Enqueue(T)">
6746         <size>1</size>
6747       </method>
6748     </type>
6749     <type name="HashSet`1[T]">
6750       <method name="Void .ctor()">
6751         <size>7</size>
6752       </method>
6753       <method name="Void RemoveAll[U](IEnumerable`1)">
6754         <size>7</size>
6755       </method>
6756       <method name="Void AddAll[U](IEnumerable`1)">
6757         <size>61</size>
6758       </method>
6759       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
6760         <size>2</size>
6761       </method>
6762       <method name="IEnumerator`1 GetEnumerator()">
6763         <size>8</size>
6764       </method>
6765     </type>
6766     <type name="X">
6767       <method name="Void .ctor()">
6768         <size>7</size>
6769       </method>
6770       <method name="Void Main()">
6771         <size>1</size>
6772       </method>
6773     </type>
6774     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6775       <method name="Void .ctor()">
6776         <size>7</size>
6777       </method>
6778       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6779         <size>12</size>
6780       </method>
6781       <method name="Boolean MoveNext()">
6782         <size>25</size>
6783       </method>
6784       <method name="Void Dispose()">
6785         <size>8</size>
6786       </method>
6787       <method name="Void Reset()">
6788         <size>6</size>
6789       </method>
6790     </type>
6791     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6792       <method name="Void .ctor()">
6793         <size>7</size>
6794       </method>
6795       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6796         <size>12</size>
6797       </method>
6798       <method name="Boolean MoveNext()">
6799         <size>25</size>
6800       </method>
6801       <method name="Void Dispose()">
6802         <size>8</size>
6803       </method>
6804       <method name="Void Reset()">
6805         <size>6</size>
6806       </method>
6807     </type>
6808     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6809       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6810         <size>7</size>
6811       </method>
6812     </type>
6813     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6814       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6815         <size>7</size>
6816       </method>
6817     </type>
6818   </test>
6819   <test name="gtest-248.cs">
6820     <type name="Foo`1[T]">
6821       <method name="Void .ctor()">
6822         <size>7</size>
6823       </method>
6824     </type>
6825     <type name="X">
6826       <method name="Void .ctor()">
6827         <size>7</size>
6828       </method>
6829       <method name="Boolean Test(System.Object)">
6830         <size>19</size>
6831       </method>
6832       <method name="Void Main()">
6833         <size>1</size>
6834       </method>
6835     </type>
6836   </test>
6837   <test name="gtest-249.cs">
6838     <type name="EnumerableBase`1[T]">
6839       <method name="Void .ctor()">
6840         <size>7</size>
6841       </method>
6842       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6843         <size>7</size>
6844       </method>
6845       <method name="IEnumerator`1 GetEnumerator()">
6846         <size>0</size>
6847       </method>
6848     </type>
6849     <type name="ArrayBase`1[T]">
6850       <method name="Void .ctor()">
6851         <size>7</size>
6852       </method>
6853       <method name="IEnumerator`1 GetEnumerator()">
6854         <size>8</size>
6855       </method>
6856     </type>
6857     <type name="HashedArrayList`1[T]">
6858       <method name="Void .ctor()">
6859         <size>7</size>
6860       </method>
6861       <method name="IEnumerator`1 GetEnumerator()">
6862         <size>7</size>
6863       </method>
6864     </type>
6865     <type name="X">
6866       <method name="Void .ctor()">
6867         <size>7</size>
6868       </method>
6869       <method name="Void Main()">
6870         <size>1</size>
6871       </method>
6872     </type>
6873     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6874       <method name="Void .ctor()">
6875         <size>7</size>
6876       </method>
6877       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6878         <size>12</size>
6879       </method>
6880       <method name="Boolean MoveNext()">
6881         <size>25</size>
6882       </method>
6883       <method name="Void Dispose()">
6884         <size>8</size>
6885       </method>
6886       <method name="Void Reset()">
6887         <size>6</size>
6888       </method>
6889       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6890         <size>7</size>
6891       </method>
6892     </type>
6893   </test>
6894   <test name="gtest-250.cs">
6895     <type name="GuardedIndexedSorted`1[T]">
6896       <method name="Void .ctor()">
6897         <size>7</size>
6898       </method>
6899       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
6900         <size>13</size>
6901       </method>
6902     </type>
6903     <type name="X">
6904       <method name="Void .ctor()">
6905         <size>7</size>
6906       </method>
6907       <method name="Void Main()">
6908         <size>1</size>
6909       </method>
6910     </type>
6911     <type name="Fun`2[R,S]">
6912       <method name="Void .ctor(Object, IntPtr)">
6913         <size>0</size>
6914       </method>
6915       <method name="S Invoke(R)">
6916         <size>0</size>
6917       </method>
6918       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
6919         <size>0</size>
6920       </method>
6921       <method name="S EndInvoke(IAsyncResult)">
6922         <size>0</size>
6923       </method>
6924     </type>
6925   </test>
6926   <test name="gtest-251.cs">
6927     <type name="SortedIndexedTester`1[T]">
6928       <method name="Void .ctor()">
6929         <size>7</size>
6930       </method>
6931       <method name="Void Test(ISorted`1)">
6932         <size>24</size>
6933       </method>
6934     </type>
6935     <type name="X">
6936       <method name="Void .ctor()">
6937         <size>7</size>
6938       </method>
6939       <method name="Void Main()">
6940         <size>1</size>
6941       </method>
6942     </type>
6943     <type name="&lt;PrivateImplementationDetails&gt;">
6944       <method name="Void .ctor()">
6945         <size>7</size>
6946       </method>
6947     </type>
6948   </test>
6949   <test name="gtest-252.cs">
6950     <type name="EqualityComparer`1[T]">
6951       <method name="Void .cctor()">
6952         <size>16</size>
6953       </method>
6954       <method name="Void Test()">
6955         <size>1</size>
6956       </method>
6957     </type>
6958     <type name="SequencedEqualityComparer`2[T,W]">
6959       <method name="Void .ctor()">
6960         <size>7</size>
6961       </method>
6962     </type>
6963     <type name="X">
6964       <method name="Void .ctor()">
6965         <size>7</size>
6966       </method>
6967       <method name="Void Main()">
6968         <size>6</size>
6969       </method>
6970     </type>
6971   </test>
6972   <test name="gtest-253.cs">
6973     <type name="CollectionValueTester`2[R,S]">
6974       <method name="Void .ctor()">
6975         <size>7</size>
6976       </method>
6977     </type>
6978     <type name="ExtensibleTester`1[U]">
6979       <method name="Void .ctor(U)">
6980         <size>14</size>
6981       </method>
6982       <method name="Void Direct()">
6983         <size>24</size>
6984       </method>
6985     </type>
6986     <type name="Extensible`1[V]">
6987       <method name="Void .ctor()">
6988         <size>7</size>
6989       </method>
6990       <method name="Void AddAll[W](IEnumerable`1)">
6991         <size>1</size>
6992       </method>
6993     </type>
6994     <type name="X">
6995       <method name="Void .ctor()">
6996         <size>7</size>
6997       </method>
6998       <method name="Void Main()">
6999         <size>20</size>
7000       </method>
7001     </type>
7002   </test>
7003   <test name="gtest-254.cs">
7004     <type name="HashedLinkedList`1[T]">
7005       <method name="Void .ctor()">
7006         <size>7</size>
7007       </method>
7008       <method name="HashedLinkedList`1[T] GetList()">
7009         <size>6</size>
7010       </method>
7011       <method name="Void Test(Int32)">
7012         <size>55</size>
7013       </method>
7014       <method name="Void Test(HashedLinkedList`1[T])">
7015         <size>40</size>
7016       </method>
7017     </type>
7018     <type name="X">
7019       <method name="Void .ctor()">
7020         <size>7</size>
7021       </method>
7022       <method name="Void Main()">
7023         <size>20</size>
7024       </method>
7025     </type>
7026   </test>
7027   <test name="gtest-255.cs">
7028     <type name="A">
7029       <method name="Void .ctor()">
7030         <size>7</size>
7031       </method>
7032       <method name="T Foo[T]()">
7033         <size>0</size>
7034       </method>
7035     </type>
7036     <type name="B">
7037       <method name="Void .ctor()">
7038         <size>7</size>
7039       </method>
7040       <method name="T Foo[T]()">
7041         <size>10</size>
7042       </method>
7043     </type>
7044     <type name="C">
7045       <method name="Void .ctor()">
7046         <size>7</size>
7047       </method>
7048       <method name="Void Main()">
7049         <size>1</size>
7050       </method>
7051     </type>
7052   </test>
7053   <test name="gtest-256.cs">
7054     <type name="Test">
7055       <method name="Void .ctor()">
7056         <size>7</size>
7057       </method>
7058       <method name="IEnumerator`1 GetEnumerator()">
7059         <size>15</size>
7060       </method>
7061       <method name="Void Main()">
7062         <size>11</size>
7063       </method>
7064       <method name="Void Run()">
7065         <size>147</size>
7066       </method>
7067     </type>
7068     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
7069       <method name="Void .ctor()">
7070         <size>7</size>
7071       </method>
7072       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7073         <size>7</size>
7074       </method>
7075       <method name="Boolean MoveNext()">
7076         <size>129</size>
7077       </method>
7078       <method name="Void Dispose()">
7079         <size>8</size>
7080       </method>
7081       <method name="Void Reset()">
7082         <size>6</size>
7083       </method>
7084       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
7085         <size>7</size>
7086       </method>
7087     </type>
7088   </test>
7089   <test name="gtest-257.cs">
7090     <type name="Tests">
7091       <method name="Void .ctor()">
7092         <size>7</size>
7093       </method>
7094       <method name="Void Main()">
7095         <size>32</size>
7096       </method>
7097     </type>
7098   </test>
7099   <test name="gtest-258.cs">
7100     <type name="A">
7101       <method name="Void .ctor()">
7102         <size>7</size>
7103       </method>
7104     </type>
7105     <type name="B">
7106       <method name="Void .ctor()">
7107         <size>7</size>
7108       </method>
7109     </type>
7110     <type name="Foo`1[T]">
7111       <method name="Void .ctor()">
7112         <size>7</size>
7113       </method>
7114     </type>
7115     <type name="X">
7116       <method name="Void .ctor()">
7117         <size>7</size>
7118       </method>
7119       <method name="Void Main()">
7120         <size>7</size>
7121       </method>
7122     </type>
7123   </test>
7124   <test name="gtest-259.cs">
7125     <type name="Class1`1[T]">
7126       <method name="Void .ctor()">
7127         <size>7</size>
7128       </method>
7129       <method name="Void MethodOfClass1(T, MyType)">
7130         <size>14</size>
7131       </method>
7132     </type>
7133     <type name="MyType">
7134       <method name="Void .ctor()">
7135         <size>7</size>
7136       </method>
7137       <method name="Void MethodOfMyBaseType()">
7138         <size>1</size>
7139       </method>
7140     </type>
7141     <type name="MyBaseType">
7142       <method name="Void .ctor()">
7143         <size>7</size>
7144       </method>
7145       <method name="Void MethodOfMyBaseType()">
7146         <size>0</size>
7147       </method>
7148     </type>
7149     <type name="X">
7150       <method name="Void .ctor()">
7151         <size>7</size>
7152       </method>
7153       <method name="Void Main()">
7154         <size>1</size>
7155       </method>
7156     </type>
7157   </test>
7158   <test name="gtest-260.cs">
7159     <type name="A`1[T]">
7160       <method name="Void .ctor()">
7161         <size>7</size>
7162       </method>
7163     </type>
7164     <type name="B`1[T]">
7165       <method name="Void .ctor()">
7166         <size>7</size>
7167       </method>
7168     </type>
7169     <type name="Test">
7170       <method name="Void .ctor()">
7171         <size>7</size>
7172       </method>
7173       <method name="Void .cctor()">
7174         <size>11</size>
7175       </method>
7176       <method name="Void Main()">
7177         <size>1</size>
7178       </method>
7179     </type>
7180   </test>
7181   <test name="gtest-261.cs">
7182     <type name="Cons`2[T,U]">
7183       <method name="Void .ctor(T, U)">
7184         <size>21</size>
7185       </method>
7186       <method name="System.String ToString()">
7187         <size>68</size>
7188       </method>
7189     </type>
7190     <type name="List`1[A]">
7191       <method name="Void .ctor(A)">
7192         <size>9</size>
7193       </method>
7194       <method name="Void .ctor(A, List`1)">
7195         <size>9</size>
7196       </method>
7197       <method name="Void zip[B](List`1[B])">
7198         <size>18</size>
7199       </method>
7200     </type>
7201     <type name="Test">
7202       <method name="Void .ctor()">
7203         <size>7</size>
7204       </method>
7205       <method name="Void Main(System.String[])">
7206         <size>14</size>
7207       </method>
7208     </type>
7209   </test>
7210   <test name="gtest-262.cs">
7211     <type name="Test">
7212       <method name="Void .ctor()">
7213         <size>7</size>
7214       </method>
7215       <method name="Void f1(System.Object)">
7216         <size>1</size>
7217       </method>
7218       <method name="Void f2(System.String)">
7219         <size>1</size>
7220       </method>
7221       <method name="Void f3(Test)">
7222         <size>1</size>
7223       </method>
7224       <method name="Void f4(Int32)">
7225         <size>1</size>
7226       </method>
7227       <method name="Void f5(Int16)">
7228         <size>1</size>
7229       </method>
7230       <method name="Void Main()">
7231         <size>163</size>
7232       </method>
7233     </type>
7234   </test>
7235   <test name="gtest-263.cs">
7236     <type name="Foo`1[S]">
7237       <method name="Void .ctor()">
7238         <size>7</size>
7239       </method>
7240       <method name="ICloneable Test(S)">
7241         <size>12</size>
7242       </method>
7243     </type>
7244     <type name="ConvertHelper">
7245       <method name="IEnumerator`1 Test[S,T](S)">
7246         <size>22</size>
7247       </method>
7248       <method name="Void Main()">
7249         <size>1</size>
7250       </method>
7251     </type>
7252     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
7253       <method name="Void .ctor()">
7254         <size>7</size>
7255       </method>
7256       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7257         <size>12</size>
7258       </method>
7259       <method name="Boolean MoveNext()">
7260         <size>80</size>
7261       </method>
7262       <method name="Void Dispose()">
7263         <size>8</size>
7264       </method>
7265       <method name="Void Reset()">
7266         <size>6</size>
7267       </method>
7268       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7269         <size>7</size>
7270       </method>
7271     </type>
7272   </test>
7273   <test name="gtest-264.cs">
7274     <type name="BaseList`1[SubType]">
7275       <method name="Void .ctor()">
7276         <size>18</size>
7277       </method>
7278     </type>
7279     <type name="XXX">
7280       <method name="Void .ctor()">
7281         <size>7</size>
7282       </method>
7283     </type>
7284     <type name="Crash">
7285       <method name="Void .ctor()">
7286         <size>7</size>
7287       </method>
7288       <method name="Void Main()">
7289         <size>14</size>
7290       </method>
7291     </type>
7292   </test>
7293   <test name="gtest-265.cs">
7294     <type name="Test">
7295       <method name="Void .ctor()">
7296         <size>7</size>
7297       </method>
7298       <method name="Void Main()">
7299         <size>14</size>
7300       </method>
7301     </type>
7302   </test>
7303   <test name="gtest-266.cs">
7304     <type name="Test`1[T]">
7305       <method name="Void .ctor()">
7306         <size>7</size>
7307       </method>
7308     </type>
7309     <type name="Test`1+Inner`1[T,U]">
7310       <method name="Void .ctor()">
7311         <size>7</size>
7312       </method>
7313       <method name="Void Foo()">
7314         <size>13</size>
7315       </method>
7316     </type>
7317     <type name="Test">
7318       <method name="Void .ctor()">
7319         <size>7</size>
7320       </method>
7321       <method name="Void Main()">
7322         <size>1</size>
7323       </method>
7324     </type>
7325   </test>
7326   <test name="gtest-267.cs">
7327     <type name="T">
7328       <method name="Void .ctor()">
7329         <size>7</size>
7330       </method>
7331       <method name="Void Foo[T](Handler`1[T])">
7332         <size>34</size>
7333       </method>
7334       <method name="Void Response[T](Handler`1[T])">
7335         <size>1</size>
7336       </method>
7337       <method name="Void Main()">
7338         <size>1</size>
7339       </method>
7340     </type>
7341     <type name="Handler`1[T]">
7342       <method name="Void .ctor(Object, IntPtr)">
7343         <size>0</size>
7344       </method>
7345       <method name="Void Invoke(T)">
7346         <size>0</size>
7347       </method>
7348       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7349         <size>0</size>
7350       </method>
7351       <method name="Void EndInvoke(IAsyncResult)">
7352         <size>0</size>
7353       </method>
7354     </type>
7355     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
7356       <method name="Void .ctor()">
7357         <size>7</size>
7358       </method>
7359       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7360         <size>18</size>
7361       </method>
7362     </type>
7363   </test>
7364   <test name="gtest-268.cs">
7365     <type name="Test">
7366       <method name="Void .ctor()">
7367         <size>7</size>
7368       </method>
7369       <method name="Void Bar()">
7370         <size>7</size>
7371       </method>
7372       <method name="Void Main()">
7373         <size>1</size>
7374       </method>
7375     </type>
7376     <type name="Test+G`1[T]">
7377       <method name="Void .ctor()">
7378         <size>7</size>
7379       </method>
7380     </type>
7381   </test>
7382   <test name="gtest-269.cs">
7383     <type name="X">
7384       <method name="Void .ctor()">
7385         <size>7</size>
7386       </method>
7387       <method name="Int32 Beer(Nullable`1)">
7388         <size>54</size>
7389       </method>
7390       <method name="Int64 PubToLong(IrishPub)">
7391         <size>12</size>
7392       </method>
7393       <method name="Int32 Test(Nullable`1)">
7394         <size>53</size>
7395       </method>
7396       <method name="Int32 TestWithNull(Nullable`1)">
7397         <size>55</size>
7398       </method>
7399       <method name="Nullable`1 Foo(Boolean)">
7400         <size>24</size>
7401       </method>
7402       <method name="Int32 Test(Boolean)">
7403         <size>54</size>
7404       </method>
7405       <method name="Int32 Main()">
7406         <size>194</size>
7407       </method>
7408     </type>
7409     <type name="IrishPub">
7410       <method name="Void .ctor(IrishBeer)">
7411         <size>8</size>
7412       </method>
7413       <method name="Int64 op_Implicit(Nullable`1)">
7414         <size>36</size>
7415       </method>
7416       <method name="Nullable`1 op_Implicit(Int64)">
7417         <size>13</size>
7418       </method>
7419     </type>
7420   </test>
7421   <test name="gtest-270.cs">
7422     <type name="X">
7423       <method name="Void .ctor()">
7424         <size>7</size>
7425       </method>
7426       <method name="Int32 Test(Nullable`1)">
7427         <size>44</size>
7428       </method>
7429       <method name="Int32 Main()">
7430         <size>42</size>
7431       </method>
7432     </type>
7433   </test>
7434   <test name="gtest-271.cs">
7435     <type name="Qux`2[X,V]">
7436       <method name="Void .ctor()">
7437         <size>7</size>
7438       </method>
7439       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7440         <size>8</size>
7441       </method>
7442       <method name="IEnumerator`1 GetEnumerator()">
7443         <size>8</size>
7444       </method>
7445     </type>
7446     <type name="Foo`2[X,V]">
7447       <method name="Void .ctor()">
7448         <size>7</size>
7449       </method>
7450     </type>
7451     <type name="Test`1[T]">
7452       <method name="Void .ctor()">
7453         <size>7</size>
7454       </method>
7455       <method name="Int32 CompareTo(Test`1[T])">
7456         <size>2</size>
7457       </method>
7458     </type>
7459     <type name="X">
7460       <method name="Void .ctor()">
7461         <size>7</size>
7462       </method>
7463       <method name="Void Main()">
7464         <size>53</size>
7465       </method>
7466     </type>
7467     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7468       <method name="Void .ctor()">
7469         <size>7</size>
7470       </method>
7471       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7472         <size>7</size>
7473       </method>
7474       <method name="Boolean MoveNext()">
7475         <size>25</size>
7476       </method>
7477       <method name="Void Dispose()">
7478         <size>8</size>
7479       </method>
7480       <method name="Void Reset()">
7481         <size>6</size>
7482       </method>
7483     </type>
7484     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7485       <method name="Void .ctor()">
7486         <size>7</size>
7487       </method>
7488       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7489         <size>12</size>
7490       </method>
7491       <method name="Boolean MoveNext()">
7492         <size>25</size>
7493       </method>
7494       <method name="Void Dispose()">
7495         <size>8</size>
7496       </method>
7497       <method name="Void Reset()">
7498         <size>6</size>
7499       </method>
7500     </type>
7501     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7502       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7503         <size>7</size>
7504       </method>
7505     </type>
7506     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7507       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
7508         <size>7</size>
7509       </method>
7510     </type>
7511   </test>
7512   <test name="gtest-272.cs">
7513     <type name="X">
7514       <method name="Void Foo[T](Handler`1[T])">
7515         <size>27</size>
7516       </method>
7517       <method name="Void Response[T](Handler`1[T])">
7518         <size>1</size>
7519       </method>
7520       <method name="Void Test[T](T)">
7521         <size>1</size>
7522       </method>
7523       <method name="Void Main()">
7524         <size>18</size>
7525       </method>
7526     </type>
7527     <type name="Handler`1[T]">
7528       <method name="Void .ctor(Object, IntPtr)">
7529         <size>0</size>
7530       </method>
7531       <method name="Void Invoke(T)">
7532         <size>0</size>
7533       </method>
7534       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7535         <size>0</size>
7536       </method>
7537       <method name="Void EndInvoke(IAsyncResult)">
7538         <size>0</size>
7539       </method>
7540     </type>
7541     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
7542       <method name="Void .ctor()">
7543         <size>7</size>
7544       </method>
7545       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7546         <size>12</size>
7547       </method>
7548     </type>
7549   </test>
7550   <test name="gtest-273.cs">
7551     <type name="ThisBaseClass`3[A,B,C]">
7552       <method name="Void .ctor()">
7553         <size>7</size>
7554       </method>
7555     </type>
7556     <type name="ThatBaseClass`3[B,A,C]">
7557       <method name="Void .ctor()">
7558         <size>7</size>
7559       </method>
7560     </type>
7561     <type name="ThisClass`3[A,B,C]">
7562       <method name="Void .ctor()">
7563         <size>7</size>
7564       </method>
7565     </type>
7566     <type name="ThatClass`3[B,A,C]">
7567       <method name="Void .ctor()">
7568         <size>7</size>
7569       </method>
7570     </type>
7571     <type name="ThisClass">
7572       <method name="Void .ctor()">
7573         <size>7</size>
7574       </method>
7575     </type>
7576     <type name="ThatClass">
7577       <method name="Void .ctor()">
7578         <size>7</size>
7579       </method>
7580     </type>
7581     <type name="Test">
7582       <method name="Void .ctor()">
7583         <size>7</size>
7584       </method>
7585       <method name="Void Main()">
7586         <size>1</size>
7587       </method>
7588     </type>
7589   </test>
7590   <test name="gtest-274.cs">
7591     <type name="X">
7592       <method name="Void .ctor()">
7593         <size>7</size>
7594       </method>
7595       <method name="Void Main()">
7596         <size>447</size>
7597       </method>
7598     </type>
7599     <type name="Foo">
7600       <method name="Void .ctor(Int64)">
7601         <size>8</size>
7602       </method>
7603       <method name="Foo op_Implicit(Int64)">
7604         <size>7</size>
7605       </method>
7606     </type>
7607     <type name="Bar">
7608       <method name="Void .ctor(Foo)">
7609         <size>8</size>
7610       </method>
7611       <method name="Bar op_Implicit(Foo)">
7612         <size>7</size>
7613       </method>
7614     </type>
7615     <type name="Baz">
7616       <method name="Void .ctor(Foo)">
7617         <size>8</size>
7618       </method>
7619       <method name="Baz op_Explicit(Foo)">
7620         <size>7</size>
7621       </method>
7622     </type>
7623   </test>
7624   <test name="gtest-275.cs">
7625     <type name="Test">
7626       <method name="Void .ctor()">
7627         <size>7</size>
7628       </method>
7629       <method name="Void Main()">
7630         <size>19</size>
7631       </method>
7632     </type>
7633     <type name="Test+C">
7634       <method name="Void .ctor()">
7635         <size>18</size>
7636       </method>
7637     </type>
7638     <type name="Test+D`2[T,U]">
7639       <method name="Void .ctor()">
7640         <size>18</size>
7641       </method>
7642     </type>
7643     <type name="Test+E`1[T]">
7644       <method name="Void .ctor()">
7645         <size>18</size>
7646       </method>
7647     </type>
7648   </test>
7649   <test name="gtest-276.cs">
7650     <type name="Tests">
7651       <method name="Void .ctor()">
7652         <size>7</size>
7653       </method>
7654       <method name="Int32 Main()">
7655         <size>30</size>
7656       </method>
7657     </type>
7658     <type name="Tests+GenericClass`1[T]">
7659       <method name="Void .ctor()">
7660         <size>7</size>
7661       </method>
7662       <method name="T Z(IList`1, Int32)">
7663         <size>8</size>
7664       </method>
7665     </type>
7666   </test>
7667   <test name="gtest-277.cs">
7668     <type name="X">
7669       <method name="Void .ctor()">
7670         <size>7</size>
7671       </method>
7672       <method name="Void Main()">
7673         <size>1</size>
7674       </method>
7675     </type>
7676   </test>
7677   <test name="gtest-278.cs">
7678     <type name="Program">
7679       <method name="Void .ctor()">
7680         <size>7</size>
7681       </method>
7682       <method name="Int32 Main()">
7683         <size>6</size>
7684       </method>
7685     </type>
7686   </test>
7687   <test name="gtest-279.cs">
7688     <type name="Foo">
7689       <method name="Void .ctor()">
7690         <size>7</size>
7691       </method>
7692       <method name="IList`1 Bar[T]()">
7693         <size>12</size>
7694       </method>
7695       <method name="Void Bar()">
7696         <size>11</size>
7697       </method>
7698     </type>
7699     <type name="BugReport">
7700       <method name="Void .ctor()">
7701         <size>7</size>
7702       </method>
7703       <method name="Void Main(System.String[])">
7704         <size>20</size>
7705       </method>
7706     </type>
7707   </test>
7708   <test name="gtest-280.cs">
7709     <type name="Test">
7710       <method name="Void .ctor()">
7711         <size>7</size>
7712       </method>
7713       <method name="Void Main(System.String[])">
7714         <size>69</size>
7715       </method>
7716     </type>
7717     <type name="Test+TestDel">
7718       <method name="Void .ctor(Object, IntPtr)">
7719         <size>0</size>
7720       </method>
7721       <method name="Int32 Invoke(Int32)">
7722         <size>0</size>
7723       </method>
7724       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
7725         <size>0</size>
7726       </method>
7727       <method name="Int32 EndInvoke(IAsyncResult)">
7728         <size>0</size>
7729       </method>
7730     </type>
7731     <type name="Test">
7732       <method name="Int32 &lt;Main&gt;m__0(Int32)">
7733         <size>2</size>
7734       </method>
7735     </type>
7736   </test>
7737   <test name="gtest-281.cs">
7738     <type name="List">
7739       <method name="Void .ctor()">
7740         <size>7</size>
7741       </method>
7742       <method name="Void AddRange[T](ICollection`1)">
7743         <size>1</size>
7744       </method>
7745     </type>
7746     <type name="Tests">
7747       <method name="Void .ctor()">
7748         <size>7</size>
7749       </method>
7750       <method name="Void Main()">
7751         <size>21</size>
7752       </method>
7753     </type>
7754   </test>
7755   <test name="gtest-282.cs">
7756     <type name="Foo">
7757       <method name="Void .ctor()">
7758         <size>7</size>
7759       </method>
7760     </type>
7761     <type name="Foo+Bar">
7762       <method name="Void .ctor()">
7763         <size>7</size>
7764       </method>
7765     </type>
7766     <type name="C`1[T]">
7767       <method name="Void .ctor()">
7768         <size>7</size>
7769       </method>
7770     </type>
7771     <type name="Test">
7772       <method name="Void .ctor()">
7773         <size>7</size>
7774       </method>
7775       <method name="Void .cctor()">
7776         <size>11</size>
7777       </method>
7778       <method name="Void Main()">
7779         <size>21</size>
7780       </method>
7781     </type>
7782   </test>
7783   <test name="gtest-283.cs">
7784     <type name="Point">
7785       <method name="Void .ctor(Int32, Int32)">
7786         <size>15</size>
7787       </method>
7788     </type>
7789     <type name="TestPoint">
7790       <method name="Void Serialize(IFoo)">
7791         <size>39</size>
7792       </method>
7793       <method name="Void Main()">
7794         <size>1</size>
7795       </method>
7796     </type>
7797   </test>
7798   <test name="gtest-284.cs">
7799     <type name="X">
7800       <method name="Void .ctor()">
7801         <size>7</size>
7802       </method>
7803     </type>
7804     <type name="CollectionTester">
7805       <method name="Int32 Test[T](IList`1)">
7806         <size>67</size>
7807       </method>
7808       <method name="Int32 Test()">
7809         <size>522</size>
7810       </method>
7811     </type>
7812     <type name="InterfaceTester">
7813       <method name="Void .cctor()">
7814         <size>106</size>
7815       </method>
7816       <method name="Int32 Test(System.Type, System.Type[])">
7817         <size>398</size>
7818       </method>
7819       <method name="Int32 Test()">
7820         <size>532</size>
7821       </method>
7822     </type>
7823     <type name="Z">
7824       <method name="Void .ctor()">
7825         <size>7</size>
7826       </method>
7827       <method name="Int32 Test()">
7828         <size>36</size>
7829       </method>
7830       <method name="Int32 Main()">
7831         <size>45</size>
7832       </method>
7833     </type>
7834   </test>
7835   <test name="gtest-285.cs">
7836     <type name="A">
7837       <method name="Void .ctor()">
7838         <size>7</size>
7839       </method>
7840     </type>
7841     <type name="B">
7842       <method name="Void .ctor()">
7843         <size>7</size>
7844       </method>
7845     </type>
7846     <type name="Tests">
7847       <method name="Void .ctor()">
7848         <size>7</size>
7849       </method>
7850       <method name="Void Main()">
7851         <size>38</size>
7852       </method>
7853     </type>
7854   </test>
7855   <test name="gtest-286.cs">
7856     <type name="TestAttribute">
7857       <method name="Void .ctor(Type)">
7858         <size>14</size>
7859       </method>
7860     </type>
7861     <type name="C`1[T]">
7862       <method name="Void .ctor()">
7863         <size>7</size>
7864       </method>
7865       <method name="Void Foo()">
7866         <size>1</size>
7867       </method>
7868     </type>
7869     <type name="C">
7870       <method name="Void .ctor()">
7871         <size>7</size>
7872       </method>
7873       <method name="Int32 Main()">
7874         <size>76</size>
7875       </method>
7876     </type>
7877   </test>
7878   <test name="gtest-287.cs">
7879     <type name="X">
7880       <method name="Void .ctor()">
7881         <size>7</size>
7882       </method>
7883       <method name="Void Main()">
7884         <size>36</size>
7885       </method>
7886       <method name="Void D()">
7887         <size>1</size>
7888       </method>
7889     </type>
7890   </test>
7891   <test name="gtest-288.cs">
7892     <type name="A">
7893       <method name="Void .ctor()">
7894         <size>7</size>
7895       </method>
7896       <method name="Boolean Test(Int32)">
7897         <size>5</size>
7898       </method>
7899     </type>
7900     <type name="B">
7901       <method name="Void .ctor()">
7902         <size>7</size>
7903       </method>
7904       <method name="Void Test()">
7905         <size>1</size>
7906       </method>
7907     </type>
7908     <type name="B+C">
7909       <method name="Void .ctor()">
7910         <size>7</size>
7911       </method>
7912       <method name="Boolean Foo(Int32)">
7913         <size>13</size>
7914       </method>
7915     </type>
7916     <type name="X">
7917       <method name="Void .ctor()">
7918         <size>7</size>
7919       </method>
7920       <method name="Void Main()">
7921         <size>1</size>
7922       </method>
7923     </type>
7924   </test>
7925   <test name="gtest-289.cs">
7926     <type name="C">
7927       <method name="Void .ctor()">
7928         <size>7</size>
7929       </method>
7930       <method name="Void add_Ev1(D)">
7931         <size>24</size>
7932       </method>
7933       <method name="Void remove_Ev1(D)">
7934         <size>24</size>
7935       </method>
7936     </type>
7937     <type name="Consts">
7938       <method name="Void .ctor()">
7939         <size>7</size>
7940       </method>
7941       <method name="Void .cctor()">
7942         <size>1</size>
7943       </method>
7944     </type>
7945     <type name="Test">
7946       <method name="Void .ctor()">
7947         <size>7</size>
7948       </method>
7949       <method name="Int32 Main()">
7950         <size>74</size>
7951       </method>
7952     </type>
7953     <type name="D">
7954       <method name="Void .ctor(Object, IntPtr)">
7955         <size>0</size>
7956       </method>
7957       <method name="Void Invoke()">
7958         <size>0</size>
7959       </method>
7960       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
7961         <size>0</size>
7962       </method>
7963       <method name="Void EndInvoke(IAsyncResult)">
7964         <size>0</size>
7965       </method>
7966     </type>
7967   </test>
7968   <test name="gtest-290.cs">
7969     <type name="GenericEventNotUsedTest`1[T]">
7970       <method name="Void .ctor()">
7971         <size>7</size>
7972       </method>
7973       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7974         <size>24</size>
7975       </method>
7976       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7977         <size>24</size>
7978       </method>
7979       <method name="Void RaiseTestEvent(T)">
7980         <size>14</size>
7981       </method>
7982     </type>
7983     <type name="TestEntry">
7984       <method name="Void Main()">
7985         <size>1</size>
7986       </method>
7987     </type>
7988     <type name="GenericEventHandler`2[U,V]">
7989       <method name="Void .ctor(Object, IntPtr)">
7990         <size>0</size>
7991       </method>
7992       <method name="Void Invoke(U, V)">
7993         <size>0</size>
7994       </method>
7995       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
7996         <size>0</size>
7997       </method>
7998       <method name="Void EndInvoke(IAsyncResult)">
7999         <size>0</size>
8000       </method>
8001     </type>
8002   </test>
8003   <test name="gtest-291.cs">
8004     <type name="Global">
8005       <method name="Void .ctor()">
8006         <size>7</size>
8007       </method>
8008       <method name="Void Main()">
8009         <size>22</size>
8010       </method>
8011       <method name="System.String Test2(Nullable`1)">
8012         <size>6</size>
8013       </method>
8014     </type>
8015   </test>
8016   <test name="gtest-292.cs">
8017     <type name="Test.A`1[TA]">
8018       <method name="Void .ctor()">
8019         <size>7</size>
8020       </method>
8021     </type>
8022     <type name="X">
8023       <method name="Void .ctor()">
8024         <size>7</size>
8025       </method>
8026       <method name="Void Main()">
8027         <size>1</size>
8028       </method>
8029     </type>
8030     <type name="Test.Handler`1[TA]">
8031       <method name="Void .ctor(Object, IntPtr)">
8032         <size>0</size>
8033       </method>
8034       <method name="Void Invoke(TA)">
8035         <size>0</size>
8036       </method>
8037       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
8038         <size>0</size>
8039       </method>
8040       <method name="Void EndInvoke(IAsyncResult)">
8041         <size>0</size>
8042       </method>
8043     </type>
8044   </test>
8045   <test name="gtest-293.cs">
8046     <type name="Test`1[T]">
8047       <method name="Void .ctor()">
8048         <size>7</size>
8049       </method>
8050       <method name="Void Invalid(T)">
8051         <size>21</size>
8052       </method>
8053       <method name="Void Other(IEnumerable`1)">
8054         <size>1</size>
8055       </method>
8056     </type>
8057     <type name="X">
8058       <method name="Void .ctor()">
8059         <size>7</size>
8060       </method>
8061       <method name="Void Main()">
8062         <size>1</size>
8063       </method>
8064     </type>
8065   </test>
8066   <test name="gtest-294.cs">
8067     <type name="A">
8068       <method name="Void .ctor()">
8069         <size>7</size>
8070       </method>
8071     </type>
8072     <type name="B">
8073       <method name="Void .ctor()">
8074         <size>7</size>
8075       </method>
8076     </type>
8077     <type name="X">
8078       <method name="Void .ctor()">
8079         <size>7</size>
8080       </method>
8081       <method name="A Test(A, B)">
8082         <size>10</size>
8083       </method>
8084       <method name="Int32 Main()">
8085         <size>73</size>
8086       </method>
8087     </type>
8088   </test>
8089   <test name="gtest-295.cs">
8090     <type name="Test.Cache`1[T]">
8091       <method name="Void .ctor()">
8092         <size>7</size>
8093       </method>
8094     </type>
8095     <type name="Test.Base">
8096       <method name="Void .ctor()">
8097         <size>7</size>
8098       </method>
8099     </type>
8100     <type name="Test.MyType`1[T]">
8101       <method name="Void .ctor()">
8102         <size>7</size>
8103       </method>
8104     </type>
8105     <type name="Test.Foo">
8106       <method name="Void .ctor()">
8107         <size>7</size>
8108       </method>
8109       <method name="Void Main()">
8110         <size>7</size>
8111       </method>
8112     </type>
8113   </test>
8114   <test name="gtest-296.cs">
8115     <type name="MyCollection`1[T]">
8116       <method name="Void .ctor()">
8117         <size>7</size>
8118       </method>
8119       <method name="Void Foo()">
8120         <size>14</size>
8121       </method>
8122     </type>
8123     <type name="C">
8124       <method name="Void .ctor()">
8125         <size>7</size>
8126       </method>
8127       <method name="Void Main()">
8128         <size>1</size>
8129       </method>
8130     </type>
8131   </test>
8132   <test name="gtest-297.cs">
8133     <type name="Test">
8134       <method name="Void .ctor()">
8135         <size>7</size>
8136       </method>
8137       <method name="Void Main()">
8138         <size>18</size>
8139       </method>
8140     </type>
8141   </test>
8142   <test name="gtest-298.cs">
8143     <type name="A">
8144       <method name="Void .ctor(TestFunc`1)">
8145         <size>14</size>
8146       </method>
8147     </type>
8148     <type name="TestClass">
8149       <method name="Void .ctor()">
8150         <size>7</size>
8151       </method>
8152       <method name="Void .cctor()">
8153         <size>46</size>
8154       </method>
8155       <method name="Int32 Main()">
8156         <size>6</size>
8157       </method>
8158     </type>
8159     <type name="TestFunc`1[T]">
8160       <method name="Void .ctor(Object, IntPtr)">
8161         <size>0</size>
8162       </method>
8163       <method name="Void Invoke(T)">
8164         <size>0</size>
8165       </method>
8166       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
8167         <size>0</size>
8168       </method>
8169       <method name="Void EndInvoke(IAsyncResult)">
8170         <size>0</size>
8171       </method>
8172     </type>
8173     <type name="TestClass">
8174       <method name="Void &lt;a&gt;m__0(Int32)">
8175         <size>7</size>
8176       </method>
8177     </type>
8178   </test>
8179   <test name="gtest-299.cs">
8180     <type name="N.A">
8181       <method name="Void .ctor()">
8182         <size>7</size>
8183       </method>
8184     </type>
8185     <type name="B`1[T]">
8186       <method name="Void .ctor()">
8187         <size>7</size>
8188       </method>
8189     </type>
8190     <type name="Test">
8191       <method name="Void .ctor()">
8192         <size>7</size>
8193       </method>
8194       <method name="Void Main()">
8195         <size>47</size>
8196       </method>
8197     </type>
8198   </test>
8199   <test name="gtest-300.cs">
8200     <type name="Test">
8201       <method name="Void .ctor()">
8202         <size>7</size>
8203       </method>
8204       <method name="Void Main()">
8205         <size>64</size>
8206       </method>
8207     </type>
8208   </test>
8209   <test name="gtest-301.cs">
8210     <type name="Test">
8211       <method name="Void .ctor()">
8212         <size>7</size>
8213       </method>
8214       <method name="Void Main(System.String[])">
8215         <size>23</size>
8216       </method>
8217     </type>
8218   </test>
8219   <test name="gtest-302.cs">
8220     <type name="Test">
8221       <method name="Void .ctor()">
8222         <size>7</size>
8223       </method>
8224       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8225         <size>6</size>
8226       </method>
8227     </type>
8228     <type name="M">
8229       <method name="Void .ctor()">
8230         <size>7</size>
8231       </method>
8232       <method name="Void Main()">
8233         <size>59</size>
8234       </method>
8235     </type>
8236     <type name="Test+GetEnumerator&gt;c__Iterator0">
8237       <method name="Void .ctor()">
8238         <size>7</size>
8239       </method>
8240       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8241         <size>12</size>
8242       </method>
8243       <method name="Boolean MoveNext()">
8244         <size>25</size>
8245       </method>
8246       <method name="Void Dispose()">
8247         <size>8</size>
8248       </method>
8249       <method name="Void Reset()">
8250         <size>6</size>
8251       </method>
8252     </type>
8253     <type name="Test">
8254       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
8255         <size>8</size>
8256       </method>
8257     </type>
8258     <type name="Test+GetEnumerator&gt;c__Iterator0">
8259       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
8260         <size>7</size>
8261       </method>
8262     </type>
8263   </test>
8264   <test name="gtest-303.cs">
8265     <type name="test.BaseClass">
8266       <method name="Void .ctor()">
8267         <size>7</size>
8268       </method>
8269       <method name="System.String get_Hello()">
8270         <size>6</size>
8271       </method>
8272     </type>
8273     <type name="test.Printer">
8274       <method name="Void .ctor()">
8275         <size>7</size>
8276       </method>
8277       <method name="Void Print[T](T)">
8278         <size>0</size>
8279       </method>
8280     </type>
8281     <type name="test.PrinterImpl">
8282       <method name="Void .ctor()">
8283         <size>7</size>
8284       </method>
8285       <method name="Void Print[T](T)">
8286         <size>19</size>
8287       </method>
8288     </type>
8289     <type name="test.Starter">
8290       <method name="Void .ctor()">
8291         <size>7</size>
8292       </method>
8293       <method name="Void Main(System.String[])">
8294         <size>20</size>
8295       </method>
8296     </type>
8297   </test>
8298   <test name="gtest-304.cs">
8299     <type name="test.BaseClass">
8300       <method name="Void .ctor()">
8301         <size>7</size>
8302       </method>
8303       <method name="System.String get_Hello()">
8304         <size>6</size>
8305       </method>
8306     </type>
8307     <type name="test.Printer">
8308       <method name="Void .ctor()">
8309         <size>7</size>
8310       </method>
8311       <method name="Void Print[T](System.Object)">
8312         <size>0</size>
8313       </method>
8314     </type>
8315     <type name="test.PrinterImpl">
8316       <method name="Void .ctor()">
8317         <size>7</size>
8318       </method>
8319       <method name="Void Print[T](System.Object)">
8320         <size>31</size>
8321       </method>
8322     </type>
8323     <type name="test.Starter">
8324       <method name="Void .ctor()">
8325         <size>7</size>
8326       </method>
8327       <method name="Void Main(System.String[])">
8328         <size>20</size>
8329       </method>
8330     </type>
8331   </test>
8332   <test name="gtest-305.cs">
8333     <type name="T">
8334       <method name="Void .ctor()">
8335         <size>82</size>
8336       </method>
8337       <method name="Int32 Main()">
8338         <size>54</size>
8339       </method>
8340     </type>
8341   </test>
8342   <test name="gtest-306.cs">
8343     <type name="FuParentClass`1[Trow]">
8344       <method name="Void .ctor()">
8345         <size>7</size>
8346       </method>
8347     </type>
8348     <type name="FuParentClass`1+FuChildClass[Trow]">
8349       <method name="Void .ctor()">
8350         <size>7</size>
8351       </method>
8352     </type>
8353     <type name="C">
8354       <method name="Void .ctor()">
8355         <size>7</size>
8356       </method>
8357       <method name="Void Main()">
8358         <size>1</size>
8359       </method>
8360     </type>
8361   </test>
8362   <test name="gtest-307.cs">
8363     <type name="Foo`1[T]">
8364       <method name="Void .ctor()">
8365         <size>7</size>
8366       </method>
8367     </type>
8368     <type name="Bar">
8369       <method name="Void .ctor()">
8370         <size>7</size>
8371       </method>
8372       <method name="Int32 g()">
8373         <size>2</size>
8374       </method>
8375       <method name="Int32 Main()">
8376         <size>20</size>
8377       </method>
8378     </type>
8379     <type name="Foo`1+F[T]">
8380       <method name="Void .ctor(Object, IntPtr)">
8381         <size>0</size>
8382       </method>
8383       <method name="Int32 Invoke()">
8384         <size>0</size>
8385       </method>
8386       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8387         <size>0</size>
8388       </method>
8389       <method name="Int32 EndInvoke(IAsyncResult)">
8390         <size>0</size>
8391       </method>
8392     </type>
8393   </test>
8394   <test name="gtest-308.cs">
8395     <type name="Test">
8396       <method name="Void .ctor()">
8397         <size>7</size>
8398       </method>
8399       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
8400         <size>26</size>
8401       </method>
8402       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
8403         <size>26</size>
8404       </method>
8405     </type>
8406     <type name="Foo">
8407       <method name="Void .ctor()">
8408         <size>7</size>
8409       </method>
8410       <method name="Int32 compare(Int32, Int32)">
8411         <size>4</size>
8412       </method>
8413       <method name="Int32 compare(System.String, System.String)">
8414         <size>8</size>
8415       </method>
8416       <method name="Void test(Int32)">
8417         <size>29</size>
8418       </method>
8419       <method name="Void Main()">
8420         <size>141</size>
8421       </method>
8422     </type>
8423     <type name="Test+MyComparison`1[V]">
8424       <method name="Void .ctor(Object, IntPtr)">
8425         <size>0</size>
8426       </method>
8427       <method name="Int32 Invoke(V, V)">
8428         <size>0</size>
8429       </method>
8430       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
8431         <size>0</size>
8432       </method>
8433       <method name="Int32 EndInvoke(IAsyncResult)">
8434         <size>0</size>
8435       </method>
8436     </type>
8437     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
8438       <method name="Void .ctor()">
8439         <size>7</size>
8440       </method>
8441       <method name="Int32 &lt;&gt;m__0(U, U)">
8442         <size>14</size>
8443       </method>
8444     </type>
8445     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
8446       <method name="Void .ctor()">
8447         <size>7</size>
8448       </method>
8449       <method name="Int32 &lt;&gt;m__1(W, W)">
8450         <size>14</size>
8451       </method>
8452     </type>
8453   </test>
8454   <test name="gtest-309.cs">
8455     <type name="Test`2[A,B]">
8456       <method name="Void .ctor()">
8457         <size>7</size>
8458       </method>
8459       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
8460         <size>1</size>
8461       </method>
8462     </type>
8463     <type name="X">
8464       <method name="Void .ctor()">
8465         <size>7</size>
8466       </method>
8467       <method name="Void Main()">
8468         <size>15</size>
8469       </method>
8470     </type>
8471   </test>
8472   <test name="gtest-310.cs">
8473     <type name="MonoBugs.IncompleteGenericInference">
8474       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
8475         <size>1</size>
8476       </method>
8477       <method name="Void Main()">
8478         <size>20</size>
8479       </method>
8480     </type>
8481   </test>
8482   <test name="gtest-312.cs">
8483     <type name="CantCastGenericListToArray">
8484       <method name="Void .ctor()">
8485         <size>7</size>
8486       </method>
8487       <method name="Void Main(System.String[])">
8488         <size>51</size>
8489       </method>
8490     </type>
8491   </test>
8492   <test name="gtest-313.cs">
8493     <type name="Foo`1[T]">
8494       <method name="Void .ctor(TestEnum)">
8495         <size>14</size>
8496       </method>
8497     </type>
8498     <type name="X">
8499       <method name="Void .ctor()">
8500         <size>7</size>
8501       </method>
8502       <method name="Void Main()">
8503         <size>28</size>
8504       </method>
8505     </type>
8506   </test>
8507   <test name="gtest-314.cs">
8508     <type name="test.App">
8509       <method name="Void .ctor()">
8510         <size>7</size>
8511       </method>
8512       <method name="Void Main()">
8513         <size>1</size>
8514       </method>
8515     </type>
8516     <type name="test.ThisClass`2[T,O]">
8517       <method name="Void .ctor()">
8518         <size>7</size>
8519       </method>
8520     </type>
8521     <type name="test.OtherClass`2[O,T]">
8522       <method name="Void .ctor()">
8523         <size>7</size>
8524       </method>
8525       <method name="Void Test(T)">
8526         <size>8</size>
8527       </method>
8528     </type>
8529   </test>
8530   <test name="gtest-315.cs">
8531     <type name="A`1[T]">
8532       <method name="Void .ctor()">
8533         <size>7</size>
8534       </method>
8535     </type>
8536     <type name="A`1+B[T]">
8537       <method name="Void .ctor()">
8538         <size>7</size>
8539       </method>
8540     </type>
8541     <type name="X">
8542       <method name="Void .ctor()">
8543         <size>7</size>
8544       </method>
8545       <method name="Void Main()">
8546         <size>18</size>
8547       </method>
8548     </type>
8549   </test>
8550   <test name="gtest-316.cs">
8551     <type name="X">
8552       <method name="Void .ctor()">
8553         <size>7</size>
8554       </method>
8555       <method name="Void Main()">
8556         <size>1</size>
8557       </method>
8558     </type>
8559     <type name="Foo">
8560       <method name="Void .ctor()">
8561         <size>7</size>
8562       </method>
8563     </type>
8564     <type name="Base">
8565       <method name="Void .ctor()">
8566         <size>7</size>
8567       </method>
8568       <method name="Void Method[R]()">
8569         <size>0</size>
8570       </method>
8571     </type>
8572     <type name="Derived">
8573       <method name="Void .ctor()">
8574         <size>7</size>
8575       </method>
8576       <method name="Void Method[S]()">
8577         <size>7</size>
8578       </method>
8579       <method name="Void Method2[T]()">
8580         <size>18</size>
8581       </method>
8582     </type>
8583   </test>
8584   <test name="gtest-317.cs">
8585     <type name="Foo`1[K]">
8586       <method name="Void .ctor()">
8587         <size>7</size>
8588       </method>
8589     </type>
8590     <type name="Bar`1[Q]">
8591       <method name="Void .ctor()">
8592         <size>7</size>
8593       </method>
8594     </type>
8595     <type name="Bar`1+Baz[Q]">
8596       <method name="Void .ctor()">
8597         <size>7</size>
8598       </method>
8599     </type>
8600     <type name="X">
8601       <method name="Void .ctor()">
8602         <size>7</size>
8603       </method>
8604       <method name="Void Main()">
8605         <size>13</size>
8606       </method>
8607     </type>
8608   </test>
8609   <test name="gtest-318.cs">
8610     <type name="Foo`1[K]">
8611       <method name="Void .ctor()">
8612         <size>7</size>
8613       </method>
8614     </type>
8615     <type name="Bar`1[Q]">
8616       <method name="Void .ctor()">
8617         <size>7</size>
8618       </method>
8619     </type>
8620     <type name="Bar`1+Baz[Q]">
8621       <method name="Void .ctor()">
8622         <size>7</size>
8623       </method>
8624     </type>
8625     <type name="Goo`1[Q]">
8626       <method name="Void .ctor()">
8627         <size>7</size>
8628       </method>
8629     </type>
8630     <type name="X">
8631       <method name="Void .ctor()">
8632         <size>7</size>
8633       </method>
8634       <method name="Void Main()">
8635         <size>13</size>
8636       </method>
8637     </type>
8638   </test>
8639   <test name="gtest-319.cs">
8640     <type name="Temp`1[T]">
8641       <method name="Void .ctor()">
8642         <size>7</size>
8643       </method>
8644       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8645         <size>7</size>
8646       </method>
8647       <method name="IEnumerator`1 GetEnumerator()">
8648         <size>8</size>
8649       </method>
8650     </type>
8651     <type name="Temp`1+Foo[T]">
8652       <method name="Void .ctor()">
8653         <size>7</size>
8654       </method>
8655     </type>
8656     <type name="X">
8657       <method name="Void .ctor()">
8658         <size>7</size>
8659       </method>
8660       <method name="Void Main()">
8661         <size>1</size>
8662       </method>
8663     </type>
8664     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8665       <method name="Void .ctor()">
8666         <size>7</size>
8667       </method>
8668       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8669         <size>7</size>
8670       </method>
8671       <method name="Boolean MoveNext()">
8672         <size>69</size>
8673       </method>
8674       <method name="Void Dispose()">
8675         <size>8</size>
8676       </method>
8677       <method name="Void Reset()">
8678         <size>6</size>
8679       </method>
8680       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
8681         <size>7</size>
8682       </method>
8683     </type>
8684   </test>
8685   <test name="gtest-320.cs">
8686     <type name="Foo`1[K]">
8687       <method name="Void .ctor()">
8688         <size>7</size>
8689       </method>
8690     </type>
8691     <type name="B">
8692       <method name="Void .ctor()">
8693         <size>7</size>
8694       </method>
8695     </type>
8696     <type name="B+C">
8697       <method name="Void .ctor()">
8698         <size>7</size>
8699       </method>
8700     </type>
8701     <type name="X">
8702       <method name="Void .ctor()">
8703         <size>7</size>
8704       </method>
8705       <method name="Void Main()">
8706         <size>1</size>
8707       </method>
8708     </type>
8709   </test>
8710   <test name="gtest-321.cs">
8711     <type name="App">
8712       <method name="Void .ctor()">
8713         <size>7</size>
8714       </method>
8715       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
8716         <size>25</size>
8717       </method>
8718       <method name="Void ADelegate[T](System.String)">
8719         <size>12</size>
8720       </method>
8721       <method name="Void Main(System.String[])">
8722         <size>13</size>
8723       </method>
8724       <method name="Void Run()">
8725         <size>49</size>
8726       </method>
8727     </type>
8728     <type name="App+TGenericDelegate`1[T]">
8729       <method name="Void .ctor(Object, IntPtr)">
8730         <size>0</size>
8731       </method>
8732       <method name="Void Invoke(System.String)">
8733         <size>0</size>
8734       </method>
8735       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
8736         <size>0</size>
8737       </method>
8738       <method name="Void EndInvoke(IAsyncResult)">
8739         <size>0</size>
8740       </method>
8741     </type>
8742   </test>
8743   <test name="gtest-322.cs">
8744     <type name="MyBase`2[K,V]">
8745       <method name="Void .ctor(Callback)">
8746         <size>7</size>
8747       </method>
8748     </type>
8749     <type name="X">
8750       <method name="Void .ctor(Callback)">
8751         <size>8</size>
8752       </method>
8753       <method name="Void Main()">
8754         <size>1</size>
8755       </method>
8756     </type>
8757     <type name="MyBase`2+Callback[K,V]">
8758       <method name="Void .ctor(Object, IntPtr)">
8759         <size>0</size>
8760       </method>
8761       <method name="Void Invoke(K, V)">
8762         <size>0</size>
8763       </method>
8764       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
8765         <size>0</size>
8766       </method>
8767       <method name="Void EndInvoke(IAsyncResult)">
8768         <size>0</size>
8769       </method>
8770     </type>
8771   </test>
8772   <test name="gtest-323.cs">
8773     <type name="MyBase`2[K,V]">
8774       <method name="Void .ctor()">
8775         <size>7</size>
8776       </method>
8777       <method name="Void Hello(MyBase`2+Callback[K,V])">
8778         <size>1</size>
8779       </method>
8780     </type>
8781     <type name="MyBase`2+Callback[K,V]">
8782       <method name="Void .ctor()">
8783         <size>7</size>
8784       </method>
8785     </type>
8786     <type name="X">
8787       <method name="Void .ctor(Callback)">
8788         <size>7</size>
8789       </method>
8790       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
8791         <size>8</size>
8792       </method>
8793       <method name="Void Main()">
8794         <size>1</size>
8795       </method>
8796     </type>
8797   </test>
8798   <test name="gtest-324.cs">
8799     <type name="B">
8800       <method name="Void .ctor()">
8801         <size>19</size>
8802       </method>
8803       <method name="Void add_D(A)">
8804         <size>22</size>
8805       </method>
8806       <method name="Void remove_D(A)">
8807         <size>22</size>
8808       </method>
8809       <method name="Void C()">
8810         <size>36</size>
8811       </method>
8812       <method name="Void F(Int64)">
8813         <size>1</size>
8814       </method>
8815       <method name="Void Main()">
8816         <size>1</size>
8817       </method>
8818     </type>
8819     <type name="A">
8820       <method name="Void .ctor(Object, IntPtr)">
8821         <size>0</size>
8822       </method>
8823       <method name="Void Invoke()">
8824         <size>0</size>
8825       </method>
8826       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8827         <size>0</size>
8828       </method>
8829       <method name="Void EndInvoke(IAsyncResult)">
8830         <size>0</size>
8831       </method>
8832     </type>
8833     <type name="B+&lt;C&gt;c__AnonStorey1">
8834       <method name="Void .ctor()">
8835         <size>7</size>
8836       </method>
8837       <method name="Void &lt;&gt;m__0()">
8838         <size>54</size>
8839       </method>
8840     </type>
8841     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
8842       <method name="Void .ctor()">
8843         <size>7</size>
8844       </method>
8845       <method name="Void &lt;&gt;m__1()">
8846         <size>57</size>
8847       </method>
8848     </type>
8849   </test>
8850   <test name="gtest-325.cs">
8851     <type name="SomeClass`1[T]">
8852       <method name="Void .ctor()">
8853         <size>7</size>
8854       </method>
8855       <method name="Void Foo()">
8856         <size>37</size>
8857       </method>
8858     </type>
8859     <type name="Foo">
8860       <method name="Void .ctor()">
8861         <size>7</size>
8862       </method>
8863       <method name="Void Main()">
8864         <size>13</size>
8865       </method>
8866     </type>
8867   </test>
8868   <test name="gtest-326.cs">
8869     <type name="A">
8870       <method name="Void .ctor()">
8871         <size>7</size>
8872       </method>
8873     </type>
8874     <type name="X">
8875       <method name="Void .ctor()">
8876         <size>7</size>
8877       </method>
8878       <method name="Void Main()">
8879         <size>53</size>
8880       </method>
8881     </type>
8882   </test>
8883   <test name="gtest-327.cs">
8884     <type name="Tester`1[T]">
8885       <method name="Void .ctor()">
8886         <size>7</size>
8887       </method>
8888       <method name="Void Do()">
8889         <size>50</size>
8890       </method>
8891     </type>
8892     <type name="Reference">
8893       <method name="Void .ctor()">
8894         <size>7</size>
8895       </method>
8896       <method name="Void Test()">
8897         <size>1</size>
8898       </method>
8899     </type>
8900     <type name="C">
8901       <method name="Void .ctor()">
8902         <size>7</size>
8903       </method>
8904       <method name="Void Main()">
8905         <size>21</size>
8906       </method>
8907     </type>
8908     <type name="Value">
8909       <method name="Void Test()">
8910         <size>1</size>
8911       </method>
8912     </type>
8913   </test>
8914   <test name="gtest-328.cs">
8915     <type name="App">
8916       <method name="Void .ctor()">
8917         <size>7</size>
8918       </method>
8919       <method name="Void Main()">
8920         <size>34</size>
8921       </method>
8922       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
8923         <size>13</size>
8924       </method>
8925     </type>
8926     <type name="App+MyClass">
8927       <method name="Void .ctor()">
8928         <size>7</size>
8929       </method>
8930     </type>
8931   </test>
8932   <test name="gtest-329.cs">
8933     <type name="NullableInt">
8934       <method name="Void .ctor()">
8935         <size>7</size>
8936       </method>
8937       <method name="Void Main()">
8938         <size>53</size>
8939       </method>
8940     </type>
8941   </test>
8942   <test name="gtest-330.cs">
8943     <type name="BaseCollection`1[T]">
8944       <method name="Void .ctor()">
8945         <size>18</size>
8946       </method>
8947       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8948         <size>17</size>
8949       </method>
8950     </type>
8951     <type name="BaseIntList`1[T]">
8952       <method name="Void .ctor()">
8953         <size>7</size>
8954       </method>
8955     </type>
8956     <type name="IntList">
8957       <method name="Void .ctor()">
8958         <size>7</size>
8959       </method>
8960     </type>
8961     <type name="X">
8962       <method name="Void .ctor()">
8963         <size>7</size>
8964       </method>
8965       <method name="Void Main()">
8966         <size>59</size>
8967       </method>
8968     </type>
8969     <type name="BaseCollection`1[T]">
8970       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8971         <size>17</size>
8972       </method>
8973     </type>
8974   </test>
8975   <test name="gtest-331.cs">
8976     <type name="Foo`1[T]">
8977       <method name="Void .ctor()">
8978         <size>7</size>
8979       </method>
8980       <method name="Void Map[S](S)">
8981         <size>14</size>
8982       </method>
8983       <method name="Void Test(T)">
8984         <size>12</size>
8985       </method>
8986     </type>
8987     <type name="X">
8988       <method name="Void .ctor()">
8989         <size>7</size>
8990       </method>
8991       <method name="Void Main()">
8992         <size>18</size>
8993       </method>
8994     </type>
8995   </test>
8996   <test name="gtest-332.cs">
8997     <type name="C`1[T]">
8998       <method name="Void .ctor()">
8999         <size>7</size>
9000       </method>
9001       <method name="System.Type Test()">
9002         <size>15</size>
9003       </method>
9004     </type>
9005     <type name="M">
9006       <method name="Void .ctor()">
9007         <size>7</size>
9008       </method>
9009       <method name="Void Main()">
9010         <size>67</size>
9011       </method>
9012     </type>
9013   </test>
9014   <test name="gtest-333.cs">
9015     <type name="Test">
9016       <method name="Void .ctor()">
9017         <size>7</size>
9018       </method>
9019       <method name="Void Main()">
9020         <size>1</size>
9021       </method>
9022       <method name="Void Foo(System.Object)">
9023         <size>20</size>
9024       </method>
9025     </type>
9026   </test>
9027   <test name="gtest-334.cs">
9028     <type name="Test">
9029       <method name="Void .ctor()">
9030         <size>7</size>
9031       </method>
9032       <method name="Int32 Main()">
9033         <size>105</size>
9034       </method>
9035       <method name="Void DelegateMethod(Boolean)">
9036         <size>1</size>
9037       </method>
9038       <method name="Int32 DelegateMethod(Int32)">
9039         <size>2</size>
9040       </method>
9041     </type>
9042     <type name="Test+DelegateA">
9043       <method name="Void .ctor(Object, IntPtr)">
9044         <size>0</size>
9045       </method>
9046       <method name="Void Invoke(Boolean)">
9047         <size>0</size>
9048       </method>
9049       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
9050         <size>0</size>
9051       </method>
9052       <method name="Void EndInvoke(IAsyncResult)">
9053         <size>0</size>
9054       </method>
9055     </type>
9056     <type name="Test+DelegateB">
9057       <method name="Void .ctor(Object, IntPtr)">
9058         <size>0</size>
9059       </method>
9060       <method name="Int32 Invoke(Int32)">
9061         <size>0</size>
9062       </method>
9063       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
9064         <size>0</size>
9065       </method>
9066       <method name="Int32 EndInvoke(IAsyncResult)">
9067         <size>0</size>
9068       </method>
9069     </type>
9070   </test>
9071   <test name="gtest-335.cs">
9072     <type name="TestClass">
9073       <method name="Void .ctor()">
9074         <size>7</size>
9075       </method>
9076       <method name="Boolean Test_1()">
9077         <size>43</size>
9078       </method>
9079       <method name="Boolean Test_2()">
9080         <size>48</size>
9081       </method>
9082       <method name="Boolean Test_3()">
9083         <size>46</size>
9084       </method>
9085       <method name="Boolean Test_4()">
9086         <size>29</size>
9087       </method>
9088       <method name="Int32 Main()">
9089         <size>60</size>
9090       </method>
9091     </type>
9092   </test>
9093   <test name="gtest-336.cs">
9094     <type name="TestAttribute">
9095       <method name="Void .ctor()">
9096         <size>7</size>
9097       </method>
9098       <method name="Void .ctor(Type)">
9099         <size>14</size>
9100       </method>
9101       <method name="System.Object get_Type()">
9102         <size>7</size>
9103       </method>
9104       <method name="Void set_Type(System.Object)">
9105         <size>8</size>
9106       </method>
9107     </type>
9108     <type name="N.C`1[T]">
9109       <method name="Void .ctor()">
9110         <size>7</size>
9111       </method>
9112       <method name="Void Bar()">
9113         <size>1</size>
9114       </method>
9115       <method name="Void Bar2()">
9116         <size>1</size>
9117       </method>
9118       <method name="Void Bar3()">
9119         <size>1</size>
9120       </method>
9121       <method name="Void Bar4()">
9122         <size>1</size>
9123       </method>
9124     </type>
9125     <type name="N.CC">
9126       <method name="Void .ctor()">
9127         <size>7</size>
9128       </method>
9129       <method name="Void Main()">
9130         <size>1</size>
9131       </method>
9132     </type>
9133   </test>
9134   <test name="gtest-337.cs">
9135     <type name="X">
9136       <method name="Void .ctor()">
9137         <size>7</size>
9138       </method>
9139       <method name="Void SetValue[T](System.Object, T)">
9140         <size>1</size>
9141       </method>
9142       <method name="Void Main()">
9143         <size>12</size>
9144       </method>
9145     </type>
9146   </test>
9147   <test name="gtest-338.cs">
9148     <type name="Test">
9149       <method name="Void .ctor()">
9150         <size>7</size>
9151       </method>
9152       <method name="Void Foo[T](IList`1)">
9153         <size>25</size>
9154       </method>
9155       <method name="Void Main()">
9156         <size>13</size>
9157       </method>
9158     </type>
9159     <type name="FooList`1[T]">
9160       <method name="Void .ctor()">
9161         <size>7</size>
9162       </method>
9163       <method name="Int32 IndexOf(T)">
9164         <size>6</size>
9165       </method>
9166       <method name="Void Insert(Int32, T)">
9167         <size>6</size>
9168       </method>
9169       <method name="Void RemoveAt(Int32)">
9170         <size>6</size>
9171       </method>
9172       <method name="T get_Item(Int32)">
9173         <size>6</size>
9174       </method>
9175       <method name="Void set_Item(Int32, T)">
9176         <size>6</size>
9177       </method>
9178       <method name="Void Add(T)">
9179         <size>6</size>
9180       </method>
9181       <method name="Void Clear()">
9182         <size>6</size>
9183       </method>
9184       <method name="Boolean Contains(T)">
9185         <size>6</size>
9186       </method>
9187       <method name="Void CopyTo(T[], Int32)">
9188         <size>6</size>
9189       </method>
9190       <method name="Boolean Remove(T)">
9191         <size>6</size>
9192       </method>
9193       <method name="Int32 get_Count()">
9194         <size>6</size>
9195       </method>
9196       <method name="Boolean get_IsReadOnly()">
9197         <size>6</size>
9198       </method>
9199       <method name="IEnumerator GetEnumerator()">
9200         <size>6</size>
9201       </method>
9202       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
9203         <size>6</size>
9204       </method>
9205     </type>
9206   </test>
9207   <test name="gtest-339.cs">
9208     <type name="Program">
9209       <method name="Void .ctor()">
9210         <size>7</size>
9211       </method>
9212       <method name="Void Main()">
9213         <size>11</size>
9214       </method>
9215       <method name="Void SerializeDictionary(IDictionary)">
9216         <size>1</size>
9217       </method>
9218       <method name="Void SerializeDictionary(IDictionary`2)">
9219         <size>1</size>
9220       </method>
9221     </type>
9222     <type name="SerializerLazyDictionary">
9223       <method name="Void .ctor()">
9224         <size>7</size>
9225       </method>
9226       <method name="IEnumerator`1 GetEnumerator()">
9227         <size>2</size>
9228       </method>
9229     </type>
9230     <type name="LazyDictionary">
9231       <method name="Void .ctor()">
9232         <size>7</size>
9233       </method>
9234       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9235         <size>7</size>
9236       </method>
9237       <method name="IEnumerator`1 GetEnumerator()">
9238         <size>0</size>
9239       </method>
9240       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
9241         <size>6</size>
9242       </method>
9243       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
9244         <size>6</size>
9245       </method>
9246       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
9247         <size>6</size>
9248       </method>
9249       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
9250         <size>6</size>
9251       </method>
9252       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
9253         <size>6</size>
9254       </method>
9255       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
9256         <size>6</size>
9257       </method>
9258       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
9259         <size>6</size>
9260       </method>
9261       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
9262         <size>6</size>
9263       </method>
9264       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
9265         <size>6</size>
9266       </method>
9267       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
9268         <size>6</size>
9269       </method>
9270       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
9271         <size>6</size>
9272       </method>
9273       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.CopyTo(System.Collections.Generic.KeyValuePair`2[System.String,System.Object][], Int32)">
9274         <size>6</size>
9275       </method>
9276       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
9277         <size>6</size>
9278       </method>
9279       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
9280         <size>6</size>
9281       </method>
9282       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
9283         <size>6</size>
9284       </method>
9285       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
9286         <size>7</size>
9287       </method>
9288     </type>
9289   </test>
9290   <test name="gtest-340.cs">
9291     <type name="Tests">
9292       <method name="Void .ctor()">
9293         <size>7</size>
9294       </method>
9295       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
9296         <size>7</size>
9297       </method>
9298       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
9299         <size>2</size>
9300       </method>
9301       <method name="System.Reflection.MemberInfo[] foo()">
9302         <size>44</size>
9303       </method>
9304       <method name="Void Main(System.String[])">
9305         <size>12</size>
9306       </method>
9307     </type>
9308   </test>
9309   <test name="gtest-341.cs">
9310     <type name="C">
9311       <method name="Void .ctor()">
9312         <size>7</size>
9313       </method>
9314       <method name="Int32 GetLength()">
9315         <size>2</size>
9316       </method>
9317     </type>
9318     <type name="Tests">
9319       <method name="Void .ctor()">
9320         <size>7</size>
9321       </method>
9322       <method name="Void Main()">
9323         <size>1</size>
9324       </method>
9325     </type>
9326   </test>
9327   <test name="gtest-342.cs">
9328     <type name="Base`1[T]">
9329       <method name="Void .ctor()">
9330         <size>7</size>
9331       </method>
9332       <method name="T op_Implicit(Base`1[T])">
9333         <size>7</size>
9334       </method>
9335     </type>
9336     <type name="TestMain">
9337       <method name="Void .ctor()">
9338         <size>7</size>
9339       </method>
9340       <method name="Void Main(System.String[])">
9341         <size>1</size>
9342       </method>
9343     </type>
9344   </test>
9345   <test name="gtest-343.cs">
9346     <type name="Implementer">
9347       <method name="Void .ctor()">
9348         <size>7</size>
9349       </method>
9350       <method name="Void Combine[TOImplementer]()">
9351         <size>1</size>
9352       </method>
9353     </type>
9354     <type name="MainClass">
9355       <method name="Void .ctor()">
9356         <size>7</size>
9357       </method>
9358       <method name="Int32 Main()">
9359         <size>8</size>
9360       </method>
9361     </type>
9362   </test>
9363   <test name="gtest-344.cs">
9364     <type name="ConfigurationElement">
9365       <method name="Void .ctor()">
9366         <size>7</size>
9367       </method>
9368       <method name="Void Main()">
9369         <size>1</size>
9370       </method>
9371     </type>
9372     <type name="CustomConfigurationElement">
9373       <method name="Void .ctor()">
9374         <size>7</size>
9375       </method>
9376     </type>
9377     <type name="CustomConfigurationElementCollection">
9378       <method name="Void .ctor()">
9379         <size>7</size>
9380       </method>
9381     </type>
9382     <type name="BaseCollection`1[T]">
9383       <method name="Void .ctor()">
9384         <size>7</size>
9385       </method>
9386     </type>
9387   </test>
9388   <test name="gtest-345.cs">
9389     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
9390       <method name="Void .ctor()">
9391         <size>7</size>
9392       </method>
9393       <method name="Void Dump(System.String)">
9394         <size>6</size>
9395       </method>
9396     </type>
9397     <type name="Parser">
9398       <method name="Void .ctor()">
9399         <size>7</size>
9400       </method>
9401       <method name="Void NoCall[T](T)">
9402         <size>1</size>
9403       </method>
9404       <method name="Int32 Main()">
9405         <size>2</size>
9406       </method>
9407     </type>
9408   </test>
9409   <test name="gtest-346.cs">
9410     <type name="test">
9411       <method name="Void .ctor()">
9412         <size>7</size>
9413       </method>
9414       <method name="Void CreateSimpleCallSite[A]()">
9415         <size>1</size>
9416       </method>
9417       <method name="Void CreateSimpleCallSite[A](Int32)">
9418         <size>1</size>
9419       </method>
9420       <method name="Void CreateSimpleCallSite(Int32)">
9421         <size>1</size>
9422       </method>
9423       <method name="Void Main()">
9424         <size>1</size>
9425       </method>
9426     </type>
9427   </test>
9428   <test name="gtest-347.cs">
9429     <type name="X">
9430       <method name="Void .ctor()">
9431         <size>7</size>
9432       </method>
9433       <method name="IEnumerable`1 Enumerable[T](System.String)">
9434         <size>6</size>
9435       </method>
9436       <method name="IEnumerable Enumerable(Int32)">
9437         <size>6</size>
9438       </method>
9439       <method name="IEnumerable Enumerable(System.String)">
9440         <size>6</size>
9441       </method>
9442       <method name="Void Main()">
9443         <size>1</size>
9444       </method>
9445     </type>
9446   </test>
9447   <test name="gtest-348.cs">
9448     <type name="Bar`1[U]">
9449       <method name="Void .ctor()">
9450         <size>7</size>
9451       </method>
9452       <method name="Void OnWorldDestroyed()">
9453         <size>1</size>
9454       </method>
9455     </type>
9456     <type name="Baz`1[U]">
9457       <method name="Void .ctor()">
9458         <size>7</size>
9459       </method>
9460       <method name="Void DestroyWorld(U)">
9461         <size>14</size>
9462       </method>
9463     </type>
9464     <type name="Bling">
9465       <method name="Void .ctor()">
9466         <size>7</size>
9467       </method>
9468       <method name="Void Main()">
9469         <size>1</size>
9470       </method>
9471     </type>
9472   </test>
9473   <test name="gtest-349.cs">
9474     <type name="X">
9475       <method name="Void .ctor()">
9476         <size>7</size>
9477       </method>
9478       <method name="Int32 Main()">
9479         <size>103</size>
9480       </method>
9481       <method name="Int32 f2(IList, IList)">
9482         <size>2</size>
9483       </method>
9484       <method name="Int32 f2(IList, System.Object)">
9485         <size>2</size>
9486       </method>
9487     </type>
9488     <type name="X+Function`3[T1,T2,R]">
9489       <method name="Void .ctor(Object, IntPtr)">
9490         <size>0</size>
9491       </method>
9492       <method name="R Invoke(T1, T2)">
9493         <size>0</size>
9494       </method>
9495       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
9496         <size>0</size>
9497       </method>
9498       <method name="R EndInvoke(IAsyncResult)">
9499         <size>0</size>
9500       </method>
9501     </type>
9502   </test>
9503   <test name="gtest-350.cs">
9504     <type name="Foo`1[T]">
9505       <method name="Void .ctor()">
9506         <size>7</size>
9507       </method>
9508       <method name="Boolean Equals(T)">
9509         <size>0</size>
9510       </method>
9511     </type>
9512     <type name="C">
9513       <method name="Void .ctor()">
9514         <size>7</size>
9515       </method>
9516       <method name="Void Main()">
9517         <size>1</size>
9518       </method>
9519     </type>
9520   </test>
9521   <test name="gtest-351.cs">
9522     <type name="TestThing">
9523       <method name="Void .ctor()">
9524         <size>7</size>
9525       </method>
9526     </type>
9527     <type name="Test">
9528       <method name="Void .ctor()">
9529         <size>7</size>
9530       </method>
9531       <method name="Int32 Main(System.String[])">
9532         <size>31</size>
9533       </method>
9534     </type>
9535     <type name="TestThing">
9536       <method name="Int32 SetEnum(System.String, System.Enum)">
9537         <size>2</size>
9538       </method>
9539       <method name="Int32 SetEnum(Int32, System.Enum)">
9540         <size>2</size>
9541       </method>
9542     </type>
9543   </test>
9544   <test name="gtest-352.cs">
9545     <type name="T">
9546       <method name="Void .ctor()">
9547         <size>7</size>
9548       </method>
9549       <method name="Int32 Main()">
9550         <size>125</size>
9551       </method>
9552     </type>
9553     <type name="D">
9554       <method name="Void .ctor(Int32)">
9555         <size>8</size>
9556       </method>
9557       <method name="Void .cctor()">
9558         <size>12</size>
9559       </method>
9560     </type>
9561   </test>
9562   <test name="gtest-353.cs">
9563     <type name="Bug.RedSkyTimeCode">
9564       <method name="Void .ctor()">
9565         <size>7</size>
9566       </method>
9567       <method name="Void CopyTo(Bug.xxx*)">
9568         <size>99</size>
9569       </method>
9570       <method name="Void Main()">
9571         <size>1</size>
9572       </method>
9573       <method name="Void Convert(Bug.xxx*, UInt64*)">
9574         <size>93</size>
9575       </method>
9576     </type>
9577   </test>
9578   <test name="gtest-354.cs">
9579     <type name="M">
9580       <method name="Void .ctor()">
9581         <size>7</size>
9582       </method>
9583       <method name="Void Main()">
9584         <size>1</size>
9585       </method>
9586     </type>
9587   </test>
9588   <test name="gtest-355.cs">
9589     <type name="A">
9590       <method name="Void .ctor()">
9591         <size>7</size>
9592       </method>
9593       <method name="System.String Foo[T](System.String)">
9594         <size>6</size>
9595       </method>
9596       <method name="Boolean Foo(System.String)">
9597         <size>2</size>
9598       </method>
9599     </type>
9600     <type name="B">
9601       <method name="Void .ctor()">
9602         <size>7</size>
9603       </method>
9604       <method name="System.String Foo[T](System.String)">
9605         <size>6</size>
9606       </method>
9607       <method name="Boolean Goo(System.String)">
9608         <size>8</size>
9609       </method>
9610       <method name="Boolean Foo(System.String)">
9611         <size>2</size>
9612       </method>
9613     </type>
9614     <type name="C">
9615       <method name="Void .ctor()">
9616         <size>7</size>
9617       </method>
9618       <method name="Void Main()">
9619         <size>1</size>
9620       </method>
9621     </type>
9622   </test>
9623   <test name="gtest-356.cs">
9624     <type name="A`1[T]">
9625       <method name="Void .ctor()">
9626         <size>7</size>
9627       </method>
9628       <method name="Void Foo(B+E)">
9629         <size>1</size>
9630       </method>
9631     </type>
9632     <type name="B`1[U]">
9633       <method name="Void .ctor()">
9634         <size>7</size>
9635       </method>
9636     </type>
9637     <type name="B">
9638       <method name="Void .ctor()">
9639         <size>7</size>
9640       </method>
9641     </type>
9642     <type name="B+E">
9643       <method name="Void .ctor()">
9644         <size>7</size>
9645       </method>
9646     </type>
9647     <type name="C">
9648       <method name="Void .ctor()">
9649         <size>7</size>
9650       </method>
9651       <method name="Void Main()">
9652         <size>1</size>
9653       </method>
9654     </type>
9655   </test>
9656   <test name="gtest-357.cs">
9657     <type name="C`1[T]">
9658       <method name="Void .ctor()">
9659         <size>7</size>
9660       </method>
9661     </type>
9662     <type name="D`1[U]">
9663       <method name="Void .ctor()">
9664         <size>7</size>
9665       </method>
9666     </type>
9667     <type name="X">
9668       <method name="Void .ctor()">
9669         <size>7</size>
9670       </method>
9671       <method name="Void Main()">
9672         <size>1</size>
9673       </method>
9674     </type>
9675   </test>
9676   <test name="gtest-358.cs">
9677     <type name="Test">
9678       <method name="Void .ctor()">
9679         <size>7</size>
9680       </method>
9681       <method name="Void Main()">
9682         <size>1</size>
9683       </method>
9684     </type>
9685     <type name="Foo">
9686       <method name="Boolean op_Equality(Foo, Foo)">
9687         <size>6</size>
9688       </method>
9689       <method name="Boolean op_Inequality(Foo, Foo)">
9690         <size>6</size>
9691       </method>
9692     </type>
9693   </test>
9694   <test name="gtest-359.cs">
9695     <type name="BaseGeneric`1[T]">
9696       <method name="Void .ctor()">
9697         <size>7</size>
9698       </method>
9699     </type>
9700     <type name="BaseGeneric`1+InnerDerived[T]">
9701       <method name="Void .ctor(T)">
9702         <size>7</size>
9703       </method>
9704     </type>
9705     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
9706       <method name="Void .ctor(T, U)">
9707         <size>7</size>
9708       </method>
9709     </type>
9710     <type name="BaseConcrete">
9711       <method name="Void .ctor()">
9712         <size>7</size>
9713       </method>
9714     </type>
9715     <type name="Concrete_A">
9716       <method name="Void .ctor()">
9717         <size>7</size>
9718       </method>
9719     </type>
9720     <type name="Concrete_B">
9721       <method name="Void .ctor()">
9722         <size>7</size>
9723       </method>
9724     </type>
9725     <type name="BaseGeneric_2`2[T,U]">
9726       <method name="Void .ctor()">
9727         <size>7</size>
9728       </method>
9729     </type>
9730     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
9731       <method name="Void .ctor(T, U)">
9732         <size>7</size>
9733       </method>
9734     </type>
9735     <type name="BaseGeneric_1`1[T]">
9736       <method name="Void .ctor()">
9737         <size>7</size>
9738       </method>
9739     </type>
9740     <type name="Concrete_2">
9741       <method name="Void .ctor()">
9742         <size>7</size>
9743       </method>
9744     </type>
9745     <type name="Program">
9746       <method name="Void .ctor()">
9747         <size>7</size>
9748       </method>
9749       <method name="Void Main()">
9750         <size>40</size>
9751       </method>
9752     </type>
9753   </test>
9754   <test name="gtest-360.cs">
9755     <type name="C">
9756       <method name="Void .ctor()">
9757         <size>7</size>
9758       </method>
9759       <method name="Int32 Foo[T](T, System.Object[])">
9760         <size>2</size>
9761       </method>
9762       <method name="Int32 Foo(System.String, System.Object[])">
9763         <size>2</size>
9764       </method>
9765       <method name="Int32 InvokeMethod(System.String, System.Object[])">
9766         <size>8</size>
9767       </method>
9768       <method name="Int32 Main()">
9769         <size>17</size>
9770       </method>
9771     </type>
9772   </test>
9773   <test name="gtest-361.cs">
9774     <type name="Thing">
9775       <method name="Void .ctor()">
9776         <size>7</size>
9777       </method>
9778       <method name="Void Foo()">
9779         <size>1</size>
9780       </method>
9781       <method name="Int32 Main()">
9782         <size>164</size>
9783       </method>
9784       <method name="Void Method(Thing+Handler, System.String[])">
9785         <size>1</size>
9786       </method>
9787     </type>
9788     <type name="Thing+Handler">
9789       <method name="Void .ctor(Object, IntPtr)">
9790         <size>0</size>
9791       </method>
9792       <method name="Void Invoke()">
9793         <size>0</size>
9794       </method>
9795       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
9796         <size>0</size>
9797       </method>
9798       <method name="Void EndInvoke(IAsyncResult)">
9799         <size>0</size>
9800       </method>
9801     </type>
9802     <type name="Thing">
9803       <method name="Void &lt;Main&gt;m__0()">
9804         <size>1</size>
9805       </method>
9806       <method name="Void &lt;Main&gt;m__1()">
9807         <size>1</size>
9808       </method>
9809     </type>
9810   </test>
9811   <test name="gtest-362.cs">
9812     <type name="C">
9813       <method name="Void .ctor()">
9814         <size>7</size>
9815       </method>
9816       <method name="Void Assert[T](T)">
9817         <size>1</size>
9818       </method>
9819       <method name="Void Assert[T](T, T)">
9820         <size>1</size>
9821       </method>
9822       <method name="Int32 Main()">
9823         <size>83</size>
9824       </method>
9825     </type>
9826   </test>
9827   <test name="gtest-363.cs">
9828     <type name="Test">
9829       <method name="Void .ctor()">
9830         <size>7</size>
9831       </method>
9832       <method name="Void InsertAt[T](T[], Int32, T[])">
9833         <size>1</size>
9834       </method>
9835       <method name="Void Main()">
9836         <size>39</size>
9837       </method>
9838     </type>
9839   </test>
9840   <test name="gtest-364.cs">
9841     <type name="BugReport.Program">
9842       <method name="Void .ctor()">
9843         <size>7</size>
9844       </method>
9845       <method name="Int32 Main()">
9846         <size>307</size>
9847       </method>
9848     </type>
9849     <type name="BugReport.A">
9850       <method name="Void .ctor()">
9851         <size>7</size>
9852       </method>
9853       <method name="Nullable`1 get_Counter()">
9854         <size>7</size>
9855       </method>
9856       <method name="Void set_Counter(Nullable`1)">
9857         <size>8</size>
9858       </method>
9859     </type>
9860   </test>
9861   <test name="gtest-365.cs">
9862     <type name="B.Program">
9863       <method name="Void .ctor()">
9864         <size>7</size>
9865       </method>
9866       <method name="Int32 Main()">
9867         <size>51</size>
9868       </method>
9869     </type>
9870   </test>
9871   <test name="gtest-366.cs">
9872     <type name="Tester">
9873       <method name="Void .ctor()">
9874         <size>7</size>
9875       </method>
9876       <method name="Void Assert[T](T, T)">
9877         <size>1</size>
9878       </method>
9879       <method name="Void Main()">
9880         <size>20</size>
9881       </method>
9882     </type>
9883     <type name="MyType">
9884       <method name="Void .ctor(Int32)">
9885         <size>8</size>
9886       </method>
9887       <method name="Int32 op_Implicit(MyType)">
9888         <size>8</size>
9889       </method>
9890     </type>
9891   </test>
9892   <test name="gtest-367.cs">
9893     <type name="Foo">
9894       <method name="Void .ctor()">
9895         <size>7</size>
9896       </method>
9897     </type>
9898     <type name="Repro">
9899       <method name="Void .ctor()">
9900         <size>7</size>
9901       </method>
9902       <method name="Void Bar[TFoo](TFoo)">
9903         <size>19</size>
9904       </method>
9905       <method name="Void Baz[T](T, System.Action`1[T])">
9906         <size>8</size>
9907       </method>
9908       <method name="Void Main()">
9909         <size>1</size>
9910       </method>
9911       <method name="Void Gazonk(Repro)">
9912         <size>1</size>
9913       </method>
9914     </type>
9915   </test>
9916   <test name="gtest-368.cs">
9917     <type name="C`1[T]">
9918       <method name="Void .ctor(D)">
9919         <size>7</size>
9920       </method>
9921       <method name="Void .ctor()">
9922         <size>7</size>
9923       </method>
9924     </type>
9925     <type name="C`1+D[T]">
9926       <method name="Void .ctor()">
9927         <size>7</size>
9928       </method>
9929     </type>
9930     <type name="M">
9931       <method name="Void .ctor()">
9932         <size>7</size>
9933       </method>
9934       <method name="Void Main()">
9935         <size>1</size>
9936       </method>
9937     </type>
9938   </test>
9939   <test name="gtest-369.cs">
9940     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
9941       <method name="Void .ctor()">
9942         <size>7</size>
9943       </method>
9944       <method name="IList`1 Query[Extent](IList`1, IList`1)">
9945         <size>2</size>
9946       </method>
9947       <method name="IList Query()">
9948         <size>2</size>
9949       </method>
9950     </type>
9951     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9952       <method name="Void .ctor()">
9953         <size>7</size>
9954       </method>
9955     </type>
9956     <type name="Db4objects.Db4o.Internal.M">
9957       <method name="Void .ctor()">
9958         <size>7</size>
9959       </method>
9960       <method name="Void Main()">
9961         <size>1</size>
9962       </method>
9963     </type>
9964     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9965       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
9966         <size>7</size>
9967       </method>
9968       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
9969         <size>9</size>
9970       </method>
9971     </type>
9972   </test>
9973   <test name="gtest-370.cs">
9974     <type name="N2.X`1[T]">
9975       <method name="Void .ctor()">
9976         <size>7</size>
9977       </method>
9978     </type>
9979     <type name="N2.X`1+A`1[T,T]">
9980       <method name="Void .ctor()">
9981         <size>7</size>
9982       </method>
9983     </type>
9984     <type name="N2.X`1+A`1+B`1[T,T,T]">
9985       <method name="Void .ctor()">
9986         <size>7</size>
9987       </method>
9988     </type>
9989     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
9990       <method name="Void .ctor()">
9991         <size>7</size>
9992       </method>
9993     </type>
9994     <type name="N2.C">
9995       <method name="Void .ctor()">
9996         <size>7</size>
9997       </method>
9998       <method name="Void Main()">
9999         <size>1</size>
10000       </method>
10001     </type>
10002   </test>
10003   <test name="gtest-371.cs">
10004     <type name="X">
10005       <method name="Void .ctor()">
10006         <size>7</size>
10007       </method>
10008       <method name="Void Main()">
10009         <size>90</size>
10010       </method>
10011     </type>
10012   </test>
10013   <test name="gtest-372.cs">
10014     <type name="TestClass`1[T]">
10015       <method name="Void .ctor()">
10016         <size>7</size>
10017       </method>
10018       <method name="Boolean Check(T, T)">
10019         <size>15</size>
10020       </method>
10021     </type>
10022     <type name="C">
10023       <method name="Void .ctor()">
10024         <size>7</size>
10025       </method>
10026     </type>
10027     <type name="TestClass2`1[T]">
10028       <method name="Void .ctor()">
10029         <size>7</size>
10030       </method>
10031       <method name="Boolean Check(T, T)">
10032         <size>15</size>
10033       </method>
10034     </type>
10035     <type name="X">
10036       <method name="Void .ctor()">
10037         <size>7</size>
10038       </method>
10039       <method name="Int32 Main()">
10040         <size>28</size>
10041       </method>
10042     </type>
10043   </test>
10044   <test name="gtest-373.cs">
10045     <type name="MonoBug.MainClass">
10046       <method name="Void .ctor()">
10047         <size>7</size>
10048       </method>
10049       <method name="Void Main()">
10050         <size>29</size>
10051       </method>
10052     </type>
10053     <type name="MonoBug.GenericType`1[T]">
10054       <method name="Void .ctor(T)">
10055         <size>14</size>
10056       </method>
10057       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
10058         <size>7</size>
10059       </method>
10060     </type>
10061   </test>
10062   <test name="gtest-374.cs">
10063     <type name="aClass">
10064       <method name="Void .ctor()">
10065         <size>7</size>
10066       </method>
10067       <method name="Void Main(System.String[])">
10068         <size>14</size>
10069       </method>
10070     </type>
10071   </test>
10072   <test name="gtest-375.cs">
10073     <type name="X">
10074       <method name="Void .ctor()">
10075         <size>7</size>
10076       </method>
10077       <method name="Boolean Compute(Int32)">
10078         <size>2</size>
10079       </method>
10080       <method name="Boolean Compute2(Int32)">
10081         <size>2</size>
10082       </method>
10083       <method name="Int32 Main()">
10084         <size>28</size>
10085       </method>
10086     </type>
10087   </test>
10088   <test name="gtest-376.cs">
10089     <type name="C">
10090       <method name="Void .ctor()">
10091         <size>7</size>
10092       </method>
10093       <method name="Void Main()">
10094         <size>1</size>
10095       </method>
10096     </type>
10097     <type name="S`1[T]">
10098       <method name="System.Object Box(Nullable`1)">
10099         <size>30</size>
10100       </method>
10101     </type>
10102   </test>
10103   <test name="gtest-377.cs">
10104     <type name="D">
10105       <method name="Void .cctor()">
10106         <size>26</size>
10107       </method>
10108       <method name="Void Main()">
10109         <size>98</size>
10110       </method>
10111     </type>
10112   </test>
10113   <test name="gtest-378.cs">
10114     <type name="Test">
10115       <method name="Void .ctor()">
10116         <size>7</size>
10117       </method>
10118       <method name="System.Object FooG[T](Nullable`1)">
10119         <size>7</size>
10120       </method>
10121       <method name="System.Object Foo(Nullable`1)">
10122         <size>7</size>
10123       </method>
10124       <method name="Int32 Main()">
10125         <size>58</size>
10126       </method>
10127     </type>
10128   </test>
10129   <test name="gtest-379.cs">
10130     <type name="C">
10131       <method name="Void .ctor()">
10132         <size>7</size>
10133       </method>
10134       <method name="Int32 Print(Nullable`1)">
10135         <size>16</size>
10136       </method>
10137       <method name="Int32 Main()">
10138         <size>15</size>
10139       </method>
10140     </type>
10141     <type name="S">
10142       <method name="Boolean op_Equality(S, S)">
10143         <size>2</size>
10144       </method>
10145       <method name="Boolean op_Inequality(S, S)">
10146         <size>2</size>
10147       </method>
10148     </type>
10149   </test>
10150   <test name="gtest-380.cs">
10151     <type name="Test">
10152       <method name="Void .ctor()">
10153         <size>7</size>
10154       </method>
10155       <method name="Int32 Main()">
10156         <size>165</size>
10157       </method>
10158     </type>
10159     <type name="GTest`1[T]">
10160       <method name="Void .ctor()">
10161         <size>7</size>
10162       </method>
10163       <method name="Void .cctor()">
10164         <size>13</size>
10165       </method>
10166     </type>
10167   </test>
10168   <test name="gtest-381.cs">
10169     <type name="TestGoto">
10170       <method name="Void .ctor()">
10171         <size>7</size>
10172       </method>
10173       <method name="Void .cctor()">
10174         <size>7</size>
10175       </method>
10176       <method name="Void Main(System.String[])">
10177         <size>67</size>
10178       </method>
10179       <method name="IEnumerable`1 setX()">
10180         <size>16</size>
10181       </method>
10182       <method name="IEnumerable`1 test()">
10183         <size>16</size>
10184       </method>
10185     </type>
10186     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10187       <method name="Void .ctor()">
10188         <size>7</size>
10189       </method>
10190       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10191         <size>12</size>
10192       </method>
10193       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10194         <size>7</size>
10195       </method>
10196       <method name="Boolean MoveNext()">
10197         <size>106</size>
10198       </method>
10199       <method name="Void Dispose()">
10200         <size>46</size>
10201       </method>
10202       <method name="Void Reset()">
10203         <size>6</size>
10204       </method>
10205     </type>
10206     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10207       <method name="Void .ctor()">
10208         <size>7</size>
10209       </method>
10210       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10211         <size>12</size>
10212       </method>
10213       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10214         <size>7</size>
10215       </method>
10216       <method name="Boolean MoveNext()">
10217         <size>176</size>
10218       </method>
10219       <method name="Void Dispose()">
10220         <size>60</size>
10221       </method>
10222       <method name="Void Reset()">
10223         <size>6</size>
10224       </method>
10225     </type>
10226     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10227       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10228         <size>7</size>
10229       </method>
10230       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10231         <size>26</size>
10232       </method>
10233     </type>
10234     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10235       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10236         <size>7</size>
10237       </method>
10238       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10239         <size>26</size>
10240       </method>
10241     </type>
10242   </test>
10243   <test name="gtest-382.cs">
10244     <type name="C">
10245       <method name="Void .ctor()">
10246         <size>7</size>
10247       </method>
10248       <method name="Int32 Main()">
10249         <size>76</size>
10250       </method>
10251     </type>
10252   </test>
10253   <test name="gtest-383.cs">
10254     <type name="C">
10255       <method name="Void .ctor()">
10256         <size>7</size>
10257       </method>
10258       <method name="Int32 Main()">
10259         <size>260</size>
10260       </method>
10261     </type>
10262     <type name="MyTypeA">
10263       <method name="Void .ctor(Int16)">
10264         <size>8</size>
10265       </method>
10266       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
10267         <size>6</size>
10268       </method>
10269       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
10270         <size>2</size>
10271       </method>
10272       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
10273         <size>6</size>
10274       </method>
10275       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
10276         <size>6</size>
10277       </method>
10278       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
10279         <size>6</size>
10280       </method>
10281     </type>
10282     <type name="MyTypeB">
10283       <method name="Void .ctor(Int16)">
10284         <size>8</size>
10285       </method>
10286       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
10287         <size>2</size>
10288       </method>
10289       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
10290         <size>2</size>
10291       </method>
10292       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
10293         <size>2</size>
10294       </method>
10295       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
10296         <size>2</size>
10297       </method>
10298       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
10299         <size>2</size>
10300       </method>
10301       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
10302         <size>2</size>
10303       </method>
10304     </type>
10305   </test>
10306   <test name="gtest-384.cs">
10307     <type name="N.TestG">
10308       <method name="Void .ctor()">
10309         <size>7</size>
10310       </method>
10311       <method name="Void Foo[T]()">
10312         <size>1</size>
10313       </method>
10314     </type>
10315     <type name="NonGeneric">
10316       <method name="Void .ctor()">
10317         <size>7</size>
10318       </method>
10319     </type>
10320     <type name="Generic`1[T]">
10321       <method name="Void .ctor()">
10322         <size>7</size>
10323       </method>
10324     </type>
10325     <type name="m">
10326       <method name="Void .ctor()">
10327         <size>7</size>
10328       </method>
10329       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
10330         <size>13</size>
10331       </method>
10332       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
10333         <size>13</size>
10334       </method>
10335       <method name="Void Main()">
10336         <size>6</size>
10337       </method>
10338     </type>
10339   </test>
10340   <test name="gtest-385.cs">
10341     <type name="DocAttribute">
10342       <method name="Void .ctor()">
10343         <size>7</size>
10344       </method>
10345       <method name="Void .ctor(String)">
10346         <size>7</size>
10347       </method>
10348     </type>
10349     <type name="Test">
10350       <method name="Void .ctor()">
10351         <size>7</size>
10352       </method>
10353       <method name="Int32 Main()">
10354         <size>66</size>
10355       </method>
10356     </type>
10357     <type name="Func`2[TArg,TRet]">
10358       <method name="Void .ctor(Object, IntPtr)">
10359         <size>0</size>
10360       </method>
10361       <method name="Void Invoke()">
10362         <size>0</size>
10363       </method>
10364       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10365         <size>0</size>
10366       </method>
10367       <method name="Void EndInvoke(IAsyncResult)">
10368         <size>0</size>
10369       </method>
10370     </type>
10371   </test>
10372   <test name="gtest-386.cs">
10373     <type name="C">
10374       <method name="Void .ctor()">
10375         <size>7</size>
10376       </method>
10377       <method name="Int32 Main()">
10378         <size>220</size>
10379       </method>
10380     </type>
10381     <type name="MyType">
10382       <method name="Void .ctor(Int32)">
10383         <size>8</size>
10384       </method>
10385       <method name="MyType op_UnaryNegation(MyType)">
10386         <size>14</size>
10387       </method>
10388     </type>
10389   </test>
10390   <test name="gtest-387.cs">
10391     <type name="C">
10392       <method name="Void .ctor()">
10393         <size>7</size>
10394       </method>
10395       <method name="Int32 Main()">
10396         <size>168</size>
10397       </method>
10398     </type>
10399   </test>
10400   <test name="gtest-388.cs">
10401     <type name="Data">
10402       <method name="Void .ctor()">
10403         <size>7</size>
10404       </method>
10405     </type>
10406     <type name="Foo">
10407       <method name="Void .ctor()">
10408         <size>7</size>
10409       </method>
10410       <method name="Void f(Data)">
10411         <size>19</size>
10412       </method>
10413       <method name="Void Main()">
10414         <size>22</size>
10415       </method>
10416     </type>
10417   </test>
10418   <test name="gtest-389.cs">
10419     <type name="C">
10420       <method name="Void .ctor()">
10421         <size>7</size>
10422       </method>
10423       <method name="Int32 Main()">
10424         <size>234</size>
10425       </method>
10426     </type>
10427   </test>
10428   <test name="gtest-390.cs">
10429     <type name="Program">
10430       <method name="Void .ctor()">
10431         <size>7</size>
10432       </method>
10433       <method name="Int32 Main()">
10434         <size>4</size>
10435       </method>
10436     </type>
10437   </test>
10438   <test name="gtest-391.cs">
10439     <type name="C">
10440       <method name="Void .ctor()">
10441         <size>7</size>
10442       </method>
10443       <method name="Int32 Main()">
10444         <size>121</size>
10445       </method>
10446       <method name="Boolean Test_1()">
10447         <size>36</size>
10448       </method>
10449     </type>
10450   </test>
10451   <test name="gtest-392.cs">
10452     <type name="DieSubrangeType">
10453       <method name="Void .ctor()">
10454         <size>19</size>
10455       </method>
10456       <method name="Nullable`1 get_UpperBound()">
10457         <size>7</size>
10458       </method>
10459       <method name="Void set_UpperBound(Nullable`1)">
10460         <size>8</size>
10461       </method>
10462     </type>
10463     <type name="X">
10464       <method name="Void .ctor()">
10465         <size>7</size>
10466       </method>
10467       <method name="Int32 Main()">
10468         <size>61</size>
10469       </method>
10470     </type>
10471   </test>
10472   <test name="gtest-393.cs">
10473     <type name="B`1[T]">
10474       <method name="Void .ctor()">
10475         <size>7</size>
10476       </method>
10477     </type>
10478     <type name="A">
10479       <method name="Void .ctor(Type)">
10480         <size>29</size>
10481       </method>
10482       <method name="Void .cctor()">
10483         <size>7</size>
10484       </method>
10485       <method name="Int32 Main()">
10486         <size>23</size>
10487       </method>
10488     </type>
10489   </test>
10490   <test name="gtest-394.cs">
10491     <type name="Test">
10492       <method name="Void .ctor()">
10493         <size>7</size>
10494       </method>
10495       <method name="Void FindMembers(Test+MemberFilter)">
10496         <size>1</size>
10497       </method>
10498       <method name="Void GetMethodGroup(Test+MemberFilter)">
10499         <size>43</size>
10500       </method>
10501       <method name="Void Main()">
10502         <size>1</size>
10503       </method>
10504     </type>
10505     <type name="Test+MemberFilter">
10506       <method name="Void .ctor(Object, IntPtr)">
10507         <size>0</size>
10508       </method>
10509       <method name="Boolean Invoke()">
10510         <size>0</size>
10511       </method>
10512       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10513         <size>0</size>
10514       </method>
10515       <method name="Boolean EndInvoke(IAsyncResult)">
10516         <size>0</size>
10517       </method>
10518     </type>
10519     <type name="Test">
10520       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
10521         <size>2</size>
10522       </method>
10523     </type>
10524   </test>
10525   <test name="gtest-395.cs">
10526     <type name="RuleBuilder`1[T]">
10527       <method name="Void .ctor()">
10528         <size>7</size>
10529       </method>
10530     </type>
10531     <type name="RubyMethod">
10532       <method name="Void .ctor()">
10533         <size>7</size>
10534       </method>
10535       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
10536         <size>6</size>
10537       </method>
10538     </type>
10539     <type name="T">
10540       <method name="Void .ctor()">
10541         <size>7</size>
10542       </method>
10543       <method name="Void Main()">
10544         <size>1</size>
10545       </method>
10546     </type>
10547   </test>
10548   <test name="gtest-396.cs">
10549     <type name="Test">
10550       <method name="Void .ctor()">
10551         <size>7</size>
10552       </method>
10553       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
10554         <size>1</size>
10555       </method>
10556       <method name="System.Func`1[System.Int32] Method(System.String)">
10557         <size>2</size>
10558       </method>
10559       <method name="Void Main()">
10560         <size>24</size>
10561       </method>
10562     </type>
10563   </test>
10564   <test name="gtest-397.cs">
10565     <type name="Test">
10566       <method name="Void .ctor()">
10567         <size>7</size>
10568       </method>
10569       <method name="Foo NegateFoo(Foo)">
10570         <size>12</size>
10571       </method>
10572       <method name="Foo NegateFooNullable(Nullable`1)">
10573         <size>7</size>
10574       </method>
10575       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
10576         <size>7</size>
10577       </method>
10578       <method name="Nullable`1 NegateBar(Bar)">
10579         <size>12</size>
10580       </method>
10581       <method name="Int32 Main()">
10582         <size>139</size>
10583       </method>
10584     </type>
10585     <type name="Foo">
10586       <method name="Void .ctor(Int32)">
10587         <size>8</size>
10588       </method>
10589       <method name="Foo op_UnaryNegation(Nullable`1)">
10590         <size>42</size>
10591       </method>
10592     </type>
10593     <type name="Bar">
10594       <method name="Void .ctor(Int32)">
10595         <size>8</size>
10596       </method>
10597       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
10598         <size>41</size>
10599       </method>
10600     </type>
10601   </test>
10602   <test name="gtest-398.cs">
10603     <type name="GenericClass`1[T]">
10604       <method name="Void .ctor(T)">
10605         <size>14</size>
10606       </method>
10607       <method name="Void Method()">
10608         <size>42</size>
10609       </method>
10610       <method name="Void Test(T)">
10611         <size>1</size>
10612       </method>
10613     </type>
10614     <type name="Foo">
10615       <method name="Void .ctor()">
10616         <size>7</size>
10617       </method>
10618       <method name="Void Main(System.String[])">
10619         <size>15</size>
10620       </method>
10621     </type>
10622     <type name="ToStr">
10623       <method name="Void .ctor(Object, IntPtr)">
10624         <size>0</size>
10625       </method>
10626       <method name="System.String Invoke(System.String, IFormatProvider)">
10627         <size>0</size>
10628       </method>
10629       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
10630         <size>0</size>
10631       </method>
10632       <method name="System.String EndInvoke(IAsyncResult)">
10633         <size>0</size>
10634       </method>
10635     </type>
10636   </test>
10637   <test name="gtest-399.cs">
10638     <type name="TestIssue.Base">
10639       <method name="Void .ctor()">
10640         <size>7</size>
10641       </method>
10642     </type>
10643     <type name="TestIssue.Derived">
10644       <method name="Void .ctor()">
10645         <size>7</size>
10646       </method>
10647     </type>
10648     <type name="TestIssue.Program">
10649       <method name="Void .ctor()">
10650         <size>7</size>
10651       </method>
10652       <method name="Int32 Main()">
10653         <size>39</size>
10654       </method>
10655     </type>
10656   </test>
10657   <test name="gtest-400.cs">
10658     <type name="Gen`1[T]">
10659       <method name="Void .ctor()">
10660         <size>7</size>
10661       </method>
10662       <method name="Boolean Foo(T)">
10663         <size>15</size>
10664       </method>
10665     </type>
10666     <type name="Program">
10667       <method name="Void .ctor()">
10668         <size>7</size>
10669       </method>
10670       <method name="Boolean Foo[T]()">
10671         <size>17</size>
10672       </method>
10673       <method name="Int32 Main()">
10674         <size>66</size>
10675       </method>
10676     </type>
10677   </test>
10678   <test name="gtest-401.cs">
10679     <type name="ParserTest">
10680       <method name="Void .ctor()">
10681         <size>7</size>
10682       </method>
10683       <method name="Void Main()">
10684         <size>165</size>
10685       </method>
10686     </type>
10687   </test>
10688   <test name="gtest-402.cs">
10689     <type name="X">
10690       <method name="Void .ctor()">
10691         <size>7</size>
10692       </method>
10693       <method name="Void Main()">
10694         <size>16</size>
10695       </method>
10696     </type>
10697   </test>
10698   <test name="gtest-403.cs">
10699     <type name="T">
10700       <method name="Void .ctor()">
10701         <size>7</size>
10702       </method>
10703       <method name="Void Main()">
10704         <size>15</size>
10705       </method>
10706     </type>
10707     <type name="S`1[T]">
10708       <method name="Void Foo()">
10709         <size>1</size>
10710       </method>
10711     </type>
10712   </test>
10713   <test name="gtest-404.cs">
10714     <type name="Test.Program">
10715       <method name="Void Main()">
10716         <size>1</size>
10717       </method>
10718     </type>
10719     <type name="Test.Class1`1[T1]">
10720       <method name="Void .ctor()">
10721         <size>7</size>
10722       </method>
10723       <method name="Void add_doSomething(System.EventHandler)">
10724         <size>24</size>
10725       </method>
10726       <method name="Void remove_doSomething(System.EventHandler)">
10727         <size>24</size>
10728       </method>
10729     </type>
10730     <type name="Test.Class2`1[T]">
10731       <method name="Void .ctor()">
10732         <size>7</size>
10733       </method>
10734       <method name="Void add_DoSomething(System.EventHandler)">
10735         <size>8</size>
10736       </method>
10737       <method name="Void remove_DoSomething(System.EventHandler)">
10738         <size>8</size>
10739       </method>
10740     </type>
10741   </test>
10742   <test name="gtest-405.cs">
10743     <type name="C">
10744       <method name="Void .ctor()">
10745         <size>7</size>
10746       </method>
10747       <method name="Void Main()">
10748         <size>1</size>
10749       </method>
10750     </type>
10751   </test>
10752   <test name="gtest-406.cs">
10753     <type name="Test`1[T]">
10754       <method name="Void .ctor()">
10755         <size>7</size>
10756       </method>
10757       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
10758         <size>1</size>
10759       </method>
10760     </type>
10761     <type name="C`2[A,B]">
10762       <method name="Void .ctor(IEnumerable`1)">
10763         <size>46</size>
10764       </method>
10765       <method name="B &lt;C&gt;m__0(B)">
10766         <size>2</size>
10767       </method>
10768     </type>
10769     <type name="M">
10770       <method name="Void .ctor()">
10771         <size>7</size>
10772       </method>
10773       <method name="Void Main()">
10774         <size>1</size>
10775       </method>
10776     </type>
10777   </test>
10778   <test name="gtest-407.cs">
10779     <type name="NullableColorTests">
10780       <method name="Void .ctor()">
10781         <size>7</size>
10782       </method>
10783       <method name="Int32 Main()">
10784         <size>99</size>
10785       </method>
10786     </type>
10787     <type name="MyColor">
10788       <method name="Void .ctor(Int32)">
10789         <size>8</size>
10790       </method>
10791       <method name="Boolean op_Equality(MyColor, MyColor)">
10792         <size>17</size>
10793       </method>
10794       <method name="Boolean op_Inequality(MyColor, MyColor)">
10795         <size>20</size>
10796       </method>
10797     </type>
10798   </test>
10799   <test name="gtest-408.cs">
10800     <type name="Test">
10801       <method name="Void .ctor()">
10802         <size>7</size>
10803       </method>
10804       <method name="Int32 Main()">
10805         <size>92</size>
10806       </method>
10807     </type>
10808   </test>
10809   <test name="gtest-409.cs">
10810     <type name="ConditionalParsing">
10811       <method name="Void .ctor()">
10812         <size>7</size>
10813       </method>
10814       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
10815         <size>14</size>
10816       </method>
10817       <method name="Void Test_1(Boolean)">
10818         <size>20</size>
10819       </method>
10820       <method name="Void Test_2()">
10821         <size>31</size>
10822       </method>
10823       <method name="Void Test_4(Boolean, Boolean)">
10824         <size>39</size>
10825       </method>
10826       <method name="Void Test_5(Boolean, IDisposable)">
10827         <size>45</size>
10828       </method>
10829       <method name="Void Test_6(Boolean)">
10830         <size>51</size>
10831       </method>
10832       <method name="Void Test_7(System.Object)">
10833         <size>8</size>
10834       </method>
10835       <method name="Void Main()">
10836         <size>1</size>
10837       </method>
10838     </type>
10839     <type name="ConditionalParsing+T">
10840       <method name="Void .ctor(String, Boolean)">
10841         <size>28</size>
10842       </method>
10843       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
10844         <size>7</size>
10845       </method>
10846     </type>
10847     <type name="&lt;PrivateImplementationDetails&gt;">
10848       <method name="Void .ctor()">
10849         <size>7</size>
10850       </method>
10851     </type>
10852     <type name="ConditionalParsing+Const">
10853       <method name="Void .ctor()">
10854         <size>7</size>
10855       </method>
10856     </type>
10857     <type name="ConditionalParsing">
10858       <method name="Void Test_8(DateTime)">
10859         <size>38</size>
10860       </method>
10861       <method name="Void Test_9()">
10862         <size>43</size>
10863       </method>
10864     </type>
10865   </test>
10866   <test name="gtest-410.cs">
10867     <type name="Program">
10868       <method name="Void .ctor()">
10869         <size>7</size>
10870       </method>
10871       <method name="Void Main()">
10872         <size>7</size>
10873       </method>
10874     </type>
10875   </test>
10876   <test name="gtest-411.cs">
10877     <type name="Maybe">
10878       <method name="Maybe`1[T] C[T](T)">
10879         <size>2</size>
10880       </method>
10881     </type>
10882     <type name="Maybe`1[T]">
10883       <method name="Void .ctor(T)">
10884         <size>7</size>
10885       </method>
10886     </type>
10887     <type name="Extensions">
10888       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
10889         <size>10</size>
10890       </method>
10891     </type>
10892     <type name="Test">
10893       <method name="Void .ctor()">
10894         <size>7</size>
10895       </method>
10896       <method name="Void Main()">
10897         <size>131</size>
10898       </method>
10899       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
10900         <size>7</size>
10901       </method>
10902       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
10903         <size>7</size>
10904       </method>
10905       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
10906         <size>11</size>
10907       </method>
10908     </type>
10909   </test>
10910   <test name="gtest-412.cs">
10911     <type name="Program">
10912       <method name="Void .ctor()">
10913         <size>7</size>
10914       </method>
10915       <method name="Int32 Main()">
10916         <size>213</size>
10917       </method>
10918     </type>
10919   </test>
10920   <test name="gtest-413.cs">
10921     <type name="Test">
10922       <method name="Void .ctor()">
10923         <size>7</size>
10924       </method>
10925       <method name="Int32 Main()">
10926         <size>95</size>
10927       </method>
10928     </type>
10929     <type name="S">
10930       <method name="Int64 op_Addition(S, Int64)">
10931         <size>2</size>
10932       </method>
10933     </type>
10934   </test>
10935   <test name="gtest-414.cs">
10936     <type name="MonoTest.MainClass">
10937       <method name="Void .ctor()">
10938         <size>7</size>
10939       </method>
10940       <method name="Void Main()">
10941         <size>1</size>
10942       </method>
10943     </type>
10944     <type name="MonoTest.TestImpl">
10945       <method name="Void .ctor()">
10946         <size>7</size>
10947       </method>
10948       <method name="Void MonoTest.ITest.Get[T](System.Object)">
10949         <size>1</size>
10950       </method>
10951       <method name="Void Get[T]()">
10952         <size>1</size>
10953       </method>
10954       <method name="Void Get[T](System.Object)">
10955         <size>1</size>
10956       </method>
10957     </type>
10958     <type name="MonoTest.C">
10959       <method name="Void .ctor()">
10960         <size>7</size>
10961       </method>
10962       <method name="Void MonoTest.IG&lt;int&gt;.M()">
10963         <size>1</size>
10964       </method>
10965       <method name="Void MonoTest.IG&lt;string&gt;.M()">
10966         <size>1</size>
10967       </method>
10968     </type>
10969   </test>
10970   <test name="gtest-415.cs">
10971     <type name="S2">
10972       <method name="Void Test()">
10973         <size>39</size>
10974       </method>
10975       <method name="Void Main()">
10976         <size>16</size>
10977       </method>
10978     </type>
10979   </test>
10980   <test name="gtest-416.cs">
10981     <type name="Bug.Demo">
10982       <method name="Boolean Fixed()">
10983         <size>14</size>
10984       </method>
10985       <method name="Boolean Foo(System.Int32[])">
10986         <size>43</size>
10987       </method>
10988       <method name="Int32 Main()">
10989         <size>65</size>
10990       </method>
10991     </type>
10992   </test>
10993   <test name="gtest-417.cs">
10994     <type name="C">
10995       <method name="Void .ctor()">
10996         <size>7</size>
10997       </method>
10998       <method name="Void Goo()">
10999         <size>11</size>
11000       </method>
11001       <method name="Void Main()">
11002         <size>1</size>
11003       </method>
11004     </type>
11005   </test>
11006   <test name="gtest-418.cs">
11007     <type name="N.Nested">
11008       <method name="Void .ctor()">
11009         <size>7</size>
11010       </method>
11011     </type>
11012     <type name="N.Nested+C">
11013       <method name="Void .ctor()">
11014         <size>7</size>
11015       </method>
11016       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
11017         <size>2</size>
11018       </method>
11019     </type>
11020     <type name="N.M">
11021       <method name="Void .ctor()">
11022         <size>7</size>
11023       </method>
11024       <method name="Int32 Main()">
11025         <size>173</size>
11026       </method>
11027     </type>
11028   </test>
11029   <test name="gtest-419.cs">
11030     <type name="Program">
11031       <method name="Void .ctor()">
11032         <size>7</size>
11033       </method>
11034       <method name="Int32 Main()">
11035         <size>56</size>
11036       </method>
11037       <method name="System.Object Test(System.String)">
11038         <size>42</size>
11039       </method>
11040     </type>
11041   </test>
11042   <test name="gtest-420.cs">
11043     <type name="C">
11044       <method name="Void .ctor()">
11045         <size>7</size>
11046       </method>
11047     </type>
11048     <type name="TestClass">
11049       <method name="Void .ctor()">
11050         <size>7</size>
11051       </method>
11052       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
11053         <size>2</size>
11054       </method>
11055       <method name="Int32 Test(System.Object, System.Object[])">
11056         <size>2</size>
11057       </method>
11058       <method name="Int32 Main()">
11059         <size>43</size>
11060       </method>
11061     </type>
11062   </test>
11063   <test name="gtest-421.cs">
11064     <type name="OneOff">
11065       <method name="Void .ctor()">
11066         <size>7</size>
11067       </method>
11068       <method name="Int32 Main()">
11069         <size>75</size>
11070       </method>
11071       <method name="T[] Clone[T](T[])">
11072         <size>166</size>
11073       </method>
11074     </type>
11075   </test>
11076   <test name="gtest-422.cs">
11077     <type name="A">
11078       <method name="Void .ctor()">
11079         <size>7</size>
11080       </method>
11081       <method name="Boolean op_GreaterThan(A, System.Object)">
11082         <size>2</size>
11083       </method>
11084       <method name="Boolean op_LessThan(A, System.Object)">
11085         <size>2</size>
11086       </method>
11087     </type>
11088     <type name="C">
11089       <method name="Void .ctor()">
11090         <size>7</size>
11091       </method>
11092       <method name="Int32 Main()">
11093         <size>23</size>
11094       </method>
11095       <method name="Nullable`1 get_Id()">
11096         <size>7</size>
11097       </method>
11098       <method name="Boolean Test()">
11099         <size>51</size>
11100       </method>
11101     </type>
11102   </test>
11103   <test name="gtest-423.cs">
11104     <type name="App">
11105       <method name="Void .ctor()">
11106         <size>7</size>
11107       </method>
11108       <method name="Void Main()">
11109         <size>33</size>
11110       </method>
11111       <method name="Void Test(System.Object, System.EventArgs)">
11112         <size>1</size>
11113       </method>
11114     </type>
11115   </test>
11116   <test name="gtest-424.cs">
11117     <type name="A">
11118       <method name="Void .ctor()">
11119         <size>7</size>
11120       </method>
11121     </type>
11122     <type name="B">
11123       <method name="Void .ctor()">
11124         <size>7</size>
11125       </method>
11126     </type>
11127     <type name="Test">
11128       <method name="Void .ctor()">
11129         <size>7</size>
11130       </method>
11131       <method name="Void Block(A[])">
11132         <size>6</size>
11133       </method>
11134       <method name="Void Block(IEnumerable`1, A[])">
11135         <size>1</size>
11136       </method>
11137       <method name="Int32 Main()">
11138         <size>29</size>
11139       </method>
11140     </type>
11141   </test>
11142   <test name="gtest-425.cs">
11143     <type name="EventClass`1[T]">
11144       <method name="Void .ctor()">
11145         <size>7</size>
11146       </method>
11147     </type>
11148     <type name="Test">
11149       <method name="Void .ctor()">
11150         <size>7</size>
11151       </method>
11152       <method name="Void Main()">
11153         <size>16</size>
11154       </method>
11155     </type>
11156     <type name="EventClass`1+HookDelegate[T]">
11157       <method name="Void .ctor(Object, IntPtr)">
11158         <size>0</size>
11159       </method>
11160       <method name="Void Invoke(T)">
11161         <size>0</size>
11162       </method>
11163       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11164         <size>0</size>
11165       </method>
11166       <method name="Void EndInvoke(IAsyncResult)">
11167         <size>0</size>
11168       </method>
11169     </type>
11170   </test>
11171   <test name="gtest-426.cs">
11172     <type name="OverloadTest.MyClass`1[T]">
11173       <method name="Void .ctor()">
11174         <size>7</size>
11175       </method>
11176       <method name="Boolean Method(MyInterface`1)">
11177         <size>20</size>
11178       </method>
11179       <method name="Boolean Method(System.Action`1[T])">
11180         <size>2</size>
11181       </method>
11182     </type>
11183     <type name="OverloadTest.C">
11184       <method name="Void .ctor()">
11185         <size>7</size>
11186       </method>
11187       <method name="Void Main()">
11188         <size>1</size>
11189       </method>
11190     </type>
11191   </test>
11192   <test name="gtest-427.cs">
11193     <type name="T">
11194       <method name="Void .ctor()">
11195         <size>7</size>
11196       </method>
11197       <method name="Void Test()">
11198         <size>19</size>
11199       </method>
11200       <method name="Void Attach(EventHandler)">
11201         <size>2</size>
11202       </method>
11203       <method name="Void Attach(EventHandler`1[System.String])">
11204         <size>1</size>
11205       </method>
11206       <method name="Void OnClick(System.String)">
11207         <size>1</size>
11208       </method>
11209       <method name="Void Main()">
11210         <size>11</size>
11211       </method>
11212     </type>
11213     <type name="EventHandler">
11214       <method name="Void .ctor(Object, IntPtr)">
11215         <size>0</size>
11216       </method>
11217       <method name="Void Invoke(System.Object)">
11218         <size>0</size>
11219       </method>
11220       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
11221         <size>0</size>
11222       </method>
11223       <method name="Void EndInvoke(IAsyncResult)">
11224         <size>0</size>
11225       </method>
11226     </type>
11227     <type name="EventHandler`1[T]">
11228       <method name="Void .ctor(Object, IntPtr)">
11229         <size>0</size>
11230       </method>
11231       <method name="Void Invoke(T)">
11232         <size>0</size>
11233       </method>
11234       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11235         <size>0</size>
11236       </method>
11237       <method name="Void EndInvoke(IAsyncResult)">
11238         <size>0</size>
11239       </method>
11240     </type>
11241   </test>
11242   <test name="gtest-428.cs">
11243     <type name="CInt">
11244       <method name="Void .ctor(Int32)">
11245         <size>8</size>
11246       </method>
11247       <method name="CInt op_Implicit(Int32)">
11248         <size>7</size>
11249       </method>
11250       <method name="Int32 op_Implicit(CInt)">
11251         <size>8</size>
11252       </method>
11253     </type>
11254     <type name="Klass">
11255       <method name="Void .ctor(Nullable`1)">
11256         <size>14</size>
11257       </method>
11258       <method name="Nullable`1 get_Value()">
11259         <size>7</size>
11260       </method>
11261     </type>
11262     <type name="MainClass">
11263       <method name="Void .ctor()">
11264         <size>7</size>
11265       </method>
11266       <method name="Int32 Main()">
11267         <size>173</size>
11268       </method>
11269     </type>
11270   </test>
11271   <test name="gtest-429.cs">
11272     <type name="CInt">
11273       <method name="Void .ctor(Int32)">
11274         <size>8</size>
11275       </method>
11276       <method name="CInt op_Implicit(Int32)">
11277         <size>7</size>
11278       </method>
11279       <method name="Int32 op_Implicit(CInt)">
11280         <size>8</size>
11281       </method>
11282     </type>
11283     <type name="Klass">
11284       <method name="Void .ctor(Nullable`1)">
11285         <size>14</size>
11286       </method>
11287     </type>
11288     <type name="MainClass">
11289       <method name="Void .ctor()">
11290         <size>7</size>
11291       </method>
11292       <method name="Int32 Main()">
11293         <size>36</size>
11294       </method>
11295     </type>
11296   </test>
11297   <test name="gtest-430.cs">
11298     <type name="Tmp">
11299       <method name="Void .ctor()">
11300         <size>7</size>
11301       </method>
11302     </type>
11303     <type name="Driver">
11304       <method name="Void .ctor()">
11305         <size>7</size>
11306       </method>
11307       <method name="Nullable`1 get_Prop()">
11308         <size>42</size>
11309       </method>
11310       <method name="Int32 Main()">
11311         <size>42</size>
11312       </method>
11313     </type>
11314   </test>
11315   <test name="gtest-431.cs">
11316     <type name="Program">
11317       <method name="Void .ctor()">
11318         <size>7</size>
11319       </method>
11320       <method name="Void Main()">
11321         <size>13</size>
11322       </method>
11323     </type>
11324   </test>
11325   <test name="gtest-432.cs">
11326     <type name="Test.Bar`2[T,U]">
11327       <method name="Void .ctor()">
11328         <size>7</size>
11329       </method>
11330       <method name="Void DoSomething[V]()">
11331         <size>1</size>
11332       </method>
11333     </type>
11334     <type name="Test.Baz">
11335       <method name="Void .ctor()">
11336         <size>7</size>
11337       </method>
11338       <method name="Void GetInTroubleHere()">
11339         <size>13</size>
11340       </method>
11341       <method name="Void Main()">
11342         <size>1</size>
11343       </method>
11344     </type>
11345   </test>
11346   <test name="gtest-433.cs">
11347     <type name="M">
11348       <method name="Void .ctor()">
11349         <size>7</size>
11350       </method>
11351       <method name="Void Main()">
11352         <size>37</size>
11353       </method>
11354     </type>
11355   </test>
11356   <test name="gtest-434.cs">
11357     <type name="testcase.Init">
11358       <method name="Void .ctor()">
11359         <size>7</size>
11360       </method>
11361       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
11362         <size>8</size>
11363       </method>
11364     </type>
11365     <type name="testcase.Program">
11366       <method name="Void .ctor()">
11367         <size>7</size>
11368       </method>
11369       <method name="Int32 Main()">
11370         <size>75</size>
11371       </method>
11372     </type>
11373   </test>
11374   <test name="gtest-435.cs">
11375     <type name="testcase.Program">
11376       <method name="Void .ctor()">
11377         <size>7</size>
11378       </method>
11379       <method name="Int32 Main()">
11380         <size>258</size>
11381       </method>
11382     </type>
11383   </test>
11384   <test name="gtest-436.cs">
11385     <type name="SomeClass">
11386       <method name="Void .ctor()">
11387         <size>7</size>
11388       </method>
11389       <method name="Int32 Main()">
11390         <size>2</size>
11391       </method>
11392     </type>
11393   </test>
11394   <test name="gtest-438.cs">
11395     <type name="Tests">
11396       <method name="Void .ctor()">
11397         <size>7</size>
11398       </method>
11399       <method name="ServiceType GetService[ServiceType](System.Object[])">
11400         <size>17</size>
11401       </method>
11402       <method name="Int32 Main()">
11403         <size>19</size>
11404       </method>
11405     </type>
11406   </test>
11407   <test name="gtest-439.cs">
11408     <type name="MonoBug.Stuff">
11409       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
11410         <size>8</size>
11411       </method>
11412     </type>
11413     <type name="MonoBug.GenericStuff`2[T1,T2]">
11414       <method name="Void .ctor(T1, T2)">
11415         <size>21</size>
11416       </method>
11417     </type>
11418     <type name="MonoBug.Program">
11419       <method name="Void Main()">
11420         <size>35</size>
11421       </method>
11422     </type>
11423   </test>
11424   <test name="gtest-440.cs">
11425     <type name="AnyObjectId">
11426       <method name="Void .ctor()">
11427         <size>7</size>
11428       </method>
11429       <method name="Int32 get_W1()">
11430         <size>7</size>
11431       </method>
11432       <method name="Void set_W1(Int32)">
11433         <size>8</size>
11434       </method>
11435     </type>
11436     <type name="ObjectId">
11437       <method name="Void .ctor()">
11438         <size>14</size>
11439       </method>
11440       <method name="Void Main()">
11441         <size>1</size>
11442       </method>
11443     </type>
11444   </test>
11445   <test name="gtest-441.cs">
11446     <type name="Name.Test">
11447       <method name="Void .ctor()">
11448         <size>7</size>
11449       </method>
11450     </type>
11451     <type name="Name.Subclass">
11452       <method name="Void .ctor()">
11453         <size>7</size>
11454       </method>
11455       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
11456         <size>7</size>
11457       </method>
11458       <method name="Void Main(System.String[])">
11459         <size>7</size>
11460       </method>
11461     </type>
11462   </test>
11463   <test name="gtest-442.cs">
11464     <type name="NonGenericBase">
11465       <method name="Void .ctor()">
11466         <size>7</size>
11467       </method>
11468       <method name="Int32 get_Item(Int32)">
11469         <size>0</size>
11470       </method>
11471     </type>
11472     <type name="GenericBase`1[T]">
11473       <method name="Void .ctor()">
11474         <size>7</size>
11475       </method>
11476       <method name="T get_Instance()">
11477         <size>7</size>
11478       </method>
11479       <method name="Void Foo()">
11480         <size>24</size>
11481       </method>
11482     </type>
11483     <type name="EntryPoint">
11484       <method name="Void .ctor()">
11485         <size>7</size>
11486       </method>
11487       <method name="Void Main()">
11488         <size>1</size>
11489       </method>
11490     </type>
11491   </test>
11492   <test name="gtest-443.cs">
11493     <type name="C">
11494       <method name="Void .ctor()">
11495         <size>7</size>
11496       </method>
11497       <method name="Void M[T]()">
11498         <size>28</size>
11499       </method>
11500       <method name="Int32 Main()">
11501         <size>7</size>
11502       </method>
11503     </type>
11504   </test>
11505   <test name="gtest-444.cs">
11506     <type name="MyClass">
11507       <method name="Void .ctor()">
11508         <size>7</size>
11509       </method>
11510       <method name="Int32 Main()">
11511         <size>114</size>
11512       </method>
11513     </type>
11514   </test>
11515   <test name="gtest-445.cs">
11516     <type name="Test">
11517       <method name="Void .ctor()">
11518         <size>7</size>
11519       </method>
11520       <method name="Void Main()">
11521         <size>1</size>
11522       </method>
11523       <method name="Void Foo[T](T ByRef)">
11524         <size>1</size>
11525       </method>
11526       <method name="Void Foo[T](T[])">
11527         <size>1</size>
11528       </method>
11529       <method name="Void Foo[T](T[,])">
11530         <size>1</size>
11531       </method>
11532       <method name="Void Foo[T](T[,,])">
11533         <size>1</size>
11534       </method>
11535       <method name="Void Bar(Int32 ByRef)">
11536         <size>1</size>
11537       </method>
11538       <method name="Void Bar(System.Int32[])">
11539         <size>1</size>
11540       </method>
11541       <method name="Void Bar(System.Int32[,])">
11542         <size>1</size>
11543       </method>
11544       <method name="Void Bar(System.Int32[,,])">
11545         <size>1</size>
11546       </method>
11547     </type>
11548   </test>
11549   <test name="gtest-446.cs">
11550     <type name="BugTest.Bug`1[T]">
11551       <method name="Void .ctor()">
11552         <size>7</size>
11553       </method>
11554       <method name="Void CreateObject(T ByRef)">
11555         <size>42</size>
11556       </method>
11557     </type>
11558     <type name="BugTest.Program">
11559       <method name="Int32 Main()">
11560         <size>16</size>
11561       </method>
11562     </type>
11563   </test>
11564   <test name="gtest-447.cs">
11565     <type name="B">
11566       <method name="Void .ctor()">
11567         <size>7</size>
11568       </method>
11569       <method name="Int32 Main()">
11570         <size>29</size>
11571       </method>
11572     </type>
11573   </test>
11574   <test name="gtest-448.cs">
11575     <type name="C">
11576       <method name="Void .ctor()">
11577         <size>7</size>
11578       </method>
11579       <method name="Void TestA(Int32)">
11580         <size>1</size>
11581       </method>
11582       <method name="Void TestB(Int64)">
11583         <size>1</size>
11584       </method>
11585       <method name="Void TestC(Decimal)">
11586         <size>1</size>
11587       </method>
11588       <method name="Int32 Main()">
11589         <size>309</size>
11590       </method>
11591     </type>
11592   </test>
11593   <test name="gtest-449.cs">
11594     <type name="Program">
11595       <method name="Void .ctor()">
11596         <size>7</size>
11597       </method>
11598       <method name="Int32 Main()">
11599         <size>59</size>
11600       </method>
11601     </type>
11602   </test>
11603   <test name="gtest-450.cs">
11604     <type name="Program">
11605       <method name="Void .ctor()">
11606         <size>7</size>
11607       </method>
11608       <method name="Int32 Main()">
11609         <size>59</size>
11610       </method>
11611     </type>
11612   </test>
11613   <test name="gtest-451.cs">
11614     <type name="C">
11615       <method name="Void .ctor()">
11616         <size>7</size>
11617       </method>
11618       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
11619         <size>2</size>
11620       </method>
11621       <method name="Int32 Main()">
11622         <size>232</size>
11623       </method>
11624     </type>
11625   </test>
11626   <test name="gtest-452.cs">
11627     <type name="C">
11628       <method name="Void .ctor()">
11629         <size>7</size>
11630       </method>
11631       <method name="Void Foo[T](T, T)">
11632         <size>1</size>
11633       </method>
11634       <method name="Void TestParams(System.Int32[])">
11635         <size>6</size>
11636       </method>
11637       <method name="Void TestParams(Int32)">
11638         <size>1</size>
11639       </method>
11640       <method name="System.String get_Item(Int32, System.String)">
11641         <size>2</size>
11642       </method>
11643       <method name="Void set_Item(Int32, System.String, System.String)">
11644         <size>4</size>
11645       </method>
11646       <method name="Int32 Main()">
11647         <size>123</size>
11648       </method>
11649       <method name="Void TestStruct(Nullable`1)">
11650         <size>1</size>
11651       </method>
11652     </type>
11653   </test>
11654   <test name="gtest-453.cs">
11655     <type name="Test.CompilerTest">
11656       <method name="Void .ctor()">
11657         <size>7</size>
11658       </method>
11659       <method name="Int32 Main()">
11660         <size>12</size>
11661       </method>
11662       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
11663         <size>73</size>
11664       </method>
11665       <method name="Void ThisDoesNotWork()">
11666         <size>27</size>
11667       </method>
11668       <method name="Void ThisWorksFine()">
11669         <size>38</size>
11670       </method>
11671     </type>
11672   </test>
11673   <test name="gtest-454.cs">
11674     <type name="TestNS.TestCase">
11675       <method name="Void .ctor()">
11676         <size>7</size>
11677       </method>
11678       <method name="Int32 Compare[T](T[], T[])">
11679         <size>2</size>
11680       </method>
11681       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
11682         <size>30</size>
11683       </method>
11684       <method name="Int32 Main()">
11685         <size>19</size>
11686       </method>
11687     </type>
11688   </test>
11689   <test name="gtest-455.cs">
11690     <type name="ConsoleApplication1.Program">
11691       <method name="Void .ctor()">
11692         <size>7</size>
11693       </method>
11694       <method name="Void Main()">
11695         <size>14</size>
11696       </method>
11697     </type>
11698     <type name="ConsoleApplication1.Inner`1[T]">
11699       <method name="Void .ctor()">
11700         <size>7</size>
11701       </method>
11702       <method name="Void Compare(System.Object, T)">
11703         <size>13</size>
11704       </method>
11705     </type>
11706   </test>
11707   <test name="gtest-456.cs">
11708     <type name="G`1[T]">
11709       <method name="Void .ctor()">
11710         <size>7</size>
11711       </method>
11712     </type>
11713     <type name="G`1+S[T]">
11714       <method name="System.String Test()">
11715         <size>22</size>
11716       </method>
11717     </type>
11718     <type name="C">
11719       <method name="Int32 Main()">
11720         <size>36</size>
11721       </method>
11722       <method name="Void .ctor()">
11723         <size>7</size>
11724       </method>
11725     </type>
11726   </test>
11727   <test name="gtest-457.cs">
11728     <type name="Program">
11729       <method name="Void Foo[T]()">
11730         <size>1</size>
11731       </method>
11732       <method name="Int32 Main()">
11733         <size>2</size>
11734       </method>
11735       <method name="Void .ctor()">
11736         <size>7</size>
11737       </method>
11738     </type>
11739     <type name="Program+C">
11740       <method name="Void .ctor()">
11741         <size>7</size>
11742       </method>
11743     </type>
11744   </test>
11745   <test name="gtest-458.cs">
11746     <type name="MyList`1[T]">
11747       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
11748         <size>2</size>
11749       </method>
11750       <method name="Void .ctor()">
11751         <size>7</size>
11752       </method>
11753     </type>
11754     <type name="MyList`1+Helper`2[T,U,V]">
11755       <method name="Void .ctor()">
11756         <size>7</size>
11757       </method>
11758     </type>
11759     <type name="C">
11760       <method name="Int32 Main()">
11761         <size>13</size>
11762       </method>
11763       <method name="Void .ctor()">
11764         <size>7</size>
11765       </method>
11766     </type>
11767   </test>
11768   <test name="gtest-459.cs">
11769     <type name="GenericTest.OuterGeneric`1[T]">
11770       <method name="Void .ctor()">
11771         <size>7</size>
11772       </method>
11773     </type>
11774     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
11775       <method name="System.String GetTypeNames()">
11776         <size>41</size>
11777       </method>
11778       <method name="Void .ctor()">
11779         <size>7</size>
11780       </method>
11781     </type>
11782     <type name="GenericTest.Program">
11783       <method name="Int32 Main()">
11784         <size>14</size>
11785       </method>
11786       <method name="Void .ctor()">
11787         <size>7</size>
11788       </method>
11789     </type>
11790   </test>
11791   <test name="gtest-460.cs">
11792     <type name="Foo`1[T]">
11793       <method name="Void .ctor()">
11794         <size>7</size>
11795       </method>
11796     </type>
11797     <type name="Foo`1+Bar`1[T,V]">
11798       <method name="Void .ctor()">
11799         <size>7</size>
11800       </method>
11801     </type>
11802     <type name="FooImpl">
11803       <method name="Int32 Main()">
11804         <size>8</size>
11805       </method>
11806       <method name="Void .ctor()">
11807         <size>7</size>
11808       </method>
11809     </type>
11810     <type name="FooImpl+BarImpl">
11811       <method name="Void .ctor()">
11812         <size>7</size>
11813       </method>
11814     </type>
11815   </test>
11816   <test name="gtest-461.cs">
11817     <type name="Test.BaseContext">
11818       <method name="Void .ctor()">
11819         <size>7</size>
11820       </method>
11821     </type>
11822     <type name="Test.MyDataContext">
11823       <method name="Void .ctor()">
11824         <size>7</size>
11825       </method>
11826     </type>
11827     <type name="Test.Entity`1[T]">
11828       <method name="Void .ctor()">
11829         <size>7</size>
11830       </method>
11831     </type>
11832     <type name="Test.Person">
11833       <method name="Void .ctor()">
11834         <size>7</size>
11835       </method>
11836     </type>
11837     <type name="Test.TheBox`1[T]">
11838       <method name="U GetById[U](Guid)">
11839         <size>7</size>
11840       </method>
11841       <method name="Void .ctor()">
11842         <size>7</size>
11843       </method>
11844     </type>
11845     <type name="Test.Program">
11846       <method name="Void Main()">
11847         <size>19</size>
11848       </method>
11849       <method name="Void .ctor()">
11850         <size>7</size>
11851       </method>
11852     </type>
11853   </test>
11854   <test name="gtest-462.cs">
11855     <type name="Program">
11856       <method name="Int32 Main()">
11857         <size>79</size>
11858       </method>
11859       <method name="Void .ctor()">
11860         <size>7</size>
11861       </method>
11862     </type>
11863     <type name="Program+Tester`1[T]">
11864       <method name="T Get(System.Object)">
11865         <size>30</size>
11866       </method>
11867       <method name="Void .ctor()">
11868         <size>7</size>
11869       </method>
11870     </type>
11871   </test>
11872   <test name="gtest-anon-1.cs">
11873     <type name="X">
11874       <method name="Void .ctor()">
11875         <size>7</size>
11876       </method>
11877       <method name="Void Hello[U](U)">
11878         <size>1</size>
11879       </method>
11880       <method name="Void Test[T](T)">
11881         <size>64</size>
11882       </method>
11883       <method name="Void Main()">
11884         <size>14</size>
11885       </method>
11886     </type>
11887     <type name="Foo">
11888       <method name="Void .ctor(Object, IntPtr)">
11889         <size>0</size>
11890       </method>
11891       <method name="Void Invoke()">
11892         <size>0</size>
11893       </method>
11894       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11895         <size>0</size>
11896       </method>
11897       <method name="Void EndInvoke(IAsyncResult)">
11898         <size>0</size>
11899       </method>
11900     </type>
11901     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
11902       <method name="Void .ctor()">
11903         <size>7</size>
11904       </method>
11905       <method name="Void &lt;&gt;m__0()">
11906         <size>18</size>
11907       </method>
11908     </type>
11909   </test>
11910   <test name="gtest-anon-10.cs">
11911     <type name="X">
11912       <method name="Void .ctor()">
11913         <size>7</size>
11914       </method>
11915       <method name="IEnumerable`1 Test[T](T, T)">
11916         <size>44</size>
11917       </method>
11918       <method name="Int32 Main()">
11919         <size>95</size>
11920       </method>
11921     </type>
11922     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
11923       <method name="Void .ctor()">
11924         <size>7</size>
11925       </method>
11926       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11927         <size>12</size>
11928       </method>
11929       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11930         <size>7</size>
11931       </method>
11932       <method name="Boolean MoveNext()">
11933         <size>110</size>
11934       </method>
11935       <method name="Void Dispose()">
11936         <size>8</size>
11937       </method>
11938       <method name="Void Reset()">
11939         <size>6</size>
11940       </method>
11941       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
11942         <size>7</size>
11943       </method>
11944       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
11945         <size>52</size>
11946       </method>
11947     </type>
11948   </test>
11949   <test name="gtest-anon-11.cs">
11950     <type name="Test`1[R]">
11951       <method name="Void .ctor()">
11952         <size>7</size>
11953       </method>
11954       <method name="Void World[S,T](S, T)">
11955         <size>1</size>
11956       </method>
11957       <method name="Void Hello[U,V](U, V)">
11958         <size>41</size>
11959       </method>
11960     </type>
11961     <type name="X">
11962       <method name="Void .ctor()">
11963         <size>7</size>
11964       </method>
11965       <method name="Void Main()">
11966         <size>21</size>
11967       </method>
11968     </type>
11969     <type name="Foo">
11970       <method name="Void .ctor(Object, IntPtr)">
11971         <size>0</size>
11972       </method>
11973       <method name="Void Invoke()">
11974         <size>0</size>
11975       </method>
11976       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11977         <size>0</size>
11978       </method>
11979       <method name="Void EndInvoke(IAsyncResult)">
11980         <size>0</size>
11981       </method>
11982     </type>
11983     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
11984       <method name="Void .ctor()">
11985         <size>7</size>
11986       </method>
11987       <method name="Void &lt;&gt;m__0()">
11988         <size>24</size>
11989       </method>
11990     </type>
11991   </test>
11992   <test name="gtest-anon-12.cs">
11993     <type name="World`1[T]">
11994       <method name="Void .ctor()">
11995         <size>7</size>
11996       </method>
11997       <method name="Void Hello[U](U)">
11998         <size>1</size>
11999       </method>
12000       <method name="Void Test(T)">
12001         <size>46</size>
12002       </method>
12003     </type>
12004     <type name="X">
12005       <method name="Void .ctor()">
12006         <size>7</size>
12007       </method>
12008       <method name="Void Main()">
12009         <size>18</size>
12010       </method>
12011     </type>
12012     <type name="Foo">
12013       <method name="Void .ctor(Object, IntPtr)">
12014         <size>0</size>
12015       </method>
12016       <method name="Void Invoke()">
12017         <size>0</size>
12018       </method>
12019       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12020         <size>0</size>
12021       </method>
12022       <method name="Void EndInvoke(IAsyncResult)">
12023         <size>0</size>
12024       </method>
12025     </type>
12026     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
12027       <method name="Void .ctor()">
12028         <size>7</size>
12029       </method>
12030       <method name="Void &lt;&gt;m__0()">
12031         <size>18</size>
12032       </method>
12033     </type>
12034   </test>
12035   <test name="gtest-anon-13.cs">
12036     <type name="X">
12037       <method name="Void .ctor()">
12038         <size>7</size>
12039       </method>
12040       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
12041         <size>13</size>
12042       </method>
12043       <method name="Void Main()">
12044         <size>1</size>
12045       </method>
12046     </type>
12047     <type name="X+ModuleBinder`1[T]">
12048       <method name="Void .ctor(Object, IntPtr)">
12049         <size>0</size>
12050       </method>
12051       <method name="T Invoke(System.Object)">
12052         <size>0</size>
12053       </method>
12054       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
12055         <size>0</size>
12056       </method>
12057       <method name="T EndInvoke(IAsyncResult)">
12058         <size>0</size>
12059       </method>
12060     </type>
12061     <type name="X">
12062       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
12063         <size>7</size>
12064       </method>
12065     </type>
12066   </test>
12067   <test name="gtest-anon-14.cs">
12068     <type name="T">
12069       <method name="Void .ctor()">
12070         <size>7</size>
12071       </method>
12072       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
12073         <size>1</size>
12074       </method>
12075       <method name="Void SomeCaller()">
12076         <size>36</size>
12077       </method>
12078       <method name="Void Main()">
12079         <size>1</size>
12080       </method>
12081       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
12082         <size>2</size>
12083       </method>
12084     </type>
12085   </test>
12086   <test name="gtest-anon-15.cs">
12087     <type name="Test`1[T]">
12088       <method name="Void .ctor()">
12089         <size>7</size>
12090       </method>
12091       <method name="Void Hello[S](T, S)">
12092         <size>42</size>
12093       </method>
12094     </type>
12095     <type name="X">
12096       <method name="Void .ctor()">
12097         <size>7</size>
12098       </method>
12099       <method name="Void Main()">
12100         <size>16</size>
12101       </method>
12102     </type>
12103     <type name="Foo`1[V]">
12104       <method name="Void .ctor(Object, IntPtr)">
12105         <size>0</size>
12106       </method>
12107       <method name="Void Invoke(V)">
12108         <size>0</size>
12109       </method>
12110       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
12111         <size>0</size>
12112       </method>
12113       <method name="Void EndInvoke(IAsyncResult)">
12114         <size>0</size>
12115       </method>
12116     </type>
12117     <type name="Bar`1[W]">
12118       <method name="Void .ctor(Object, IntPtr)">
12119         <size>0</size>
12120       </method>
12121       <method name="Void Invoke(W)">
12122         <size>0</size>
12123       </method>
12124       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
12125         <size>0</size>
12126       </method>
12127       <method name="Void EndInvoke(IAsyncResult)">
12128         <size>0</size>
12129       </method>
12130     </type>
12131     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
12132       <method name="Void .ctor()">
12133         <size>7</size>
12134       </method>
12135       <method name="Void &lt;&gt;m__0(Int64)">
12136         <size>57</size>
12137       </method>
12138     </type>
12139     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
12140       <method name="Void .ctor()">
12141         <size>7</size>
12142       </method>
12143       <method name="Void &lt;&gt;m__1(T)">
12144         <size>65</size>
12145       </method>
12146     </type>
12147   </test>
12148   <test name="gtest-anon-16.cs">
12149     <type name="A">
12150       <method name="Void .ctor(TestFunc`1)">
12151         <size>7</size>
12152       </method>
12153       <method name="Void Main()">
12154         <size>1</size>
12155       </method>
12156     </type>
12157     <type name="TestClass">
12158       <method name="Void .ctor()">
12159         <size>47</size>
12160       </method>
12161       <method name="Void Func[T](TestFunc`1[T])">
12162         <size>1</size>
12163       </method>
12164     </type>
12165     <type name="TestFunc`1[T]">
12166       <method name="Void .ctor(Object, IntPtr)">
12167         <size>0</size>
12168       </method>
12169       <method name="Void Invoke(T)">
12170         <size>0</size>
12171       </method>
12172       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
12173         <size>0</size>
12174       </method>
12175       <method name="Void EndInvoke(IAsyncResult)">
12176         <size>0</size>
12177       </method>
12178     </type>
12179     <type name="TestClass">
12180       <method name="Void &lt;a&gt;m__0(Int32)">
12181         <size>1</size>
12182       </method>
12183     </type>
12184   </test>
12185   <test name="gtest-anon-17.cs">
12186     <type name="C">
12187       <method name="Void .ctor()">
12188         <size>7</size>
12189       </method>
12190       <method name="Void Test[T,U](C+Func`1[T], U)">
12191         <size>1</size>
12192       </method>
12193       <method name="Void Main()">
12194         <size>75</size>
12195       </method>
12196     </type>
12197     <type name="C+Func`1[T]">
12198       <method name="Void .ctor(Object, IntPtr)">
12199         <size>0</size>
12200       </method>
12201       <method name="T Invoke(T)">
12202         <size>0</size>
12203       </method>
12204       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
12205         <size>0</size>
12206       </method>
12207       <method name="T EndInvoke(IAsyncResult)">
12208         <size>0</size>
12209       </method>
12210     </type>
12211     <type name="C">
12212       <method name="Int32 &lt;Main&gt;m__0(Int32)">
12213         <size>2</size>
12214       </method>
12215       <method name="Int32 &lt;Main&gt;m__1(Int32)">
12216         <size>2</size>
12217       </method>
12218     </type>
12219   </test>
12220   <test name="gtest-anon-18.cs">
12221     <type name="C">
12222       <method name="Void .ctor()">
12223         <size>7</size>
12224       </method>
12225       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
12226         <size>10</size>
12227       </method>
12228       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
12229         <size>10</size>
12230       </method>
12231       <method name="Void Test2[T]()">
12232         <size>19</size>
12233       </method>
12234       <method name="Void Main()">
12235         <size>100</size>
12236       </method>
12237     </type>
12238     <type name="C+Func`2[TR,TA]">
12239       <method name="Void .ctor(Object, IntPtr)">
12240         <size>0</size>
12241       </method>
12242       <method name="TR Invoke(TA)">
12243         <size>0</size>
12244       </method>
12245       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
12246         <size>0</size>
12247       </method>
12248       <method name="TR EndInvoke(IAsyncResult)">
12249         <size>0</size>
12250       </method>
12251     </type>
12252     <type name="C">
12253       <method name="Int32 &lt;Main&gt;m__1(Int32)">
12254         <size>16</size>
12255       </method>
12256       <method name="System.String &lt;Main&gt;m__2(Int32)">
12257         <size>6</size>
12258       </method>
12259       <method name="System.String &lt;Main&gt;m__3(Int32)">
12260         <size>6</size>
12261       </method>
12262       <method name="T &lt;Test2`1&gt;m__0[T](T)">
12263         <size>2</size>
12264       </method>
12265     </type>
12266   </test>
12267   <test name="gtest-anon-19.cs">
12268     <type name="Test">
12269       <method name="Void .ctor()">
12270         <size>7</size>
12271       </method>
12272       <method name="Void TestNaturalSort()">
12273         <size>31</size>
12274       </method>
12275       <method name="Void Main()">
12276         <size>6</size>
12277       </method>
12278     </type>
12279     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
12280       <method name="Void .ctor()">
12281         <size>7</size>
12282       </method>
12283       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
12284         <size>113</size>
12285       </method>
12286     </type>
12287     <type name="Test">
12288       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
12289         <size>106</size>
12290       </method>
12291     </type>
12292     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
12293       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
12294         <size>113</size>
12295       </method>
12296     </type>
12297   </test>
12298   <test name="gtest-anon-2.cs">
12299     <type name="X">
12300       <method name="Void .ctor()">
12301         <size>7</size>
12302       </method>
12303       <method name="Void Hello[U](U)">
12304         <size>1</size>
12305       </method>
12306       <method name="Void Test[T](T)">
12307         <size>71</size>
12308       </method>
12309       <method name="Void Main()">
12310         <size>14</size>
12311       </method>
12312     </type>
12313     <type name="Simple">
12314       <method name="Void .ctor(Object, IntPtr)">
12315         <size>0</size>
12316       </method>
12317       <method name="Void Invoke()">
12318         <size>0</size>
12319       </method>
12320       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12321         <size>0</size>
12322       </method>
12323       <method name="Void EndInvoke(IAsyncResult)">
12324         <size>0</size>
12325       </method>
12326     </type>
12327     <type name="Foo">
12328       <method name="Void .ctor(Object, IntPtr)">
12329         <size>0</size>
12330       </method>
12331       <method name="Simple Invoke()">
12332         <size>0</size>
12333       </method>
12334       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12335         <size>0</size>
12336       </method>
12337       <method name="Simple EndInvoke(IAsyncResult)">
12338         <size>0</size>
12339       </method>
12340     </type>
12341     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
12342       <method name="Void .ctor()">
12343         <size>7</size>
12344       </method>
12345       <method name="Simple &lt;&gt;m__0()">
12346         <size>55</size>
12347       </method>
12348     </type>
12349     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
12350       <method name="Void .ctor()">
12351         <size>7</size>
12352       </method>
12353       <method name="Void &lt;&gt;m__1()">
12354         <size>50</size>
12355       </method>
12356     </type>
12357   </test>
12358   <test name="gtest-anon-21.cs">
12359     <type name="BaseObject">
12360       <method name="Void .ctor()">
12361         <size>7</size>
12362       </method>
12363       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
12364         <size>53</size>
12365       </method>
12366       <method name="T MakeSomething[T]()">
12367         <size>7</size>
12368       </method>
12369       <method name="Int32 Main()">
12370         <size>10</size>
12371       </method>
12372       <method name="Void Closure(EmptyDelegate)">
12373         <size>1</size>
12374       </method>
12375     </type>
12376     <type name="EmptyDelegate">
12377       <method name="Void .ctor(Object, IntPtr)">
12378         <size>0</size>
12379       </method>
12380       <method name="Void Invoke()">
12381         <size>0</size>
12382       </method>
12383       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12384         <size>0</size>
12385       </method>
12386       <method name="Void EndInvoke(IAsyncResult)">
12387         <size>0</size>
12388       </method>
12389     </type>
12390     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
12391       <method name="Void .ctor()">
12392         <size>7</size>
12393       </method>
12394       <method name="Void &lt;&gt;m__0()">
12395         <size>17</size>
12396       </method>
12397     </type>
12398   </test>
12399   <test name="gtest-anon-22.cs">
12400     <type name="C">
12401       <method name="Void .ctor()">
12402         <size>7</size>
12403       </method>
12404       <method name="Int32 Foo(D1)">
12405         <size>2</size>
12406       </method>
12407       <method name="Int32 Foo(D2)">
12408         <size>2</size>
12409       </method>
12410       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
12411         <size>2</size>
12412       </method>
12413       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
12414         <size>2</size>
12415       </method>
12416       <method name="Int32 Main()">
12417         <size>82</size>
12418       </method>
12419     </type>
12420     <type name="D1">
12421       <method name="Void .ctor(Object, IntPtr)">
12422         <size>0</size>
12423       </method>
12424       <method name="Int32 Invoke()">
12425         <size>0</size>
12426       </method>
12427       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12428         <size>0</size>
12429       </method>
12430       <method name="Int32 EndInvoke(IAsyncResult)">
12431         <size>0</size>
12432       </method>
12433     </type>
12434     <type name="D2">
12435       <method name="Void .ctor(Object, IntPtr)">
12436         <size>0</size>
12437       </method>
12438       <method name="Int64 Invoke()">
12439         <size>0</size>
12440       </method>
12441       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12442         <size>0</size>
12443       </method>
12444       <method name="Int64 EndInvoke(IAsyncResult)">
12445         <size>0</size>
12446       </method>
12447     </type>
12448     <type name="C">
12449       <method name="Int32 &lt;Main&gt;m__0()">
12450         <size>2</size>
12451       </method>
12452     </type>
12453   </test>
12454   <test name="gtest-anon-23.cs">
12455     <type name="MemberAccessData">
12456       <method name="Void .ctor()">
12457         <size>7</size>
12458       </method>
12459       <method name="Void set_MyTypeProperty(Nullable`1)">
12460         <size>8</size>
12461       </method>
12462       <method name="Nullable`1 get_MyTypeProperty()">
12463         <size>7</size>
12464       </method>
12465     </type>
12466     <type name="C">
12467       <method name="Void .ctor()">
12468         <size>7</size>
12469       </method>
12470       <method name="Void Test(C+D)">
12471         <size>1</size>
12472       </method>
12473       <method name="Void Main()">
12474         <size>201</size>
12475       </method>
12476     </type>
12477     <type name="C+D">
12478       <method name="Void .ctor(Object, IntPtr)">
12479         <size>0</size>
12480       </method>
12481       <method name="Void Invoke()">
12482         <size>0</size>
12483       </method>
12484       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12485         <size>0</size>
12486       </method>
12487       <method name="Void EndInvoke(IAsyncResult)">
12488         <size>0</size>
12489       </method>
12490     </type>
12491     <type name="C+&lt;Main&gt;c__AnonStorey0">
12492       <method name="Void .ctor()">
12493         <size>7</size>
12494       </method>
12495       <method name="Void &lt;&gt;m__0()">
12496         <size>38</size>
12497       </method>
12498       <method name="Void &lt;&gt;m__1()">
12499         <size>32</size>
12500       </method>
12501     </type>
12502     <type name="C">
12503       <method name="Void &lt;Main&gt;m__2()">
12504         <size>16</size>
12505       </method>
12506       <method name="Void &lt;Main&gt;m__3()">
12507         <size>16</size>
12508       </method>
12509       <method name="Void &lt;Main&gt;m__4()">
12510         <size>61</size>
12511       </method>
12512       <method name="Void &lt;Main&gt;m__5()">
12513         <size>53</size>
12514       </method>
12515     </type>
12516   </test>
12517   <test name="gtest-anon-24.cs">
12518     <type name="Disposable`1[T]">
12519       <method name="Void .ctor()">
12520         <size>7</size>
12521       </method>
12522       <method name="Void Dispose()">
12523         <size>1</size>
12524       </method>
12525     </type>
12526     <type name="Test">
12527       <method name="Void .ctor()">
12528         <size>7</size>
12529       </method>
12530       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
12531         <size>38</size>
12532       </method>
12533       <method name="System.Func`1[T] Throw[T](T)">
12534         <size>26</size>
12535       </method>
12536       <method name="System.Func`1[T] Do[T](T)">
12537         <size>26</size>
12538       </method>
12539       <method name="System.Func`1[T] Lock[T](T)">
12540         <size>26</size>
12541       </method>
12542       <method name="System.Func`1[T] Catch[T](T)">
12543         <size>26</size>
12544       </method>
12545       <method name="System.Func`1[T] Finally[T](T)">
12546         <size>26</size>
12547       </method>
12548       <method name="System.Func`1[T] Using[T](T)">
12549         <size>57</size>
12550       </method>
12551       <method name="System.Func`1[T] Switch[T](T)">
12552         <size>38</size>
12553       </method>
12554       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
12555         <size>26</size>
12556       </method>
12557       <method name="Int32 Main()">
12558         <size>431</size>
12559       </method>
12560     </type>
12561     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
12562       <method name="Void .ctor()">
12563         <size>7</size>
12564       </method>
12565       <method name="T[] &lt;&gt;m__0()">
12566         <size>56</size>
12567       </method>
12568     </type>
12569     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
12570       <method name="Void .ctor()">
12571         <size>7</size>
12572       </method>
12573       <method name="T &lt;&gt;m__1()">
12574         <size>23</size>
12575       </method>
12576     </type>
12577     <type name="Test+&lt;Do&gt;c__AnonStorey2`1[T]">
12578       <method name="Void .ctor()">
12579         <size>7</size>
12580       </method>
12581       <method name="T &lt;&gt;m__2()">
12582         <size>28</size>
12583       </method>
12584     </type>
12585     <type name="Test+&lt;Lock&gt;c__AnonStorey3`1[T]">
12586       <method name="Void .ctor()">
12587         <size>7</size>
12588       </method>
12589       <method name="T &lt;&gt;m__3()">
12590         <size>65</size>
12591       </method>
12592     </type>
12593     <type name="Test+&lt;Catch&gt;c__AnonStorey4`1[T]">
12594       <method name="Void .ctor()">
12595         <size>7</size>
12596       </method>
12597       <method name="T &lt;&gt;m__4()">
12598         <size>48</size>
12599       </method>
12600     </type>
12601     <type name="Test+&lt;Finally&gt;c__AnonStorey5`1[T]">
12602       <method name="Void .ctor()">
12603         <size>7</size>
12604       </method>
12605       <method name="T &lt;&gt;m__5()">
12606         <size>50</size>
12607       </method>
12608     </type>
12609     <type name="Test+&lt;Using&gt;c__AnonStorey6`1[T]">
12610       <method name="Void .ctor()">
12611         <size>7</size>
12612       </method>
12613       <method name="T &lt;&gt;m__6()">
12614         <size>7</size>
12615       </method>
12616     </type>
12617     <type name="Test+&lt;Switch&gt;c__AnonStorey7`1[T]">
12618       <method name="Void .ctor()">
12619         <size>7</size>
12620       </method>
12621       <method name="T &lt;&gt;m__7()">
12622         <size>35</size>
12623       </method>
12624     </type>
12625     <type name="Test+&lt;ForForeach&gt;c__AnonStorey8`1[T]">
12626       <method name="Void .ctor()">
12627         <size>7</size>
12628       </method>
12629       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__8()">
12630         <size>56</size>
12631       </method>
12632     </type>
12633     <type name="Test">
12634       <method name="Void ArrayMutate[T](T[])">
12635         <size>27</size>
12636       </method>
12637     </type>
12638     <type name="Test+&lt;ArrayMutate&gt;c__AnonStorey9`1[T]">
12639       <method name="Void .ctor()">
12640         <size>7</size>
12641       </method>
12642       <method name="Void &lt;&gt;m__9(Int32)">
12643         <size>36</size>
12644       </method>
12645     </type>
12646     <type name="Test">
12647       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
12648         <size>26</size>
12649       </method>
12650     </type>
12651     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyA`1[T]">
12652       <method name="Void .ctor()">
12653         <size>7</size>
12654       </method>
12655       <method name="T[][] &lt;&gt;m__A()">
12656         <size>48</size>
12657       </method>
12658     </type>
12659   </test>
12660   <test name="gtest-anon-25.cs">
12661     <type name="HS`1[T]">
12662       <method name="Void .ctor(IEqualityComparer`1)">
12663         <size>7</size>
12664       </method>
12665     </type>
12666     <type name="Test">
12667       <method name="Void .ctor()">
12668         <size>7</size>
12669       </method>
12670       <method name="Void Foo[T](IEqualityComparer`1)">
12671         <size>27</size>
12672       </method>
12673       <method name="Int32 Main()">
12674         <size>8</size>
12675       </method>
12676     </type>
12677     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
12678       <method name="Void .ctor()">
12679         <size>7</size>
12680       </method>
12681       <method name="HS`1[T] &lt;&gt;m__0()">
12682         <size>12</size>
12683       </method>
12684     </type>
12685   </test>
12686   <test name="gtest-anon-26.cs">
12687     <type name="MonoBugs.BrokenGenericCast">
12688       <method name="Void .ctor()">
12689         <size>7</size>
12690       </method>
12691       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
12692         <size>13</size>
12693       </method>
12694       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
12695         <size>13</size>
12696       </method>
12697       <method name="Void Main()">
12698         <size>1</size>
12699       </method>
12700       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
12701         <size>12</size>
12702       </method>
12703       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
12704         <size>12</size>
12705       </method>
12706     </type>
12707   </test>
12708   <test name="gtest-anon-27.cs">
12709     <type name="BaseDataObjectFactory">
12710       <method name="Void .ctor()">
12711         <size>7</size>
12712       </method>
12713       <method name="T GetBusinessQueryObjectFromReader[T]()">
12714         <size>8</size>
12715       </method>
12716       <method name="T[] GetQueryObjects[T](System.String)">
12717         <size>0</size>
12718       </method>
12719     </type>
12720     <type name="BusinessQueryObject">
12721       <method name="Void .ctor()">
12722         <size>7</size>
12723       </method>
12724     </type>
12725     <type name="MySqlDataObjectFactory">
12726       <method name="Void .ctor()">
12727         <size>7</size>
12728       </method>
12729       <method name="T[] GetQueryObjects[T](System.String)">
12730         <size>63</size>
12731       </method>
12732       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
12733         <size>1</size>
12734       </method>
12735     </type>
12736     <type name="C">
12737       <method name="Void .ctor()">
12738         <size>7</size>
12739       </method>
12740       <method name="Void Main()">
12741         <size>1</size>
12742       </method>
12743     </type>
12744     <type name="MySqlDataObjectFactory+PerformActionWithReader">
12745       <method name="Void .ctor(Object, IntPtr)">
12746         <size>0</size>
12747       </method>
12748       <method name="Void Invoke()">
12749         <size>0</size>
12750       </method>
12751       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12752         <size>0</size>
12753       </method>
12754       <method name="Void EndInvoke(IAsyncResult)">
12755         <size>0</size>
12756       </method>
12757     </type>
12758     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
12759       <method name="Void .ctor()">
12760         <size>7</size>
12761       </method>
12762       <method name="Void &lt;&gt;m__0()">
12763         <size>17</size>
12764       </method>
12765     </type>
12766   </test>
12767   <test name="gtest-anon-28.cs">
12768     <type name="A">
12769       <method name="Void .ctor()">
12770         <size>7</size>
12771       </method>
12772       <method name="Void Foo[T]()">
12773         <size>0</size>
12774       </method>
12775     </type>
12776     <type name="B">
12777       <method name="Void .ctor()">
12778         <size>7</size>
12779       </method>
12780       <method name="Void Foo[T]()">
12781         <size>14</size>
12782       </method>
12783       <method name="Void Main()">
12784         <size>1</size>
12785       </method>
12786     </type>
12787     <type name="B+Del">
12788       <method name="Void .ctor(Object, IntPtr)">
12789         <size>0</size>
12790       </method>
12791       <method name="Void Invoke()">
12792         <size>0</size>
12793       </method>
12794       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12795         <size>0</size>
12796       </method>
12797       <method name="Void EndInvoke(IAsyncResult)">
12798         <size>0</size>
12799       </method>
12800     </type>
12801     <type name="B">
12802       <method name="Void &lt;Foo`1&gt;m__0[T]()">
12803         <size>7</size>
12804       </method>
12805     </type>
12806   </test>
12807   <test name="gtest-anon-29.cs">
12808     <type name="Test">
12809       <method name="Void .ctor()">
12810         <size>7</size>
12811       </method>
12812       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
12813         <size>17</size>
12814       </method>
12815       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
12816         <size>32</size>
12817       </method>
12818       <method name="T Item[T](IList`1)">
12819         <size>7</size>
12820       </method>
12821       <method name="T GetSingleItem[T](IList`1)">
12822         <size>10</size>
12823       </method>
12824       <method name="Void Main()">
12825         <size>15</size>
12826       </method>
12827     </type>
12828     <type name="Test+Creator`1[T]">
12829       <method name="Void .ctor(Object, IntPtr)">
12830         <size>0</size>
12831       </method>
12832       <method name="T Invoke()">
12833         <size>0</size>
12834       </method>
12835       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12836         <size>0</size>
12837       </method>
12838       <method name="T EndInvoke(IAsyncResult)">
12839         <size>0</size>
12840       </method>
12841     </type>
12842     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
12843       <method name="Void .ctor()">
12844         <size>7</size>
12845       </method>
12846       <method name="T &lt;&gt;m__0()">
12847         <size>12</size>
12848       </method>
12849     </type>
12850   </test>
12851   <test name="gtest-anon-3.cs">
12852     <type name="X">
12853       <method name="Void .ctor()">
12854         <size>7</size>
12855       </method>
12856       <method name="Void Hello[U](U)">
12857         <size>1</size>
12858       </method>
12859       <method name="Void Test[T](T)">
12860         <size>28</size>
12861       </method>
12862       <method name="Void Main()">
12863         <size>14</size>
12864       </method>
12865     </type>
12866     <type name="Foo`1[S]">
12867       <method name="Void .ctor(Object, IntPtr)">
12868         <size>0</size>
12869       </method>
12870       <method name="Void Invoke(S)">
12871         <size>0</size>
12872       </method>
12873       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
12874         <size>0</size>
12875       </method>
12876       <method name="Void EndInvoke(IAsyncResult)">
12877         <size>0</size>
12878       </method>
12879     </type>
12880     <type name="X">
12881       <method name="Void &lt;Test`1&gt;m__0[T](T)">
12882         <size>8</size>
12883       </method>
12884     </type>
12885   </test>
12886   <test name="gtest-anon-30.cs">
12887     <type name="X">
12888       <method name="Void .ctor()">
12889         <size>7</size>
12890       </method>
12891       <method name="Void Hello[U](U)">
12892         <size>1</size>
12893       </method>
12894       <method name="Void Test[T](T)">
12895         <size>46</size>
12896       </method>
12897       <method name="Void Main()">
12898         <size>1</size>
12899       </method>
12900     </type>
12901     <type name="Simple">
12902       <method name="Void .ctor(Object, IntPtr)">
12903         <size>0</size>
12904       </method>
12905       <method name="Void Invoke()">
12906         <size>0</size>
12907       </method>
12908       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12909         <size>0</size>
12910       </method>
12911       <method name="Void EndInvoke(IAsyncResult)">
12912         <size>0</size>
12913       </method>
12914     </type>
12915     <type name="Foo">
12916       <method name="Void .ctor(Object, IntPtr)">
12917         <size>0</size>
12918       </method>
12919       <method name="Simple Invoke()">
12920         <size>0</size>
12921       </method>
12922       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12923         <size>0</size>
12924       </method>
12925       <method name="Simple EndInvoke(IAsyncResult)">
12926         <size>0</size>
12927       </method>
12928     </type>
12929     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
12930       <method name="Void .ctor()">
12931         <size>7</size>
12932       </method>
12933       <method name="Simple &lt;&gt;m__0()">
12934         <size>55</size>
12935       </method>
12936     </type>
12937     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
12938       <method name="Void .ctor()">
12939         <size>7</size>
12940       </method>
12941       <method name="Void &lt;&gt;m__1()">
12942         <size>50</size>
12943       </method>
12944     </type>
12945   </test>
12946   <test name="gtest-anon-31.cs">
12947     <type name="A">
12948       <method name="Void Fail[X]()">
12949         <size>25</size>
12950       </method>
12951       <method name="Void Main()">
12952         <size>1</size>
12953       </method>
12954     </type>
12955     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
12956       <method name="Void .ctor()">
12957         <size>7</size>
12958       </method>
12959       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
12960         <size>36</size>
12961       </method>
12962       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
12963         <size>1</size>
12964       </method>
12965     </type>
12966   </test>
12967   <test name="gtest-anon-32.cs">
12968     <type name="Program">
12969       <method name="Void .ctor()">
12970         <size>7</size>
12971       </method>
12972       <method name="Void Foo[T](IList`1)">
12973         <size>31</size>
12974       </method>
12975       <method name="Void Assert(System.Action`1[System.Int32])">
12976         <size>9</size>
12977       </method>
12978       <method name="Void Main(System.String[])">
12979         <size>7</size>
12980       </method>
12981     </type>
12982     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
12983       <method name="Void .ctor()">
12984         <size>7</size>
12985       </method>
12986       <method name="Void &lt;&gt;m__0(Int32)">
12987         <size>18</size>
12988       </method>
12989     </type>
12990   </test>
12991   <test name="gtest-anon-33.cs">
12992     <type name="IEnumerableRocks">
12993       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
12994         <size>33</size>
12995       </method>
12996       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
12997         <size>126</size>
12998       </method>
12999     </type>
13000     <type name="Test">
13001       <method name="Void .ctor()">
13002         <size>7</size>
13003       </method>
13004       <method name="Void Main()">
13005         <size>67</size>
13006       </method>
13007       <method name="System.String &lt;Main&gt;m__1(System.String)">
13008         <size>17</size>
13009       </method>
13010     </type>
13011     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
13012       <method name="Void .ctor()">
13013         <size>7</size>
13014       </method>
13015       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
13016         <size>34</size>
13017       </method>
13018     </type>
13019   </test>
13020   <test name="gtest-anon-34.cs">
13021     <type name="MyClass">
13022       <method name="Void .ctor()">
13023         <size>18</size>
13024       </method>
13025       <method name="Int32 get_Answer()">
13026         <size>7</size>
13027       </method>
13028       <method name="Void set_Answer(Int32)">
13029         <size>8</size>
13030       </method>
13031     </type>
13032     <type name="Test">
13033       <method name="Void .ctor()">
13034         <size>7</size>
13035       </method>
13036       <method name="Int32 Main()">
13037         <size>82</size>
13038       </method>
13039     </type>
13040     <type name="Test+D">
13041       <method name="Void .ctor(Object, IntPtr)">
13042         <size>0</size>
13043       </method>
13044       <method name="Void Invoke()">
13045         <size>0</size>
13046       </method>
13047       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13048         <size>0</size>
13049       </method>
13050       <method name="Void EndInvoke(IAsyncResult)">
13051         <size>0</size>
13052       </method>
13053     </type>
13054     <type name="Test+&lt;Main&gt;c__AnonStorey0">
13055       <method name="Void .ctor()">
13056         <size>7</size>
13057       </method>
13058       <method name="Void &lt;&gt;m__0()">
13059         <size>33</size>
13060       </method>
13061     </type>
13062   </test>
13063   <test name="gtest-anon-35.cs">
13064     <type name="C`1[T]">
13065       <method name="Void .ctor()">
13066         <size>7</size>
13067       </method>
13068       <method name="System.Func`1[T] XX()">
13069         <size>32</size>
13070       </method>
13071       <method name="T &lt;XX&gt;m__0()">
13072         <size>10</size>
13073       </method>
13074     </type>
13075     <type name="C2`1[T]">
13076       <method name="Void .ctor()">
13077         <size>7</size>
13078       </method>
13079       <method name="System.Func`1[C`1[T]] XX()">
13080         <size>32</size>
13081       </method>
13082       <method name="C`1[T] &lt;XX&gt;m__1()">
13083         <size>2</size>
13084       </method>
13085     </type>
13086     <type name="N1">
13087       <method name="Void .ctor()">
13088         <size>7</size>
13089       </method>
13090       <method name="System.Func`1[T] XX[T]()">
13091         <size>15</size>
13092       </method>
13093     </type>
13094     <type name="Test">
13095       <method name="Void .ctor()">
13096         <size>7</size>
13097       </method>
13098       <method name="Int32 Main()">
13099         <size>98</size>
13100       </method>
13101     </type>
13102     <type name="N1">
13103       <method name="T &lt;XX`1&gt;m__2[T]()">
13104         <size>10</size>
13105       </method>
13106     </type>
13107   </test>
13108   <test name="gtest-anon-36.cs">
13109     <type name="Foo`1[T]">
13110       <method name="Void .ctor()">
13111         <size>7</size>
13112       </method>
13113       <method name="Void add_handler(Handler`1[T])">
13114         <size>24</size>
13115       </method>
13116       <method name="Void remove_handler(Handler`1[T])">
13117         <size>24</size>
13118       </method>
13119       <method name="Void add_Handler(Handler`1[T])">
13120         <size>64</size>
13121       </method>
13122       <method name="Void remove_Handler(Handler`1[T])">
13123         <size>24</size>
13124       </method>
13125       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
13126         <size>18</size>
13127       </method>
13128     </type>
13129     <type name="Program">
13130       <method name="Void .ctor()">
13131         <size>7</size>
13132       </method>
13133       <method name="Int32 Main()">
13134         <size>15</size>
13135       </method>
13136     </type>
13137     <type name="Handler`1[T]">
13138       <method name="Void .ctor(Object, IntPtr)">
13139         <size>0</size>
13140       </method>
13141       <method name="Void Invoke(System.Object)">
13142         <size>0</size>
13143       </method>
13144       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
13145         <size>0</size>
13146       </method>
13147       <method name="Void EndInvoke(IAsyncResult)">
13148         <size>0</size>
13149       </method>
13150     </type>
13151   </test>
13152   <test name="gtest-anon-37.cs">
13153     <type name="Wrap`1[U]">
13154       <method name="Void .ctor()">
13155         <size>7</size>
13156       </method>
13157     </type>
13158     <type name="Test">
13159       <method name="Void .ctor()">
13160         <size>7</size>
13161       </method>
13162       <method name="Int32 Run[T](Wrap`1[T])">
13163         <size>56</size>
13164       </method>
13165       <method name="Int32 Main()">
13166         <size>16</size>
13167       </method>
13168     </type>
13169     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
13170       <method name="Void .ctor()">
13171         <size>7</size>
13172       </method>
13173       <method name="Void &lt;&gt;m__0()">
13174         <size>17</size>
13175       </method>
13176     </type>
13177   </test>
13178   <test name="gtest-anon-38.cs">
13179     <type name="Foo`1[T]">
13180       <method name="Void .ctor()">
13181         <size>7</size>
13182       </method>
13183       <method name="Boolean ContainsAll[U](IEnumerable`1)">
13184         <size>40</size>
13185       </method>
13186       <method name="Boolean Contains(T)">
13187         <size>2</size>
13188       </method>
13189     </type>
13190     <type name="Program">
13191       <method name="Void .ctor()">
13192         <size>7</size>
13193       </method>
13194       <method name="Int32 Main()">
13195         <size>44</size>
13196       </method>
13197     </type>
13198     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
13199       <method name="Void .ctor()">
13200         <size>7</size>
13201       </method>
13202       <method name="Boolean &lt;&gt;m__0()">
13203         <size>199</size>
13204       </method>
13205     </type>
13206     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
13207       <method name="Void .ctor()">
13208         <size>7</size>
13209       </method>
13210     </type>
13211   </test>
13212   <test name="gtest-anon-39.cs">
13213     <type name="Test">
13214       <method name="Void .ctor()">
13215         <size>7</size>
13216       </method>
13217       <method name="Void Test_1[T](T)">
13218         <size>33</size>
13219       </method>
13220       <method name="Void Test_2[T](Nullable`1)">
13221         <size>33</size>
13222       </method>
13223       <method name="Void Main()">
13224         <size>39</size>
13225       </method>
13226     </type>
13227     <type name="Test+D">
13228       <method name="Void .ctor(Object, IntPtr)">
13229         <size>0</size>
13230       </method>
13231       <method name="Void Invoke()">
13232         <size>0</size>
13233       </method>
13234       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13235         <size>0</size>
13236       </method>
13237       <method name="Void EndInvoke(IAsyncResult)">
13238         <size>0</size>
13239       </method>
13240     </type>
13241     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
13242       <method name="Void .ctor()">
13243         <size>7</size>
13244       </method>
13245       <method name="Void &lt;&gt;m__0()">
13246         <size>24</size>
13247       </method>
13248     </type>
13249     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
13250       <method name="Void .ctor()">
13251         <size>7</size>
13252       </method>
13253       <method name="Void &lt;&gt;m__1()">
13254         <size>85</size>
13255       </method>
13256     </type>
13257     <type name="Test">
13258       <method name="T Test_3[T](System.Object)">
13259         <size>51</size>
13260       </method>
13261     </type>
13262     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
13263       <method name="Void .ctor()">
13264         <size>7</size>
13265       </method>
13266       <method name="Void &lt;&gt;m__2()">
13267         <size>23</size>
13268       </method>
13269     </type>
13270   </test>
13271   <test name="gtest-anon-4.cs">
13272     <type name="Test">
13273       <method name="Void .ctor()">
13274         <size>7</size>
13275       </method>
13276       <method name="Void Main()">
13277         <size>57</size>
13278       </method>
13279       <method name="Int32 GetItem()">
13280         <size>50</size>
13281       </method>
13282       <method name="IEnumerable`1 GetItems()">
13283         <size>16</size>
13284       </method>
13285     </type>
13286     <type name="&lt;PrivateImplementationDetails&gt;">
13287       <method name="Void .ctor()">
13288         <size>7</size>
13289       </method>
13290     </type>
13291     <type name="Test+&lt;GetItems&gt;c__Iterator0">
13292       <method name="Void .ctor()">
13293         <size>7</size>
13294       </method>
13295       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13296         <size>12</size>
13297       </method>
13298       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13299         <size>7</size>
13300       </method>
13301       <method name="Boolean MoveNext()">
13302         <size>69</size>
13303       </method>
13304       <method name="Void Dispose()">
13305         <size>8</size>
13306       </method>
13307       <method name="Void Reset()">
13308         <size>6</size>
13309       </method>
13310       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
13311         <size>7</size>
13312       </method>
13313       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
13314         <size>26</size>
13315       </method>
13316     </type>
13317   </test>
13318   <test name="gtest-anon-40.cs">
13319     <type name="RunTests">
13320       <method name="Int32 Main()">
13321         <size>7</size>
13322       </method>
13323     </type>
13324     <type name="Test1.X">
13325       <method name="Void .ctor()">
13326         <size>7</size>
13327       </method>
13328       <method name="Void Test1[R](R, Int32)">
13329         <size>150</size>
13330       </method>
13331       <method name="Void Run()">
13332         <size>13</size>
13333       </method>
13334     </type>
13335     <type name="Test1.Foo">
13336       <method name="Void .ctor(Object, IntPtr)">
13337         <size>0</size>
13338       </method>
13339       <method name="Int32 Invoke()">
13340         <size>0</size>
13341       </method>
13342       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13343         <size>0</size>
13344       </method>
13345       <method name="Int32 EndInvoke(IAsyncResult)">
13346         <size>0</size>
13347       </method>
13348     </type>
13349     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
13350       <method name="Void .ctor()">
13351         <size>7</size>
13352       </method>
13353       <method name="Int32 &lt;&gt;m__0()">
13354         <size>71</size>
13355       </method>
13356     </type>
13357     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
13358       <method name="Void .ctor()">
13359         <size>7</size>
13360       </method>
13361     </type>
13362     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
13363       <method name="Void .ctor()">
13364         <size>7</size>
13365       </method>
13366     </type>
13367   </test>
13368   <test name="gtest-anon-41.cs">
13369     <type name="C">
13370       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
13371         <size>37</size>
13372       </method>
13373       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
13374         <size>6</size>
13375       </method>
13376       <method name="Void Main()">
13377         <size>1</size>
13378       </method>
13379       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
13380         <size>8</size>
13381       </method>
13382       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
13383         <size>8</size>
13384       </method>
13385     </type>
13386   </test>
13387   <test name="gtest-anon-42.cs">
13388     <type name="Test">
13389       <method name="Void .ctor()">
13390         <size>7</size>
13391       </method>
13392       <method name="Void Test_3[T]()">
13393         <size>20</size>
13394       </method>
13395       <method name="Int32 Main()">
13396         <size>12</size>
13397       </method>
13398     </type>
13399     <type name="Test+D">
13400       <method name="Void .ctor(Object, IntPtr)">
13401         <size>0</size>
13402       </method>
13403       <method name="Void Invoke()">
13404         <size>0</size>
13405       </method>
13406       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13407         <size>0</size>
13408       </method>
13409       <method name="Void EndInvoke(IAsyncResult)">
13410         <size>0</size>
13411       </method>
13412     </type>
13413     <type name="Test">
13414       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
13415         <size>11</size>
13416       </method>
13417     </type>
13418   </test>
13419   <test name="gtest-anon-43.cs">
13420     <type name="TestC">
13421       <method name="Void .ctor()">
13422         <size>7</size>
13423       </method>
13424       <method name="System.Func`1[System.Type] Test[T]()">
13425         <size>13</size>
13426       </method>
13427       <method name="Int32 Main()">
13428         <size>66</size>
13429       </method>
13430       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
13431         <size>11</size>
13432       </method>
13433     </type>
13434   </test>
13435   <test name="gtest-anon-44.cs">
13436     <type name="UiaAtkBridgeTest.Test">
13437       <method name="Void .ctor()">
13438         <size>7</size>
13439       </method>
13440       <method name="Void Invoke(System.EventHandler)">
13441         <size>1</size>
13442       </method>
13443     </type>
13444     <type name="UiaAtkBridgeTest.GailTester">
13445       <method name="Void .ctor()">
13446         <size>7</size>
13447       </method>
13448       <method name="Void ThisCausesACrash[I]()">
13449         <size>18</size>
13450       </method>
13451       <method name="Void Main()">
13452         <size>1</size>
13453       </method>
13454       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
13455         <size>1</size>
13456       </method>
13457     </type>
13458   </test>
13459   <test name="gtest-anon-45.cs">
13460     <type name="C">
13461       <method name="Void .ctor()">
13462         <size>7</size>
13463       </method>
13464       <method name="Void AnyMethod[T]()">
13465         <size>20</size>
13466       </method>
13467       <method name="Int32 Main()">
13468         <size>12</size>
13469       </method>
13470     </type>
13471     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
13472       <method name="Void .ctor()">
13473         <size>7</size>
13474       </method>
13475       <method name="Void &lt;&gt;m__1(System.String)">
13476         <size>14</size>
13477       </method>
13478     </type>
13479     <type name="C">
13480       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
13481         <size>31</size>
13482       </method>
13483     </type>
13484   </test>
13485   <test name="gtest-anon-46.cs">
13486     <type name="TheClass">
13487       <method name="Void .ctor()">
13488         <size>7</size>
13489       </method>
13490       <method name="Void Foo[T](T, System.Func`2[T,T])">
13491         <size>41</size>
13492       </method>
13493       <method name="Void Main()">
13494         <size>8</size>
13495       </method>
13496     </type>
13497     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
13498       <method name="Void .ctor()">
13499         <size>7</size>
13500       </method>
13501       <method name="System.Func`1[T] &lt;&gt;m__0()">
13502         <size>31</size>
13503       </method>
13504       <method name="T &lt;&gt;m__1()">
13505         <size>18</size>
13506       </method>
13507     </type>
13508   </test>
13509   <test name="gtest-anon-47.cs">
13510     <type name="C">
13511       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
13512         <size>26</size>
13513       </method>
13514     </type>
13515     <type name="Test">
13516       <method name="Void .ctor()">
13517         <size>7</size>
13518       </method>
13519       <method name="Int32 Main()">
13520         <size>59</size>
13521       </method>
13522       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
13523         <size>23</size>
13524       </method>
13525     </type>
13526     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
13527       <method name="Void .ctor()">
13528         <size>7</size>
13529       </method>
13530       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
13531         <size>33</size>
13532       </method>
13533     </type>
13534     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
13535       <method name="Void .ctor()">
13536         <size>7</size>
13537       </method>
13538       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
13539         <size>45</size>
13540       </method>
13541     </type>
13542     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
13543       <method name="Void .ctor()">
13544         <size>7</size>
13545       </method>
13546       <method name="Void &lt;&gt;m__2(T3)">
13547         <size>35</size>
13548       </method>
13549     </type>
13550   </test>
13551   <test name="gtest-anon-48.cs">
13552     <type name="GeneratorEnumerable`1[T]">
13553       <method name="Void .ctor(Func`1)">
13554         <size>7</size>
13555       </method>
13556     </type>
13557     <type name="GeneratorExpression">
13558       <method name="Void .ctor()">
13559         <size>7</size>
13560       </method>
13561     </type>
13562     <type name="GeneratorInvoker">
13563       <method name="Void .ctor(GeneratorExpression)">
13564         <size>7</size>
13565       </method>
13566       <method name="Void Invoke[T](T ByRef)">
13567         <size>1</size>
13568       </method>
13569     </type>
13570     <type name="Interpreter">
13571       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
13572         <size>31</size>
13573       </method>
13574       <method name="Int32 Main()">
13575         <size>13</size>
13576       </method>
13577     </type>
13578     <type name="Func`1[TResult]">
13579       <method name="Void .ctor(Object, IntPtr)">
13580         <size>0</size>
13581       </method>
13582       <method name="TResult Invoke()">
13583         <size>0</size>
13584       </method>
13585       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13586         <size>0</size>
13587       </method>
13588       <method name="TResult EndInvoke(IAsyncResult)">
13589         <size>0</size>
13590       </method>
13591     </type>
13592     <type name="GeneratorNext`1[T]">
13593       <method name="Void .ctor(Object, IntPtr)">
13594         <size>0</size>
13595       </method>
13596       <method name="Void Invoke(T ByRef)">
13597         <size>0</size>
13598       </method>
13599       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
13600         <size>0</size>
13601       </method>
13602       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
13603         <size>0</size>
13604       </method>
13605     </type>
13606     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
13607       <method name="Void .ctor()">
13608         <size>7</size>
13609       </method>
13610       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
13611         <size>23</size>
13612       </method>
13613     </type>
13614   </test>
13615   <test name="gtest-anon-49.cs">
13616     <type name="Test">
13617       <method name="Void .ctor()">
13618         <size>7</size>
13619       </method>
13620       <method name="Void Main()">
13621         <size>1</size>
13622       </method>
13623       <method name="Void DetermineLinkedCells()">
13624         <size>74</size>
13625       </method>
13626     </type>
13627     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
13628       <method name="Void .ctor()">
13629         <size>7</size>
13630       </method>
13631     </type>
13632     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
13633       <method name="Void .ctor()">
13634         <size>7</size>
13635       </method>
13636       <method name="Boolean &lt;&gt;m__1(System.Object)">
13637         <size>13</size>
13638       </method>
13639       <method name="Boolean &lt;&gt;m__0(System.Object)">
13640         <size>18</size>
13641       </method>
13642     </type>
13643   </test>
13644   <test name="gtest-anon-5.cs">
13645     <type name="X">
13646       <method name="Void .ctor()">
13647         <size>7</size>
13648       </method>
13649       <method name="Void Main()">
13650         <size>78</size>
13651       </method>
13652     </type>
13653     <type name="Hello">
13654       <method name="Void .ctor(Object, IntPtr)">
13655         <size>0</size>
13656       </method>
13657       <method name="Void Invoke()">
13658         <size>0</size>
13659       </method>
13660       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13661         <size>0</size>
13662       </method>
13663       <method name="Void EndInvoke(IAsyncResult)">
13664         <size>0</size>
13665       </method>
13666     </type>
13667     <type name="Foo+&lt;Test&gt;c__Iterator0">
13668       <method name="Void .ctor()">
13669         <size>7</size>
13670       </method>
13671       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13672         <size>12</size>
13673       </method>
13674       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13675         <size>7</size>
13676       </method>
13677       <method name="Boolean MoveNext()">
13678         <size>98</size>
13679       </method>
13680       <method name="Void Dispose()">
13681         <size>8</size>
13682       </method>
13683       <method name="Void Reset()">
13684         <size>6</size>
13685       </method>
13686     </type>
13687     <type name="Foo">
13688       <method name="Void .ctor(Int32)">
13689         <size>8</size>
13690       </method>
13691       <method name="IEnumerable`1 Test(Foo)">
13692         <size>42</size>
13693       </method>
13694       <method name="Void Hello(Int32)">
13695         <size>19</size>
13696       </method>
13697       <method name="System.String ToString()">
13698         <size>22</size>
13699       </method>
13700     </type>
13701     <type name="Foo+&lt;Test&gt;c__Iterator0">
13702       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
13703         <size>7</size>
13704       </method>
13705       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
13706         <size>52</size>
13707       </method>
13708     </type>
13709   </test>
13710   <test name="gtest-anon-50.cs">
13711     <type name="M">
13712       <method name="Void .ctor()">
13713         <size>7</size>
13714       </method>
13715       <method name="Int32 Main()">
13716         <size>12</size>
13717       </method>
13718     </type>
13719     <type name="SomeGenericClass`1[SomeType]">
13720       <method name="Void .ctor()">
13721         <size>7</size>
13722       </method>
13723       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
13724         <size>1</size>
13725       </method>
13726       <method name="Void FailsToCompile()">
13727         <size>19</size>
13728       </method>
13729     </type>
13730     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
13731       <method name="Void .ctor(Object, IntPtr)">
13732         <size>0</size>
13733       </method>
13734       <method name="Void Invoke()">
13735         <size>0</size>
13736       </method>
13737       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13738         <size>0</size>
13739       </method>
13740       <method name="Void EndInvoke(IAsyncResult)">
13741         <size>0</size>
13742       </method>
13743     </type>
13744     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
13745       <method name="Void .ctor()">
13746         <size>7</size>
13747       </method>
13748     </type>
13749     <type name="SomeGenericClass`1[SomeType]">
13750       <method name="Void &lt;FailsToCompile&gt;m__0()">
13751         <size>44</size>
13752       </method>
13753     </type>
13754     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
13755       <method name="Void &lt;&gt;m__1()">
13756         <size>18</size>
13757       </method>
13758     </type>
13759   </test>
13760   <test name="gtest-anon-51.cs">
13761     <type name="Driver">
13762       <method name="Void .ctor()">
13763         <size>7</size>
13764       </method>
13765       <method name="Int32 Main()">
13766         <size>12</size>
13767       </method>
13768       <method name="Void P(Int32, Int32)">
13769         <size>1</size>
13770       </method>
13771       <method name="Void Repro()">
13772         <size>100</size>
13773       </method>
13774     </type>
13775     <type name="Bla">
13776       <method name="Void .ctor(Object, IntPtr)">
13777         <size>0</size>
13778       </method>
13779       <method name="Void Invoke()">
13780         <size>0</size>
13781       </method>
13782       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13783         <size>0</size>
13784       </method>
13785       <method name="Void EndInvoke(IAsyncResult)">
13786         <size>0</size>
13787       </method>
13788     </type>
13789     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
13790       <method name="Void .ctor()">
13791         <size>7</size>
13792       </method>
13793       <method name="Void &lt;&gt;m__0()">
13794         <size>35</size>
13795       </method>
13796     </type>
13797   </test>
13798   <test name="gtest-anon-52.cs">
13799     <type name="A`1[T]">
13800       <method name="Void .ctor()">
13801         <size>7</size>
13802       </method>
13803     </type>
13804     <type name="A`1+B[T]">
13805       <method name="Void .ctor()">
13806         <size>18</size>
13807       </method>
13808       <method name="Void W[R](System.String, System.Func`2[T,R])">
13809         <size>39</size>
13810       </method>
13811     </type>
13812     <type name="B">
13813       <method name="Void .ctor()">
13814         <size>7</size>
13815       </method>
13816       <method name="Void Main()">
13817         <size>1</size>
13818       </method>
13819     </type>
13820     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
13821       <method name="Void .ctor()">
13822         <size>7</size>
13823       </method>
13824       <method name="Void &lt;&gt;m__0(T[])">
13825         <size>55</size>
13826       </method>
13827     </type>
13828   </test>
13829   <test name="gtest-anon-53.cs">
13830     <type name="TestComp.Program">
13831       <method name="Void .ctor()">
13832         <size>7</size>
13833       </method>
13834       <method name="Void Main(System.String[])">
13835         <size>1</size>
13836       </method>
13837     </type>
13838     <type name="TestComp.Program+MyClass">
13839       <method name="Void .ctor()">
13840         <size>7</size>
13841       </method>
13842       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
13843         <size>1</size>
13844       </method>
13845       <method name="Void UseATemplate()">
13846         <size>36</size>
13847       </method>
13848       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
13849         <size>16</size>
13850       </method>
13851     </type>
13852     <type name="TestComp.Program+MyClass+MyDelegate">
13853       <method name="Void .ctor(Object, IntPtr)">
13854         <size>0</size>
13855       </method>
13856       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
13857         <size>0</size>
13858       </method>
13859       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
13860         <size>0</size>
13861       </method>
13862       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
13863         <size>0</size>
13864       </method>
13865     </type>
13866   </test>
13867   <test name="gtest-anon-54.cs">
13868     <type name="Class">
13869       <method name="Void .ctor()">
13870         <size>7</size>
13871       </method>
13872       <method name="System.String get_Property()">
13873         <size>6</size>
13874       </method>
13875       <method name="System.String Method()">
13876         <size>44</size>
13877       </method>
13878       <method name="Int32 Main()">
13879         <size>39</size>
13880       </method>
13881     </type>
13882     <type name="Class+&lt;Method&gt;c__AnonStorey0">
13883       <method name="Void .ctor()">
13884         <size>7</size>
13885       </method>
13886       <method name="System.String &lt;&gt;m__0()">
13887         <size>56</size>
13888       </method>
13889     </type>
13890     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
13891       <method name="Void .ctor()">
13892         <size>7</size>
13893       </method>
13894       <method name="System.String &lt;&gt;m__1(System.String)">
13895         <size>52</size>
13896       </method>
13897     </type>
13898     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
13899       <method name="Void .ctor()">
13900         <size>7</size>
13901       </method>
13902       <method name="System.String &lt;&gt;m__2()">
13903         <size>39</size>
13904       </method>
13905     </type>
13906   </test>
13907   <test name="gtest-anon-55.cs">
13908     <type name="Thing`1[TFirst]">
13909       <method name="Void .ctor(Action`1)">
13910         <size>14</size>
13911       </method>
13912       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
13913         <size>31</size>
13914       </method>
13915       <method name="Void SomeAction()">
13916         <size>18</size>
13917       </method>
13918     </type>
13919     <type name="Program">
13920       <method name="Void Main()">
13921         <size>42</size>
13922       </method>
13923       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
13924         <size>2</size>
13925       </method>
13926     </type>
13927     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
13928       <method name="Void .ctor()">
13929         <size>7</size>
13930       </method>
13931       <method name="Void &lt;&gt;m__0(TFirst)">
13932         <size>47</size>
13933       </method>
13934     </type>
13935   </test>
13936   <test name="gtest-anon-56.cs">
13937     <type name="G`1[T]">
13938       <method name="Void .ctor()">
13939         <size>7</size>
13940       </method>
13941       <method name="T def()">
13942         <size>10</size>
13943       </method>
13944     </type>
13945     <type name="C">
13946       <method name="Void .ctor()">
13947         <size>7</size>
13948       </method>
13949       <method name="Void foo(System.Object)">
13950         <size>1</size>
13951       </method>
13952       <method name="Void cf[T]()">
13953         <size>35</size>
13954       </method>
13955       <method name="Int32 Main()">
13956         <size>17</size>
13957       </method>
13958     </type>
13959     <type name="C+DF">
13960       <method name="Void .ctor(Object, IntPtr)">
13961         <size>0</size>
13962       </method>
13963       <method name="Void Invoke()">
13964         <size>0</size>
13965       </method>
13966       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13967         <size>0</size>
13968       </method>
13969       <method name="Void EndInvoke(IAsyncResult)">
13970         <size>0</size>
13971       </method>
13972     </type>
13973     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
13974       <method name="Void .ctor()">
13975         <size>7</size>
13976       </method>
13977       <method name="Void &lt;&gt;m__0()">
13978         <size>22</size>
13979       </method>
13980     </type>
13981   </test>
13982   <test name="gtest-anon-6.cs">
13983     <type name="X">
13984       <method name="Void .ctor()">
13985         <size>7</size>
13986       </method>
13987       <method name="Void Hello[U,V](U, V)">
13988         <size>1</size>
13989       </method>
13990       <method name="Void Test[A,B,C](A, B, C)">
13991         <size>49</size>
13992       </method>
13993       <method name="Void Main()">
13994         <size>28</size>
13995       </method>
13996     </type>
13997     <type name="Foo`2[R,S]">
13998       <method name="Void .ctor(Object, IntPtr)">
13999         <size>0</size>
14000       </method>
14001       <method name="Void Invoke(R, S)">
14002         <size>0</size>
14003       </method>
14004       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
14005         <size>0</size>
14006       </method>
14007       <method name="Void EndInvoke(IAsyncResult)">
14008         <size>0</size>
14009       </method>
14010     </type>
14011     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
14012       <method name="Void .ctor()">
14013         <size>7</size>
14014       </method>
14015       <method name="Void &lt;&gt;m__0(A, Int32)">
14016         <size>32</size>
14017       </method>
14018     </type>
14019   </test>
14020   <test name="gtest-anon-7.cs">
14021     <type name="MyDisposable">
14022       <method name="Void .ctor()">
14023         <size>26</size>
14024       </method>
14025       <method name="Void Dispose()">
14026         <size>1</size>
14027       </method>
14028       <method name="Int32 get_ID()">
14029         <size>7</size>
14030       </method>
14031       <method name="System.String ToString()">
14032         <size>28</size>
14033       </method>
14034     </type>
14035     <type name="X">
14036       <method name="Void .ctor()">
14037         <size>7</size>
14038       </method>
14039       <method name="IEnumerable`1 Test(Int32)">
14040         <size>30</size>
14041       </method>
14042       <method name="Void Main()">
14043         <size>58</size>
14044       </method>
14045     </type>
14046     <type name="X+&lt;Test&gt;c__Iterator0">
14047       <method name="Void .ctor()">
14048         <size>7</size>
14049       </method>
14050       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14051         <size>12</size>
14052       </method>
14053       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14054         <size>7</size>
14055       </method>
14056       <method name="Boolean MoveNext()">
14057         <size>180</size>
14058       </method>
14059       <method name="Void Dispose()">
14060         <size>66</size>
14061       </method>
14062       <method name="Void Reset()">
14063         <size>6</size>
14064       </method>
14065       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
14066         <size>7</size>
14067       </method>
14068       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
14069         <size>40</size>
14070       </method>
14071     </type>
14072   </test>
14073   <test name="gtest-anon-8.cs">
14074     <type name="X">
14075       <method name="Void .ctor()">
14076         <size>7</size>
14077       </method>
14078       <method name="Void Test[R](R, Int32)">
14079         <size>88</size>
14080       </method>
14081       <method name="Void Main()">
14082         <size>12</size>
14083       </method>
14084     </type>
14085     <type name="Foo">
14086       <method name="Void .ctor(Object, IntPtr)">
14087         <size>0</size>
14088       </method>
14089       <method name="Int32 Invoke()">
14090         <size>0</size>
14091       </method>
14092       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14093         <size>0</size>
14094       </method>
14095       <method name="Int32 EndInvoke(IAsyncResult)">
14096         <size>0</size>
14097       </method>
14098     </type>
14099     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
14100       <method name="Void .ctor()">
14101         <size>7</size>
14102       </method>
14103       <method name="Int32 &lt;&gt;m__0()">
14104         <size>34</size>
14105       </method>
14106     </type>
14107     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
14108       <method name="Void .ctor()">
14109         <size>7</size>
14110       </method>
14111     </type>
14112   </test>
14113   <test name="gtest-anon-9.cs">
14114     <type name="Test">
14115       <method name="Void .ctor()">
14116         <size>7</size>
14117       </method>
14118       <method name="IEnumerable`1 get_Foo()">
14119         <size>16</size>
14120       </method>
14121       <method name="Void set_Foo(IEnumerable`1)">
14122         <size>11</size>
14123       </method>
14124       <method name="Void Main()">
14125         <size>78</size>
14126       </method>
14127       <method name="Foo op_Implicit(Test)">
14128         <size>30</size>
14129       </method>
14130       <method name="IEnumerable`1 op_Addition(Test, Test)">
14131         <size>44</size>
14132       </method>
14133     </type>
14134     <type name="Foo">
14135       <method name="Void .ctor(Object, IntPtr)">
14136         <size>0</size>
14137       </method>
14138       <method name="Void Invoke()">
14139         <size>0</size>
14140       </method>
14141       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14142         <size>0</size>
14143       </method>
14144       <method name="Void EndInvoke(IAsyncResult)">
14145         <size>0</size>
14146       </method>
14147     </type>
14148     <type name="Test">
14149       <method name="Void &lt;op_Implicit&gt;m__0()">
14150         <size>11</size>
14151       </method>
14152     </type>
14153     <type name="Test+&lt;&gt;c__Iterator0">
14154       <method name="Void .ctor()">
14155         <size>7</size>
14156       </method>
14157       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14158         <size>12</size>
14159       </method>
14160       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14161         <size>7</size>
14162       </method>
14163       <method name="Boolean MoveNext()">
14164         <size>65</size>
14165       </method>
14166       <method name="Void Dispose()">
14167         <size>8</size>
14168       </method>
14169       <method name="Void Reset()">
14170         <size>6</size>
14171       </method>
14172     </type>
14173     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
14174       <method name="Void .ctor()">
14175         <size>7</size>
14176       </method>
14177       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14178         <size>7</size>
14179       </method>
14180       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14181         <size>7</size>
14182       </method>
14183       <method name="Boolean MoveNext()">
14184         <size>98</size>
14185       </method>
14186       <method name="Void Dispose()">
14187         <size>8</size>
14188       </method>
14189       <method name="Void Reset()">
14190         <size>6</size>
14191       </method>
14192     </type>
14193     <type name="Test+&lt;&gt;c__Iterator0">
14194       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
14195         <size>7</size>
14196       </method>
14197       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
14198         <size>26</size>
14199       </method>
14200     </type>
14201     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
14202       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
14203         <size>7</size>
14204       </method>
14205       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
14206         <size>52</size>
14207       </method>
14208     </type>
14209   </test>
14210   <test name="gtest-anontype-01.cs">
14211     <type name="Test">
14212       <method name="Void .ctor()">
14213         <size>7</size>
14214       </method>
14215       <method name="Int32 Main()">
14216         <size>53</size>
14217       </method>
14218     </type>
14219     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14220       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14221         <size>21</size>
14222       </method>
14223       <method name="&lt;Foo&gt;__T get_Foo()">
14224         <size>7</size>
14225       </method>
14226       <method name="&lt;Baz&gt;__T get_Baz()">
14227         <size>7</size>
14228       </method>
14229       <method name="Boolean Equals(System.Object)">
14230         <size>69</size>
14231       </method>
14232       <method name="Int32 GetHashCode()">
14233         <size>86</size>
14234       </method>
14235       <method name="System.String ToString()">
14236         <size>142</size>
14237       </method>
14238     </type>
14239   </test>
14240   <test name="gtest-anontype-02.cs">
14241     <type name="Test">
14242       <method name="Void .ctor()">
14243         <size>7</size>
14244       </method>
14245       <method name="System.Object TestA(System.String)">
14246         <size>7</size>
14247       </method>
14248       <method name="Int32 Main()">
14249         <size>99</size>
14250       </method>
14251     </type>
14252     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
14253       <method name="Void .ctor(&lt;s&gt;__T)">
14254         <size>14</size>
14255       </method>
14256       <method name="&lt;s&gt;__T get_s()">
14257         <size>7</size>
14258       </method>
14259       <method name="Boolean Equals(System.Object)">
14260         <size>39</size>
14261       </method>
14262       <method name="Int32 GetHashCode()">
14263         <size>63</size>
14264       </method>
14265       <method name="System.String ToString()">
14266         <size>67</size>
14267       </method>
14268     </type>
14269     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14270       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14271         <size>21</size>
14272       </method>
14273       <method name="&lt;Foo&gt;__T get_Foo()">
14274         <size>7</size>
14275       </method>
14276       <method name="&lt;Baz&gt;__T get_Baz()">
14277         <size>7</size>
14278       </method>
14279       <method name="Boolean Equals(System.Object)">
14280         <size>69</size>
14281       </method>
14282       <method name="Int32 GetHashCode()">
14283         <size>86</size>
14284       </method>
14285       <method name="System.String ToString()">
14286         <size>142</size>
14287       </method>
14288     </type>
14289   </test>
14290   <test name="gtest-anontype-03.cs">
14291     <type name="MyClass">
14292       <method name="Void .ctor()">
14293         <size>18</size>
14294       </method>
14295       <method name="Int32 get_Baz()">
14296         <size>3</size>
14297       </method>
14298     </type>
14299     <type name="Test">
14300       <method name="Void .ctor()">
14301         <size>7</size>
14302       </method>
14303       <method name="Int32 Main()">
14304         <size>64</size>
14305       </method>
14306     </type>
14307     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14308       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14309         <size>21</size>
14310       </method>
14311       <method name="&lt;Foo&gt;__T get_Foo()">
14312         <size>7</size>
14313       </method>
14314       <method name="&lt;Baz&gt;__T get_Baz()">
14315         <size>7</size>
14316       </method>
14317       <method name="Boolean Equals(System.Object)">
14318         <size>69</size>
14319       </method>
14320       <method name="Int32 GetHashCode()">
14321         <size>86</size>
14322       </method>
14323       <method name="System.String ToString()">
14324         <size>142</size>
14325       </method>
14326     </type>
14327   </test>
14328   <test name="gtest-anontype-04.cs">
14329     <type name="MyClass">
14330       <method name="Void .ctor()">
14331         <size>18</size>
14332       </method>
14333       <method name="Int32 get_Baz()">
14334         <size>3</size>
14335       </method>
14336     </type>
14337     <type name="Test">
14338       <method name="Void .ctor()">
14339         <size>7</size>
14340       </method>
14341       <method name="Int32 Main()">
14342         <size>111</size>
14343       </method>
14344     </type>
14345     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
14346       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
14347         <size>36</size>
14348       </method>
14349       <method name="&lt;Foo&gt;__T get_Foo()">
14350         <size>7</size>
14351       </method>
14352       <method name="&lt;Baz&gt;__T get_Baz()">
14353         <size>7</size>
14354       </method>
14355       <method name="&lt;Hello&gt;__T get_Hello()">
14356         <size>7</size>
14357       </method>
14358       <method name="&lt;Answer&gt;__T get_Answer()">
14359         <size>7</size>
14360       </method>
14361       <method name="Boolean Equals(System.Object)">
14362         <size>123</size>
14363       </method>
14364       <method name="Int32 GetHashCode()">
14365         <size>132</size>
14366       </method>
14367       <method name="System.String ToString()">
14368         <size>258</size>
14369       </method>
14370     </type>
14371   </test>
14372   <test name="gtest-anontype-05.cs">
14373     <type name="Test">
14374       <method name="Void .ctor()">
14375         <size>7</size>
14376       </method>
14377       <method name="System.String Null()">
14378         <size>2</size>
14379       </method>
14380       <method name="Int32 Main()">
14381         <size>287</size>
14382       </method>
14383     </type>
14384     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
14385       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
14386         <size>21</size>
14387       </method>
14388       <method name="&lt;Name&gt;__T get_Name()">
14389         <size>7</size>
14390       </method>
14391       <method name="&lt;Age&gt;__T get_Age()">
14392         <size>7</size>
14393       </method>
14394       <method name="Boolean Equals(System.Object)">
14395         <size>69</size>
14396       </method>
14397       <method name="Int32 GetHashCode()">
14398         <size>86</size>
14399       </method>
14400       <method name="System.String ToString()">
14401         <size>142</size>
14402       </method>
14403     </type>
14404     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
14405       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
14406         <size>21</size>
14407       </method>
14408       <method name="&lt;Age&gt;__T get_Age()">
14409         <size>7</size>
14410       </method>
14411       <method name="&lt;Name&gt;__T get_Name()">
14412         <size>7</size>
14413       </method>
14414       <method name="Boolean Equals(System.Object)">
14415         <size>69</size>
14416       </method>
14417       <method name="Int32 GetHashCode()">
14418         <size>86</size>
14419       </method>
14420       <method name="System.String ToString()">
14421         <size>142</size>
14422       </method>
14423     </type>
14424     <type name="&lt;&gt;__AnonType2">
14425       <method name="Void .ctor()">
14426         <size>7</size>
14427       </method>
14428       <method name="Boolean Equals(System.Object)">
14429         <size>15</size>
14430       </method>
14431       <method name="Int32 GetHashCode()">
14432         <size>40</size>
14433       </method>
14434       <method name="System.String ToString()">
14435         <size>6</size>
14436       </method>
14437     </type>
14438     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
14439       <method name="Void .ctor(&lt;Foo&gt;__T)">
14440         <size>14</size>
14441       </method>
14442       <method name="&lt;Foo&gt;__T get_Foo()">
14443         <size>7</size>
14444       </method>
14445       <method name="Boolean Equals(System.Object)">
14446         <size>39</size>
14447       </method>
14448       <method name="Int32 GetHashCode()">
14449         <size>63</size>
14450       </method>
14451       <method name="System.String ToString()">
14452         <size>67</size>
14453       </method>
14454     </type>
14455   </test>
14456   <test name="gtest-anontype-06.cs">
14457     <type name="CastByExample">
14458       <method name="Void .ctor()">
14459         <size>7</size>
14460       </method>
14461       <method name="T Cast[T](System.Object, T)">
14462         <size>7</size>
14463       </method>
14464       <method name="Void Main()">
14465         <size>29</size>
14466       </method>
14467     </type>
14468     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
14469       <method name="Void .ctor(&lt;Foo&gt;__T)">
14470         <size>14</size>
14471       </method>
14472       <method name="&lt;Foo&gt;__T get_Foo()">
14473         <size>7</size>
14474       </method>
14475       <method name="Boolean Equals(System.Object)">
14476         <size>39</size>
14477       </method>
14478       <method name="Int32 GetHashCode()">
14479         <size>63</size>
14480       </method>
14481       <method name="System.String ToString()">
14482         <size>67</size>
14483       </method>
14484     </type>
14485   </test>
14486   <test name="gtest-anontype-07.cs">
14487     <type name="Test">
14488       <method name="Void .ctor()">
14489         <size>7</size>
14490       </method>
14491       <method name="Int32 Main()">
14492         <size>59</size>
14493       </method>
14494     </type>
14495     <type name="&lt;&gt;__AnonType0">
14496       <method name="Void .ctor()">
14497         <size>7</size>
14498       </method>
14499       <method name="Boolean Equals(System.Object)">
14500         <size>15</size>
14501       </method>
14502       <method name="Int32 GetHashCode()">
14503         <size>40</size>
14504       </method>
14505       <method name="System.String ToString()">
14506         <size>6</size>
14507       </method>
14508     </type>
14509   </test>
14510   <test name="gtest-anontype-08.cs">
14511     <type name="Test">
14512       <method name="Void Main()">
14513         <size>15</size>
14514       </method>
14515     </type>
14516     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
14517       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
14518         <size>21</size>
14519       </method>
14520       <method name="&lt;X&gt;__T get_X()">
14521         <size>7</size>
14522       </method>
14523       <method name="&lt;Y&gt;__T get_Y()">
14524         <size>7</size>
14525       </method>
14526       <method name="Boolean Equals(System.Object)">
14527         <size>69</size>
14528       </method>
14529       <method name="Int32 GetHashCode()">
14530         <size>86</size>
14531       </method>
14532       <method name="System.String ToString()">
14533         <size>142</size>
14534       </method>
14535     </type>
14536   </test>
14537   <test name="gtest-anontype-09.cs">
14538     <type name="My.System.Test">
14539       <method name="Int32 Main()">
14540         <size>35</size>
14541       </method>
14542     </type>
14543     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
14544       <method name="Void .ctor(&lt;X&gt;__T)">
14545         <size>14</size>
14546       </method>
14547       <method name="&lt;X&gt;__T get_X()">
14548         <size>7</size>
14549       </method>
14550       <method name="Boolean Equals(System.Object)">
14551         <size>39</size>
14552       </method>
14553       <method name="Int32 GetHashCode()">
14554         <size>63</size>
14555       </method>
14556       <method name="System.String ToString()">
14557         <size>67</size>
14558       </method>
14559     </type>
14560     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
14561       <method name="Void .ctor(&lt;Value&gt;__T)">
14562         <size>14</size>
14563       </method>
14564       <method name="&lt;Value&gt;__T get_Value()">
14565         <size>7</size>
14566       </method>
14567       <method name="Boolean Equals(System.Object)">
14568         <size>39</size>
14569       </method>
14570       <method name="Int32 GetHashCode()">
14571         <size>63</size>
14572       </method>
14573       <method name="System.String ToString()">
14574         <size>67</size>
14575       </method>
14576     </type>
14577   </test>
14578   <test name="gtest-anontype-10.cs">
14579     <type name="A">
14580       <method name="Void .ctor()">
14581         <size>7</size>
14582       </method>
14583       <method name="Int32 get_X()">
14584         <size>3</size>
14585       </method>
14586     </type>
14587     <type name="B">
14588       <method name="Void .ctor()">
14589         <size>7</size>
14590       </method>
14591       <method name="Int32 Main()">
14592         <size>11</size>
14593       </method>
14594       <method name="Int32 Test()">
14595         <size>33</size>
14596       </method>
14597     </type>
14598     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
14599       <method name="Void .ctor(&lt;X&gt;__T)">
14600         <size>14</size>
14601       </method>
14602       <method name="&lt;X&gt;__T get_X()">
14603         <size>7</size>
14604       </method>
14605       <method name="Boolean Equals(System.Object)">
14606         <size>39</size>
14607       </method>
14608       <method name="Int32 GetHashCode()">
14609         <size>63</size>
14610       </method>
14611       <method name="System.String ToString()">
14612         <size>67</size>
14613       </method>
14614     </type>
14615   </test>
14616   <test name="gtest-anontype-11.cs">
14617     <type name="Alpha">
14618       <method name="Void .ctor(String)">
14619         <size>14</size>
14620       </method>
14621       <method name="Int32 GetHashCode()">
14622         <size>18</size>
14623       </method>
14624     </type>
14625     <type name="Beta">
14626       <method name="Void .ctor(String)">
14627         <size>14</size>
14628       </method>
14629       <method name="Int32 GetHashCode()">
14630         <size>18</size>
14631       </method>
14632     </type>
14633     <type name="Program">
14634       <method name="Int32 Main()">
14635         <size>49</size>
14636       </method>
14637     </type>
14638     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
14639       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
14640         <size>21</size>
14641       </method>
14642       <method name="&lt;First&gt;__T get_First()">
14643         <size>7</size>
14644       </method>
14645       <method name="&lt;Second&gt;__T get_Second()">
14646         <size>7</size>
14647       </method>
14648       <method name="Boolean Equals(System.Object)">
14649         <size>69</size>
14650       </method>
14651       <method name="Int32 GetHashCode()">
14652         <size>86</size>
14653       </method>
14654       <method name="System.String ToString()">
14655         <size>142</size>
14656       </method>
14657     </type>
14658   </test>
14659   <test name="gtest-autoproperty-01.cs">
14660     <type name="Test">
14661       <method name="Void .ctor()">
14662         <size>15</size>
14663       </method>
14664       <method name="System.String get_Foo()">
14665         <size>7</size>
14666       </method>
14667       <method name="Void set_Foo(System.String)">
14668         <size>8</size>
14669       </method>
14670       <method name="Int32 get_Answer()">
14671         <size>7</size>
14672       </method>
14673       <method name="Void set_Answer(Int32)">
14674         <size>8</size>
14675       </method>
14676       <method name="Int32 Main()">
14677         <size>97</size>
14678       </method>
14679     </type>
14680     <type name="Test+A">
14681       <method name="Void .ctor()">
14682         <size>7</size>
14683       </method>
14684       <method name="System.String get_B()">
14685         <size>7</size>
14686       </method>
14687       <method name="Void set_B(System.String)">
14688         <size>8</size>
14689       </method>
14690     </type>
14691   </test>
14692   <test name="gtest-autoproperty-02.cs">
14693     <type name="Test">
14694       <method name="Void .ctor()">
14695         <size>7</size>
14696       </method>
14697       <method name="System.String get_Foo()">
14698         <size>6</size>
14699       </method>
14700       <method name="Void set_Foo(System.String)">
14701         <size>7</size>
14702       </method>
14703       <method name="Int32 get_Answer()">
14704         <size>6</size>
14705       </method>
14706       <method name="Void set_Answer(Int32)">
14707         <size>7</size>
14708       </method>
14709       <method name="Int32 Main()">
14710         <size>114</size>
14711       </method>
14712     </type>
14713     <type name="Test+A">
14714       <method name="Void .ctor()">
14715         <size>7</size>
14716       </method>
14717       <method name="System.String get_B()">
14718         <size>6</size>
14719       </method>
14720       <method name="Void set_B(System.String)">
14721         <size>7</size>
14722       </method>
14723       <method name="System.String get_C()">
14724         <size>6</size>
14725       </method>
14726       <method name="Void set_C(System.String)">
14727         <size>7</size>
14728       </method>
14729       <method name="Void DoThings()">
14730         <size>11</size>
14731       </method>
14732     </type>
14733   </test>
14734   <test name="gtest-autoproperty-03.cs">
14735     <type name="Test">
14736       <method name="Void .ctor()">
14737         <size>7</size>
14738       </method>
14739       <method name="System.String get_Foo()">
14740         <size>7</size>
14741       </method>
14742       <method name="Void set_Foo(System.String)">
14743         <size>8</size>
14744       </method>
14745       <method name="Int32 Main()">
14746         <size>236</size>
14747       </method>
14748     </type>
14749   </test>
14750   <test name="gtest-autoproperty-04.cs">
14751     <type name="MonoTests.MainClass">
14752       <method name="Void .ctor()">
14753         <size>7</size>
14754       </method>
14755       <method name="System.String[] get_foo()">
14756         <size>7</size>
14757       </method>
14758       <method name="Void set_foo(System.String[])">
14759         <size>8</size>
14760       </method>
14761       <method name="System.String[] get_bar()">
14762         <size>0</size>
14763       </method>
14764       <method name="Void set_bar(System.String[])">
14765         <size>0</size>
14766       </method>
14767       <method name="Void Main(System.String[])">
14768         <size>11</size>
14769       </method>
14770     </type>
14771     <type name="MonoTests.ChildClass">
14772       <method name="Void .ctor()">
14773         <size>7</size>
14774       </method>
14775       <method name="System.String[] get_foo()">
14776         <size>7</size>
14777       </method>
14778       <method name="Void set_foo(System.String[])">
14779         <size>8</size>
14780       </method>
14781       <method name="System.String[] get_bar()">
14782         <size>7</size>
14783       </method>
14784       <method name="Void set_bar(System.String[])">
14785         <size>8</size>
14786       </method>
14787     </type>
14788   </test>
14789   <test name="gtest-autoproperty-05.cs">
14790     <type name="Test">
14791       <method name="Void .ctor()">
14792         <size>7</size>
14793       </method>
14794       <method name="System.String get_X()">
14795         <size>7</size>
14796       </method>
14797       <method name="Void set_X(System.String)">
14798         <size>8</size>
14799       </method>
14800     </type>
14801     <type name="M">
14802       <method name="Void .ctor()">
14803         <size>7</size>
14804       </method>
14805       <method name="Void Main()">
14806         <size>1</size>
14807       </method>
14808     </type>
14809   </test>
14810   <test name="gtest-autoproperty-06.cs">
14811     <type name="A">
14812       <method name="Void .ctor()">
14813         <size>7</size>
14814       </method>
14815     </type>
14816     <type name="B">
14817       <method name="Void .ctor()">
14818         <size>7</size>
14819       </method>
14820     </type>
14821     <type name="C">
14822       <method name="Void .ctor()">
14823         <size>7</size>
14824       </method>
14825       <method name="B I&lt;B&gt;.get_Prop()">
14826         <size>7</size>
14827       </method>
14828       <method name="Void I&lt;B&gt;.set_Prop(B)">
14829         <size>8</size>
14830       </method>
14831       <method name="A I&lt;A&gt;.get_Prop()">
14832         <size>7</size>
14833       </method>
14834       <method name="Void I&lt;A&gt;.set_Prop(A)">
14835         <size>8</size>
14836       </method>
14837     </type>
14838     <type name="Program">
14839       <method name="Void .ctor()">
14840         <size>7</size>
14841       </method>
14842       <method name="Void Main(System.String[])">
14843         <size>7</size>
14844       </method>
14845     </type>
14846   </test>
14847   <test name="gtest-collectioninit-01.cs">
14848     <type name="Test">
14849       <method name="Void .ctor()">
14850         <size>7</size>
14851       </method>
14852       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
14853         <size>81</size>
14854       </method>
14855       <method name="Int32 Main()">
14856         <size>524</size>
14857       </method>
14858     </type>
14859     <type name="Test+Wrap">
14860       <method name="Void .ctor()">
14861         <size>31</size>
14862       </method>
14863       <method name="Void .ctor(Int32)">
14864         <size>25</size>
14865       </method>
14866       <method name="System.Collections.ArrayList get_Numbers()">
14867         <size>7</size>
14868       </method>
14869     </type>
14870   </test>
14871   <test name="gtest-collectioninit-02.cs">
14872     <type name="C">
14873       <method name="Void .ctor()">
14874         <size>7</size>
14875       </method>
14876       <method name="Int32 Main()">
14877         <size>73</size>
14878       </method>
14879     </type>
14880   </test>
14881   <test name="gtest-collectioninit-03.cs">
14882     <type name="X">
14883       <method name="Void .ctor()">
14884         <size>7</size>
14885       </method>
14886       <method name="Int32 Main()">
14887         <size>34</size>
14888       </method>
14889       <method name="Void R(System.Object ByRef)">
14890         <size>28</size>
14891       </method>
14892     </type>
14893   </test>
14894   <test name="gtest-etree-01.cs">
14895     <type name="MyTypeExplicit">
14896       <method name="Void .ctor(Int32)">
14897         <size>14</size>
14898       </method>
14899       <method name="Int32 op_Explicit(MyTypeExplicit)">
14900         <size>7</size>
14901       </method>
14902     </type>
14903     <type name="MemberAccessData">
14904       <method name="Void .ctor()">
14905         <size>7</size>
14906       </method>
14907       <method name="Void .cctor()">
14908         <size>16</size>
14909       </method>
14910       <method name="Void add_EventField(System.Func`1[System.Boolean])">
14911         <size>24</size>
14912       </method>
14913       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
14914         <size>24</size>
14915       </method>
14916       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
14917         <size>33</size>
14918       </method>
14919       <method name="Void set_MyTypeProperty(MyType)">
14920         <size>8</size>
14921       </method>
14922       <method name="MyType get_MyTypeProperty()">
14923         <size>7</size>
14924       </method>
14925       <method name="System.String get_StaticProperty()">
14926         <size>6</size>
14927       </method>
14928     </type>
14929     <type name="NewTest`1[T]">
14930       <method name="Void .ctor(T)">
14931         <size>27</size>
14932       </method>
14933       <method name="Void .ctor(T[])">
14934         <size>14</size>
14935       </method>
14936       <method name="Int32 GetHashCode()">
14937         <size>7</size>
14938       </method>
14939       <method name="Boolean Equals(System.Object)">
14940         <size>89</size>
14941       </method>
14942     </type>
14943     <type name="Indexer">
14944       <method name="Void .ctor()">
14945         <size>7</size>
14946       </method>
14947       <method name="Int32 get_Item(Int32)">
14948         <size>2</size>
14949       </method>
14950       <method name="Void set_Item(Int32, Int32)">
14951         <size>1</size>
14952       </method>
14953       <method name="System.String get_Item(System.String[])">
14954         <size>7</size>
14955       </method>
14956     </type>
14957     <type name="Tester">
14958       <method name="Void .ctor()">
14959         <size>7</size>
14960       </method>
14961       <method name="Void Assert[T](T, T)">
14962         <size>9</size>
14963       </method>
14964       <method name="Void Assert[T](T, T, System.String)">
14965         <size>89</size>
14966       </method>
14967       <method name="Void Assert[T](T[], T[])">
14968         <size>220</size>
14969       </method>
14970       <method name="T GenericMethod[T](T)">
14971         <size>2</size>
14972       </method>
14973       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
14974         <size>56</size>
14975       </method>
14976       <method name="Void AddTest()">
14977         <size>99</size>
14978       </method>
14979       <method name="Void AddTest_2()">
14980         <size>118</size>
14981       </method>
14982       <method name="Void AddTest_3()">
14983         <size>129</size>
14984       </method>
14985       <method name="Void AddTest_4()">
14986         <size>191</size>
14987       </method>
14988       <method name="Void AddTest_5()">
14989         <size>133</size>
14990       </method>
14991       <method name="Void AddTest_6()">
14992         <size>158</size>
14993       </method>
14994       <method name="Void AddTest_7()">
14995         <size>142</size>
14996       </method>
14997       <method name="Void AddTest_8()">
14998         <size>248</size>
14999       </method>
15000       <method name="Void AddTest_9()">
15001         <size>142</size>
15002       </method>
15003       <method name="Void AddCheckedTest()">
15004         <size>99</size>
15005       </method>
15006       <method name="Void AddCheckedTest_2()">
15007         <size>118</size>
15008       </method>
15009       <method name="Void AddCheckedTest_3()">
15010         <size>129</size>
15011       </method>
15012       <method name="Void AddStringTest()">
15013         <size>128</size>
15014       </method>
15015       <method name="Void AddStringTest_2()">
15016         <size>173</size>
15017       </method>
15018       <method name="Void AddStringTest_3()">
15019         <size>174</size>
15020       </method>
15021       <method name="Void AddStringTest_4()">
15022         <size>174</size>
15023       </method>
15024       <method name="Void AndTest()">
15025         <size>140</size>
15026       </method>
15027       <method name="Void AndTest_2()">
15028         <size>161</size>
15029       </method>
15030       <method name="Void AndTest_3()">
15031         <size>161</size>
15032       </method>
15033       <method name="Void AndNullableTest()">
15034         <size>381</size>
15035       </method>
15036       <method name="Void AndNullableTest_2()">
15037         <size>237</size>
15038       </method>
15039       <method name="Void AndNullableTest_3()">
15040         <size>198</size>
15041       </method>
15042       <method name="Void AndAlsoTest()">
15043         <size>96</size>
15044       </method>
15045       <method name="Void AndAlsoTest_2()">
15046         <size>165</size>
15047       </method>
15048       <method name="Void AndAlsoTest_3()">
15049         <size>108</size>
15050       </method>
15051       <method name="Void ArrayIndexTest()">
15052         <size>145</size>
15053       </method>
15054       <method name="Void ArrayIndexTest_2()">
15055         <size>115</size>
15056       </method>
15057       <method name="Void ArrayIndexTest_3()">
15058         <size>199</size>
15059       </method>
15060       <method name="Void ArrayIndexTest_4()">
15061         <size>243</size>
15062       </method>
15063       <method name="Void ArrayIndexTest_5()">
15064         <size>108</size>
15065       </method>
15066       <method name="Void ArrayLengthTest()">
15067         <size>99</size>
15068       </method>
15069       <method name="Void ArrayLengthTest_2()">
15070         <size>91</size>
15071       </method>
15072       <method name="Void CallTest()">
15073         <size>138</size>
15074       </method>
15075       <method name="Void CallTest_2()">
15076         <size>107</size>
15077       </method>
15078       <method name="Void CallTest_3()">
15079         <size>207</size>
15080       </method>
15081       <method name="Void CallTest_4()">
15082         <size>121</size>
15083       </method>
15084       <method name="Void CallTest_5()">
15085         <size>99</size>
15086       </method>
15087       <method name="Void CallTest_6()">
15088         <size>70</size>
15089       </method>
15090       <method name="Void CallTest_7()">
15091         <size>124</size>
15092       </method>
15093       <method name="Void CallTest_8()">
15094         <size>227</size>
15095       </method>
15096       <method name="Void CallTest_9()">
15097         <size>88</size>
15098       </method>
15099       <method name="Void CoalesceTest()">
15100         <size>120</size>
15101       </method>
15102       <method name="Void CoalesceTest_2()">
15103         <size>171</size>
15104       </method>
15105       <method name="Void ConditionTest()">
15106         <size>170</size>
15107       </method>
15108       <method name="Void ConditionTest_2()">
15109         <size>301</size>
15110       </method>
15111       <method name="Void ConditionTest_3()">
15112         <size>179</size>
15113       </method>
15114       <method name="Void ConditionTest_4()">
15115         <size>183</size>
15116       </method>
15117       <method name="Void ConstantTest()">
15118         <size>59</size>
15119       </method>
15120       <method name="Void ConstantTest_2()">
15121         <size>62</size>
15122       </method>
15123       <method name="Void ConstantTest_3()">
15124         <size>54</size>
15125       </method>
15126       <method name="Void ConstantTest_4()">
15127         <size>54</size>
15128       </method>
15129       <method name="Void ConstantTest_5()">
15130         <size>59</size>
15131       </method>
15132       <method name="Void ConstantTest_6()">
15133         <size>67</size>
15134       </method>
15135       <method name="Void ConstantTest_7()">
15136         <size>62</size>
15137       </method>
15138       <method name="Void ConstantTest_8()">
15139         <size>72</size>
15140       </method>
15141       <method name="Void ConstantTest_9()">
15142         <size>72</size>
15143       </method>
15144       <method name="Void ConstantTest_10()">
15145         <size>72</size>
15146       </method>
15147       <method name="Void ConstantTest_11()">
15148         <size>59</size>
15149       </method>
15150       <method name="Void ConstantTest_13()">
15151         <size>59</size>
15152       </method>
15153       <method name="Void ConstantTest_14()">
15154         <size>72</size>
15155       </method>
15156       <method name="Void ConstantTest_15()">
15157         <size>62</size>
15158       </method>
15159       <method name="Void ConvertTest()">
15160         <size>82</size>
15161       </method>
15162       <method name="Void ConvertTest_2()">
15163         <size>83</size>
15164       </method>
15165       <method name="Void ConvertTest_3()">
15166         <size>93</size>
15167       </method>
15168       <method name="Void ConvertTest_4()">
15169         <size>102</size>
15170       </method>
15171       <method name="Void ConvertTest_5()">
15172         <size>109</size>
15173       </method>
15174       <method name="Void ConvertTest_6()">
15175         <size>240</size>
15176       </method>
15177       <method name="Void ConvertTest_7()">
15178         <size>122</size>
15179       </method>
15180       <method name="Void ConvertTest_8()">
15181         <size>118</size>
15182       </method>
15183       <method name="Void ConvertTest_9()">
15184         <size>97</size>
15185       </method>
15186       <method name="Void ConvertTest_10()">
15187         <size>163</size>
15188       </method>
15189       <method name="Void ConvertTest_11()">
15190         <size>101</size>
15191       </method>
15192       <method name="Void ConvertTest_12()">
15193         <size>166</size>
15194       </method>
15195       <method name="Void ConvertTest_13()">
15196         <size>86</size>
15197       </method>
15198       <method name="Void ConvertTest_14()">
15199         <size>88</size>
15200       </method>
15201       <method name="Void ConvertTest_15()">
15202         <size>132</size>
15203       </method>
15204       <method name="Void ConvertCheckedTest()">
15205         <size>82</size>
15206       </method>
15207       <method name="Void ConvertCheckedTest_2()">
15208         <size>83</size>
15209       </method>
15210       <method name="Void ConvertCheckedTest_3()">
15211         <size>93</size>
15212       </method>
15213       <method name="Void ConvertCheckedTest_4()">
15214         <size>102</size>
15215       </method>
15216       <method name="Void DivideTest()">
15217         <size>99</size>
15218       </method>
15219       <method name="Void DivideTest_2()">
15220         <size>185</size>
15221       </method>
15222       <method name="Void DivideTest_3()">
15223         <size>129</size>
15224       </method>
15225       <method name="Void DivideTest_4()">
15226         <size>192</size>
15227       </method>
15228       <method name="Void DivideTest_5()">
15229         <size>134</size>
15230       </method>
15231       <method name="Void DivideTest_6()">
15232         <size>196</size>
15233       </method>
15234       <method name="Void EqualTest()">
15235         <size>118</size>
15236       </method>
15237       <method name="Void EqualTest_2()">
15238         <size>168</size>
15239       </method>
15240       <method name="Void EqualTest_3()">
15241         <size>125</size>
15242       </method>
15243       <method name="Void EqualTest_4()">
15244         <size>210</size>
15245       </method>
15246       <method name="Void EqualTest_5()">
15247         <size>176</size>
15248       </method>
15249       <method name="Void EqualTest_6()">
15250         <size>119</size>
15251       </method>
15252       <method name="Void EqualTest_7()">
15253         <size>167</size>
15254       </method>
15255       <method name="Void EqualTest_8()">
15256         <size>126</size>
15257       </method>
15258       <method name="Void EqualTest_9()">
15259         <size>146</size>
15260       </method>
15261       <method name="Void EqualTest_10()">
15262         <size>169</size>
15263       </method>
15264       <method name="Void EqualTest_11()">
15265         <size>132</size>
15266       </method>
15267       <method name="Void EqualTest_12()">
15268         <size>127</size>
15269       </method>
15270       <method name="Void EqualTest_13()">
15271         <size>124</size>
15272       </method>
15273       <method name="Void EqualTestDelegate()">
15274         <size>113</size>
15275       </method>
15276       <method name="Void EqualTestDelegate_2()">
15277         <size>312</size>
15278       </method>
15279       <method name="Void ExclusiveOrTest()">
15280         <size>115</size>
15281       </method>
15282       <method name="Void ExclusiveOrTest_2()">
15283         <size>183</size>
15284       </method>
15285       <method name="Void ExclusiveOrTest_3()">
15286         <size>129</size>
15287       </method>
15288       <method name="Void ExclusiveOrTest_4()">
15289         <size>192</size>
15290       </method>
15291       <method name="Void ExclusiveOrTest_5()">
15292         <size>197</size>
15293       </method>
15294       <method name="Void ExclusiveOrTest_6()">
15295         <size>161</size>
15296       </method>
15297       <method name="Void ExclusiveOrTest_7()">
15298         <size>198</size>
15299       </method>
15300       <method name="Void ExclusiveOrTest_8()">
15301         <size>164</size>
15302       </method>
15303       <method name="Void GreaterThanTest()">
15304         <size>99</size>
15305       </method>
15306       <method name="Void GreaterThanTest_2()">
15307         <size>154</size>
15308       </method>
15309       <method name="Void GreaterThanTest_3()">
15310         <size>125</size>
15311       </method>
15312       <method name="Void GreaterThanTest_4()">
15313         <size>210</size>
15314       </method>
15315       <method name="Void GreaterThanTest_5()">
15316         <size>209</size>
15317       </method>
15318       <method name="Void GreaterThanTest_6()">
15319         <size>102</size>
15320       </method>
15321       <method name="Void GreaterThanTest_7()">
15322         <size>146</size>
15323       </method>
15324       <method name="Void GreaterThanTest_8()">
15325         <size>169</size>
15326       </method>
15327       <method name="Void GreaterThanOrEqualTest()">
15328         <size>99</size>
15329       </method>
15330       <method name="Void GreaterThanOrEqualTest_2()">
15331         <size>169</size>
15332       </method>
15333       <method name="Void GreaterThanOrEqualTest_3()">
15334         <size>130</size>
15335       </method>
15336       <method name="Void GreaterThanOrEqualTest_4()">
15337         <size>210</size>
15338       </method>
15339       <method name="Void GreaterThanOrEqualTest_5()">
15340         <size>209</size>
15341       </method>
15342       <method name="Void GreaterThanOrEqualTest_6()">
15343         <size>102</size>
15344       </method>
15345       <method name="Void GreaterThanOrEqualTest_7()">
15346         <size>146</size>
15347       </method>
15348       <method name="Void GreaterThanOrEqualTest_8()">
15349         <size>169</size>
15350       </method>
15351       <method name="Void InvokeTest()">
15352         <size>90</size>
15353       </method>
15354       <method name="Void InvokeTest_2()">
15355         <size>138</size>
15356       </method>
15357       <method name="Void LeftShiftTest()">
15358         <size>155</size>
15359       </method>
15360       <method name="Void LeftShiftTest_2()">
15361         <size>162</size>
15362       </method>
15363       <method name="Void LeftShiftTest_3()">
15364         <size>184</size>
15365       </method>
15366       <method name="Void LeftShiftTest_4()">
15367         <size>261</size>
15368       </method>
15369       <method name="Void LeftShiftTest_5()">
15370         <size>110</size>
15371       </method>
15372       <method name="Void LessThanTest()">
15373         <size>99</size>
15374       </method>
15375       <method name="Void LessThanTest_2()">
15376         <size>154</size>
15377       </method>
15378       <method name="Void LessThanTest_3()">
15379         <size>125</size>
15380       </method>
15381       <method name="Void LessThanTest_4()">
15382         <size>210</size>
15383       </method>
15384       <method name="Void LessThanTest_5()">
15385         <size>209</size>
15386       </method>
15387       <method name="Void LessThanTest_6()">
15388         <size>102</size>
15389       </method>
15390       <method name="Void LessThanTest_7()">
15391         <size>146</size>
15392       </method>
15393       <method name="Void LessThanTest_8()">
15394         <size>169</size>
15395       </method>
15396       <method name="Void LessThanOrEqualTest()">
15397         <size>99</size>
15398       </method>
15399       <method name="Void LessThanOrEqualTest_2()">
15400         <size>169</size>
15401       </method>
15402       <method name="Void LessThanOrEqualTest_3()">
15403         <size>125</size>
15404       </method>
15405       <method name="Void LessThanOrEqualTest_4()">
15406         <size>210</size>
15407       </method>
15408       <method name="Void LessThanOrEqualTest_5()">
15409         <size>209</size>
15410       </method>
15411       <method name="Void LessThanOrEqualTest_6()">
15412         <size>102</size>
15413       </method>
15414       <method name="Void LessThanOrEqualTest_7()">
15415         <size>146</size>
15416       </method>
15417       <method name="Void LessThanOrEqualTest_8()">
15418         <size>169</size>
15419       </method>
15420       <method name="Void ListInitTest()">
15421         <size>414</size>
15422       </method>
15423       <method name="Void ListInitTest_2()">
15424         <size>292</size>
15425       </method>
15426       <method name="Void MemberAccessTest()">
15427         <size>132</size>
15428       </method>
15429       <method name="Void MemberAccessTest_2()">
15430         <size>63</size>
15431       </method>
15432       <method name="Void MemberAccessTest_3()">
15433         <size>113</size>
15434       </method>
15435       <method name="Void MemberAccessTest_4()">
15436         <size>91</size>
15437       </method>
15438       <method name="Void MemberAccessTest_5()">
15439         <size>39</size>
15440       </method>
15441       <method name="Void MemberAccessTest_6()">
15442         <size>104</size>
15443       </method>
15444       <method name="Void MemberAccessTest_7()">
15445         <size>109</size>
15446       </method>
15447       <method name="Void MemberAccessTest_8()">
15448         <size>63</size>
15449       </method>
15450       <method name="Void MemberAccessTest_9()">
15451         <size>80</size>
15452       </method>
15453       <method name="Void MemberInitTest()">
15454         <size>302</size>
15455       </method>
15456       <method name="Void MemberInitTest_2()">
15457         <size>250</size>
15458       </method>
15459       <method name="Void MemberInitTest_3()">
15460         <size>124</size>
15461       </method>
15462       <method name="Void ModuloTest()">
15463         <size>100</size>
15464       </method>
15465       <method name="Void ModuloTest_2()">
15466         <size>185</size>
15467       </method>
15468       <method name="Void ModuloTest_3()">
15469         <size>129</size>
15470       </method>
15471       <method name="Void ModuloTest_4()">
15472         <size>192</size>
15473       </method>
15474       <method name="Void ModuloTest_5()">
15475         <size>133</size>
15476       </method>
15477       <method name="Void ModuloTest_6()">
15478         <size>200</size>
15479       </method>
15480       <method name="Void ModuloTest_7()">
15481         <size>110</size>
15482       </method>
15483       <method name="Void MultiplyTest()">
15484         <size>131</size>
15485       </method>
15486       <method name="Void MultiplyTest_2()">
15487         <size>185</size>
15488       </method>
15489       <method name="Void MultiplyTest_3()">
15490         <size>133</size>
15491       </method>
15492       <method name="Void MultiplyTest_4()">
15493         <size>195</size>
15494       </method>
15495       <method name="Void MultiplyTest_5()">
15496         <size>137</size>
15497       </method>
15498       <method name="Void MultiplyTest_6()">
15499         <size>202</size>
15500       </method>
15501       <method name="Void MultiplyTest_7()">
15502         <size>110</size>
15503       </method>
15504       <method name="Void MultiplyCheckedTest()">
15505         <size>122</size>
15506       </method>
15507       <method name="Void MultiplyCheckedTest_2()">
15508         <size>192</size>
15509       </method>
15510       <method name="Void MultiplyCheckedTest_3()">
15511         <size>133</size>
15512       </method>
15513       <method name="Void MultiplyCheckedTest_4()">
15514         <size>121</size>
15515       </method>
15516       <method name="Void MultiplyCheckedTest_5()">
15517         <size>124</size>
15518       </method>
15519       <method name="Void NegateTest()">
15520         <size>72</size>
15521       </method>
15522       <method name="Void NegateTest_2()">
15523         <size>92</size>
15524       </method>
15525       <method name="Void NegateTest_3()">
15526         <size>130</size>
15527       </method>
15528       <method name="Void NegateTest_4()">
15529         <size>97</size>
15530       </method>
15531       <method name="Void NegateTest_5()">
15532         <size>141</size>
15533       </method>
15534       <method name="Void NegateTest_6()">
15535         <size>121</size>
15536       </method>
15537       <method name="Void NegateTest_7()">
15538         <size>132</size>
15539       </method>
15540       <method name="Void NegateTest_8()">
15541         <size>97</size>
15542       </method>
15543       <method name="Void NegateTest_9()">
15544         <size>87</size>
15545       </method>
15546       <method name="Void NegateTestChecked()">
15547         <size>91</size>
15548       </method>
15549       <method name="Void NegateTestChecked_2()">
15550         <size>137</size>
15551       </method>
15552       <method name="Void NegateTestChecked_3()">
15553         <size>97</size>
15554       </method>
15555       <method name="Void NegateTestChecked_4()">
15556         <size>86</size>
15557       </method>
15558       <method name="Void NewArrayInitTest()">
15559         <size>92</size>
15560       </method>
15561       <method name="Void NewArrayInitTest_2()">
15562         <size>64</size>
15563       </method>
15564       <method name="Void NewArrayInitTest_3()">
15565         <size>136</size>
15566       </method>
15567       <method name="Void NewArrayInitTest_4()">
15568         <size>120</size>
15569       </method>
15570       <method name="Void NewArrayBoundsTest()">
15571         <size>123</size>
15572       </method>
15573       <method name="Void NewArrayBoundsTest_2()">
15574         <size>123</size>
15575       </method>
15576       <method name="Void NewTest()">
15577         <size>93</size>
15578       </method>
15579       <method name="Void NewTest_2()">
15580         <size>61</size>
15581       </method>
15582       <method name="Void NewTest_3()">
15583         <size>98</size>
15584       </method>
15585       <method name="Void NewTest_4()">
15586         <size>252</size>
15587       </method>
15588       <method name="Void NewTest_5()">
15589         <size>128</size>
15590       </method>
15591       <method name="Void NotTest()">
15592         <size>70</size>
15593       </method>
15594       <method name="Void NotTest_2()">
15595         <size>113</size>
15596       </method>
15597       <method name="Void NotTest_3()">
15598         <size>71</size>
15599       </method>
15600       <method name="Void NotTest_4()">
15601         <size>105</size>
15602       </method>
15603       <method name="Void NotTest_5()">
15604         <size>73</size>
15605       </method>
15606       <method name="Void NotTest_6()">
15607         <size>104</size>
15608       </method>
15609       <method name="Void NotNullableTest()">
15610         <size>114</size>
15611       </method>
15612       <method name="Void NotNullableTest_2()">
15613         <size>134</size>
15614       </method>
15615       <method name="Void NotNullableTest_3()">
15616         <size>130</size>
15617       </method>
15618       <method name="Void NotNullableTest_4()">
15619         <size>149</size>
15620       </method>
15621       <method name="Void NotNullableTest_5()">
15622         <size>148</size>
15623       </method>
15624       <method name="Void NotEqualTest()">
15625         <size>118</size>
15626       </method>
15627       <method name="Void NotEqualTest_2()">
15628         <size>166</size>
15629       </method>
15630       <method name="Void NotEqualTest_3()">
15631         <size>125</size>
15632       </method>
15633       <method name="Void NotEqualTest_4()">
15634         <size>210</size>
15635       </method>
15636       <method name="Void NotEqualTest_5()">
15637         <size>176</size>
15638       </method>
15639       <method name="Void NotEqualTest_6()">
15640         <size>119</size>
15641       </method>
15642       <method name="Void NotEqualTest_7()">
15643         <size>167</size>
15644       </method>
15645       <method name="Void NotEqualTest_8()">
15646         <size>126</size>
15647       </method>
15648       <method name="Void NotEqualTest_9()">
15649         <size>146</size>
15650       </method>
15651       <method name="Void NotEqualTest_10()">
15652         <size>169</size>
15653       </method>
15654       <method name="Void NotEqualTest_11()">
15655         <size>132</size>
15656       </method>
15657       <method name="Void OrTest()">
15658         <size>141</size>
15659       </method>
15660       <method name="Void OrTest_2()">
15661         <size>129</size>
15662       </method>
15663       <method name="Void OrTest_3()">
15664         <size>161</size>
15665       </method>
15666       <method name="Void OrNullableTest()">
15667         <size>382</size>
15668       </method>
15669       <method name="Void OrNullableTest_2()">
15670         <size>186</size>
15671       </method>
15672       <method name="Void OrNullableTest_3()">
15673         <size>176</size>
15674       </method>
15675       <method name="Void OrNullableTest_4()">
15676         <size>198</size>
15677       </method>
15678       <method name="Void OrElseTest()">
15679         <size>97</size>
15680       </method>
15681       <method name="Void OrElseTest_2()">
15682         <size>167</size>
15683       </method>
15684       <method name="Void ParameterTest()">
15685         <size>73</size>
15686       </method>
15687       <method name="Void ParameterTest_2()">
15688         <size>75</size>
15689       </method>
15690       <method name="Void ParameterTest_3()">
15691         <size>73</size>
15692       </method>
15693       <method name="Void ParameterTest_4()">
15694         <size>100</size>
15695       </method>
15696       <method name="Void QuoteTest()">
15697         <size>85</size>
15698       </method>
15699       <method name="Void RightShiftTest()">
15700         <size>152</size>
15701       </method>
15702       <method name="Void RightShiftTest_2()">
15703         <size>159</size>
15704       </method>
15705       <method name="Void RightShiftTest_3()">
15706         <size>184</size>
15707       </method>
15708       <method name="Void RightShiftTest_4()">
15709         <size>258</size>
15710       </method>
15711       <method name="Void SubtractTest()">
15712         <size>100</size>
15713       </method>
15714       <method name="Void SubtractTest_2()">
15715         <size>119</size>
15716       </method>
15717       <method name="Void SubtractTest_3()">
15718         <size>130</size>
15719       </method>
15720       <method name="Void SubtractTest_4()">
15721         <size>192</size>
15722       </method>
15723       <method name="Void SubtractTest_5()">
15724         <size>134</size>
15725       </method>
15726       <method name="Void SubtractTest_6()">
15727         <size>160</size>
15728       </method>
15729       <method name="Void SubtractTest_7()">
15730         <size>113</size>
15731       </method>
15732       <method name="Void SubtractTest_8()">
15733         <size>146</size>
15734       </method>
15735       <method name="Void SubtractTest_9()">
15736         <size>142</size>
15737       </method>
15738       <method name="Void SubtractTest_10()">
15739         <size>161</size>
15740       </method>
15741       <method name="Void SubtractTest_11()">
15742         <size>157</size>
15743       </method>
15744       <method name="Void SubtractCheckedTest()">
15745         <size>127</size>
15746       </method>
15747       <method name="Void SubtractCheckedTest_2()">
15748         <size>185</size>
15749       </method>
15750       <method name="Void SubtractCheckedTest_3()">
15751         <size>130</size>
15752       </method>
15753       <method name="Void SubtractCheckedTest_4()">
15754         <size>121</size>
15755       </method>
15756       <method name="Void TypeAsTest()">
15757         <size>80</size>
15758       </method>
15759       <method name="Void TypeAsTest_2()">
15760         <size>144</size>
15761       </method>
15762       <method name="Void TypeAsTest_3()">
15763         <size>95</size>
15764       </method>
15765       <method name="Void TypeIsTest()">
15766         <size>103</size>
15767       </method>
15768       <method name="Void TypeIsTest_2()">
15769         <size>103</size>
15770       </method>
15771       <method name="Void TypeIsTest_3()">
15772         <size>95</size>
15773       </method>
15774       <method name="Void TypeIsTest_5()">
15775         <size>74</size>
15776       </method>
15777       <method name="Void TypeIsTest_6()">
15778         <size>111</size>
15779       </method>
15780       <method name="Void UnaryPlusTest()">
15781         <size>67</size>
15782       </method>
15783       <method name="Void UnaryPlusTest_2()">
15784         <size>47</size>
15785       </method>
15786       <method name="Void UnaryPlusTest_3()">
15787         <size>97</size>
15788       </method>
15789       <method name="Void UnaryPlusTest_4()">
15790         <size>141</size>
15791       </method>
15792       <method name="Void UnaryPlusTest_5()">
15793         <size>140</size>
15794       </method>
15795       <method name="System.String InstanceMethod(System.String)">
15796         <size>2</size>
15797       </method>
15798       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
15799         <size>30</size>
15800       </method>
15801       <method name="Int32 TestInt()">
15802         <size>3</size>
15803       </method>
15804       <method name="Void RefMethod(Int32 ByRef)">
15805         <size>8</size>
15806       </method>
15807       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
15808         <size>87</size>
15809       </method>
15810       <method name="Int32 Main()">
15811         <size>179</size>
15812       </method>
15813     </type>
15814     <type name="Tester+EmptyDelegate">
15815       <method name="Void .ctor(Object, IntPtr)">
15816         <size>0</size>
15817       </method>
15818       <method name="Void Invoke()">
15819         <size>0</size>
15820       </method>
15821       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15822         <size>0</size>
15823       </method>
15824       <method name="Void EndInvoke(IAsyncResult)">
15825         <size>0</size>
15826       </method>
15827     </type>
15828     <type name="Tester+IntDelegate">
15829       <method name="Void .ctor(Object, IntPtr)">
15830         <size>0</size>
15831       </method>
15832       <method name="Int32 Invoke()">
15833         <size>0</size>
15834       </method>
15835       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15836         <size>0</size>
15837       </method>
15838       <method name="Int32 EndInvoke(IAsyncResult)">
15839         <size>0</size>
15840       </method>
15841     </type>
15842     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
15843       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
15844         <size>21</size>
15845       </method>
15846       <method name="&lt;A&gt;__T get_A()">
15847         <size>7</size>
15848       </method>
15849       <method name="&lt;Value&gt;__T get_Value()">
15850         <size>7</size>
15851       </method>
15852       <method name="Boolean Equals(System.Object)">
15853         <size>69</size>
15854       </method>
15855       <method name="Int32 GetHashCode()">
15856         <size>86</size>
15857       </method>
15858       <method name="System.String ToString()">
15859         <size>142</size>
15860       </method>
15861     </type>
15862     <type name="Tester">
15863       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
15864         <size>1</size>
15865       </method>
15866       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
15867         <size>1</size>
15868       </method>
15869       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
15870         <size>1</size>
15871       </method>
15872       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
15873         <size>1</size>
15874       </method>
15875       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
15876         <size>1</size>
15877       </method>
15878       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
15879         <size>12</size>
15880       </method>
15881       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
15882         <size>12</size>
15883       </method>
15884       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
15885         <size>7</size>
15886       </method>
15887       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
15888         <size>7</size>
15889       </method>
15890       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
15891         <size>5</size>
15892       </method>
15893       <method name="Void NewArrayInitTest_5()">
15894         <size>158</size>
15895       </method>
15896       <method name="Void ConditionTest_5()">
15897         <size>107</size>
15898       </method>
15899       <method name="Void AndTest_4()">
15900         <size>92</size>
15901       </method>
15902       <method name="Void MemberInitTest_4()">
15903         <size>66</size>
15904       </method>
15905       <method name="Void NewTest_6()">
15906         <size>53</size>
15907       </method>
15908     </type>
15909     <type name="InverseLogicalOperator">
15910       <method name="Void .ctor(Boolean)">
15911         <size>8</size>
15912       </method>
15913       <method name="Boolean op_True(InverseLogicalOperator)">
15914         <size>8</size>
15915       </method>
15916       <method name="Boolean op_False(InverseLogicalOperator)">
15917         <size>8</size>
15918       </method>
15919     </type>
15920     <type name="MyType">
15921       <method name="Void .ctor(Int32)">
15922         <size>8</size>
15923       </method>
15924       <method name="Int16 get_ShortProp()">
15925         <size>7</size>
15926       </method>
15927       <method name="Void set_ShortProp(Int16)">
15928         <size>8</size>
15929       </method>
15930       <method name="Int32 GetHashCode()">
15931         <size>6</size>
15932       </method>
15933       <method name="System.String ToString()">
15934         <size>12</size>
15935       </method>
15936       <method name="Int32 op_Implicit(MyType)">
15937         <size>8</size>
15938       </method>
15939       <method name="Boolean op_True(MyType)">
15940         <size>16</size>
15941       </method>
15942       <method name="Boolean op_False(MyType)">
15943         <size>19</size>
15944       </method>
15945       <method name="MyType op_Addition(MyType, MyType)">
15946         <size>21</size>
15947       </method>
15948       <method name="MyType op_Subtraction(MyType, MyType)">
15949         <size>21</size>
15950       </method>
15951       <method name="MyType op_Division(MyType, MyType)">
15952         <size>21</size>
15953       </method>
15954       <method name="MyType op_Multiply(MyType, MyType)">
15955         <size>21</size>
15956       </method>
15957       <method name="MyType op_Modulus(MyType, MyType)">
15958         <size>21</size>
15959       </method>
15960       <method name="MyType op_BitwiseAnd(MyType, MyType)">
15961         <size>21</size>
15962       </method>
15963       <method name="MyType op_BitwiseOr(MyType, MyType)">
15964         <size>21</size>
15965       </method>
15966       <method name="MyType op_ExclusiveOr(MyType, MyType)">
15967         <size>21</size>
15968       </method>
15969       <method name="Boolean op_Equality(MyType, MyType)">
15970         <size>17</size>
15971       </method>
15972       <method name="Boolean op_Inequality(MyType, MyType)">
15973         <size>20</size>
15974       </method>
15975       <method name="Boolean op_GreaterThan(MyType, MyType)">
15976         <size>17</size>
15977       </method>
15978       <method name="Boolean op_LessThan(MyType, MyType)">
15979         <size>17</size>
15980       </method>
15981       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
15982         <size>20</size>
15983       </method>
15984       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
15985         <size>20</size>
15986       </method>
15987       <method name="Boolean op_LogicalNot(MyType)">
15988         <size>11</size>
15989       </method>
15990       <method name="Int32 op_RightShift(MyType, Int32)">
15991         <size>13</size>
15992       </method>
15993       <method name="Int32 op_LeftShift(MyType, Int32)">
15994         <size>13</size>
15995       </method>
15996       <method name="MyType op_UnaryNegation(MyType)">
15997         <size>14</size>
15998       </method>
15999       <method name="MyType op_UnaryPlus(MyType)">
16000         <size>13</size>
16001       </method>
16002     </type>
16003     <type name="MyTypeImplicitOnly">
16004       <method name="Void .ctor(Int16)">
16005         <size>8</size>
16006       </method>
16007       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
16008         <size>8</size>
16009       </method>
16010     </type>
16011     <type name="Tester">
16012       <method name="Void EqualTest_14()">
16013         <size>101</size>
16014       </method>
16015     </type>
16016     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
16017       <method name="Void .ctor()">
16018         <size>7</size>
16019       </method>
16020     </type>
16021     <type name="Tester">
16022       <method name="Void NewArrayInitTest_6()">
16023         <size>103</size>
16024       </method>
16025       <method name="Void LambdaTest()">
16026         <size>89</size>
16027       </method>
16028     </type>
16029     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey2">
16030       <method name="Void .ctor()">
16031         <size>7</size>
16032       </method>
16033     </type>
16034     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey3">
16035       <method name="Void .ctor()">
16036         <size>7</size>
16037       </method>
16038     </type>
16039     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey4">
16040       <method name="Void .ctor()">
16041         <size>7</size>
16042       </method>
16043     </type>
16044     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey5">
16045       <method name="Void .ctor()">
16046         <size>7</size>
16047       </method>
16048     </type>
16049     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey6">
16050       <method name="Void .ctor()">
16051         <size>7</size>
16052       </method>
16053     </type>
16054     <type name="Tester">
16055       <method name="Void EqualTest_15()">
16056         <size>159</size>
16057       </method>
16058       <method name="Void ArrayIndexTest_6()">
16059         <size>122</size>
16060       </method>
16061       <method name="Void ArrayIndexTest_7()">
16062         <size>128</size>
16063       </method>
16064       <method name="Void NewArrayBoundsTest_3()">
16065         <size>85</size>
16066       </method>
16067       <method name="Void NewArrayBoundsTest_4()">
16068         <size>82</size>
16069       </method>
16070     </type>
16071     <type name="&lt;PrivateImplementationDetails&gt;">
16072       <method name="Void .ctor()">
16073         <size>7</size>
16074       </method>
16075     </type>
16076   </test>
16077   <test name="gtest-etree-02.cs">
16078     <type name="M">
16079       <method name="Void .ctor()">
16080         <size>7</size>
16081       </method>
16082       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
16083         <size>1</size>
16084       </method>
16085       <method name="Void Main()">
16086         <size>129</size>
16087       </method>
16088     </type>
16089   </test>
16090   <test name="gtest-etree-03.cs">
16091     <type name="C">
16092       <method name="Void .ctor()">
16093         <size>7</size>
16094       </method>
16095       <method name="Int32 Main()">
16096         <size>6</size>
16097       </method>
16098     </type>
16099     <type name="S`1[T]">
16100       <method name="Int32 Test()">
16101         <size>145</size>
16102       </method>
16103     </type>
16104   </test>
16105   <test name="gtest-etree-04.cs">
16106     <type name="C">
16107       <method name="Void .ctor()">
16108         <size>7</size>
16109       </method>
16110       <method name="Int32 Main()">
16111         <size>366</size>
16112       </method>
16113     </type>
16114     <type name="C+&lt;Main&gt;c__AnonStorey0">
16115       <method name="Void .ctor()">
16116         <size>7</size>
16117       </method>
16118     </type>
16119     <type name="Foo">
16120       <method name="Boolean op_GreaterThan(Foo, Foo)">
16121         <size>6</size>
16122       </method>
16123       <method name="Boolean op_LessThan(Foo, Foo)">
16124         <size>6</size>
16125       </method>
16126       <method name="Boolean op_Equality(Foo, Foo)">
16127         <size>6</size>
16128       </method>
16129       <method name="Boolean op_Inequality(Foo, Foo)">
16130         <size>6</size>
16131       </method>
16132     </type>
16133   </test>
16134   <test name="gtest-etree-05.cs">
16135     <type name="C">
16136       <method name="Void .ctor()">
16137         <size>7</size>
16138       </method>
16139       <method name="Void Assert[T](T, T)">
16140         <size>46</size>
16141       </method>
16142       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
16143         <size>56</size>
16144       </method>
16145       <method name="Int32 Main()">
16146         <size>360</size>
16147       </method>
16148     </type>
16149   </test>
16150   <test name="gtest-etree-06.cs">
16151     <type name="Test">
16152       <method name="Void .ctor()">
16153         <size>7</size>
16154       </method>
16155       <method name="Int32 Main()">
16156         <size>45</size>
16157       </method>
16158       <method name="Int32 Value()">
16159         <size>2</size>
16160       </method>
16161     </type>
16162   </test>
16163   <test name="gtest-etree-07.cs">
16164     <type name="C">
16165       <method name="Void .ctor()">
16166         <size>7</size>
16167       </method>
16168       <method name="Void Test()">
16169         <size>14</size>
16170       </method>
16171       <method name="Int32* Foo()">
16172         <size>3</size>
16173       </method>
16174       <method name="Int32 Main()">
16175         <size>594</size>
16176       </method>
16177     </type>
16178     <type name="EmptyDelegate">
16179       <method name="Void .ctor(Object, IntPtr)">
16180         <size>0</size>
16181       </method>
16182       <method name="Void Invoke()">
16183         <size>0</size>
16184       </method>
16185       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16186         <size>0</size>
16187       </method>
16188       <method name="Void EndInvoke(IAsyncResult)">
16189         <size>0</size>
16190       </method>
16191     </type>
16192     <type name="UnsafeDelegate">
16193       <method name="Void .ctor(Object, IntPtr)">
16194         <size>0</size>
16195       </method>
16196       <method name="Int32* Invoke()">
16197         <size>0</size>
16198       </method>
16199       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16200         <size>0</size>
16201       </method>
16202       <method name="Int32* EndInvoke(IAsyncResult)">
16203         <size>0</size>
16204       </method>
16205     </type>
16206   </test>
16207   <test name="gtest-etree-08.cs">
16208     <type name="Foo">
16209       <method name="Void .ctor()">
16210         <size>7</size>
16211       </method>
16212       <method name="Int32 ThisMethod()">
16213         <size>3</size>
16214       </method>
16215       <method name="Int32 Goo(Boolean)">
16216         <size>204</size>
16217       </method>
16218       <method name="Int32 Main()">
16219         <size>14</size>
16220       </method>
16221     </type>
16222     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
16223       <method name="Void .ctor()">
16224         <size>7</size>
16225       </method>
16226     </type>
16227   </test>
16228   <test name="gtest-etree-09.cs">
16229     <type name="Mono.C">
16230       <method name="Void .ctor()">
16231         <size>7</size>
16232       </method>
16233       <method name="Int32 Main()">
16234         <size>300</size>
16235       </method>
16236       <method name="System.Int64[] GetValues()">
16237         <size>23</size>
16238       </method>
16239     </type>
16240     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
16241       <method name="Void .ctor()">
16242         <size>7</size>
16243       </method>
16244     </type>
16245   </test>
16246   <test name="gtest-etree-10.cs">
16247     <type name="Foo`1[T]">
16248       <method name="Void .ctor()">
16249         <size>7</size>
16250       </method>
16251       <method name="Boolean ContainsAll[U](IEnumerable`1)">
16252         <size>189</size>
16253       </method>
16254       <method name="Boolean Contains(T)">
16255         <size>2</size>
16256       </method>
16257     </type>
16258     <type name="Program">
16259       <method name="Void .ctor()">
16260         <size>7</size>
16261       </method>
16262       <method name="Int32 Main()">
16263         <size>44</size>
16264       </method>
16265     </type>
16266     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
16267       <method name="Void .ctor()">
16268         <size>7</size>
16269       </method>
16270     </type>
16271   </test>
16272   <test name="gtest-etree-11.cs">
16273     <type name="C">
16274       <method name="Void .ctor()">
16275         <size>7</size>
16276       </method>
16277       <method name="Void Main()">
16278         <size>12</size>
16279       </method>
16280     </type>
16281     <type name="Test">
16282       <method name="Void .ctor()">
16283         <size>7</size>
16284       </method>
16285       <method name="Void Invalid(Int32)">
16286         <size>124</size>
16287       </method>
16288       <method name="Void Other(System.Int32[])">
16289         <size>1</size>
16290       </method>
16291     </type>
16292     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
16293       <method name="Void .ctor()">
16294         <size>7</size>
16295       </method>
16296     </type>
16297   </test>
16298   <test name="gtest-etree-12.cs">
16299     <type name="TestCase">
16300       <method name="Void .cctor()">
16301         <size>68</size>
16302       </method>
16303       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
16304         <size>2</size>
16305       </method>
16306       <method name="Void DummyToMakeTheStaticsInitialize()">
16307         <size>1</size>
16308       </method>
16309     </type>
16310     <type name="Program">
16311       <method name="Void .ctor()">
16312         <size>7</size>
16313       </method>
16314       <method name="Int32 Main()">
16315         <size>7</size>
16316       </method>
16317     </type>
16318   </test>
16319   <test name="gtest-etree-13.cs">
16320     <type name="Program">
16321       <method name="Void .ctor()">
16322         <size>7</size>
16323       </method>
16324       <method name="Int32 Main()">
16325         <size>53</size>
16326       </method>
16327       <method name="IEnumerable`1 Test[T](Int32)">
16328         <size>30</size>
16329       </method>
16330     </type>
16331     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
16332       <method name="Void .ctor()">
16333         <size>7</size>
16334       </method>
16335       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16336         <size>7</size>
16337       </method>
16338       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16339         <size>12</size>
16340       </method>
16341       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16342         <size>7</size>
16343       </method>
16344       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16345         <size>40</size>
16346       </method>
16347       <method name="Boolean MoveNext()">
16348         <size>108</size>
16349       </method>
16350       <method name="Void Dispose()">
16351         <size>8</size>
16352       </method>
16353       <method name="Void Reset()">
16354         <size>6</size>
16355       </method>
16356     </type>
16357   </test>
16358   <test name="gtest-etree-14.cs">
16359     <type name="Person">
16360       <method name="Void .ctor()">
16361         <size>7</size>
16362       </method>
16363       <method name="Int32 get_Age()">
16364         <size>7</size>
16365       </method>
16366       <method name="Void set_Age(Int32)">
16367         <size>8</size>
16368       </method>
16369     </type>
16370     <type name="Repro">
16371       <method name="Void .ctor()">
16372         <size>7</size>
16373       </method>
16374       <method name="Int32 Main()">
16375         <size>59</size>
16376       </method>
16377       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
16378         <size>44</size>
16379       </method>
16380       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
16381         <size>13</size>
16382       </method>
16383     </type>
16384     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
16385       <method name="Void .ctor()">
16386         <size>7</size>
16387       </method>
16388       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
16389         <size>7</size>
16390       </method>
16391       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16392         <size>12</size>
16393       </method>
16394       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16395         <size>7</size>
16396       </method>
16397       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
16398         <size>52</size>
16399       </method>
16400       <method name="Boolean MoveNext()">
16401         <size>293</size>
16402       </method>
16403       <method name="Void Dispose()">
16404         <size>60</size>
16405       </method>
16406       <method name="Void Reset()">
16407         <size>6</size>
16408       </method>
16409     </type>
16410   </test>
16411   <test name="gtest-etree-15.cs">
16412     <type name="Foo">
16413       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
16414         <size>2</size>
16415       </method>
16416       <method name="Void Main()">
16417         <size>190</size>
16418       </method>
16419     </type>
16420   </test>
16421   <test name="gtest-etree-16.cs">
16422     <type name="Program">
16423       <method name="Void .ctor()">
16424         <size>7</size>
16425       </method>
16426       <method name="Int32 Main()">
16427         <size>136</size>
16428       </method>
16429     </type>
16430     <type name="Foo">
16431       <method name="Void .ctor()">
16432         <size>7</size>
16433       </method>
16434     </type>
16435   </test>
16436   <test name="gtest-etree-17.cs">
16437     <type name="CompilerCrashTest.QueryCompiler">
16438       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
16439         <size>12</size>
16440       </method>
16441       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
16442         <size>6</size>
16443       </method>
16444       <method name="Void Main()">
16445         <size>1</size>
16446       </method>
16447     </type>
16448   </test>
16449   <test name="gtest-etree-18.cs">
16450     <type name="FooBase">
16451       <method name="Void .ctor()">
16452         <size>7</size>
16453       </method>
16454     </type>
16455     <type name="Foo">
16456       <method name="Void .ctor()">
16457         <size>7</size>
16458       </method>
16459     </type>
16460     <type name="Program">
16461       <method name="Void .ctor()">
16462         <size>7</size>
16463       </method>
16464       <method name="Int32 Main()">
16465         <size>140</size>
16466       </method>
16467     </type>
16468   </test>
16469   <test name="gtest-etree-19.cs">
16470     <type name="Test">
16471       <method name="Void .ctor()">
16472         <size>7</size>
16473       </method>
16474       <method name="Int32 Main()">
16475         <size>20</size>
16476       </method>
16477       <method name="T Value[T]()">
16478         <size>76</size>
16479       </method>
16480     </type>
16481   </test>
16482   <test name="gtest-exmethod-01.cs">
16483     <type name="SimpleTest">
16484       <method name="System.String Prefix(System.String, System.String)">
16485         <size>8</size>
16486       </method>
16487     </type>
16488     <type name="M">
16489       <method name="Void .ctor()">
16490         <size>7</size>
16491       </method>
16492       <method name="Int32 Main()">
16493         <size>157</size>
16494       </method>
16495     </type>
16496   </test>
16497   <test name="gtest-exmethod-02.cs">
16498     <type name="M">
16499       <method name="Void .ctor()">
16500         <size>7</size>
16501       </method>
16502       <method name="Void Main()">
16503         <size>12</size>
16504       </method>
16505     </type>
16506     <type name="N.M">
16507       <method name="Void .ctor()">
16508         <size>7</size>
16509       </method>
16510       <method name="Void Test2()">
16511         <size>12</size>
16512       </method>
16513     </type>
16514   </test>
16515   <test name="gtest-exmethod-03.cs">
16516     <type name="A.A">
16517       <method name="Int32 Foo(Int32)">
16518         <size>2</size>
16519       </method>
16520       <method name="Int32 Foo(Int32, System.String)">
16521         <size>3</size>
16522       </method>
16523     </type>
16524     <type name="B.X">
16525       <method name="Int32 Foo(Int32)">
16526         <size>2</size>
16527       </method>
16528       <method name="Int32 Foo(Int32, Boolean)">
16529         <size>3</size>
16530       </method>
16531     </type>
16532     <type name="C.F">
16533       <method name="Boolean Foo(Byte)">
16534         <size>2</size>
16535       </method>
16536     </type>
16537     <type name="C.D.F">
16538       <method name="Int32 Foo(Int32)">
16539         <size>3</size>
16540       </method>
16541       <method name="Void TestX()">
16542         <size>9</size>
16543       </method>
16544     </type>
16545     <type name="C.M">
16546       <method name="Int32 Foo(Int32)">
16547         <size>2</size>
16548       </method>
16549       <method name="Int32 Main()">
16550         <size>61</size>
16551       </method>
16552     </type>
16553   </test>
16554   <test name="gtest-exmethod-04.cs">
16555     <type name="A.Test">
16556       <method name="System.String Test_1(Boolean)">
16557         <size>6</size>
16558       </method>
16559     </type>
16560     <type name="B.M">
16561       <method name="Void .ctor()">
16562         <size>7</size>
16563       </method>
16564       <method name="Void Main()">
16565         <size>12</size>
16566       </method>
16567     </type>
16568   </test>
16569   <test name="gtest-exmethod-05.cs">
16570     <type name="A.Test_A">
16571       <method name="System.String Test_1(System.String)">
16572         <size>6</size>
16573       </method>
16574     </type>
16575     <type name="A.Test_B">
16576       <method name="System.String Test_2(System.String)">
16577         <size>6</size>
16578       </method>
16579     </type>
16580     <type name="B.M">
16581       <method name="Void .ctor()">
16582         <size>7</size>
16583       </method>
16584       <method name="Void Main()">
16585         <size>23</size>
16586       </method>
16587     </type>
16588   </test>
16589   <test name="gtest-exmethod-06.cs">
16590     <type name="Gen">
16591       <method name="T Test_1[T](T)">
16592         <size>10</size>
16593       </method>
16594       <method name="System.String Test_1[T](System.String)">
16595         <size>6</size>
16596       </method>
16597     </type>
16598     <type name="B.M">
16599       <method name="Void .ctor()">
16600         <size>7</size>
16601       </method>
16602       <method name="Void Main()">
16603         <size>30</size>
16604       </method>
16605     </type>
16606   </test>
16607   <test name="gtest-exmethod-07.cs">
16608     <type name="E">
16609       <method name="Void ToReadOnly[T](IEnumerable`1)">
16610         <size>1</size>
16611       </method>
16612       <method name="Void To(IA)">
16613         <size>1</size>
16614       </method>
16615     </type>
16616     <type name="C">
16617       <method name="Void .ctor()">
16618         <size>7</size>
16619       </method>
16620       <method name="Void Main()">
16621         <size>1</size>
16622       </method>
16623       <method name="Void Test(IEnumerable`1)">
16624         <size>15</size>
16625       </method>
16626     </type>
16627   </test>
16628   <test name="gtest-exmethod-08.cs">
16629     <type name="C">
16630       <method name="Void .ctor()">
16631         <size>7</size>
16632       </method>
16633       <method name="Void Main()">
16634         <size>21</size>
16635       </method>
16636     </type>
16637   </test>
16638   <test name="gtest-exmethod-09.cs">
16639     <type name="Test">
16640       <method name="Void Foo[T](System.String)">
16641         <size>1</size>
16642       </method>
16643     </type>
16644     <type name="C">
16645       <method name="Void .ctor()">
16646         <size>7</size>
16647       </method>
16648       <method name="Void Main()">
16649         <size>11</size>
16650       </method>
16651     </type>
16652   </test>
16653   <test name="gtest-exmethod-10.cs">
16654     <type name="AExtensions">
16655       <method name="Int32 Round(Double)">
16656         <size>8</size>
16657       </method>
16658     </type>
16659     <type name="BExtensions">
16660       <method name="T GetBy[T](T[], Double)">
16661         <size>13</size>
16662       </method>
16663     </type>
16664     <type name="C">
16665       <method name="Void .ctor()">
16666         <size>7</size>
16667       </method>
16668       <method name="Void Main()">
16669         <size>1</size>
16670       </method>
16671     </type>
16672   </test>
16673   <test name="gtest-exmethod-11.cs">
16674     <type name="Test">
16675       <method name="Void .ctor()">
16676         <size>7</size>
16677       </method>
16678       <method name="Int32 Main(System.String[])">
16679         <size>20</size>
16680       </method>
16681     </type>
16682     <type name="Lol">
16683       <method name="Boolean OneEleven(System.Object)">
16684         <size>2</size>
16685       </method>
16686     </type>
16687   </test>
16688   <test name="gtest-exmethod-12.cs">
16689     <type name="Program">
16690       <method name="Void .ctor()">
16691         <size>7</size>
16692       </method>
16693       <method name="Void Main(System.String[])">
16694         <size>63</size>
16695       </method>
16696     </type>
16697     <type name="ChatClient">
16698       <method name="Void .ctor()">
16699         <size>7</size>
16700       </method>
16701       <method name="Void Say(System.String, System.String)">
16702         <size>13</size>
16703       </method>
16704     </type>
16705     <type name="ChatExtensions">
16706       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
16707         <size>62</size>
16708       </method>
16709     </type>
16710   </test>
16711   <test name="gtest-exmethod-13.cs">
16712     <type name="Foo">
16713       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
16714         <size>2</size>
16715       </method>
16716       <method name="Void Main()">
16717         <size>23</size>
16718       </method>
16719     </type>
16720   </test>
16721   <test name="gtest-exmethod-14.cs">
16722     <type name="C">
16723       <method name="Void Bar[U](IA)">
16724         <size>7</size>
16725       </method>
16726       <method name="Void Foo[T](IA)">
16727         <size>1</size>
16728       </method>
16729       <method name="Void Foo(IA)">
16730         <size>7</size>
16731       </method>
16732       <method name="Void Main()">
16733         <size>1</size>
16734       </method>
16735     </type>
16736   </test>
16737   <test name="gtest-exmethod-15.cs">
16738     <type name="C">
16739       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
16740         <size>15</size>
16741       </method>
16742       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
16743         <size>2</size>
16744       </method>
16745       <method name="Void Main()">
16746         <size>1</size>
16747       </method>
16748     </type>
16749   </test>
16750   <test name="gtest-exmethod-16.cs">
16751     <type name="Rocks">
16752       <method name="Boolean Extension(System.String)">
16753         <size>2</size>
16754       </method>
16755       <method name="Boolean Extension(D)">
16756         <size>2</size>
16757       </method>
16758     </type>
16759     <type name="Program">
16760       <method name="Void .ctor()">
16761         <size>7</size>
16762       </method>
16763       <method name="Void add_e(D)">
16764         <size>24</size>
16765       </method>
16766       <method name="Void remove_e(D)">
16767         <size>24</size>
16768       </method>
16769       <method name="System.String get_Item(Int32)">
16770         <size>6</size>
16771       </method>
16772       <method name="System.String get_Property()">
16773         <size>6</size>
16774       </method>
16775       <method name="Void Main(System.String[])">
16776         <size>44</size>
16777       </method>
16778     </type>
16779     <type name="D">
16780       <method name="Void .ctor(Object, IntPtr)">
16781         <size>0</size>
16782       </method>
16783       <method name="System.String Invoke()">
16784         <size>0</size>
16785       </method>
16786       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16787         <size>0</size>
16788       </method>
16789       <method name="System.String EndInvoke(IAsyncResult)">
16790         <size>0</size>
16791       </method>
16792     </type>
16793   </test>
16794   <test name="gtest-exmethod-17.cs">
16795     <type name="MainClass">
16796       <method name="Void Main()">
16797         <size>45</size>
16798       </method>
16799     </type>
16800   </test>
16801   <test name="gtest-exmethod-18.cs">
16802     <type name="Foo">
16803       <method name="Void .ctor()">
16804         <size>7</size>
16805       </method>
16806       <method name="Boolean get_IsBar()">
16807         <size>2</size>
16808       </method>
16809     </type>
16810     <type name="FooExt">
16811       <method name="Boolean IsBar(Foo)">
16812         <size>7</size>
16813       </method>
16814     </type>
16815     <type name="Repro">
16816       <method name="Void .ctor()">
16817         <size>7</size>
16818       </method>
16819       <method name="Void Main()">
16820         <size>18</size>
16821       </method>
16822     </type>
16823   </test>
16824   <test name="gtest-exmethod-19.cs">
16825     <type name="Rocks">
16826       <method name="Int32 Test_2[T](IEnumerable`1)">
16827         <size>3</size>
16828       </method>
16829       <method name="System.String Test_1(System.String)">
16830         <size>12</size>
16831       </method>
16832     </type>
16833     <type name="Test">
16834       <method name="Void .ctor()">
16835         <size>7</size>
16836       </method>
16837       <method name="Int32 Main()">
16838         <size>142</size>
16839       </method>
16840     </type>
16841     <type name="Test+D">
16842       <method name="Void .ctor(Object, IntPtr)">
16843         <size>0</size>
16844       </method>
16845       <method name="System.String Invoke()">
16846         <size>0</size>
16847       </method>
16848       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16849         <size>0</size>
16850       </method>
16851       <method name="System.String EndInvoke(IAsyncResult)">
16852         <size>0</size>
16853       </method>
16854     </type>
16855   </test>
16856   <test name="gtest-exmethod-20.cs">
16857     <type name="Outer.Inner.Test">
16858       <method name="Void .ctor()">
16859         <size>7</size>
16860       </method>
16861       <method name="Void M(I)">
16862         <size>13</size>
16863       </method>
16864       <method name="Void Main()">
16865         <size>1</size>
16866       </method>
16867     </type>
16868     <type name="Outer.ExtensionMethods">
16869       <method name="Void AddRange[T](I, IEnumerable`1)">
16870         <size>1</size>
16871       </method>
16872     </type>
16873   </test>
16874   <test name="gtest-exmethod-21.cs">
16875     <type name="Outer.Inner.Test">
16876       <method name="Void .ctor()">
16877         <size>7</size>
16878       </method>
16879       <method name="Void M(I)">
16880         <size>7</size>
16881       </method>
16882       <method name="Void Main()">
16883         <size>1</size>
16884       </method>
16885     </type>
16886     <type name="External.ExtensionMethods">
16887       <method name="Void AddRange(I)">
16888         <size>1</size>
16889       </method>
16890     </type>
16891   </test>
16892   <test name="gtest-exmethod-22.cs">
16893     <type name="Program">
16894       <method name="Void .ctor()">
16895         <size>7</size>
16896       </method>
16897       <method name="Int32 Main()">
16898         <size>8</size>
16899       </method>
16900     </type>
16901   </test>
16902   <test name="gtest-exmethod-23.cs">
16903     <type name="T">
16904       <method name="Void A(System.String, Int32)">
16905         <size>1</size>
16906       </method>
16907       <method name="Void Main()">
16908         <size>1</size>
16909       </method>
16910     </type>
16911   </test>
16912   <test name="gtest-exmethod-24.cs">
16913     <type name="Bar">
16914       <method name="Void .ctor()">
16915         <size>7</size>
16916       </method>
16917       <method name="Void Main()">
16918         <size>1</size>
16919       </method>
16920     </type>
16921   </test>
16922   <test name="gtest-exmethod-25.cs">
16923     <type name="Bar">
16924       <method name="Void .ctor()">
16925         <size>7</size>
16926       </method>
16927       <method name="Void Main()">
16928         <size>11</size>
16929       </method>
16930     </type>
16931   </test>
16932   <test name="gtest-exmethod-26.cs">
16933     <type name="test.TypeExtensions">
16934       <method name="Boolean IsNullable(System.Type)">
16935         <size>2</size>
16936       </method>
16937     </type>
16938     <type name="testmono.MainClass">
16939       <method name="Void .ctor()">
16940         <size>7</size>
16941       </method>
16942       <method name="Void Main()">
16943         <size>33</size>
16944       </method>
16945     </type>
16946   </test>
16947   <test name="gtest-exmethod-27.cs">
16948     <type name="Foo.Extensions">
16949       <method name="System.String AsString(IList`1)">
16950         <size>6</size>
16951       </method>
16952     </type>
16953     <type name="Bar.Program">
16954       <method name="Void .ctor()">
16955         <size>7</size>
16956       </method>
16957       <method name="Void Main()">
16958         <size>17</size>
16959       </method>
16960       <method name="System.String Pan(System.Byte[])">
16961         <size>7</size>
16962       </method>
16963     </type>
16964   </test>
16965   <test name="gtest-exmethod-28.cs">
16966     <type name="Foo">
16967       <method name="Void .ctor()">
16968         <size>7</size>
16969       </method>
16970     </type>
16971     <type name="Extensions">
16972       <method name="Boolean IsFoo(Foo)">
16973         <size>2</size>
16974       </method>
16975       <method name="Boolean IsBar(Bar)">
16976         <size>2</size>
16977       </method>
16978     </type>
16979     <type name="Bar">
16980       <method name="Void .ctor()">
16981         <size>7</size>
16982       </method>
16983     </type>
16984     <type name="Program">
16985       <method name="Void .ctor()">
16986         <size>7</size>
16987       </method>
16988       <method name="Void Main()">
16989         <size>1</size>
16990       </method>
16991     </type>
16992   </test>
16993   <test name="gtest-friend-01.cs">
16994     <type name="Test">
16995       <method name="Void .ctor()">
16996         <size>7</size>
16997       </method>
16998       <method name="Void Main()">
16999         <size>20</size>
17000       </method>
17001     </type>
17002   </test>
17003   <test name="gtest-friend-02.cs">
17004     <type name="Test">
17005       <method name="Void .ctor()">
17006         <size>7</size>
17007       </method>
17008       <method name="Void Main()">
17009         <size>20</size>
17010       </method>
17011     </type>
17012   </test>
17013   <test name="gtest-friend-03.cs">
17014     <type name="Test">
17015       <method name="Void .ctor()">
17016         <size>7</size>
17017       </method>
17018       <method name="Void Main()">
17019         <size>20</size>
17020       </method>
17021     </type>
17022   </test>
17023   <test name="gtest-friend-04.cs">
17024     <type name="Test">
17025       <method name="Void .ctor()">
17026         <size>7</size>
17027       </method>
17028       <method name="Void Main()">
17029         <size>19</size>
17030       </method>
17031     </type>
17032   </test>
17033   <test name="gtest-friend-05.cs">
17034     <type name="Test">
17035       <method name="Void .ctor()">
17036         <size>7</size>
17037       </method>
17038       <method name="Void Main()">
17039         <size>20</size>
17040       </method>
17041     </type>
17042   </test>
17043   <test name="gtest-friend-06.cs">
17044     <type name="Test">
17045       <method name="Void .ctor()">
17046         <size>7</size>
17047       </method>
17048       <method name="Void Main()">
17049         <size>20</size>
17050       </method>
17051     </type>
17052   </test>
17053   <test name="gtest-friend-07.cs">
17054     <type name="Test">
17055       <method name="Void .ctor()">
17056         <size>7</size>
17057       </method>
17058       <method name="Void Main()">
17059         <size>20</size>
17060       </method>
17061     </type>
17062   </test>
17063   <test name="gtest-friend-08.cs">
17064     <type name="Test">
17065       <method name="Void .ctor()">
17066         <size>7</size>
17067       </method>
17068       <method name="Void Main()">
17069         <size>19</size>
17070       </method>
17071     </type>
17072   </test>
17073   <test name="gtest-friend-09.cs">
17074     <type name="Test">
17075       <method name="Void .ctor()">
17076         <size>7</size>
17077       </method>
17078       <method name="Void Main()">
17079         <size>20</size>
17080       </method>
17081     </type>
17082   </test>
17083   <test name="gtest-friend-10.cs">
17084     <type name="Test">
17085       <method name="Void .ctor()">
17086         <size>7</size>
17087       </method>
17088       <method name="Void Main()">
17089         <size>20</size>
17090       </method>
17091     </type>
17092   </test>
17093   <test name="gtest-friend-11.cs">
17094     <type name="Test">
17095       <method name="Void .ctor()">
17096         <size>7</size>
17097       </method>
17098       <method name="Void Main()">
17099         <size>20</size>
17100       </method>
17101     </type>
17102   </test>
17103   <test name="gtest-friend-12.cs">
17104     <type name="Test">
17105       <method name="Void .ctor()">
17106         <size>7</size>
17107       </method>
17108       <method name="Void Main()">
17109         <size>19</size>
17110       </method>
17111     </type>
17112   </test>
17113   <test name="gtest-friend-13.cs">
17114     <type name="B">
17115       <method name="Void .ctor()">
17116         <size>7</size>
17117       </method>
17118       <method name="Void Test()">
17119         <size>1</size>
17120       </method>
17121       <method name="Void Test_2()">
17122         <size>1</size>
17123       </method>
17124     </type>
17125     <type name="Test">
17126       <method name="Void .ctor()">
17127         <size>7</size>
17128       </method>
17129       <method name="Void Main()">
17130         <size>1</size>
17131       </method>
17132     </type>
17133   </test>
17134   <test name="gtest-implicitarray-01.cs">
17135     <type name="Test">
17136       <method name="Void .ctor()">
17137         <size>7</size>
17138       </method>
17139       <method name="Int32 Main()">
17140         <size>282</size>
17141       </method>
17142     </type>
17143     <type name="&lt;PrivateImplementationDetails&gt;">
17144       <method name="Void .ctor()">
17145         <size>7</size>
17146       </method>
17147     </type>
17148   </test>
17149   <test name="gtest-implicitarray-02.cs">
17150     <type name="MyString">
17151       <method name="Void .ctor()">
17152         <size>7</size>
17153       </method>
17154       <method name="System.String op_Implicit(MyString)">
17155         <size>6</size>
17156       </method>
17157     </type>
17158     <type name="Test">
17159       <method name="Void .ctor()">
17160         <size>7</size>
17161       </method>
17162       <method name="Int32 Main()">
17163         <size>50</size>
17164       </method>
17165     </type>
17166   </test>
17167   <test name="gtest-initialize-01.cs">
17168     <type name="MyClass">
17169       <method name="Void .ctor()">
17170         <size>18</size>
17171       </method>
17172       <method name="Int32 get_Answer()">
17173         <size>7</size>
17174       </method>
17175       <method name="Void set_Answer(Int32)">
17176         <size>8</size>
17177       </method>
17178     </type>
17179     <type name="Test">
17180       <method name="Void .ctor()">
17181         <size>7</size>
17182       </method>
17183       <method name="Int32 Main()">
17184         <size>67</size>
17185       </method>
17186     </type>
17187   </test>
17188   <test name="gtest-initialize-02.cs">
17189     <type name="Test">
17190       <method name="Void .ctor()">
17191         <size>7</size>
17192       </method>
17193       <method name="Int32 Main()">
17194         <size>1099</size>
17195       </method>
17196     </type>
17197     <type name="Test+Point">
17198       <method name="Void .ctor()">
17199         <size>7</size>
17200       </method>
17201     </type>
17202     <type name="Test+Line">
17203       <method name="Void .ctor()">
17204         <size>29</size>
17205       </method>
17206     </type>
17207     <type name="Test+Rectangle">
17208       <method name="Void .ctor()">
17209         <size>51</size>
17210       </method>
17211     </type>
17212     <type name="Test+Library">
17213       <method name="Void .ctor()">
17214         <size>53</size>
17215       </method>
17216     </type>
17217     <type name="Test+Thing">
17218       <method name="Void .ctor()">
17219         <size>7</size>
17220       </method>
17221     </type>
17222     <type name="Test+Box">
17223       <method name="Void .ctor()">
17224         <size>7</size>
17225       </method>
17226     </type>
17227   </test>
17228   <test name="gtest-initialize-03.cs">
17229     <type name="Data">
17230       <method name="Void .ctor()">
17231         <size>7</size>
17232       </method>
17233     </type>
17234     <type name="Test">
17235       <method name="Void .ctor()">
17236         <size>7</size>
17237       </method>
17238       <method name="Void set_Prop(Data)">
17239         <size>1</size>
17240       </method>
17241       <method name="System.Object Foo()">
17242         <size>15</size>
17243       </method>
17244       <method name="Void Main()">
17245         <size>52</size>
17246       </method>
17247     </type>
17248   </test>
17249   <test name="gtest-initialize-04.cs">
17250     <type name="C">
17251       <method name="Void .ctor()">
17252         <size>7</size>
17253       </method>
17254       <method name="Void .cctor()">
17255         <size>34</size>
17256       </method>
17257       <method name="Int32 Main()">
17258         <size>30</size>
17259       </method>
17260     </type>
17261   </test>
17262   <test name="gtest-initialize-05.cs">
17263     <type name="C">
17264       <method name="Void .ctor()">
17265         <size>7</size>
17266       </method>
17267       <method name="Int32 Main()">
17268         <size>219</size>
17269       </method>
17270     </type>
17271   </test>
17272   <test name="gtest-initialize-06.cs">
17273     <type name="C">
17274       <method name="Void .ctor()">
17275         <size>7</size>
17276       </method>
17277       <method name="Int32 Main()">
17278         <size>39</size>
17279       </method>
17280       <method name="Void Foo(Point ByRef)">
17281         <size>38</size>
17282       </method>
17283     </type>
17284   </test>
17285   <test name="gtest-initialize-07.cs">
17286     <type name="A">
17287       <method name="Void .ctor()">
17288         <size>7</size>
17289       </method>
17290       <method name="System.String get_Name()">
17291         <size>7</size>
17292       </method>
17293       <method name="Void set_Name(System.String)">
17294         <size>8</size>
17295       </method>
17296       <method name="Boolean Matches(System.String)">
17297         <size>13</size>
17298       </method>
17299     </type>
17300     <type name="M">
17301       <method name="Void .ctor()">
17302         <size>7</size>
17303       </method>
17304       <method name="Int32 Main()">
17305         <size>37</size>
17306       </method>
17307     </type>
17308   </test>
17309   <test name="gtest-initialize-08.cs">
17310     <type name="T">
17311       <method name="Void .ctor()">
17312         <size>7</size>
17313       </method>
17314     </type>
17315     <type name="X">
17316       <method name="Void .ctor()">
17317         <size>7</size>
17318       </method>
17319       <method name="Z[] get_Prop()">
17320         <size>7</size>
17321       </method>
17322       <method name="Void set_Prop(Z[])">
17323         <size>8</size>
17324       </method>
17325     </type>
17326     <type name="Z">
17327       <method name="Void .ctor()">
17328         <size>7</size>
17329       </method>
17330     </type>
17331     <type name="Test">
17332       <method name="Void .ctor(String)">
17333         <size>70</size>
17334       </method>
17335       <method name="Void .ctor(Int32)">
17336         <size>70</size>
17337       </method>
17338     </type>
17339     <type name="C">
17340       <method name="Void .ctor()">
17341         <size>7</size>
17342       </method>
17343       <method name="Int32 Main()">
17344         <size>13</size>
17345       </method>
17346     </type>
17347   </test>
17348   <test name="gtest-initialize-09.cs">
17349     <type name="Test">
17350       <method name="Void .ctor()">
17351         <size>7</size>
17352       </method>
17353       <method name="Int32 Main()">
17354         <size>54</size>
17355       </method>
17356     </type>
17357   </test>
17358   <test name="gtest-initialize-10.cs">
17359     <type name="Foo">
17360       <method name="Void .ctor()">
17361         <size>7</size>
17362       </method>
17363       <method name="Int32 get_P()">
17364         <size>7</size>
17365       </method>
17366       <method name="Void set_P(Int32)">
17367         <size>8</size>
17368       </method>
17369     </type>
17370     <type name="Y">
17371       <method name="Void .ctor()">
17372         <size>7</size>
17373       </method>
17374       <method name="Int32 Main()">
17375         <size>38</size>
17376       </method>
17377       <method name="Boolean Do(Foo)">
17378         <size>86</size>
17379       </method>
17380     </type>
17381   </test>
17382   <test name="gtest-iter-01.cs">
17383     <type name="C">
17384       <method name="Void .ctor()">
17385         <size>7</size>
17386       </method>
17387       <method name="Void Main()">
17388         <size>1</size>
17389       </method>
17390     </type>
17391     <type name="C+ArrayReadOnlyList`1[T]">
17392       <method name="Void .ctor()">
17393         <size>7</size>
17394       </method>
17395       <method name="T get_Item(Int32)">
17396         <size>13</size>
17397       </method>
17398       <method name="IEnumerator`1 GetEnumerator()">
17399         <size>15</size>
17400       </method>
17401     </type>
17402     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
17403       <method name="Void .ctor()">
17404         <size>7</size>
17405       </method>
17406       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17407         <size>12</size>
17408       </method>
17409       <method name="Boolean MoveNext()">
17410         <size>136</size>
17411       </method>
17412       <method name="Void Dispose()">
17413         <size>8</size>
17414       </method>
17415       <method name="Void Reset()">
17416         <size>6</size>
17417       </method>
17418       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17419         <size>7</size>
17420       </method>
17421     </type>
17422   </test>
17423   <test name="gtest-iter-02.cs">
17424     <type name="C">
17425       <method name="Void .ctor()">
17426         <size>7</size>
17427       </method>
17428       <method name="IEnumerator`1 Test()">
17429         <size>8</size>
17430       </method>
17431       <method name="Void Main()">
17432         <size>1</size>
17433       </method>
17434     </type>
17435     <type name="C+&lt;Test&gt;c__Iterator0">
17436       <method name="Void .ctor()">
17437         <size>7</size>
17438       </method>
17439       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17440         <size>12</size>
17441       </method>
17442       <method name="Boolean MoveNext()">
17443         <size>25</size>
17444       </method>
17445       <method name="Void Dispose()">
17446         <size>8</size>
17447       </method>
17448       <method name="Void Reset()">
17449         <size>6</size>
17450       </method>
17451       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
17452         <size>7</size>
17453       </method>
17454     </type>
17455   </test>
17456   <test name="gtest-iter-03.cs">
17457     <type name="Test">
17458       <method name="Void .ctor()">
17459         <size>18</size>
17460       </method>
17461       <method name="IEnumerable`1 Annotations[T]()">
17462         <size>23</size>
17463       </method>
17464       <method name="IEnumerable`1 Annotations(System.Type)">
17465         <size>37</size>
17466       </method>
17467       <method name="Void Main()">
17468         <size>14</size>
17469       </method>
17470     </type>
17471     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
17472       <method name="Void .ctor()">
17473         <size>7</size>
17474       </method>
17475       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17476         <size>12</size>
17477       </method>
17478       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17479         <size>7</size>
17480       </method>
17481       <method name="Boolean MoveNext()">
17482         <size>194</size>
17483       </method>
17484       <method name="Void Dispose()">
17485         <size>60</size>
17486       </method>
17487       <method name="Void Reset()">
17488         <size>6</size>
17489       </method>
17490     </type>
17491     <type name="Test+&lt;Annotations&gt;c__Iterator1">
17492       <method name="Void .ctor()">
17493         <size>7</size>
17494       </method>
17495       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17496         <size>7</size>
17497       </method>
17498       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17499         <size>7</size>
17500       </method>
17501       <method name="Boolean MoveNext()">
17502         <size>218</size>
17503       </method>
17504       <method name="Void Dispose()">
17505         <size>56</size>
17506       </method>
17507       <method name="Void Reset()">
17508         <size>6</size>
17509       </method>
17510     </type>
17511     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
17512       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17513         <size>7</size>
17514       </method>
17515       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17516         <size>40</size>
17517       </method>
17518     </type>
17519     <type name="Test+&lt;Annotations&gt;c__Iterator1">
17520       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17521         <size>7</size>
17522       </method>
17523       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17524         <size>52</size>
17525       </method>
17526     </type>
17527   </test>
17528   <test name="gtest-iter-04.cs">
17529     <type name="TestClass">
17530       <method name="Void .ctor()">
17531         <size>7</size>
17532       </method>
17533       <method name="Void ToString(System.Object)">
17534         <size>0</size>
17535       </method>
17536       <method name="IEnumerable`1 TestEnumerator()">
17537         <size>23</size>
17538       </method>
17539       <method name="Void Test()">
17540         <size>8</size>
17541       </method>
17542     </type>
17543     <type name="M">
17544       <method name="Void .ctor()">
17545         <size>7</size>
17546       </method>
17547       <method name="Void Main()">
17548         <size>1</size>
17549       </method>
17550     </type>
17551     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
17552       <method name="Void .ctor()">
17553         <size>7</size>
17554       </method>
17555       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17556         <size>7</size>
17557       </method>
17558       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17559         <size>7</size>
17560       </method>
17561       <method name="Boolean MoveNext()">
17562         <size>37</size>
17563       </method>
17564       <method name="Void Dispose()">
17565         <size>8</size>
17566       </method>
17567       <method name="Void Reset()">
17568         <size>6</size>
17569       </method>
17570       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17571         <size>7</size>
17572       </method>
17573       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17574         <size>40</size>
17575       </method>
17576     </type>
17577   </test>
17578   <test name="gtest-iter-05.cs">
17579     <type name="Test">
17580       <method name="Void .ctor()">
17581         <size>7</size>
17582       </method>
17583       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
17584         <size>44</size>
17585       </method>
17586       <method name="Void Main()">
17587         <size>31</size>
17588       </method>
17589     </type>
17590     <type name="Foo`1[T]">
17591       <method name="Void .ctor()">
17592         <size>7</size>
17593       </method>
17594       <method name="Void CreateItem[G]()">
17595         <size>1</size>
17596       </method>
17597     </type>
17598     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
17599       <method name="Void .ctor()">
17600         <size>7</size>
17601       </method>
17602       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17603         <size>12</size>
17604       </method>
17605       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17606         <size>7</size>
17607       </method>
17608       <method name="Boolean MoveNext()">
17609         <size>185</size>
17610       </method>
17611       <method name="Void Dispose()">
17612         <size>60</size>
17613       </method>
17614       <method name="Void Reset()">
17615         <size>6</size>
17616       </method>
17617       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17618         <size>7</size>
17619       </method>
17620       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17621         <size>52</size>
17622       </method>
17623     </type>
17624   </test>
17625   <test name="gtest-iter-06.cs">
17626     <type name="Mono.Rocks.KeyValuePair">
17627       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
17628         <size>13</size>
17629       </method>
17630     </type>
17631     <type name="Mono.Rocks.Sequence">
17632       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
17633         <size>8</size>
17634       </method>
17635       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
17636         <size>44</size>
17637       </method>
17638     </type>
17639     <type name="Mono.Rocks.Test">
17640       <method name="Void .ctor()">
17641         <size>7</size>
17642       </method>
17643       <method name="Int32 Main()">
17644         <size>116</size>
17645       </method>
17646       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
17647         <size>30</size>
17648       </method>
17649     </type>
17650     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
17651       <method name="Void .ctor()">
17652         <size>7</size>
17653       </method>
17654       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17655         <size>12</size>
17656       </method>
17657       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17658         <size>7</size>
17659       </method>
17660       <method name="Boolean MoveNext()">
17661         <size>183</size>
17662       </method>
17663       <method name="Void Dispose()">
17664         <size>8</size>
17665       </method>
17666       <method name="Void Reset()">
17667         <size>6</size>
17668       </method>
17669       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
17670         <size>7</size>
17671       </method>
17672       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
17673         <size>52</size>
17674       </method>
17675     </type>
17676   </test>
17677   <test name="gtest-iter-07.cs">
17678     <type name="Test">
17679       <method name="Void .ctor()">
17680         <size>7</size>
17681       </method>
17682       <method name="Int32 Main()">
17683         <size>8</size>
17684       </method>
17685       <method name="Void TestFunction(IEnumerable`1)">
17686         <size>35</size>
17687       </method>
17688     </type>
17689     <type name="MySystem">
17690       <method name="Void .ctor()">
17691         <size>34</size>
17692       </method>
17693       <method name="IEnumerable`1 get_Items()">
17694         <size>23</size>
17695       </method>
17696     </type>
17697     <type name="MySystem+&lt;&gt;c__Iterator0">
17698       <method name="Void .ctor()">
17699         <size>7</size>
17700       </method>
17701       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17702         <size>7</size>
17703       </method>
17704       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17705         <size>7</size>
17706       </method>
17707       <method name="Boolean MoveNext()">
17708         <size>186</size>
17709       </method>
17710       <method name="Void Dispose()">
17711         <size>56</size>
17712       </method>
17713       <method name="Void Reset()">
17714         <size>6</size>
17715       </method>
17716       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
17717         <size>7</size>
17718       </method>
17719       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
17720         <size>40</size>
17721       </method>
17722     </type>
17723   </test>
17724   <test name="gtest-iter-08.cs">
17725     <type name="App">
17726       <method name="Void .ctor()">
17727         <size>7</size>
17728       </method>
17729       <method name="IEnumerable QueryEnumerable[T]()">
17730         <size>16</size>
17731       </method>
17732       <method name="Int32 Main()">
17733         <size>116</size>
17734       </method>
17735     </type>
17736     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
17737       <method name="Void .ctor()">
17738         <size>7</size>
17739       </method>
17740       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17741         <size>7</size>
17742       </method>
17743       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17744         <size>7</size>
17745       </method>
17746       <method name="Boolean MoveNext()">
17747         <size>84</size>
17748       </method>
17749       <method name="Void Dispose()">
17750         <size>8</size>
17751       </method>
17752       <method name="Void Reset()">
17753         <size>6</size>
17754       </method>
17755     </type>
17756     <type name="App">
17757       <method name="T TestType[T]()">
17758         <size>21</size>
17759       </method>
17760       <method name="System.Object TestType(System.Type)">
17761         <size>6</size>
17762       </method>
17763     </type>
17764     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
17765       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17766         <size>7</size>
17767       </method>
17768       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17769         <size>26</size>
17770       </method>
17771     </type>
17772   </test>
17773   <test name="gtest-iter-09.cs">
17774     <type name="Test">
17775       <method name="Void .ctor()">
17776         <size>7</size>
17777       </method>
17778       <method name="IEnumerable`1 Create[T](T[,])">
17779         <size>30</size>
17780       </method>
17781       <method name="Int32 Main()">
17782         <size>94</size>
17783       </method>
17784     </type>
17785     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
17786       <method name="Void .ctor()">
17787         <size>7</size>
17788       </method>
17789       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17790         <size>12</size>
17791       </method>
17792       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17793         <size>7</size>
17794       </method>
17795       <method name="Boolean MoveNext()">
17796         <size>130</size>
17797       </method>
17798       <method name="Void Dispose()">
17799         <size>8</size>
17800       </method>
17801       <method name="Void Reset()">
17802         <size>6</size>
17803       </method>
17804       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17805         <size>7</size>
17806       </method>
17807       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17808         <size>40</size>
17809       </method>
17810     </type>
17811   </test>
17812   <test name="gtest-iter-10.cs">
17813     <type name="Test">
17814       <method name="Void .ctor()">
17815         <size>7</size>
17816       </method>
17817       <method name="IEnumerable`1 FromTo(Int32, Int32)">
17818         <size>44</size>
17819       </method>
17820       <method name="Int32 Main()">
17821         <size>159</size>
17822       </method>
17823     </type>
17824     <type name="Test+&lt;FromTo&gt;c__Iterator0">
17825       <method name="Void .ctor()">
17826         <size>7</size>
17827       </method>
17828       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
17829         <size>7</size>
17830       </method>
17831       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17832         <size>12</size>
17833       </method>
17834       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17835         <size>7</size>
17836       </method>
17837       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
17838         <size>52</size>
17839       </method>
17840       <method name="Boolean MoveNext()">
17841         <size>103</size>
17842       </method>
17843       <method name="Void Dispose()">
17844         <size>8</size>
17845       </method>
17846       <method name="Void Reset()">
17847         <size>6</size>
17848       </method>
17849     </type>
17850   </test>
17851   <test name="gtest-iter-11.cs">
17852     <type name="Foo">
17853       <method name="Void .ctor()">
17854         <size>7</size>
17855       </method>
17856     </type>
17857     <type name="Bar">
17858       <method name="Void .ctor()">
17859         <size>7</size>
17860       </method>
17861       <method name="System.String get_Name()">
17862         <size>7</size>
17863       </method>
17864       <method name="Void set_Name(System.String)">
17865         <size>8</size>
17866       </method>
17867     </type>
17868     <type name="Collection`1[T]">
17869       <method name="Void .ctor()">
17870         <size>18</size>
17871       </method>
17872       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17873         <size>7</size>
17874       </method>
17875       <method name="Void Add(T)">
17876         <size>13</size>
17877       </method>
17878       <method name="IEnumerator`1 GetEnumerator()">
17879         <size>15</size>
17880       </method>
17881     </type>
17882     <type name="BarCollection">
17883       <method name="Void .ctor()">
17884         <size>7</size>
17885       </method>
17886     </type>
17887     <type name="Program">
17888       <method name="Void .ctor()">
17889         <size>7</size>
17890       </method>
17891       <method name="Int32 Main()">
17892         <size>148</size>
17893       </method>
17894     </type>
17895     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
17896       <method name="Void .ctor()">
17897         <size>7</size>
17898       </method>
17899       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17900         <size>7</size>
17901       </method>
17902       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17903         <size>12</size>
17904       </method>
17905       <method name="Boolean MoveNext()">
17906         <size>175</size>
17907       </method>
17908       <method name="Void Dispose()">
17909         <size>56</size>
17910       </method>
17911       <method name="Void Reset()">
17912         <size>6</size>
17913       </method>
17914     </type>
17915   </test>
17916   <test name="gtest-lambda-01.cs">
17917     <type name="X">
17918       <method name="Int32 Main()">
17919         <size>300</size>
17920       </method>
17921       <method name="Int32 &lt;Main&gt;m__0(Int32)">
17922         <size>4</size>
17923       </method>
17924       <method name="Int32 &lt;Main&gt;m__1(Int32)">
17925         <size>4</size>
17926       </method>
17927       <method name="Void &lt;Main&gt;m__3(Int32)">
17928         <size>8</size>
17929       </method>
17930       <method name="Void .ctor(Int32)">
17931         <size>13</size>
17932       </method>
17933     </type>
17934     <type name="IntFunc">
17935       <method name="Int32 Invoke(Int32)">
17936         <size>0</size>
17937       </method>
17938       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
17939         <size>0</size>
17940       </method>
17941       <method name="Int32 EndInvoke(IAsyncResult)">
17942         <size>0</size>
17943       </method>
17944       <method name="Void .ctor(Object, IntPtr)">
17945         <size>0</size>
17946       </method>
17947     </type>
17948     <type name="VoidFunc">
17949       <method name="Void Invoke(Int32)">
17950         <size>0</size>
17951       </method>
17952       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
17953         <size>0</size>
17954       </method>
17955       <method name="Void EndInvoke(IAsyncResult)">
17956         <size>0</size>
17957       </method>
17958       <method name="Void .ctor(Object, IntPtr)">
17959         <size>0</size>
17960       </method>
17961     </type>
17962     <type name="X+&lt;Main&gt;c__AnonStorey0">
17963       <method name="Void &lt;&gt;m__2(Int32)">
17964         <size>8</size>
17965       </method>
17966       <method name="Void .ctor()">
17967         <size>7</size>
17968       </method>
17969     </type>
17970   </test>
17971   <test name="gtest-lambda-02.cs">
17972     <type name="X">
17973       <method name="Void Foo(funci)">
17974         <size>16</size>
17975       </method>
17976       <method name="Void Foo(funcs)">
17977         <size>19</size>
17978       </method>
17979       <method name="Void Main()">
17980         <size>35</size>
17981       </method>
17982       <method name="System.String &lt;Main&gt;m__0(System.String)">
17983         <size>12</size>
17984       </method>
17985       <method name="Void .ctor()">
17986         <size>7</size>
17987       </method>
17988     </type>
17989     <type name="funcs">
17990       <method name="System.String Invoke(System.String)">
17991         <size>0</size>
17992       </method>
17993       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
17994         <size>0</size>
17995       </method>
17996       <method name="System.String EndInvoke(IAsyncResult)">
17997         <size>0</size>
17998       </method>
17999       <method name="Void .ctor(Object, IntPtr)">
18000         <size>0</size>
18001       </method>
18002     </type>
18003     <type name="funci">
18004       <method name="Int32 Invoke(Int32)">
18005         <size>0</size>
18006       </method>
18007       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18008         <size>0</size>
18009       </method>
18010       <method name="Int32 EndInvoke(IAsyncResult)">
18011         <size>0</size>
18012       </method>
18013       <method name="Void .ctor(Object, IntPtr)">
18014         <size>0</size>
18015       </method>
18016     </type>
18017   </test>
18018   <test name="gtest-lambda-03.cs">
18019     <type name="Demo">
18020       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
18021         <size>8</size>
18022       </method>
18023       <method name="Int32 Main()">
18024         <size>54</size>
18025       </method>
18026       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
18027         <size>7</size>
18028       </method>
18029       <method name="Void .ctor()">
18030         <size>7</size>
18031       </method>
18032     </type>
18033     <type name="Func`2[TArg0,TResult]">
18034       <method name="TResult Invoke(TArg0)">
18035         <size>0</size>
18036       </method>
18037       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
18038         <size>0</size>
18039       </method>
18040       <method name="TResult EndInvoke(IAsyncResult)">
18041         <size>0</size>
18042       </method>
18043       <method name="Void .ctor(Object, IntPtr)">
18044         <size>0</size>
18045       </method>
18046     </type>
18047   </test>
18048   <test name="gtest-lambda-04.cs">
18049     <type name="Demo">
18050       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
18051         <size>14</size>
18052       </method>
18053       <method name="Int32 Main()">
18054         <size>103</size>
18055       </method>
18056       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
18057         <size>7</size>
18058       </method>
18059       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
18060         <size>8</size>
18061       </method>
18062       <method name="Void .ctor()">
18063         <size>7</size>
18064       </method>
18065     </type>
18066     <type name="Func`2[TArg0,TResult]">
18067       <method name="TResult Invoke(TArg0)">
18068         <size>0</size>
18069       </method>
18070       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
18071         <size>0</size>
18072       </method>
18073       <method name="TResult EndInvoke(IAsyncResult)">
18074         <size>0</size>
18075       </method>
18076       <method name="Void .ctor(Object, IntPtr)">
18077         <size>0</size>
18078       </method>
18079     </type>
18080   </test>
18081   <test name="gtest-lambda-05.cs">
18082     <type name="C">
18083       <method name="Boolean M(C+db)">
18084         <size>8</size>
18085       </method>
18086       <method name="System.String M(C+ds)">
18087         <size>6</size>
18088       </method>
18089       <method name="Int32 M(C+di)">
18090         <size>8</size>
18091       </method>
18092       <method name="Int32 Main()">
18093         <size>125</size>
18094       </method>
18095       <method name="System.String &lt;Main&gt;m__0(System.String)">
18096         <size>31</size>
18097       </method>
18098       <method name="Int32 &lt;Main&gt;m__1(Int32)">
18099         <size>31</size>
18100       </method>
18101       <method name="Void .ctor()">
18102         <size>7</size>
18103       </method>
18104     </type>
18105     <type name="C+di">
18106       <method name="Int32 Invoke(Int32)">
18107         <size>0</size>
18108       </method>
18109       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18110         <size>0</size>
18111       </method>
18112       <method name="Int32 EndInvoke(IAsyncResult)">
18113         <size>0</size>
18114       </method>
18115       <method name="Void .ctor(Object, IntPtr)">
18116         <size>0</size>
18117       </method>
18118     </type>
18119     <type name="C+ds">
18120       <method name="System.String Invoke(System.String)">
18121         <size>0</size>
18122       </method>
18123       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
18124         <size>0</size>
18125       </method>
18126       <method name="System.String EndInvoke(IAsyncResult)">
18127         <size>0</size>
18128       </method>
18129       <method name="Void .ctor(Object, IntPtr)">
18130         <size>0</size>
18131       </method>
18132     </type>
18133     <type name="C+db">
18134       <method name="Boolean Invoke(Boolean)">
18135         <size>0</size>
18136       </method>
18137       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
18138         <size>0</size>
18139       </method>
18140       <method name="Boolean EndInvoke(IAsyncResult)">
18141         <size>0</size>
18142       </method>
18143       <method name="Void .ctor(Object, IntPtr)">
18144         <size>0</size>
18145       </method>
18146     </type>
18147     <type name="C+&lt;Main&gt;c__AnonStorey0">
18148       <method name="System.String &lt;&gt;m__2(System.String)">
18149         <size>12</size>
18150       </method>
18151       <method name="Void .ctor()">
18152         <size>7</size>
18153       </method>
18154     </type>
18155     <type name="C+&lt;Main&gt;c__AnonStorey1">
18156       <method name="Int32 &lt;&gt;m__3(Int32)">
18157         <size>11</size>
18158       </method>
18159       <method name="Void .ctor()">
18160         <size>7</size>
18161       </method>
18162     </type>
18163   </test>
18164   <test name="gtest-lambda-06.cs">
18165     <type name="TestClass">
18166       <method name="Void P(TestClass+DT)">
18167         <size>26</size>
18168       </method>
18169       <method name="Void P(TestClass+DF)">
18170         <size>26</size>
18171       </method>
18172       <method name="T And(T, T)">
18173         <size>10</size>
18174       </method>
18175       <method name="F And(T, F)">
18176         <size>10</size>
18177       </method>
18178       <method name="F And(F, T)">
18179         <size>10</size>
18180       </method>
18181       <method name="F And(F, F)">
18182         <size>10</size>
18183       </method>
18184       <method name="T Or(T, T)">
18185         <size>10</size>
18186       </method>
18187       <method name="T Or(T, F)">
18188         <size>10</size>
18189       </method>
18190       <method name="T Or(F, T)">
18191         <size>10</size>
18192       </method>
18193       <method name="F Or(F, F)">
18194         <size>10</size>
18195       </method>
18196       <method name="F Not(T)">
18197         <size>10</size>
18198       </method>
18199       <method name="T Not(F)">
18200         <size>10</size>
18201       </method>
18202       <method name="Void StopTrue(T)">
18203         <size>1</size>
18204       </method>
18205       <method name="Int32 Main()">
18206         <size>36</size>
18207       </method>
18208       <method name="Void &lt;Main&gt;m__0(F)">
18209         <size>31</size>
18210       </method>
18211       <method name="Void .ctor()">
18212         <size>7</size>
18213       </method>
18214     </type>
18215     <type name="TestClass+DT">
18216       <method name="Void Invoke(T)">
18217         <size>0</size>
18218       </method>
18219       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
18220         <size>0</size>
18221       </method>
18222       <method name="Void EndInvoke(IAsyncResult)">
18223         <size>0</size>
18224       </method>
18225       <method name="Void .ctor(Object, IntPtr)">
18226         <size>0</size>
18227       </method>
18228     </type>
18229     <type name="TestClass+DF">
18230       <method name="Void Invoke(F)">
18231         <size>0</size>
18232       </method>
18233       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
18234         <size>0</size>
18235       </method>
18236       <method name="Void EndInvoke(IAsyncResult)">
18237         <size>0</size>
18238       </method>
18239       <method name="Void .ctor(Object, IntPtr)">
18240         <size>0</size>
18241       </method>
18242     </type>
18243     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
18244       <method name="Void &lt;&gt;m__1(T)">
18245         <size>38</size>
18246       </method>
18247       <method name="Void .ctor()">
18248         <size>7</size>
18249       </method>
18250     </type>
18251     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
18252       <method name="Void &lt;&gt;m__2(F)">
18253         <size>77</size>
18254       </method>
18255       <method name="Void .ctor()">
18256         <size>7</size>
18257       </method>
18258     </type>
18259   </test>
18260   <test name="gtest-lambda-07.cs">
18261     <type name="C">
18262       <method name="Void Test(D)">
18263         <size>1</size>
18264       </method>
18265       <method name="Void Test(System.Object, D)">
18266         <size>1</size>
18267       </method>
18268       <method name="Void Test(D, D)">
18269         <size>1</size>
18270       </method>
18271       <method name="Void Test2(System.Object, E)">
18272         <size>1</size>
18273       </method>
18274       <method name="Void Main()">
18275         <size>207</size>
18276       </method>
18277       <method name="Void &lt;Main&gt;m__0()">
18278         <size>1</size>
18279       </method>
18280       <method name="Void &lt;Main&gt;m__1()">
18281         <size>1</size>
18282       </method>
18283       <method name="Void &lt;Main&gt;m__2()">
18284         <size>1</size>
18285       </method>
18286       <method name="Void &lt;Main&gt;m__3()">
18287         <size>1</size>
18288       </method>
18289       <method name="Void &lt;Main&gt;m__4()">
18290         <size>1</size>
18291       </method>
18292       <method name="Void &lt;Main&gt;m__5(Boolean)">
18293         <size>1</size>
18294       </method>
18295       <method name="Void .ctor()">
18296         <size>7</size>
18297       </method>
18298     </type>
18299     <type name="D">
18300       <method name="Void Invoke()">
18301         <size>0</size>
18302       </method>
18303       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18304         <size>0</size>
18305       </method>
18306       <method name="Void EndInvoke(IAsyncResult)">
18307         <size>0</size>
18308       </method>
18309       <method name="Void .ctor(Object, IntPtr)">
18310         <size>0</size>
18311       </method>
18312     </type>
18313     <type name="E">
18314       <method name="Void Invoke(Boolean)">
18315         <size>0</size>
18316       </method>
18317       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
18318         <size>0</size>
18319       </method>
18320       <method name="Void EndInvoke(IAsyncResult)">
18321         <size>0</size>
18322       </method>
18323       <method name="Void .ctor(Object, IntPtr)">
18324         <size>0</size>
18325       </method>
18326     </type>
18327   </test>
18328   <test name="gtest-lambda-08.cs">
18329     <type name="C">
18330       <method name="Void Test[T,R](System.Func`2[T,R])">
18331         <size>1</size>
18332       </method>
18333       <method name="Int32 Main()">
18334         <size>321</size>
18335       </method>
18336       <method name="Int32 &lt;Main&gt;m__0(Int32)">
18337         <size>4</size>
18338       </method>
18339       <method name="Boolean &lt;Main&gt;m__1(Int32)">
18340         <size>5</size>
18341       </method>
18342       <method name="Int32 &lt;Main&gt;m__2(Int32)">
18343         <size>4</size>
18344       </method>
18345       <method name="Boolean &lt;Main&gt;m__3(Int32)">
18346         <size>5</size>
18347       </method>
18348       <method name="Int32 &lt;Main&gt;m__4(Int32)">
18349         <size>4</size>
18350       </method>
18351       <method name="Boolean &lt;Main&gt;m__5(Int32)">
18352         <size>5</size>
18353       </method>
18354       <method name="Int32 &lt;Main&gt;m__6(Int32)">
18355         <size>4</size>
18356       </method>
18357       <method name="Void .ctor()">
18358         <size>7</size>
18359       </method>
18360     </type>
18361   </test>
18362   <test name="gtest-lambda-09.cs">
18363     <type name="C">
18364       <method name="IEnumerable`1 Test[T](T)">
18365         <size>2</size>
18366       </method>
18367       <method name="IEnumerable`1 Test[T](Func`1[T])">
18368         <size>2</size>
18369       </method>
18370       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
18371         <size>2</size>
18372       </method>
18373       <method name="Void Main()">
18374         <size>113</size>
18375       </method>
18376       <method name="System.String &lt;Main&gt;m__0()">
18377         <size>6</size>
18378       </method>
18379       <method name="System.String &lt;Main&gt;m__1()">
18380         <size>6</size>
18381       </method>
18382       <method name="System.String &lt;Main&gt;m__2(System.String)">
18383         <size>6</size>
18384       </method>
18385       <method name="Void .ctor()">
18386         <size>7</size>
18387       </method>
18388     </type>
18389     <type name="Func`1[TD]">
18390       <method name="TD Invoke()">
18391         <size>0</size>
18392       </method>
18393       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18394         <size>0</size>
18395       </method>
18396       <method name="TD EndInvoke(IAsyncResult)">
18397         <size>0</size>
18398       </method>
18399       <method name="Void .ctor(Object, IntPtr)">
18400         <size>0</size>
18401       </method>
18402     </type>
18403     <type name="Func`2[TA,TR]">
18404       <method name="TR Invoke(TA)">
18405         <size>0</size>
18406       </method>
18407       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
18408         <size>0</size>
18409       </method>
18410       <method name="TR EndInvoke(IAsyncResult)">
18411         <size>0</size>
18412       </method>
18413       <method name="Void .ctor(Object, IntPtr)">
18414         <size>0</size>
18415       </method>
18416     </type>
18417   </test>
18418   <test name="gtest-lambda-10.cs">
18419     <type name="C">
18420       <method name="Void Foo[TSource](IEnumerable`1)">
18421         <size>1</size>
18422       </method>
18423       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
18424         <size>1</size>
18425       </method>
18426       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
18427         <size>1</size>
18428       </method>
18429       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
18430         <size>1</size>
18431       </method>
18432       <method name="Void Main()">
18433         <size>97</size>
18434       </method>
18435       <method name="Void .ctor()">
18436         <size>7</size>
18437       </method>
18438     </type>
18439     <type name="C+&lt;Main&gt;c__AnonStorey0">
18440       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
18441         <size>7</size>
18442       </method>
18443       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
18444         <size>7</size>
18445       </method>
18446       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
18447         <size>7</size>
18448       </method>
18449       <method name="Void .ctor()">
18450         <size>7</size>
18451       </method>
18452     </type>
18453   </test>
18454   <test name="gtest-lambda-11.cs">
18455     <type name="Pair`2[T1,T2]">
18456       <method name="Void .ctor()">
18457         <size>7</size>
18458       </method>
18459     </type>
18460     <type name="C">
18461       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
18462         <size>1</size>
18463       </method>
18464     </type>
18465     <type name="E`1[TI]">
18466       <method name="Void Rep1[TV](Group`2[TI,TV])">
18467         <size>37</size>
18468       </method>
18469       <method name="Void .ctor()">
18470         <size>7</size>
18471       </method>
18472     </type>
18473     <type name="M">
18474       <method name="Void Main()">
18475         <size>1</size>
18476       </method>
18477       <method name="Void .ctor()">
18478         <size>7</size>
18479       </method>
18480     </type>
18481     <type name="Group`2[T1,T2]">
18482       <method name="Pair`2[T1,T2] Invoke(T1)">
18483         <size>0</size>
18484       </method>
18485       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
18486         <size>0</size>
18487       </method>
18488       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
18489         <size>0</size>
18490       </method>
18491       <method name="Void .ctor(Object, IntPtr)">
18492         <size>0</size>
18493       </method>
18494     </type>
18495     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
18496       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
18497         <size>7</size>
18498       </method>
18499       <method name="Void .ctor()">
18500         <size>7</size>
18501       </method>
18502     </type>
18503   </test>
18504   <test name="gtest-lambda-12.cs">
18505     <type name="Demo">
18506       <method name="Void F[T](T[], T, Func`1[T])">
18507         <size>42</size>
18508       </method>
18509       <method name="Int32 Main()">
18510         <size>65</size>
18511       </method>
18512       <method name="Void .ctor()">
18513         <size>7</size>
18514       </method>
18515     </type>
18516     <type name="Func`1[TA]">
18517       <method name="Void Invoke(TA)">
18518         <size>0</size>
18519       </method>
18520       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
18521         <size>0</size>
18522       </method>
18523       <method name="Void EndInvoke(IAsyncResult)">
18524         <size>0</size>
18525       </method>
18526       <method name="Void .ctor(Object, IntPtr)">
18527         <size>0</size>
18528       </method>
18529     </type>
18530     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
18531       <method name="Void &lt;&gt;m__0(Int32)">
18532         <size>10</size>
18533       </method>
18534       <method name="Void .ctor()">
18535         <size>7</size>
18536       </method>
18537     </type>
18538   </test>
18539   <test name="gtest-lambda-13.cs">
18540     <type name="TestUnary">
18541       <method name="Void Foo(System.Action`1[System.Int32])">
18542         <size>1</size>
18543       </method>
18544       <method name="Void Bar()">
18545         <size>35</size>
18546       </method>
18547       <method name="Void &lt;Bar&gt;m__0(Int32)">
18548         <size>6</size>
18549       </method>
18550       <method name="Void .ctor()">
18551         <size>7</size>
18552       </method>
18553     </type>
18554     <type name="Program">
18555       <method name="Void Foo(System.Action`1[System.String])">
18556         <size>12</size>
18557       </method>
18558       <method name="T Foo[T](System.Func`2[System.String,T])">
18559         <size>12</size>
18560       </method>
18561       <method name="System.String Bar()">
18562         <size>35</size>
18563       </method>
18564       <method name="Void Main()">
18565         <size>76</size>
18566       </method>
18567       <method name="System.String &lt;Bar&gt;m__1(System.String)">
18568         <size>7</size>
18569       </method>
18570       <method name="System.String &lt;Main&gt;m__2(System.String)">
18571         <size>2</size>
18572       </method>
18573       <method name="Void &lt;Main&gt;m__3(System.String)">
18574         <size>7</size>
18575       </method>
18576       <method name="Void .ctor()">
18577         <size>7</size>
18578       </method>
18579     </type>
18580   </test>
18581   <test name="gtest-lambda-14.cs">
18582     <type name="Test">
18583       <method name="Void Main()">
18584         <size>1</size>
18585       </method>
18586       <method name="Void Foo[T]()">
18587         <size>14</size>
18588       </method>
18589       <method name="Void .ctor()">
18590         <size>7</size>
18591       </method>
18592       <method name="T &lt;Foo`1&gt;m__0[T](T)">
18593         <size>2</size>
18594       </method>
18595     </type>
18596   </test>
18597   <test name="gtest-lambda-15.cs">
18598     <type name="Enumerable">
18599       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
18600         <size>32</size>
18601       </method>
18602       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
18603         <size>120</size>
18604       </method>
18605     </type>
18606     <type name="Repro">
18607       <method name="Int32 Main()">
18608         <size>115</size>
18609       </method>
18610       <method name="Int32 &lt;Main&gt;m__1(System.String)">
18611         <size>7</size>
18612       </method>
18613       <method name="Void .ctor()">
18614         <size>7</size>
18615       </method>
18616     </type>
18617     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
18618       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
18619         <size>15</size>
18620       </method>
18621       <method name="Void .ctor()">
18622         <size>7</size>
18623       </method>
18624     </type>
18625   </test>
18626   <test name="gtest-lambda-16.cs">
18627     <type name="Repro">
18628       <method name="Void AssertFoo[T](IList`1)">
18629         <size>34</size>
18630       </method>
18631       <method name="Void Main()">
18632         <size>1</size>
18633       </method>
18634       <method name="Void .ctor()">
18635         <size>7</size>
18636       </method>
18637     </type>
18638     <type name="Repro+Runner`1[T]">
18639       <method name="Void .ctor(Action`1, T)">
18640         <size>7</size>
18641       </method>
18642     </type>
18643     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
18644       <method name="Void &lt;&gt;m__0(Int32)">
18645         <size>52</size>
18646       </method>
18647       <method name="Void .ctor()">
18648         <size>7</size>
18649       </method>
18650     </type>
18651   </test>
18652   <test name="gtest-lambda-17.cs">
18653     <type name="TestCase">
18654       <method name="Void Testing()">
18655         <size>75</size>
18656       </method>
18657       <method name="Void Main()">
18658         <size>11</size>
18659       </method>
18660       <method name="Void &lt;Testing&gt;m__0()">
18661         <size>8</size>
18662       </method>
18663       <method name="Void .ctor()">
18664         <size>7</size>
18665       </method>
18666     </type>
18667   </test>
18668   <test name="gtest-lambda-18.cs">
18669     <type name="Test">
18670       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
18671         <size>33</size>
18672       </method>
18673       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
18674         <size>1</size>
18675       </method>
18676       <method name="Void Main()">
18677         <size>1</size>
18678       </method>
18679     </type>
18680     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
18681       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
18682         <size>14</size>
18683       </method>
18684       <method name="Void .ctor()">
18685         <size>7</size>
18686       </method>
18687     </type>
18688   </test>
18689   <test name="gtest-lambda-19.cs">
18690     <type name="Crasher">
18691       <method name="Void Crash()">
18692         <size>36</size>
18693       </method>
18694       <method name="Void Do(System.Action)">
18695         <size>1</size>
18696       </method>
18697       <method name="Void Main()">
18698         <size>1</size>
18699       </method>
18700       <method name="Void .ctor()">
18701         <size>7</size>
18702       </method>
18703     </type>
18704     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
18705       <method name="Void &lt;&gt;m__0()">
18706         <size>27</size>
18707       </method>
18708       <method name="Void .ctor()">
18709         <size>7</size>
18710       </method>
18711     </type>
18712   </test>
18713   <test name="gtest-lambda-20.cs">
18714     <type name="Z">
18715       <method name="Void &lt;Z&gt;m__0()">
18716         <size>7</size>
18717       </method>
18718       <method name="Void .ctor()">
18719         <size>37</size>
18720       </method>
18721     </type>
18722     <type name="Test">
18723       <method name="Boolean Foo()">
18724         <size>2</size>
18725       </method>
18726       <method name="Void Main()">
18727         <size>1</size>
18728       </method>
18729       <method name="Void .ctor()">
18730         <size>7</size>
18731       </method>
18732     </type>
18733     <type name="TestMethod">
18734       <method name="Void Invoke()">
18735         <size>0</size>
18736       </method>
18737       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18738         <size>0</size>
18739       </method>
18740       <method name="Void EndInvoke(IAsyncResult)">
18741         <size>0</size>
18742       </method>
18743       <method name="Void .ctor(Object, IntPtr)">
18744         <size>0</size>
18745       </method>
18746     </type>
18747   </test>
18748   <test name="gtest-lambda-21.cs">
18749     <type name="Program">
18750       <method name="Void Foo(System.Action`1[System.String])">
18751         <size>12</size>
18752       </method>
18753       <method name="T Foo[T](System.Func`2[System.String,T])">
18754         <size>12</size>
18755       </method>
18756       <method name="System.String Bar()">
18757         <size>35</size>
18758       </method>
18759       <method name="Int32 Main()">
18760         <size>95</size>
18761       </method>
18762       <method name="System.String &lt;Bar&gt;m__0(System.String)">
18763         <size>7</size>
18764       </method>
18765       <method name="System.String &lt;Main&gt;m__1(System.String)">
18766         <size>2</size>
18767       </method>
18768       <method name="Void &lt;Main&gt;m__2(System.String)">
18769         <size>7</size>
18770       </method>
18771       <method name="Void .ctor()">
18772         <size>7</size>
18773       </method>
18774     </type>
18775   </test>
18776   <test name="gtest-lambda-22.cs">
18777     <type name="Product">
18778       <method name="Void .ctor()">
18779         <size>7</size>
18780       </method>
18781     </type>
18782     <type name="MainClass">
18783       <method name="Void Main()">
18784         <size>136</size>
18785       </method>
18786       <method name="Int32 &lt;Main&gt;m__0(Product)">
18787         <size>7</size>
18788       </method>
18789       <method name="Product &lt;Main&gt;m__1(Product)">
18790         <size>2</size>
18791       </method>
18792       <method name="&lt;&gt;__AnonType0`2[System.Linq.IGrouping`2[System.Int32,Product],System.Collections.Generic.IEnumerable`1[Product]] &lt;Main&gt;m__2(IGrouping`2)">
18793         <size>48</size>
18794       </method>
18795       <method name="Void .ctor()">
18796         <size>7</size>
18797       </method>
18798     </type>
18799     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
18800       <method name="&lt;g&gt;__T get_g()">
18801         <size>7</size>
18802       </method>
18803       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
18804         <size>7</size>
18805       </method>
18806       <method name="Boolean Equals(System.Object)">
18807         <size>69</size>
18808       </method>
18809       <method name="Int32 GetHashCode()">
18810         <size>86</size>
18811       </method>
18812       <method name="System.String ToString()">
18813         <size>142</size>
18814       </method>
18815       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
18816         <size>21</size>
18817       </method>
18818     </type>
18819     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
18820       <method name="Boolean &lt;&gt;m__3(Product)">
18821         <size>52</size>
18822       </method>
18823       <method name="Decimal &lt;&gt;m__4(Product)">
18824         <size>7</size>
18825       </method>
18826       <method name="Void .ctor()">
18827         <size>7</size>
18828       </method>
18829     </type>
18830   </test>
18831   <test name="gtest-lambda-23.cs">
18832     <type name="C">
18833       <method name="U Test[T,U](T[], System.Func`2[T,U])">
18834         <size>14</size>
18835       </method>
18836       <method name="Int32 Main()">
18837         <size>77</size>
18838       </method>
18839       <method name="System.String &lt;Main&gt;m__0(System.String)">
18840         <size>27</size>
18841       </method>
18842       <method name="Void .ctor()">
18843         <size>7</size>
18844       </method>
18845     </type>
18846   </test>
18847   <test name="gtest-linq-01.cs">
18848     <type name="from.C">
18849       <method name="Void .ctor()">
18850         <size>7</size>
18851       </method>
18852       <method name="Void Main()">
18853         <size>2137</size>
18854       </method>
18855       <method name="Void Foo(Int32, Boolean)">
18856         <size>11</size>
18857       </method>
18858       <method name="Void Do(System.String[])">
18859         <size>16</size>
18860       </method>
18861     </type>
18862     <type name="from.D">
18863       <method name="Void .ctor()">
18864         <size>7</size>
18865       </method>
18866       <method name="Boolean check(System.Object, System.Object)">
18867         <size>26</size>
18868       </method>
18869     </type>
18870     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
18871       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
18872         <size>21</size>
18873       </method>
18874       <method name="&lt;i&gt;__T get_i()">
18875         <size>7</size>
18876       </method>
18877       <method name="&lt;j&gt;__T get_j()">
18878         <size>7</size>
18879       </method>
18880       <method name="Boolean Equals(System.Object)">
18881         <size>69</size>
18882       </method>
18883       <method name="Int32 GetHashCode()">
18884         <size>86</size>
18885       </method>
18886       <method name="System.String ToString()">
18887         <size>142</size>
18888       </method>
18889     </type>
18890     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
18891       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
18892         <size>21</size>
18893       </method>
18894       <method name="&lt;i&gt;__T get_i()">
18895         <size>7</size>
18896       </method>
18897       <method name="&lt;l&gt;__T get_l()">
18898         <size>7</size>
18899       </method>
18900       <method name="Boolean Equals(System.Object)">
18901         <size>69</size>
18902       </method>
18903       <method name="Int32 GetHashCode()">
18904         <size>86</size>
18905       </method>
18906       <method name="System.String ToString()">
18907         <size>142</size>
18908       </method>
18909     </type>
18910     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
18911       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
18912         <size>21</size>
18913       </method>
18914       <method name="&lt;i9&gt;__T get_i9()">
18915         <size>7</size>
18916       </method>
18917       <method name="&lt;i&gt;__T get_i()">
18918         <size>7</size>
18919       </method>
18920       <method name="Boolean Equals(System.Object)">
18921         <size>69</size>
18922       </method>
18923       <method name="Int32 GetHashCode()">
18924         <size>86</size>
18925       </method>
18926       <method name="System.String ToString()">
18927         <size>142</size>
18928       </method>
18929     </type>
18930     <type name="from.C">
18931       <method name="Int32 &lt;Main&gt;m__0(Int32)">
18932         <size>2</size>
18933       </method>
18934       <method name="Int32 &lt;Main&gt;m__1(Int32)">
18935         <size>2</size>
18936       </method>
18937       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
18938         <size>2</size>
18939       </method>
18940       <method name="Int32 &lt;Main&gt;m__3(Int32)">
18941         <size>2</size>
18942       </method>
18943     </type>
18944     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
18945       <method name="Void .ctor()">
18946         <size>7</size>
18947       </method>
18948       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
18949         <size>7</size>
18950       </method>
18951     </type>
18952     <type name="from.C">
18953       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
18954         <size>2</size>
18955       </method>
18956       <method name="Boolean &lt;Main&gt;m__6(Int32)">
18957         <size>10</size>
18958       </method>
18959       <method name="Int32 &lt;Main&gt;m__7(Int32)">
18960         <size>2</size>
18961       </method>
18962       <method name="Int32 &lt;Main&gt;m__8(Int32)">
18963         <size>2</size>
18964       </method>
18965       <method name="Int32 &lt;Main&gt;m__9(Int32)">
18966         <size>2</size>
18967       </method>
18968       <method name="Int32 &lt;Main&gt;m__A(Int32)">
18969         <size>2</size>
18970       </method>
18971       <method name="Int32 &lt;Main&gt;m__B(Int32)">
18972         <size>2</size>
18973       </method>
18974       <method name="Int32 &lt;Main&gt;m__C(Int32)">
18975         <size>2</size>
18976       </method>
18977       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
18978         <size>2</size>
18979       </method>
18980       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
18981         <size>2</size>
18982       </method>
18983       <method name="Int32 &lt;Main&gt;m__20(Int32)">
18984         <size>2</size>
18985       </method>
18986       <method name="Int32 &lt;Main&gt;m__21(Int32)">
18987         <size>2</size>
18988       </method>
18989       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
18990         <size>10</size>
18991       </method>
18992       <method name="Int32 &lt;Main&gt;m__D(ITest)">
18993         <size>7</size>
18994       </method>
18995       <method name="Int32 &lt;Main&gt;m__E(Int32, ITest)">
18996         <size>2</size>
18997       </method>
18998       <method name="Int32 &lt;Main&gt;m__F(Int32)">
18999         <size>2</size>
19000       </method>
19001       <method name="Int32 &lt;Main&gt;m__10(ITest)">
19002         <size>7</size>
19003       </method>
19004       <method name="Int32 &lt;Main&gt;m__11(Int32, ITest)">
19005         <size>2</size>
19006       </method>
19007       <method name="Int32 &lt;Main&gt;m__12(Int32)">
19008         <size>2</size>
19009       </method>
19010       <method name="Int32 &lt;Main&gt;m__13(ITest)">
19011         <size>7</size>
19012       </method>
19013       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__14(Int32, ITest)">
19014         <size>8</size>
19015       </method>
19016       <method name="Int32 &lt;Main&gt;m__15(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
19017         <size>7</size>
19018       </method>
19019       <method name="Int32 &lt;Main&gt;m__16(ITest)">
19020         <size>7</size>
19021       </method>
19022       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
19023         <size>7</size>
19024       </method>
19025       <method name="Int32 &lt;Main&gt;m__18(Int32)">
19026         <size>2</size>
19027       </method>
19028       <method name="Int32 &lt;Main&gt;m__19(Int32)">
19029         <size>2</size>
19030       </method>
19031       <method name="Int32 &lt;Main&gt;m__1A(Int32, IEnumerable`1)">
19032         <size>2</size>
19033       </method>
19034       <method name="Int32 &lt;Main&gt;m__1C(Int32)">
19035         <size>2</size>
19036       </method>
19037       <method name="Int32 &lt;Main&gt;m__1D(Int32, IEnumerable`1)">
19038         <size>2</size>
19039       </method>
19040       <method name="Int32 &lt;Main&gt;m__1F(Int32)">
19041         <size>2</size>
19042       </method>
19043       <method name="IGrouping`2 &lt;Main&gt;m__22(IGrouping`2)">
19044         <size>2</size>
19045       </method>
19046       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__23(Int32)">
19047         <size>10</size>
19048       </method>
19049       <method name="Int32 &lt;Main&gt;m__24(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
19050         <size>7</size>
19051       </method>
19052       <method name="&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__26(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
19053         <size>15</size>
19054       </method>
19055       <method name="Int32 &lt;Main&gt;m__27(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
19056         <size>12</size>
19057       </method>
19058       <method name="Int32 &lt;Main&gt;m__28(Int32)">
19059         <size>2</size>
19060       </method>
19061       <method name="Int32 &lt;Main&gt;m__29(Int32)">
19062         <size>2</size>
19063       </method>
19064       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2B(IGrouping`2, Int32)">
19065         <size>8</size>
19066       </method>
19067       <method name="Int32 &lt;Main&gt;m__2C(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19068         <size>2</size>
19069       </method>
19070       <method name="Int32 &lt;Main&gt;m__2D(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19071         <size>7</size>
19072       </method>
19073       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2F(IGrouping`2, Int32)">
19074         <size>8</size>
19075       </method>
19076       <method name="Int32 &lt;Main&gt;m__30(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19077         <size>2</size>
19078       </method>
19079       <method name="Int32 &lt;Main&gt;m__31(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19080         <size>7</size>
19081       </method>
19082       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__33(IGrouping`2, Int32)">
19083         <size>8</size>
19084       </method>
19085       <method name="Int32 &lt;Main&gt;m__34(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19086         <size>2</size>
19087       </method>
19088       <method name="Int32 &lt;Main&gt;m__35(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19089         <size>7</size>
19090       </method>
19091       <method name="IGrouping`2 &lt;Main&gt;m__36(IGrouping`2)">
19092         <size>2</size>
19093       </method>
19094       <method name="Int32 &lt;Main&gt;m__37(Int32)">
19095         <size>2</size>
19096       </method>
19097       <method name="Int32 &lt;Main&gt;m__38(Int32)">
19098         <size>2</size>
19099       </method>
19100     </type>
19101     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent8&gt;__T,&lt;l2&gt;__T]">
19102       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent8&gt;__T, &lt;l2&gt;__T)">
19103         <size>21</size>
19104       </method>
19105       <method name="&lt;&lt;&gt;__TranspIdent8&gt;__T get_&lt;&gt;__TranspIdent8()">
19106         <size>7</size>
19107       </method>
19108       <method name="&lt;l2&gt;__T get_l2()">
19109         <size>7</size>
19110       </method>
19111       <method name="Boolean Equals(System.Object)">
19112         <size>69</size>
19113       </method>
19114       <method name="Int32 GetHashCode()">
19115         <size>86</size>
19116       </method>
19117       <method name="System.String ToString()">
19118         <size>142</size>
19119       </method>
19120     </type>
19121     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19122       <method name="IEnumerable`1 &lt;&gt;m__2A(IGrouping`2)">
19123         <size>7</size>
19124       </method>
19125       <method name="IEnumerable`1 &lt;&gt;m__2E(IGrouping`2)">
19126         <size>7</size>
19127       </method>
19128       <method name="IEnumerable`1 &lt;&gt;m__32(IGrouping`2)">
19129         <size>7</size>
19130       </method>
19131     </type>
19132     <type name="from.C">
19133       <method name="Int32 &lt;Main&gt;m__39(Int32)">
19134         <size>2</size>
19135       </method>
19136       <method name="&lt;&gt;__AnonType4`2[&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]],System.Int32] &lt;Main&gt;m__3B(&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]])">
19137         <size>9</size>
19138       </method>
19139       <method name="Int32 &lt;Main&gt;m__3C(&lt;&gt;__AnonType4`2[&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]],System.Int32])">
19140         <size>2</size>
19141       </method>
19142     </type>
19143     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent13&gt;__T,&lt;l2&gt;__T]">
19144       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent13&gt;__T, &lt;l2&gt;__T)">
19145         <size>21</size>
19146       </method>
19147       <method name="&lt;&lt;&gt;__TranspIdent13&gt;__T get_&lt;&gt;__TranspIdent13()">
19148         <size>7</size>
19149       </method>
19150       <method name="&lt;l2&gt;__T get_l2()">
19151         <size>7</size>
19152       </method>
19153       <method name="Boolean Equals(System.Object)">
19154         <size>69</size>
19155       </method>
19156       <method name="Int32 GetHashCode()">
19157         <size>86</size>
19158       </method>
19159       <method name="System.String ToString()">
19160         <size>142</size>
19161       </method>
19162     </type>
19163     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19164       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3A(Int32)">
19165         <size>47</size>
19166       </method>
19167       <method name="Int32 &lt;&gt;m__3D(Int32)">
19168         <size>2</size>
19169       </method>
19170     </type>
19171   </test>
19172   <test name="gtest-linq-02.cs">
19173     <type name="Test">
19174       <method name="Void .ctor()">
19175         <size>7</size>
19176       </method>
19177       <method name="Int32 Main()">
19178         <size>501</size>
19179       </method>
19180       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19181         <size>2</size>
19182       </method>
19183       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19184         <size>3</size>
19185       </method>
19186       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19187         <size>2</size>
19188       </method>
19189       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19190         <size>3</size>
19191       </method>
19192     </type>
19193   </test>
19194   <test name="gtest-linq-03.cs">
19195     <type name="WhereTest">
19196       <method name="Void .ctor()">
19197         <size>7</size>
19198       </method>
19199       <method name="Int32 Main()">
19200         <size>179</size>
19201       </method>
19202       <method name="Boolean &lt;Main&gt;m__0(Int32)">
19203         <size>5</size>
19204       </method>
19205       <method name="Boolean &lt;Main&gt;m__1(Int32)">
19206         <size>5</size>
19207       </method>
19208       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19209         <size>4</size>
19210       </method>
19211     </type>
19212   </test>
19213   <test name="gtest-linq-04.cs">
19214     <type name="TestGroupBy">
19215       <method name="Void .ctor()">
19216         <size>7</size>
19217       </method>
19218       <method name="Int32 Main()">
19219         <size>553</size>
19220       </method>
19221     </type>
19222     <type name="&lt;PrivateImplementationDetails&gt;">
19223       <method name="Void .ctor()">
19224         <size>7</size>
19225       </method>
19226     </type>
19227     <type name="TestGroupBy">
19228       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19229         <size>4</size>
19230       </method>
19231       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19232         <size>2</size>
19233       </method>
19234       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19235         <size>4</size>
19236       </method>
19237       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19238         <size>2</size>
19239       </method>
19240     </type>
19241   </test>
19242   <test name="gtest-linq-05.cs">
19243     <type name="OrderByTests">
19244       <method name="Void .ctor()">
19245         <size>7</size>
19246       </method>
19247       <method name="Int32 Main()">
19248         <size>1254</size>
19249       </method>
19250     </type>
19251     <type name="OrderByTests+Data">
19252       <method name="Void .ctor()">
19253         <size>7</size>
19254       </method>
19255       <method name="Int32 get_ID()">
19256         <size>7</size>
19257       </method>
19258       <method name="Void set_ID(Int32)">
19259         <size>8</size>
19260       </method>
19261       <method name="System.String get_Name()">
19262         <size>7</size>
19263       </method>
19264       <method name="Void set_Name(System.String)">
19265         <size>8</size>
19266       </method>
19267       <method name="System.String ToString()">
19268         <size>28</size>
19269       </method>
19270     </type>
19271     <type name="OrderByTests">
19272       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19273         <size>2</size>
19274       </method>
19275       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19276         <size>2</size>
19277       </method>
19278       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19279         <size>2</size>
19280       </method>
19281       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19282         <size>4</size>
19283       </method>
19284       <method name="System.String &lt;Main&gt;m__4(System.String)">
19285         <size>2</size>
19286       </method>
19287       <method name="Int32 &lt;Main&gt;m__5(System.String)">
19288         <size>7</size>
19289       </method>
19290       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
19291         <size>7</size>
19292       </method>
19293       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
19294         <size>7</size>
19295       </method>
19296       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
19297         <size>7</size>
19298       </method>
19299       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
19300         <size>7</size>
19301       </method>
19302       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
19303         <size>11</size>
19304       </method>
19305       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
19306         <size>7</size>
19307       </method>
19308       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
19309         <size>7</size>
19310       </method>
19311       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
19312         <size>11</size>
19313       </method>
19314       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
19315         <size>7</size>
19316       </method>
19317       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
19318         <size>7</size>
19319       </method>
19320       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
19321         <size>2</size>
19322       </method>
19323     </type>
19324   </test>
19325   <test name="gtest-linq-06.cs">
19326     <type name="Let">
19327       <method name="Void .ctor()">
19328         <size>7</size>
19329       </method>
19330       <method name="Int32 Main()">
19331         <size>406</size>
19332       </method>
19333     </type>
19334     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
19335       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
19336         <size>21</size>
19337       </method>
19338       <method name="&lt;i&gt;__T get_i()">
19339         <size>7</size>
19340       </method>
19341       <method name="&lt;u&gt;__T get_u()">
19342         <size>7</size>
19343       </method>
19344       <method name="Boolean Equals(System.Object)">
19345         <size>69</size>
19346       </method>
19347       <method name="Int32 GetHashCode()">
19348         <size>86</size>
19349       </method>
19350       <method name="System.String ToString()">
19351         <size>142</size>
19352       </method>
19353     </type>
19354     <type name="Let">
19355       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
19356         <size>10</size>
19357       </method>
19358       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
19359         <size>7</size>
19360       </method>
19361       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
19362         <size>10</size>
19363       </method>
19364       <method name="&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
19365         <size>15</size>
19366       </method>
19367       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
19368         <size>18</size>
19369       </method>
19370       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
19371         <size>7</size>
19372       </method>
19373     </type>
19374     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
19375       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
19376         <size>21</size>
19377       </method>
19378       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
19379         <size>7</size>
19380       </method>
19381       <method name="&lt;v&gt;__T get_v()">
19382         <size>7</size>
19383       </method>
19384       <method name="Boolean Equals(System.Object)">
19385         <size>69</size>
19386       </method>
19387       <method name="Int32 GetHashCode()">
19388         <size>86</size>
19389       </method>
19390       <method name="System.String ToString()">
19391         <size>142</size>
19392       </method>
19393     </type>
19394   </test>
19395   <test name="gtest-linq-07.cs">
19396     <type name="SelectMany">
19397       <method name="Void .ctor()">
19398         <size>7</size>
19399       </method>
19400       <method name="Int32 Main()">
19401         <size>748</size>
19402       </method>
19403     </type>
19404     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
19405       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
19406         <size>21</size>
19407       </method>
19408       <method name="&lt;i1&gt;__T get_i1()">
19409         <size>7</size>
19410       </method>
19411       <method name="&lt;i2&gt;__T get_i2()">
19412         <size>7</size>
19413       </method>
19414       <method name="Boolean Equals(System.Object)">
19415         <size>69</size>
19416       </method>
19417       <method name="Int32 GetHashCode()">
19418         <size>86</size>
19419       </method>
19420       <method name="System.String ToString()">
19421         <size>142</size>
19422       </method>
19423     </type>
19424     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
19425       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
19426         <size>28</size>
19427       </method>
19428       <method name="&lt;pp&gt;__T get_pp()">
19429         <size>7</size>
19430       </method>
19431       <method name="&lt;i1&gt;__T get_i1()">
19432         <size>7</size>
19433       </method>
19434       <method name="&lt;i3&gt;__T get_i3()">
19435         <size>7</size>
19436       </method>
19437       <method name="Boolean Equals(System.Object)">
19438         <size>96</size>
19439       </method>
19440       <method name="Int32 GetHashCode()">
19441         <size>109</size>
19442       </method>
19443       <method name="System.String ToString()">
19444         <size>199</size>
19445       </method>
19446     </type>
19447     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
19448       <method name="Void .ctor()">
19449         <size>7</size>
19450       </method>
19451       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
19452         <size>12</size>
19453       </method>
19454       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
19455         <size>12</size>
19456       </method>
19457       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
19458         <size>12</size>
19459       </method>
19460       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
19461         <size>7</size>
19462       </method>
19463     </type>
19464     <type name="SelectMany">
19465       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
19466         <size>8</size>
19467       </method>
19468       <method name="Boolean &lt;Main&gt;m__2(Int32)">
19469         <size>5</size>
19470       </method>
19471       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
19472         <size>8</size>
19473       </method>
19474       <method name="&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32] &lt;Main&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.String], Int32)">
19475         <size>8</size>
19476       </method>
19477       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
19478         <size>7</size>
19479       </method>
19480       <method name="&lt;&gt;__AnonType2`3[System.Int32,System.Int32,System.Int32] &lt;Main&gt;m__8(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
19481         <size>25</size>
19482       </method>
19483       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
19484         <size>8</size>
19485       </method>
19486     </type>
19487     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;i3&gt;__T]">
19488       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;i3&gt;__T)">
19489         <size>21</size>
19490       </method>
19491       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
19492         <size>7</size>
19493       </method>
19494       <method name="&lt;i3&gt;__T get_i3()">
19495         <size>7</size>
19496       </method>
19497       <method name="Boolean Equals(System.Object)">
19498         <size>69</size>
19499       </method>
19500       <method name="Int32 GetHashCode()">
19501         <size>86</size>
19502       </method>
19503       <method name="System.String ToString()">
19504         <size>142</size>
19505       </method>
19506     </type>
19507   </test>
19508   <test name="gtest-linq-08.cs">
19509     <type name="TestA">
19510       <method name="Void .ctor(String)">
19511         <size>14</size>
19512       </method>
19513       <method name="System.String Select[U](System.Func`2[TestA,U])">
19514         <size>7</size>
19515       </method>
19516     </type>
19517     <type name="TestB">
19518       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
19519         <size>25</size>
19520       </method>
19521     </type>
19522     <type name="CustomQueryExpressionPattern">
19523       <method name="Void .ctor()">
19524         <size>7</size>
19525       </method>
19526       <method name="Int32 Main()">
19527         <size>153</size>
19528       </method>
19529       <method name="TestA &lt;Main&gt;m__0(TestA)">
19530         <size>2</size>
19531       </method>
19532       <method name="Boolean &lt;Main&gt;m__1(TestA)">
19533         <size>17</size>
19534       </method>
19535     </type>
19536   </test>
19537   <test name="gtest-linq-09.cs">
19538     <type name="Data">
19539       <method name="Void .ctor()">
19540         <size>7</size>
19541       </method>
19542     </type>
19543     <type name="Join">
19544       <method name="Void .ctor()">
19545         <size>7</size>
19546       </method>
19547       <method name="Int32 Main()">
19548         <size>912</size>
19549       </method>
19550     </type>
19551     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
19552       <method name="Void .ctor(&lt;Result&gt;__T)">
19553         <size>14</size>
19554       </method>
19555       <method name="&lt;Result&gt;__T get_Result()">
19556         <size>7</size>
19557       </method>
19558       <method name="Boolean Equals(System.Object)">
19559         <size>39</size>
19560       </method>
19561       <method name="Int32 GetHashCode()">
19562         <size>63</size>
19563       </method>
19564       <method name="System.String ToString()">
19565         <size>67</size>
19566       </method>
19567     </type>
19568     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
19569       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
19570         <size>21</size>
19571       </method>
19572       <method name="&lt;a&gt;__T get_a()">
19573         <size>7</size>
19574       </method>
19575       <method name="&lt;b&gt;__T get_b()">
19576         <size>7</size>
19577       </method>
19578       <method name="Boolean Equals(System.Object)">
19579         <size>69</size>
19580       </method>
19581       <method name="Int32 GetHashCode()">
19582         <size>86</size>
19583       </method>
19584       <method name="System.String ToString()">
19585         <size>142</size>
19586       </method>
19587     </type>
19588     <type name="Join">
19589       <method name="Int32 &lt;Main&gt;m__0(Data)">
19590         <size>7</size>
19591       </method>
19592       <method name="Int32 &lt;Main&gt;m__1(Data)">
19593         <size>7</size>
19594       </method>
19595       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
19596         <size>23</size>
19597       </method>
19598       <method name="Int32 &lt;Main&gt;m__3(Data)">
19599         <size>7</size>
19600       </method>
19601       <method name="Int32 &lt;Main&gt;m__4(Data)">
19602         <size>7</size>
19603       </method>
19604       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
19605         <size>8</size>
19606       </method>
19607       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
19608         <size>22</size>
19609       </method>
19610       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
19611         <size>33</size>
19612       </method>
19613       <method name="Int32 &lt;Main&gt;m__8(Data)">
19614         <size>7</size>
19615       </method>
19616       <method name="Int32 &lt;Main&gt;m__9(Data)">
19617         <size>7</size>
19618       </method>
19619       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
19620         <size>23</size>
19621       </method>
19622       <method name="Int32 &lt;Main&gt;m__B(Data)">
19623         <size>7</size>
19624       </method>
19625       <method name="Int32 &lt;Main&gt;m__C(Data)">
19626         <size>7</size>
19627       </method>
19628       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
19629         <size>8</size>
19630       </method>
19631       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
19632         <size>12</size>
19633       </method>
19634       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
19635         <size>7</size>
19636       </method>
19637     </type>
19638   </test>
19639   <test name="gtest-linq-10.cs">
19640     <type name="DataA">
19641       <method name="Void .ctor()">
19642         <size>7</size>
19643       </method>
19644     </type>
19645     <type name="DataB">
19646       <method name="Void .ctor()">
19647         <size>7</size>
19648       </method>
19649     </type>
19650     <type name="GroupJoin">
19651       <method name="Void .ctor()">
19652         <size>7</size>
19653       </method>
19654       <method name="Int32 Main()">
19655         <size>631</size>
19656       </method>
19657     </type>
19658     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
19659       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
19660         <size>21</size>
19661       </method>
19662       <method name="&lt;a&gt;__T get_a()">
19663         <size>7</size>
19664       </method>
19665       <method name="&lt;ab&gt;__T get_ab()">
19666         <size>7</size>
19667       </method>
19668       <method name="Boolean Equals(System.Object)">
19669         <size>69</size>
19670       </method>
19671       <method name="Int32 GetHashCode()">
19672         <size>86</size>
19673       </method>
19674       <method name="System.String ToString()">
19675         <size>142</size>
19676       </method>
19677     </type>
19678     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
19679       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
19680         <size>21</size>
19681       </method>
19682       <method name="&lt;a&gt;__T get_a()">
19683         <size>7</size>
19684       </method>
19685       <method name="&lt;b&gt;__T get_b()">
19686         <size>7</size>
19687       </method>
19688       <method name="Boolean Equals(System.Object)">
19689         <size>69</size>
19690       </method>
19691       <method name="Int32 GetHashCode()">
19692         <size>86</size>
19693       </method>
19694       <method name="System.String ToString()">
19695         <size>142</size>
19696       </method>
19697     </type>
19698     <type name="GroupJoin">
19699       <method name="Int32 &lt;Main&gt;m__0(DataA)">
19700         <size>7</size>
19701       </method>
19702       <method name="Int32 &lt;Main&gt;m__1(DataB)">
19703         <size>7</size>
19704       </method>
19705       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
19706         <size>8</size>
19707       </method>
19708       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
19709         <size>12</size>
19710       </method>
19711       <method name="&lt;&gt;__AnonType1`2[System.String,System.String] &lt;Main&gt;m__4(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]], DataB)">
19712         <size>39</size>
19713       </method>
19714       <method name="Int32 &lt;Main&gt;m__5(DataA)">
19715         <size>7</size>
19716       </method>
19717       <method name="Int32 &lt;Main&gt;m__6(DataB)">
19718         <size>7</size>
19719       </method>
19720       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
19721         <size>8</size>
19722       </method>
19723       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
19724         <size>12</size>
19725       </method>
19726       <method name="&lt;&gt;__AnonType1`2[System.String,System.String] &lt;Main&gt;m__9(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]], DataB)">
19727         <size>39</size>
19728       </method>
19729     </type>
19730   </test>
19731   <test name="gtest-linq-11.cs">
19732     <type name="IntoTest">
19733       <method name="Void .ctor()">
19734         <size>7</size>
19735       </method>
19736       <method name="Int32 Main()">
19737         <size>275</size>
19738       </method>
19739       <method name="Boolean &lt;Main&gt;m__0(Int32)">
19740         <size>5</size>
19741       </method>
19742       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19743         <size>5</size>
19744       </method>
19745       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19746         <size>4</size>
19747       </method>
19748       <method name="Boolean &lt;Main&gt;m__3(Int32)">
19749         <size>5</size>
19750       </method>
19751       <method name="Int32 &lt;Main&gt;m__4(Int32)">
19752         <size>4</size>
19753       </method>
19754     </type>
19755   </test>
19756   <test name="gtest-linq-12.cs">
19757     <type name="NestedQuery">
19758       <method name="Void .ctor()">
19759         <size>7</size>
19760       </method>
19761       <method name="Void XX()">
19762         <size>108</size>
19763       </method>
19764       <method name="Int32 Main()">
19765         <size>464</size>
19766       </method>
19767     </type>
19768     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
19769       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
19770         <size>21</size>
19771       </method>
19772       <method name="&lt;values&gt;__T get_values()">
19773         <size>7</size>
19774       </method>
19775       <method name="&lt;length&gt;__T get_length()">
19776         <size>7</size>
19777       </method>
19778       <method name="Boolean Equals(System.Object)">
19779         <size>69</size>
19780       </method>
19781       <method name="Int32 GetHashCode()">
19782         <size>86</size>
19783       </method>
19784       <method name="System.String ToString()">
19785         <size>142</size>
19786       </method>
19787     </type>
19788     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
19789       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
19790         <size>21</size>
19791       </method>
19792       <method name="&lt;type&gt;__T get_type()">
19793         <size>7</size>
19794       </method>
19795       <method name="&lt;x&gt;__T get_x()">
19796         <size>7</size>
19797       </method>
19798       <method name="Boolean Equals(System.Object)">
19799         <size>69</size>
19800       </method>
19801       <method name="Int32 GetHashCode()">
19802         <size>86</size>
19803       </method>
19804       <method name="System.String ToString()">
19805         <size>142</size>
19806       </method>
19807     </type>
19808     <type name="NestedQuery">
19809       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
19810         <size>13</size>
19811       </method>
19812     </type>
19813     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
19814       <method name="Void .ctor()">
19815         <size>7</size>
19816       </method>
19817     </type>
19818     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
19819       <method name="Void .ctor()">
19820         <size>7</size>
19821       </method>
19822     </type>
19823     <type name="NestedQuery">
19824       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
19825         <size>110</size>
19826       </method>
19827       <method name="Boolean &lt;Main&gt;m__2(System.String)">
19828         <size>10</size>
19829       </method>
19830       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
19831         <size>36</size>
19832       </method>
19833       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
19834         <size>13</size>
19835       </method>
19836       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
19837         <size>110</size>
19838       </method>
19839       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
19840         <size>9</size>
19841       </method>
19842       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19843         <size>7</size>
19844       </method>
19845       <method name="Boolean &lt;Main&gt;m__9(Char)">
19846         <size>6</size>
19847       </method>
19848       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
19849         <size>9</size>
19850       </method>
19851       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19852         <size>7</size>
19853       </method>
19854     </type>
19855     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
19856       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19857         <size>15</size>
19858       </method>
19859     </type>
19860     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
19861       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19862         <size>15</size>
19863       </method>
19864     </type>
19865   </test>
19866   <test name="gtest-linq-13.cs">
19867     <type name="Program">
19868       <method name="Void .ctor()">
19869         <size>7</size>
19870       </method>
19871       <method name="Void Main()">
19872         <size>1</size>
19873       </method>
19874       <method name="Void Foo(TypeDefinition)">
19875         <size>47</size>
19876       </method>
19877       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
19878         <size>2</size>
19879       </method>
19880     </type>
19881     <type name="Extension">
19882       <method name="IEnumerable`1 Cast[T](IFoo)">
19883         <size>2</size>
19884       </method>
19885     </type>
19886     <type name="MethodDefinition">
19887       <method name="Void .ctor()">
19888         <size>7</size>
19889       </method>
19890     </type>
19891     <type name="TypeDefinition">
19892       <method name="Void .ctor()">
19893         <size>7</size>
19894       </method>
19895       <method name="MethodDefinitionCollection get_Methods()">
19896         <size>2</size>
19897       </method>
19898       <method name="Void set_Methods(MethodDefinitionCollection)">
19899         <size>1</size>
19900       </method>
19901     </type>
19902     <type name="MethodDefinitionCollection">
19903       <method name="Void .ctor()">
19904         <size>7</size>
19905       </method>
19906     </type>
19907   </test>
19908   <test name="gtest-linq-14.cs">
19909     <type name="Person">
19910       <method name="Void .ctor()">
19911         <size>7</size>
19912       </method>
19913       <method name="Style get_Style()">
19914         <size>7</size>
19915       </method>
19916       <method name="Void set_Style(Style)">
19917         <size>8</size>
19918       </method>
19919     </type>
19920     <type name="Extensions">
19921       <method name="IMarker`1 Cast[T](IObjectContainer)">
19922         <size>2</size>
19923       </method>
19924       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
19925         <size>2</size>
19926       </method>
19927     </type>
19928     <type name="Program">
19929       <method name="Void .ctor()">
19930         <size>7</size>
19931       </method>
19932       <method name="Void Main()">
19933         <size>1</size>
19934       </method>
19935       <method name="Void Assert(System.Action)">
19936         <size>1</size>
19937       </method>
19938       <method name="Void Test(IObjectContainer, Style)">
19939         <size>38</size>
19940       </method>
19941     </type>
19942     <type name="Program+&lt;Test&gt;c__AnonStorey0">
19943       <method name="Void .ctor()">
19944         <size>7</size>
19945       </method>
19946       <method name="Void &lt;&gt;m__0()">
19947         <size>117</size>
19948       </method>
19949     </type>
19950   </test>
19951   <test name="gtest-linq-15.cs">
19952     <type name="NameCollisionTest.Data">
19953       <method name="Void .ctor()">
19954         <size>7</size>
19955       </method>
19956     </type>
19957     <type name="NameCollisionTest.Ex">
19958       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
19959         <size>44</size>
19960       </method>
19961     </type>
19962     <type name="NameCollisionTest.C">
19963       <method name="Void .ctor()">
19964         <size>7</size>
19965       </method>
19966       <method name="Void Main()">
19967         <size>78</size>
19968       </method>
19969       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
19970         <size>7</size>
19971       </method>
19972       <method name="Boolean &lt;Main&gt;m__1(Int32)">
19973         <size>5</size>
19974       </method>
19975     </type>
19976     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
19977       <method name="Void .ctor()">
19978         <size>7</size>
19979       </method>
19980       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19981         <size>12</size>
19982       </method>
19983       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19984         <size>7</size>
19985       </method>
19986       <method name="Boolean MoveNext()">
19987         <size>86</size>
19988       </method>
19989       <method name="Void Dispose()">
19990         <size>8</size>
19991       </method>
19992       <method name="Void Reset()">
19993         <size>6</size>
19994       </method>
19995       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
19996         <size>7</size>
19997       </method>
19998       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
19999         <size>52</size>
20000       </method>
20001     </type>
20002   </test>
20003   <test name="gtest-linq-16.cs">
20004     <type name="C">
20005       <method name="Void .ctor()">
20006         <size>7</size>
20007       </method>
20008       <method name="Void Main()">
20009         <size>12</size>
20010       </method>
20011       <method name="Void Test_1(Int32)">
20012         <size>27</size>
20013       </method>
20014       <method name="Void Test_2()">
20015         <size>31</size>
20016       </method>
20017       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
20018         <size>26</size>
20019       </method>
20020     </type>
20021     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
20022       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
20023         <size>21</size>
20024       </method>
20025       <method name="&lt;a&gt;__T get_a()">
20026         <size>7</size>
20027       </method>
20028       <method name="&lt;b&gt;__T get_b()">
20029         <size>7</size>
20030       </method>
20031       <method name="Boolean Equals(System.Object)">
20032         <size>69</size>
20033       </method>
20034       <method name="Int32 GetHashCode()">
20035         <size>86</size>
20036       </method>
20037       <method name="System.String ToString()">
20038         <size>142</size>
20039       </method>
20040     </type>
20041     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
20042       <method name="Void .ctor()">
20043         <size>7</size>
20044       </method>
20045       <method name="IEnumerable`1 &lt;&gt;m__0()">
20046         <size>67</size>
20047       </method>
20048       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
20049         <size>8</size>
20050       </method>
20051       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
20052         <size>14</size>
20053       </method>
20054     </type>
20055     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
20056       <method name="Void .ctor()">
20057         <size>7</size>
20058       </method>
20059       <method name="IEnumerable`1 &lt;&gt;m__2()">
20060         <size>67</size>
20061       </method>
20062       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
20063         <size>8</size>
20064       </method>
20065       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
20066         <size>14</size>
20067       </method>
20068     </type>
20069   </test>
20070   <test name="gtest-linq-17.cs">
20071     <type name="TestGroupBy">
20072       <method name="Void .ctor()">
20073         <size>7</size>
20074       </method>
20075       <method name="Int32 Main()">
20076         <size>157</size>
20077       </method>
20078       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20079         <size>2</size>
20080       </method>
20081     </type>
20082     <type name="&lt;PrivateImplementationDetails&gt;">
20083       <method name="Void .ctor()">
20084         <size>7</size>
20085       </method>
20086     </type>
20087   </test>
20088   <test name="gtest-linq-18.cs">
20089     <type name="C">
20090       <method name="Void .ctor()">
20091         <size>7</size>
20092       </method>
20093       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
20094         <size>2</size>
20095       </method>
20096       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
20097         <size>2</size>
20098       </method>
20099       <method name="Int32 Main()">
20100         <size>652</size>
20101       </method>
20102       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
20103         <size>42</size>
20104       </method>
20105       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
20106         <size>11</size>
20107       </method>
20108       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
20109         <size>31</size>
20110       </method>
20111       <method name="Boolean &lt;Main&gt;m__3(Int32)">
20112         <size>31</size>
20113       </method>
20114       <method name="Boolean &lt;Main&gt;m__4(Int32)">
20115         <size>31</size>
20116       </method>
20117       <method name="Boolean &lt;Main&gt;m__5(Int32)">
20118         <size>31</size>
20119       </method>
20120       <method name="Boolean &lt;Main&gt;m__6(Int32)">
20121         <size>31</size>
20122       </method>
20123       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
20124         <size>10</size>
20125       </method>
20126       <method name="&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__8(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
20127         <size>15</size>
20128       </method>
20129       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20130         <size>31</size>
20131       </method>
20132       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20133         <size>15</size>
20134       </method>
20135       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20136         <size>12</size>
20137       </method>
20138     </type>
20139     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
20140       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
20141         <size>21</size>
20142       </method>
20143       <method name="&lt;ck&gt;__T get_ck()">
20144         <size>7</size>
20145       </method>
20146       <method name="&lt;xy&gt;__T get_xy()">
20147         <size>7</size>
20148       </method>
20149       <method name="Boolean Equals(System.Object)">
20150         <size>69</size>
20151       </method>
20152       <method name="Int32 GetHashCode()">
20153         <size>86</size>
20154       </method>
20155       <method name="System.String ToString()">
20156         <size>142</size>
20157       </method>
20158     </type>
20159     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
20160       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
20161         <size>21</size>
20162       </method>
20163       <method name="&lt;i&gt;__T get_i()">
20164         <size>7</size>
20165       </method>
20166       <method name="&lt;l&gt;__T get_l()">
20167         <size>7</size>
20168       </method>
20169       <method name="Boolean Equals(System.Object)">
20170         <size>69</size>
20171       </method>
20172       <method name="Int32 GetHashCode()">
20173         <size>86</size>
20174       </method>
20175       <method name="System.String ToString()">
20176         <size>142</size>
20177       </method>
20178     </type>
20179     <type name="&lt;PrivateImplementationDetails&gt;">
20180       <method name="Void .ctor()">
20181         <size>7</size>
20182       </method>
20183     </type>
20184     <type name="C+&lt;Main&gt;c__AnonStorey0">
20185       <method name="Void .ctor()">
20186         <size>7</size>
20187       </method>
20188     </type>
20189     <type name="C+&lt;Main&gt;c__AnonStorey1">
20190       <method name="Void .ctor()">
20191         <size>7</size>
20192       </method>
20193     </type>
20194     <type name="C+&lt;Main&gt;c__AnonStorey2">
20195       <method name="Void .ctor()">
20196         <size>7</size>
20197       </method>
20198     </type>
20199     <type name="C+&lt;Main&gt;c__AnonStorey3">
20200       <method name="Void .ctor()">
20201         <size>7</size>
20202       </method>
20203     </type>
20204     <type name="C+&lt;Main&gt;c__AnonStorey4">
20205       <method name="Void .ctor()">
20206         <size>7</size>
20207       </method>
20208     </type>
20209     <type name="C+&lt;Main&gt;c__AnonStorey5">
20210       <method name="Void .ctor()">
20211         <size>7</size>
20212       </method>
20213     </type>
20214     <type name="C+&lt;Main&gt;c__AnonStorey6">
20215       <method name="Void .ctor()">
20216         <size>7</size>
20217       </method>
20218     </type>
20219     <type name="C">
20220       <method name="Boolean &lt;Main&gt;m__C(Int32)">
20221         <size>31</size>
20222       </method>
20223       <method name="Boolean &lt;Main&gt;m__D(Int32)">
20224         <size>31</size>
20225       </method>
20226       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
20227         <size>2</size>
20228       </method>
20229       <method name="Boolean &lt;Main&gt;m__F(Int32)">
20230         <size>31</size>
20231       </method>
20232       <method name="Boolean &lt;Main&gt;m__10(Int32)">
20233         <size>31</size>
20234       </method>
20235       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
20236         <size>2</size>
20237       </method>
20238     </type>
20239     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
20240       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
20241         <size>21</size>
20242       </method>
20243       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
20244         <size>7</size>
20245       </method>
20246       <method name="&lt;g&gt;__T get_g()">
20247         <size>7</size>
20248       </method>
20249       <method name="Boolean Equals(System.Object)">
20250         <size>69</size>
20251       </method>
20252       <method name="Int32 GetHashCode()">
20253         <size>86</size>
20254       </method>
20255       <method name="System.String ToString()">
20256         <size>142</size>
20257       </method>
20258     </type>
20259     <type name="C+&lt;Main&gt;c__AnonStorey0">
20260       <method name="Boolean &lt;&gt;m__12(Int32)">
20261         <size>10</size>
20262       </method>
20263     </type>
20264     <type name="C+&lt;Main&gt;c__AnonStorey1">
20265       <method name="Boolean &lt;&gt;m__13(Int32)">
20266         <size>15</size>
20267       </method>
20268     </type>
20269     <type name="C+&lt;Main&gt;c__AnonStorey2">
20270       <method name="Boolean &lt;&gt;m__14(Int32)">
20271         <size>10</size>
20272       </method>
20273     </type>
20274     <type name="C+&lt;Main&gt;c__AnonStorey3">
20275       <method name="Boolean &lt;&gt;m__15(Int32)">
20276         <size>10</size>
20277       </method>
20278     </type>
20279     <type name="C+&lt;Main&gt;c__AnonStorey4">
20280       <method name="Int32 &lt;&gt;m__16(Int32)">
20281         <size>9</size>
20282       </method>
20283     </type>
20284     <type name="C+&lt;Main&gt;c__AnonStorey5">
20285       <method name="Int32 &lt;&gt;m__17(Int32)">
20286         <size>9</size>
20287       </method>
20288     </type>
20289     <type name="C+&lt;Main&gt;c__AnonStorey6">
20290       <method name="Boolean &lt;&gt;m__18(Int32)">
20291         <size>20</size>
20292       </method>
20293     </type>
20294     <type name="C+&lt;Main&gt;c__AnonStorey7">
20295       <method name="Void .ctor()">
20296         <size>7</size>
20297       </method>
20298       <method name="Boolean &lt;&gt;m__19(Int32)">
20299         <size>10</size>
20300       </method>
20301     </type>
20302     <type name="C+&lt;Main&gt;c__AnonStorey8">
20303       <method name="Void .ctor()">
20304         <size>7</size>
20305       </method>
20306       <method name="Boolean &lt;&gt;m__1A(Int32)">
20307         <size>10</size>
20308       </method>
20309     </type>
20310     <type name="C+&lt;Main&gt;c__AnonStorey9">
20311       <method name="Void .ctor()">
20312         <size>7</size>
20313       </method>
20314       <method name="Boolean &lt;&gt;m__1B(Int32)">
20315         <size>10</size>
20316       </method>
20317     </type>
20318     <type name="C+&lt;Main&gt;c__AnonStoreyA">
20319       <method name="Void .ctor()">
20320         <size>7</size>
20321       </method>
20322       <method name="Boolean &lt;&gt;m__1C(Int32)">
20323         <size>10</size>
20324       </method>
20325     </type>
20326   </test>
20327   <test name="gtest-linq-19.cs">
20328     <type name="Test">
20329       <method name="Void .ctor()">
20330         <size>7</size>
20331       </method>
20332       <method name="Void .cctor()">
20333         <size>45</size>
20334       </method>
20335       <method name="Void Main()">
20336         <size>1</size>
20337       </method>
20338       <method name="Char &lt;E&gt;m__0(Char)">
20339         <size>2</size>
20340       </method>
20341     </type>
20342   </test>
20343   <test name="gtest-named-01.cs">
20344     <type name="C">
20345       <method name="Int32 Test(Int32, Int32, System.String)">
20346         <size>6</size>
20347       </method>
20348       <method name="T Foo[T](T, Int32)">
20349         <size>2</size>
20350       </method>
20351       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
20352         <size>9</size>
20353       </method>
20354       <method name="Int32 Main()">
20355         <size>173</size>
20356       </method>
20357       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20358         <size>2</size>
20359       </method>
20360     </type>
20361     <type name="C+&lt;Main&gt;c__AnonStorey0">
20362       <method name="Void .ctor()">
20363         <size>7</size>
20364       </method>
20365       <method name="Int32 &lt;&gt;m__1(Int32)">
20366         <size>7</size>
20367       </method>
20368     </type>
20369   </test>
20370   <test name="gtest-partial-01.cs">
20371     <type name="B`1[U]">
20372       <method name="Void .ctor()">
20373         <size>7</size>
20374       </method>
20375     </type>
20376     <type name="C`1[T]">
20377       <method name="Void .ctor()">
20378         <size>7</size>
20379       </method>
20380     </type>
20381     <type name="Test">
20382       <method name="Void Main()">
20383         <size>1</size>
20384       </method>
20385       <method name="Void .ctor()">
20386         <size>7</size>
20387       </method>
20388     </type>
20389   </test>
20390   <test name="gtest-var-04.cs">
20391     <type name="Test">
20392       <method name="Void .ctor()">
20393         <size>7</size>
20394       </method>
20395       <method name="Int32 Main()">
20396         <size>219</size>
20397       </method>
20398     </type>
20399   </test>
20400   <test name="gtest-variance-11.cs">
20401     <type name="D">
20402       <method name="Void .ctor()">
20403         <size>7</size>
20404       </method>
20405       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
20406         <size>38</size>
20407       </method>
20408       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
20409         <size>38</size>
20410       </method>
20411       <method name="Int32 Main()">
20412         <size>38</size>
20413       </method>
20414     </type>
20415   </test>
20416   <test name="gtest-variance-13.cs">
20417     <type name="A">
20418       <method name="Void .ctor()">
20419         <size>7</size>
20420       </method>
20421       <method name="Void Foo[T](T, IList`1)">
20422         <size>1</size>
20423       </method>
20424       <method name="Void Test()">
20425         <size>17</size>
20426       </method>
20427     </type>
20428     <type name="B">
20429       <method name="Void .ctor()">
20430         <size>7</size>
20431       </method>
20432       <method name="Void Foo[T](T, I`1)">
20433         <size>1</size>
20434       </method>
20435       <method name="Void Test[U](U, I`1)">
20436         <size>8</size>
20437       </method>
20438     </type>
20439     <type name="M">
20440       <method name="Void .ctor()">
20441         <size>7</size>
20442       </method>
20443       <method name="Int32 Main()">
20444         <size>2</size>
20445       </method>
20446     </type>
20447   </test>
20448   <test name="gtest-variance-6.cs">
20449     <type name="Program">
20450       <method name="Void .ctor()">
20451         <size>7</size>
20452       </method>
20453       <method name="Void Main()">
20454         <size>1</size>
20455       </method>
20456     </type>
20457     <type name="Cov1`1[U]">
20458       <method name="Void .ctor(Object, IntPtr)">
20459         <size>0</size>
20460       </method>
20461       <method name="ICovariant`1 Invoke(IContravariant`1)">
20462         <size>0</size>
20463       </method>
20464       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20465         <size>0</size>
20466       </method>
20467       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20468         <size>0</size>
20469       </method>
20470     </type>
20471     <type name="Cov2`1[U]">
20472       <method name="Void .ctor(Object, IntPtr)">
20473         <size>0</size>
20474       </method>
20475       <method name="ICovariant`1 Invoke(IContravariant`1)">
20476         <size>0</size>
20477       </method>
20478       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20479         <size>0</size>
20480       </method>
20481       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20482         <size>0</size>
20483       </method>
20484     </type>
20485     <type name="Cov3`1[U]">
20486       <method name="Void .ctor(Object, IntPtr)">
20487         <size>0</size>
20488       </method>
20489       <method name="ICovariant`1 Invoke(IContravariant`1)">
20490         <size>0</size>
20491       </method>
20492       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20493         <size>0</size>
20494       </method>
20495       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20496         <size>0</size>
20497       </method>
20498     </type>
20499     <type name="Cov4`1[U]">
20500       <method name="Void .ctor(Object, IntPtr)">
20501         <size>0</size>
20502       </method>
20503       <method name="ICovariant`1 Invoke()">
20504         <size>0</size>
20505       </method>
20506       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20507         <size>0</size>
20508       </method>
20509       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20510         <size>0</size>
20511       </method>
20512     </type>
20513     <type name="Cov5`1[U]">
20514       <method name="Void .ctor(Object, IntPtr)">
20515         <size>0</size>
20516       </method>
20517       <method name="IContravariant`1 Invoke()">
20518         <size>0</size>
20519       </method>
20520       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20521         <size>0</size>
20522       </method>
20523       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20524         <size>0</size>
20525       </method>
20526     </type>
20527     <type name="Contra5`1[U]">
20528       <method name="Void .ctor(Object, IntPtr)">
20529         <size>0</size>
20530       </method>
20531       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20532         <size>0</size>
20533       </method>
20534       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20535         <size>0</size>
20536       </method>
20537       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20538         <size>0</size>
20539       </method>
20540     </type>
20541     <type name="Contra6`1[U]">
20542       <method name="Void .ctor(Object, IntPtr)">
20543         <size>0</size>
20544       </method>
20545       <method name="IContravariant`1 Invoke()">
20546         <size>0</size>
20547       </method>
20548       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20549         <size>0</size>
20550       </method>
20551       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20552         <size>0</size>
20553       </method>
20554     </type>
20555     <type name="Contra7`1[U]">
20556       <method name="Void .ctor(Object, IntPtr)">
20557         <size>0</size>
20558       </method>
20559       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20560         <size>0</size>
20561       </method>
20562       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20563         <size>0</size>
20564       </method>
20565       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20566         <size>0</size>
20567       </method>
20568     </type>
20569     <type name="Contra8`1[U]">
20570       <method name="Void .ctor(Object, IntPtr)">
20571         <size>0</size>
20572       </method>
20573       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20574         <size>0</size>
20575       </method>
20576       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20577         <size>0</size>
20578       </method>
20579       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20580         <size>0</size>
20581       </method>
20582     </type>
20583   </test>
20584   <test name="gtest-variance-7.cs">
20585     <type name="C">
20586       <method name="Void .ctor()">
20587         <size>7</size>
20588       </method>
20589       <method name="Void Main()">
20590         <size>1</size>
20591       </method>
20592     </type>
20593     <type name="Covariant`1[T]">
20594       <method name="Void .ctor(Object, IntPtr)">
20595         <size>0</size>
20596       </method>
20597       <method name="T Invoke()">
20598         <size>0</size>
20599       </method>
20600       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20601         <size>0</size>
20602       </method>
20603       <method name="T EndInvoke(IAsyncResult)">
20604         <size>0</size>
20605       </method>
20606     </type>
20607     <type name="Contra`1[T]">
20608       <method name="Void .ctor(Object, IntPtr)">
20609         <size>0</size>
20610       </method>
20611       <method name="Void Invoke(T)">
20612         <size>0</size>
20613       </method>
20614       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20615         <size>0</size>
20616       </method>
20617       <method name="Void EndInvoke(IAsyncResult)">
20618         <size>0</size>
20619       </method>
20620     </type>
20621     <type name="CoContra`2[TR,T]">
20622       <method name="Void .ctor(Object, IntPtr)">
20623         <size>0</size>
20624       </method>
20625       <method name="TR Invoke(T)">
20626         <size>0</size>
20627       </method>
20628       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20629         <size>0</size>
20630       </method>
20631       <method name="TR EndInvoke(IAsyncResult)">
20632         <size>0</size>
20633       </method>
20634     </type>
20635     <type name="None`1[T]">
20636       <method name="Void .ctor(Object, IntPtr)">
20637         <size>0</size>
20638       </method>
20639       <method name="Void Invoke(T)">
20640         <size>0</size>
20641       </method>
20642       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20643         <size>0</size>
20644       </method>
20645       <method name="Void EndInvoke(IAsyncResult)">
20646         <size>0</size>
20647       </method>
20648     </type>
20649     <type name="Test`1[U]">
20650       <method name="Void .ctor(Object, IntPtr)">
20651         <size>0</size>
20652       </method>
20653       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
20654         <size>0</size>
20655       </method>
20656       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20657         <size>0</size>
20658       </method>
20659       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
20660         <size>0</size>
20661       </method>
20662     </type>
20663     <type name="Test2`1[U]">
20664       <method name="Void .ctor(Object, IntPtr)">
20665         <size>0</size>
20666       </method>
20667       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
20668         <size>0</size>
20669       </method>
20670       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20671         <size>0</size>
20672       </method>
20673       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
20674         <size>0</size>
20675       </method>
20676     </type>
20677     <type name="Test3`1[U]">
20678       <method name="Void .ctor(Object, IntPtr)">
20679         <size>0</size>
20680       </method>
20681       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
20682         <size>0</size>
20683       </method>
20684       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20685         <size>0</size>
20686       </method>
20687       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
20688         <size>0</size>
20689       </method>
20690     </type>
20691     <type name="Test4`1[U]">
20692       <method name="Void .ctor(Object, IntPtr)">
20693         <size>0</size>
20694       </method>
20695       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
20696         <size>0</size>
20697       </method>
20698       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20699         <size>0</size>
20700       </method>
20701       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
20702         <size>0</size>
20703       </method>
20704     </type>
20705     <type name="Test5`1[U]">
20706       <method name="Void .ctor(Object, IntPtr)">
20707         <size>0</size>
20708       </method>
20709       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
20710         <size>0</size>
20711       </method>
20712       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20713         <size>0</size>
20714       </method>
20715       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
20716         <size>0</size>
20717       </method>
20718     </type>
20719     <type name="Test6`1[U]">
20720       <method name="Void .ctor(Object, IntPtr)">
20721         <size>0</size>
20722       </method>
20723       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
20724         <size>0</size>
20725       </method>
20726       <method name="IAsyncResult BeginInvoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]], System.AsyncCallback, System.Object)">
20727         <size>0</size>
20728       </method>
20729       <method name="Void EndInvoke(IAsyncResult)">
20730         <size>0</size>
20731       </method>
20732     </type>
20733     <type name="Both`2[U,V]">
20734       <method name="Void .ctor(Object, IntPtr)">
20735         <size>0</size>
20736       </method>
20737       <method name="Void Invoke(CoContra`2[U,V])">
20738         <size>0</size>
20739       </method>
20740       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
20741         <size>0</size>
20742       </method>
20743       <method name="Void EndInvoke(IAsyncResult)">
20744         <size>0</size>
20745       </method>
20746     </type>
20747     <type name="Both2`2[U,V]">
20748       <method name="Void .ctor(Object, IntPtr)">
20749         <size>0</size>
20750       </method>
20751       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
20752         <size>0</size>
20753       </method>
20754       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
20755         <size>0</size>
20756       </method>
20757       <method name="Void EndInvoke(IAsyncResult)">
20758         <size>0</size>
20759       </method>
20760     </type>
20761     <type name="Both3`2[U,V]">
20762       <method name="Void .ctor(Object, IntPtr)">
20763         <size>0</size>
20764       </method>
20765       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
20766         <size>0</size>
20767       </method>
20768       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
20769         <size>0</size>
20770       </method>
20771       <method name="Void EndInvoke(IAsyncResult)">
20772         <size>0</size>
20773       </method>
20774     </type>
20775     <type name="Both4`2[U,V]">
20776       <method name="Void .ctor(Object, IntPtr)">
20777         <size>0</size>
20778       </method>
20779       <method name="Void Invoke(Both`2[V,U])">
20780         <size>0</size>
20781       </method>
20782       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
20783         <size>0</size>
20784       </method>
20785       <method name="Void EndInvoke(IAsyncResult)">
20786         <size>0</size>
20787       </method>
20788     </type>
20789     <type name="Both5`2[U,V]">
20790       <method name="Void .ctor(Object, IntPtr)">
20791         <size>0</size>
20792       </method>
20793       <method name="Void Invoke(Both`2[V,System.Int32])">
20794         <size>0</size>
20795       </method>
20796       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
20797         <size>0</size>
20798       </method>
20799       <method name="Void EndInvoke(IAsyncResult)">
20800         <size>0</size>
20801       </method>
20802     </type>
20803   </test>
20804   <test name="gtest-variance-9.cs">
20805     <type name="Test">
20806       <method name="Void .ctor()">
20807         <size>7</size>
20808       </method>
20809       <method name="Void Foo(IIn`1)">
20810         <size>1</size>
20811       </method>
20812       <method name="Int32 Main()">
20813         <size>10</size>
20814       </method>
20815     </type>
20816   </test>
20817   <test name="test-1.cs">
20818     <type name="X">
20819       <method name="Void .ctor()">
20820         <size>7</size>
20821       </method>
20822       <method name="Int32 Main(System.String[])">
20823         <size>12</size>
20824       </method>
20825     </type>
20826   </test>
20827   <test name="test-10.cs">
20828     <type name="X">
20829       <method name="Void .ctor()">
20830         <size>7</size>
20831       </method>
20832       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
20833         <size>1</size>
20834       </method>
20835       <method name="Void bsbyte()">
20836         <size>35</size>
20837       </method>
20838       <method name="Void abyte(SByte, Char)">
20839         <size>1</size>
20840       </method>
20841       <method name="Void bbyte()">
20842         <size>22</size>
20843       </method>
20844       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
20845         <size>1</size>
20846       </method>
20847       <method name="Void bshort()">
20848         <size>39</size>
20849       </method>
20850       <method name="Void aushort(SByte, Byte, Int16, Char)">
20851         <size>1</size>
20852       </method>
20853       <method name="Void bushort()">
20854         <size>29</size>
20855       </method>
20856       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
20857         <size>1</size>
20858       </method>
20859       <method name="Void bint()">
20860         <size>42</size>
20861       </method>
20862       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
20863         <size>1</size>
20864       </method>
20865       <method name="Void buint()">
20866         <size>38</size>
20867       </method>
20868       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
20869         <size>1</size>
20870       </method>
20871       <method name="Void blong()">
20872         <size>47</size>
20873       </method>
20874       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
20875         <size>1</size>
20876       </method>
20877       <method name="Void bulong()">
20878         <size>47</size>
20879       </method>
20880       <method name="Void achar(SByte, Byte, Int16)">
20881         <size>1</size>
20882       </method>
20883       <method name="Void bchar()">
20884         <size>27</size>
20885       </method>
20886       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
20887         <size>1</size>
20888       </method>
20889       <method name="Void bfloat()">
20890         <size>67</size>
20891       </method>
20892       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
20893         <size>1</size>
20894       </method>
20895       <method name="Void bdouble()">
20896         <size>75</size>
20897       </method>
20898       <method name="Void TestDecimal(Decimal)">
20899         <size>15</size>
20900       </method>
20901       <method name="Void Main()">
20902         <size>1</size>
20903       </method>
20904     </type>
20905     <type name="Test2">
20906       <method name="Void .ctor()">
20907         <size>7</size>
20908       </method>
20909       <method name="Void ExtraTst()">
20910         <size>12</size>
20911       </method>
20912     </type>
20913   </test>
20914   <test name="test-100.cs">
20915     <type name="GLib.Object">
20916       <method name="Void .ctor()">
20917         <size>7</size>
20918       </method>
20919       <method name="Int32 get_Raw()">
20920         <size>2</size>
20921       </method>
20922       <method name="Void set_Raw(Int32)">
20923         <size>8</size>
20924       </method>
20925       <method name="Void GetProperty()">
20926         <size>12</size>
20927       </method>
20928       <method name="Int32 Main()">
20929         <size>2</size>
20930       </method>
20931     </type>
20932   </test>
20933   <test name="test-101.cs">
20934     <type name="Test.MyAttribute">
20935       <method name="Void .ctor(String)">
20936         <size>20</size>
20937       </method>
20938     </type>
20939     <type name="Test.My2Attribute">
20940       <method name="Void .ctor(String, Int32)">
20941         <size>31</size>
20942       </method>
20943     </type>
20944     <type name="Test.Test">
20945       <method name="Void .ctor()">
20946         <size>7</size>
20947       </method>
20948       <method name="Int32 Main()">
20949         <size>92</size>
20950       </method>
20951     </type>
20952   </test>
20953   <test name="test-102.cs">
20954     <type name="N1.MineAttribute">
20955       <method name="Void .ctor(String)">
20956         <size>14</size>
20957       </method>
20958     </type>
20959     <type name="N1.ReturnAttribute">
20960       <method name="Void .ctor(String)">
20961         <size>14</size>
20962       </method>
20963     </type>
20964     <type name="N1.Foo">
20965       <method name="Void .ctor()">
20966         <size>7</size>
20967       </method>
20968       <method name="Int32 Main()">
20969         <size>250</size>
20970       </method>
20971     </type>
20972   </test>
20973   <test name="test-103.cs">
20974     <type name="A">
20975       <method name="Void .ctor()">
20976         <size>7</size>
20977       </method>
20978       <method name="Int32 Foo()">
20979         <size>0</size>
20980       </method>
20981     </type>
20982     <type name="B">
20983       <method name="Void .ctor()">
20984         <size>7</size>
20985       </method>
20986       <method name="Int32 Foo()">
20987         <size>2</size>
20988       </method>
20989       <method name="Int32 M()">
20990         <size>7</size>
20991       </method>
20992     </type>
20993     <type name="Test">
20994       <method name="Void .ctor()">
20995         <size>7</size>
20996       </method>
20997       <method name="Int32 Main()">
20998         <size>11</size>
20999       </method>
21000     </type>
21001   </test>
21002   <test name="test-104.cs">
21003     <type name="Test">
21004       <method name="Void .ctor()">
21005         <size>7</size>
21006       </method>
21007       <method name="Int32 Main(System.String[])">
21008         <size>12</size>
21009       </method>
21010     </type>
21011   </test>
21012   <test name="test-105.cs">
21013     <type name="Test">
21014       <method name="Void .ctor()">
21015         <size>7</size>
21016       </method>
21017       <method name="Int32 F(Int32)">
21018         <size>33</size>
21019       </method>
21020       <method name="Void async_callback(IAsyncResult)">
21021         <size>22</size>
21022       </method>
21023       <method name="Int32 Main()">
21024         <size>407</size>
21025       </method>
21026     </type>
21027     <type name="Test+SimpleDelegate">
21028       <method name="Void .ctor(Object, IntPtr)">
21029         <size>0</size>
21030       </method>
21031       <method name="Int32 Invoke(Int32)">
21032         <size>0</size>
21033       </method>
21034       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21035         <size>0</size>
21036       </method>
21037       <method name="Int32 EndInvoke(IAsyncResult)">
21038         <size>0</size>
21039       </method>
21040     </type>
21041   </test>
21042   <test name="test-106.cs">
21043     <type name="Test">
21044       <method name="Void .ctor()">
21045         <size>7</size>
21046       </method>
21047       <method name="Void .cctor()">
21048         <size>1</size>
21049       </method>
21050       <method name="Int32 F(Int32)">
21051         <size>27</size>
21052       </method>
21053       <method name="Void async_callback(IAsyncResult)">
21054         <size>33</size>
21055       </method>
21056       <method name="Int32 Main()">
21057         <size>135</size>
21058       </method>
21059     </type>
21060     <type name="Test+SimpleDelegate">
21061       <method name="Void .ctor(Object, IntPtr)">
21062         <size>0</size>
21063       </method>
21064       <method name="Int32 Invoke(Int32)">
21065         <size>0</size>
21066       </method>
21067       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21068         <size>0</size>
21069       </method>
21070       <method name="Int32 EndInvoke(IAsyncResult)">
21071         <size>0</size>
21072       </method>
21073     </type>
21074   </test>
21075   <test name="test-107.cs">
21076     <type name="Test">
21077       <method name="Void .ctor()">
21078         <size>7</size>
21079       </method>
21080       <method name="Void .cctor()">
21081         <size>1</size>
21082       </method>
21083       <method name="Int32 F(Int32)">
21084         <size>27</size>
21085       </method>
21086       <method name="Void async_callback(IAsyncResult)">
21087         <size>100</size>
21088       </method>
21089       <method name="Int32 Main()">
21090         <size>89</size>
21091       </method>
21092     </type>
21093     <type name="Test+SimpleDelegate">
21094       <method name="Void .ctor(Object, IntPtr)">
21095         <size>0</size>
21096       </method>
21097       <method name="Int32 Invoke(Int32)">
21098         <size>0</size>
21099       </method>
21100       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21101         <size>0</size>
21102       </method>
21103       <method name="Int32 EndInvoke(IAsyncResult)">
21104         <size>0</size>
21105       </method>
21106     </type>
21107   </test>
21108   <test name="test-108.cs">
21109     <type name="X">
21110       <method name="Void .ctor()">
21111         <size>7</size>
21112       </method>
21113       <method name="Int32 Main()">
21114         <size>79</size>
21115       </method>
21116     </type>
21117   </test>
21118   <test name="test-109.cs">
21119     <type name="T">
21120       <method name="Void .ctor()">
21121         <size>7</size>
21122       </method>
21123       <method name="Int32 Main()">
21124         <size>23</size>
21125       </method>
21126     </type>
21127   </test>
21128   <test name="test-11.cs">
21129     <type name="Test">
21130       <method name="Void .ctor()">
21131         <size>7</size>
21132       </method>
21133       <method name="Int32 boxtest()">
21134         <size>12</size>
21135       </method>
21136       <method name="Int32 Main()">
21137         <size>14</size>
21138       </method>
21139     </type>
21140   </test>
21141   <test name="test-110.cs">
21142     <type name="test.test">
21143       <method name="Void .ctor()">
21144         <size>7</size>
21145       </method>
21146       <method name="Int32 test_method(Int32)">
21147         <size>13</size>
21148       </method>
21149       <method name="Int32 Main()">
21150         <size>17</size>
21151       </method>
21152     </type>
21153   </test>
21154   <test name="test-111.cs">
21155     <type name="T">
21156       <method name="Void .ctor()">
21157         <size>7</size>
21158       </method>
21159       <method name="System.Object get_obj()">
21160         <size>6</size>
21161       </method>
21162       <method name="Int32 Main()">
21163         <size>21</size>
21164       </method>
21165     </type>
21166   </test>
21167   <test name="test-112.cs">
21168     <type name="X">
21169       <method name="Void .ctor()">
21170         <size>7</size>
21171       </method>
21172       <method name="System.Int32[] g()">
21173         <size>14</size>
21174       </method>
21175       <method name="Int32 Main()">
21176         <size>18</size>
21177       </method>
21178     </type>
21179   </test>
21180   <test name="test-113.cs">
21181     <type name="X">
21182       <method name="Void .ctor()">
21183         <size>7</size>
21184       </method>
21185       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
21186         <size>4</size>
21187       </method>
21188       <method name="Void GetProperty(System.String, System.String ByRef)">
21189         <size>21</size>
21190       </method>
21191       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
21192         <size>4</size>
21193       </method>
21194       <method name="Void GetProperty(System.String, Boolean ByRef)">
21195         <size>21</size>
21196       </method>
21197       <method name="Int32 Main()">
21198         <size>2</size>
21199       </method>
21200     </type>
21201   </test>
21202   <test name="test-114.cs">
21203     <type name="MyClass">
21204       <method name="Void .ctor()">
21205         <size>7</size>
21206       </method>
21207       <method name="Int32 Main()">
21208         <size>15</size>
21209       </method>
21210     </type>
21211     <type name="MyClass+IsAnything">
21212       <method name="Void .ctor(Object, IntPtr)">
21213         <size>0</size>
21214       </method>
21215       <method name="Boolean Invoke(Char)">
21216         <size>0</size>
21217       </method>
21218       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
21219         <size>0</size>
21220       </method>
21221       <method name="Boolean EndInvoke(IAsyncResult)">
21222         <size>0</size>
21223       </method>
21224     </type>
21225   </test>
21226   <test name="test-115.cs">
21227     <type name="A">
21228       <method name="Void .ctor()">
21229         <size>7</size>
21230       </method>
21231       <method name="X op_Explicit(A)">
21232         <size>8</size>
21233       </method>
21234     </type>
21235     <type name="X">
21236       <method name="Void .ctor()">
21237         <size>7</size>
21238       </method>
21239     </type>
21240     <type name="Y">
21241       <method name="Void .ctor()">
21242         <size>7</size>
21243       </method>
21244     </type>
21245     <type name="blah">
21246       <method name="Void .ctor()">
21247         <size>7</size>
21248       </method>
21249       <method name="Int32 Main()">
21250         <size>47</size>
21251       </method>
21252     </type>
21253   </test>
21254   <test name="test-116.cs">
21255     <type name="X">
21256       <method name="Void .ctor()">
21257         <size>7</size>
21258       </method>
21259       <method name="Int32 Main()">
21260         <size>12</size>
21261       </method>
21262     </type>
21263   </test>
21264   <test name="test-117.cs">
21265     <type name="Blah">
21266       <method name="Void .ctor()">
21267         <size>18</size>
21268       </method>
21269       <method name="Int32 Main()">
21270         <size>25</size>
21271       </method>
21272     </type>
21273   </test>
21274   <test name="test-118.cs">
21275     <type name="Container">
21276       <method name="Void .ctor()">
21277         <size>7</size>
21278       </method>
21279       <method name="Int32 Main(System.String[])">
21280         <size>2</size>
21281       </method>
21282     </type>
21283   </test>
21284   <test name="test-119.cs">
21285     <type name="Value">
21286       <method name="Void .ctor()">
21287         <size>7</size>
21288       </method>
21289       <method name="Int32 op_Explicit(Value)">
21290         <size>2</size>
21291       </method>
21292       <method name="MyObject op_Explicit(Value)">
21293         <size>7</size>
21294       </method>
21295       <method name="UInt32 op_Explicit(Value)">
21296         <size>2</size>
21297       </method>
21298     </type>
21299     <type name="MyObject">
21300       <method name="Void .ctor(Int32)">
21301         <size>7</size>
21302       </method>
21303     </type>
21304     <type name="Derived">
21305       <method name="Void .ctor(Int32)">
21306         <size>8</size>
21307       </method>
21308       <method name="Derived Blah()">
21309         <size>18</size>
21310       </method>
21311     </type>
21312     <type name="Test">
21313       <method name="Void .ctor()">
21314         <size>7</size>
21315       </method>
21316       <method name="Int32 Main()">
21317         <size>33</size>
21318       </method>
21319     </type>
21320   </test>
21321   <test name="test-12.cs">
21322     <type name="X">
21323       <method name="Void .ctor()">
21324         <size>7</size>
21325       </method>
21326       <method name="Int32 Main(System.String[])">
21327         <size>270</size>
21328       </method>
21329       <method name="System.String s(System.String, Int32)">
21330         <size>13</size>
21331       </method>
21332       <method name="System.String x(System.String, System.Object)">
21333         <size>8</size>
21334       </method>
21335     </type>
21336   </test>
21337   <test name="test-120.cs">
21338     <type name="test">
21339       <method name="Void .ctor()">
21340         <size>7</size>
21341       </method>
21342       <method name="Int32 Main()">
21343         <size>140</size>
21344       </method>
21345     </type>
21346   </test>
21347   <test name="test-121.cs">
21348     <type name="X">
21349       <method name="Void .ctor()">
21350         <size>7</size>
21351       </method>
21352       <method name="Int32 g()">
21353         <size>14</size>
21354       </method>
21355       <method name="Int32 Main()">
21356         <size>81</size>
21357       </method>
21358     </type>
21359   </test>
21360   <test name="test-122.cs">
21361     <type name="A">
21362       <method name="Void .ctor()">
21363         <size>7</size>
21364       </method>
21365       <method name="Void .cctor()">
21366         <size>1</size>
21367       </method>
21368       <method name="Int32 Main()">
21369         <size>2</size>
21370       </method>
21371     </type>
21372     <type name="A+B">
21373       <method name="Void .ctor()">
21374         <size>7</size>
21375       </method>
21376       <method name="Void Foo()">
21377         <size>13</size>
21378       </method>
21379     </type>
21380   </test>
21381   <test name="test-123.cs">
21382     <type name="X">
21383       <method name="Void .ctor()">
21384         <size>7</size>
21385       </method>
21386       <method name="System.Object get_non_null()">
21387         <size>6</size>
21388       </method>
21389       <method name="System.Object get_null()">
21390         <size>2</size>
21391       </method>
21392       <method name="Int32 Main()">
21393         <size>95</size>
21394       </method>
21395     </type>
21396   </test>
21397   <test name="test-124.cs">
21398     <type name="t">
21399       <method name="Void .ctor()">
21400         <size>7</size>
21401       </method>
21402       <method name="Void a()">
21403         <size>16</size>
21404       </method>
21405       <method name="Void b()">
21406         <size>16</size>
21407       </method>
21408       <method name="Void c()">
21409         <size>24</size>
21410       </method>
21411       <method name="Void d()">
21412         <size>28</size>
21413       </method>
21414       <method name="Void Main()">
21415         <size>1</size>
21416       </method>
21417     </type>
21418   </test>
21419   <test name="test-125.cs">
21420     <type name="Fraction">
21421       <method name="Void .ctor(Int32, Int32)">
21422         <size>31</size>
21423       </method>
21424       <method name="Void .ctor(Int32)">
21425         <size>31</size>
21426       </method>
21427       <method name="Boolean Equals(System.Object)">
21428         <size>36</size>
21429       </method>
21430       <method name="System.String ToString()">
21431         <size>35</size>
21432       </method>
21433       <method name="Fraction op_Implicit(Int32)">
21434         <size>17</size>
21435       </method>
21436       <method name="Int32 op_Explicit(Fraction)">
21437         <size>24</size>
21438       </method>
21439       <method name="Boolean op_Equality(Fraction, Fraction)">
21440         <size>48</size>
21441       </method>
21442       <method name="Boolean op_Inequality(Fraction, Fraction)">
21443         <size>21</size>
21444       </method>
21445       <method name="Fraction op_Addition(Fraction, Fraction)">
21446         <size>102</size>
21447       </method>
21448     </type>
21449     <type name="Tester">
21450       <method name="Void .ctor()">
21451         <size>7</size>
21452       </method>
21453       <method name="Int32 Main()">
21454         <size>148</size>
21455       </method>
21456     </type>
21457   </test>
21458   <test name="test-126.cs">
21459     <type name="X">
21460       <method name="Void .ctor()">
21461         <size>7</size>
21462       </method>
21463       <method name="Void Iface.Method()">
21464         <size>1</size>
21465       </method>
21466       <method name="Int32 Main()">
21467         <size>33</size>
21468       </method>
21469     </type>
21470   </test>
21471   <test name="test-127.cs">
21472     <type name="X">
21473       <method name="Void .ctor()">
21474         <size>7</size>
21475       </method>
21476       <method name="Int32 Main()">
21477         <size>32</size>
21478       </method>
21479     </type>
21480   </test>
21481   <test name="test-128.cs">
21482     <type name="SimpleAttribute">
21483       <method name="Void .ctor(String)">
21484         <size>14</size>
21485       </method>
21486     </type>
21487     <type name="MineAttribute">
21488       <method name="Void .ctor(Type[])">
21489         <size>14</size>
21490       </method>
21491     </type>
21492     <type name="Foo">
21493       <method name="Void .ctor()">
21494         <size>7</size>
21495       </method>
21496       <method name="Int32 MM()">
21497         <size>153</size>
21498       </method>
21499     </type>
21500     <type name="Blah">
21501       <method name="Void .ctor()">
21502         <size>7</size>
21503       </method>
21504       <method name="Int32 get_Value()">
21505         <size>7</size>
21506       </method>
21507       <method name="Void set_Value(Int32)">
21508         <size>8</size>
21509       </method>
21510       <method name="Int32 Another()">
21511         <size>2</size>
21512       </method>
21513       <method name="Int32 Main()">
21514         <size>6</size>
21515       </method>
21516     </type>
21517   </test>
21518   <test name="test-129.cs">
21519     <type name="X">
21520       <method name="Void .ctor()">
21521         <size>7</size>
21522       </method>
21523       <method name="Int32 Main()">
21524         <size>27</size>
21525       </method>
21526     </type>
21527   </test>
21528   <test name="test-13.cs">
21529     <type name="Foo">
21530       <method name="Void .ctor()">
21531         <size>7</size>
21532       </method>
21533       <method name="Boolean MyMethod()">
21534         <size>12</size>
21535       </method>
21536     </type>
21537     <type name="Blah">
21538       <method name="Void .ctor()">
21539         <size>7</size>
21540       </method>
21541       <method name="Int32 Main()">
21542         <size>23</size>
21543       </method>
21544     </type>
21545   </test>
21546   <test name="test-130.cs">
21547     <type name="X">
21548       <method name="Void .ctor()">
21549         <size>20</size>
21550       </method>
21551       <method name="Int32 Main()">
21552         <size>2</size>
21553       </method>
21554     </type>
21555   </test>
21556   <test name="test-131.cs">
21557     <type name="SimpleAttribute">
21558       <method name="Void .ctor(String)">
21559         <size>14</size>
21560       </method>
21561     </type>
21562     <type name="Blah">
21563       <method name="Void .ctor()">
21564         <size>7</size>
21565       </method>
21566       <method name="Int32 Main()">
21567         <size>2</size>
21568       </method>
21569     </type>
21570   </test>
21571   <test name="test-132.cs">
21572     <type name="T">
21573       <method name="Void .ctor()">
21574         <size>7</size>
21575       </method>
21576       <method name="Int32 Main()">
21577         <size>51</size>
21578       </method>
21579     </type>
21580   </test>
21581   <test name="test-133.cs">
21582     <type name="T">
21583       <method name="Void .ctor()">
21584         <size>7</size>
21585       </method>
21586       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
21587         <size>21</size>
21588       </method>
21589       <method name="Void get_struct(S ByRef)">
21590         <size>24</size>
21591       </method>
21592       <method name="Int32 Main()">
21593         <size>75</size>
21594       </method>
21595     </type>
21596   </test>
21597   <test name="test-134.cs">
21598     <type name="AA">
21599       <method name="Void .ctor()">
21600         <size>7</size>
21601       </method>
21602       <method name="Void A()">
21603         <size>8</size>
21604       </method>
21605       <method name="Void B()">
21606         <size>8</size>
21607       </method>
21608       <method name="Void C()">
21609         <size>8</size>
21610       </method>
21611       <method name="Boolean get_OK()">
21612         <size>32</size>
21613       </method>
21614     </type>
21615     <type name="BB">
21616       <method name="Void .ctor()">
21617         <size>7</size>
21618       </method>
21619       <method name="Void A()">
21620         <size>18</size>
21621       </method>
21622       <method name="Void B()">
21623         <size>8</size>
21624       </method>
21625       <method name="Void C()">
21626         <size>8</size>
21627       </method>
21628       <method name="Boolean get_OK()">
21629         <size>32</size>
21630       </method>
21631     </type>
21632     <type name="T">
21633       <method name="Void .ctor()">
21634         <size>7</size>
21635       </method>
21636       <method name="Void A()">
21637         <size>1</size>
21638       </method>
21639       <method name="Void B()">
21640         <size>1</size>
21641       </method>
21642       <method name="Int32 Main()">
21643         <size>76</size>
21644       </method>
21645     </type>
21646   </test>
21647   <test name="test-135.cs">
21648     <type name="A">
21649       <method name="Void .ctor()">
21650         <size>7</size>
21651       </method>
21652       <method name="Void doh()">
21653         <size>1</size>
21654       </method>
21655     </type>
21656     <type name="T">
21657       <method name="Void .ctor()">
21658         <size>7</size>
21659       </method>
21660       <method name="A get_Prop()">
21661         <size>6</size>
21662       </method>
21663       <method name="Int32 Main()">
21664         <size>37</size>
21665       </method>
21666       <method name="IA IB.get_Prop()">
21667         <size>6</size>
21668       </method>
21669     </type>
21670   </test>
21671   <test name="test-136.cs">
21672     <type name="MyCar">
21673       <method name="Void .ctor()">
21674         <size>7</size>
21675       </method>
21676       <method name="Void IDiagnostic.Stop()">
21677         <size>8</size>
21678       </method>
21679       <method name="Void IAutomobile.Stop()">
21680         <size>8</size>
21681       </method>
21682       <method name="Void Stop()">
21683         <size>16</size>
21684       </method>
21685     </type>
21686     <type name="TestConflict">
21687       <method name="Void .ctor()">
21688         <size>7</size>
21689       </method>
21690       <method name="Int32 Main()">
21691         <size>74</size>
21692       </method>
21693     </type>
21694   </test>
21695   <test name="test-137.cs">
21696     <type name="C">
21697       <method name="Void .ctor()">
21698         <size>7</size>
21699       </method>
21700       <method name="Void X()">
21701         <size>15</size>
21702       </method>
21703       <method name="Int32 Main()">
21704         <size>95</size>
21705       </method>
21706     </type>
21707   </test>
21708   <test name="test-138.cs">
21709     <type name="T">
21710       <method name="Void .ctor()">
21711         <size>7</size>
21712       </method>
21713       <method name="Int32 Main()">
21714         <size>14</size>
21715       </method>
21716     </type>
21717   </test>
21718   <test name="test-139.cs">
21719     <type name="T">
21720       <method name="Void one()">
21721         <size>13</size>
21722       </method>
21723       <method name="Void two(T)">
21724         <size>8</size>
21725       </method>
21726       <method name="Void three(T ByRef)">
21727         <size>13</size>
21728       </method>
21729       <method name="Int32 GetHashCode()">
21730         <size>12</size>
21731       </method>
21732       <method name="Int32 Main()">
21733         <size>25</size>
21734       </method>
21735     </type>
21736   </test>
21737   <test name="test-14.cs">
21738     <type name="Obj.A">
21739       <method name="Void .ctor()">
21740         <size>7</size>
21741       </method>
21742       <method name="Int32 F()">
21743         <size>2</size>
21744       </method>
21745       <method name="Int32 G()">
21746         <size>2</size>
21747       </method>
21748       <method name="Int32 H()">
21749         <size>3</size>
21750       </method>
21751     </type>
21752     <type name="Obj.B">
21753       <method name="Void .ctor()">
21754         <size>7</size>
21755       </method>
21756       <method name="Int32 F()">
21757         <size>2</size>
21758       </method>
21759       <method name="Int32 G()">
21760         <size>2</size>
21761       </method>
21762       <method name="Int32 H()">
21763         <size>3</size>
21764       </method>
21765     </type>
21766     <type name="Obj.Test">
21767       <method name="Void .ctor()">
21768         <size>7</size>
21769       </method>
21770       <method name="Int32 Main()">
21771         <size>182</size>
21772       </method>
21773     </type>
21774   </test>
21775   <test name="test-140.cs">
21776     <type name="BreakTest">
21777       <method name="Void .ctor()">
21778         <size>7</size>
21779       </method>
21780       <method name="Void .cctor()">
21781         <size>1</size>
21782       </method>
21783       <method name="Void B()">
21784         <size>47</size>
21785       </method>
21786       <method name="Int32 Main()">
21787         <size>20</size>
21788       </method>
21789     </type>
21790   </test>
21791   <test name="test-141.cs">
21792     <type name="X">
21793       <method name="Void .ctor()">
21794         <size>7</size>
21795       </method>
21796       <method name="Int32 Main()">
21797         <size>38</size>
21798       </method>
21799       <method name="Boolean Test1()">
21800         <size>41</size>
21801       </method>
21802       <method name="Boolean Test2()">
21803         <size>42</size>
21804       </method>
21805       <method name="Boolean Test3()">
21806         <size>37</size>
21807       </method>
21808     </type>
21809   </test>
21810   <test name="test-142.cs">
21811     <type name="TestClass">
21812       <method name="Void .ctor(EventHandler)">
21813         <size>14</size>
21814       </method>
21815       <method name="Int32 Main()">
21816         <size>2</size>
21817       </method>
21818     </type>
21819     <type name="TestBaseClass">
21820       <method name="Void .ctor()">
21821         <size>7</size>
21822       </method>
21823       <method name="Void add_Blah(System.EventHandler)">
21824         <size>24</size>
21825       </method>
21826       <method name="Void remove_Blah(System.EventHandler)">
21827         <size>24</size>
21828       </method>
21829     </type>
21830   </test>
21831   <test name="test-143.cs">
21832     <type name="MonoEnumInfo">
21833       <method name="Void stuff()">
21834         <size>8</size>
21835       </method>
21836       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
21837         <size>20</size>
21838       </method>
21839       <method name="Int32 Main()">
21840         <size>32</size>
21841       </method>
21842     </type>
21843   </test>
21844   <test name="test-144.cs">
21845     <type name="Test">
21846       <method name="Void .ctor()">
21847         <size>7</size>
21848       </method>
21849       <method name="Void Main()">
21850         <size>1</size>
21851       </method>
21852     </type>
21853   </test>
21854   <test name="test-145.cs">
21855     <type name="JagArrayTest">
21856       <method name="Void .ctor()">
21857         <size>7</size>
21858       </method>
21859       <method name="Void .cctor()">
21860         <size>25</size>
21861       </method>
21862       <method name="Void Main()">
21863         <size>15</size>
21864       </method>
21865     </type>
21866   </test>
21867   <test name="test-146.cs">
21868     <type name="Test">
21869       <method name="Void .ctor()">
21870         <size>7</size>
21871       </method>
21872       <method name="Int32 Main()">
21873         <size>335</size>
21874       </method>
21875     </type>
21876   </test>
21877   <test name="test-147.cs">
21878     <type name="X">
21879       <method name="Void .ctor()">
21880         <size>15</size>
21881       </method>
21882       <method name="Void .cctor()">
21883         <size>8</size>
21884       </method>
21885       <method name="X Foo()">
21886         <size>6</size>
21887       </method>
21888       <method name="X Bar()">
21889         <size>6</size>
21890       </method>
21891       <method name="X Baz()">
21892         <size>6</size>
21893       </method>
21894       <method name="UInt32 get_Property()">
21895         <size>2</size>
21896       </method>
21897       <method name="UInt32 get_StaticProperty()">
21898         <size>3</size>
21899       </method>
21900       <method name="Int32 get_Item(Int32)">
21901         <size>2</size>
21902       </method>
21903     </type>
21904     <type name="Y">
21905       <method name="Void .ctor()">
21906         <size>15</size>
21907       </method>
21908       <method name="Void .cctor()">
21909         <size>9</size>
21910       </method>
21911       <method name="Y Foo()">
21912         <size>6</size>
21913       </method>
21914       <method name="Y Bar()">
21915         <size>6</size>
21916       </method>
21917       <method name="Y Baz()">
21918         <size>6</size>
21919       </method>
21920       <method name="UInt32 get_Property()">
21921         <size>2</size>
21922       </method>
21923       <method name="UInt32 get_StaticProperty()">
21924         <size>3</size>
21925       </method>
21926       <method name="Int32 get_Item(Int32)">
21927         <size>2</size>
21928       </method>
21929     </type>
21930     <type name="Z">
21931       <method name="Void .ctor()">
21932         <size>7</size>
21933       </method>
21934       <method name="Int32 Test()">
21935         <size>94</size>
21936       </method>
21937     </type>
21938     <type name="Test">
21939       <method name="Void .ctor()">
21940         <size>7</size>
21941       </method>
21942       <method name="Int32 Main()">
21943         <size>252</size>
21944       </method>
21945     </type>
21946   </test>
21947   <test name="test-148.cs">
21948     <type name="Y">
21949       <method name="Void .ctor()">
21950         <size>7</size>
21951       </method>
21952       <method name="Int32 get_Bar(Int32)">
21953         <size>2</size>
21954       </method>
21955       <method name="Int64 get_Bar(Double)">
21956         <size>3</size>
21957       </method>
21958     </type>
21959     <type name="Z">
21960       <method name="Void .ctor()">
21961         <size>7</size>
21962       </method>
21963       <method name="Int64 get_Whatever(Double)">
21964         <size>3</size>
21965       </method>
21966       <method name="Single get_Whatever(Int64, Int32)">
21967         <size>6</size>
21968       </method>
21969       <method name="Int32 InstanceTest()">
21970         <size>54</size>
21971       </method>
21972       <method name="Int32 Test()">
21973         <size>356</size>
21974       </method>
21975       <method name="Int32 Main()">
21976         <size>94</size>
21977       </method>
21978     </type>
21979     <type name="Z+MyArray">
21980       <method name="Void .ctor()">
21981         <size>7</size>
21982       </method>
21983       <method name="System.Object get_Item(Int32)">
21984         <size>8</size>
21985       </method>
21986       <method name="Void set_Item(Int32, System.Object)">
21987         <size>9</size>
21988       </method>
21989     </type>
21990     <type name="A">
21991       <method name="Void .ctor()">
21992         <size>7</size>
21993       </method>
21994       <method name="Int32 get_Monkey(Int32)">
21995         <size>4</size>
21996       </method>
21997     </type>
21998     <type name="B">
21999       <method name="Void .ctor()">
22000         <size>7</size>
22001       </method>
22002       <method name="Int64 get_Item(Int64, Int32)">
22003         <size>5</size>
22004       </method>
22005     </type>
22006     <type name="C">
22007       <method name="Void .ctor()">
22008         <size>7</size>
22009       </method>
22010       <method name="Int32 get_Item(Int32)">
22011         <size>4</size>
22012       </method>
22013     </type>
22014     <type name="D">
22015       <method name="Void .ctor()">
22016         <size>7</size>
22017       </method>
22018       <method name="Int64 get_Item(Int64, Int32)">
22019         <size>5</size>
22020       </method>
22021     </type>
22022     <type name="E">
22023       <method name="Void .ctor()">
22024         <size>7</size>
22025       </method>
22026       <method name="System.String get_g()">
22027         <size>6</size>
22028       </method>
22029       <method name="Void set_g(System.String)">
22030         <size>1</size>
22031       </method>
22032     </type>
22033     <type name="F">
22034       <method name="Void .ctor()">
22035         <size>7</size>
22036       </method>
22037       <method name="System.String get_g()">
22038         <size>6</size>
22039       </method>
22040     </type>
22041     <type name="DisposableNotifyList">
22042       <method name="Void .ctor()">
22043         <size>7</size>
22044       </method>
22045     </type>
22046     <type name="ChildList">
22047       <method name="Void .ctor()">
22048         <size>7</size>
22049       </method>
22050       <method name="Void Test()">
22051         <size>14</size>
22052       </method>
22053     </type>
22054     <type name="Y">
22055       <method name="Int32 X.get_Foo(Int32)">
22056         <size>2</size>
22057       </method>
22058     </type>
22059   </test>
22060   <test name="test-149.cs">
22061     <type name="Y">
22062       <method name="Void .ctor()">
22063         <size>7</size>
22064       </method>
22065       <method name="Void .cctor()">
22066         <size>1</size>
22067       </method>
22068       <method name="Void add_Foo(System.EventHandler)">
22069         <size>24</size>
22070       </method>
22071       <method name="Void remove_Foo(System.EventHandler)">
22072         <size>24</size>
22073       </method>
22074       <method name="Void add_TestEvent(MyDelegate)">
22075         <size>24</size>
22076       </method>
22077       <method name="Void remove_TestEvent(MyDelegate)">
22078         <size>24</size>
22079       </method>
22080       <method name="Int32 Test()">
22081         <size>166</size>
22082       </method>
22083       <method name="Void callback1(System.Object, System.EventArgs)">
22084         <size>7</size>
22085       </method>
22086       <method name="Int64 callback2(Int32)">
22087         <size>19</size>
22088       </method>
22089       <method name="Void callback3(System.Object, System.EventArgs)">
22090         <size>7</size>
22091       </method>
22092     </type>
22093     <type name="Z">
22094       <method name="Void .ctor()">
22095         <size>7</size>
22096       </method>
22097       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
22098         <size>22</size>
22099       </method>
22100       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
22101         <size>22</size>
22102       </method>
22103       <method name="Int32 a()">
22104         <size>2</size>
22105       </method>
22106       <method name="Int32 Main()">
22107         <size>80</size>
22108       </method>
22109     </type>
22110     <type name="Static">
22111       <method name="Void .ctor()">
22112         <size>7</size>
22113       </method>
22114       <method name="Void add_Test(System.EventHandler)">
22115         <size>22</size>
22116       </method>
22117       <method name="Void remove_Test(System.EventHandler)">
22118         <size>22</size>
22119       </method>
22120       <method name="Void Fire()">
22121         <size>23</size>
22122       </method>
22123     </type>
22124     <type name="Z+SomeEventHandler">
22125       <method name="Void .ctor(Object, IntPtr)">
22126         <size>0</size>
22127       </method>
22128       <method name="Int32 Invoke()">
22129         <size>0</size>
22130       </method>
22131       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22132         <size>0</size>
22133       </method>
22134       <method name="Int32 EndInvoke(IAsyncResult)">
22135         <size>0</size>
22136       </method>
22137     </type>
22138     <type name="MyDelegate">
22139       <method name="Void .ctor(Object, IntPtr)">
22140         <size>0</size>
22141       </method>
22142       <method name="Int64 Invoke(Int32)">
22143         <size>0</size>
22144       </method>
22145       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22146         <size>0</size>
22147       </method>
22148       <method name="Int64 EndInvoke(IAsyncResult)">
22149         <size>0</size>
22150       </method>
22151     </type>
22152     <type name="Y">
22153       <method name="Void X.add_Foo(System.EventHandler)">
22154         <size>1</size>
22155       </method>
22156       <method name="Void X.remove_Foo(System.EventHandler)">
22157         <size>1</size>
22158       </method>
22159     </type>
22160   </test>
22161   <test name="test-15.cs">
22162     <type name="Implementor">
22163       <method name="Void .ctor()">
22164         <size>7</size>
22165       </method>
22166       <method name="Int32 A()">
22167         <size>2</size>
22168       </method>
22169     </type>
22170     <type name="Run">
22171       <method name="Void .ctor()">
22172         <size>7</size>
22173       </method>
22174       <method name="Int32 Main()">
22175         <size>53</size>
22176       </method>
22177     </type>
22178     <type name="StructImplementor">
22179       <method name="Int32 A()">
22180         <size>2</size>
22181       </method>
22182     </type>
22183   </test>
22184   <test name="test-150.cs">
22185     <type name="T">
22186       <method name="Void .ctor()">
22187         <size>18</size>
22188       </method>
22189       <method name="Int32 Main()">
22190         <size>2</size>
22191       </method>
22192     </type>
22193   </test>
22194   <test name="test-151.cs">
22195     <type name="A.Iface">
22196       <method name="Void .ctor()">
22197         <size>7</size>
22198       </method>
22199       <method name="Void bah()">
22200         <size>1</size>
22201       </method>
22202     </type>
22203     <type name="A.my">
22204       <method name="Void .ctor()">
22205         <size>7</size>
22206       </method>
22207       <method name="Void doit(System.Object)">
22208         <size>13</size>
22209       </method>
22210       <method name="Int32 Main()">
22211         <size>2</size>
22212       </method>
22213     </type>
22214   </test>
22215   <test name="test-152.cs">
22216     <type name="X">
22217       <method name="Void .ctor()">
22218         <size>7</size>
22219       </method>
22220       <method name="Int32 Main()">
22221         <size>99</size>
22222       </method>
22223     </type>
22224   </test>
22225   <test name="test-153.cs">
22226     <type name="Z">
22227       <method name="Void .ctor()">
22228         <size>7</size>
22229       </method>
22230       <method name="Void Test2(System.String, System.Object[])">
22231         <size>1</size>
22232       </method>
22233       <method name="Void Test(System.String, System.Object[])">
22234         <size>8</size>
22235       </method>
22236       <method name="Int32 Main()">
22237         <size>86</size>
22238       </method>
22239     </type>
22240   </test>
22241   <test name="test-154.cs">
22242     <type name="X">
22243       <method name="Void .ctor()">
22244         <size>7</size>
22245       </method>
22246       <method name="Int32 Main()">
22247         <size>2</size>
22248       </method>
22249       <method name="Void test1(Single ByRef)">
22250         <size>6</size>
22251       </method>
22252       <method name="Void test2(Int32, Single ByRef)">
22253         <size>38</size>
22254       </method>
22255       <method name="Void test3(System.Int64[], Int32)">
22256         <size>21</size>
22257       </method>
22258       <method name="Int32 test4(Int32, Single ByRef)">
22259         <size>33</size>
22260       </method>
22261       <method name="Int32 test5(Single ByRef, Int64)">
22262         <size>75</size>
22263       </method>
22264       <method name="Int32 test6(Single ByRef)">
22265         <size>10</size>
22266       </method>
22267       <method name="Int64 test7(System.Int32[], Int32)">
22268         <size>64</size>
22269       </method>
22270       <method name="Int64 test8(Int32)">
22271         <size>34</size>
22272       </method>
22273       <method name="Int64 test9(Int32)">
22274         <size>28</size>
22275       </method>
22276       <method name="Void test10(Int32, Single ByRef)">
22277         <size>23</size>
22278       </method>
22279       <method name="Int64 test11(Int32)">
22280         <size>44</size>
22281       </method>
22282       <method name="Void test12(Single ByRef)">
22283         <size>25</size>
22284       </method>
22285       <method name="Void test13(Int32, Single ByRef)">
22286         <size>23</size>
22287       </method>
22288       <method name="Int64 test14(Int32, Single ByRef)">
22289         <size>66</size>
22290       </method>
22291       <method name="Int32 test15(Int32, Single ByRef)">
22292         <size>33</size>
22293       </method>
22294       <method name="Void test16()">
22295         <size>54</size>
22296       </method>
22297       <method name="Void test17()">
22298         <size>62</size>
22299       </method>
22300       <method name="Void test18(Int32, Int32 ByRef)">
22301         <size>35</size>
22302       </method>
22303       <method name="Int32 test19()">
22304         <size>49</size>
22305       </method>
22306       <method name="Int32 test20()">
22307         <size>22</size>
22308       </method>
22309       <method name="Int32 test21()">
22310         <size>28</size>
22311       </method>
22312       <method name="Int32 test22()">
22313         <size>27</size>
22314       </method>
22315       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
22316         <size>29</size>
22317       </method>
22318       <method name="Int64 test24(Int32)">
22319         <size>67</size>
22320       </method>
22321       <method name="Int64 test25(Int32)">
22322         <size>44</size>
22323       </method>
22324       <method name="Void test26()">
22325         <size>22</size>
22326       </method>
22327       <method name="Int32 test27()">
22328         <size>12</size>
22329       </method>
22330       <method name="Void test28(System.Object ByRef)">
22331         <size>23</size>
22332       </method>
22333       <method name="Boolean test29(Int32 ByRef)">
22334         <size>33</size>
22335       </method>
22336       <method name="System.String test30(System.String ByRef)">
22337         <size>36</size>
22338       </method>
22339       <method name="System.String test31(Int32)">
22340         <size>78</size>
22341       </method>
22342       <method name="Void test32()">
22343         <size>11</size>
22344       </method>
22345       <method name="Int32 test33()">
22346         <size>4</size>
22347       </method>
22348       <method name="Void test34()">
22349         <size>20</size>
22350       </method>
22351       <method name="Void test35(Int32, Boolean)">
22352         <size>28</size>
22353       </method>
22354       <method name="Void test36()">
22355         <size>41</size>
22356       </method>
22357       <method name="Void test37()">
22358         <size>42</size>
22359       </method>
22360       <method name="Int32 test38()">
22361         <size>2</size>
22362       </method>
22363       <method name="Int32 test40(Int32)">
22364         <size>18</size>
22365       </method>
22366     </type>
22367   </test>
22368   <test name="test-155.cs">
22369     <type name="Test">
22370       <method name="Void .ctor()">
22371         <size>7</size>
22372       </method>
22373       <method name="Int32 Main()">
22374         <size>44</size>
22375       </method>
22376     </type>
22377     <type name="Test+TestClass">
22378       <method name="Void .ctor()">
22379         <size>7</size>
22380       </method>
22381       <method name="System.String test(System.String)">
22382         <size>22</size>
22383       </method>
22384     </type>
22385   </test>
22386   <test name="test-156.cs">
22387     <type name="Internal">
22388       <method name="Void .ctor()">
22389         <size>7</size>
22390       </method>
22391     </type>
22392     <type name="Public">
22393       <method name="Void .ctor()">
22394         <size>7</size>
22395       </method>
22396     </type>
22397     <type name="X">
22398       <method name="Void .ctor()">
22399         <size>7</size>
22400       </method>
22401       <method name="Void Main()">
22402         <size>1</size>
22403       </method>
22404     </type>
22405     <type name="X+NestedPublic">
22406       <method name="Void .ctor()">
22407         <size>7</size>
22408       </method>
22409     </type>
22410     <type name="X+NestedAssembly">
22411       <method name="Void .ctor()">
22412         <size>7</size>
22413       </method>
22414     </type>
22415     <type name="X+NestedFamilyAndAssembly">
22416       <method name="Void .ctor()">
22417         <size>7</size>
22418       </method>
22419     </type>
22420     <type name="X+NestedFamily">
22421       <method name="Void .ctor()">
22422         <size>7</size>
22423       </method>
22424     </type>
22425     <type name="X+NestedPrivate">
22426       <method name="Void .ctor()">
22427         <size>7</size>
22428       </method>
22429     </type>
22430     <type name="A">
22431       <method name="Void .ctor()">
22432         <size>7</size>
22433       </method>
22434     </type>
22435     <type name="B">
22436       <method name="Void .ctor()">
22437         <size>7</size>
22438       </method>
22439     </type>
22440     <type name="C">
22441       <method name="Void .ctor()">
22442         <size>7</size>
22443       </method>
22444     </type>
22445     <type name="D">
22446       <method name="Void .ctor()">
22447         <size>7</size>
22448       </method>
22449     </type>
22450     <type name="E">
22451       <method name="Void .ctor()">
22452         <size>7</size>
22453       </method>
22454     </type>
22455     <type name="F">
22456       <method name="Void .ctor()">
22457         <size>7</size>
22458       </method>
22459     </type>
22460     <type name="Y">
22461       <method name="Void .ctor()">
22462         <size>7</size>
22463       </method>
22464       <method name="Void Test(YI)">
22465         <size>1</size>
22466       </method>
22467     </type>
22468     <type name="Y+YA">
22469       <method name="Void .ctor()">
22470         <size>7</size>
22471       </method>
22472     </type>
22473     <type name="Y+YB">
22474       <method name="Void .ctor()">
22475         <size>7</size>
22476       </method>
22477     </type>
22478     <type name="Y+YC">
22479       <method name="Void .ctor()">
22480         <size>7</size>
22481       </method>
22482     </type>
22483     <type name="Y+YD">
22484       <method name="Void .ctor()">
22485         <size>7</size>
22486       </method>
22487     </type>
22488     <type name="Y+YE">
22489       <method name="Void .ctor()">
22490         <size>7</size>
22491       </method>
22492     </type>
22493     <type name="Y+YF">
22494       <method name="Void .ctor()">
22495         <size>7</size>
22496       </method>
22497     </type>
22498     <type name="Y+YG">
22499       <method name="Void .ctor()">
22500         <size>7</size>
22501       </method>
22502     </type>
22503     <type name="Y+YH">
22504       <method name="Void .ctor()">
22505         <size>7</size>
22506       </method>
22507     </type>
22508     <type name="Z">
22509       <method name="Void .ctor()">
22510         <size>7</size>
22511       </method>
22512     </type>
22513     <type name="Z+P">
22514       <method name="Void .ctor()">
22515         <size>7</size>
22516       </method>
22517     </type>
22518     <type name="W">
22519       <method name="Void .ctor()">
22520         <size>7</size>
22521       </method>
22522     </type>
22523     <type name="W+WA">
22524       <method name="Void .ctor()">
22525         <size>7</size>
22526       </method>
22527     </type>
22528     <type name="W+WB">
22529       <method name="Void .ctor()">
22530         <size>7</size>
22531       </method>
22532     </type>
22533     <type name="W+WC">
22534       <method name="Void .ctor()">
22535         <size>7</size>
22536       </method>
22537     </type>
22538     <type name="W+WD">
22539       <method name="Void .ctor()">
22540         <size>7</size>
22541       </method>
22542     </type>
22543     <type name="W+WE">
22544       <method name="Void .ctor()">
22545         <size>7</size>
22546       </method>
22547     </type>
22548     <type name="W+WCA">
22549       <method name="Void .ctor()">
22550         <size>7</size>
22551       </method>
22552     </type>
22553     <type name="W+WCB">
22554       <method name="Void .ctor()">
22555         <size>7</size>
22556       </method>
22557     </type>
22558     <type name="W+WCB+WCD">
22559       <method name="Void .ctor()">
22560         <size>7</size>
22561       </method>
22562     </type>
22563     <type name="W+WCB+WCD+WCE">
22564       <method name="Void .ctor()">
22565         <size>7</size>
22566       </method>
22567     </type>
22568     <type name="G">
22569       <method name="Void .ctor()">
22570         <size>7</size>
22571       </method>
22572       <method name="Void Test(X)">
22573         <size>1</size>
22574       </method>
22575     </type>
22576     <type name="G+I">
22577       <method name="Void .ctor()">
22578         <size>7</size>
22579       </method>
22580     </type>
22581     <type name="G+I+J">
22582       <method name="Void .ctor()">
22583         <size>7</size>
22584       </method>
22585       <method name="Void Test(Foo)">
22586         <size>1</size>
22587       </method>
22588     </type>
22589     <type name="H">
22590       <method name="Void .ctor()">
22591         <size>7</size>
22592       </method>
22593       <method name="Void Test(System.Int32[])">
22594         <size>1</size>
22595       </method>
22596     </type>
22597     <type name="M">
22598       <method name="Void .ctor()">
22599         <size>7</size>
22600       </method>
22601       <method name="Void Hello(System.String)">
22602         <size>1</size>
22603       </method>
22604     </type>
22605   </test>
22606   <test name="test-157.cs">
22607     <type name="Test.MyAttribute">
22608       <method name="Void .ctor(String)">
22609         <size>20</size>
22610       </method>
22611     </type>
22612     <type name="Test.Test">
22613       <method name="Void .ctor()">
22614         <size>7</size>
22615       </method>
22616       <method name="Int32 Main()">
22617         <size>197</size>
22618       </method>
22619     </type>
22620   </test>
22621   <test name="test-158.cs">
22622     <type name="My">
22623       <method name="Void .ctor(Object)">
22624         <size>14</size>
22625       </method>
22626     </type>
22627     <type name="My+Test">
22628       <method name="Void .ctor()">
22629         <size>7</size>
22630       </method>
22631       <method name="Int32 Main()">
22632         <size>87</size>
22633       </method>
22634     </type>
22635   </test>
22636   <test name="test-159.cs">
22637     <type name="A.Iface">
22638       <method name="Void .ctor()">
22639         <size>7</size>
22640       </method>
22641       <method name="Void bah()">
22642         <size>1</size>
22643       </method>
22644     </type>
22645     <type name="A.my">
22646       <method name="Void .ctor()">
22647         <size>7</size>
22648       </method>
22649       <method name="Void doit(System.Object)">
22650         <size>13</size>
22651       </method>
22652       <method name="Int32 Main()">
22653         <size>2</size>
22654       </method>
22655     </type>
22656   </test>
22657   <test name="test-16.cs">
22658     <type name="Mine.Blah">
22659       <method name="Void .ctor()">
22660         <size>7</size>
22661       </method>
22662       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
22663         <size>12</size>
22664       </method>
22665       <method name="Int32 op_Implicit(Mine.Blah)">
22666         <size>12</size>
22667       </method>
22668       <method name="Byte op_Implicit(Mine.Blah)">
22669         <size>12</size>
22670       </method>
22671       <method name="Int16 op_Implicit(Mine.Blah)">
22672         <size>12</size>
22673       </method>
22674     </type>
22675     <type name="Mine.Foo">
22676       <method name="Void .ctor()">
22677         <size>7</size>
22678       </method>
22679       <method name="Int32 Main()">
22680         <size>118</size>
22681       </method>
22682     </type>
22683   </test>
22684   <test name="test-160.cs">
22685     <type name="B">
22686       <method name="Void .ctor()">
22687         <size>7</size>
22688       </method>
22689     </type>
22690     <type name="S">
22691       <method name="Void .ctor()">
22692         <size>7</size>
22693       </method>
22694     </type>
22695     <type name="T">
22696       <method name="Void .ctor()">
22697         <size>7</size>
22698       </method>
22699       <method name="Int32 blah(System.Object)">
22700         <size>62</size>
22701       </method>
22702       <method name="Int32 Main()">
22703         <size>2</size>
22704       </method>
22705     </type>
22706   </test>
22707   <test name="test-161.cs">
22708     <type name="ZipEntry">
22709       <method name="Void .ctor(String)">
22710         <size>18</size>
22711       </method>
22712       <method name="Void .ctor(ZipEntry)">
22713         <size>18</size>
22714       </method>
22715       <method name="DateTime get_DateTime()">
22716         <size>7</size>
22717       </method>
22718       <method name="Int32 Main()">
22719         <size>2</size>
22720       </method>
22721     </type>
22722   </test>
22723   <test name="test-162.cs">
22724     <type name="X">
22725       <method name="Void .ctor()">
22726         <size>7</size>
22727       </method>
22728       <method name="Void test_output(A)">
22729         <size>1</size>
22730       </method>
22731       <method name="Void test_output(B)">
22732         <size>1</size>
22733       </method>
22734       <method name="Void test_output(E)">
22735         <size>1</size>
22736       </method>
22737       <method name="Void test_output(F)">
22738         <size>1</size>
22739       </method>
22740       <method name="Void test1()">
22741         <size>21</size>
22742       </method>
22743       <method name="Void test2()">
22744         <size>32</size>
22745       </method>
22746       <method name="Void test3()">
22747         <size>21</size>
22748       </method>
22749       <method name="Void test4(A)">
22750         <size>9</size>
22751       </method>
22752       <method name="Void test5(A ByRef)">
22753         <size>9</size>
22754       </method>
22755       <method name="Void test6(B ByRef)">
22756         <size>8</size>
22757       </method>
22758       <method name="Void test7()">
22759         <size>28</size>
22760       </method>
22761       <method name="Void test8()">
22762         <size>50</size>
22763       </method>
22764       <method name="Void test9()">
22765         <size>26</size>
22766       </method>
22767       <method name="Void test10()">
22768         <size>82</size>
22769       </method>
22770       <method name="Int32 Main()">
22771         <size>2</size>
22772       </method>
22773     </type>
22774     <type name="A">
22775       <method name="Void .ctor(Int32)">
22776         <size>27</size>
22777       </method>
22778     </type>
22779     <type name="C">
22780       <method name="Void .ctor(Int64)">
22781         <size>8</size>
22782       </method>
22783       <method name="Void .ctor(String)">
22784         <size>13</size>
22785       </method>
22786     </type>
22787     <type name="E">
22788       <method name="Void .ctor(Int32)">
22789         <size>21</size>
22790       </method>
22791     </type>
22792   </test>
22793   <test name="test-163.cs">
22794     <type name="Blah">
22795       <method name="Void .ctor()">
22796         <size>7</size>
22797       </method>
22798       <method name="Int32 Foo(System.String)">
22799         <size>2</size>
22800       </method>
22801       <method name="Int32 Foo(System.Object)">
22802         <size>2</size>
22803       </method>
22804       <method name="Int32 Main()">
22805         <size>28</size>
22806       </method>
22807     </type>
22808   </test>
22809   <test name="test-164.cs">
22810     <type name="X">
22811       <method name="Void .ctor()">
22812         <size>26</size>
22813       </method>
22814       <method name="Int32 Foo()">
22815         <size>2</size>
22816       </method>
22817     </type>
22818     <type name="Y">
22819       <method name="Void .ctor()">
22820         <size>7</size>
22821       </method>
22822       <method name="Int32 Foo()">
22823         <size>2</size>
22824       </method>
22825       <method name="Int32 Hello()">
22826         <size>12</size>
22827       </method>
22828       <method name="Void Main()">
22829         <size>46</size>
22830       </method>
22831     </type>
22832     <type name="X+FooDelegate">
22833       <method name="Void .ctor(Object, IntPtr)">
22834         <size>0</size>
22835       </method>
22836       <method name="Int32 Invoke()">
22837         <size>0</size>
22838       </method>
22839       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22840         <size>0</size>
22841       </method>
22842       <method name="Int32 EndInvoke(IAsyncResult)">
22843         <size>0</size>
22844       </method>
22845     </type>
22846   </test>
22847   <test name="test-165.cs">
22848     <type name="Testing">
22849       <method name="Void .ctor()">
22850         <size>7</size>
22851       </method>
22852       <method name="Int32 TestEnumInit(Fruit)">
22853         <size>21</size>
22854       </method>
22855       <method name="Int32 Main()">
22856         <size>62</size>
22857       </method>
22858     </type>
22859   </test>
22860   <test name="test-166.cs">
22861     <type name="Test">
22862       <method name="Void .ctor()">
22863         <size>7</size>
22864       </method>
22865       <method name="Int32 get_Item(Int32)">
22866         <size>2</size>
22867       </method>
22868     </type>
22869     <type name="D">
22870       <method name="Void .ctor()">
22871         <size>7</size>
22872       </method>
22873       <method name="Int32 get_TargetIntegerSize()">
22874         <size>2</size>
22875       </method>
22876       <method name="Int32 Hello(IInferior)">
22877         <size>7</size>
22878       </method>
22879       <method name="Int32 Main()">
22880         <size>61</size>
22881       </method>
22882     </type>
22883     <type name="Test">
22884       <method name="Int32 ITest.get_Item(Int32)">
22885         <size>2</size>
22886       </method>
22887     </type>
22888   </test>
22889   <test name="test-167.cs">
22890     <type name="X">
22891       <method name="Void .ctor()">
22892         <size>7</size>
22893       </method>
22894       <method name="Int32 Test(X+Foo[])">
22895         <size>23</size>
22896       </method>
22897       <method name="Int32 Main()">
22898         <size>44</size>
22899       </method>
22900     </type>
22901   </test>
22902   <test name="test-168.cs">
22903     <type name="Test">
22904       <method name="Void .ctor()">
22905         <size>7</size>
22906       </method>
22907       <method name="Int32 Main()">
22908         <size>21</size>
22909       </method>
22910     </type>
22911     <type name="X">
22912       <method name="System.String op_Implicit(X)">
22913         <size>6</size>
22914       </method>
22915     </type>
22916   </test>
22917   <test name="test-169.cs">
22918     <type name="basec">
22919       <method name="Void .ctor()">
22920         <size>7</size>
22921       </method>
22922       <method name="System.String get_Message()">
22923         <size>6</size>
22924       </method>
22925     </type>
22926     <type name="der">
22927       <method name="Void .ctor()">
22928         <size>7</size>
22929       </method>
22930       <method name="System.String get_Message()">
22931         <size>6</size>
22932       </method>
22933     </type>
22934     <type name="Base">
22935       <method name="Void .ctor()">
22936         <size>7</size>
22937       </method>
22938       <method name="Int32 get_Thingy()">
22939         <size>7</size>
22940       </method>
22941       <method name="Void set_Thingy(Int32)">
22942         <size>8</size>
22943       </method>
22944     </type>
22945     <type name="Derived">
22946       <method name="Void .ctor()">
22947         <size>7</size>
22948       </method>
22949       <method name="Int32 get_BaseThingy()">
22950         <size>7</size>
22951       </method>
22952       <method name="Void set_Thingy(Int32)">
22953         <size>1</size>
22954       </method>
22955     </type>
22956     <type name="D">
22957       <method name="Void .ctor()">
22958         <size>7</size>
22959       </method>
22960       <method name="Int32 Main()">
22961         <size>97</size>
22962       </method>
22963     </type>
22964   </test>
22965   <test name="test-17.cs">
22966     <type name="Blah">
22967       <method name="Void .ctor()">
22968         <size>7</size>
22969       </method>
22970       <method name="Int32 Main()">
22971         <size>39</size>
22972       </method>
22973       <method name="Byte op_Implicit(Blah)">
22974         <size>12</size>
22975       </method>
22976       <method name="Int16 op_Implicit(Blah)">
22977         <size>12</size>
22978       </method>
22979       <method name="Int32 op_Implicit(Blah)">
22980         <size>12</size>
22981       </method>
22982     </type>
22983   </test>
22984   <test name="test-170.cs">
22985     <type name="X">
22986       <method name="Void .ctor()">
22987         <size>7</size>
22988       </method>
22989       <method name="Int32 get_prop()">
22990         <size>7</size>
22991       </method>
22992       <method name="Void set_prop(Int32)">
22993         <size>8</size>
22994       </method>
22995       <method name="Void set_AAA(Int32)">
22996         <size>1</size>
22997       </method>
22998     </type>
22999     <type name="Y">
23000       <method name="Void .ctor()">
23001         <size>14</size>
23002       </method>
23003       <method name="Int32 get_prop()">
23004         <size>7</size>
23005       </method>
23006       <method name="Void set_prop(Int32)">
23007         <size>8</size>
23008       </method>
23009       <method name="Int32 A()">
23010         <size>38</size>
23011       </method>
23012       <method name="Int32 Main()">
23013         <size>13</size>
23014       </method>
23015     </type>
23016   </test>
23017   <test name="test-171.cs">
23018     <type name="IntPtr_Conv.Class1">
23019       <method name="Void .ctor()">
23020         <size>7</size>
23021       </method>
23022       <method name="Int32 Main(System.String[])">
23023         <size>15</size>
23024       </method>
23025     </type>
23026   </test>
23027   <test name="test-172.cs">
23028     <type name="X">
23029       <method name="Void .ctor()">
23030         <size>7</size>
23031       </method>
23032       <method name="Void .cctor()">
23033         <size>31</size>
23034       </method>
23035       <method name="Boolean ff()">
23036         <size>14</size>
23037       </method>
23038       <method name="Boolean tt()">
23039         <size>14</size>
23040       </method>
23041       <method name="Int32 test_if()">
23042         <size>599</size>
23043       </method>
23044       <method name="Int32 test_while()">
23045         <size>437</size>
23046       </method>
23047       <method name="Int32 test_inline()">
23048         <size>29</size>
23049       </method>
23050       <method name="Int32 Main()">
23051         <size>109</size>
23052       </method>
23053     </type>
23054   </test>
23055   <test name="test-173.cs">
23056     <type name="Base">
23057       <method name="Void .ctor(Int32)">
23058         <size>14</size>
23059       </method>
23060       <method name="Int32 get_Value()">
23061         <size>7</size>
23062       </method>
23063     </type>
23064     <type name="A">
23065       <method name="Void .ctor(Int32)">
23066         <size>18</size>
23067       </method>
23068       <method name="Void .ctor(UInt32)">
23069         <size>18</size>
23070       </method>
23071     </type>
23072     <type name="B">
23073       <method name="Void .ctor(Int64)">
23074         <size>18</size>
23075       </method>
23076       <method name="Void .ctor(UInt64)">
23077         <size>18</size>
23078       </method>
23079     </type>
23080     <type name="C">
23081       <method name="Void .ctor(Int16)">
23082         <size>18</size>
23083       </method>
23084       <method name="Void .ctor(UInt16)">
23085         <size>18</size>
23086       </method>
23087     </type>
23088     <type name="D">
23089       <method name="Void .ctor(SByte)">
23090         <size>18</size>
23091       </method>
23092       <method name="Void .ctor(Byte)">
23093         <size>18</size>
23094       </method>
23095     </type>
23096     <type name="E">
23097       <method name="Void .ctor(Int64)">
23098         <size>19</size>
23099       </method>
23100       <method name="Void .ctor(E)">
23101         <size>19</size>
23102       </method>
23103       <method name="E op_Implicit(Int64)">
23104         <size>7</size>
23105       </method>
23106     </type>
23107     <type name="F">
23108       <method name="Void .ctor(Int32)">
23109         <size>19</size>
23110       </method>
23111       <method name="Void .ctor(F)">
23112         <size>19</size>
23113       </method>
23114       <method name="F op_Implicit(Int32)">
23115         <size>7</size>
23116       </method>
23117     </type>
23118     <type name="X">
23119       <method name="Void .ctor()">
23120         <size>7</size>
23121       </method>
23122       <method name="Int32 Test()">
23123         <size>231</size>
23124       </method>
23125       <method name="Int32 Main()">
23126         <size>24</size>
23127       </method>
23128     </type>
23129   </test>
23130   <test name="test-174.cs">
23131     <type name="ProtectedAccessToPropertyOnChild">
23132       <method name="Void .ctor()">
23133         <size>14</size>
23134       </method>
23135       <method name="Int32 Main()">
23136         <size>21</size>
23137       </method>
23138     </type>
23139     <type name="TestAccessToPrivateMemberInParentClass">
23140       <method name="Void .ctor()">
23141         <size>7</size>
23142       </method>
23143       <method name="System.Double[][] get_Array()">
23144         <size>7</size>
23145       </method>
23146     </type>
23147     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
23148       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
23149         <size>37</size>
23150       </method>
23151     </type>
23152     <type name="TestAccessToProtectedOnChildInstanceFromParent">
23153       <method name="Void .ctor()">
23154         <size>29</size>
23155       </method>
23156       <method name="Int32 Test()">
23157         <size>27</size>
23158       </method>
23159     </type>
23160     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
23161       <method name="Void .ctor()">
23162         <size>26</size>
23163       </method>
23164       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
23165         <size>15</size>
23166       </method>
23167     </type>
23168     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
23169       <method name="Void .ctor()">
23170         <size>7</size>
23171       </method>
23172     </type>
23173   </test>
23174   <test name="test-175.cs">
23175     <type name="X">
23176       <method name="Void .ctor()">
23177         <size>7</size>
23178       </method>
23179       <method name="Int32 Main()">
23180         <size>59</size>
23181       </method>
23182     </type>
23183     <type name="RVA">
23184       <method name="Void .ctor(UInt32)">
23185         <size>8</size>
23186       </method>
23187       <method name="RVA op_Implicit(UInt32)">
23188         <size>7</size>
23189       </method>
23190       <method name="UInt32 op_Implicit(RVA)">
23191         <size>8</size>
23192       </method>
23193     </type>
23194   </test>
23195   <test name="test-176.cs">
23196     <type name="X">
23197       <method name="Void .ctor()">
23198         <size>7</size>
23199       </method>
23200       <method name="Int32 Main()">
23201         <size>34</size>
23202       </method>
23203     </type>
23204   </test>
23205   <test name="test-177.cs">
23206     <type name="MethodAttribute">
23207       <method name="Void .ctor()">
23208         <size>7</size>
23209       </method>
23210     </type>
23211     <type name="ReturnAttribute">
23212       <method name="Void .ctor()">
23213         <size>7</size>
23214       </method>
23215     </type>
23216     <type name="Test">
23217       <method name="Void .ctor()">
23218         <size>7</size>
23219       </method>
23220       <method name="Void Method()">
23221         <size>1</size>
23222       </method>
23223       <method name="Int32 Main()">
23224         <size>40</size>
23225       </method>
23226     </type>
23227   </test>
23228   <test name="test-178.cs">
23229     <type name="BrowsableClass">
23230       <method name="Void .ctor()">
23231         <size>7</size>
23232       </method>
23233       <method name="Int32 Main()">
23234         <size>54</size>
23235       </method>
23236       <method name="BrowsableClass op_Increment(BrowsableClass)">
23237         <size>2</size>
23238       </method>
23239     </type>
23240   </test>
23241   <test name="test-179.cs">
23242     <type name="A">
23243       <method name="Void .ctor()">
23244         <size>7</size>
23245       </method>
23246       <method name="Void set_Item(Double, Double)">
23247         <size>15</size>
23248       </method>
23249       <method name="Double get_Item(Double)">
23250         <size>29</size>
23251       </method>
23252     </type>
23253     <type name="B">
23254       <method name="Void .ctor()">
23255         <size>7</size>
23256       </method>
23257       <method name="Void set_Item(Double, Double)">
23258         <size>15</size>
23259       </method>
23260       <method name="Double get_Item(Double)">
23261         <size>29</size>
23262       </method>
23263     </type>
23264     <type name="C">
23265       <method name="Void .ctor()">
23266         <size>7</size>
23267       </method>
23268       <method name="Void set_Item(System.String, System.String)">
23269         <size>15</size>
23270       </method>
23271       <method name="System.String get_Item(System.String)">
23272         <size>30</size>
23273       </method>
23274       <method name="Void set_Item(Int32, Int32)">
23275         <size>15</size>
23276       </method>
23277       <method name="Int32 get_Item(Int32)">
23278         <size>21</size>
23279       </method>
23280     </type>
23281     <type name="EntryPoint">
23282       <method name="Int32 Main(System.String[])">
23283         <size>150</size>
23284       </method>
23285     </type>
23286   </test>
23287   <test name="test-18.cs">
23288     <type name="X">
23289       <method name="Void .ctor()">
23290         <size>7</size>
23291       </method>
23292       <method name="Void m()">
23293         <size>60</size>
23294       </method>
23295       <method name="Int32 ret(Int32)">
23296         <size>40</size>
23297       </method>
23298       <method name="Int32 Main()">
23299         <size>62</size>
23300       </method>
23301     </type>
23302   </test>
23303   <test name="test-180.cs">
23304     <type name="Testing">
23305       <method name="Void .ctor()">
23306         <size>7</size>
23307       </method>
23308       <method name="Void Main()">
23309         <size>17</size>
23310       </method>
23311     </type>
23312   </test>
23313   <test name="test-181.cs">
23314     <type name="Test">
23315       <method name="Void .ctor()">
23316         <size>7</size>
23317       </method>
23318       <method name="Void test()">
23319         <size>1</size>
23320       </method>
23321       <method name="Int32 Main()">
23322         <size>43</size>
23323       </method>
23324     </type>
23325   </test>
23326   <test name="test-182.cs">
23327     <type name="T">
23328       <method name="Void .ctor()">
23329         <size>7</size>
23330       </method>
23331       <method name="Int32 Main()">
23332         <size>26</size>
23333       </method>
23334     </type>
23335     <type name="TS">
23336       <method name="Int64 get_Ticks()">
23337         <size>19</size>
23338       </method>
23339     </type>
23340     <type name="DT">
23341       <method name="Int64 get_Ticks()">
23342         <size>12</size>
23343       </method>
23344     </type>
23345   </test>
23346   <test name="test-183.cs">
23347     <type name="Test">
23348       <method name="Void .ctor()">
23349         <size>7</size>
23350       </method>
23351       <method name="Int32 M(Int32, Int32 ByRef)">
23352         <size>12</size>
23353       </method>
23354       <method name="Int32 Main()">
23355         <size>67</size>
23356       </method>
23357     </type>
23358     <type name="Test+D">
23359       <method name="Void .ctor(Object, IntPtr)">
23360         <size>0</size>
23361       </method>
23362       <method name="Int32 Invoke(Int32, Int32 ByRef)">
23363         <size>0</size>
23364       </method>
23365       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
23366         <size>0</size>
23367       </method>
23368       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
23369         <size>0</size>
23370       </method>
23371     </type>
23372   </test>
23373   <test name="test-184.cs">
23374     <type name="User">
23375       <method name="Void .ctor(Interface)">
23376         <size>7</size>
23377       </method>
23378     </type>
23379     <type name="Test">
23380       <method name="Void .ctor()">
23381         <size>55</size>
23382       </method>
23383       <method name="Int32 Main()">
23384         <size>8</size>
23385       </method>
23386     </type>
23387     <type name="Struct">
23388       <method name="Void .ctor(Int32)">
23389         <size>1</size>
23390       </method>
23391       <method name="Int32 get_X()">
23392         <size>2</size>
23393       </method>
23394     </type>
23395   </test>
23396   <test name="test-185.cs">
23397     <type name="X">
23398       <method name="Void .ctor()">
23399         <size>7</size>
23400       </method>
23401       <method name="Int32 Test(Int32)">
23402         <size>36</size>
23403       </method>
23404       <method name="Int32 Main()">
23405         <size>29</size>
23406       </method>
23407     </type>
23408   </test>
23409   <test name="test-186.cs">
23410     <type name="TestBUG.myAttribute">
23411       <method name="Void .ctor(String, String, String, Int32)">
23412         <size>7</size>
23413       </method>
23414     </type>
23415     <type name="TestBUG.Test">
23416       <method name="Void .ctor()">
23417         <size>7</size>
23418       </method>
23419       <method name="Int32 Main()">
23420         <size>2</size>
23421       </method>
23422     </type>
23423   </test>
23424   <test name="test-187.cs">
23425     <type name="MyClass">
23426       <method name="Void .ctor()">
23427         <size>7</size>
23428       </method>
23429       <method name="Container get_Item(System.String)">
23430         <size>2</size>
23431       </method>
23432       <method name="Void set_Item(System.String, Container)">
23433         <size>1</size>
23434       </method>
23435     </type>
23436     <type name="Container">
23437       <method name="Void .ctor()">
23438         <size>7</size>
23439       </method>
23440       <method name="Container op_Addition(Container, System.Object)">
23441         <size>2</size>
23442       </method>
23443     </type>
23444     <type name="D">
23445       <method name="Void .ctor()">
23446         <size>7</size>
23447       </method>
23448       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
23449         <size>65</size>
23450       </method>
23451       <method name="Int32 Main()">
23452         <size>2</size>
23453       </method>
23454     </type>
23455   </test>
23456   <test name="test-188.cs">
23457     <type name="Enumerator">
23458       <method name="Void .ctor()">
23459         <size>14</size>
23460       </method>
23461       <method name="Boolean MoveNext()">
23462         <size>21</size>
23463       </method>
23464       <method name="Char get_Current()">
23465         <size>3</size>
23466       </method>
23467     </type>
23468     <type name="RealEnumerator">
23469       <method name="Void .ctor(Coll)">
23470         <size>14</size>
23471       </method>
23472       <method name="Void Dispose()">
23473         <size>13</size>
23474       </method>
23475     </type>
23476     <type name="Coll">
23477       <method name="Void .ctor()">
23478         <size>7</size>
23479       </method>
23480       <method name="Enumerator GetEnumerator()">
23481         <size>7</size>
23482       </method>
23483     </type>
23484     <type name="Test">
23485       <method name="Void .ctor()">
23486         <size>7</size>
23487       </method>
23488       <method name="Int32 Main(System.String[])">
23489         <size>78</size>
23490       </method>
23491     </type>
23492   </test>
23493   <test name="test-189.cs">
23494     <type name="MyTest">
23495       <method name="Void .ctor()">
23496         <size>7</size>
23497       </method>
23498       <method name="Int32 Main(System.String[])">
23499         <size>63</size>
23500       </method>
23501       <method name="Int32 m(Int32, Double)">
23502         <size>2</size>
23503       </method>
23504       <method name="Int32 m(Int32, System.Int32[])">
23505         <size>2</size>
23506       </method>
23507     </type>
23508     <type name="MonoTest">
23509       <method name="Void .ctor()">
23510         <size>7</size>
23511       </method>
23512       <method name="Int32 method1(System.String, System.Object[])">
23513         <size>2</size>
23514       </method>
23515       <method name="Void testmethod()">
23516         <size>27</size>
23517       </method>
23518     </type>
23519     <type name="MonoTest2">
23520       <method name="Void .ctor()">
23521         <size>7</size>
23522       </method>
23523       <method name="Int32 method1(System.String, System.Object[])">
23524         <size>2</size>
23525       </method>
23526       <method name="Void testmethod2()">
23527         <size>27</size>
23528       </method>
23529     </type>
23530   </test>
23531   <test name="test-19.cs">
23532     <type name="I">
23533       <method name="Void .ctor()">
23534         <size>7</size>
23535       </method>
23536       <method name="Void .cctor()">
23537         <size>18</size>
23538       </method>
23539       <method name="System.String fn(System.String)">
23540         <size>17</size>
23541       </method>
23542     </type>
23543     <type name="X">
23544       <method name="Void .ctor()">
23545         <size>7</size>
23546       </method>
23547       <method name="Void Thread_func()">
23548         <size>11</size>
23549       </method>
23550       <method name="Int32 Func(Int32, Int32)">
23551         <size>4</size>
23552       </method>
23553       <method name="Void Bar()">
23554         <size>44</size>
23555       </method>
23556       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
23557         <size>18</size>
23558       </method>
23559       <method name="Int32 Main()">
23560         <size>303</size>
23561       </method>
23562       <method name="Int32 multiply_by_three(Int32)">
23563         <size>4</size>
23564       </method>
23565     </type>
23566     <type name="TestNamespace.TestClass">
23567       <method name="Void .ctor()">
23568         <size>7</size>
23569       </method>
23570     </type>
23571     <type name="I+GetTextFn">
23572       <method name="Void .ctor(Object, IntPtr)">
23573         <size>0</size>
23574       </method>
23575       <method name="System.String Invoke(System.String)">
23576         <size>0</size>
23577       </method>
23578       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
23579         <size>0</size>
23580       </method>
23581       <method name="System.String EndInvoke(IAsyncResult)">
23582         <size>0</size>
23583       </method>
23584     </type>
23585     <type name="X+Foo">
23586       <method name="Void .ctor(Object, IntPtr)">
23587         <size>0</size>
23588       </method>
23589       <method name="Int32 Invoke(Int32, Int32)">
23590         <size>0</size>
23591       </method>
23592       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
23593         <size>0</size>
23594       </method>
23595       <method name="Int32 EndInvoke(IAsyncResult)">
23596         <size>0</size>
23597       </method>
23598     </type>
23599     <type name="TestNamespace.TestClass+NotWorkingDelegate">
23600       <method name="Void .ctor(Object, IntPtr)">
23601         <size>0</size>
23602       </method>
23603       <method name="Single Invoke(Single, System.Object[])">
23604         <size>0</size>
23605       </method>
23606       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
23607         <size>0</size>
23608       </method>
23609       <method name="Single EndInvoke(IAsyncResult)">
23610         <size>0</size>
23611       </method>
23612     </type>
23613     <type name="NameSpace.TestDelegate">
23614       <method name="Void .ctor(Object, IntPtr)">
23615         <size>0</size>
23616       </method>
23617       <method name="Int32 Invoke(Int32)">
23618         <size>0</size>
23619       </method>
23620       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
23621         <size>0</size>
23622       </method>
23623       <method name="Int32 EndInvoke(IAsyncResult)">
23624         <size>0</size>
23625       </method>
23626     </type>
23627   </test>
23628   <test name="test-190.cs">
23629     <type name="A">
23630       <method name="Void .ctor()">
23631         <size>7</size>
23632       </method>
23633       <method name="Void Main()">
23634         <size>1</size>
23635       </method>
23636     </type>
23637     <type name="A+B">
23638       <method name="Void .ctor()">
23639         <size>7</size>
23640       </method>
23641       <method name="Void Test()">
23642         <size>8</size>
23643       </method>
23644     </type>
23645     <type name="A+C">
23646       <method name="Void .ctor()">
23647         <size>7</size>
23648       </method>
23649       <method name="Void Test(A)">
23650         <size>8</size>
23651       </method>
23652     </type>
23653   </test>
23654   <test name="test-191.cs">
23655     <type name="X">
23656       <method name="Void .ctor()">
23657         <size>7</size>
23658       </method>
23659     </type>
23660     <type name="X+E">
23661       <method name="Void .ctor()">
23662         <size>7</size>
23663       </method>
23664     </type>
23665     <type name="X+D">
23666       <method name="Void .ctor()">
23667         <size>7</size>
23668       </method>
23669     </type>
23670     <type name="X+D+P">
23671       <method name="Void .ctor()">
23672         <size>7</size>
23673       </method>
23674     </type>
23675     <type name="Y">
23676       <method name="Void .ctor()">
23677         <size>7</size>
23678       </method>
23679     </type>
23680     <type name="Y+Op">
23681       <method name="Void .ctor()">
23682         <size>7</size>
23683       </method>
23684     </type>
23685     <type name="R">
23686       <method name="Void .ctor()">
23687         <size>7</size>
23688       </method>
23689       <method name="Void Main()">
23690         <size>1</size>
23691       </method>
23692     </type>
23693   </test>
23694   <test name="test-192.cs">
23695     <type name="X">
23696       <method name="Void .ctor()">
23697         <size>7</size>
23698       </method>
23699       <method name="Void Main()">
23700         <size>1</size>
23701       </method>
23702     </type>
23703   </test>
23704   <test name="test-193.cs">
23705     <type name="A">
23706       <method name="Void .ctor()">
23707         <size>7</size>
23708       </method>
23709       <method name="Int32 Test(Int32)">
23710         <size>88</size>
23711       </method>
23712       <method name="Int32 Main()">
23713         <size>7</size>
23714       </method>
23715     </type>
23716   </test>
23717   <test name="test-194.cs">
23718     <type name="TestParams">
23719       <method name="Void .ctor()">
23720         <size>7</size>
23721       </method>
23722       <method name="Int32 Main(System.String[])">
23723         <size>38</size>
23724       </method>
23725       <method name="Int32 Params(System.Object[])">
23726         <size>10</size>
23727       </method>
23728     </type>
23729   </test>
23730   <test name="test-195.cs">
23731     <type name="Y">
23732       <method name="Void .ctor()">
23733         <size>7</size>
23734       </method>
23735       <method name="Void .cctor()">
23736         <size>1</size>
23737       </method>
23738       <method name="Int32 C()">
23739         <size>36</size>
23740       </method>
23741     </type>
23742     <type name="X">
23743       <method name="Void .ctor()">
23744         <size>8</size>
23745       </method>
23746       <method name="Void .ctor(Int32)">
23747         <size>18</size>
23748       </method>
23749       <method name="Void Main()">
23750         <size>7</size>
23751       </method>
23752     </type>
23753   </test>
23754   <test name="test-196.cs">
23755     <type name="X">
23756       <method name="Void .ctor()">
23757         <size>7</size>
23758       </method>
23759       <method name="Void Bug1()">
23760         <size>15</size>
23761       </method>
23762       <method name="Void Bug2()">
23763         <size>16</size>
23764       </method>
23765       <method name="Int32 Main()">
23766         <size>2</size>
23767       </method>
23768     </type>
23769   </test>
23770   <test name="test-197.cs">
23771     <type name="X">
23772       <method name="Void .ctor()">
23773         <size>7</size>
23774       </method>
23775       <method name="Void Foo()">
23776         <size>0</size>
23777       </method>
23778     </type>
23779     <type name="Y">
23780       <method name="Void .ctor()">
23781         <size>7</size>
23782       </method>
23783     </type>
23784     <type name="Z">
23785       <method name="Void .ctor()">
23786         <size>7</size>
23787       </method>
23788       <method name="Void Foo()">
23789         <size>11</size>
23790       </method>
23791     </type>
23792     <type name="Test">
23793       <method name="Void .ctor()">
23794         <size>7</size>
23795       </method>
23796       <method name="Int32 Main()">
23797         <size>16</size>
23798       </method>
23799     </type>
23800   </test>
23801   <test name="test-198.cs">
23802     <type name="N1.N3.N4.Bar">
23803       <method name="Void .ctor()">
23804         <size>7</size>
23805       </method>
23806     </type>
23807     <type name="N1.N2.Foo">
23808       <method name="Void .ctor()">
23809         <size>7</size>
23810       </method>
23811     </type>
23812     <type name="N5.N6.Foo">
23813       <method name="Void .ctor()">
23814         <size>7</size>
23815       </method>
23816     </type>
23817     <type name="N5.N7.N8.Bar">
23818       <method name="Void .ctor()">
23819         <size>7</size>
23820       </method>
23821     </type>
23822     <type name="FirstOuter.FirstInner.First">
23823       <method name="Void .ctor()">
23824         <size>7</size>
23825       </method>
23826       <method name="System.String get_MyIdentity()">
23827         <size>12</size>
23828       </method>
23829     </type>
23830     <type name="FirstOuter.Second">
23831       <method name="Void .ctor()">
23832         <size>7</size>
23833       </method>
23834     </type>
23835     <type name="FirstOuter.SecondInner.Third">
23836       <method name="Void .ctor()">
23837         <size>7</size>
23838       </method>
23839     </type>
23840     <type name="FirstOuter.FirstInner.Fourth">
23841       <method name="Void .ctor()">
23842         <size>7</size>
23843       </method>
23844     </type>
23845     <type name="Fifth">
23846       <method name="Void .ctor()">
23847         <size>7</size>
23848       </method>
23849     </type>
23850     <type name="M1.M2.M3.Foo">
23851       <method name="Void .ctor()">
23852         <size>7</size>
23853       </method>
23854     </type>
23855     <type name="P1.P2.Bar">
23856       <method name="Void .ctor()">
23857         <size>7</size>
23858       </method>
23859     </type>
23860     <type name="X">
23861       <method name="Void .ctor()">
23862         <size>7</size>
23863       </method>
23864       <method name="Int32 Main()">
23865         <size>2</size>
23866       </method>
23867     </type>
23868   </test>
23869   <test name="test-199.cs">
23870     <type name="Test">
23871       <method name="Void .ctor()">
23872         <size>7</size>
23873       </method>
23874       <method name="Int32 Main()">
23875         <size>22</size>
23876       </method>
23877     </type>
23878     <type name="N1.Foo">
23879       <method name="Void .ctor()">
23880         <size>7</size>
23881       </method>
23882     </type>
23883     <type name="N1.Foo+Foo2">
23884       <method name="Void .ctor()">
23885         <size>7</size>
23886       </method>
23887     </type>
23888     <type name="N1.Bar2">
23889       <method name="Void .ctor()">
23890         <size>7</size>
23891       </method>
23892       <method name="Int32 Talk()">
23893         <size>2</size>
23894       </method>
23895     </type>
23896     <type name="N2.Bar">
23897       <method name="Void .ctor()">
23898         <size>7</size>
23899       </method>
23900     </type>
23901     <type name="N2.Bar+Bar2">
23902       <method name="Void .ctor()">
23903         <size>7</size>
23904       </method>
23905       <method name="Int32 Talk()">
23906         <size>2</size>
23907       </method>
23908     </type>
23909   </test>
23910   <test name="test-2.cs">
23911     <type name="X">
23912       <method name="Void .ctor()">
23913         <size>7</size>
23914       </method>
23915       <method name="Int32 Main(System.String[])">
23916         <size>12</size>
23917       </method>
23918     </type>
23919   </test>
23920   <test name="test-20.cs">
23921     <type name="A">
23922       <method name="Void .ctor()">
23923         <size>7</size>
23924       </method>
23925       <method name="Void X()">
23926         <size>8</size>
23927       </method>
23928     </type>
23929     <type name="B">
23930       <method name="Void .ctor()">
23931         <size>7</size>
23932       </method>
23933       <method name="Void X()">
23934         <size>8</size>
23935       </method>
23936       <method name="Void TestB()">
23937         <size>7</size>
23938       </method>
23939     </type>
23940     <type name="Ax">
23941       <method name="Void .ctor()">
23942         <size>7</size>
23943       </method>
23944       <method name="Void A()">
23945         <size>8</size>
23946       </method>
23947       <method name="Void B()">
23948         <size>8</size>
23949       </method>
23950     </type>
23951     <type name="Bx">
23952       <method name="Void .ctor()">
23953         <size>7</size>
23954       </method>
23955       <method name="Void A()">
23956         <size>8</size>
23957       </method>
23958       <method name="Void B()">
23959         <size>8</size>
23960       </method>
23961     </type>
23962     <type name="Test">
23963       <method name="Void .ctor()">
23964         <size>7</size>
23965       </method>
23966       <method name="Int32 Main()">
23967         <size>100</size>
23968       </method>
23969     </type>
23970   </test>
23971   <test name="test-200.cs">
23972     <type name="X">
23973       <method name="Void .ctor()">
23974         <size>7</size>
23975       </method>
23976       <method name="Int32 Main()">
23977         <size>104</size>
23978       </method>
23979     </type>
23980   </test>
23981   <test name="test-201.cs">
23982     <type name="Parent">
23983       <method name="Void .ctor()">
23984         <size>7</size>
23985       </method>
23986     </type>
23987     <type name="Child">
23988       <method name="Void .ctor()">
23989         <size>7</size>
23990       </method>
23991     </type>
23992     <type name="Child+Nested">
23993       <method name="Void .ctor()">
23994         <size>18</size>
23995       </method>
23996     </type>
23997     <type name="Collide">
23998       <method name="Void .ctor(Int32)">
23999         <size>14</size>
24000       </method>
24001       <method name="Void .cctor()">
24002         <size>12</size>
24003       </method>
24004       <method name="Int32 Main()">
24005         <size>27</size>
24006       </method>
24007     </type>
24008   </test>
24009   <test name="test-202.cs">
24010     <type name="X.X">
24011       <method name="Void .ctor()">
24012         <size>7</size>
24013       </method>
24014     </type>
24015     <type name="A.B.C.D">
24016       <method name="Void .ctor()">
24017         <size>7</size>
24018       </method>
24019     </type>
24020     <type name="Test">
24021       <method name="Void .ctor()">
24022         <size>7</size>
24023       </method>
24024       <method name="Int32 Main()">
24025         <size>14</size>
24026       </method>
24027     </type>
24028   </test>
24029   <test name="test-203.cs">
24030     <type name="Foo">
24031       <method name="Void .ctor()">
24032         <size>7</size>
24033       </method>
24034       <method name="Modifiers get_Modifiers()">
24035         <size>2</size>
24036       </method>
24037     </type>
24038     <type name="Bar">
24039       <method name="Void .ctor()">
24040         <size>7</size>
24041       </method>
24042       <method name="Int32 Main()">
24043         <size>13</size>
24044       </method>
24045     </type>
24046   </test>
24047   <test name="test-204.cs">
24048     <type name="X">
24049       <method name="Void .ctor(Int32)">
24050         <size>14</size>
24051       </method>
24052       <method name="System.String ToString()">
24053         <size>22</size>
24054       </method>
24055       <method name="Int32 Test()">
24056         <size>153</size>
24057       </method>
24058       <method name="Int32 Main()">
24059         <size>24</size>
24060       </method>
24061       <method name="X op_BitwiseAnd(X, X)">
24062         <size>19</size>
24063       </method>
24064       <method name="X op_BitwiseOr(X, X)">
24065         <size>19</size>
24066       </method>
24067       <method name="Boolean op_True(X)">
24068         <size>15</size>
24069       </method>
24070       <method name="Boolean op_False(X)">
24071         <size>12</size>
24072       </method>
24073     </type>
24074   </test>
24075   <test name="test-205.cs">
24076     <type name="A">
24077       <method name="Void .ctor(Object)">
24078         <size>7</size>
24079       </method>
24080     </type>
24081     <type name="Test">
24082       <method name="Void .ctor()">
24083         <size>7</size>
24084       </method>
24085       <method name="Void Main()">
24086         <size>1</size>
24087       </method>
24088     </type>
24089   </test>
24090   <test name="test-206.cs">
24091     <type name="X">
24092       <method name="Void .ctor()">
24093         <size>7</size>
24094       </method>
24095       <method name="Int32 get_Item(Int32)">
24096         <size>2</size>
24097       </method>
24098       <method name="System.Int32[] get_Item(System.Int32[])">
24099         <size>39</size>
24100       </method>
24101       <method name="Void Main()">
24102         <size>91</size>
24103       </method>
24104     </type>
24105     <type name="&lt;PrivateImplementationDetails&gt;">
24106       <method name="Void .ctor()">
24107         <size>7</size>
24108       </method>
24109     </type>
24110   </test>
24111   <test name="test-207.cs">
24112     <type name="X">
24113       <method name="Void .ctor()">
24114         <size>7</size>
24115       </method>
24116       <method name="Void .cctor()">
24117         <size>1</size>
24118       </method>
24119       <method name="Void hello(Int32)">
24120         <size>13</size>
24121       </method>
24122       <method name="Void world(Int32)">
24123         <size>16</size>
24124       </method>
24125       <method name="Int32 Main()">
24126         <size>138</size>
24127       </method>
24128     </type>
24129     <type name="Test">
24130       <method name="Void .ctor(Object, IntPtr)">
24131         <size>0</size>
24132       </method>
24133       <method name="Void Invoke(Int32)">
24134         <size>0</size>
24135       </method>
24136       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24137         <size>0</size>
24138       </method>
24139       <method name="Void EndInvoke(IAsyncResult)">
24140         <size>0</size>
24141       </method>
24142     </type>
24143   </test>
24144   <test name="test-208.cs">
24145     <type name="X">
24146       <method name="Void .ctor()">
24147         <size>7</size>
24148       </method>
24149       <method name="System.String get_Item(System.String)">
24150         <size>2</size>
24151       </method>
24152       <method name="Void Test()">
24153         <size>1</size>
24154       </method>
24155     </type>
24156     <type name="Y">
24157       <method name="Void .ctor()">
24158         <size>7</size>
24159       </method>
24160       <method name="Void Main()">
24161         <size>19</size>
24162       </method>
24163     </type>
24164   </test>
24165   <test name="test-209.cs">
24166     <type name="X">
24167       <method name="Void .ctor(Int32)">
24168         <size>14</size>
24169       </method>
24170       <method name="Int32 get_Foo()">
24171         <size>9</size>
24172       </method>
24173       <method name="Void set_Foo(Int32)">
24174         <size>8</size>
24175       </method>
24176       <method name="Int32 get_Item(Int32)">
24177         <size>7</size>
24178       </method>
24179       <method name="Void set_Item(Int32, Int32)">
24180         <size>8</size>
24181       </method>
24182       <method name="Void set_Item(System.String, System.String)">
24183         <size>7</size>
24184       </method>
24185       <method name="Void set_Bar(System.String)">
24186         <size>7</size>
24187       </method>
24188       <method name="A get_A()">
24189         <size>7</size>
24190       </method>
24191       <method name="Void set_A(A)">
24192         <size>12</size>
24193       </method>
24194       <method name="Int32 Main()">
24195         <size>75</size>
24196       </method>
24197     </type>
24198     <type name="A">
24199       <method name="Void .ctor(Int32)">
24200         <size>8</size>
24201       </method>
24202     </type>
24203   </test>
24204   <test name="test-21.cs">
24205     <type name="Blah">
24206       <method name="Void .ctor()">
24207         <size>7</size>
24208       </method>
24209       <method name="Int32 Main()">
24210         <size>47</size>
24211       </method>
24212     </type>
24213     <type name="Blah+Foo">
24214       <method name="Void .ctor()">
24215         <size>17</size>
24216       </method>
24217       <method name="Int32 Bar(Int32, Int32)">
24218         <size>14</size>
24219       </method>
24220     </type>
24221   </test>
24222   <test name="test-210.cs">
24223     <type name="X">
24224       <method name="Void .ctor()">
24225         <size>7</size>
24226       </method>
24227       <method name="Void foo()">
24228         <size>1</size>
24229       </method>
24230       <method name="Void Main()">
24231         <size>25</size>
24232       </method>
24233     </type>
24234     <type name="FooHandler">
24235       <method name="Void .ctor(Object, IntPtr)">
24236         <size>0</size>
24237       </method>
24238       <method name="Void Invoke()">
24239         <size>0</size>
24240       </method>
24241       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24242         <size>0</size>
24243       </method>
24244       <method name="Void EndInvoke(IAsyncResult)">
24245         <size>0</size>
24246       </method>
24247     </type>
24248   </test>
24249   <test name="test-211.cs">
24250     <type name="X">
24251       <method name="Void .ctor(Int32)">
24252         <size>14</size>
24253       </method>
24254       <method name="X op_Implicit(Int32)">
24255         <size>7</size>
24256       </method>
24257     </type>
24258     <type name="Y">
24259       <method name="Void .ctor(X)">
24260         <size>14</size>
24261       </method>
24262       <method name="Y op_Implicit(X)">
24263         <size>7</size>
24264       </method>
24265     </type>
24266     <type name="Z">
24267       <method name="Void .ctor(Y)">
24268         <size>14</size>
24269       </method>
24270       <method name="Int32 Main()">
24271         <size>27</size>
24272       </method>
24273       <method name="Z op_Implicit(Y)">
24274         <size>7</size>
24275       </method>
24276     </type>
24277   </test>
24278   <test name="test-212.cs">
24279     <type name="Problem">
24280       <method name="Void .ctor(String)">
24281         <size>14</size>
24282       </method>
24283       <method name="Int32 Multi(Int32, Problem[])">
24284         <size>4</size>
24285       </method>
24286       <method name="Int32 Main(System.String[])">
24287         <size>76</size>
24288       </method>
24289       <method name="Problem op_Implicit(Int32)">
24290         <size>22</size>
24291       </method>
24292     </type>
24293   </test>
24294   <test name="test-213.cs">
24295     <type name="MyTest">
24296       <method name="Void .ctor()">
24297         <size>7</size>
24298       </method>
24299       <method name="Void Main(System.String[])">
24300         <size>31</size>
24301       </method>
24302     </type>
24303     <type name="S">
24304       <method name="Void .ctor(Int32)">
24305         <size>8</size>
24306       </method>
24307       <method name="Void Print()">
24308         <size>12</size>
24309       </method>
24310     </type>
24311   </test>
24312   <test name="test-214.cs">
24313     <type name="N2.Test">
24314       <method name="Void .ctor()">
24315         <size>7</size>
24316       </method>
24317       <method name="Int32 Main()">
24318         <size>7</size>
24319       </method>
24320     </type>
24321     <type name="N1.C1">
24322       <method name="Void .ctor()">
24323         <size>7</size>
24324       </method>
24325       <method name="Void Foo()">
24326         <size>1</size>
24327       </method>
24328     </type>
24329   </test>
24330   <test name="test-215.cs">
24331     <type name="Test">
24332       <method name="Void .ctor()">
24333         <size>7</size>
24334       </method>
24335       <method name="Void .cctor()">
24336         <size>1</size>
24337       </method>
24338       <method name="N1.C1 get_C1()">
24339         <size>6</size>
24340       </method>
24341       <method name="Int32 Main()">
24342         <size>8</size>
24343       </method>
24344     </type>
24345     <type name="N1.C1">
24346       <method name="Void .ctor()">
24347         <size>7</size>
24348       </method>
24349     </type>
24350   </test>
24351   <test name="test-216.cs">
24352     <type name="cls">
24353       <method name="Void .ctor()">
24354         <size>7</size>
24355       </method>
24356       <method name="Void add_OnWhatever(OnWhateverDelegate)">
24357         <size>24</size>
24358       </method>
24359       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
24360         <size>24</size>
24361       </method>
24362       <method name="Void CallMyDel(System.String)">
24363         <size>13</size>
24364       </method>
24365     </type>
24366     <type name="cls+nestedcls">
24367       <method name="Void .ctor()">
24368         <size>7</size>
24369       </method>
24370       <method name="Void CallParentDel(cls, System.String)">
24371         <size>13</size>
24372       </method>
24373     </type>
24374     <type name="MonoEmbed">
24375       <method name="Void .ctor()">
24376         <size>7</size>
24377       </method>
24378       <method name="Void Main()">
24379         <size>36</size>
24380       </method>
24381       <method name="Void Whatever(System.String)">
24382         <size>7</size>
24383       </method>
24384     </type>
24385     <type name="OnWhateverDelegate">
24386       <method name="Void .ctor(Object, IntPtr)">
24387         <size>0</size>
24388       </method>
24389       <method name="Void Invoke(System.String)">
24390         <size>0</size>
24391       </method>
24392       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24393         <size>0</size>
24394       </method>
24395       <method name="Void EndInvoke(IAsyncResult)">
24396         <size>0</size>
24397       </method>
24398     </type>
24399   </test>
24400   <test name="test-217.cs">
24401     <type name="Test">
24402       <method name="Void .ctor()">
24403         <size>7</size>
24404       </method>
24405       <method name="Int32 Main()">
24406         <size>174</size>
24407       </method>
24408       <method name="System.Object compare_gte(Int32, Int32)">
24409         <size>13</size>
24410       </method>
24411       <method name="System.Object compare_lte(Int32, Int32)">
24412         <size>13</size>
24413       </method>
24414     </type>
24415   </test>
24416   <test name="test-218.cs">
24417     <type name="T">
24418       <method name="Void .ctor()">
24419         <size>7</size>
24420       </method>
24421       <method name="Void .cctor()">
24422         <size>27</size>
24423       </method>
24424       <method name="Void Main()">
24425         <size>1</size>
24426       </method>
24427       <method name="Void compareQueryQuery1(System.Object)">
24428         <size>1</size>
24429       </method>
24430     </type>
24431     <type name="T+foo">
24432       <method name="Void .ctor(Object, IntPtr)">
24433         <size>0</size>
24434       </method>
24435       <method name="Void Invoke(System.Object)">
24436         <size>0</size>
24437       </method>
24438       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
24439         <size>0</size>
24440       </method>
24441       <method name="Void EndInvoke(IAsyncResult)">
24442         <size>0</size>
24443       </method>
24444     </type>
24445   </test>
24446   <test name="test-219.cs">
24447     <type name="TestAttribute">
24448       <method name="Void .ctor(Type)">
24449         <size>14</size>
24450       </method>
24451       <method name="System.Type get_Type()">
24452         <size>7</size>
24453       </method>
24454     </type>
24455     <type name="Test">
24456       <method name="Void .ctor()">
24457         <size>7</size>
24458       </method>
24459       <method name="Void Main()">
24460         <size>75</size>
24461       </method>
24462     </type>
24463   </test>
24464   <test name="test-22.cs">
24465     <type name="M">
24466       <method name="Void .ctor()">
24467         <size>7</size>
24468       </method>
24469       <method name="Int32 Main()">
24470         <size>63</size>
24471       </method>
24472     </type>
24473     <type name="S">
24474       <method name="T GetT()">
24475         <size>7</size>
24476       </method>
24477       <method name="Void Init()">
24478         <size>25</size>
24479       </method>
24480     </type>
24481   </test>
24482   <test name="test-220.cs">
24483     <type name="MonoBUG.Bug">
24484       <method name="Void .ctor()">
24485         <size>7</size>
24486       </method>
24487       <method name="Int32 Main(System.String[])">
24488         <size>138</size>
24489       </method>
24490     </type>
24491     <type name="MonoBUG.Foo">
24492       <method name="Void .ctor(String)">
24493         <size>14</size>
24494       </method>
24495       <method name="System.String get_Name()">
24496         <size>7</size>
24497       </method>
24498     </type>
24499     <type name="MonoBUG.FooList">
24500       <method name="Void .ctor()">
24501         <size>7</size>
24502       </method>
24503       <method name="Void .cctor()">
24504         <size>1</size>
24505       </method>
24506       <method name="Void Add(MonoBUG.Foo)">
24507         <size>19</size>
24508       </method>
24509       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
24510         <size>7</size>
24511       </method>
24512     </type>
24513     <type name="MonoBUG.FooList+FooEnumerator">
24514       <method name="Void .ctor(FooList)">
24515         <size>31</size>
24516       </method>
24517       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
24518         <size>12</size>
24519       </method>
24520       <method name="Void System.Collections.IEnumerator.Reset()">
24521         <size>12</size>
24522       </method>
24523       <method name="MonoBUG.Foo get_Current()">
24524         <size>46</size>
24525       </method>
24526       <method name="Boolean MoveNext()">
24527         <size>12</size>
24528       </method>
24529       <method name="Void Reset()">
24530         <size>12</size>
24531       </method>
24532       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24533         <size>28</size>
24534       </method>
24535     </type>
24536   </test>
24537   <test name="test-221.cs">
24538     <type name="A">
24539       <method name="Void .ctor()">
24540         <size>7</size>
24541       </method>
24542       <method name="Int32 get_Blah()">
24543         <size>2</size>
24544       </method>
24545       <method name="Void set_Blah(Int32)">
24546         <size>1</size>
24547       </method>
24548     </type>
24549     <type name="B">
24550       <method name="Void .ctor()">
24551         <size>7</size>
24552       </method>
24553       <method name="Int32 get_Blah()">
24554         <size>2</size>
24555       </method>
24556       <method name="Boolean Test()">
24557         <size>54</size>
24558       </method>
24559     </type>
24560     <type name="C">
24561       <method name="Void .ctor()">
24562         <size>7</size>
24563       </method>
24564       <method name="Int32 get_Blah()">
24565         <size>0</size>
24566       </method>
24567       <method name="Void set_Blah(Int32)">
24568         <size>0</size>
24569       </method>
24570     </type>
24571     <type name="D">
24572       <method name="Void .ctor()">
24573         <size>7</size>
24574       </method>
24575       <method name="Int32 get_Blah()">
24576         <size>2</size>
24577       </method>
24578       <method name="Void set_Blah(Int32)">
24579         <size>1</size>
24580       </method>
24581     </type>
24582     <type name="E">
24583       <method name="Void .ctor()">
24584         <size>7</size>
24585       </method>
24586       <method name="Int32 get_Blah()">
24587         <size>7</size>
24588       </method>
24589       <method name="Boolean Test()">
24590         <size>54</size>
24591       </method>
24592     </type>
24593     <type name="F">
24594       <method name="Void .ctor()">
24595         <size>7</size>
24596       </method>
24597       <method name="Int32 get_Item(Int32)">
24598         <size>2</size>
24599       </method>
24600       <method name="Void set_Item(Int32, Int32)">
24601         <size>1</size>
24602       </method>
24603       <method name="Int32 get_Blah()">
24604         <size>2</size>
24605       </method>
24606       <method name="Void set_Blah(Int32)">
24607         <size>1</size>
24608       </method>
24609       <method name="Boolean Test()">
24610         <size>110</size>
24611       </method>
24612     </type>
24613     <type name="Driver">
24614       <method name="Void .ctor()">
24615         <size>7</size>
24616       </method>
24617       <method name="Int32 Main()">
24618         <size>38</size>
24619       </method>
24620     </type>
24621     <type name="F">
24622       <method name="Int32 IBlah.get_Item(Int32)">
24623         <size>2</size>
24624       </method>
24625       <method name="Void IBlah.set_Item(Int32, Int32)">
24626         <size>1</size>
24627       </method>
24628       <method name="Int32 IBlah.get_Blah()">
24629         <size>2</size>
24630       </method>
24631       <method name="Void IBlah.set_Blah(Int32)">
24632         <size>1</size>
24633       </method>
24634     </type>
24635   </test>
24636   <test name="test-222.cs">
24637     <type name="Class_1">
24638       <method name="Void .ctor()">
24639         <size>7</size>
24640       </method>
24641       <method name="UIntPtr Valid()">
24642         <size>7</size>
24643       </method>
24644     </type>
24645     <type name="MainClass">
24646       <method name="Void .ctor()">
24647         <size>7</size>
24648       </method>
24649       <method name="Int32 Main()">
24650         <size>2</size>
24651       </method>
24652     </type>
24653   </test>
24654   <test name="test-223.cs">
24655     <type name="T">
24656       <method name="Void .ctor()">
24657         <size>7</size>
24658       </method>
24659       <method name="Int32 Main()">
24660         <size>65</size>
24661       </method>
24662     </type>
24663   </test>
24664   <test name="test-224.cs">
24665     <type name="XmlMemberArrayAttribute">
24666       <method name="Void .ctor(String)">
24667         <size>38</size>
24668       </method>
24669       <method name="System.Char[] get_Separator()">
24670         <size>7</size>
24671       </method>
24672       <method name="Void set_Separator(System.Char[])">
24673         <size>8</size>
24674       </method>
24675       <method name="System.String get_Name()">
24676         <size>7</size>
24677       </method>
24678       <method name="Void set_Name(System.String)">
24679         <size>8</size>
24680       </method>
24681       <method name="Boolean get_IsRequired()">
24682         <size>7</size>
24683       </method>
24684       <method name="Void set_IsRequired(Boolean)">
24685         <size>8</size>
24686       </method>
24687     </type>
24688     <type name="t">
24689       <method name="Void .ctor()">
24690         <size>7</size>
24691       </method>
24692       <method name="Void Main()">
24693         <size>1</size>
24694       </method>
24695     </type>
24696   </test>
24697   <test name="test-225.cs">
24698     <type name="A">
24699       <method name="Void .ctor()">
24700         <size>14</size>
24701       </method>
24702     </type>
24703     <type name="B">
24704       <method name="Void .ctor()">
24705         <size>7</size>
24706       </method>
24707       <method name="Int32 foo()">
24708         <size>2</size>
24709       </method>
24710       <method name="Void Main()">
24711         <size>18</size>
24712       </method>
24713     </type>
24714   </test>
24715   <test name="test-226.cs">
24716     <type name="Test226">
24717       <method name="Void .ctor()">
24718         <size>7</size>
24719       </method>
24720       <method name="Void Test()">
24721         <size>35</size>
24722       </method>
24723       <method name="Int32 Main()">
24724         <size>23</size>
24725       </method>
24726     </type>
24727   </test>
24728   <test name="test-227.cs">
24729     <type name="A.T">
24730       <method name="Void .ctor()">
24731         <size>7</size>
24732       </method>
24733       <method name="Void Main()">
24734         <size>3</size>
24735       </method>
24736     </type>
24737   </test>
24738   <test name="test-228.cs">
24739     <type name="BadRefTest.CtorInc">
24740       <method name="Void .ctor()">
24741         <size>30</size>
24742       </method>
24743       <method name="Int32 IncByRef(Int32 ByRef)">
24744         <size>10</size>
24745       </method>
24746       <method name="Boolean Results(Int32)">
24747         <size>98</size>
24748       </method>
24749     </type>
24750     <type name="BadRefTest.Runner">
24751       <method name="Void .ctor()">
24752         <size>7</size>
24753       </method>
24754       <method name="Int32 Main()">
24755         <size>43</size>
24756       </method>
24757     </type>
24758   </test>
24759   <test name="test-229.cs">
24760     <type name="List">
24761       <method name="Void .ctor(Int32)">
24762         <size>19</size>
24763       </method>
24764       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24765         <size>12</size>
24766       </method>
24767       <method name="Void Add(Int32)">
24768         <size>26</size>
24769       </method>
24770       <method name="MyEnumerator GetEnumerator()">
24771         <size>7</size>
24772       </method>
24773     </type>
24774     <type name="UberList">
24775       <method name="Void .ctor(Int32)">
24776         <size>8</size>
24777       </method>
24778       <method name="Int32 Main(System.String[])">
24779         <size>38</size>
24780       </method>
24781       <method name="Boolean One()">
24782         <size>62</size>
24783       </method>
24784       <method name="Boolean Two()">
24785         <size>62</size>
24786       </method>
24787       <method name="Boolean Three()">
24788         <size>62</size>
24789       </method>
24790     </type>
24791     <type name="List+MyEnumerator">
24792       <method name="Void .ctor(List)">
24793         <size>15</size>
24794       </method>
24795       <method name="System.Object get_Current()">
24796         <size>24</size>
24797       </method>
24798       <method name="Boolean MoveNext()">
24799         <size>31</size>
24800       </method>
24801       <method name="Void Reset()">
24802         <size>8</size>
24803       </method>
24804     </type>
24805   </test>
24806   <test name="test-23.cs">
24807     <type name="X">
24808       <method name="Void .ctor()">
24809         <size>7</size>
24810       </method>
24811       <method name="Void .cctor()">
24812         <size>8</size>
24813       </method>
24814       <method name="Int32 get_Value()">
24815         <size>6</size>
24816       </method>
24817       <method name="Void set_Value(Int32)">
24818         <size>7</size>
24819       </method>
24820       <method name="Int32 Main()">
24821         <size>170</size>
24822       </method>
24823     </type>
24824     <type name="Y">
24825       <method name="Void .ctor(String)">
24826         <size>14</size>
24827       </method>
24828       <method name="System.String get_Value()">
24829         <size>7</size>
24830       </method>
24831       <method name="Void set_Value(System.String)">
24832         <size>8</size>
24833       </method>
24834     </type>
24835     <type name="Z">
24836       <method name="Void .cctor()">
24837         <size>7</size>
24838       </method>
24839       <method name="Int32 get_IVal()">
24840         <size>6</size>
24841       </method>
24842       <method name="Void set_IVal(Int32)">
24843         <size>7</size>
24844       </method>
24845       <method name="Int32 get_XVal()">
24846         <size>7</size>
24847       </method>
24848       <method name="Void set_XVal(Int32)">
24849         <size>8</size>
24850       </method>
24851     </type>
24852   </test>
24853   <test name="test-230.cs">
24854     <type name="TestClass">
24855       <method name="Void .ctor()">
24856         <size>7</size>
24857       </method>
24858       <method name="Int32 Main()">
24859         <size>56</size>
24860       </method>
24861     </type>
24862   </test>
24863   <test name="test-231.cs">
24864     <type name="T">
24865       <method name="Void .ctor()">
24866         <size>7</size>
24867       </method>
24868       <method name="Void .cctor()">
24869         <size>1</size>
24870       </method>
24871       <method name="Int32 Main()">
24872         <size>44</size>
24873       </method>
24874       <method name="Void Foo()">
24875         <size>23</size>
24876       </method>
24877     </type>
24878   </test>
24879   <test name="test-232.cs">
24880     <type name="CtorInfoTest">
24881       <method name="Void .ctor()">
24882         <size>7</size>
24883       </method>
24884       <method name="Void Main(System.String[])">
24885         <size>977</size>
24886       </method>
24887       <method name="Void Assert(System.Object, System.Object)">
24888         <size>38</size>
24889       </method>
24890     </type>
24891     <type name="&lt;PrivateImplementationDetails&gt;">
24892       <method name="Void .ctor()">
24893         <size>7</size>
24894       </method>
24895     </type>
24896   </test>
24897   <test name="test-233.cs">
24898     <type name="Tests">
24899       <method name="Void .ctor()">
24900         <size>7</size>
24901       </method>
24902       <method name="Int32 Main()">
24903         <size>16</size>
24904       </method>
24905       <method name="Int32 test_0_beq()">
24906         <size>29</size>
24907       </method>
24908       <method name="Int32 test_0_bne_un()">
24909         <size>29</size>
24910       </method>
24911       <method name="Int32 test_0_conv_r8()">
24912         <size>29</size>
24913       </method>
24914       <method name="Int32 test_0_conv_i()">
24915         <size>76</size>
24916       </method>
24917       <method name="Int32 test_5_conv_r4()">
24918         <size>8</size>
24919       </method>
24920       <method name="Int32 test_5_double_conv_r4()">
24921         <size>16</size>
24922       </method>
24923       <method name="Int32 test_5_float_conv_r8()">
24924         <size>12</size>
24925       </method>
24926       <method name="Int32 test_5_conv_r8()">
24927         <size>8</size>
24928       </method>
24929       <method name="Int32 test_5_add()">
24930         <size>25</size>
24931       </method>
24932       <method name="Int32 test_5_sub()">
24933         <size>25</size>
24934       </method>
24935       <method name="Int32 test_24_mul()">
24936         <size>25</size>
24937       </method>
24938       <method name="Int32 test_4_div()">
24939         <size>25</size>
24940       </method>
24941       <method name="Int32 test_2_rem()">
24942         <size>25</size>
24943       </method>
24944       <method name="Int32 test_2_neg()">
24945         <size>14</size>
24946       </method>
24947       <method name="Int32 test_46_float_add_spill()">
24948         <size>129</size>
24949       </method>
24950       <method name="Int32 test_362880_float_mul_spill()">
24951         <size>129</size>
24952       </method>
24953       <method name="Int32 test_4_long_cast()">
24954         <size>29</size>
24955       </method>
24956       <method name="Int32 test_16_float_cmp()">
24957         <size>317</size>
24958       </method>
24959       <method name="Int32 test_15_float_cmp_un()">
24960         <size>297</size>
24961       </method>
24962       <method name="Int32 test_15_float_branch()">
24963         <size>219</size>
24964       </method>
24965       <method name="Int32 test_15_float_branch_un()">
24966         <size>219</size>
24967       </method>
24968     </type>
24969     <type name="TestDriver">
24970       <method name="Void .ctor()">
24971         <size>7</size>
24972       </method>
24973       <method name="Int32 RunTests(System.Type, System.String[])">
24974         <size>571</size>
24975       </method>
24976       <method name="Int32 RunTests(System.Type)">
24977         <size>8</size>
24978       </method>
24979     </type>
24980   </test>
24981   <test name="test-234.cs">
24982     <type name="T">
24983       <method name="Void .ctor()">
24984         <size>7</size>
24985       </method>
24986       <method name="Void Main()">
24987         <size>701</size>
24988       </method>
24989     </type>
24990   </test>
24991   <test name="test-235.cs">
24992     <type name="T">
24993       <method name="Void .ctor()">
24994         <size>7</size>
24995       </method>
24996       <method name="Void Foo(T, T)">
24997         <size>1</size>
24998       </method>
24999       <method name="Void Foo(System.Object[])">
25000         <size>1</size>
25001       </method>
25002       <method name="Int32 Main()">
25003         <size>13</size>
25004       </method>
25005     </type>
25006   </test>
25007   <test name="test-236.cs">
25008     <type name="Tests.Test">
25009       <method name="Void .ctor()">
25010         <size>7</size>
25011       </method>
25012       <method name="Void Main()">
25013         <size>42</size>
25014       </method>
25015       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
25016         <size>9</size>
25017       </method>
25018       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
25019         <size>10</size>
25020       </method>
25021     </type>
25022   </test>
25023   <test name="test-237.cs">
25024     <type name="Params">
25025       <method name="Void .ctor()">
25026         <size>7</size>
25027       </method>
25028       <method name="Void .cctor()">
25029         <size>96</size>
25030       </method>
25031       <method name="Void foo(System.String, System.Object[])">
25032         <size>132</size>
25033       </method>
25034       <method name="Void Main()">
25035         <size>45</size>
25036       </method>
25037     </type>
25038     <type name="Params+FOO">
25039       <method name="Void .ctor(Object, IntPtr)">
25040         <size>0</size>
25041       </method>
25042       <method name="Void Invoke(System.String, System.Object[])">
25043         <size>0</size>
25044       </method>
25045       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
25046         <size>0</size>
25047       </method>
25048       <method name="Void EndInvoke(IAsyncResult)">
25049         <size>0</size>
25050       </method>
25051     </type>
25052   </test>
25053   <test name="test-238.cs">
25054     <type name="TestClass">
25055       <method name="Void .ctor()">
25056         <size>7</size>
25057       </method>
25058       <method name="Void ConditionalMethod()">
25059         <size>7</size>
25060       </method>
25061       <method name="Int32 Main()">
25062         <size>12</size>
25063       </method>
25064     </type>
25065   </test>
25066   <test name="test-239.cs">
25067     <type name="BaseClass">
25068       <method name="Void .ctor()">
25069         <size>7</size>
25070       </method>
25071       <method name="Void ConditionalMethod()">
25072         <size>7</size>
25073       </method>
25074     </type>
25075     <type name="TestClass">
25076       <method name="Void .ctor()">
25077         <size>7</size>
25078       </method>
25079       <method name="Void ConditionalMethod()">
25080         <size>1</size>
25081       </method>
25082     </type>
25083     <type name="MainClass">
25084       <method name="Void .ctor()">
25085         <size>7</size>
25086       </method>
25087       <method name="Int32 Main()">
25088         <size>18</size>
25089       </method>
25090     </type>
25091   </test>
25092   <test name="test-24.cs">
25093     <type name="X">
25094       <method name="Void .ctor()">
25095         <size>7</size>
25096       </method>
25097       <method name="System.String get_S()">
25098         <size>6</size>
25099       </method>
25100       <method name="Void set_S(System.String)">
25101         <size>7</size>
25102       </method>
25103       <method name="Int32 Main()">
25104         <size>92</size>
25105       </method>
25106     </type>
25107   </test>
25108   <test name="test-240.cs">
25109     <type name="TestClass">
25110       <method name="Void .ctor()">
25111         <size>7</size>
25112       </method>
25113       <method name="Void .cctor()">
25114         <size>7</size>
25115       </method>
25116       <method name="Void ConditionalMethod()">
25117         <size>17</size>
25118       </method>
25119       <method name="Int32 Main()">
25120         <size>11</size>
25121       </method>
25122     </type>
25123   </test>
25124   <test name="test-241.cs">
25125     <type name="Foo">
25126       <method name="Void .ctor()">
25127         <size>7</size>
25128       </method>
25129       <method name="Int32 get_SomeProperty()">
25130         <size>3</size>
25131       </method>
25132       <method name="Int32 M()">
25133         <size>3</size>
25134       </method>
25135       <method name="Void Main()">
25136         <size>1</size>
25137       </method>
25138     </type>
25139     <type name="Foo+FooPrivate">
25140       <method name="Void .ctor(Foo)">
25141         <size>14</size>
25142       </method>
25143       <method name="Int32 get_SomeProperty()">
25144         <size>24</size>
25145       </method>
25146     </type>
25147   </test>
25148   <test name="test-242.cs">
25149     <type name="BaseClass">
25150       <method name="Void .ctor()">
25151         <size>14</size>
25152       </method>
25153     </type>
25154     <type name="Derived">
25155       <method name="Void .ctor()">
25156         <size>7</size>
25157       </method>
25158       <method name="Int32 get_Location()">
25159         <size>3</size>
25160       </method>
25161       <method name="Void Main()">
25162         <size>1</size>
25163       </method>
25164     </type>
25165   </test>
25166   <test name="test-243.cs">
25167     <type name="X">
25168       <method name="Void .ctor()">
25169         <size>7</size>
25170       </method>
25171       <method name="Boolean Resolve(System.String)">
25172         <size>2</size>
25173       </method>
25174       <method name="System.String Test()">
25175         <size>2</size>
25176       </method>
25177       <method name="Void Main()">
25178         <size>8</size>
25179       </method>
25180     </type>
25181   </test>
25182   <test name="test-244.cs">
25183     <type name="Foo">
25184       <method name="Void .ctor()">
25185         <size>7</size>
25186       </method>
25187       <method name="Void .cctor()">
25188         <size>1</size>
25189       </method>
25190       <method name="Int32 Main()">
25191         <size>136</size>
25192       </method>
25193       <method name="MyBool get_t()">
25194         <size>29</size>
25195       </method>
25196       <method name="MyBool get_f()">
25197         <size>29</size>
25198       </method>
25199     </type>
25200     <type name="MyBool">
25201       <method name="Void .ctor(Boolean)">
25202         <size>8</size>
25203       </method>
25204       <method name="System.String ToString()">
25205         <size>12</size>
25206       </method>
25207       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
25208         <size>21</size>
25209       </method>
25210       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
25211         <size>21</size>
25212       </method>
25213       <method name="Boolean op_True(MyBool)">
25214         <size>8</size>
25215       </method>
25216       <method name="Boolean op_False(MyBool)">
25217         <size>11</size>
25218       </method>
25219     </type>
25220   </test>
25221   <test name="test-245.cs">
25222     <type name="Class2">
25223       <method name="Void .ctor()">
25224         <size>7</size>
25225       </method>
25226       <method name="System.String get_def_kind()">
25227         <size>12</size>
25228       </method>
25229       <method name="Void Main()">
25230         <size>1</size>
25231       </method>
25232     </type>
25233   </test>
25234   <test name="test-246.cs">
25235     <type name="B">
25236       <method name="Void .ctor()">
25237         <size>7</size>
25238       </method>
25239       <method name="Void Main()">
25240         <size>36</size>
25241       </method>
25242     </type>
25243     <type name="Blah">
25244       <method name="Void Dispose()">
25245         <size>11</size>
25246       </method>
25247     </type>
25248   </test>
25249   <test name="test-247.cs">
25250     <type name="B">
25251       <method name="Void .ctor()">
25252         <size>7</size>
25253       </method>
25254       <method name="Void Main()">
25255         <size>67</size>
25256       </method>
25257     </type>
25258     <type name="Blah">
25259       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
25260         <size>11</size>
25261       </method>
25262     </type>
25263   </test>
25264   <test name="test-248.cs">
25265     <type name="T">
25266       <method name="Void .ctor()">
25267         <size>7</size>
25268       </method>
25269       <method name="Foo GetFoo()">
25270         <size>10</size>
25271       </method>
25272       <method name="Void Main()">
25273         <size>26</size>
25274       </method>
25275     </type>
25276   </test>
25277   <test name="test-249.cs">
25278     <type name="X">
25279       <method name="Void .ctor()">
25280         <size>7</size>
25281       </method>
25282       <method name="Void Main()">
25283         <size>1</size>
25284       </method>
25285     </type>
25286   </test>
25287   <test name="test-25.cs">
25288     <type name="X">
25289       <method name="Void .ctor()">
25290         <size>7</size>
25291       </method>
25292       <method name="Int32 Main()">
25293         <size>214</size>
25294       </method>
25295     </type>
25296   </test>
25297   <test name="test-250.cs">
25298     <type name="Test.foo3">
25299       <method name="Void .ctor()">
25300         <size>7</size>
25301       </method>
25302     </type>
25303     <type name="Test.Tests">
25304       <method name="Void .ctor()">
25305         <size>7</size>
25306       </method>
25307       <method name="Void Main()">
25308         <size>1</size>
25309       </method>
25310     </type>
25311   </test>
25312   <test name="test-251.cs">
25313     <type name="X">
25314       <method name="Void .ctor()">
25315         <size>7</size>
25316       </method>
25317       <method name="Void Main()">
25318         <size>1</size>
25319       </method>
25320     </type>
25321   </test>
25322   <test name="test-252.cs">
25323     <type name="A">
25324       <method name="Void .ctor()">
25325         <size>7</size>
25326       </method>
25327       <method name="Void add_Bar(Foo)">
25328         <size>24</size>
25329       </method>
25330       <method name="Void remove_Bar(Foo)">
25331         <size>24</size>
25332       </method>
25333       <method name="Void m1()">
25334         <size>1</size>
25335       </method>
25336       <method name="Int32 Main()">
25337         <size>93</size>
25338       </method>
25339     </type>
25340     <type name="Foo">
25341       <method name="Void .ctor(Object, IntPtr)">
25342         <size>0</size>
25343       </method>
25344       <method name="Void Invoke()">
25345         <size>0</size>
25346       </method>
25347       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25348         <size>0</size>
25349       </method>
25350       <method name="Void EndInvoke(IAsyncResult)">
25351         <size>0</size>
25352       </method>
25353     </type>
25354   </test>
25355   <test name="test-253.cs">
25356     <type name="AccessibleAttribute">
25357       <method name="Void .ctor()">
25358         <size>7</size>
25359       </method>
25360     </type>
25361     <type name="MyClass">
25362       <method name="Void .ctor()">
25363         <size>7</size>
25364       </method>
25365     </type>
25366     <type name="Test">
25367       <method name="Void .ctor()">
25368         <size>7</size>
25369       </method>
25370       <method name="Int32 Main()">
25371         <size>66</size>
25372       </method>
25373     </type>
25374   </test>
25375   <test name="test-254.cs">
25376     <type name="TestAttribute">
25377       <method name="Void .ctor()">
25378         <size>7</size>
25379       </method>
25380     </type>
25381     <type name="Test_1">
25382       <method name="Void .ctor()">
25383         <size>7</size>
25384       </method>
25385       <method name="Void Test(Int32)">
25386         <size>1</size>
25387       </method>
25388     </type>
25389     <type name="Test_2">
25390       <method name="Void .ctor()">
25391         <size>7</size>
25392       </method>
25393       <method name="Int32 get_Test()">
25394         <size>2</size>
25395       </method>
25396       <method name="Void set_Test(Int32)">
25397         <size>1</size>
25398       </method>
25399       <method name="Void set_Test2(Boolean)">
25400         <size>1</size>
25401       </method>
25402     </type>
25403     <type name="Test_3">
25404       <method name="Void .ctor()">
25405         <size>7</size>
25406       </method>
25407       <method name="Void add_e_1(test_delegate)">
25408         <size>24</size>
25409       </method>
25410       <method name="Void remove_e_1(test_delegate)">
25411         <size>24</size>
25412       </method>
25413       <method name="Void add_e_2(test_delegate)">
25414         <size>24</size>
25415       </method>
25416       <method name="Void remove_e_2(test_delegate)">
25417         <size>24</size>
25418       </method>
25419     </type>
25420     <type name="Test_4">
25421       <method name="Void .ctor()">
25422         <size>7</size>
25423       </method>
25424       <method name="Void add_e_1(test_delegate)">
25425         <size>1</size>
25426       </method>
25427       <method name="Void remove_e_1(test_delegate)">
25428         <size>1</size>
25429       </method>
25430       <method name="Void add_e_2(test_delegate)">
25431         <size>1</size>
25432       </method>
25433       <method name="Void remove_e_2(test_delegate)">
25434         <size>1</size>
25435       </method>
25436       <method name="Void add_e_3(test_delegate)">
25437         <size>1</size>
25438       </method>
25439       <method name="Void remove_e_3(test_delegate)">
25440         <size>1</size>
25441       </method>
25442     </type>
25443     <type name="ClassMain">
25444       <method name="Void .ctor()">
25445         <size>7</size>
25446       </method>
25447       <method name="Void .cctor()">
25448         <size>1</size>
25449       </method>
25450       <method name="Void Assert(System.Object[], Boolean, Int32)">
25451         <size>65</size>
25452       </method>
25453       <method name="Int32 Main()">
25454         <size>1159</size>
25455       </method>
25456     </type>
25457     <type name="test_delegate">
25458       <method name="Void .ctor(Object, IntPtr)">
25459         <size>0</size>
25460       </method>
25461       <method name="System.Delegate Invoke(Int32)">
25462         <size>0</size>
25463       </method>
25464       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25465         <size>0</size>
25466       </method>
25467       <method name="System.Delegate EndInvoke(IAsyncResult)">
25468         <size>0</size>
25469       </method>
25470     </type>
25471   </test>
25472   <test name="test-255.cs">
25473     <type name="TestAttribute">
25474       <method name="Void .ctor()">
25475         <size>7</size>
25476       </method>
25477     </type>
25478     <type name="C">
25479       <method name="Void .ctor()">
25480         <size>7</size>
25481       </method>
25482       <method name="Void Method()">
25483         <size>1</size>
25484       </method>
25485       <method name="Void Main()">
25486         <size>1</size>
25487       </method>
25488     </type>
25489   </test>
25490   <test name="test-256.cs">
25491     <type name="TableColumn">
25492       <method name="Void .ctor()">
25493         <size>7</size>
25494       </method>
25495       <method name="System.Object get_MagicValue()">
25496         <size>2</size>
25497       </method>
25498       <method name="Void set_MagicValue(System.Object)">
25499         <size>1</size>
25500       </method>
25501     </type>
25502     <type name="Bug">
25503       <method name="Void .ctor()">
25504         <size>7</size>
25505       </method>
25506       <method name="Int32 get_TInt()">
25507         <size>2</size>
25508       </method>
25509       <method name="Void Main()">
25510         <size>1</size>
25511       </method>
25512     </type>
25513   </test>
25514   <test name="test-257.cs">
25515     <type name="X">
25516       <method name="Void Main()">
25517         <size>8</size>
25518       </method>
25519       <method name="Void call(Int32 ByRef)">
25520         <size>25</size>
25521       </method>
25522       <method name="Void .ctor()">
25523         <size>7</size>
25524       </method>
25525     </type>
25526   </test>
25527   <test name="test-258.cs">
25528     <type name="MyTest.Test">
25529       <method name="Void .ctor()">
25530         <size>7</size>
25531       </method>
25532     </type>
25533     <type name="MyTest.Test2">
25534       <method name="Void .ctor()">
25535         <size>7</size>
25536       </method>
25537       <method name="Void MyTest.Test.Inner.Foo()">
25538         <size>1</size>
25539       </method>
25540       <method name="Void Main()">
25541         <size>1</size>
25542       </method>
25543     </type>
25544   </test>
25545   <test name="test-259.cs">
25546     <type name="Testing">
25547       <method name="Void .ctor()">
25548         <size>7</size>
25549       </method>
25550       <method name="Void Main()">
25551         <size>1</size>
25552       </method>
25553     </type>
25554   </test>
25555   <test name="test-26.cs">
25556     <type name="Blah">
25557       <method name="Void .ctor()">
25558         <size>7</size>
25559       </method>
25560       <method name="Int32 Foo(Int32, Int32)">
25561         <size>4</size>
25562       </method>
25563       <method name="Int32 Test1()">
25564         <size>114</size>
25565       </method>
25566       <method name="Int32 Adder(System.Int32[])">
25567         <size>34</size>
25568       </method>
25569       <method name="Int32 Test2()">
25570         <size>47</size>
25571       </method>
25572       <method name="Int32 Main()">
25573         <size>40</size>
25574       </method>
25575     </type>
25576     <type name="Blah+MyDelegate">
25577       <method name="Void .ctor(Object, IntPtr)">
25578         <size>0</size>
25579       </method>
25580       <method name="Int32 Invoke(Int32, Int32)">
25581         <size>0</size>
25582       </method>
25583       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
25584         <size>0</size>
25585       </method>
25586       <method name="Int32 EndInvoke(IAsyncResult)">
25587         <size>0</size>
25588       </method>
25589     </type>
25590     <type name="Blah+List">
25591       <method name="Void .ctor(Object, IntPtr)">
25592         <size>0</size>
25593       </method>
25594       <method name="Int32 Invoke(System.Int32[])">
25595         <size>0</size>
25596       </method>
25597       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
25598         <size>0</size>
25599       </method>
25600       <method name="Int32 EndInvoke(IAsyncResult)">
25601         <size>0</size>
25602       </method>
25603     </type>
25604   </test>
25605   <test name="test-260.cs">
25606     <type name="x.Test">
25607       <method name="Void .ctor()">
25608         <size>7</size>
25609       </method>
25610     </type>
25611     <type name="y.Test">
25612       <method name="Void .ctor()">
25613         <size>7</size>
25614       </method>
25615     </type>
25616     <type name="b.a">
25617       <method name="Void .ctor()">
25618         <size>7</size>
25619       </method>
25620       <method name="Void Main()">
25621         <size>7</size>
25622       </method>
25623     </type>
25624   </test>
25625   <test name="test-261.cs">
25626     <type name="T">
25627       <method name="Void .ctor()">
25628         <size>7</size>
25629       </method>
25630       <method name="T get_Me()">
25631         <size>16</size>
25632       </method>
25633       <method name="T GetMe()">
25634         <size>16</size>
25635       </method>
25636       <method name="Int32 Test(T)">
25637         <size>106</size>
25638       </method>
25639       <method name="Int32 Main()">
25640         <size>31</size>
25641       </method>
25642     </type>
25643   </test>
25644   <test name="test-262.cs">
25645     <type name="n1.Attribute">
25646       <method name="Void .ctor()">
25647         <size>7</size>
25648       </method>
25649     </type>
25650     <type name="n3.A">
25651       <method name="Void .ctor()">
25652         <size>7</size>
25653       </method>
25654       <method name="Void Attribute()">
25655         <size>1</size>
25656       </method>
25657       <method name="Void X()">
25658         <size>7</size>
25659       </method>
25660       <method name="Void Main()">
25661         <size>11</size>
25662       </method>
25663     </type>
25664   </test>
25665   <test name="test-263.cs">
25666     <type name="Test">
25667       <method name="Void .ctor()">
25668         <size>7</size>
25669       </method>
25670       <method name="System.String GetString(System.Byte[])">
25671         <size>19</size>
25672       </method>
25673       <method name="Void Main()">
25674         <size>1</size>
25675       </method>
25676     </type>
25677   </test>
25678   <test name="test-264.cs">
25679     <type name="Proef">
25680       <method name="Void .ctor()">
25681         <size>7</size>
25682       </method>
25683       <method name="Void add_OnDoSomething(System.EventHandler)">
25684         <size>24</size>
25685       </method>
25686       <method name="Void remove_OnDoSomething(System.EventHandler)">
25687         <size>24</size>
25688       </method>
25689       <method name="Void Temp(System.Object, System.EventArgs)">
25690         <size>1</size>
25691       </method>
25692       <method name="Void Main()">
25693         <size>25</size>
25694       </method>
25695     </type>
25696   </test>
25697   <test name="test-265.cs">
25698     <type name="ClassFormatError">
25699       <method name="Void .ctor(String, Object[])">
25700         <size>7</size>
25701       </method>
25702       <method name="Void Main()">
25703         <size>1</size>
25704       </method>
25705     </type>
25706     <type name="UnsupportedClassVersionError">
25707       <method name="Void .ctor(String)">
25708         <size>14</size>
25709       </method>
25710     </type>
25711   </test>
25712   <test name="test-266.cs">
25713     <type name="T">
25714       <method name="Void .ctor()">
25715         <size>7</size>
25716       </method>
25717       <method name="Int32 Main()">
25718         <size>25</size>
25719       </method>
25720     </type>
25721   </test>
25722   <test name="test-267.cs">
25723     <type name="X">
25724       <method name="Void .ctor()">
25725         <size>7</size>
25726       </method>
25727       <method name="System.String Text()">
25728         <size>6</size>
25729       </method>
25730       <method name="Int32 Main()">
25731         <size>12</size>
25732       </method>
25733     </type>
25734   </test>
25735   <test name="test-268.cs">
25736     <type name="X">
25737       <method name="Void .ctor()">
25738         <size>7</size>
25739       </method>
25740       <method name="Int32 Main()">
25741         <size>26</size>
25742       </method>
25743     </type>
25744     <type name="X+Nested">
25745       <method name="Void .ctor()">
25746         <size>7</size>
25747       </method>
25748       <method name="MyEnum D()">
25749         <size>2</size>
25750       </method>
25751     </type>
25752   </test>
25753   <test name="test-269.cs">
25754     <type name="Class1">
25755       <method name="Void .ctor()">
25756         <size>7</size>
25757       </method>
25758       <method name="Int32 Main(System.String[])">
25759         <size>361</size>
25760       </method>
25761       <method name="Int32 AddABunchOfInts(...)">
25762         <size>63</size>
25763       </method>
25764       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
25765         <size>63</size>
25766       </method>
25767       <method name="Result VtAddABunchOfInts(...)">
25768         <size>68</size>
25769       </method>
25770       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
25771         <size>68</size>
25772       </method>
25773       <method name="Int32 InstAddABunchOfInts(...)">
25774         <size>63</size>
25775       </method>
25776       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
25777         <size>63</size>
25778       </method>
25779       <method name="Result InstVtAddABunchOfInts(...)">
25780         <size>68</size>
25781       </method>
25782       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
25783         <size>68</size>
25784       </method>
25785     </type>
25786     <type name="Result">
25787       <method name="Void .ctor(Int32)">
25788         <size>24</size>
25789       </method>
25790     </type>
25791   </test>
25792   <test name="test-27.cs">
25793     <type name="Foo">
25794       <method name="Void .ctor()">
25795         <size>7</size>
25796       </method>
25797       <method name="Boolean MyMethod(Int32)">
25798         <size>12</size>
25799       </method>
25800       <method name="Int32 AnotherMethod(Int32)">
25801         <size>5</size>
25802       </method>
25803     </type>
25804     <type name="Blah">
25805       <method name="Void .ctor()">
25806         <size>7</size>
25807       </method>
25808       <method name="Void Bar(Int32, Int32)">
25809         <size>9</size>
25810       </method>
25811       <method name="Int32 Main()">
25812         <size>139</size>
25813       </method>
25814     </type>
25815     <type name="Blah+MyDelegate">
25816       <method name="Void .ctor(Object, IntPtr)">
25817         <size>0</size>
25818       </method>
25819       <method name="Void Invoke(Int32, Int32)">
25820         <size>0</size>
25821       </method>
25822       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
25823         <size>0</size>
25824       </method>
25825       <method name="Void EndInvoke(IAsyncResult)">
25826         <size>0</size>
25827       </method>
25828     </type>
25829   </test>
25830   <test name="test-270.cs">
25831     <type name="X">
25832       <method name="Void .ctor()">
25833         <size>7</size>
25834       </method>
25835       <method name="Int32 Test(System.String, System.Object[])">
25836         <size>2</size>
25837       </method>
25838       <method name="Int32 Main()">
25839         <size>75</size>
25840       </method>
25841       <method name="Int32 Test(System.String, ...)">
25842         <size>2</size>
25843       </method>
25844     </type>
25845   </test>
25846   <test name="test-271.cs">
25847     <type name="T">
25848       <method name="Void .ctor()">
25849         <size>7</size>
25850       </method>
25851       <method name="C X()">
25852         <size>10</size>
25853       </method>
25854       <method name="Void Main()">
25855         <size>61</size>
25856       </method>
25857     </type>
25858     <type name="T+C">
25859       <method name="IEnumerator GetEnumerator()">
25860         <size>11</size>
25861       </method>
25862     </type>
25863   </test>
25864   <test name="test-272.cs">
25865     <type name="BazAttribute">
25866       <method name="Void .ctor()">
25867         <size>7</size>
25868       </method>
25869       <method name="Void .ctor(Foo)">
25870         <size>7</size>
25871       </method>
25872       <method name="Void set_foo3(Foo)">
25873         <size>1</size>
25874       </method>
25875       <method name="Foo get_foo3()">
25876         <size>2</size>
25877       </method>
25878     </type>
25879     <type name="Test">
25880       <method name="Void .ctor()">
25881         <size>7</size>
25882       </method>
25883       <method name="Void f0()">
25884         <size>1</size>
25885       </method>
25886       <method name="Void f1()">
25887         <size>1</size>
25888       </method>
25889       <method name="Void f2()">
25890         <size>1</size>
25891       </method>
25892       <method name="Void f3()">
25893         <size>1</size>
25894       </method>
25895       <method name="Void Main()">
25896         <size>1</size>
25897       </method>
25898     </type>
25899   </test>
25900   <test name="test-273.cs">
25901     <type name="FooAttribute">
25902       <method name="Void .ctor()">
25903         <size>7</size>
25904       </method>
25905     </type>
25906     <type name="Tests">
25907       <method name="Void .ctor()">
25908         <size>7</size>
25909       </method>
25910       <method name="Void Main()">
25911         <size>36</size>
25912       </method>
25913     </type>
25914   </test>
25915   <test name="test-274.cs">
25916     <type name="MyClass">
25917       <method name="Void .ctor(String[])">
25918         <size>7</size>
25919       </method>
25920     </type>
25921     <type name="ChildClass">
25922       <method name="Void .ctor()">
25923         <size>13</size>
25924       </method>
25925     </type>
25926     <type name="M">
25927       <method name="Void .ctor()">
25928         <size>7</size>
25929       </method>
25930       <method name="Void Main()">
25931         <size>1</size>
25932       </method>
25933     </type>
25934   </test>
25935   <test name="test-275.cs">
25936     <type name="Test">
25937       <method name="Void .ctor()">
25938         <size>7</size>
25939       </method>
25940       <method name="Void add_MyEvent(DelType)">
25941         <size>24</size>
25942       </method>
25943       <method name="Void remove_MyEvent(DelType)">
25944         <size>24</size>
25945       </method>
25946       <method name="Int32 Main()">
25947         <size>176</size>
25948       </method>
25949     </type>
25950     <type name="DelType">
25951       <method name="Void .ctor(Object, IntPtr)">
25952         <size>0</size>
25953       </method>
25954       <method name="Void Invoke()">
25955         <size>0</size>
25956       </method>
25957       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25958         <size>0</size>
25959       </method>
25960       <method name="Void EndInvoke(IAsyncResult)">
25961         <size>0</size>
25962       </method>
25963     </type>
25964     <type name="S">
25965       <method name="Void add_MyEvent(DelType)">
25966         <size>24</size>
25967       </method>
25968       <method name="Void remove_MyEvent(DelType)">
25969         <size>24</size>
25970       </method>
25971     </type>
25972   </test>
25973   <test name="test-276.cs">
25974     <type name="EventTestClass">
25975       <method name="Void .ctor()">
25976         <size>7</size>
25977       </method>
25978       <method name="Void add_Elapsed(System.EventHandler)">
25979         <size>24</size>
25980       </method>
25981       <method name="Void remove_Elapsed(System.EventHandler)">
25982         <size>24</size>
25983       </method>
25984     </type>
25985     <type name="EntryPoint">
25986       <method name="Void .ctor()">
25987         <size>7</size>
25988       </method>
25989       <method name="Boolean test(System.Type)">
25990         <size>17</size>
25991       </method>
25992       <method name="Int32 Main()">
25993         <size>48</size>
25994       </method>
25995     </type>
25996   </test>
25997   <test name="test-277.cs">
25998     <type name="T">
25999       <method name="Void .ctor()">
26000         <size>7</size>
26001       </method>
26002       <method name="Int32 Main()">
26003         <size>7</size>
26004       </method>
26005       <method name="Int32 X(Byte)">
26006         <size>2</size>
26007       </method>
26008       <method name="Int32 X(Int16)">
26009         <size>2</size>
26010       </method>
26011     </type>
26012   </test>
26013   <test name="test-278.cs">
26014     <type name="X">
26015       <method name="Void .ctor()">
26016         <size>7</size>
26017       </method>
26018       <method name="Int32 Main()">
26019         <size>73</size>
26020       </method>
26021     </type>
26022     <type name="Rect">
26023       <method name="Int32 get_X()">
26024         <size>7</size>
26025       </method>
26026       <method name="Void set_X(Int32)">
26027         <size>8</size>
26028       </method>
26029     </type>
26030   </test>
26031   <test name="test-279.cs">
26032     <type name="FlagsAttributeDemo">
26033       <method name="Void .ctor()">
26034         <size>7</size>
26035       </method>
26036       <method name="Int32 Main()">
26037         <size>38</size>
26038       </method>
26039     </type>
26040   </test>
26041   <test name="test-28.cs">
26042     <type name="A">
26043       <method name="Void .ctor()">
26044         <size>7</size>
26045       </method>
26046       <method name="Int32 get_Item(Int32)">
26047         <size>0</size>
26048       </method>
26049       <method name="Int32 EmulateIndexer(Int32)">
26050         <size>8</size>
26051       </method>
26052     </type>
26053     <type name="B">
26054       <method name="Void .ctor()">
26055         <size>7</size>
26056       </method>
26057       <method name="Int32 get_Item(Int32)">
26058         <size>2</size>
26059       </method>
26060       <method name="Int32 M()">
26061         <size>8</size>
26062       </method>
26063     </type>
26064     <type name="X">
26065       <method name="Void .ctor()">
26066         <size>7</size>
26067       </method>
26068       <method name="Int32 get_Item(Int32)">
26069         <size>20</size>
26070       </method>
26071       <method name="Void set_Item(Int32, Int32)">
26072         <size>26</size>
26073       </method>
26074       <method name="Int32 Main()">
26075         <size>122</size>
26076       </method>
26077     </type>
26078   </test>
26079   <test name="test-280.cs">
26080     <type name="AppFramework.Util.Logic">
26081       <method name="Void .ctor()">
26082         <size>7</size>
26083       </method>
26084       <method name="Void Main()">
26085         <size>1</size>
26086       </method>
26087       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
26088         <size>37</size>
26089       </method>
26090     </type>
26091   </test>
26092   <test name="test-281.cs">
26093     <type name="Foo.Hello">
26094       <method name="Void .ctor()">
26095         <size>7</size>
26096       </method>
26097       <method name="Void .cctor()">
26098         <size>7</size>
26099       </method>
26100     </type>
26101     <type name="Bar.Hello">
26102       <method name="Void .ctor()">
26103         <size>7</size>
26104       </method>
26105       <method name="Void .cctor()">
26106         <size>8</size>
26107       </method>
26108     </type>
26109     <type name="Test.Test1">
26110       <method name="Void .ctor()">
26111         <size>7</size>
26112       </method>
26113       <method name="Int32 World()">
26114         <size>6</size>
26115       </method>
26116     </type>
26117     <type name="Test.Test2">
26118       <method name="Void .ctor()">
26119         <size>7</size>
26120       </method>
26121       <method name="Int32 World()">
26122         <size>6</size>
26123       </method>
26124     </type>
26125     <type name="X">
26126       <method name="Void .ctor()">
26127         <size>7</size>
26128       </method>
26129       <method name="Int32 Main()">
26130         <size>29</size>
26131       </method>
26132     </type>
26133   </test>
26134   <test name="test-282.cs">
26135     <type name="X">
26136       <method name="Void .ctor()">
26137         <size>7</size>
26138       </method>
26139       <method name="System.Object Add(integer, System.Object)">
26140         <size>70</size>
26141       </method>
26142       <method name="Int32 Main()">
26143         <size>68</size>
26144       </method>
26145     </type>
26146     <type name="integer">
26147       <method name="Void .ctor(Int32)">
26148         <size>8</size>
26149       </method>
26150       <method name="integer op_Implicit(Int32)">
26151         <size>7</size>
26152       </method>
26153       <method name="Double op_Implicit(integer)">
26154         <size>13</size>
26155       </method>
26156       <method name="integer op_Addition(integer, integer)">
26157         <size>21</size>
26158       </method>
26159     </type>
26160   </test>
26161   <test name="test-283.cs">
26162     <type name="X">
26163       <method name="Void .ctor()">
26164         <size>7</size>
26165       </method>
26166       <method name="Int32 Foo()">
26167         <size>2</size>
26168       </method>
26169     </type>
26170     <type name="Y">
26171       <method name="Void .ctor()">
26172         <size>7</size>
26173       </method>
26174       <method name="Y+D GetIt()">
26175         <size>13</size>
26176       </method>
26177       <method name="Y+D GetIt2()">
26178         <size>13</size>
26179       </method>
26180       <method name="Int32 Foo()">
26181         <size>2</size>
26182       </method>
26183       <method name="Int32 Main()">
26184         <size>56</size>
26185       </method>
26186     </type>
26187     <type name="Y+D">
26188       <method name="Void .ctor(Object, IntPtr)">
26189         <size>0</size>
26190       </method>
26191       <method name="Int32 Invoke()">
26192         <size>0</size>
26193       </method>
26194       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26195         <size>0</size>
26196       </method>
26197       <method name="Int32 EndInvoke(IAsyncResult)">
26198         <size>0</size>
26199       </method>
26200     </type>
26201   </test>
26202   <test name="test-284.cs">
26203     <type name="App">
26204       <method name="Void .ctor()">
26205         <size>7</size>
26206       </method>
26207       <method name="Void Main()">
26208         <size>12</size>
26209       </method>
26210     </type>
26211   </test>
26212   <test name="test-285.cs">
26213     <type name="T">
26214       <method name="Void .ctor()">
26215         <size>7</size>
26216       </method>
26217       <method name="Int32 Main()">
26218         <size>2</size>
26219       </method>
26220     </type>
26221   </test>
26222   <test name="test-286.cs">
26223     <type name="MethodWrapper">
26224       <method name="Void .ctor()">
26225         <size>7</size>
26226       </method>
26227       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
26228         <size>57</size>
26229       </method>
26230     </type>
26231     <type name="MapXml.Throws">
26232       <method name="Void .ctor()">
26233         <size>7</size>
26234       </method>
26235       <method name="Void Main()">
26236         <size>1</size>
26237       </method>
26238     </type>
26239   </test>
26240   <test name="test-287.cs">
26241     <type name="StaticClass">
26242       <method name="System.String Name()">
26243         <size>6</size>
26244       </method>
26245     </type>
26246     <type name="MainClass">
26247       <method name="Void .ctor()">
26248         <size>7</size>
26249       </method>
26250       <method name="Int32 Main()">
26251         <size>83</size>
26252       </method>
26253     </type>
26254     <type name="StaticClass+D">
26255       <method name="Void .ctor(Object, IntPtr)">
26256         <size>0</size>
26257       </method>
26258       <method name="System.Object Invoke()">
26259         <size>0</size>
26260       </method>
26261       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26262         <size>0</size>
26263       </method>
26264       <method name="System.Object EndInvoke(IAsyncResult)">
26265         <size>0</size>
26266       </method>
26267     </type>
26268   </test>
26269   <test name="test-288.cs">
26270     <type name="Test.BookAboutMovie">
26271       <method name="Void .ctor(String)">
26272         <size>25</size>
26273       </method>
26274       <method name="System.String GetItem(Int32)">
26275         <size>7</size>
26276       </method>
26277       <method name="System.String get_Item(Int32)">
26278         <size>7</size>
26279       </method>
26280       <method name="Int32 Main(System.String[])">
26281         <size>57</size>
26282       </method>
26283     </type>
26284   </test>
26285   <test name="test-289.cs">
26286     <type name="Test">
26287       <method name="Void .ctor()">
26288         <size>7</size>
26289       </method>
26290       <method name="Void Main()">
26291         <size>1</size>
26292       </method>
26293       <method name="Void set_Value(System.String)">
26294         <size>1</size>
26295       </method>
26296       <method name="Void set_Value()">
26297         <size>1</size>
26298       </method>
26299       <method name="Void set_Item(Int32, Int32, Boolean)">
26300         <size>1</size>
26301       </method>
26302       <method name="Void set_Item(Int32, Int32)">
26303         <size>1</size>
26304       </method>
26305       <method name="Boolean get_Item(Boolean)">
26306         <size>2</size>
26307       </method>
26308     </type>
26309   </test>
26310   <test name="test-29.cs">
26311     <type name="Base">
26312       <method name="Void .ctor()">
26313         <size>7</size>
26314       </method>
26315       <method name="Void Add(Int32)">
26316         <size>18</size>
26317       </method>
26318     </type>
26319     <type name="Derived">
26320       <method name="Void .ctor()">
26321         <size>7</size>
26322       </method>
26323       <method name="Void Add(Double)">
26324         <size>18</size>
26325       </method>
26326     </type>
26327     <type name="Demo">
26328       <method name="Void .ctor()">
26329         <size>7</size>
26330       </method>
26331       <method name="Int32 Main()">
26332         <size>51</size>
26333       </method>
26334     </type>
26335   </test>
26336   <test name="test-290.cs">
26337     <type name="EntryPoint">
26338       <method name="Void .ctor()">
26339         <size>7</size>
26340       </method>
26341       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
26342         <size>22</size>
26343       </method>
26344       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
26345         <size>22</size>
26346       </method>
26347       <method name="Void bar_f(System.Object)">
26348         <size>1</size>
26349       </method>
26350       <method name="Void Main()">
26351         <size>35</size>
26352       </method>
26353     </type>
26354     <type name="EntryPoint+EventHandler">
26355       <method name="Void .ctor(Object, IntPtr)">
26356         <size>0</size>
26357       </method>
26358       <method name="Void Invoke(System.Object)">
26359         <size>0</size>
26360       </method>
26361       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
26362         <size>0</size>
26363       </method>
26364       <method name="Void EndInvoke(IAsyncResult)">
26365         <size>0</size>
26366       </method>
26367     </type>
26368   </test>
26369   <test name="test-291.cs">
26370     <type name="Test">
26371       <method name="Void .ctor()">
26372         <size>7</size>
26373       </method>
26374       <method name="Void Method()">
26375         <size>1</size>
26376       </method>
26377       <method name="Void Main()">
26378         <size>13</size>
26379       </method>
26380     </type>
26381   </test>
26382   <test name="test-292.cs">
26383     <type name="X">
26384       <method name="Void .ctor()">
26385         <size>7</size>
26386       </method>
26387       <method name="Void .cctor()">
26388         <size>1</size>
26389       </method>
26390       <method name="Void Main()">
26391         <size>19</size>
26392       </method>
26393     </type>
26394   </test>
26395   <test name="test-293.cs">
26396     <type name="A">
26397       <method name="Void .ctor()">
26398         <size>7</size>
26399       </method>
26400       <method name="System.String get_Warning()">
26401         <size>6</size>
26402       </method>
26403     </type>
26404     <type name="B">
26405       <method name="Void .ctor()">
26406         <size>7</size>
26407       </method>
26408       <method name="System.String get_Warning()">
26409         <size>6</size>
26410       </method>
26411       <method name="Void Main()">
26412         <size>1</size>
26413       </method>
26414     </type>
26415   </test>
26416   <test name="test-294.cs">
26417     <type name="ObsoleteClass">
26418       <method name="Void .ctor()">
26419         <size>7</size>
26420       </method>
26421     </type>
26422     <type name="Test">
26423       <method name="Void .ctor()">
26424         <size>13</size>
26425       </method>
26426       <method name="Void .ctor(String, Boolean)">
26427         <size>14</size>
26428       </method>
26429       <method name="System.String get_Name()">
26430         <size>7</size>
26431       </method>
26432       <method name="Void set_Name(System.String)">
26433         <size>8</size>
26434       </method>
26435     </type>
26436     <type name="DerivedTest">
26437       <method name="Void .ctor(String)">
26438         <size>16</size>
26439       </method>
26440       <method name="System.String Method()">
26441         <size>7</size>
26442       </method>
26443       <method name="Void T2()">
26444         <size>1</size>
26445       </method>
26446       <method name="Void Main()">
26447         <size>1</size>
26448       </method>
26449     </type>
26450     <type name="ObsoleteClass2">
26451       <method name="Void .ctor()">
26452         <size>7</size>
26453       </method>
26454     </type>
26455     <type name="ObsoleteClass3">
26456       <method name="Void .ctor()">
26457         <size>18</size>
26458       </method>
26459       <method name="Void .cctor()">
26460         <size>25</size>
26461       </method>
26462     </type>
26463     <type name="ObsoleteClass4">
26464       <method name="Void .ctor()">
26465         <size>7</size>
26466       </method>
26467       <method name="Void T()">
26468         <size>59</size>
26469       </method>
26470     </type>
26471   </test>
26472   <test name="test-295.cs">
26473     <type name="MyAttribute">
26474       <method name="Void .ctor(Object)">
26475         <size>14</size>
26476       </method>
26477       <method name="System.Object get_my()">
26478         <size>7</size>
26479       </method>
26480     </type>
26481     <type name="MyConstructorBuilder">
26482       <method name="Void .ctor()">
26483         <size>7</size>
26484       </method>
26485       <method name="Int32 Main()">
26486         <size>111</size>
26487       </method>
26488       <method name="System.Type MyCreateCallee(System.AppDomain)">
26489         <size>329</size>
26490       </method>
26491     </type>
26492   </test>
26493   <test name="test-296.cs">
26494     <type name="GetElementTypeTest">
26495       <method name="Void .ctor()">
26496         <size>7</size>
26497       </method>
26498       <method name="Int32 Main(System.String[])">
26499         <size>30</size>
26500       </method>
26501     </type>
26502   </test>
26503   <test name="test-297.cs">
26504     <type name="T">
26505       <method name="Void .ctor()">
26506         <size>7</size>
26507       </method>
26508       <method name="Int32 Main()">
26509         <size>311</size>
26510       </method>
26511       <method name="Void Login(System.String)">
26512         <size>1</size>
26513       </method>
26514     </type>
26515     <type name="My">
26516       <method name="Void .ctor(Object)">
26517         <size>14</size>
26518       </method>
26519     </type>
26520   </test>
26521   <test name="test-299.cs">
26522     <type name="SampleClass">
26523       <method name="Void .ctor()">
26524         <size>7</size>
26525       </method>
26526       <method name="SuperClass op_Increment(SampleClass)">
26527         <size>6</size>
26528       </method>
26529     </type>
26530     <type name="SuperClass">
26531       <method name="Void .ctor()">
26532         <size>7</size>
26533       </method>
26534       <method name="Int32 Main()">
26535         <size>2</size>
26536       </method>
26537     </type>
26538   </test>
26539   <test name="test-3.cs">
26540     <type name="TestIntOps">
26541       <method name="Void .ctor()">
26542         <size>7</size>
26543       </method>
26544       <method name="SByte sbyte_add(SByte, SByte)">
26545         <size>7</size>
26546       </method>
26547       <method name="Int16 short_add(Int16, Int16)">
26548         <size>5</size>
26549       </method>
26550       <method name="Double double_add(Double, Double)">
26551         <size>4</size>
26552       </method>
26553       <method name="Int32 int_add(Int32, Int32)">
26554         <size>4</size>
26555       </method>
26556       <method name="Int32 int_sub(Int32, Int32)">
26557         <size>4</size>
26558       </method>
26559       <method name="Int32 int_mul(Int32, Int32)">
26560         <size>4</size>
26561       </method>
26562       <method name="Int32 Main()">
26563         <size>215</size>
26564       </method>
26565     </type>
26566   </test>
26567   <test name="test-30.cs">
26568     <type name="X">
26569       <method name="Void .ctor()">
26570         <size>7</size>
26571       </method>
26572       <method name="Void IA.Draw()">
26573         <size>8</size>
26574       </method>
26575       <method name="Void IB.Draw()">
26576         <size>8</size>
26577       </method>
26578     </type>
26579     <type name="test">
26580       <method name="Void .ctor()">
26581         <size>7</size>
26582       </method>
26583       <method name="Int32 Main()">
26584         <size>192</size>
26585       </method>
26586     </type>
26587   </test>
26588   <test name="test-300.cs">
26589     <type name="A">
26590       <method name="Void .ctor()">
26591         <size>7</size>
26592       </method>
26593       <method name="Void Main()">
26594         <size>7</size>
26595       </method>
26596     </type>
26597     <type name="A+C">
26598       <method name="Void .ctor()">
26599         <size>7</size>
26600       </method>
26601     </type>
26602     <type name="A+B">
26603       <method name="Void .ctor()">
26604         <size>473</size>
26605       </method>
26606     </type>
26607     <type name="A+B+C">
26608       <method name="Void .ctor()">
26609         <size>7</size>
26610       </method>
26611     </type>
26612   </test>
26613   <test name="test-301.cs">
26614     <type name="A">
26615       <method name="Void .ctor()">
26616         <size>7</size>
26617       </method>
26618       <method name="Void Main()">
26619         <size>7</size>
26620       </method>
26621     </type>
26622     <type name="A+B">
26623       <method name="Void .ctor()">
26624         <size>219</size>
26625       </method>
26626     </type>
26627   </test>
26628   <test name="test-302.cs">
26629     <type name="A">
26630       <method name="Void .ctor()">
26631         <size>7</size>
26632       </method>
26633       <method name="Void Main()">
26634         <size>7</size>
26635       </method>
26636     </type>
26637     <type name="A+C">
26638       <method name="Void .ctor()">
26639         <size>7</size>
26640       </method>
26641     </type>
26642     <type name="A+B">
26643       <method name="Void .ctor()">
26644         <size>24</size>
26645       </method>
26646     </type>
26647     <type name="A+B+C">
26648       <method name="Void .ctor()">
26649         <size>7</size>
26650       </method>
26651     </type>
26652   </test>
26653   <test name="test-303.cs">
26654     <type name="A">
26655       <method name="Void .ctor()">
26656         <size>7</size>
26657       </method>
26658       <method name="Void Main()">
26659         <size>7</size>
26660       </method>
26661     </type>
26662     <type name="A+C">
26663       <method name="Void .ctor()">
26664         <size>7</size>
26665       </method>
26666       <method name="Void System.IDisposable.Dispose()">
26667         <size>11</size>
26668       </method>
26669     </type>
26670     <type name="A+B">
26671       <method name="Void .ctor()">
26672         <size>31</size>
26673       </method>
26674     </type>
26675     <type name="A+B+C">
26676       <method name="Void .ctor()">
26677         <size>7</size>
26678       </method>
26679       <method name="Void System.IDisposable.Dispose()">
26680         <size>1</size>
26681       </method>
26682     </type>
26683   </test>
26684   <test name="test-304.cs">
26685     <type name="A">
26686       <method name="Void .ctor()">
26687         <size>7</size>
26688       </method>
26689       <method name="Void Main()">
26690         <size>7</size>
26691       </method>
26692     </type>
26693     <type name="A+D">
26694       <method name="Void .ctor()">
26695         <size>7</size>
26696       </method>
26697     </type>
26698     <type name="A+B">
26699       <method name="Void .ctor()">
26700         <size>473</size>
26701       </method>
26702     </type>
26703     <type name="A+B+C">
26704       <method name="Void .ctor()">
26705         <size>7</size>
26706       </method>
26707     </type>
26708   </test>
26709   <test name="test-305.cs">
26710     <type name="A">
26711       <method name="Void .ctor()">
26712         <size>7</size>
26713       </method>
26714       <method name="Void Main()">
26715         <size>7</size>
26716       </method>
26717     </type>
26718     <type name="A+B">
26719       <method name="Void .ctor()">
26720         <size>219</size>
26721       </method>
26722     </type>
26723   </test>
26724   <test name="test-306.cs">
26725     <type name="A">
26726       <method name="Void .ctor()">
26727         <size>7</size>
26728       </method>
26729       <method name="Void Main()">
26730         <size>7</size>
26731       </method>
26732     </type>
26733     <type name="A+D">
26734       <method name="Void .ctor()">
26735         <size>7</size>
26736       </method>
26737     </type>
26738     <type name="A+B">
26739       <method name="Void .ctor()">
26740         <size>24</size>
26741       </method>
26742     </type>
26743     <type name="A+B+C">
26744       <method name="Void .ctor()">
26745         <size>7</size>
26746       </method>
26747     </type>
26748   </test>
26749   <test name="test-307.cs">
26750     <type name="A">
26751       <method name="Void .ctor()">
26752         <size>7</size>
26753       </method>
26754       <method name="Void Main()">
26755         <size>7</size>
26756       </method>
26757     </type>
26758     <type name="A+D">
26759       <method name="Void .ctor()">
26760         <size>7</size>
26761       </method>
26762       <method name="Void System.IDisposable.Dispose()">
26763         <size>11</size>
26764       </method>
26765     </type>
26766     <type name="A+B">
26767       <method name="Void .ctor()">
26768         <size>31</size>
26769       </method>
26770     </type>
26771     <type name="A+B+C">
26772       <method name="Void .ctor()">
26773         <size>7</size>
26774       </method>
26775       <method name="Void System.IDisposable.Dispose()">
26776         <size>1</size>
26777       </method>
26778     </type>
26779   </test>
26780   <test name="test-308.cs">
26781     <type name="Program">
26782       <method name="Void .ctor()">
26783         <size>7</size>
26784       </method>
26785       <method name="Void Main(System.String[])">
26786         <size>40</size>
26787       </method>
26788     </type>
26789   </test>
26790   <test name="test-309.cs">
26791     <type name="MonoBASIC.Parser">
26792       <method name="Void .ctor()">
26793         <size>7</size>
26794       </method>
26795       <method name="Void Main()">
26796         <size>1</size>
26797       </method>
26798     </type>
26799     <type name="MonoBASIC.Parser+StateMachine">
26800       <method name="Void .ctor()">
26801         <size>7</size>
26802       </method>
26803       <method name="Void HandleToken(Token)">
26804         <size>1</size>
26805       </method>
26806     </type>
26807   </test>
26808   <test name="test-31.cs">
26809     <type name="Base">
26810       <method name="Void .ctor()">
26811         <size>7</size>
26812       </method>
26813       <method name="Void A()">
26814         <size>8</size>
26815       </method>
26816     </type>
26817     <type name="Derived">
26818       <method name="Void .ctor()">
26819         <size>7</size>
26820       </method>
26821       <method name="Void A()">
26822         <size>8</size>
26823       </method>
26824     </type>
26825     <type name="Test">
26826       <method name="Void .ctor()">
26827         <size>7</size>
26828       </method>
26829       <method name="Int32 Main()">
26830         <size>38</size>
26831       </method>
26832     </type>
26833   </test>
26834   <test name="test-310.cs">
26835     <type name="test.Impl">
26836       <method name="Void .ctor()">
26837         <size>7</size>
26838       </method>
26839       <method name="System.String GetType(Int32)">
26840         <size>6</size>
26841       </method>
26842       <method name="Boolean IsDone()">
26843         <size>2</size>
26844       </method>
26845     </type>
26846     <type name="test.myclass">
26847       <method name="Void .ctor()">
26848         <size>7</size>
26849       </method>
26850       <method name="Void Main(System.String[])">
26851         <size>28</size>
26852       </method>
26853     </type>
26854   </test>
26855   <test name="test-311.cs">
26856     <type name="Program">
26857       <method name="Void .ctor()">
26858         <size>38</size>
26859       </method>
26860       <method name="Void .cctor()">
26861         <size>11</size>
26862       </method>
26863       <method name="System.String get_Message()">
26864         <size>6</size>
26865       </method>
26866       <method name="Void set_Message(System.String)">
26867         <size>7</size>
26868       </method>
26869       <method name="Boolean DenyMethod()">
26870         <size>2</size>
26871       </method>
26872       <method name="Void Test2()">
26873         <size>1</size>
26874       </method>
26875       <method name="Void Test3()">
26876         <size>1</size>
26877       </method>
26878       <method name="Void Test4()">
26879         <size>1</size>
26880       </method>
26881       <method name="Int32 Main(System.String[])">
26882         <size>175</size>
26883       </method>
26884     </type>
26885     <type name="Test2">
26886       <method name="Void .ctor()">
26887         <size>7</size>
26888       </method>
26889     </type>
26890   </test>
26891   <test name="test-312.cs">
26892     <type name="X">
26893       <method name="Void .ctor()">
26894         <size>7</size>
26895       </method>
26896       <method name="Void .cctor()">
26897         <size>1</size>
26898       </method>
26899       <method name="Boolean Method(PointF)">
26900         <size>72</size>
26901       </method>
26902       <method name="Boolean Call_constructor_and_implicit()">
26903         <size>29</size>
26904       </method>
26905       <method name="Boolean Init_with_implicit_conv()">
26906         <size>52</size>
26907       </method>
26908       <method name="Boolean Init_ValueType()">
26909         <size>26</size>
26910       </method>
26911       <method name="Boolean InstanceAssignTest()">
26912         <size>75</size>
26913       </method>
26914       <method name="Int32 T()">
26915         <size>54</size>
26916       </method>
26917       <method name="Int32 Main()">
26918         <size>45</size>
26919       </method>
26920     </type>
26921     <type name="PointF">
26922       <method name="Void .ctor(Single, Single)">
26923         <size>47</size>
26924       </method>
26925     </type>
26926     <type name="Point">
26927       <method name="Void .ctor(Int32, Int32)">
26928         <size>37</size>
26929       </method>
26930       <method name="PointF op_Implicit(Point)">
26931         <size>22</size>
26932       </method>
26933     </type>
26934   </test>
26935   <test name="test-313.cs">
26936     <type name="D">
26937       <method name="Void .ctor()">
26938         <size>7</size>
26939       </method>
26940       <method name="Void A.B.METHOD()">
26941         <size>1</size>
26942       </method>
26943       <method name="Int32 Main()">
26944         <size>134</size>
26945       </method>
26946     </type>
26947   </test>
26948   <test name="test-314.cs">
26949     <type name="X">
26950       <method name="Void .ctor()">
26951         <size>28</size>
26952       </method>
26953       <method name="Void .ctor(Int32)">
26954         <size>28</size>
26955       </method>
26956       <method name="Void .cctor()">
26957         <size>11</size>
26958       </method>
26959       <method name="Int32 Main()">
26960         <size>57</size>
26961       </method>
26962     </type>
26963   </test>
26964   <test name="test-315.cs">
26965     <type name="GuardedCollectionValue">
26966       <method name="Void .ctor()">
26967         <size>7</size>
26968       </method>
26969       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
26970         <size>2</size>
26971       </method>
26972       <method name="IDirectedCollectionValue Backwards()">
26973         <size>2</size>
26974       </method>
26975     </type>
26976     <type name="GuardedSequenced">
26977       <method name="Void .ctor()">
26978         <size>7</size>
26979       </method>
26980       <method name="IDirectedCollectionValue Test()">
26981         <size>12</size>
26982       </method>
26983     </type>
26984     <type name="X">
26985       <method name="Void .ctor()">
26986         <size>7</size>
26987       </method>
26988       <method name="Void Main()">
26989         <size>1</size>
26990       </method>
26991     </type>
26992   </test>
26993   <test name="test-316.cs">
26994     <type name="D">
26995       <method name="Void .ctor()">
26996         <size>7</size>
26997       </method>
26998       <method name="Int32 IA.Add(Int32)">
26999         <size>2</size>
27000       </method>
27001       <method name="Int32 IB.Add(Int32)">
27002         <size>2</size>
27003       </method>
27004     </type>
27005     <type name="E">
27006       <method name="Void .ctor()">
27007         <size>7</size>
27008       </method>
27009       <method name="Int32 IA.Add(Int32)">
27010         <size>2</size>
27011       </method>
27012       <method name="Int32 IB.Add(Int32)">
27013         <size>2</size>
27014       </method>
27015       <method name="Void doom()">
27016         <size>1</size>
27017       </method>
27018       <method name="System.Object Clone()">
27019         <size>2</size>
27020       </method>
27021       <method name="Void Dispose()">
27022         <size>1</size>
27023       </method>
27024     </type>
27025     <type name="C">
27026       <method name="Void .ctor()">
27027         <size>7</size>
27028       </method>
27029       <method name="Int32 Test(IC)">
27030         <size>49</size>
27031       </method>
27032       <method name="Void Test2(IE)">
27033         <size>20</size>
27034       </method>
27035       <method name="Int32 Main()">
27036         <size>32</size>
27037       </method>
27038     </type>
27039   </test>
27040   <test name="test-317.cs">
27041     <type name="X">
27042       <method name="Void .ctor()">
27043         <size>7</size>
27044       </method>
27045       <method name="Void Main()">
27046         <size>1</size>
27047       </method>
27048     </type>
27049   </test>
27050   <test name="test-318.cs">
27051     <type name="Ev">
27052       <method name="Void .ctor()">
27053         <size>29</size>
27054       </method>
27055       <method name="Void add_Disposed(System.EventHandler)">
27056         <size>19</size>
27057       </method>
27058       <method name="Void remove_Disposed(System.EventHandler)">
27059         <size>19</size>
27060       </method>
27061       <method name="Void OnClick(System.EventArgs)">
27062         <size>38</size>
27063       </method>
27064     </type>
27065     <type name="Foo">
27066       <method name="Void .ctor()">
27067         <size>7</size>
27068       </method>
27069     </type>
27070     <type name="C">
27071       <method name="Void .ctor()">
27072         <size>7</size>
27073       </method>
27074       <method name="Void my_from_fixed(Int32 ByRef)">
27075         <size>4</size>
27076       </method>
27077       <method name="Void month_from_fixed(Int32)">
27078         <size>8</size>
27079       </method>
27080       <method name="Int32 CreateFromString(Int32)">
27081         <size>10</size>
27082       </method>
27083       <method name="Void Main()">
27084         <size>1</size>
27085       </method>
27086     </type>
27087     <type name="Foo">
27088       <method name="Void EventInterface.add_Event(System.EventHandler)">
27089         <size>1</size>
27090       </method>
27091       <method name="Void EventInterface.remove_Event(System.EventHandler)">
27092         <size>1</size>
27093       </method>
27094     </type>
27095     <type name="C">
27096       <method name="Double* GetValue(Double)">
27097         <size>5</size>
27098       </method>
27099     </type>
27100   </test>
27101   <test name="test-319.cs">
27102     <type name="ConstFields">
27103       <method name="Void .ctor()">
27104         <size>7</size>
27105       </method>
27106       <method name="Void .cctor()">
27107         <size>118</size>
27108       </method>
27109       <method name="Int32 Main()">
27110         <size>303</size>
27111       </method>
27112     </type>
27113   </test>
27114   <test name="test-32.cs">
27115     <type name="Blah">
27116       <method name="Void .ctor()">
27117         <size>7</size>
27118       </method>
27119       <method name="Int32 Main()">
27120         <size>50</size>
27121       </method>
27122     </type>
27123   </test>
27124   <test name="test-320.cs">
27125     <type name="X">
27126       <method name="Void .ctor(SByte*, Int32, Int32)">
27127         <size>7</size>
27128       </method>
27129       <method name="Void Main()">
27130         <size>12</size>
27131       </method>
27132     </type>
27133   </test>
27134   <test name="test-321.cs">
27135     <type name="X">
27136       <method name="Void Dispose()">
27137         <size>1</size>
27138       </method>
27139       <method name="Void Main()">
27140         <size>24</size>
27141       </method>
27142     </type>
27143   </test>
27144   <test name="test-322.cs">
27145     <type name="Y">
27146       <method name="Void .ctor(Byte)">
27147         <size>14</size>
27148       </method>
27149       <method name="Int32 op_Implicit(Y)">
27150         <size>7</size>
27151       </method>
27152     </type>
27153     <type name="X">
27154       <method name="Void .ctor()">
27155         <size>7</size>
27156       </method>
27157       <method name="Void Main()">
27158         <size>50</size>
27159       </method>
27160     </type>
27161   </test>
27162   <test name="test-323.cs">
27163     <type name="X">
27164       <method name="Void .ctor()">
27165         <size>7</size>
27166       </method>
27167       <method name="Void Main()">
27168         <size>1</size>
27169       </method>
27170     </type>
27171   </test>
27172   <test name="test-324.cs">
27173     <type name="A">
27174       <method name="Void .ctor()">
27175         <size>7</size>
27176       </method>
27177       <method name="Void DoStuff()">
27178         <size>11</size>
27179       </method>
27180     </type>
27181     <type name="T">
27182       <method name="Void .ctor()">
27183         <size>7</size>
27184       </method>
27185       <method name="Void .cctor()">
27186         <size>11</size>
27187       </method>
27188     </type>
27189     <type name="Driver">
27190       <method name="Void .ctor()">
27191         <size>7</size>
27192       </method>
27193       <method name="Void Main()">
27194         <size>22</size>
27195       </method>
27196     </type>
27197     <type name="B">
27198       <method name="Boolean get_Val()">
27199         <size>2</size>
27200       </method>
27201     </type>
27202   </test>
27203   <test name="test-325.cs">
27204     <type name="RequestAttribute">
27205       <method name="Void .ctor(String, String, String[])">
27206         <size>7</size>
27207       </method>
27208     </type>
27209     <type name="MyClass">
27210       <method name="Void .ctor()">
27211         <size>7</size>
27212       </method>
27213       <method name="Int32 SomeRequest()">
27214         <size>2</size>
27215       </method>
27216       <method name="Void Main()">
27217         <size>7</size>
27218       </method>
27219     </type>
27220   </test>
27221   <test name="test-326.cs">
27222     <type name="X">
27223       <method name="Void .ctor()">
27224         <size>7</size>
27225       </method>
27226       <method name="Int32 Main()">
27227         <size>55</size>
27228       </method>
27229     </type>
27230     <type name="Mapper">
27231       <method name="Void .ctor(Object, IntPtr)">
27232         <size>0</size>
27233       </method>
27234       <method name="Double Invoke(Int32)">
27235         <size>0</size>
27236       </method>
27237       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27238         <size>0</size>
27239       </method>
27240       <method name="Double EndInvoke(IAsyncResult)">
27241         <size>0</size>
27242       </method>
27243     </type>
27244     <type name="X">
27245       <method name="Double &lt;Main&gt;m__0(Int32)">
27246         <size>6</size>
27247       </method>
27248     </type>
27249   </test>
27250   <test name="test-327.cs">
27251     <type name="X2">
27252       <method name="Void .ctor()">
27253         <size>7</size>
27254       </method>
27255     </type>
27256     <type name="A.B.Tester">
27257       <method name="Void .ctor()">
27258         <size>7</size>
27259       </method>
27260       <method name="Void .cctor()">
27261         <size>1</size>
27262       </method>
27263       <method name="Void Main()">
27264         <size>1</size>
27265       </method>
27266     </type>
27267   </test>
27268   <test name="test-328.cs">
27269     <type name="A.B.Tester">
27270       <method name="Void .ctor()">
27271         <size>7</size>
27272       </method>
27273       <method name="Void .cctor()">
27274         <size>1</size>
27275       </method>
27276       <method name="Void Main()">
27277         <size>1</size>
27278       </method>
27279     </type>
27280   </test>
27281   <test name="test-329.cs">
27282     <type name="X">
27283       <method name="Void .ctor()">
27284         <size>7</size>
27285       </method>
27286       <method name="Void .ctor(Object)">
27287         <size>21</size>
27288       </method>
27289       <method name="Int32 Main()">
27290         <size>74</size>
27291       </method>
27292     </type>
27293   </test>
27294   <test name="test-33.cs">
27295     <type name="FirstOuter.FirstInner.First">
27296       <method name="Void .ctor()">
27297         <size>7</size>
27298       </method>
27299       <method name="System.String get_MyIdentity()">
27300         <size>12</size>
27301       </method>
27302     </type>
27303     <type name="FirstOuter.Second">
27304       <method name="Void .ctor()">
27305         <size>7</size>
27306       </method>
27307     </type>
27308     <type name="FirstOuter.SecondInner.Third">
27309       <method name="Void .ctor()">
27310         <size>7</size>
27311       </method>
27312     </type>
27313     <type name="FirstOuter.FirstInner.Fourth">
27314       <method name="Void .ctor()">
27315         <size>7</size>
27316       </method>
27317     </type>
27318     <type name="Fifth">
27319       <method name="Void .ctor()">
27320         <size>7</size>
27321       </method>
27322     </type>
27323     <type name="Application">
27324       <method name="Void .ctor()">
27325         <size>7</size>
27326       </method>
27327       <method name="Int32 Main(System.String[])">
27328         <size>139</size>
27329       </method>
27330     </type>
27331   </test>
27332   <test name="test-330.cs">
27333     <type name="X">
27334       <method name="Void .ctor()">
27335         <size>7</size>
27336       </method>
27337       <method name="Void Main()">
27338         <size>8</size>
27339       </method>
27340     </type>
27341   </test>
27342   <test name="test-331.cs">
27343     <type name="T">
27344       <method name="Void .ctor()">
27345         <size>7</size>
27346       </method>
27347       <method name="Void Main()">
27348         <size>1</size>
27349       </method>
27350       <method name="Byte* get_Ptr()">
27351         <size>7</size>
27352       </method>
27353       <method name="Void set_Ptr(Byte*)">
27354         <size>8</size>
27355       </method>
27356     </type>
27357   </test>
27358   <test name="test-332.cs">
27359     <type name="C">
27360       <method name="Void .ctor()">
27361         <size>7</size>
27362       </method>
27363       <method name="Void Main()">
27364         <size>1</size>
27365       </method>
27366     </type>
27367   </test>
27368   <test name="test-333.cs">
27369     <type name="Foo">
27370       <method name="Void .ctor()">
27371         <size>7</size>
27372       </method>
27373       <method name="Void Something()">
27374         <size>1</size>
27375       </method>
27376     </type>
27377     <type name="Bar">
27378       <method name="Void .ctor()">
27379         <size>7</size>
27380       </method>
27381       <method name="Void Something()">
27382         <size>1</size>
27383       </method>
27384       <method name="Void Main()">
27385         <size>1</size>
27386       </method>
27387     </type>
27388   </test>
27389   <test name="test-334.cs">
27390     <type name="Test.Foo.Index.CompoundFileReader">
27391       <method name="Void .ctor()">
27392         <size>7</size>
27393       </method>
27394       <method name="Void Main()">
27395         <size>1</size>
27396       </method>
27397     </type>
27398     <type name="Test.Foo.Store.Directory">
27399       <method name="Void .ctor()">
27400         <size>7</size>
27401       </method>
27402     </type>
27403   </test>
27404   <test name="test-335.cs">
27405     <type name="X">
27406       <method name="Void .ctor()">
27407         <size>7</size>
27408       </method>
27409       <method name="Void A(Int32, Int32)">
27410         <size>1</size>
27411       </method>
27412       <method name="Void C(Int32 ByRef)">
27413         <size>4</size>
27414       </method>
27415       <method name="Void Main()">
27416         <size>70</size>
27417       </method>
27418     </type>
27419     <type name="X+B">
27420       <method name="Void .ctor(Object, IntPtr)">
27421         <size>0</size>
27422       </method>
27423       <method name="Void Invoke(Int32, Int32)">
27424         <size>0</size>
27425       </method>
27426       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27427         <size>0</size>
27428       </method>
27429       <method name="Void EndInvoke(IAsyncResult)">
27430         <size>0</size>
27431       </method>
27432     </type>
27433     <type name="X+D">
27434       <method name="Void .ctor(Object, IntPtr)">
27435         <size>0</size>
27436       </method>
27437       <method name="Void Invoke(Int32 ByRef)">
27438         <size>0</size>
27439       </method>
27440       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
27441         <size>0</size>
27442       </method>
27443       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
27444         <size>0</size>
27445       </method>
27446     </type>
27447   </test>
27448   <test name="test-336.cs">
27449     <type name="X">
27450       <method name="Void .ctor(Foo)">
27451         <size>7</size>
27452       </method>
27453       <method name="Void .ctor(Bar)">
27454         <size>7</size>
27455       </method>
27456       <method name="Void Test()">
27457         <size>1</size>
27458       </method>
27459       <method name="Void Main()">
27460         <size>19</size>
27461       </method>
27462     </type>
27463     <type name="Foo">
27464       <method name="Void .ctor(Object, IntPtr)">
27465         <size>0</size>
27466       </method>
27467       <method name="Void Invoke()">
27468         <size>0</size>
27469       </method>
27470       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27471         <size>0</size>
27472       </method>
27473       <method name="Void EndInvoke(IAsyncResult)">
27474         <size>0</size>
27475       </method>
27476     </type>
27477     <type name="Bar">
27478       <method name="Void .ctor(Object, IntPtr)">
27479         <size>0</size>
27480       </method>
27481       <method name="Void Invoke(Int32)">
27482         <size>0</size>
27483       </method>
27484       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27485         <size>0</size>
27486       </method>
27487       <method name="Void EndInvoke(IAsyncResult)">
27488         <size>0</size>
27489       </method>
27490     </type>
27491   </test>
27492   <test name="test-337.cs">
27493     <type name="Test">
27494       <method name="Void .ctor()">
27495         <size>7</size>
27496       </method>
27497       <method name="Void Main()">
27498         <size>16</size>
27499       </method>
27500     </type>
27501   </test>
27502   <test name="test-338.cs">
27503     <type name="X">
27504       <method name="Void .ctor()">
27505         <size>7</size>
27506       </method>
27507       <method name="Void .cctor()">
27508         <size>11</size>
27509       </method>
27510       <method name="Void Main()">
27511         <size>1</size>
27512       </method>
27513       <method name="Y+Z fz()">
27514         <size>6</size>
27515       </method>
27516     </type>
27517     <type name="Y">
27518       <method name="Void .ctor()">
27519         <size>7</size>
27520       </method>
27521     </type>
27522     <type name="Y+Z">
27523       <method name="Void .ctor()">
27524         <size>7</size>
27525       </method>
27526       <method name="Void .cctor()">
27527         <size>11</size>
27528       </method>
27529     </type>
27530   </test>
27531   <test name="test-339.cs">
27532     <type name="C">
27533       <method name="Void .ctor()">
27534         <size>7</size>
27535       </method>
27536       <method name="Void .cctor()">
27537         <size>17</size>
27538       </method>
27539       <method name="Int32 Main()">
27540         <size>84</size>
27541       </method>
27542     </type>
27543   </test>
27544   <test name="test-34.cs">
27545     <type name="Blah">
27546       <method name="Void .ctor()">
27547         <size>7</size>
27548       </method>
27549       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
27550         <size>7</size>
27551       </method>
27552       <method name="Int32 Bar(Int32, System.Int32[])">
27553         <size>61</size>
27554       </method>
27555       <method name="Void Foo(Int32, Int32)">
27556         <size>7</size>
27557       </method>
27558       <method name="Void In(Int32 ByRef)">
27559         <size>7</size>
27560       </method>
27561       <method name="Void Out(Int32 ByRef)">
27562         <size>7</size>
27563       </method>
27564       <method name="Int32 AddArray(System.Int32[])">
27565         <size>30</size>
27566       </method>
27567       <method name="Int32 AddFancy(FancyInt[])">
27568         <size>39</size>
27569       </method>
27570       <method name="Int32 Main()">
27571         <size>269</size>
27572       </method>
27573     </type>
27574     <type name="&lt;PrivateImplementationDetails&gt;">
27575       <method name="Void .ctor()">
27576         <size>7</size>
27577       </method>
27578     </type>
27579     <type name="FancyInt">
27580       <method name="Void .ctor(Int32)">
27581         <size>8</size>
27582       </method>
27583     </type>
27584   </test>
27585   <test name="test-340.cs">
27586     <type name="FLMID.Bugs.BoolOne.A">
27587       <method name="Void .ctor()">
27588         <size>7</size>
27589       </method>
27590       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
27591         <size>8</size>
27592       </method>
27593     </type>
27594     <type name="FLMID.Bugs.BoolOne.B">
27595       <method name="Void .ctor()">
27596         <size>7</size>
27597       </method>
27598     </type>
27599     <type name="FLMID.Bugs.BoolOne.Test">
27600       <method name="Void .ctor()">
27601         <size>7</size>
27602       </method>
27603       <method name="Int32 Main(System.String[])">
27604         <size>34</size>
27605       </method>
27606     </type>
27607     <type name="FLMID.Bugs.BoolOne.B">
27608       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
27609         <size>12</size>
27610       </method>
27611     </type>
27612   </test>
27613   <test name="test-341.cs">
27614     <type name="Test">
27615       <method name="Void .ctor()">
27616         <size>7</size>
27617       </method>
27618       <method name="Void Main()">
27619         <size>1</size>
27620       </method>
27621     </type>
27622     <type name="Libs">
27623       <method name="Void .ctor()">
27624         <size>7</size>
27625       </method>
27626     </type>
27627     <type name="Bar">
27628       <method name="Void .ctor()">
27629         <size>7</size>
27630       </method>
27631     </type>
27632     <type name="Foo">
27633       <method name="Void .ctor()">
27634         <size>7</size>
27635       </method>
27636     </type>
27637   </test>
27638   <test name="test-342.cs">
27639     <type name="A">
27640       <method name="Void .ctor()">
27641         <size>7</size>
27642       </method>
27643       <method name="Void Foo(Int32)">
27644         <size>1</size>
27645       </method>
27646       <method name="Void Foo(Double)">
27647         <size>11</size>
27648       </method>
27649     </type>
27650     <type name="B">
27651       <method name="Void .ctor()">
27652         <size>7</size>
27653       </method>
27654       <method name="Void Foo(Double)">
27655         <size>11</size>
27656       </method>
27657       <method name="Void Main()">
27658         <size>24</size>
27659       </method>
27660     </type>
27661     <type name="A">
27662       <method name="Boolean get_Item(Int32)">
27663         <size>2</size>
27664       </method>
27665       <method name="Boolean get_Item(Double)">
27666         <size>11</size>
27667       </method>
27668     </type>
27669     <type name="B">
27670       <method name="Boolean get_Item(Double)">
27671         <size>11</size>
27672       </method>
27673     </type>
27674   </test>
27675   <test name="test-343.cs">
27676     <type name="X">
27677       <method name="Void .ctor()">
27678         <size>7</size>
27679       </method>
27680       <method name="Void Concat(System.String, System.String, System.String)">
27681         <size>1</size>
27682       </method>
27683       <method name="Void Concat(System.String[])">
27684         <size>11</size>
27685       </method>
27686       <method name="Void Main()">
27687         <size>21</size>
27688       </method>
27689     </type>
27690   </test>
27691   <test name="test-344.cs">
27692     <type name="X">
27693       <method name="Void .ctor()">
27694         <size>7</size>
27695       </method>
27696       <method name="Void add_y(Y)">
27697         <size>24</size>
27698       </method>
27699       <method name="Void remove_y(Y)">
27700         <size>24</size>
27701       </method>
27702       <method name="Void Main(System.String[])">
27703         <size>13</size>
27704       </method>
27705       <method name="Void Foo()">
27706         <size>66</size>
27707       </method>
27708     </type>
27709     <type name="Y">
27710       <method name="Void .ctor(Object, IntPtr)">
27711         <size>0</size>
27712       </method>
27713       <method name="Void Invoke()">
27714         <size>0</size>
27715       </method>
27716       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27717         <size>0</size>
27718       </method>
27719       <method name="Void EndInvoke(IAsyncResult)">
27720         <size>0</size>
27721       </method>
27722     </type>
27723     <type name="X+&lt;Foo&gt;c__AnonStorey0">
27724       <method name="Void .ctor()">
27725         <size>7</size>
27726       </method>
27727       <method name="Void &lt;&gt;m__0()">
27728         <size>28</size>
27729       </method>
27730     </type>
27731   </test>
27732   <test name="test-345.cs">
27733     <type name="EntryPoint">
27734       <method name="Void .ctor()">
27735         <size>7</size>
27736       </method>
27737       <method name="Void Main()">
27738         <size>1</size>
27739       </method>
27740     </type>
27741   </test>
27742   <test name="test-346.cs">
27743     <type name="TestMethods.Class1">
27744       <method name="Void .ctor()">
27745         <size>7</size>
27746       </method>
27747       <method name="Int32 Main()">
27748         <size>91</size>
27749       </method>
27750     </type>
27751     <type name="TestMethods.ParamClass">
27752       <method name="Void .ctor()">
27753         <size>7</size>
27754       </method>
27755     </type>
27756     <type name="TestMethods.TestParam">
27757       <method name="Void .ctor()">
27758         <size>7</size>
27759       </method>
27760     </type>
27761     <type name="TestMethods.BaseClass">
27762       <method name="Void .ctor()">
27763         <size>7</size>
27764       </method>
27765       <method name="Int32 AddItem(TestMethods.ParamClass)">
27766         <size>0</size>
27767       </method>
27768     </type>
27769     <type name="TestMethods.TestClass">
27770       <method name="Void .ctor()">
27771         <size>7</size>
27772       </method>
27773       <method name="Int32 AddItem(System.Object)">
27774         <size>2</size>
27775       </method>
27776       <method name="Int32 AddItem(TestMethods.ParamClass)">
27777         <size>2</size>
27778       </method>
27779     </type>
27780   </test>
27781   <test name="test-347.cs">
27782     <type name="Whatever.Core.Project">
27783       <method name="Void .ctor()">
27784         <size>7</size>
27785       </method>
27786     </type>
27787     <type name="Whatever.Core.A">
27788       <method name="Void .ctor()">
27789         <size>7</size>
27790       </method>
27791       <method name="Whatever.Core.Project get_Project()">
27792         <size>6</size>
27793       </method>
27794     </type>
27795     <type name="SomethingElse.Core.Project">
27796       <method name="Void .ctor()">
27797         <size>7</size>
27798       </method>
27799     </type>
27800     <type name="Whatever.App.B">
27801       <method name="Void .ctor()">
27802         <size>7</size>
27803       </method>
27804       <method name="System.String Execute()">
27805         <size>12</size>
27806       </method>
27807       <method name="Void Main()">
27808         <size>12</size>
27809       </method>
27810     </type>
27811   </test>
27812   <test name="test-348.cs">
27813     <type name="BoundAttribute">
27814       <method name="Void .ctor(Double, Int32)">
27815         <size>7</size>
27816       </method>
27817     </type>
27818     <type name="C">
27819       <method name="Void .ctor()">
27820         <size>7</size>
27821       </method>
27822       <method name="Void Main()">
27823         <size>1</size>
27824       </method>
27825     </type>
27826   </test>
27827   <test name="test-349.cs">
27828     <type name="C">
27829       <method name="Void .ctor()">
27830         <size>7</size>
27831       </method>
27832       <method name="Void add_Ev1(D)">
27833         <size>24</size>
27834       </method>
27835       <method name="Void remove_Ev1(D)">
27836         <size>24</size>
27837       </method>
27838     </type>
27839     <type name="X">
27840       <method name="Void .ctor()">
27841         <size>7</size>
27842       </method>
27843       <method name="Void .cctor()">
27844         <size>1</size>
27845       </method>
27846       <method name="Void add_Ev1(D)">
27847         <size>22</size>
27848       </method>
27849       <method name="Void remove_Ev1(D)">
27850         <size>22</size>
27851       </method>
27852       <method name="Void add_Ev2(D)">
27853         <size>22</size>
27854       </method>
27855       <method name="Void remove_Ev2(D)">
27856         <size>22</size>
27857       </method>
27858     </type>
27859     <type name="X2">
27860       <method name="Void .ctor()">
27861         <size>7</size>
27862       </method>
27863       <method name="Void .cctor()">
27864         <size>7</size>
27865       </method>
27866     </type>
27867     <type name="Test">
27868       <method name="Void .ctor()">
27869         <size>7</size>
27870       </method>
27871       <method name="Void .cctor()">
27872         <size>19</size>
27873       </method>
27874       <method name="Int32 Main()">
27875         <size>63</size>
27876       </method>
27877     </type>
27878     <type name="D">
27879       <method name="Void .ctor(Object, IntPtr)">
27880         <size>0</size>
27881       </method>
27882       <method name="Void Invoke()">
27883         <size>0</size>
27884       </method>
27885       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27886         <size>0</size>
27887       </method>
27888       <method name="Void EndInvoke(IAsyncResult)">
27889         <size>0</size>
27890       </method>
27891     </type>
27892   </test>
27893   <test name="test-35.cs">
27894     <type name="X">
27895       <method name="Void .ctor()">
27896         <size>7</size>
27897       </method>
27898       <method name="Void .cctor()">
27899         <size>7</size>
27900       </method>
27901       <method name="Void a()">
27902         <size>17</size>
27903       </method>
27904       <method name="Void w(Int32)">
27905         <size>22</size>
27906       </method>
27907       <method name="Int32 Main()">
27908         <size>298</size>
27909       </method>
27910     </type>
27911   </test>
27912   <test name="test-350.cs">
27913     <type name="A">
27914       <method name="Void .ctor()">
27915         <size>7</size>
27916       </method>
27917     </type>
27918     <type name="A+BAttribute">
27919       <method name="Void .ctor()">
27920         <size>7</size>
27921       </method>
27922     </type>
27923     <type name="C">
27924       <method name="Void .ctor()">
27925         <size>7</size>
27926       </method>
27927       <method name="Void Main()">
27928         <size>1</size>
27929       </method>
27930     </type>
27931   </test>
27932   <test name="test-351.cs">
27933     <type name="Test.Testee">
27934       <method name="Void .ctor()">
27935         <size>7</size>
27936       </method>
27937       <method name="Void Bar(System.String, System.Object[])">
27938         <size>1</size>
27939       </method>
27940       <method name="Void Main()">
27941         <size>242</size>
27942       </method>
27943     </type>
27944     <type name="Test.Foo">
27945       <method name="Void .ctor(Object, IntPtr)">
27946         <size>0</size>
27947       </method>
27948       <method name="Void Invoke(System.String, System.Object[])">
27949         <size>0</size>
27950       </method>
27951       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
27952         <size>0</size>
27953       </method>
27954       <method name="Void EndInvoke(IAsyncResult)">
27955         <size>0</size>
27956       </method>
27957     </type>
27958   </test>
27959   <test name="test-352.cs">
27960     <type name="C">
27961       <method name="Void .ctor()">
27962         <size>7</size>
27963       </method>
27964       <method name="Void Main()">
27965         <size>1</size>
27966       </method>
27967     </type>
27968   </test>
27969   <test name="test-353.cs">
27970     <type name="Three">
27971       <method name="Void .ctor()">
27972         <size>7</size>
27973       </method>
27974       <method name="Void Main()">
27975         <size>7</size>
27976       </method>
27977     </type>
27978     <type name="One">
27979       <method name="Void .ctor()">
27980         <size>7</size>
27981       </method>
27982     </type>
27983     <type name="Two">
27984       <method name="Void .ctor()">
27985         <size>7</size>
27986       </method>
27987     </type>
27988   </test>
27989   <test name="test-354.cs">
27990     <type name="MYAttr">
27991       <method name="Void .ctor()">
27992         <size>7</size>
27993       </method>
27994     </type>
27995     <type name="A">
27996       <method name="Void .ctor()">
27997         <size>7</size>
27998       </method>
27999       <method name="Void Main()">
28000         <size>1</size>
28001       </method>
28002     </type>
28003   </test>
28004   <test name="test-355.cs">
28005     <type name="Level1.Level1.Level2.MainClass">
28006       <method name="Void .ctor()">
28007         <size>7</size>
28008       </method>
28009       <method name="Void Main()">
28010         <size>1</size>
28011       </method>
28012     </type>
28013   </test>
28014   <test name="test-356.cs">
28015     <type name="MainClass">
28016       <method name="Void .ctor()">
28017         <size>7</size>
28018       </method>
28019       <method name="Void Main()">
28020         <size>1</size>
28021       </method>
28022     </type>
28023   </test>
28024   <test name="test-357.cs">
28025     <type name="SD.Sd">
28026       <method name="Void .ctor()">
28027         <size>7</size>
28028       </method>
28029       <method name="Void F(Boolean)">
28030         <size>1</size>
28031       </method>
28032     </type>
28033     <type name="Foo.Bar">
28034       <method name="Void .ctor()">
28035         <size>25</size>
28036       </method>
28037       <method name="Void Main()">
28038         <size>27</size>
28039       </method>
28040     </type>
28041     <type name="Foo.Bar+f_t">
28042       <method name="Void .ctor(Object, IntPtr)">
28043         <size>0</size>
28044       </method>
28045       <method name="Void Invoke(Boolean)">
28046         <size>0</size>
28047       </method>
28048       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
28049         <size>0</size>
28050       </method>
28051       <method name="Void EndInvoke(IAsyncResult)">
28052         <size>0</size>
28053       </method>
28054     </type>
28055   </test>
28056   <test name="test-358.cs">
28057     <type name="Test">
28058       <method name="Void .ctor()">
28059         <size>7</size>
28060       </method>
28061       <method name="Void Main()">
28062         <size>50</size>
28063       </method>
28064     </type>
28065   </test>
28066   <test name="test-359.cs">
28067     <type name="Test">
28068       <method name="Void .ctor()">
28069         <size>7</size>
28070       </method>
28071       <method name="Void Main()">
28072         <size>1</size>
28073       </method>
28074     </type>
28075   </test>
28076   <test name="test-36.cs">
28077     <type name="Y">
28078       <method name="Void .ctor()">
28079         <size>7</size>
28080       </method>
28081       <method name="Int32 Main()">
28082         <size>272</size>
28083       </method>
28084     </type>
28085     <type name="X">
28086       <method name="IEnumerator GetEnumerator()">
28087         <size>36</size>
28088       </method>
28089     </type>
28090   </test>
28091   <test name="test-360.cs">
28092     <type name="Application">
28093       <method name="Void .ctor()">
28094         <size>7</size>
28095       </method>
28096       <method name="Void Main(System.String[])">
28097         <size>13</size>
28098       </method>
28099     </type>
28100   </test>
28101   <test name="test-361.cs">
28102     <type name="X">
28103       <method name="Void .ctor()">
28104         <size>7</size>
28105       </method>
28106     </type>
28107     <type name="Test">
28108       <method name="Void .ctor()">
28109         <size>7</size>
28110       </method>
28111       <method name="Void Main()">
28112         <size>1</size>
28113       </method>
28114     </type>
28115   </test>
28116   <test name="test-362.cs">
28117     <type name="C">
28118       <method name="Void .ctor()">
28119         <size>7</size>
28120       </method>
28121       <method name="Void Main()">
28122         <size>17</size>
28123       </method>
28124       <method name="Void Test()">
28125         <size>26</size>
28126       </method>
28127     </type>
28128   </test>
28129   <test name="test-363.cs">
28130     <type name="Location">
28131       <method name="Void .ctor()">
28132         <size>7</size>
28133       </method>
28134       <method name="Void .cctor()">
28135         <size>11</size>
28136       </method>
28137     </type>
28138     <type name="Element">
28139       <method name="Void .ctor()">
28140         <size>18</size>
28141       </method>
28142       <method name="Location get_Location()">
28143         <size>7</size>
28144       </method>
28145       <method name="Void set_Location(Location)">
28146         <size>8</size>
28147       </method>
28148     </type>
28149     <type name="T">
28150       <method name="Void .ctor()">
28151         <size>7</size>
28152       </method>
28153       <method name="Void Main()">
28154         <size>1</size>
28155       </method>
28156     </type>
28157   </test>
28158   <test name="test-364.cs">
28159     <type name="X">
28160       <method name="Void .ctor()">
28161         <size>7</size>
28162       </method>
28163       <method name="Int32 Main()">
28164         <size>34</size>
28165       </method>
28166       <method name="Int32 t1(Int32)">
28167         <size>33</size>
28168       </method>
28169       <method name="Int32 t2(Int32)">
28170         <size>47</size>
28171       </method>
28172       <method name="Void Main2(System.String[])">
28173         <size>72</size>
28174       </method>
28175     </type>
28176     <type name="Delegable">
28177       <method name="Void .ctor()">
28178         <size>7</size>
28179       </method>
28180       <method name="Void add_MyDelegate(System.EventHandler)">
28181         <size>24</size>
28182       </method>
28183       <method name="Void remove_MyDelegate(System.EventHandler)">
28184         <size>24</size>
28185       </method>
28186     </type>
28187     <type name="X+Foo">
28188       <method name="Void .ctor(Object, IntPtr)">
28189         <size>0</size>
28190       </method>
28191       <method name="Int32 Invoke()">
28192         <size>0</size>
28193       </method>
28194       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28195         <size>0</size>
28196       </method>
28197       <method name="Int32 EndInvoke(IAsyncResult)">
28198         <size>0</size>
28199       </method>
28200     </type>
28201     <type name="X+&lt;t1&gt;c__AnonStorey0">
28202       <method name="Void .ctor()">
28203         <size>7</size>
28204       </method>
28205       <method name="Int32 &lt;&gt;m__0()">
28206         <size>7</size>
28207       </method>
28208     </type>
28209     <type name="X+&lt;t2&gt;c__AnonStorey1">
28210       <method name="Void .ctor()">
28211         <size>7</size>
28212       </method>
28213       <method name="Int32 &lt;&gt;m__1()">
28214         <size>7</size>
28215       </method>
28216     </type>
28217     <type name="X+&lt;Main2&gt;c__AnonStorey2">
28218       <method name="Void .ctor()">
28219         <size>7</size>
28220       </method>
28221       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
28222         <size>33</size>
28223       </method>
28224     </type>
28225   </test>
28226   <test name="test-365.cs">
28227     <type name="C">
28228       <method name="Void .ctor()">
28229         <size>19</size>
28230       </method>
28231       <method name="Void set_LiteralType(LiteralType)">
28232         <size>1</size>
28233       </method>
28234       <method name="Void Main()">
28235         <size>1</size>
28236       </method>
28237     </type>
28238   </test>
28239   <test name="test-366.cs">
28240     <type name="C">
28241       <method name="Void .ctor()">
28242         <size>7</size>
28243       </method>
28244       <method name="Int32 Main()">
28245         <size>20</size>
28246       </method>
28247     </type>
28248   </test>
28249   <test name="test-367.cs">
28250     <type name="X">
28251       <method name="Void .ctor()">
28252         <size>7</size>
28253       </method>
28254       <method name="Int32 Main()">
28255         <size>20</size>
28256       </method>
28257     </type>
28258   </test>
28259   <test name="test-368.cs">
28260     <type name="X">
28261       <method name="Void .ctor()">
28262         <size>7</size>
28263       </method>
28264       <method name="Void Main()">
28265         <size>27</size>
28266       </method>
28267     </type>
28268   </test>
28269   <test name="test-369.cs">
28270     <type name="Test">
28271       <method name="Void .ctor()">
28272         <size>7</size>
28273       </method>
28274       <method name="Boolean Equals(System.Object)">
28275         <size>2</size>
28276       </method>
28277       <method name="Int32 GetHashCode()">
28278         <size>2</size>
28279       </method>
28280       <method name="Void Main()">
28281         <size>47</size>
28282       </method>
28283       <method name="Boolean op_Equality(Test, Test)">
28284         <size>14</size>
28285       </method>
28286       <method name="Boolean op_Inequality(Test, Test)">
28287         <size>2</size>
28288       </method>
28289     </type>
28290   </test>
28291   <test name="test-37.cs">
28292     <type name="X">
28293       <method name="Void .ctor()">
28294         <size>7</size>
28295       </method>
28296       <method name="Void m(System.Int32[])">
28297         <size>9</size>
28298       </method>
28299       <method name="Int32 test_int_single_dim()">
28300         <size>88</size>
28301       </method>
28302       <method name="Int32 simple_test_double_dim()">
28303         <size>78</size>
28304       </method>
28305       <method name="Int32 Main()">
28306         <size>12</size>
28307       </method>
28308     </type>
28309   </test>
28310   <test name="test-370.cs">
28311     <type name="Test.Application">
28312       <method name="Void .ctor()">
28313         <size>7</size>
28314       </method>
28315       <method name="Int32 ParseType(System.String)">
28316         <size>168</size>
28317       </method>
28318       <method name="Int32 Main()">
28319         <size>54</size>
28320       </method>
28321     </type>
28322   </test>
28323   <test name="test-371.cs">
28324     <type name="X">
28325       <method name="Void .ctor(Boolean&amp;)">
28326         <size>10</size>
28327       </method>
28328       <method name="Void Main()">
28329         <size>1</size>
28330       </method>
28331     </type>
28332     <type name="Y">
28333       <method name="Void .ctor(Boolean&amp;)">
28334         <size>8</size>
28335       </method>
28336     </type>
28337   </test>
28338   <test name="test-372.cs">
28339     <type name="GenericNode">
28340       <method name="Void .ctor()">
28341         <size>7</size>
28342       </method>
28343       <method name="Int32 GetStat()">
28344         <size>2</size>
28345       </method>
28346     </type>
28347     <type name="GenericFileNode">
28348       <method name="Void .ctor()">
28349         <size>7</size>
28350       </method>
28351       <method name="Int32 NotUsed()">
28352         <size>2</size>
28353       </method>
28354     </type>
28355     <type name="WorkingTest">
28356       <method name="Void .ctor()">
28357         <size>7</size>
28358       </method>
28359       <method name="Int32 GetStat()">
28360         <size>3</size>
28361       </method>
28362     </type>
28363     <type name="FailingTest">
28364       <method name="Void .ctor()">
28365         <size>7</size>
28366       </method>
28367       <method name="Int32 GetStat()">
28368         <size>3</size>
28369       </method>
28370     </type>
28371     <type name="TestWrapper">
28372       <method name="Void .ctor()">
28373         <size>7</size>
28374       </method>
28375       <method name="Boolean Test(Node, System.String)">
28376         <size>39</size>
28377       </method>
28378       <method name="Int32 Main()">
28379         <size>44</size>
28380       </method>
28381     </type>
28382   </test>
28383   <test name="test-373.cs">
28384     <type name="Test">
28385       <method name="Void .ctor()">
28386         <size>7</size>
28387       </method>
28388       <method name="Void Main(System.String[])">
28389         <size>50</size>
28390       </method>
28391     </type>
28392   </test>
28393   <test name="test-374.cs">
28394     <type name="Test">
28395       <method name="Void .ctor()">
28396         <size>7</size>
28397       </method>
28398     </type>
28399     <type name="Rest">
28400       <method name="Void .ctor()">
28401         <size>7</size>
28402       </method>
28403       <method name="Void Main()">
28404         <size>1</size>
28405       </method>
28406     </type>
28407   </test>
28408   <test name="test-375.cs">
28409     <type name="a">
28410       <method name="Void .ctor()">
28411         <size>7</size>
28412       </method>
28413     </type>
28414     <type name="a+b">
28415       <method name="Void .ctor()">
28416         <size>7</size>
28417       </method>
28418     </type>
28419     <type name="c">
28420       <method name="Void .ctor()">
28421         <size>7</size>
28422       </method>
28423       <method name="Void Main()">
28424         <size>1</size>
28425       </method>
28426     </type>
28427     <type name="c+d">
28428       <method name="Void .ctor()">
28429         <size>7</size>
28430       </method>
28431     </type>
28432   </test>
28433   <test name="test-376.cs">
28434     <type name="C">
28435       <method name="Void .ctor()">
28436         <size>7</size>
28437       </method>
28438       <method name="Int32 Main()">
28439         <size>72</size>
28440       </method>
28441     </type>
28442   </test>
28443   <test name="test-377.cs">
28444     <type name="Tests">
28445       <method name="Void .ctor()">
28446         <size>7</size>
28447       </method>
28448       <method name="Void test()">
28449         <size>10</size>
28450       </method>
28451       <method name="Void Main()">
28452         <size>1</size>
28453       </method>
28454     </type>
28455   </test>
28456   <test name="test-378.cs">
28457     <type name="C">
28458       <method name="Void .ctor()">
28459         <size>7</size>
28460       </method>
28461       <method name="Void Main()">
28462         <size>1</size>
28463       </method>
28464     </type>
28465   </test>
28466   <test name="test-379.cs">
28467     <type name="DeadCode">
28468       <method name="Void .ctor()">
28469         <size>7</size>
28470       </method>
28471       <method name="Void Main()">
28472         <size>12</size>
28473       </method>
28474       <method name="System.String SomeFunc(System.String)">
28475         <size>2</size>
28476       </method>
28477     </type>
28478   </test>
28479   <test name="test-38.cs">
28480     <type name="X">
28481       <method name="Void .ctor()">
28482         <size>7</size>
28483       </method>
28484       <method name="Int32 get_Item(Int32)">
28485         <size>20</size>
28486       </method>
28487       <method name="Void set_Item(Int32, Int32)">
28488         <size>26</size>
28489       </method>
28490       <method name="Int32 Foo()">
28491         <size>2</size>
28492       </method>
28493       <method name="Int32 get_Bar()">
28494         <size>7</size>
28495       </method>
28496       <method name="Void set_Bar(Int32)">
28497         <size>8</size>
28498       </method>
28499     </type>
28500     <type name="Y">
28501       <method name="Void .ctor()">
28502         <size>7</size>
28503       </method>
28504       <method name="UInt32 get_Item(UInt32)">
28505         <size>20</size>
28506       </method>
28507       <method name="Void set_Item(UInt32, UInt32)">
28508         <size>26</size>
28509       </method>
28510       <method name="UInt32 Foo()">
28511         <size>2</size>
28512       </method>
28513       <method name="UInt32 get_Bar()">
28514         <size>7</size>
28515       </method>
28516       <method name="Void set_Bar(UInt32)">
28517         <size>8</size>
28518       </method>
28519     </type>
28520     <type name="Test">
28521       <method name="Void .ctor()">
28522         <size>7</size>
28523       </method>
28524       <method name="Int32 Main()">
28525         <size>288</size>
28526       </method>
28527     </type>
28528   </test>
28529   <test name="test-380.cs">
28530     <type name="T">
28531       <method name="Void .ctor()">
28532         <size>7</size>
28533       </method>
28534       <method name="Int32 Main()">
28535         <size>17</size>
28536       </method>
28537     </type>
28538   </test>
28539   <test name="test-381.cs">
28540     <type name="Application">
28541       <method name="Void .ctor()">
28542         <size>7</size>
28543       </method>
28544       <method name="Void Main(System.String[])">
28545         <size>13</size>
28546       </method>
28547     </type>
28548   </test>
28549   <test name="test-382.cs">
28550     <type name="Dec">
28551       <method name="Void .ctor()">
28552         <size>7</size>
28553       </method>
28554       <method name="Void .cctor()">
28555         <size>16</size>
28556       </method>
28557       <method name="Void Main()">
28558         <size>108</size>
28559       </method>
28560     </type>
28561   </test>
28562   <test name="test-383.cs">
28563     <type name="X">
28564       <method name="Void .ctor()">
28565         <size>37</size>
28566       </method>
28567       <method name="X testme(Int32 ByRef)">
28568         <size>5</size>
28569       </method>
28570       <method name="Void Main()">
28571         <size>7</size>
28572       </method>
28573     </type>
28574   </test>
28575   <test name="test-384.cs">
28576     <type name="X">
28577       <method name="Void .ctor()">
28578         <size>7</size>
28579       </method>
28580       <method name="Void .cctor()">
28581         <size>8</size>
28582       </method>
28583       <method name="Void Test()">
28584         <size>40</size>
28585       </method>
28586       <method name="Int32 Main()">
28587         <size>21</size>
28588       </method>
28589     </type>
28590   </test>
28591   <test name="test-385.cs">
28592     <type name="Test">
28593       <method name="Void .ctor()">
28594         <size>7</size>
28595       </method>
28596       <method name="Int32 Main()">
28597         <size>40</size>
28598       </method>
28599     </type>
28600   </test>
28601   <test name="test-386.cs">
28602     <type name="SuperDecimal">
28603       <method name="Void .ctor(Decimal)">
28604         <size>14</size>
28605       </method>
28606       <method name="Void Main()">
28607         <size>15</size>
28608       </method>
28609       <method name="SuperDecimal op_Implicit(Decimal)">
28610         <size>7</size>
28611       </method>
28612     </type>
28613   </test>
28614   <test name="test-387.cs">
28615     <type name="ObjectID">
28616       <method name="Void .ctor(Int64)">
28617         <size>8</size>
28618       </method>
28619       <method name="Void Main()">
28620         <size>22</size>
28621       </method>
28622       <method name="Int64 op_Implicit(ObjectID)">
28623         <size>8</size>
28624       </method>
28625       <method name="ObjectID op_Implicit(Int64)">
28626         <size>7</size>
28627       </method>
28628     </type>
28629   </test>
28630   <test name="test-388.cs">
28631     <type name="Schemas.basefieldtype">
28632       <method name="Void .ctor()">
28633         <size>7</size>
28634       </method>
28635       <method name="System.Object Instantiate()">
28636         <size>2</size>
28637       </method>
28638     </type>
28639     <type name="Schemas.fieldtype">
28640       <method name="Void .ctor()">
28641         <size>7</size>
28642       </method>
28643       <method name="System.Object Instantiate()">
28644         <size>18</size>
28645       </method>
28646     </type>
28647     <type name="Schemas.compoundfield">
28648       <method name="Void .ctor()">
28649         <size>7</size>
28650       </method>
28651       <method name="System.Object Instantiate()">
28652         <size>18</size>
28653       </method>
28654     </type>
28655     <type name="Schemas.field">
28656       <method name="Void .ctor()">
28657         <size>7</size>
28658       </method>
28659       <method name="System.Object Instantiate()">
28660         <size>18</size>
28661       </method>
28662     </type>
28663     <type name="Schemas.formdata">
28664       <method name="Void .ctor()">
28665         <size>7</size>
28666       </method>
28667       <method name="System.Object Instantiate()">
28668         <size>12</size>
28669       </method>
28670     </type>
28671     <type name="Schemas.M">
28672       <method name="Void .ctor()">
28673         <size>7</size>
28674       </method>
28675       <method name="Void Main()">
28676         <size>1</size>
28677       </method>
28678     </type>
28679   </test>
28680   <test name="test-389.cs">
28681     <type name="Schemas.basefieldtype">
28682       <method name="Void .ctor()">
28683         <size>7</size>
28684       </method>
28685       <method name="System.Object Instantiate()">
28686         <size>2</size>
28687       </method>
28688     </type>
28689     <type name="Schemas.fieldtype">
28690       <method name="Void .ctor()">
28691         <size>7</size>
28692       </method>
28693       <method name="System.Object Instantiate()">
28694         <size>18</size>
28695       </method>
28696     </type>
28697     <type name="Schemas.compoundfield">
28698       <method name="Void .ctor()">
28699         <size>7</size>
28700       </method>
28701       <method name="System.Object Instantiate()">
28702         <size>18</size>
28703       </method>
28704     </type>
28705     <type name="Schemas.field">
28706       <method name="Void .ctor()">
28707         <size>7</size>
28708       </method>
28709       <method name="System.Object Instantiate()">
28710         <size>18</size>
28711       </method>
28712     </type>
28713     <type name="Schemas.formdata">
28714       <method name="Void .ctor()">
28715         <size>7</size>
28716       </method>
28717       <method name="System.Object Instantiate()">
28718         <size>12</size>
28719       </method>
28720     </type>
28721     <type name="Schemas.M">
28722       <method name="Void .ctor()">
28723         <size>7</size>
28724       </method>
28725       <method name="Void Main()">
28726         <size>1</size>
28727       </method>
28728     </type>
28729   </test>
28730   <test name="test-39.cs">
28731     <type name="SimpleAttribute">
28732       <method name="Void .ctor(String)">
28733         <size>14</size>
28734       </method>
28735       <method name="System.String get_AnotherArg()">
28736         <size>7</size>
28737       </method>
28738       <method name="Void set_AnotherArg(System.String)">
28739         <size>8</size>
28740       </method>
28741       <method name="Int64 get_LongValue()">
28742         <size>3</size>
28743       </method>
28744       <method name="Void set_LongValue(Int64)">
28745         <size>1</size>
28746       </method>
28747       <method name="System.Int64[] get_ArrayValue()">
28748         <size>7</size>
28749       </method>
28750       <method name="Void set_ArrayValue(System.Int64[])">
28751         <size>1</size>
28752       </method>
28753     </type>
28754     <type name="Blah2">
28755       <method name="Void .ctor()">
28756         <size>7</size>
28757       </method>
28758     </type>
28759     <type name="Blah3">
28760       <method name="Void .ctor()">
28761         <size>7</size>
28762       </method>
28763     </type>
28764     <type name="Blah">
28765       <method name="Void .ctor()">
28766         <size>7</size>
28767       </method>
28768       <method name="Int32 Main()">
28769         <size>171</size>
28770       </method>
28771     </type>
28772   </test>
28773   <test name="test-390.cs">
28774     <type name="C">
28775       <method name="Void .ctor()">
28776         <size>7</size>
28777       </method>
28778       <method name="Void Main()">
28779         <size>1</size>
28780       </method>
28781     </type>
28782     <type name="C+O">
28783       <method name="Void .ctor()">
28784         <size>7</size>
28785       </method>
28786       <method name="Void Foo()">
28787         <size>1</size>
28788       </method>
28789     </type>
28790     <type name="C+N">
28791       <method name="Void .ctor()">
28792         <size>7</size>
28793       </method>
28794       <method name="Void Foo()">
28795         <size>1</size>
28796       </method>
28797     </type>
28798     <type name="C+M">
28799       <method name="Void .ctor()">
28800         <size>7</size>
28801       </method>
28802     </type>
28803   </test>
28804   <test name="test-391.cs">
28805     <type name="C">
28806       <method name="Void .ctor()">
28807         <size>7</size>
28808       </method>
28809       <method name="Void Foo(Int32)">
28810         <size>1</size>
28811       </method>
28812       <method name="Void Foo(Int32 ByRef)">
28813         <size>1</size>
28814       </method>
28815       <method name="Void Bar(Boolean ByRef)">
28816         <size>4</size>
28817       </method>
28818       <method name="Void Bar(Boolean)">
28819         <size>1</size>
28820       </method>
28821       <method name="Void Main()">
28822         <size>1</size>
28823       </method>
28824     </type>
28825   </test>
28826   <test name="test-392.cs">
28827     <type name="C">
28828       <method name="Int32 Test()">
28829         <size>80</size>
28830       </method>
28831       <method name="Int32 Main()">
28832         <size>16</size>
28833       </method>
28834     </type>
28835     <type name="C+S">
28836       <method name="Void .ctor(Int32)">
28837         <size>8</size>
28838       </method>
28839     </type>
28840   </test>
28841   <test name="test-393.cs">
28842     <type name="A">
28843       <method name="Void .ctor(String)">
28844         <size>24</size>
28845       </method>
28846       <method name="Void .ctor()">
28847         <size>7</size>
28848       </method>
28849       <method name="System.String get_Name()">
28850         <size>7</size>
28851       </method>
28852     </type>
28853     <type name="B">
28854       <method name="Void .ctor(String)">
28855         <size>24</size>
28856       </method>
28857       <method name="Void .ctor()">
28858         <size>7</size>
28859       </method>
28860     </type>
28861     <type name="C">
28862       <method name="Void .ctor(String)">
28863         <size>24</size>
28864       </method>
28865     </type>
28866     <type name="Tester">
28867       <method name="Void .ctor()">
28868         <size>7</size>
28869       </method>
28870       <method name="A MethodSampleA(System.String)">
28871         <size>7</size>
28872       </method>
28873       <method name="B MethodSampleB(System.String)">
28874         <size>7</size>
28875       </method>
28876       <method name="C MethodSampleC(System.String)">
28877         <size>7</size>
28878       </method>
28879       <method name="Void Main()">
28880         <size>113</size>
28881       </method>
28882     </type>
28883     <type name="Tester+MethodHandler">
28884       <method name="Void .ctor(Object, IntPtr)">
28885         <size>0</size>
28886       </method>
28887       <method name="A Invoke(System.String)">
28888         <size>0</size>
28889       </method>
28890       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
28891         <size>0</size>
28892       </method>
28893       <method name="A EndInvoke(IAsyncResult)">
28894         <size>0</size>
28895       </method>
28896     </type>
28897   </test>
28898   <test name="test-394.cs">
28899     <type name="A">
28900       <method name="Void .ctor(String)">
28901         <size>24</size>
28902       </method>
28903       <method name="Void .ctor()">
28904         <size>7</size>
28905       </method>
28906       <method name="System.String get_Name()">
28907         <size>7</size>
28908       </method>
28909     </type>
28910     <type name="B">
28911       <method name="Void .ctor(String)">
28912         <size>24</size>
28913       </method>
28914       <method name="Void .ctor()">
28915         <size>7</size>
28916       </method>
28917     </type>
28918     <type name="C">
28919       <method name="Void .ctor(String, String)">
28920         <size>31</size>
28921       </method>
28922       <method name="System.String get_Value()">
28923         <size>7</size>
28924       </method>
28925     </type>
28926     <type name="Tester">
28927       <method name="Void .ctor()">
28928         <size>7</size>
28929       </method>
28930       <method name="System.String MethodSampleA(A)">
28931         <size>7</size>
28932       </method>
28933       <method name="System.String MethodSampleB(B)">
28934         <size>7</size>
28935       </method>
28936       <method name="System.String MethodSampleC(C)">
28937         <size>23</size>
28938       </method>
28939       <method name="Void Main()">
28940         <size>128</size>
28941       </method>
28942     </type>
28943     <type name="Tester+MethodHandler">
28944       <method name="Void .ctor(Object, IntPtr)">
28945         <size>0</size>
28946       </method>
28947       <method name="System.String Invoke(C)">
28948         <size>0</size>
28949       </method>
28950       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
28951         <size>0</size>
28952       </method>
28953       <method name="System.String EndInvoke(IAsyncResult)">
28954         <size>0</size>
28955       </method>
28956     </type>
28957   </test>
28958   <test name="test-395.cs">
28959     <type name="A">
28960       <method name="Void .ctor(String)">
28961         <size>24</size>
28962       </method>
28963       <method name="Void .ctor()">
28964         <size>7</size>
28965       </method>
28966       <method name="System.String get_Name()">
28967         <size>7</size>
28968       </method>
28969     </type>
28970     <type name="B">
28971       <method name="Void .ctor(String)">
28972         <size>24</size>
28973       </method>
28974       <method name="Void .ctor()">
28975         <size>7</size>
28976       </method>
28977     </type>
28978     <type name="C">
28979       <method name="Void .ctor(String, String)">
28980         <size>31</size>
28981       </method>
28982       <method name="System.String get_Value()">
28983         <size>7</size>
28984       </method>
28985     </type>
28986     <type name="Tester">
28987       <method name="Void .ctor()">
28988         <size>7</size>
28989       </method>
28990       <method name="Void MethodSample(B, A, C)">
28991         <size>55</size>
28992       </method>
28993       <method name="Void Main()">
28994         <size>71</size>
28995       </method>
28996     </type>
28997     <type name="Tester+MethodHandler">
28998       <method name="Void .ctor(Object, IntPtr)">
28999         <size>0</size>
29000       </method>
29001       <method name="Void Invoke(C, C, C)">
29002         <size>0</size>
29003       </method>
29004       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
29005         <size>0</size>
29006       </method>
29007       <method name="Void EndInvoke(IAsyncResult)">
29008         <size>0</size>
29009       </method>
29010     </type>
29011   </test>
29012   <test name="test-396.cs">
29013     <type name="MainClass">
29014       <method name="Void .ctor()">
29015         <size>7</size>
29016       </method>
29017       <method name="Int32 Main()">
29018         <size>22</size>
29019       </method>
29020     </type>
29021   </test>
29022   <test name="test-397.cs">
29023     <type name="TypeCheckAttribute">
29024       <method name="Void .ctor()">
29025         <size>7</size>
29026       </method>
29027     </type>
29028     <type name="PropertyCheckAttribute">
29029       <method name="Void .ctor()">
29030         <size>7</size>
29031       </method>
29032     </type>
29033     <type name="AccessorCheckAttribute">
29034       <method name="Void .ctor(MethodAttributes)">
29035         <size>14</size>
29036       </method>
29037       <method name="MethodAttributes get_Attributes()">
29038         <size>7</size>
29039       </method>
29040     </type>
29041     <type name="Test">
29042       <method name="Void .ctor()">
29043         <size>7</size>
29044       </method>
29045       <method name="Int32 Main(System.String[])">
29046         <size>120</size>
29047       </method>
29048       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
29049         <size>153</size>
29050       </method>
29051     </type>
29052     <type name="A">
29053       <method name="Void .ctor()">
29054         <size>7</size>
29055       </method>
29056       <method name="Int32 get_Value1()">
29057         <size>2</size>
29058       </method>
29059       <method name="Void set_Value1(Int32)">
29060         <size>1</size>
29061       </method>
29062       <method name="Int32 get_Value2()">
29063         <size>2</size>
29064       </method>
29065       <method name="Void set_Value2(Int32)">
29066         <size>1</size>
29067       </method>
29068       <method name="Int32 get_Value3()">
29069         <size>2</size>
29070       </method>
29071       <method name="Void set_Value3(Int32)">
29072         <size>1</size>
29073       </method>
29074       <method name="Int32 get_Value4()">
29075         <size>2</size>
29076       </method>
29077       <method name="Void set_Value4(Int32)">
29078         <size>1</size>
29079       </method>
29080       <method name="Int32 get_Value5()">
29081         <size>2</size>
29082       </method>
29083       <method name="Void set_Value5(Int32)">
29084         <size>1</size>
29085       </method>
29086     </type>
29087   </test>
29088   <test name="test-398.cs">
29089     <type name="Tester">
29090       <method name="Void .ctor()">
29091         <size>7</size>
29092       </method>
29093       <method name="Void Main()">
29094         <size>118</size>
29095       </method>
29096     </type>
29097     <type name="A">
29098       <method name="Void .ctor(Int32)">
29099         <size>14</size>
29100       </method>
29101       <method name="Int32 get_Count()">
29102         <size>7</size>
29103       </method>
29104       <method name="Void set_Count(Int32)">
29105         <size>8</size>
29106       </method>
29107       <method name="Int32 get_Item(Int32)">
29108         <size>2</size>
29109       </method>
29110       <method name="System.String get_Message()">
29111         <size>6</size>
29112       </method>
29113     </type>
29114     <type name="B">
29115       <method name="Void .ctor(Int32)">
29116         <size>8</size>
29117       </method>
29118       <method name="Void set_Count(Int32)">
29119         <size>1</size>
29120       </method>
29121       <method name="Void SetCount(Int32)">
29122         <size>8</size>
29123       </method>
29124       <method name="Int32 get_Item(Int32)">
29125         <size>8</size>
29126       </method>
29127       <method name="System.String get_Message()">
29128         <size>6</size>
29129       </method>
29130       <method name="Void set_Message(System.String)">
29131         <size>1</size>
29132       </method>
29133     </type>
29134   </test>
29135   <test name="test-399.cs">
29136     <type name="TestVararg">
29137       <method name="Void .ctor()">
29138         <size>7</size>
29139       </method>
29140       <method name="Int32 Main()">
29141         <size>345</size>
29142       </method>
29143       <method name="Void F(RuntimeArgumentHandle)">
29144         <size>1</size>
29145       </method>
29146       <method name="Void G(...)">
29147         <size>22</size>
29148       </method>
29149     </type>
29150   </test>
29151   <test name="test-4.cs">
29152     <type name="X">
29153       <method name="Void .ctor()">
29154         <size>7</size>
29155       </method>
29156       <method name="Void test(SByte)">
29157         <size>8</size>
29158       </method>
29159       <method name="Void test(Int32)">
29160         <size>8</size>
29161       </method>
29162       <method name="Int32 Main()">
29163         <size>102</size>
29164       </method>
29165     </type>
29166   </test>
29167   <test name="test-40.cs">
29168     <type name="Blah">
29169       <method name="Void .ctor()">
29170         <size>7</size>
29171       </method>
29172       <method name="Int32 Main()">
29173         <size>203</size>
29174       </method>
29175     </type>
29176   </test>
29177   <test name="test-400.cs">
29178     <type name="X">
29179       <method name="Void .ctor()">
29180         <size>7</size>
29181       </method>
29182       <method name="Void .cctor()">
29183         <size>52</size>
29184       </method>
29185       <method name="Int32 TestDereference()">
29186         <size>89</size>
29187       </method>
29188       <method name="Int32 TestPtrAdd()">
29189         <size>87</size>
29190       </method>
29191       <method name="Int32 TestPtrAssign()">
29192         <size>198</size>
29193       </method>
29194       <method name="Int32 TestPtrArithmetic()">
29195         <size>227</size>
29196       </method>
29197       <method name="Int32 TestMultiple()">
29198         <size>93</size>
29199       </method>
29200       <method name="Int32 Main()">
29201         <size>82</size>
29202       </method>
29203     </type>
29204   </test>
29205   <test name="test-401.cs">
29206     <type name="X">
29207       <method name="Void .ctor()">
29208         <size>7</size>
29209       </method>
29210       <method name="Int32 Main()">
29211         <size>171</size>
29212       </method>
29213     </type>
29214   </test>
29215   <test name="test-402.cs">
29216     <type name="X">
29217       <method name="Void .ctor()">
29218         <size>7</size>
29219       </method>
29220       <method name="Int32 Main()">
29221         <size>18</size>
29222       </method>
29223     </type>
29224   </test>
29225   <test name="test-403.cs">
29226     <type name="Foo">
29227       <method name="Void .ctor()">
29228         <size>7</size>
29229       </method>
29230       <method name="Int32 Main()">
29231         <size>91</size>
29232       </method>
29233     </type>
29234   </test>
29235   <test name="test-404.cs">
29236     <type name="X">
29237       <method name="Void .ctor()">
29238         <size>7</size>
29239       </method>
29240       <method name="Int32 Main()">
29241         <size>48</size>
29242       </method>
29243       <method name="Int32* get_v()">
29244         <size>20</size>
29245       </method>
29246     </type>
29247   </test>
29248   <test name="test-405.cs">
29249     <type name="testapp.LibTestAPI">
29250       <method name="Void .ctor()">
29251         <size>7</size>
29252       </method>
29253       <method name="Void Create()">
29254         <size>17</size>
29255       </method>
29256     </type>
29257     <type name="testapp.TestApp">
29258       <method name="Void .ctor()">
29259         <size>7</size>
29260       </method>
29261       <method name="Void Main(System.String[])">
29262         <size>13</size>
29263       </method>
29264     </type>
29265   </test>
29266   <test name="test-406.cs">
29267     <type name="TestCase.Test">
29268       <method name="Void .ctor()">
29269         <size>7</size>
29270       </method>
29271       <method name="Int32 Main(System.String[])">
29272         <size>180</size>
29273       </method>
29274       <method name="UInt32 DoOp(UInt32*)">
29275         <size>11</size>
29276       </method>
29277       <method name="UInt32 DoOp2(UInt32*)">
29278         <size>10</size>
29279       </method>
29280     </type>
29281   </test>
29282   <test name="test-407.cs">
29283     <type name="MainClass">
29284       <method name="Void .ctor()">
29285         <size>7</size>
29286       </method>
29287       <method name="Void Main()">
29288         <size>12</size>
29289       </method>
29290     </type>
29291   </test>
29292   <test name="test-408.cs">
29293     <type name="T">
29294       <method name="Void .ctor()">
29295         <size>7</size>
29296       </method>
29297       <method name="Int32 Main()">
29298         <size>44</size>
29299       </method>
29300     </type>
29301   </test>
29302   <test name="test-409.cs">
29303     <type name="X">
29304       <method name="Int32 Main()">
29305         <size>27</size>
29306       </method>
29307     </type>
29308   </test>
29309   <test name="test-41.cs">
29310     <type name="X">
29311       <method name="Void .ctor()">
29312         <size>7</size>
29313       </method>
29314       <method name="Void A(Int32 ByRef, UInt32 ByRef, SByte ByRef, Byte ByRef, Int64 ByRef, UInt64 ByRef, Int16 ByRef, UInt16 ByRef, Char ByRef, X ByRef, Single ByRef, Double ByRef)">
29315         <size>188</size>
29316       </method>
29317       <method name="Int32 Main()">
29318         <size>228</size>
29319       </method>
29320     </type>
29321   </test>
29322   <test name="test-410.cs">
29323     <type name="B">
29324       <method name="Void .ctor()">
29325         <size>7</size>
29326       </method>
29327       <method name="Int32 Main()">
29328         <size>28</size>
29329       </method>
29330     </type>
29331   </test>
29332   <test name="test-411.cs">
29333     <type name="QtSamples.QtClass">
29334       <method name="Void .ctor()">
29335         <size>24</size>
29336       </method>
29337       <method name="Void pressEvent()">
29338         <size>1</size>
29339       </method>
29340     </type>
29341     <type name="QtSamples.Testing">
29342       <method name="Void .ctor()">
29343         <size>7</size>
29344       </method>
29345       <method name="Int32 Main()">
29346         <size>8</size>
29347       </method>
29348     </type>
29349   </test>
29350   <test name="test-412.cs">
29351     <type name="Foo.Baz">
29352       <method name="Void .ctor()">
29353         <size>7</size>
29354       </method>
29355       <method name="Void Main()">
29356         <size>1</size>
29357       </method>
29358     </type>
29359   </test>
29360   <test name="test-413.cs">
29361     <type name="Driver">
29362       <method name="Void .ctor()">
29363         <size>7</size>
29364       </method>
29365       <method name="Void Main()">
29366         <size>6</size>
29367       </method>
29368     </type>
29369   </test>
29370   <test name="test-414.cs">
29371     <type name="BB">
29372       <method name="Void .ctor()">
29373         <size>7</size>
29374       </method>
29375       <method name="System.String get_Data()">
29376         <size>2</size>
29377       </method>
29378       <method name="Void Main()">
29379         <size>1</size>
29380       </method>
29381     </type>
29382   </test>
29383   <test name="test-415.cs">
29384     <type name="MyTestExtended">
29385       <method name="Void .ctor()">
29386         <size>7</size>
29387       </method>
29388       <method name="System.String GetName()">
29389         <size>6</size>
29390       </method>
29391       <method name="Void Main(System.String[])">
29392         <size>33</size>
29393       </method>
29394     </type>
29395   </test>
29396   <test name="test-417.cs">
29397     <type name="blah2.MyClass">
29398       <method name="Void .ctor()">
29399         <size>7</size>
29400       </method>
29401       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
29402         <size>24</size>
29403       </method>
29404       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
29405         <size>24</size>
29406       </method>
29407       <method name="Void DoSomethingFunny()">
29408         <size>46</size>
29409       </method>
29410       <method name="Void Main(System.String[])">
29411         <size>13</size>
29412       </method>
29413     </type>
29414   </test>
29415   <test name="test-419.cs">
29416     <type name="Test">
29417       <method name="Void .ctor()">
29418         <size>7</size>
29419       </method>
29420       <method name="Void Main()">
29421         <size>7</size>
29422       </method>
29423     </type>
29424   </test>
29425   <test name="test-42.cs">
29426     <type name="X">
29427       <method name="Void .ctor()">
29428         <size>7</size>
29429       </method>
29430       <method name="Int32 get_Item(Int32)">
29431         <size>14</size>
29432       </method>
29433       <method name="Void set_Item(Int32, Int32)">
29434         <size>15</size>
29435       </method>
29436       <method name="Int32 get_P()">
29437         <size>7</size>
29438       </method>
29439       <method name="Void set_P(Int32)">
29440         <size>8</size>
29441       </method>
29442     </type>
29443     <type name="Z">
29444       <method name="Void .ctor()">
29445         <size>7</size>
29446       </method>
29447       <method name="Z get_P()">
29448         <size>2</size>
29449       </method>
29450       <method name="Void set_P(Z)">
29451         <size>1</size>
29452       </method>
29453       <method name="Z op_Increment(Z)">
29454         <size>16</size>
29455       </method>
29456     </type>
29457     <type name="Y">
29458       <method name="Void .ctor()">
29459         <size>7</size>
29460       </method>
29461       <method name="Int32 p_pre_increment(X)">
29462         <size>18</size>
29463       </method>
29464       <method name="Int32 p_post_increment(X)">
29465         <size>18</size>
29466       </method>
29467       <method name="Int32 i_pre_increment(X)">
29468         <size>27</size>
29469       </method>
29470       <method name="Int32 i_post_increment(X)">
29471         <size>27</size>
29472       </method>
29473       <method name="Z overload_increment(Z)">
29474         <size>10</size>
29475       </method>
29476       <method name="Z overload_pre_increment(Z)">
29477         <size>10</size>
29478       </method>
29479       <method name="Z ugly(Z)">
29480         <size>21</size>
29481       </method>
29482       <method name="Int32 simple(Int32)">
29483         <size>62</size>
29484       </method>
29485       <method name="Int32 arrays()">
29486         <size>234</size>
29487       </method>
29488       <method name="Int32 Main()">
29489         <size>161</size>
29490       </method>
29491     </type>
29492   </test>
29493   <test name="test-420.cs">
29494     <type name="Test">
29495       <method name="Void .ctor()">
29496         <size>7</size>
29497       </method>
29498       <method name="Void Main()">
29499         <size>7</size>
29500       </method>
29501     </type>
29502   </test>
29503   <test name="test-421.cs">
29504     <type name="A">
29505       <method name="Void .ctor()">
29506         <size>7</size>
29507       </method>
29508       <method name="Void SetObject(System.String)">
29509         <size>12</size>
29510       </method>
29511     </type>
29512     <type name="B">
29513       <method name="Void .ctor()">
29514         <size>7</size>
29515       </method>
29516     </type>
29517     <type name="C">
29518       <method name="Void .ctor()">
29519         <size>7</size>
29520       </method>
29521       <method name="Void .cctor()">
29522         <size>1</size>
29523       </method>
29524       <method name="Void SetObject(System.String)">
29525         <size>18</size>
29526       </method>
29527     </type>
29528     <type name="X">
29529       <method name="Void .ctor()">
29530         <size>7</size>
29531       </method>
29532       <method name="Int32 Main(System.String[])">
29533         <size>31</size>
29534       </method>
29535     </type>
29536   </test>
29537   <test name="test-422.cs">
29538     <type name="HelloWorld.MainClass">
29539       <method name="Void .ctor()">
29540         <size>7</size>
29541       </method>
29542       <method name="Void .cctor()">
29543         <size>17</size>
29544       </method>
29545       <method name="Void Main(System.String[])">
29546         <size>1</size>
29547       </method>
29548       <method name="Boolean CheckTrueThat()">
29549         <size>2</size>
29550       </method>
29551     </type>
29552   </test>
29553   <test name="test-423.cs">
29554     <type name="Test">
29555       <method name="Void .ctor()">
29556         <size>7</size>
29557       </method>
29558       <method name="Void Func(Int32 ByRef)">
29559         <size>12</size>
29560       </method>
29561       <method name="Void Main()">
29562         <size>10</size>
29563       </method>
29564       <method name="Void lowLevelCall(Int32*)">
29565         <size>1</size>
29566       </method>
29567     </type>
29568   </test>
29569   <test name="test-424.cs">
29570     <type name="XX">
29571       <method name="Void .ctor()">
29572         <size>7</size>
29573       </method>
29574       <method name="Void Metodo(System.Exception)">
29575         <size>37</size>
29576       </method>
29577       <method name="IEnumerable X()">
29578         <size>16</size>
29579       </method>
29580       <method name="Void Main()">
29581         <size>63</size>
29582       </method>
29583     </type>
29584     <type name="XX+&lt;X&gt;c__Iterator0">
29585       <method name="Void .ctor()">
29586         <size>7</size>
29587       </method>
29588       <method name="System.Object System.Collections.IEnumerator.get_Current()">
29589         <size>7</size>
29590       </method>
29591       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
29592         <size>7</size>
29593       </method>
29594       <method name="Boolean MoveNext()">
29595         <size>105</size>
29596       </method>
29597       <method name="Void Dispose()">
29598         <size>8</size>
29599       </method>
29600       <method name="Void Reset()">
29601         <size>6</size>
29602       </method>
29603       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
29604         <size>7</size>
29605       </method>
29606       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
29607         <size>26</size>
29608       </method>
29609     </type>
29610   </test>
29611   <test name="test-425.cs">
29612     <type name="A">
29613       <method name="Void .ctor()">
29614         <size>7</size>
29615       </method>
29616       <method name="Void Main()">
29617         <size>1</size>
29618       </method>
29619     </type>
29620     <type name="AAttribute">
29621       <method name="Void .ctor()">
29622         <size>7</size>
29623       </method>
29624     </type>
29625   </test>
29626   <test name="test-426.cs">
29627     <type name="X">
29628       <method name="Void .ctor()">
29629         <size>7</size>
29630       </method>
29631       <method name="Void Main()">
29632         <size>11</size>
29633       </method>
29634     </type>
29635   </test>
29636   <test name="test-427.cs">
29637     <type name="X">
29638       <method name="Void .ctor()">
29639         <size>7</size>
29640       </method>
29641       <method name="Void Main()">
29642         <size>11</size>
29643       </method>
29644     </type>
29645   </test>
29646   <test name="test-428.cs">
29647     <type name="A">
29648       <method name="Void .ctor()">
29649         <size>7</size>
29650       </method>
29651     </type>
29652     <type name="X">
29653       <method name="Void .ctor()">
29654         <size>7</size>
29655       </method>
29656       <method name="Void Main()">
29657         <size>18</size>
29658       </method>
29659     </type>
29660     <type name="X+A">
29661       <method name="Void .ctor()">
29662         <size>7</size>
29663       </method>
29664     </type>
29665   </test>
29666   <test name="test-429.cs">
29667     <type name="Foo.A">
29668       <method name="Void .ctor()">
29669         <size>7</size>
29670       </method>
29671     </type>
29672     <type name="A">
29673       <method name="Void .ctor()">
29674         <size>7</size>
29675       </method>
29676     </type>
29677     <type name="X">
29678       <method name="Void .ctor()">
29679         <size>7</size>
29680       </method>
29681       <method name="Void Main()">
29682         <size>18</size>
29683       </method>
29684     </type>
29685   </test>
29686   <test name="test-43.cs">
29687     <type name="X">
29688       <method name="Void .ctor()">
29689         <size>7</size>
29690       </method>
29691       <method name="Int32 test_single(System.Int32[])">
29692         <size>34</size>
29693       </method>
29694       <method name="Int32 test_continue(System.Int32[])">
29695         <size>57</size>
29696       </method>
29697       <method name="Boolean test_double(System.Double[])">
29698         <size>61</size>
29699       </method>
29700       <method name="Int32 test_break(System.Int32[])">
29701         <size>57</size>
29702       </method>
29703       <method name="Boolean test_multi(System.Int32[,])">
29704         <size>84</size>
29705       </method>
29706       <method name="Int32 Main()">
29707         <size>309</size>
29708       </method>
29709     </type>
29710   </test>
29711   <test name="test-430.cs">
29712     <type name="A">
29713       <method name="Void .ctor()">
29714         <size>7</size>
29715       </method>
29716     </type>
29717     <type name="X">
29718       <method name="Void .ctor()">
29719         <size>7</size>
29720       </method>
29721       <method name="Void Main()">
29722         <size>18</size>
29723       </method>
29724     </type>
29725     <type name="X+A">
29726       <method name="Void .ctor()">
29727         <size>7</size>
29728       </method>
29729     </type>
29730   </test>
29731   <test name="test-431.cs">
29732     <type name="Foo.A">
29733       <method name="Void .ctor()">
29734         <size>7</size>
29735       </method>
29736     </type>
29737     <type name="X">
29738       <method name="Void .ctor()">
29739         <size>7</size>
29740       </method>
29741       <method name="Void Main()">
29742         <size>18</size>
29743       </method>
29744     </type>
29745   </test>
29746   <test name="test-432.cs">
29747     <type name="Foo.A">
29748       <method name="Void .ctor()">
29749         <size>7</size>
29750       </method>
29751     </type>
29752     <type name="X">
29753       <method name="Void .ctor()">
29754         <size>7</size>
29755       </method>
29756       <method name="Void Main()">
29757         <size>18</size>
29758       </method>
29759     </type>
29760   </test>
29761   <test name="test-433.cs">
29762     <type name="Foo.A">
29763       <method name="Void .ctor()">
29764         <size>7</size>
29765       </method>
29766     </type>
29767     <type name="X">
29768       <method name="Void .ctor()">
29769         <size>7</size>
29770       </method>
29771       <method name="Void .cctor()">
29772         <size>11</size>
29773       </method>
29774       <method name="Void Main()">
29775         <size>16</size>
29776       </method>
29777     </type>
29778   </test>
29779   <test name="test-434.cs">
29780     <type name="Foo.A">
29781       <method name="Void .ctor()">
29782         <size>7</size>
29783       </method>
29784     </type>
29785     <type name="X">
29786       <method name="Void .ctor()">
29787         <size>7</size>
29788       </method>
29789       <method name="Void .cctor()">
29790         <size>11</size>
29791       </method>
29792       <method name="Void Main()">
29793         <size>16</size>
29794       </method>
29795     </type>
29796   </test>
29797   <test name="test-435.cs">
29798     <type name="X">
29799       <method name="Void .ctor()">
29800         <size>7</size>
29801       </method>
29802       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
29803         <size>2</size>
29804       </method>
29805       <method name="Void Main()">
29806         <size>7</size>
29807       </method>
29808     </type>
29809   </test>
29810   <test name="test-436.cs">
29811     <type name="X">
29812       <method name="Void .ctor()">
29813         <size>7</size>
29814       </method>
29815       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
29816         <size>2</size>
29817       </method>
29818       <method name="Void Main()">
29819         <size>7</size>
29820       </method>
29821     </type>
29822   </test>
29823   <test name="test-437.cs">
29824     <type name="T2">
29825       <method name="Void .ctor()">
29826         <size>7</size>
29827       </method>
29828     </type>
29829     <type name="Test">
29830       <method name="Void .ctor()">
29831         <size>7</size>
29832       </method>
29833       <method name="Void Main()">
29834         <size>65</size>
29835       </method>
29836     </type>
29837   </test>
29838   <test name="test-438.cs">
29839     <type name="Program">
29840       <method name="Void .ctor()">
29841         <size>7</size>
29842       </method>
29843       <method name="Void Main(System.String[])">
29844         <size>40</size>
29845       </method>
29846     </type>
29847   </test>
29848   <test name="test-439.cs">
29849     <type name="Test">
29850       <method name="Void .ctor()">
29851         <size>7</size>
29852       </method>
29853       <method name="Void Main()">
29854         <size>45</size>
29855       </method>
29856     </type>
29857     <type name="LayerMask">
29858       <method name="Int32 op_Implicit(LayerMask)">
29859         <size>8</size>
29860       </method>
29861       <method name="LayerMask op_Implicit(Int32)">
29862         <size>11</size>
29863       </method>
29864     </type>
29865   </test>
29866   <test name="test-44.cs">
29867     <type name="X">
29868       <method name="Void .ctor()">
29869         <size>7</size>
29870       </method>
29871       <method name="Int32 dob(System.Int32[,])">
29872         <size>80</size>
29873       </method>
29874       <method name="Int32 count(System.Object)">
29875         <size>39</size>
29876       </method>
29877       <method name="Int32 Main()">
29878         <size>133</size>
29879       </method>
29880     </type>
29881   </test>
29882   <test name="test-440.cs">
29883     <type name="A">
29884       <method name="Void .ctor()">
29885         <size>7</size>
29886       </method>
29887       <method name="Void Main()">
29888         <size>26</size>
29889       </method>
29890       <method name="Double op_Implicit(A)">
29891         <size>10</size>
29892       </method>
29893       <method name="Int32 op_Implicit(A)">
29894         <size>2</size>
29895       </method>
29896     </type>
29897   </test>
29898   <test name="test-441.cs">
29899     <type name="Test">
29900       <method name="Void .ctor()">
29901         <size>7</size>
29902       </method>
29903       <method name="Void .cctor()">
29904         <size>1</size>
29905       </method>
29906       <method name="Void Main()">
29907         <size>25</size>
29908       </method>
29909     </type>
29910   </test>
29911   <test name="test-442.cs">
29912     <type name="ConsoleApplication1.Program">
29913       <method name="Void .ctor()">
29914         <size>7</size>
29915       </method>
29916       <method name="Void Main(System.String[])">
29917         <size>70</size>
29918       </method>
29919     </type>
29920   </test>
29921   <test name="test-443.cs">
29922     <type name="C">
29923       <method name="Void .ctor(ITopic)">
29924         <size>31</size>
29925       </method>
29926       <method name="Void Main()">
29927         <size>1</size>
29928       </method>
29929     </type>
29930   </test>
29931   <test name="test-444.cs">
29932     <type name="쯠쯡쯢">
29933       <method name="Void .ctor()">
29934         <size>7</size>
29935       </method>
29936       <method name="Void Main()">
29937         <size>1</size>
29938       </method>
29939     </type>
29940   </test>
29941   <test name="test-445.cs">
29942     <type name="ConvFromInt">
29943       <method name="Void .ctor()">
29944         <size>14</size>
29945       </method>
29946       <method name="Void .ctor(Int32)">
29947         <size>16</size>
29948       </method>
29949       <method name="ConvFromInt op_Implicit(Int32)">
29950         <size>7</size>
29951       </method>
29952     </type>
29953     <type name="Foo">
29954       <method name="Void .ctor()">
29955         <size>7</size>
29956       </method>
29957       <method name="Void .cctor()">
29958         <size>45</size>
29959       </method>
29960       <method name="Void Main()">
29961         <size>111</size>
29962       </method>
29963     </type>
29964   </test>
29965   <test name="test-446.cs">
29966     <type name="FooTest">
29967       <method name="Void .ctor()">
29968         <size>7</size>
29969       </method>
29970       <method name="Void Main()">
29971         <size>8</size>
29972       </method>
29973       <method name="Void Foo(UInt64)">
29974         <size>1</size>
29975       </method>
29976     </type>
29977   </test>
29978   <test name="test-447.cs">
29979     <type name="System.MonoTODOAttribute">
29980       <method name="Void .ctor()">
29981         <size>7</size>
29982       </method>
29983     </type>
29984     <type name="System.Web.HttpBrowserCapabilities">
29985       <method name="Void .ctor()">
29986         <size>7</size>
29987       </method>
29988       <method name="System.Version get_A()">
29989         <size>6</size>
29990       </method>
29991     </type>
29992     <type name="Test">
29993       <method name="Void .ctor()">
29994         <size>7</size>
29995       </method>
29996       <method name="Void Main()">
29997         <size>1</size>
29998       </method>
29999     </type>
30000   </test>
30001   <test name="test-448.cs">
30002     <type name="MonoDivideProblem">
30003       <method name="Void .ctor()">
30004         <size>7</size>
30005       </method>
30006       <method name="Void .cctor()">
30007         <size>17</size>
30008       </method>
30009       <method name="Void Main(System.String[])">
30010         <size>27</size>
30011       </method>
30012     </type>
30013   </test>
30014   <test name="test-449.cs">
30015     <type name="X">
30016       <method name="Void .ctor()">
30017         <size>7</size>
30018       </method>
30019       <method name="Void Main()">
30020         <size>1</size>
30021       </method>
30022       <method name="Void Z()">
30023         <size>19</size>
30024       </method>
30025       <method name="Void &lt;Z&gt;m__0(System.Object)">
30026         <size>25</size>
30027       </method>
30028       <method name="Void &lt;Z&gt;m__1(System.Object)">
30029         <size>7</size>
30030       </method>
30031     </type>
30032   </test>
30033   <test name="test-45.cs">
30034     <type name="Blah">
30035       <method name="Void .ctor()">
30036         <size>7</size>
30037       </method>
30038       <method name="Void .cctor()">
30039         <size>98</size>
30040       </method>
30041       <method name="Int32 Main()">
30042         <size>794</size>
30043       </method>
30044     </type>
30045     <type name="&lt;PrivateImplementationDetails&gt;">
30046       <method name="Void .ctor()">
30047         <size>7</size>
30048       </method>
30049     </type>
30050   </test>
30051   <test name="test-450.cs">
30052     <type name="MyAttribute">
30053       <method name="Void .ctor(String)">
30054         <size>7</size>
30055       </method>
30056     </type>
30057     <type name="X">
30058       <method name="Void .ctor()">
30059         <size>7</size>
30060       </method>
30061       <method name="Void Main()">
30062         <size>1</size>
30063       </method>
30064     </type>
30065   </test>
30066   <test name="test-451.cs">
30067     <type name="Test">
30068       <method name="Void .ctor()">
30069         <size>7</size>
30070       </method>
30071       <method name="Void Main()">
30072         <size>22</size>
30073       </method>
30074     </type>
30075   </test>
30076   <test name="test-452.cs">
30077     <type name="Foo">
30078       <method name="Void .ctor()">
30079         <size>7</size>
30080       </method>
30081     </type>
30082     <type name="Test">
30083       <method name="Void .ctor()">
30084         <size>7</size>
30085       </method>
30086       <method name="Void Main()">
30087         <size>7</size>
30088       </method>
30089     </type>
30090   </test>
30091   <test name="test-453.cs">
30092     <type name="C">
30093       <method name="Void .ctor()">
30094         <size>7</size>
30095       </method>
30096       <method name="Void Main()">
30097         <size>33</size>
30098       </method>
30099     </type>
30100   </test>
30101   <test name="test-454.cs">
30102     <type name="FooAttribute">
30103       <method name="Void .ctor()">
30104         <size>7</size>
30105       </method>
30106     </type>
30107     <type name="Test">
30108       <method name="Void .ctor()">
30109         <size>7</size>
30110       </method>
30111       <method name="Int32 Main()">
30112         <size>237</size>
30113       </method>
30114     </type>
30115   </test>
30116   <test name="test-455.cs">
30117     <type name="Test">
30118       <method name="Void .ctor()">
30119         <size>7</size>
30120       </method>
30121       <method name="Void Main()">
30122         <size>21</size>
30123       </method>
30124     </type>
30125     <type name="Foo">
30126       <method name="Int32 GetHashCode()">
30127         <size>17</size>
30128       </method>
30129     </type>
30130   </test>
30131   <test name="test-456.cs">
30132     <type name="Test">
30133       <method name="Void .ctor()">
30134         <size>7</size>
30135       </method>
30136       <method name="Void Main()">
30137         <size>16</size>
30138       </method>
30139     </type>
30140     <type name="Foo">
30141       <method name="Void foo()">
30142         <size>11</size>
30143       </method>
30144     </type>
30145   </test>
30146   <test name="test-457.cs">
30147     <type name="Number">
30148       <method name="Void .ctor()">
30149         <size>7</size>
30150       </method>
30151       <method name="Void IDouble.Add(Double)">
30152         <size>11</size>
30153       </method>
30154       <method name="Void IInteger.Add(Int32)">
30155         <size>11</size>
30156       </method>
30157       <method name="Int32 Main()">
30158         <size>52</size>
30159       </method>
30160     </type>
30161   </test>
30162   <test name="test-458.cs">
30163     <type name="MyAttr">
30164       <method name="Void .ctor()">
30165         <size>7</size>
30166       </method>
30167       <method name="Void .ctor(Type)">
30168         <size>7</size>
30169       </method>
30170       <method name="Void .ctor(String)">
30171         <size>7</size>
30172       </method>
30173       <method name="Void .ctor(Int32)">
30174         <size>7</size>
30175       </method>
30176     </type>
30177     <type name="ClassA">
30178       <method name="Void .ctor()">
30179         <size>7</size>
30180       </method>
30181     </type>
30182     <type name="ClassB">
30183       <method name="Void .ctor()">
30184         <size>7</size>
30185       </method>
30186     </type>
30187     <type name="ClassC">
30188       <method name="Void .ctor()">
30189         <size>7</size>
30190       </method>
30191     </type>
30192     <type name="ClassD">
30193       <method name="Void .ctor()">
30194         <size>7</size>
30195       </method>
30196     </type>
30197     <type name="Top">
30198       <method name="Void .ctor()">
30199         <size>7</size>
30200       </method>
30201       <method name="Int32 Main()">
30202         <size>28</size>
30203       </method>
30204     </type>
30205   </test>
30206   <test name="test-459.cs">
30207     <type name="CC">
30208       <method name="Void .ctor()">
30209         <size>7</size>
30210       </method>
30211       <method name="Int32 Main()">
30212         <size>13</size>
30213       </method>
30214     </type>
30215     <type name="CC+IfElseStateMachine">
30216       <method name="Void .ctor()">
30217         <size>7</size>
30218       </method>
30219       <method name="Void HandleToken(Token)">
30220         <size>15</size>
30221       </method>
30222     </type>
30223   </test>
30224   <test name="test-46.cs">
30225     <type name="X">
30226       <method name="Void .ctor()">
30227         <size>7</size>
30228       </method>
30229       <method name="Int32 cast_int(System.Object)">
30230         <size>7</size>
30231       </method>
30232       <method name="UInt32 cast_uint(System.Object)">
30233         <size>7</size>
30234       </method>
30235       <method name="Int16 cast_short(System.Object)">
30236         <size>7</size>
30237       </method>
30238       <method name="Char cast_char(System.Object)">
30239         <size>7</size>
30240       </method>
30241       <method name="UInt16 cast_ushort(System.Object)">
30242         <size>7</size>
30243       </method>
30244       <method name="Byte cast_byte(System.Object)">
30245         <size>7</size>
30246       </method>
30247       <method name="SByte cast_sbyte(System.Object)">
30248         <size>7</size>
30249       </method>
30250       <method name="Int64 cast_long(System.Object)">
30251         <size>7</size>
30252       </method>
30253       <method name="UInt64 cast_ulong(System.Object)">
30254         <size>7</size>
30255       </method>
30256       <method name="Single cast_float(System.Object)">
30257         <size>7</size>
30258       </method>
30259       <method name="Double cast_double(System.Object)">
30260         <size>7</size>
30261       </method>
30262       <method name="Boolean cast_bool(System.Object)">
30263         <size>7</size>
30264       </method>
30265       <method name="Int32 Main()">
30266         <size>1120</size>
30267       </method>
30268     </type>
30269   </test>
30270   <test name="test-460.cs">
30271     <type name="MainClass">
30272       <method name="Void .ctor()">
30273         <size>7</size>
30274       </method>
30275       <method name="Void .cctor()">
30276         <size>18</size>
30277       </method>
30278       <method name="Void Main()">
30279         <size>1</size>
30280       </method>
30281     </type>
30282   </test>
30283   <test name="test-461.cs">
30284     <type name="Valtest">
30285       <method name="Void .ctor()">
30286         <size>7</size>
30287       </method>
30288       <method name="Int32 Main()">
30289         <size>50</size>
30290       </method>
30291     </type>
30292     <type name="Value">
30293       <method name="Void .ctor(Object)">
30294         <size>1</size>
30295       </method>
30296       <method name="System.Object get_Val()">
30297         <size>7</size>
30298       </method>
30299       <method name="System.Enum get_Val2()">
30300         <size>7</size>
30301       </method>
30302     </type>
30303   </test>
30304   <test name="test-462.cs">
30305     <type name="X">
30306       <method name="Void .ctor()">
30307         <size>7</size>
30308       </method>
30309       <method name="Void Method(X)">
30310         <size>1</size>
30311       </method>
30312       <method name="Void Method(System.String)">
30313         <size>8</size>
30314       </method>
30315       <method name="Int32 Main()">
30316         <size>28</size>
30317       </method>
30318     </type>
30319   </test>
30320   <test name="test-463.cs">
30321     <type name="PropertySorter">
30322       <method name="Void .ctor()">
30323         <size>7</size>
30324       </method>
30325     </type>
30326     <type name="PathItemBase">
30327       <method name="Void .ctor()">
30328         <size>7</size>
30329       </method>
30330     </type>
30331     <type name="PathItemBase+TypeConverter">
30332       <method name="Void .ctor()">
30333         <size>7</size>
30334       </method>
30335     </type>
30336     <type name="X">
30337       <method name="Void .ctor()">
30338         <size>7</size>
30339       </method>
30340       <method name="Void Main()">
30341         <size>1</size>
30342       </method>
30343     </type>
30344   </test>
30345   <test name="test-464.cs">
30346     <type name="C">
30347       <method name="Void .ctor()">
30348         <size>7</size>
30349       </method>
30350       <method name="Int32 Main()">
30351         <size>85</size>
30352       </method>
30353     </type>
30354   </test>
30355   <test name="test-465.cs">
30356     <type name="C">
30357       <method name="Void .ctor()">
30358         <size>7</size>
30359       </method>
30360       <method name="Int32 Main()">
30361         <size>85</size>
30362       </method>
30363     </type>
30364   </test>
30365   <test name="test-467.cs">
30366     <type name="ExceptionWithAnonMethod">
30367       <method name="Void .ctor()">
30368         <size>7</size>
30369       </method>
30370       <method name="Int32 Main()">
30371         <size>96</size>
30372       </method>
30373       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
30374         <size>13</size>
30375       </method>
30376     </type>
30377     <type name="ExceptionWithAnonMethod+EmptyCallback">
30378       <method name="Void .ctor(Object, IntPtr)">
30379         <size>0</size>
30380       </method>
30381       <method name="Void Invoke()">
30382         <size>0</size>
30383       </method>
30384       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30385         <size>0</size>
30386       </method>
30387       <method name="Void EndInvoke(IAsyncResult)">
30388         <size>0</size>
30389       </method>
30390     </type>
30391     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
30392       <method name="Void .ctor()">
30393         <size>7</size>
30394       </method>
30395       <method name="Void &lt;&gt;m__0()">
30396         <size>33</size>
30397       </method>
30398     </type>
30399   </test>
30400   <test name="test-468.cs">
30401     <type name="CorMetaDataDispenserExClass">
30402       <method name="Void .ctor()">
30403         <size>0</size>
30404       </method>
30405     </type>
30406     <type name="Test">
30407       <method name="Void .ctor()">
30408         <size>7</size>
30409       </method>
30410       <method name="Void XXX()">
30411         <size>12</size>
30412       </method>
30413       <method name="Void Main()">
30414         <size>1</size>
30415       </method>
30416     </type>
30417   </test>
30418   <test name="test-469.cs">
30419     <type name="Lambda">
30420       <method name="Void .ctor()">
30421         <size>7</size>
30422       </method>
30423       <method name="Void f(Int32)">
30424         <size>7</size>
30425       </method>
30426       <method name="Del[] Make2(Int32)">
30427         <size>50</size>
30428       </method>
30429       <method name="Int32 Main()">
30430         <size>68</size>
30431       </method>
30432     </type>
30433     <type name="Del">
30434       <method name="Void .ctor(Object, IntPtr)">
30435         <size>0</size>
30436       </method>
30437       <method name="Void Invoke(Int32)">
30438         <size>0</size>
30439       </method>
30440       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30441         <size>0</size>
30442       </method>
30443       <method name="Void EndInvoke(IAsyncResult)">
30444         <size>0</size>
30445       </method>
30446     </type>
30447     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
30448       <method name="Void .ctor()">
30449         <size>7</size>
30450       </method>
30451       <method name="Void &lt;&gt;m__0(Int32)">
30452         <size>23</size>
30453       </method>
30454       <method name="Void &lt;&gt;m__1(Int32)">
30455         <size>23</size>
30456       </method>
30457     </type>
30458   </test>
30459   <test name="test-47.cs">
30460     <type name="X">
30461       <method name="Void .ctor()">
30462         <size>7</size>
30463       </method>
30464       <method name="Void .cctor()">
30465         <size>1</size>
30466       </method>
30467       <method name="Boolean f()">
30468         <size>24</size>
30469       </method>
30470       <method name="Boolean t()">
30471         <size>24</size>
30472       </method>
30473       <method name="Int32 Main()">
30474         <size>404</size>
30475       </method>
30476     </type>
30477   </test>
30478   <test name="test-470.cs">
30479     <type name="X">
30480       <method name="Void .ctor()">
30481         <size>7</size>
30482       </method>
30483       <method name="System.String get_ASTNodeTypeName()">
30484         <size>16</size>
30485       </method>
30486     </type>
30487     <type name="Demo">
30488       <method name="Void .ctor()">
30489         <size>7</size>
30490       </method>
30491       <method name="Void Main()">
30492         <size>1</size>
30493       </method>
30494     </type>
30495   </test>
30496   <test name="test-471.cs">
30497     <type name="AAttribute">
30498       <method name="Void .ctor()">
30499         <size>7</size>
30500       </method>
30501     </type>
30502     <type name="Demo">
30503       <method name="Void .ctor()">
30504         <size>7</size>
30505       </method>
30506       <method name="Void Main()">
30507         <size>1</size>
30508       </method>
30509     </type>
30510   </test>
30511   <test name="test-472.cs">
30512     <type name="Test">
30513       <method name="Void .ctor()">
30514         <size>7</size>
30515       </method>
30516       <method name="Int32 get_Prop()">
30517         <size>7</size>
30518       </method>
30519       <method name="Void set_Prop(Int32)">
30520         <size>8</size>
30521       </method>
30522       <method name="Int32 Main()">
30523         <size>79</size>
30524       </method>
30525     </type>
30526   </test>
30527   <test name="test-473.cs">
30528     <type name="UnixMarshal">
30529       <method name="Void .ctor()">
30530         <size>7</size>
30531       </method>
30532       <method name="Void .cctor()">
30533         <size>24</size>
30534       </method>
30535       <method name="Void Default(Int32)">
30536         <size>1</size>
30537       </method>
30538       <method name="System.String GetDescription(Error)">
30539         <size>2</size>
30540       </method>
30541     </type>
30542     <type name="UnixMarshal2">
30543       <method name="Void .ctor()">
30544         <size>7</size>
30545       </method>
30546       <method name="System.String GetDescription(Error)">
30547         <size>2</size>
30548       </method>
30549     </type>
30550     <type name="Stdlib">
30551       <method name="Void .ctor()">
30552         <size>7</size>
30553       </method>
30554     </type>
30555     <type name="TestConst">
30556       <method name="Void .ctor()">
30557         <size>7</size>
30558       </method>
30559     </type>
30560     <type name="XX">
30561       <method name="Void .ctor()">
30562         <size>7</size>
30563       </method>
30564     </type>
30565     <type name="Syscall">
30566       <method name="Void .ctor()">
30567         <size>7</size>
30568       </method>
30569       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
30570         <size>2</size>
30571       </method>
30572     </type>
30573     <type name="EnumWrapper">
30574       <method name="Void .ctor(Int32)">
30575         <size>7</size>
30576       </method>
30577     </type>
30578     <type name="Test">
30579       <method name="Void .ctor()">
30580         <size>7</size>
30581       </method>
30582       <method name="Void Main()">
30583         <size>1</size>
30584       </method>
30585     </type>
30586     <type name="SignalHandler">
30587       <method name="Void .ctor(Object, IntPtr)">
30588         <size>0</size>
30589       </method>
30590       <method name="Void Invoke(Int32)">
30591         <size>0</size>
30592       </method>
30593       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30594         <size>0</size>
30595       </method>
30596       <method name="Void EndInvoke(IAsyncResult)">
30597         <size>0</size>
30598       </method>
30599     </type>
30600     <type name="PS">
30601       <method name="Void GetDescription(Error)">
30602         <size>1</size>
30603       </method>
30604     </type>
30605     <type name="Value">
30606       <method name="EnumWrapper op_Explicit(Value)">
30607         <size>11</size>
30608       </method>
30609     </type>
30610   </test>
30611   <test name="test-474.cs">
30612     <type name="Z">
30613       <method name="Void .ctor()">
30614         <size>7</size>
30615       </method>
30616       <method name="Void Main()">
30617         <size>13</size>
30618       </method>
30619       <method name="Void TestPreinc(Int32)">
30620         <size>57</size>
30621       </method>
30622       <method name="Void TestPostinc(Int32)">
30623         <size>57</size>
30624       </method>
30625       <method name="Void Assert(Int32, Int32)">
30626         <size>67</size>
30627       </method>
30628     </type>
30629     <type name="Z+X">
30630       <method name="Void .ctor(Object, IntPtr)">
30631         <size>0</size>
30632       </method>
30633       <method name="Void Invoke()">
30634         <size>0</size>
30635       </method>
30636       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30637         <size>0</size>
30638       </method>
30639       <method name="Void EndInvoke(IAsyncResult)">
30640         <size>0</size>
30641       </method>
30642     </type>
30643     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
30644       <method name="Void .ctor()">
30645         <size>7</size>
30646       </method>
30647       <method name="Void &lt;&gt;m__0()">
30648         <size>38</size>
30649       </method>
30650     </type>
30651     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
30652       <method name="Void .ctor()">
30653         <size>7</size>
30654       </method>
30655       <method name="Void &lt;&gt;m__1()">
30656         <size>38</size>
30657       </method>
30658     </type>
30659   </test>
30660   <test name="test-475.cs">
30661     <type name="X">
30662       <method name="Void .ctor()">
30663         <size>7</size>
30664       </method>
30665       <method name="Void .cctor()">
30666         <size>24</size>
30667       </method>
30668       <method name="Void add_e(MyDelegate)">
30669         <size>22</size>
30670       </method>
30671       <method name="Void remove_e(MyDelegate)">
30672         <size>22</size>
30673       </method>
30674       <method name="Void Test(Int32)">
30675         <size>17</size>
30676       </method>
30677       <method name="Int32 Main()">
30678         <size>28</size>
30679       </method>
30680     </type>
30681     <type name="MyDelegate">
30682       <method name="Void .ctor(Object, IntPtr)">
30683         <size>0</size>
30684       </method>
30685       <method name="Void Invoke(Int32)">
30686         <size>0</size>
30687       </method>
30688       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30689         <size>0</size>
30690       </method>
30691       <method name="Void EndInvoke(IAsyncResult)">
30692         <size>0</size>
30693       </method>
30694     </type>
30695   </test>
30696   <test name="test-476.cs">
30697     <type name="Test">
30698       <method name="Void .ctor()">
30699         <size>7</size>
30700       </method>
30701       <method name="Void Main()">
30702         <size>1</size>
30703       </method>
30704     </type>
30705   </test>
30706   <test name="test-477.cs">
30707     <type name="C">
30708       <method name="Void .ctor()">
30709         <size>7</size>
30710       </method>
30711       <method name="Void Test(Int32 ByRef)">
30712         <size>1</size>
30713       </method>
30714       <method name="Void Main()">
30715         <size>1</size>
30716       </method>
30717     </type>
30718   </test>
30719   <test name="test-478.cs">
30720     <type name="Test.MainClass">
30721       <method name="Void .ctor()">
30722         <size>7</size>
30723       </method>
30724       <method name="Void Main()">
30725         <size>1</size>
30726       </method>
30727     </type>
30728     <type name="Test.TestAttribute">
30729       <method name="Void .ctor(TestEnum2)">
30730         <size>7</size>
30731       </method>
30732     </type>
30733     <type name="Test.Test2Attribute">
30734       <method name="Void .ctor()">
30735         <size>7</size>
30736       </method>
30737     </type>
30738   </test>
30739   <test name="test-479.cs">
30740     <type name="Test.Test">
30741       <method name="Void .ctor()">
30742         <size>7</size>
30743       </method>
30744       <method name="Boolean Equals(System.Object)">
30745         <size>2</size>
30746       </method>
30747       <method name="Int32 GetHashCode()">
30748         <size>2</size>
30749       </method>
30750       <method name="Void Main()">
30751         <size>1</size>
30752       </method>
30753     </type>
30754   </test>
30755   <test name="test-48.cs">
30756     <type name="Blah">
30757       <method name="Void .ctor()">
30758         <size>7</size>
30759       </method>
30760       <method name="Int32 Main()">
30761         <size>59</size>
30762       </method>
30763       <method name="Void Test_1()">
30764         <size>1</size>
30765       </method>
30766     </type>
30767   </test>
30768   <test name="test-480.cs">
30769     <type name="Space">
30770       <method name="Void .ctor()">
30771         <size>14</size>
30772       </method>
30773       <method name="Void Leak(Boolean, Int32)">
30774         <size>85</size>
30775       </method>
30776     </type>
30777     <type name="Program">
30778       <method name="Void .ctor()">
30779         <size>7</size>
30780       </method>
30781       <method name="Void Main(System.String[])">
30782         <size>1</size>
30783       </method>
30784     </type>
30785     <type name="Space+DoCopy">
30786       <method name="Void .ctor(Object, IntPtr)">
30787         <size>0</size>
30788       </method>
30789       <method name="Void Invoke()">
30790         <size>0</size>
30791       </method>
30792       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30793         <size>0</size>
30794       </method>
30795       <method name="Void EndInvoke(IAsyncResult)">
30796         <size>0</size>
30797       </method>
30798     </type>
30799     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
30800       <method name="Void .ctor()">
30801         <size>7</size>
30802       </method>
30803       <method name="Void &lt;&gt;m__0()">
30804         <size>18</size>
30805       </method>
30806       <method name="Void &lt;&gt;m__1()">
30807         <size>68</size>
30808       </method>
30809     </type>
30810     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
30811       <method name="Void .ctor()">
30812         <size>7</size>
30813       </method>
30814     </type>
30815   </test>
30816   <test name="test-481.cs">
30817     <type name="TestClass">
30818       <method name="Int32 Main()">
30819         <size>42</size>
30820       </method>
30821     </type>
30822     <type name="TestDelegate">
30823       <method name="Void .ctor(Object, IntPtr)">
30824         <size>0</size>
30825       </method>
30826       <method name="Void Invoke(Int32 ByRef)">
30827         <size>0</size>
30828       </method>
30829       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
30830         <size>0</size>
30831       </method>
30832       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
30833         <size>0</size>
30834       </method>
30835     </type>
30836     <type name="TestClass">
30837       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
30838         <size>4</size>
30839       </method>
30840     </type>
30841   </test>
30842   <test name="test-482.cs">
30843     <type name="X">
30844       <method name="Void .ctor()">
30845         <size>7</size>
30846       </method>
30847       <method name="Void M4(Int32)">
30848         <size>1</size>
30849       </method>
30850       <method name="Void Main()">
30851         <size>1</size>
30852       </method>
30853       <method name="Void M4(Int32, ...)">
30854         <size>1</size>
30855       </method>
30856     </type>
30857   </test>
30858   <test name="test-483.cs">
30859     <type name="Tests">
30860       <method name="Void .ctor()">
30861         <size>7</size>
30862       </method>
30863       <method name="Void Main()">
30864         <size>21</size>
30865       </method>
30866     </type>
30867   </test>
30868   <test name="test-484.cs">
30869     <type name="Test.TestBit">
30870       <method name="Void .ctor()">
30871         <size>7</size>
30872       </method>
30873       <method name="Void Main()">
30874         <size>1</size>
30875       </method>
30876     </type>
30877   </test>
30878   <test name="test-485.cs">
30879     <type name="MonoBUG">
30880       <method name="Void .ctor()">
30881         <size>7</size>
30882       </method>
30883       <method name="Void Main(System.String[])">
30884         <size>44</size>
30885       </method>
30886     </type>
30887   </test>
30888   <test name="test-486.cs">
30889     <type name="Test">
30890       <method name="Void .ctor()">
30891         <size>7</size>
30892       </method>
30893       <method name="Void Main()">
30894         <size>119</size>
30895       </method>
30896     </type>
30897   </test>
30898   <test name="test-487.cs">
30899     <type name="X">
30900       <method name="Void .ctor(Object)">
30901         <size>72</size>
30902       </method>
30903       <method name="Void .cctor()">
30904         <size>1</size>
30905       </method>
30906       <method name="Int32 Main()">
30907         <size>25</size>
30908       </method>
30909     </type>
30910   </test>
30911   <test name="test-488.cs">
30912     <type name="P">
30913       <method name="Void .ctor()">
30914         <size>7</size>
30915       </method>
30916     </type>
30917     <type name="Test">
30918       <method name="Void .ctor()">
30919         <size>7</size>
30920       </method>
30921       <method name="IEnumerable foo()">
30922         <size>2</size>
30923       </method>
30924       <method name="Void Main()">
30925         <size>165</size>
30926       </method>
30927     </type>
30928     <type name="Q">
30929       <method name="Void .ctor(P)">
30930         <size>8</size>
30931       </method>
30932     </type>
30933   </test>
30934   <test name="test-489.cs">
30935     <type name="test">
30936       <method name="Void .ctor()">
30937         <size>7</size>
30938       </method>
30939       <method name="Void Main()">
30940         <size>1</size>
30941       </method>
30942     </type>
30943   </test>
30944   <test name="test-49.cs">
30945     <type name="X">
30946       <method name="Void .ctor()">
30947         <size>7</size>
30948       </method>
30949       <method name="Int32 s(Byte)">
30950         <size>2182</size>
30951       </method>
30952       <method name="Int32 test(Int32)">
30953         <size>70</size>
30954       </method>
30955       <method name="Int32 tests(System.String)">
30956         <size>152</size>
30957       </method>
30958       <method name="Int32 testn(System.String)">
30959         <size>76</size>
30960       </method>
30961       <method name="Int32 testm(System.String)">
30962         <size>77</size>
30963       </method>
30964       <method name="Int32 testo(System.String)">
30965         <size>79</size>
30966       </method>
30967       <method name="Int32 testp(System.String)">
30968         <size>109</size>
30969       </method>
30970       <method name="Int32 test_def(System.String)">
30971         <size>119</size>
30972       </method>
30973       <method name="Int32 test_coverage(Int32)">
30974         <size>18</size>
30975       </method>
30976       <method name="Int32 test_goto(Int32)">
30977         <size>39</size>
30978       </method>
30979       <method name="Int32 test_memberaccess(System.String)">
30980         <size>76</size>
30981       </method>
30982       <method name="Int32 test_string_multiple_targets(System.String)">
30983         <size>128</size>
30984       </method>
30985       <method name="Int32 test_casts(Int32)">
30986         <size>17</size>
30987       </method>
30988       <method name="Int32 testSwitchEnumLong(TestEnum)">
30989         <size>56</size>
30990       </method>
30991       <method name="Int32 test_long_enum_switch()">
30992         <size>66</size>
30993       </method>
30994       <method name="Int32 tests_default(System.String)">
30995         <size>107</size>
30996       </method>
30997       <method name="Int32 tests_default_2(System.String)">
30998         <size>124</size>
30999       </method>
31000       <method name="Void test_76590(System.String)">
31001         <size>107</size>
31002       </method>
31003       <method name="Void test_77964()">
31004         <size>37</size>
31005       </method>
31006       <method name="Boolean bug_78860()">
31007         <size>114</size>
31008       </method>
31009       <method name="Int32 Main()">
31010         <size>1037</size>
31011       </method>
31012     </type>
31013   </test>
31014   <test name="test-490.cs">
31015     <type name="T">
31016       <method name="Void .ctor()">
31017         <size>7</size>
31018       </method>
31019       <method name="Void .cctor()">
31020         <size>39</size>
31021       </method>
31022       <method name="Void Main()">
31023         <size>1</size>
31024       </method>
31025     </type>
31026   </test>
31027   <test name="test-491.cs">
31028     <type name="M">
31029       <method name="Void .ctor()">
31030         <size>7</size>
31031       </method>
31032       <method name="Void Main()">
31033         <size>1</size>
31034       </method>
31035     </type>
31036     <type name="AttrA">
31037       <method name="Void .ctor()">
31038         <size>7</size>
31039       </method>
31040     </type>
31041     <type name="AttrB">
31042       <method name="Void .ctor()">
31043         <size>7</size>
31044       </method>
31045     </type>
31046   </test>
31047   <test name="test-492.cs">
31048     <type name="Test.My1Attribute">
31049       <method name="Void .ctor(Object)">
31050         <size>19</size>
31051       </method>
31052     </type>
31053     <type name="Test.My2Attribute">
31054       <method name="Void .ctor(String[])">
31055         <size>21</size>
31056       </method>
31057     </type>
31058     <type name="Test.My3Attribute">
31059       <method name="Void .ctor(Byte)">
31060         <size>24</size>
31061       </method>
31062     </type>
31063     <type name="Test.Test">
31064       <method name="Void .ctor()">
31065         <size>7</size>
31066       </method>
31067       <method name="Int32 Main()">
31068         <size>60</size>
31069       </method>
31070     </type>
31071   </test>
31072   <test name="test-493.cs">
31073     <type name="A">
31074       <method name="Void .ctor()">
31075         <size>7</size>
31076       </method>
31077       <method name="Int32 get_f()">
31078         <size>2</size>
31079       </method>
31080     </type>
31081     <type name="B">
31082       <method name="Void .ctor()">
31083         <size>7</size>
31084       </method>
31085       <method name="Int32 bar()">
31086         <size>11</size>
31087       </method>
31088     </type>
31089     <type name="C">
31090       <method name="Void .ctor()">
31091         <size>7</size>
31092       </method>
31093       <method name="Void Main()">
31094         <size>1</size>
31095       </method>
31096     </type>
31097   </test>
31098   <test name="test-494.cs">
31099     <type name="Agresso.Foundation.Function">
31100       <method name="Void .ctor()">
31101         <size>7</size>
31102       </method>
31103       <method name="Void Main()">
31104         <size>1</size>
31105       </method>
31106     </type>
31107     <type name="Agresso.Foundation.Translate">
31108       <method name="Void .ctor(Object, IntPtr)">
31109         <size>0</size>
31110       </method>
31111       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
31112         <size>0</size>
31113       </method>
31114       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
31115         <size>0</size>
31116       </method>
31117       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
31118         <size>0</size>
31119       </method>
31120     </type>
31121   </test>
31122   <test name="test-495.cs">
31123     <type name="plj.aClass">
31124       <method name="Void .ctor()">
31125         <size>7</size>
31126       </method>
31127       <method name="plj.aClass op_Implicit(plj.fromClass)">
31128         <size>2</size>
31129       </method>
31130     </type>
31131     <type name="plj.realClass1">
31132       <method name="Void .ctor()">
31133         <size>7</size>
31134       </method>
31135       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
31136         <size>2</size>
31137       </method>
31138     </type>
31139     <type name="plj.fromClass">
31140       <method name="Void .ctor()">
31141         <size>7</size>
31142       </method>
31143       <method name="Void Main()">
31144         <size>1</size>
31145       </method>
31146     </type>
31147   </test>
31148   <test name="test-496.cs">
31149     <type name="Test">
31150       <method name="Void .ctor()">
31151         <size>7</size>
31152       </method>
31153       <method name="IEnumerator GetEnumerator()">
31154         <size>15</size>
31155       </method>
31156       <method name="Void Main()">
31157         <size>11</size>
31158       </method>
31159       <method name="Void Run()">
31160         <size>176</size>
31161       </method>
31162     </type>
31163     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
31164       <method name="Void .ctor()">
31165         <size>7</size>
31166       </method>
31167       <method name="System.Object System.Collections.IEnumerator.get_Current()">
31168         <size>7</size>
31169       </method>
31170       <method name="Boolean MoveNext()">
31171         <size>129</size>
31172       </method>
31173       <method name="Void Dispose()">
31174         <size>8</size>
31175       </method>
31176       <method name="Void Reset()">
31177         <size>6</size>
31178       </method>
31179       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
31180         <size>7</size>
31181       </method>
31182     </type>
31183   </test>
31184   <test name="test-497.cs">
31185     <type name="PlotMenuItem">
31186       <method name="Void .ctor()">
31187         <size>7</size>
31188       </method>
31189       <method name="Void .ctor(EventHandler)">
31190         <size>54</size>
31191       </method>
31192       <method name="Int32 Main()">
31193         <size>50</size>
31194       </method>
31195       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
31196         <size>11</size>
31197       </method>
31198       <method name="System.EventHandler get_Callback()">
31199         <size>7</size>
31200       </method>
31201       <method name="Void set_Callback(System.EventHandler)">
31202         <size>8</size>
31203       </method>
31204     </type>
31205   </test>
31206   <test name="test-498.cs">
31207     <type name="C">
31208       <method name="Int32 Main()">
31209         <size>81</size>
31210       </method>
31211     </type>
31212     <type name="A">
31213       <method name="Void .ctor(Single)">
31214         <size>0</size>
31215       </method>
31216       <method name="Int32 get_Foo()">
31217         <size>0</size>
31218       </method>
31219     </type>
31220   </test>
31221   <test name="test-499.cs">
31222     <type name="X">
31223       <method name="Void .ctor()">
31224         <size>7</size>
31225       </method>
31226       <method name="Void Main()">
31227         <size>24</size>
31228       </method>
31229     </type>
31230   </test>
31231   <test name="test-5.cs">
31232     <type name="X">
31233       <method name="Void .ctor()">
31234         <size>7</size>
31235       </method>
31236       <method name="Int32 Main()">
31237         <size>37</size>
31238       </method>
31239     </type>
31240   </test>
31241   <test name="test-500.cs">
31242     <type name="SomeCustomAttribute">
31243       <method name="Void .ctor()">
31244         <size>7</size>
31245       </method>
31246     </type>
31247     <type name="MainClass">
31248       <method name="Void .ctor()">
31249         <size>7</size>
31250       </method>
31251       <method name="Int32 Main()">
31252         <size>117</size>
31253       </method>
31254     </type>
31255   </test>
31256   <test name="test-501.cs">
31257     <type name="Tests">
31258       <method name="Void .ctor()">
31259         <size>7</size>
31260       </method>
31261       <method name="Void DumpException(Tests+FilterStackFrame)">
31262         <size>1</size>
31263       </method>
31264       <method name="Void foo(Boolean ByRef)">
31265         <size>49</size>
31266       </method>
31267       <method name="Void Main(System.String[])">
31268         <size>8</size>
31269       </method>
31270     </type>
31271     <type name="Tests+FilterStackFrame">
31272       <method name="Void .ctor(Object, IntPtr)">
31273         <size>0</size>
31274       </method>
31275       <method name="Boolean Invoke(System.Object)">
31276         <size>0</size>
31277       </method>
31278       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
31279         <size>0</size>
31280       </method>
31281       <method name="Boolean EndInvoke(IAsyncResult)">
31282         <size>0</size>
31283       </method>
31284     </type>
31285     <type name="Tests">
31286       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
31287         <size>2</size>
31288       </method>
31289     </type>
31290   </test>
31291   <test name="test-502.cs">
31292     <type name="Base">
31293       <method name="Void .ctor()">
31294         <size>7</size>
31295       </method>
31296       <method name="Int32 get_Property()">
31297         <size>3</size>
31298       </method>
31299       <method name="Void Main()">
31300         <size>1</size>
31301       </method>
31302     </type>
31303     <type name="Derived">
31304       <method name="Void .ctor()">
31305         <size>7</size>
31306       </method>
31307       <method name="Int32 get_Property()">
31308         <size>3</size>
31309       </method>
31310     </type>
31311     <type name="BaseClass">
31312       <method name="Void .ctor()">
31313         <size>7</size>
31314       </method>
31315       <method name="Int32 get_Value()">
31316         <size>2</size>
31317       </method>
31318       <method name="Void set_Value(Int32)">
31319         <size>1</size>
31320       </method>
31321     </type>
31322     <type name="DerivedClass">
31323       <method name="Void .ctor()">
31324         <size>7</size>
31325       </method>
31326       <method name="Int32 get_Value()">
31327         <size>2</size>
31328       </method>
31329     </type>
31330     <type name="ErrorClass">
31331       <method name="Void .ctor()">
31332         <size>7</size>
31333       </method>
31334       <method name="Int32 get_Value()">
31335         <size>2</size>
31336       </method>
31337       <method name="Void set_Value(Int32)">
31338         <size>1</size>
31339       </method>
31340     </type>
31341   </test>
31342   <test name="test-503.cs">
31343     <type name="Foo">
31344       <method name="Void .ctor()">
31345         <size>7</size>
31346       </method>
31347       <method name="Int32 Main()">
31348         <size>33</size>
31349       </method>
31350     </type>
31351   </test>
31352   <test name="test-504.cs">
31353     <type name="Foo">
31354       <method name="Void .ctor()">
31355         <size>7</size>
31356       </method>
31357       <method name="Void .cctor()">
31358         <size>7</size>
31359       </method>
31360       <method name="Int32 f()">
31361         <size>2</size>
31362       </method>
31363       <method name="Int32 Main()">
31364         <size>32</size>
31365       </method>
31366     </type>
31367   </test>
31368   <test name="test-505.cs">
31369     <type name="T">
31370       <method name="Void .ctor()">
31371         <size>7</size>
31372       </method>
31373       <method name="Int32 f()">
31374         <size>19</size>
31375       </method>
31376       <method name="Void Main()">
31377         <size>38</size>
31378       </method>
31379     </type>
31380   </test>
31381   <test name="test-506.cs">
31382     <type name="ProtectedSetter.BaseClass">
31383       <method name="Void .ctor()">
31384         <size>7</size>
31385       </method>
31386       <method name="System.String get_Name()">
31387         <size>0</size>
31388       </method>
31389       <method name="Void set_Name(System.String)">
31390         <size>0</size>
31391       </method>
31392     </type>
31393     <type name="ProtectedSetter.DerivedClass">
31394       <method name="Void .ctor()">
31395         <size>7</size>
31396       </method>
31397       <method name="System.String get_Name()">
31398         <size>2</size>
31399       </method>
31400       <method name="Void set_Name(System.String)">
31401         <size>1</size>
31402       </method>
31403       <method name="Void Main()">
31404         <size>1</size>
31405       </method>
31406     </type>
31407   </test>
31408   <test name="test-507.cs">
31409     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
31410       <method name="Void .ctor()">
31411         <size>7</size>
31412       </method>
31413       <method name="Void SomeMethod()">
31414         <size>1</size>
31415       </method>
31416       <method name="Void SomeMethod2()">
31417         <size>1</size>
31418       </method>
31419     </type>
31420     <type name="NewslotVirtualFinal.C">
31421       <method name="Void .ctor()">
31422         <size>7</size>
31423       </method>
31424       <method name="Int32 Main()">
31425         <size>83</size>
31426       </method>
31427     </type>
31428   </test>
31429   <test name="test-508.cs">
31430     <type name="OutputParam">
31431       <method name="Void .ctor()">
31432         <size>7</size>
31433       </method>
31434       <method name="Void Main(System.String[])">
31435         <size>14</size>
31436       </method>
31437       <method name="Void Method(Int32 ByRef)">
31438         <size>17</size>
31439       </method>
31440     </type>
31441   </test>
31442   <test name="test-509.cs">
31443     <type name="BaseClass">
31444       <method name="Void .ctor()">
31445         <size>7</size>
31446       </method>
31447       <method name="Void add_OnEvent(DelegateHandler)">
31448         <size>24</size>
31449       </method>
31450       <method name="Void remove_OnEvent(DelegateHandler)">
31451         <size>24</size>
31452       </method>
31453     </type>
31454     <type name="ExtendingClass">
31455       <method name="Void .ctor()">
31456         <size>7</size>
31457       </method>
31458       <method name="Void Main()">
31459         <size>1</size>
31460       </method>
31461       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
31462         <size>8</size>
31463       </method>
31464       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
31465         <size>8</size>
31466       </method>
31467     </type>
31468     <type name="DelegateHandler">
31469       <method name="Void .ctor(Object, IntPtr)">
31470         <size>0</size>
31471       </method>
31472       <method name="Void Invoke()">
31473         <size>0</size>
31474       </method>
31475       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31476         <size>0</size>
31477       </method>
31478       <method name="Void EndInvoke(IAsyncResult)">
31479         <size>0</size>
31480       </method>
31481     </type>
31482   </test>
31483   <test name="test-51.cs">
31484     <type name="Base">
31485       <method name="Void .ctor()">
31486         <size>25</size>
31487       </method>
31488       <method name="Int32 get_b_int_property()">
31489         <size>7</size>
31490       </method>
31491       <method name="Void set_b_int_property(Int32)">
31492         <size>8</size>
31493       </method>
31494       <method name="System.String b_get_id()">
31495         <size>6</size>
31496       </method>
31497     </type>
31498     <type name="Derived">
31499       <method name="Void .ctor()">
31500         <size>26</size>
31501       </method>
31502       <method name="Int32 get_b_int_property()">
31503         <size>7</size>
31504       </method>
31505       <method name="Void set_b_int_property(Int32)">
31506         <size>8</size>
31507       </method>
31508       <method name="Int32 Test()">
31509         <size>138</size>
31510       </method>
31511     </type>
31512     <type name="boot">
31513       <method name="Void .ctor()">
31514         <size>7</size>
31515       </method>
31516       <method name="Int32 Main()">
31517         <size>13</size>
31518       </method>
31519     </type>
31520   </test>
31521   <test name="test-510.cs">
31522     <type name="Foo">
31523       <method name="Void .ctor()">
31524         <size>7</size>
31525       </method>
31526       <method name="Void test39(Int32 ByRef)">
31527         <size>36</size>
31528       </method>
31529       <method name="Void Main()">
31530         <size>28</size>
31531       </method>
31532     </type>
31533   </test>
31534   <test name="test-511.cs">
31535     <type name="Foo">
31536       <method name="Void .ctor()">
31537         <size>7</size>
31538       </method>
31539       <method name="Void Main(System.String[])">
31540         <size>17</size>
31541       </method>
31542       <method name="Void f()">
31543         <size>7</size>
31544       </method>
31545     </type>
31546   </test>
31547   <test name="test-512.cs">
31548     <type name="Foo">
31549       <method name="Void .ctor()">
31550         <size>7</size>
31551       </method>
31552       <method name="Void Main(System.String[])">
31553         <size>17</size>
31554       </method>
31555       <method name="Void f()">
31556         <size>7</size>
31557       </method>
31558     </type>
31559   </test>
31560   <test name="test-513.cs">
31561     <type name="Test">
31562       <method name="Void .ctor()">
31563         <size>7</size>
31564       </method>
31565       <method name="Int32 Main()">
31566         <size>246</size>
31567       </method>
31568     </type>
31569   </test>
31570   <test name="test-514.cs">
31571     <type name="X">
31572       <method name="Void .ctor()">
31573         <size>7</size>
31574       </method>
31575       <method name="Void HandleConflict(Int32)">
31576         <size>31</size>
31577       </method>
31578       <method name="Int32 Main()">
31579         <size>40</size>
31580       </method>
31581     </type>
31582   </test>
31583   <test name="test-515.cs">
31584     <type name="X">
31585       <method name="Void .ctor()">
31586         <size>7</size>
31587       </method>
31588       <method name="Void Main()">
31589         <size>35</size>
31590       </method>
31591     </type>
31592   </test>
31593   <test name="test-516.cs">
31594     <type name="X">
31595       <method name="Void .ctor()">
31596         <size>7</size>
31597       </method>
31598       <method name="Void Main()">
31599         <size>35</size>
31600       </method>
31601     </type>
31602   </test>
31603   <test name="test-517.cs">
31604     <type name="Test">
31605       <method name="Void .ctor()">
31606         <size>7</size>
31607       </method>
31608       <method name="Int32 Main()">
31609         <size>11</size>
31610       </method>
31611     </type>
31612   </test>
31613   <test name="test-518.cs">
31614     <type name="Foo">
31615       <method name="Void .ctor()">
31616         <size>7</size>
31617       </method>
31618       <method name="Int32 Main()">
31619         <size>19</size>
31620       </method>
31621     </type>
31622   </test>
31623   <test name="test-519.cs">
31624     <type name="Foo">
31625       <method name="Void .ctor()">
31626         <size>7</size>
31627       </method>
31628       <method name="Int32 Main()">
31629         <size>32</size>
31630       </method>
31631       <method name="Void f()">
31632         <size>29</size>
31633       </method>
31634     </type>
31635   </test>
31636   <test name="test-52.cs">
31637     <type name="Y">
31638       <method name="Void .ctor()">
31639         <size>7</size>
31640       </method>
31641       <method name="Boolean MoveNext()">
31642         <size>28</size>
31643       </method>
31644       <method name="System.Object get_Current()">
31645         <size>12</size>
31646       </method>
31647     </type>
31648     <type name="X">
31649       <method name="Void .ctor()">
31650         <size>7</size>
31651       </method>
31652       <method name="Void .cctor()">
31653         <size>36</size>
31654       </method>
31655       <method name="Y GetEnumerator()">
31656         <size>6</size>
31657       </method>
31658       <method name="Int32 Main()">
31659         <size>498</size>
31660       </method>
31661     </type>
31662   </test>
31663   <test name="test-520.cs">
31664     <type name="FakeInt">
31665       <method name="Void .ctor(Int64)">
31666         <size>14</size>
31667       </method>
31668       <method name="Int64 op_Implicit(FakeInt)">
31669         <size>7</size>
31670       </method>
31671     </type>
31672     <type name="MainClass">
31673       <method name="Void .ctor()">
31674         <size>7</size>
31675       </method>
31676       <method name="Void Main()">
31677         <size>28</size>
31678       </method>
31679     </type>
31680   </test>
31681   <test name="test-521.cs">
31682     <type name="Tests">
31683       <method name="Void .ctor()">
31684         <size>7</size>
31685       </method>
31686       <method name="Void CallWithContextN(System.Object, System.Object[])">
31687         <size>1</size>
31688       </method>
31689       <method name="Void Main()">
31690         <size>14</size>
31691       </method>
31692     </type>
31693     <type name="Tests+CallTargetWithContextN">
31694       <method name="Void .ctor(Object, IntPtr)">
31695         <size>0</size>
31696       </method>
31697       <method name="Void Invoke(System.Object, System.Object[])">
31698         <size>0</size>
31699       </method>
31700       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
31701         <size>0</size>
31702       </method>
31703       <method name="Void EndInvoke(IAsyncResult)">
31704         <size>0</size>
31705       </method>
31706     </type>
31707   </test>
31708   <test name="test-522.cs">
31709     <type name="Const">
31710       <method name="Void .ctor()">
31711         <size>7</size>
31712       </method>
31713       <method name="Void Main()">
31714         <size>1</size>
31715       </method>
31716     </type>
31717   </test>
31718   <test name="test-523.cs">
31719     <type name="T">
31720       <method name="Void .ctor()">
31721         <size>7</size>
31722       </method>
31723       <method name="Int32 stuff()">
31724         <size>20</size>
31725       </method>
31726       <method name="Int32 stuff2()">
31727         <size>44</size>
31728       </method>
31729       <method name="Int32 stuff3()">
31730         <size>44</size>
31731       </method>
31732       <method name="Void stuff4()">
31733         <size>20</size>
31734       </method>
31735       <method name="Void stuff_finally()">
31736         <size>1</size>
31737       </method>
31738       <method name="Void Main()">
31739         <size>1</size>
31740       </method>
31741     </type>
31742   </test>
31743   <test name="test-524.cs">
31744     <type name="Foo">
31745       <method name="Void .ctor()">
31746         <size>7</size>
31747       </method>
31748       <method name="Int32 Main()">
31749         <size>42</size>
31750       </method>
31751     </type>
31752   </test>
31753   <test name="test-525.cs">
31754     <type name="X">
31755       <method name="Void .ctor()">
31756         <size>7</size>
31757       </method>
31758       <method name="Void Finalize()">
31759         <size>23</size>
31760       </method>
31761       <method name="Int32 Test1()">
31762         <size>33</size>
31763       </method>
31764       <method name="Void Test2()">
31765         <size>67</size>
31766       </method>
31767       <method name="Void Main()">
31768         <size>39</size>
31769       </method>
31770     </type>
31771   </test>
31772   <test name="test-526.cs">
31773     <type name="Test">
31774       <method name="Void .ctor()">
31775         <size>7</size>
31776       </method>
31777       <method name="Void Main()">
31778         <size>1</size>
31779       </method>
31780       <method name="Void Foo(IListCounter)">
31781         <size>8</size>
31782       </method>
31783       <method name="Void Foo2(IC)">
31784         <size>8</size>
31785       </method>
31786       <method name="Void Foo3(ICC)">
31787         <size>8</size>
31788       </method>
31789       <method name="Void Foo4(IM2)">
31790         <size>8</size>
31791       </method>
31792     </type>
31793   </test>
31794   <test name="test-527.cs">
31795     <type name="Repro">
31796       <method name="Void .ctor()">
31797         <size>19</size>
31798       </method>
31799       <method name="Int32 Main()">
31800         <size>48</size>
31801       </method>
31802       <method name="Void foo()">
31803         <size>61</size>
31804       </method>
31805       <method name="Int32 bar()">
31806         <size>3</size>
31807       </method>
31808     </type>
31809   </test>
31810   <test name="test-528.cs">
31811     <type name="MicroFocus.MONO.Bugs.Odd">
31812       <method name="Void .ctor()">
31813         <size>7</size>
31814       </method>
31815       <method name="Void .cctor()">
31816         <size>25</size>
31817       </method>
31818       <method name="Void Main()">
31819         <size>1</size>
31820       </method>
31821     </type>
31822   </test>
31823   <test name="test-529.cs">
31824     <type name="C">
31825       <method name="Void .ctor()">
31826         <size>7</size>
31827       </method>
31828       <method name="Void Main()">
31829         <size>8</size>
31830       </method>
31831     </type>
31832   </test>
31833   <test name="test-53.cs">
31834     <type name="MyDispose">
31835       <method name="Void .ctor()">
31836         <size>7</size>
31837       </method>
31838       <method name="Void Dispose()">
31839         <size>8</size>
31840       </method>
31841     </type>
31842     <type name="X">
31843       <method name="Void .ctor()">
31844         <size>7</size>
31845       </method>
31846       <method name="Int32 Main()">
31847         <size>257</size>
31848       </method>
31849     </type>
31850   </test>
31851   <test name="test-530.cs">
31852     <type name="X">
31853       <method name="Void .ctor()">
31854         <size>7</size>
31855       </method>
31856       <method name="Void e(System.Object[])">
31857         <size>1</size>
31858       </method>
31859       <method name="Void Main()">
31860         <size>1</size>
31861       </method>
31862     </type>
31863   </test>
31864   <test name="test-531.cs">
31865     <type name="Test">
31866       <method name="Void .ctor()">
31867         <size>7</size>
31868       </method>
31869       <method name="Void Main()">
31870         <size>11</size>
31871       </method>
31872     </type>
31873   </test>
31874   <test name="test-532.cs">
31875     <type name="X">
31876       <method name="Void .ctor()">
31877         <size>47</size>
31878       </method>
31879       <method name="Void Main()">
31880         <size>1</size>
31881       </method>
31882     </type>
31883   </test>
31884   <test name="test-533.cs">
31885     <type name="Test">
31886       <method name="Void .ctor()">
31887         <size>7</size>
31888       </method>
31889       <method name="Void True(Boolean)">
31890         <size>10</size>
31891       </method>
31892       <method name="Void False(Boolean)">
31893         <size>13</size>
31894       </method>
31895       <method name="Void Main()">
31896         <size>61</size>
31897       </method>
31898     </type>
31899   </test>
31900   <test name="test-535.cs">
31901     <type name="X">
31902       <method name="Void .ctor()">
31903         <size>7</size>
31904       </method>
31905       <method name="Void Main()">
31906         <size>77</size>
31907       </method>
31908       <method name="Void Compile()">
31909         <size>19</size>
31910       </method>
31911       <method name="Void M(Int64)">
31912         <size>1</size>
31913       </method>
31914       <method name="Void M(UInt64)">
31915         <size>1</size>
31916       </method>
31917       <method name="Void M(System.Object)">
31918         <size>1</size>
31919       </method>
31920     </type>
31921   </test>
31922   <test name="test-536.cs">
31923     <type name="Test">
31924       <method name="Void add_Foo(FooHandler)">
31925         <size>22</size>
31926       </method>
31927       <method name="Void remove_Foo(FooHandler)">
31928         <size>22</size>
31929       </method>
31930       <method name="Void OnFooTest()">
31931         <size>1</size>
31932       </method>
31933       <method name="Void Main()">
31934         <size>31</size>
31935       </method>
31936     </type>
31937     <type name="FooHandler">
31938       <method name="Void .ctor(Object, IntPtr)">
31939         <size>0</size>
31940       </method>
31941       <method name="Void Invoke()">
31942         <size>0</size>
31943       </method>
31944       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31945         <size>0</size>
31946       </method>
31947       <method name="Void EndInvoke(IAsyncResult)">
31948         <size>0</size>
31949       </method>
31950     </type>
31951     <type name="Test">
31952       <method name="Void &lt;Main&gt;m__0()">
31953         <size>33</size>
31954       </method>
31955     </type>
31956   </test>
31957   <test name="test-537.cs">
31958     <type name="Base">
31959       <method name="Void .ctor()">
31960         <size>7</size>
31961       </method>
31962       <method name="System.String get_H()">
31963         <size>6</size>
31964       </method>
31965     </type>
31966     <type name="X">
31967       <method name="Void .ctor()">
31968         <size>7</size>
31969       </method>
31970     </type>
31971     <type name="X+Derived">
31972       <method name="Void .ctor()">
31973         <size>7</size>
31974       </method>
31975     </type>
31976     <type name="X+Derived+Nested">
31977       <method name="Void .ctor()">
31978         <size>7</size>
31979       </method>
31980       <method name="Void G()">
31981         <size>21</size>
31982       </method>
31983     </type>
31984     <type name="Derived">
31985       <method name="Void .ctor()">
31986         <size>7</size>
31987       </method>
31988     </type>
31989     <type name="Derived+Nested">
31990       <method name="Void .ctor()">
31991         <size>7</size>
31992       </method>
31993       <method name="Void G()">
31994         <size>18</size>
31995       </method>
31996     </type>
31997     <type name="Test">
31998       <method name="Void .ctor()">
31999         <size>7</size>
32000       </method>
32001       <method name="Void Main()">
32002         <size>1</size>
32003       </method>
32004     </type>
32005   </test>
32006   <test name="test-538.cs">
32007     <type name="concrete">
32008       <method name="Void .ctor()">
32009         <size>7</size>
32010       </method>
32011     </type>
32012     <type name="Program">
32013       <method name="Void .ctor()">
32014         <size>7</size>
32015       </method>
32016       <method name="concrete getConcrete(IInterface)">
32017         <size>6</size>
32018       </method>
32019       <method name="Void Main(System.String[])">
32020         <size>20</size>
32021       </method>
32022     </type>
32023     <type name="testDelegate">
32024       <method name="Void .ctor(Object, IntPtr)">
32025         <size>0</size>
32026       </method>
32027       <method name="IInterface Invoke(concrete)">
32028         <size>0</size>
32029       </method>
32030       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
32031         <size>0</size>
32032       </method>
32033       <method name="IInterface EndInvoke(IAsyncResult)">
32034         <size>0</size>
32035       </method>
32036     </type>
32037   </test>
32038   <test name="test-54.cs">
32039     <type name="X">
32040       <method name="Void .ctor()">
32041         <size>7</size>
32042       </method>
32043       <method name="Boolean v()">
32044         <size>26</size>
32045       </method>
32046       <method name="Int32 Main()">
32047         <size>2</size>
32048       </method>
32049     </type>
32050   </test>
32051   <test name="test-540.cs">
32052     <type name="A">
32053       <method name="Void .ctor()">
32054         <size>7</size>
32055       </method>
32056       <method name="Byte op_Implicit(A)">
32057         <size>3</size>
32058       </method>
32059     </type>
32060     <type name="Constraint">
32061       <method name="Void .ctor()">
32062         <size>7</size>
32063       </method>
32064       <method name="Void Foo(System.Object)">
32065         <size>1</size>
32066       </method>
32067       <method name="Int32 Main()">
32068         <size>93</size>
32069       </method>
32070       <method name="Constraint op_LogicalNot(Constraint)">
32071         <size>2</size>
32072       </method>
32073       <method name="Constraint op_UnaryPlus(Constraint)">
32074         <size>2</size>
32075       </method>
32076       <method name="Constraint op_OnesComplement(Constraint)">
32077         <size>2</size>
32078       </method>
32079       <method name="Constraint op_UnaryNegation(Constraint)">
32080         <size>2</size>
32081       </method>
32082     </type>
32083   </test>
32084   <test name="test-541.cs">
32085     <type name="A">
32086       <method name="Void .ctor(TestFunc)">
32087         <size>14</size>
32088       </method>
32089     </type>
32090     <type name="TestClass">
32091       <method name="Void .ctor()">
32092         <size>7</size>
32093       </method>
32094       <method name="Void .cctor()">
32095         <size>46</size>
32096       </method>
32097       <method name="Int32 Main()">
32098         <size>6</size>
32099       </method>
32100     </type>
32101     <type name="TestFunc">
32102       <method name="Void .ctor(Object, IntPtr)">
32103         <size>0</size>
32104       </method>
32105       <method name="Void Invoke(Int32)">
32106         <size>0</size>
32107       </method>
32108       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32109         <size>0</size>
32110       </method>
32111       <method name="Void EndInvoke(IAsyncResult)">
32112         <size>0</size>
32113       </method>
32114     </type>
32115     <type name="TestClass">
32116       <method name="Void &lt;a&gt;m__0(Int32)">
32117         <size>7</size>
32118       </method>
32119     </type>
32120   </test>
32121   <test name="test-542.cs">
32122     <type name="X">
32123       <method name="Void .ctor()">
32124         <size>7</size>
32125       </method>
32126       <method name="Void Main()">
32127         <size>1</size>
32128       </method>
32129     </type>
32130     <type name="ARec">
32131       <method name="Void .ctor(Decimal)">
32132         <size>14</size>
32133       </method>
32134       <method name="Decimal Round(Int32)">
32135         <size>13</size>
32136       </method>
32137       <method name="Decimal Round(Decimal, Int32)">
32138         <size>7</size>
32139       </method>
32140     </type>
32141   </test>
32142   <test name="test-543.cs">
32143     <type name="BetterMethod">
32144       <method name="Void .ctor()">
32145         <size>7</size>
32146       </method>
32147       <method name="Int32 get_Item(System.Boolean[])">
32148         <size>2</size>
32149       </method>
32150       <method name="System.String get_Item(Boolean, System.Object)">
32151         <size>6</size>
32152       </method>
32153     </type>
32154     <type name="MainClass">
32155       <method name="Void .ctor()">
32156         <size>7</size>
32157       </method>
32158       <method name="Int32 get_Item(Int32, System.String[])">
32159         <size>2</size>
32160       </method>
32161       <method name="Void set_Item(Int32, System.String[], Int32)">
32162         <size>40</size>
32163       </method>
32164       <method name="System.Object get_Item(Int32, System.Object[])">
32165         <size>2</size>
32166       </method>
32167       <method name="Void set_Item(Int32, System.Object[], System.Object)">
32168         <size>40</size>
32169       </method>
32170       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
32171         <size>2</size>
32172       </method>
32173       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
32174         <size>40</size>
32175       </method>
32176       <method name="Void Main(System.String[])">
32177         <size>258</size>
32178       </method>
32179     </type>
32180   </test>
32181   <test name="test-544.cs">
32182     <type name="X">
32183       <method name="Void .ctor()">
32184         <size>7</size>
32185       </method>
32186       <method name="Void Main()">
32187         <size>32</size>
32188       </method>
32189     </type>
32190   </test>
32191   <test name="test-545.cs">
32192     <type name="X">
32193       <method name="Void .ctor()">
32194         <size>7</size>
32195       </method>
32196       <method name="Void Main()">
32197         <size>1</size>
32198       </method>
32199     </type>
32200     <type name="Dingus">
32201       <method name="Void .ctor(Int32)">
32202         <size>1</size>
32203       </method>
32204     </type>
32205   </test>
32206   <test name="test-546.cs">
32207     <type name="NameSpace.C">
32208       <method name="Void .ctor()">
32209         <size>7</size>
32210       </method>
32211       <method name="Void Main()">
32212         <size>1</size>
32213       </method>
32214     </type>
32215   </test>
32216   <test name="test-547.cs">
32217     <type name="C">
32218       <method name="Void .ctor()">
32219         <size>7</size>
32220       </method>
32221       <method name="Void Main()">
32222         <size>1</size>
32223       </method>
32224     </type>
32225   </test>
32226   <test name="test-548.cs">
32227     <type name="Bugs.Bug0">
32228       <method name="Void .ctor()">
32229         <size>7</size>
32230       </method>
32231       <method name="Int32 Main()">
32232         <size>23</size>
32233       </method>
32234     </type>
32235     <type name="Bugs.Bug0+MyBoolean">
32236       <method name="Void .ctor(Boolean)">
32237         <size>8</size>
32238       </method>
32239       <method name="MyBoolean op_Implicit(Boolean)">
32240         <size>7</size>
32241       </method>
32242       <method name="Boolean op_Implicit(MyBoolean)">
32243         <size>8</size>
32244       </method>
32245     </type>
32246   </test>
32247   <test name="test-549.cs">
32248     <type name="Do">
32249       <method name="Void .ctor()">
32250         <size>7</size>
32251       </method>
32252       <method name="Void Register(Get)">
32253         <size>1</size>
32254       </method>
32255       <method name="Void Register(System.Object)">
32256         <size>1</size>
32257       </method>
32258       <method name="System.Object MyGet(Do)">
32259         <size>2</size>
32260       </method>
32261       <method name="Void X()">
32262         <size>19</size>
32263       </method>
32264     </type>
32265     <type name="User">
32266       <method name="Void .ctor()">
32267         <size>7</size>
32268       </method>
32269       <method name="Void Main()">
32270         <size>1</size>
32271       </method>
32272     </type>
32273     <type name="Get">
32274       <method name="Void .ctor(Object, IntPtr)">
32275         <size>0</size>
32276       </method>
32277       <method name="System.Object Invoke(Do)">
32278         <size>0</size>
32279       </method>
32280       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
32281         <size>0</size>
32282       </method>
32283       <method name="System.Object EndInvoke(IAsyncResult)">
32284         <size>0</size>
32285       </method>
32286     </type>
32287   </test>
32288   <test name="test-55.cs">
32289     <type name="A.B.C">
32290       <method name="Void .ctor()">
32291         <size>7</size>
32292       </method>
32293       <method name="Void Hola()">
32294         <size>11</size>
32295       </method>
32296     </type>
32297     <type name="X.Y.Z.W">
32298       <method name="Void .ctor()">
32299         <size>7</size>
32300       </method>
32301       <method name="Void Ahoj()">
32302         <size>11</size>
32303       </method>
32304     </type>
32305     <type name="Foo.System">
32306       <method name="Void .ctor()">
32307         <size>7</size>
32308       </method>
32309       <method name="Void X()">
32310         <size>11</size>
32311       </method>
32312     </type>
32313     <type name="App">
32314       <method name="Void .ctor()">
32315         <size>7</size>
32316       </method>
32317       <method name="Int32 Main()">
32318         <size>12</size>
32319       </method>
32320     </type>
32321   </test>
32322   <test name="test-550.cs">
32323     <type name="Bla.Blub.Fo‿o">
32324       <method name="Void .ctor()">
32325         <size>7</size>
32326       </method>
32327       <method name="Void Main(System.String[])">
32328         <size>11</size>
32329       </method>
32330     </type>
32331   </test>
32332   <test name="test-551.cs">
32333     <type name="System.Int32">
32334       <method name="Void Main()">
32335         <size>1</size>
32336       </method>
32337     </type>
32338   </test>
32339   <test name="test-552.cs">
32340     <type name="C">
32341       <method name="Void .ctor()">
32342         <size>7</size>
32343       </method>
32344       <method name="Void Test(C)">
32345         <size>1</size>
32346       </method>
32347       <method name="Void Main()">
32348         <size>14</size>
32349       </method>
32350     </type>
32351   </test>
32352   <test name="test-553.cs">
32353     <type name="A">
32354       <method name="Void .ctor()">
32355         <size>7</size>
32356       </method>
32357       <method name="Void Add(System.Object)">
32358         <size>1</size>
32359       </method>
32360     </type>
32361     <type name="B">
32362       <method name="Void .ctor()">
32363         <size>7</size>
32364       </method>
32365       <method name="Boolean Add(System.Object)">
32366         <size>2</size>
32367       </method>
32368       <method name="Void Main()">
32369         <size>1</size>
32370       </method>
32371     </type>
32372   </test>
32373   <test name="test-554.cs">
32374     <type name="C">
32375       <method name="Void .ctor()">
32376         <size>7</size>
32377       </method>
32378       <method name="Int32 Main()">
32379         <size>145</size>
32380       </method>
32381     </type>
32382     <type name="&lt;PrivateImplementationDetails&gt;">
32383       <method name="Void .ctor()">
32384         <size>7</size>
32385       </method>
32386     </type>
32387   </test>
32388   <test name="test-555.cs">
32389     <type name="Test">
32390       <method name="Void .ctor()">
32391         <size>7</size>
32392       </method>
32393       <method name="Int32 Main()">
32394         <size>351</size>
32395       </method>
32396     </type>
32397   </test>
32398   <test name="test-556.cs">
32399     <type name="S">
32400       <method name="Void .ctor()">
32401         <size>7</size>
32402       </method>
32403       <method name="Void Frobnikator()">
32404         <size>1</size>
32405       </method>
32406       <method name="Void CharToX()">
32407         <size>1</size>
32408       </method>
32409       <method name="Int32 Main()">
32410         <size>35</size>
32411       </method>
32412     </type>
32413   </test>
32414   <test name="test-557.cs">
32415     <type name="Test">
32416       <method name="Void .ctor()">
32417         <size>7</size>
32418       </method>
32419       <method name="Void Main(System.String[])">
32420         <size>1</size>
32421       </method>
32422     </type>
32423   </test>
32424   <test name="test-558.cs">
32425     <type name="TestClass">
32426       <method name="Void .ctor()">
32427         <size>7</size>
32428       </method>
32429       <method name="Void Main()">
32430         <size>21</size>
32431       </method>
32432       <method name="Void TestMethod(Int32)">
32433         <size>1</size>
32434       </method>
32435     </type>
32436     <type name="TestClass+OneDelegate">
32437       <method name="Void .ctor(Object, IntPtr)">
32438         <size>0</size>
32439       </method>
32440       <method name="Void Invoke(Int32)">
32441         <size>0</size>
32442       </method>
32443       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32444         <size>0</size>
32445       </method>
32446       <method name="Void EndInvoke(IAsyncResult)">
32447         <size>0</size>
32448       </method>
32449     </type>
32450   </test>
32451   <test name="test-559.cs">
32452     <type name="C">
32453       <method name="Void .ctor()">
32454         <size>7</size>
32455       </method>
32456       <method name="Void add_TestEvent(B+TestDelegate)">
32457         <size>24</size>
32458       </method>
32459       <method name="Void remove_TestEvent(B+TestDelegate)">
32460         <size>24</size>
32461       </method>
32462       <method name="Void Main()">
32463         <size>1</size>
32464       </method>
32465     </type>
32466   </test>
32467   <test name="test-56.cs">
32468     <type name="A">
32469       <method name="Void .ctor()">
32470         <size>7</size>
32471       </method>
32472       <method name="Int32 get_P()">
32473         <size>7</size>
32474       </method>
32475       <method name="Void set_P(Int32)">
32476         <size>8</size>
32477       </method>
32478       <method name="Int32 get_Q()">
32479         <size>0</size>
32480       </method>
32481       <method name="Void set_Q(Int32)">
32482         <size>0</size>
32483       </method>
32484       <method name="Int32 get_R()">
32485         <size>7</size>
32486       </method>
32487       <method name="Void set_R(Int32)">
32488         <size>8</size>
32489       </method>
32490     </type>
32491     <type name="B">
32492       <method name="Void .ctor()">
32493         <size>7</size>
32494       </method>
32495       <method name="Int32 get_P()">
32496         <size>7</size>
32497       </method>
32498       <method name="Void set_P(Int32)">
32499         <size>8</size>
32500       </method>
32501       <method name="Int32 get_Q()">
32502         <size>7</size>
32503       </method>
32504       <method name="Void set_Q(Int32)">
32505         <size>8</size>
32506       </method>
32507     </type>
32508     <type name="C">
32509       <method name="Void .ctor()">
32510         <size>7</size>
32511       </method>
32512       <method name="Int32 get_Q()">
32513         <size>7</size>
32514       </method>
32515       <method name="Void set_Q(Int32)">
32516         <size>8</size>
32517       </method>
32518       <method name="Int32 get_R()">
32519         <size>7</size>
32520       </method>
32521       <method name="Void set_R(Int32)">
32522         <size>8</size>
32523       </method>
32524     </type>
32525     <type name="M">
32526       <method name="Void .ctor()">
32527         <size>7</size>
32528       </method>
32529       <method name="Int32 Main()">
32530         <size>221</size>
32531       </method>
32532     </type>
32533   </test>
32534   <test name="test-560.cs">
32535     <type name="Bugs.Bug2">
32536       <method name="Void .ctor()">
32537         <size>7</size>
32538       </method>
32539       <method name="Void Main(System.String[])">
32540         <size>81</size>
32541       </method>
32542     </type>
32543     <type name="Bugs.Bug2+MyByte">
32544       <method name="Void .ctor(Byte)">
32545         <size>8</size>
32546       </method>
32547       <method name="MyByte op_Implicit(Byte)">
32548         <size>7</size>
32549       </method>
32550       <method name="Byte op_Implicit(MyByte)">
32551         <size>8</size>
32552       </method>
32553     </type>
32554     <type name="Bugs.Bug2+MyInt">
32555       <method name="Void .ctor(Int32)">
32556         <size>8</size>
32557       </method>
32558       <method name="MyInt op_Implicit(Int32)">
32559         <size>7</size>
32560       </method>
32561       <method name="Int32 op_Implicit(MyInt)">
32562         <size>8</size>
32563       </method>
32564     </type>
32565   </test>
32566   <test name="test-561.cs">
32567     <type name="A">
32568       <method name="Void .ctor()">
32569         <size>7</size>
32570       </method>
32571       <method name="Void I.M()">
32572         <size>1</size>
32573       </method>
32574       <method name="Void M()">
32575         <size>0</size>
32576       </method>
32577     </type>
32578     <type name="C">
32579       <method name="Void .ctor()">
32580         <size>7</size>
32581       </method>
32582       <method name="Void M()">
32583         <size>1</size>
32584       </method>
32585       <method name="Void Main()">
32586         <size>1</size>
32587       </method>
32588     </type>
32589   </test>
32590   <test name="test-562.cs">
32591     <type name="Program">
32592       <method name="Void .ctor()">
32593         <size>7</size>
32594       </method>
32595       <method name="Int32 Main()">
32596         <size>45</size>
32597       </method>
32598     </type>
32599   </test>
32600   <test name="test-563.cs">
32601     <type name="Test">
32602       <method name="Void .ctor()">
32603         <size>7</size>
32604       </method>
32605       <method name="System.Object TestMethod(TestCollection)">
32606         <size>64</size>
32607       </method>
32608       <method name="Void Main()">
32609         <size>1</size>
32610       </method>
32611     </type>
32612   </test>
32613   <test name="test-564.cs">
32614     <type name="A">
32615       <method name="Void .ctor()">
32616         <size>7</size>
32617       </method>
32618       <method name="Void Main()">
32619         <size>1</size>
32620       </method>
32621     </type>
32622   </test>
32623   <test name="test-565.cs">
32624     <type name="T">
32625       <method name="Void .ctor()">
32626         <size>7</size>
32627       </method>
32628       <method name="Boolean Equals(System.Object)">
32629         <size>2</size>
32630       </method>
32631       <method name="Void Main()">
32632         <size>1</size>
32633       </method>
32634     </type>
32635   </test>
32636   <test name="test-566.cs">
32637     <type name="Test">
32638       <method name="Void .ctor()">
32639         <size>7</size>
32640       </method>
32641       <method name="System.String get_Spec()">
32642         <size>12</size>
32643       </method>
32644       <method name="Void Foo(C)">
32645         <size>7</size>
32646       </method>
32647       <method name="Void Foo2(CC)">
32648         <size>12</size>
32649       </method>
32650       <method name="Void Main()">
32651         <size>1</size>
32652       </method>
32653     </type>
32654     <type name="CA">
32655       <method name="Void .ctor()">
32656         <size>7</size>
32657       </method>
32658       <method name="Void set_Spec(System.String)">
32659         <size>1</size>
32660       </method>
32661     </type>
32662     <type name="CB">
32663       <method name="Void .ctor()">
32664         <size>7</size>
32665       </method>
32666       <method name="Void set_Spec(System.String)">
32667         <size>1</size>
32668       </method>
32669     </type>
32670     <type name="CC">
32671       <method name="Void .ctor()">
32672         <size>7</size>
32673       </method>
32674     </type>
32675   </test>
32676   <test name="test-567.cs">
32677     <type name="preservesig_test.Class1">
32678       <method name="Void .ctor()">
32679         <size>7</size>
32680       </method>
32681       <method name="Int32 Main(System.String[])">
32682         <size>143</size>
32683       </method>
32684     </type>
32685     <type name="preservesig_test.TestClass">
32686       <method name="Void .ctor()">
32687         <size>7</size>
32688       </method>
32689       <method name="Void add_e(preservesig_test.TestClass+D)">
32690         <size>24</size>
32691       </method>
32692       <method name="Void remove_e(preservesig_test.TestClass+D)">
32693         <size>24</size>
32694       </method>
32695       <method name="Int32 DoFoo()">
32696         <size>2</size>
32697       </method>
32698       <method name="Int32 get_Foo()">
32699         <size>2</size>
32700       </method>
32701     </type>
32702     <type name="preservesig_test.TestClass+D">
32703       <method name="Void .ctor(Object, IntPtr)">
32704         <size>0</size>
32705       </method>
32706       <method name="Void Invoke()">
32707         <size>0</size>
32708       </method>
32709       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32710         <size>0</size>
32711       </method>
32712       <method name="Void EndInvoke(IAsyncResult)">
32713         <size>0</size>
32714       </method>
32715     </type>
32716   </test>
32717   <test name="test-568.cs">
32718     <type name="B">
32719       <method name="Void .ctor()">
32720         <size>7</size>
32721       </method>
32722       <method name="Void Main()">
32723         <size>1</size>
32724       </method>
32725     </type>
32726   </test>
32727   <test name="test-569.cs">
32728     <type name="MyAttribute">
32729       <method name="Void .ctor()">
32730         <size>7</size>
32731       </method>
32732     </type>
32733     <type name="SubAttribute">
32734       <method name="Void .ctor()">
32735         <size>7</size>
32736       </method>
32737     </type>
32738     <type name="test">
32739       <method name="Void .ctor()">
32740         <size>7</size>
32741       </method>
32742       <method name="Void method()">
32743         <size>1</size>
32744       </method>
32745       <method name="Void Main()">
32746         <size>1</size>
32747       </method>
32748     </type>
32749   </test>
32750   <test name="test-57.cs">
32751     <type name="Button">
32752       <method name="Void .ctor()">
32753         <size>7</size>
32754       </method>
32755       <method name="Void add_Click(EventHandler)">
32756         <size>24</size>
32757       </method>
32758       <method name="Void remove_Click(EventHandler)">
32759         <size>24</size>
32760       </method>
32761       <method name="Void OnClick(Int32, Int32)">
32762         <size>36</size>
32763       </method>
32764       <method name="Void Reset()">
32765         <size>8</size>
32766       </method>
32767     </type>
32768     <type name="Blah">
32769       <method name="Void .ctor()">
32770         <size>18</size>
32771       </method>
32772       <method name="Void Connect()">
32773         <size>59</size>
32774       </method>
32775       <method name="Void Button1_Click(Int32, Int32)">
32776         <size>34</size>
32777       </method>
32778       <method name="Void Foo_Click(Int32, Int32)">
32779         <size>34</size>
32780       </method>
32781       <method name="Void Disconnect()">
32782         <size>34</size>
32783       </method>
32784       <method name="Int32 Main()">
32785         <size>66</size>
32786       </method>
32787     </type>
32788     <type name="EventHandler">
32789       <method name="Void .ctor(Object, IntPtr)">
32790         <size>0</size>
32791       </method>
32792       <method name="Void Invoke(Int32, Int32)">
32793         <size>0</size>
32794       </method>
32795       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
32796         <size>0</size>
32797       </method>
32798       <method name="Void EndInvoke(IAsyncResult)">
32799         <size>0</size>
32800       </method>
32801     </type>
32802   </test>
32803   <test name="test-570.cs">
32804     <type name="Bar">
32805       <method name="Void .ctor()">
32806         <size>7</size>
32807       </method>
32808     </type>
32809     <type name="Program">
32810       <method name="Void .ctor()">
32811         <size>7</size>
32812       </method>
32813       <method name="Void Main()">
32814         <size>47</size>
32815       </method>
32816     </type>
32817   </test>
32818   <test name="test-571.cs">
32819     <type name="Test">
32820       <method name="Void .ctor()">
32821         <size>7</size>
32822       </method>
32823       <method name="Void Main()">
32824         <size>1</size>
32825       </method>
32826     </type>
32827   </test>
32828   <test name="test-572.cs">
32829     <type name="C">
32830       <method name="Void .ctor()">
32831         <size>7</size>
32832       </method>
32833       <method name="Color get_Color()">
32834         <size>10</size>
32835       </method>
32836       <method name="Void ResetCustomColors()">
32837         <size>16</size>
32838       </method>
32839       <method name="Void Main()">
32840         <size>1</size>
32841       </method>
32842     </type>
32843     <type name="Color">
32844       <method name="Color From(Int32)">
32845         <size>10</size>
32846       </method>
32847       <method name="Int32 ToArgb()">
32848         <size>2</size>
32849       </method>
32850     </type>
32851   </test>
32852   <test name="test-573.cs">
32853     <type name="C">
32854       <method name="Void .ctor()">
32855         <size>7</size>
32856       </method>
32857       <method name="Void .cctor()">
32858         <size>11</size>
32859       </method>
32860       <method name="Void Main()">
32861         <size>25</size>
32862       </method>
32863     </type>
32864   </test>
32865   <test name="test-574.cs">
32866     <type name="X">
32867       <method name="Void .ctor()">
32868         <size>7</size>
32869       </method>
32870       <method name="Int32 Main()">
32871         <size>31</size>
32872       </method>
32873     </type>
32874   </test>
32875   <test name="test-575.cs">
32876     <type name="Program">
32877       <method name="Void .ctor()">
32878         <size>7</size>
32879       </method>
32880       <method name="Void Main(System.String[])">
32881         <size>25</size>
32882       </method>
32883     </type>
32884   </test>
32885   <test name="test-576.cs">
32886     <type name="Foo">
32887       <method name="Void .ctor()">
32888         <size>7</size>
32889       </method>
32890       <method name="Void Main()">
32891         <size>24</size>
32892       </method>
32893     </type>
32894   </test>
32895   <test name="test-578.cs">
32896     <type name="Test1.TestItem1">
32897       <method name="Void .ctor()">
32898         <size>7</size>
32899       </method>
32900       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
32901         <size>34</size>
32902       </method>
32903       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
32904         <size>34</size>
32905       </method>
32906       <method name="Int32 Test()">
32907         <size>12</size>
32908       </method>
32909     </type>
32910     <type name="Test1.TestItem2">
32911       <method name="Void .ctor()">
32912         <size>7</size>
32913       </method>
32914       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
32915         <size>18</size>
32916       </method>
32917       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
32918         <size>18</size>
32919       </method>
32920     </type>
32921     <type name="Test1.CC">
32922       <method name="Void .ctor()">
32923         <size>7</size>
32924       </method>
32925       <method name="Int32 Main()">
32926         <size>57</size>
32927       </method>
32928     </type>
32929     <type name="Test1.TestDelegate1">
32930       <method name="Void .ctor(Object, IntPtr)">
32931         <size>0</size>
32932       </method>
32933       <method name="Int32 Invoke()">
32934         <size>0</size>
32935       </method>
32936       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32937         <size>0</size>
32938       </method>
32939       <method name="Int32 EndInvoke(IAsyncResult)">
32940         <size>0</size>
32941       </method>
32942     </type>
32943     <type name="Test1.CC">
32944       <method name="Int32 &lt;Main&gt;m__0()">
32945         <size>2</size>
32946       </method>
32947     </type>
32948   </test>
32949   <test name="test-579.cs">
32950     <type name="X">
32951       <method name="Void .ctor()">
32952         <size>7</size>
32953       </method>
32954       <method name="Void Main()">
32955         <size>35</size>
32956       </method>
32957       <method name="Void DoCall(X+test)">
32958         <size>1</size>
32959       </method>
32960     </type>
32961     <type name="X+test">
32962       <method name="Void .ctor(Object, IntPtr)">
32963         <size>0</size>
32964       </method>
32965       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
32966         <size>0</size>
32967       </method>
32968       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
32969         <size>0</size>
32970       </method>
32971       <method name="System.Object EndInvoke(IAsyncResult)">
32972         <size>0</size>
32973       </method>
32974     </type>
32975     <type name="X">
32976       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
32977         <size>18</size>
32978       </method>
32979     </type>
32980   </test>
32981   <test name="test-58.cs">
32982     <type name="Blah">
32983       <method name="Void .ctor()">
32984         <size>7</size>
32985       </method>
32986       <method name="Int32 Main()">
32987         <size>27</size>
32988       </method>
32989     </type>
32990   </test>
32991   <test name="test-580.cs">
32992     <type name="Bla">
32993       <method name="Void .ctor()">
32994         <size>7</size>
32995       </method>
32996       <method name="Void BuildNode(System.String ByRef)">
32997         <size>43</size>
32998       </method>
32999       <method name="Void BuildNode(System.String[] ByRef)">
33000         <size>56</size>
33001       </method>
33002       <method name="Void BuildNode_B(System.Object ByRef)">
33003         <size>18</size>
33004       </method>
33005       <method name="System.String BuildNode_C(System.String ByRef)">
33006         <size>76</size>
33007       </method>
33008       <method name="System.String BuildNode_D()">
33009         <size>155</size>
33010       </method>
33011       <method name="Void BuildNode_E(System.String[,] ByRef)">
33012         <size>68</size>
33013       </method>
33014       <method name="Int32 Main()">
33015         <size>265</size>
33016       </method>
33017     </type>
33018   </test>
33019   <test name="test-581.cs">
33020     <type name="TestParams">
33021       <method name="Void .ctor()">
33022         <size>7</size>
33023       </method>
33024       <method name="System.Object get_Item(System.String[])">
33025         <size>4</size>
33026       </method>
33027       <method name="Void set_Item(System.String[], System.Object)">
33028         <size>40</size>
33029       </method>
33030       <method name="Void TestMethod()">
33031         <size>179</size>
33032       </method>
33033     </type>
33034     <type name="TestNonParams">
33035       <method name="Void .ctor()">
33036         <size>7</size>
33037       </method>
33038       <method name="System.Object get_Item(System.String)">
33039         <size>2</size>
33040       </method>
33041       <method name="Void set_Item(System.String, System.Object)">
33042         <size>40</size>
33043       </method>
33044       <method name="Void TestMethod()">
33045         <size>71</size>
33046       </method>
33047     </type>
33048     <type name="M">
33049       <method name="Void .ctor()">
33050         <size>7</size>
33051       </method>
33052       <method name="Int32 Main()">
33053         <size>22</size>
33054       </method>
33055     </type>
33056   </test>
33057   <test name="test-582.cs">
33058     <type name="TrueClass">
33059       <method name="Void Main()">
33060         <size>1</size>
33061       </method>
33062     </type>
33063   </test>
33064   <test name="test-583.cs">
33065     <type name="Program">
33066       <method name="Void .ctor()">
33067         <size>7</size>
33068       </method>
33069       <method name="Int32 Main()">
33070         <size>19</size>
33071       </method>
33072     </type>
33073     <type name="ObjectContainerBase">
33074       <method name="Void .ctor()">
33075         <size>7</size>
33076       </method>
33077     </type>
33078   </test>
33079   <test name="test-584.cs">
33080     <type name="Style">
33081       <method name="Void .ctor()">
33082         <size>7</size>
33083       </method>
33084       <method name="Style get_CurrentStyle()">
33085         <size>2</size>
33086       </method>
33087       <method name="Void set_CurrentStyle(Style)">
33088         <size>1</size>
33089       </method>
33090       <method name="Boolean LoadCurrentStyle()">
33091         <size>20</size>
33092       </method>
33093       <method name="Style Load()">
33094         <size>2</size>
33095       </method>
33096       <method name="Int32 Main()">
33097         <size>18</size>
33098       </method>
33099     </type>
33100   </test>
33101   <test name="test-585.cs">
33102     <type name="A">
33103       <method name="Void .ctor()">
33104         <size>7</size>
33105       </method>
33106     </type>
33107     <type name="B">
33108       <method name="Void .ctor()">
33109         <size>7</size>
33110       </method>
33111     </type>
33112     <type name="X">
33113       <method name="Void .ctor()">
33114         <size>7</size>
33115       </method>
33116     </type>
33117     <type name="Program">
33118       <method name="Void .ctor()">
33119         <size>7</size>
33120       </method>
33121       <method name="Void Main()">
33122         <size>52</size>
33123       </method>
33124     </type>
33125   </test>
33126   <test name="test-586.cs">
33127     <type name="Program">
33128       <method name="Void .ctor()">
33129         <size>7</size>
33130       </method>
33131       <method name="Int32 Main()">
33132         <size>99</size>
33133       </method>
33134     </type>
33135     <type name="Program+MyColor">
33136       <method name="Void .ctor(Single)">
33137         <size>8</size>
33138       </method>
33139       <method name="Single get_Value()">
33140         <size>7</size>
33141       </method>
33142       <method name="MyColor op_Addition(MyColor, MyColor)">
33143         <size>21</size>
33144       </method>
33145     </type>
33146   </test>
33147   <test name="test-587.cs">
33148     <type name="Program">
33149       <method name="Void .ctor()">
33150         <size>7</size>
33151       </method>
33152       <method name="Int32 Main()">
33153         <size>17</size>
33154       </method>
33155     </type>
33156   </test>
33157   <test name="test-588.cs">
33158     <type name="TestNamespace.TestClass">
33159       <method name="Void .ctor()">
33160         <size>7</size>
33161       </method>
33162       <method name="Void HelloWorld()">
33163         <size>1</size>
33164       </method>
33165     </type>
33166     <type name="SuperClass">
33167       <method name="Void .ctor()">
33168         <size>7</size>
33169       </method>
33170       <method name="TestNamespace.TestClass get_TestClass()">
33171         <size>7</size>
33172       </method>
33173     </type>
33174     <type name="SubClass">
33175       <method name="Void .ctor()">
33176         <size>12</size>
33177       </method>
33178     </type>
33179     <type name="App">
33180       <method name="Void .ctor()">
33181         <size>7</size>
33182       </method>
33183       <method name="Void Main()">
33184         <size>7</size>
33185       </method>
33186     </type>
33187   </test>
33188   <test name="test-589.cs">
33189     <type name="TestNamespace.TestClass">
33190       <method name="Void .ctor()">
33191         <size>7</size>
33192       </method>
33193       <method name="Void HelloWorld()">
33194         <size>1</size>
33195       </method>
33196     </type>
33197     <type name="SuperClass">
33198       <method name="Void .ctor()">
33199         <size>7</size>
33200       </method>
33201       <method name="TestNamespace.TestClass get_TestClass()">
33202         <size>7</size>
33203       </method>
33204       <method name="Void set_TestClass(TestNamespace.TestClass)">
33205         <size>1</size>
33206       </method>
33207     </type>
33208     <type name="SubClass">
33209       <method name="Void .ctor()">
33210         <size>12</size>
33211       </method>
33212     </type>
33213     <type name="App">
33214       <method name="Void .ctor()">
33215         <size>7</size>
33216       </method>
33217       <method name="Void Main()">
33218         <size>7</size>
33219       </method>
33220     </type>
33221   </test>
33222   <test name="test-59.cs">
33223     <type name="X">
33224       <method name="Void .ctor()">
33225         <size>7</size>
33226       </method>
33227       <method name="Int32 test_explicit()">
33228         <size>224</size>
33229       </method>
33230       <method name="Int32 test_implicit()">
33231         <size>102</size>
33232       </method>
33233       <method name="Int32 Main()">
33234         <size>55</size>
33235       </method>
33236     </type>
33237   </test>
33238   <test name="test-590.cs">
33239     <type name="X">
33240       <method name="Void .ctor()">
33241         <size>18</size>
33242       </method>
33243       <method name="Int32 Main()">
33244         <size>28</size>
33245       </method>
33246       <method name="System.String Foo()">
33247         <size>6</size>
33248       </method>
33249       <method name="System.String get_Prop()">
33250         <size>7</size>
33251       </method>
33252       <method name="Void set_Prop(System.String)">
33253         <size>8</size>
33254       </method>
33255       <method name="System.String get_Item(Int32)">
33256         <size>7</size>
33257       </method>
33258       <method name="Void set_Item(Int32, System.String)">
33259         <size>8</size>
33260       </method>
33261       <method name="Int32 Do(System.String, System.String, System.String)">
33262         <size>334</size>
33263       </method>
33264     </type>
33265   </test>
33266   <test name="test-591.cs">
33267     <type name="C1">
33268       <method name="Void .ctor()">
33269         <size>7</size>
33270       </method>
33271       <method name="Void Foo(System.String)">
33272         <size>49</size>
33273       </method>
33274     </type>
33275     <type name="C2">
33276       <method name="Void .ctor()">
33277         <size>7</size>
33278       </method>
33279       <method name="Void Main()">
33280         <size>1</size>
33281       </method>
33282     </type>
33283   </test>
33284   <test name="test-592.cs">
33285     <type name="T">
33286       <method name="Void .ctor()">
33287         <size>7</size>
33288       </method>
33289       <method name="Int32 fib(Int32)">
33290         <size>53</size>
33291       </method>
33292       <method name="Int32 xx(Int32)">
33293         <size>33</size>
33294       </method>
33295       <method name="Void foo(Int32)">
33296         <size>38</size>
33297       </method>
33298       <method name="Void XXXA()">
33299         <size>6</size>
33300       </method>
33301       <method name="Void Main()">
33302         <size>1</size>
33303       </method>
33304     </type>
33305   </test>
33306   <test name="test-593.cs">
33307     <type name="MainClass">
33308       <method name="Void .ctor()">
33309         <size>7</size>
33310       </method>
33311       <method name="Void Foo(I)">
33312         <size>7</size>
33313       </method>
33314       <method name="Void Main()">
33315         <size>1</size>
33316       </method>
33317     </type>
33318   </test>
33319   <test name="test-594.cs">
33320     <type name="Test">
33321       <method name="Void .ctor()">
33322         <size>7</size>
33323       </method>
33324       <method name="Void Main()">
33325         <size>1</size>
33326       </method>
33327     </type>
33328   </test>
33329   <test name="test-595.cs">
33330     <type name="AttributesCollection">
33331       <method name="Void .ctor()">
33332         <size>7</size>
33333       </method>
33334       <method name="System.Object get_Item(SymbolId)">
33335         <size>2</size>
33336       </method>
33337       <method name="Void set_Item(SymbolId, System.Object)">
33338         <size>1</size>
33339       </method>
33340     </type>
33341     <type name="Program">
33342       <method name="Void .ctor()">
33343         <size>7</size>
33344       </method>
33345       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
33346         <size>18</size>
33347       </method>
33348       <method name="Void Main()">
33349         <size>23</size>
33350       </method>
33351     </type>
33352   </test>
33353   <test name="test-596.cs">
33354     <type name="C">
33355       <method name="Void .ctor()">
33356         <size>7</size>
33357       </method>
33358       <method name="Void Main()">
33359         <size>17</size>
33360       </method>
33361     </type>
33362   </test>
33363   <test name="test-597.cs">
33364     <type name="TestNS.Foo">
33365       <method name="Void .ctor()">
33366         <size>7</size>
33367       </method>
33368     </type>
33369     <type name="TestNS.XElement">
33370       <method name="Void .ctor()">
33371         <size>7</size>
33372       </method>
33373       <method name="TestNS.Bar get_Document()">
33374         <size>2</size>
33375       </method>
33376       <method name="System.Object get_CrashHere()">
33377         <size>29</size>
33378       </method>
33379     </type>
33380     <type name="TestNS.Element">
33381       <method name="Void .ctor()">
33382         <size>7</size>
33383       </method>
33384       <method name="TestNS.Foo get_Document()">
33385         <size>2</size>
33386       </method>
33387     </type>
33388     <type name="TestNS.Bar">
33389       <method name="Void .ctor()">
33390         <size>7</size>
33391       </method>
33392       <method name="IHoge get_Root()">
33393         <size>2</size>
33394       </method>
33395     </type>
33396     <type name="TestNS.C">
33397       <method name="Void .ctor()">
33398         <size>7</size>
33399       </method>
33400       <method name="Void Main()">
33401         <size>1</size>
33402       </method>
33403     </type>
33404   </test>
33405   <test name="test-598.cs">
33406     <type name="Test">
33407       <method name="Void .ctor()">
33408         <size>35</size>
33409       </method>
33410       <method name="V get_v()">
33411         <size>7</size>
33412       </method>
33413       <method name="Void Main()">
33414         <size>1</size>
33415       </method>
33416     </type>
33417     <type name="V">
33418       <method name="Void set_Item(Int32, Int32)">
33419         <size>1</size>
33420       </method>
33421     </type>
33422   </test>
33423   <test name="test-599.cs">
33424     <type name="Test.String">
33425       <method name="Void .ctor(String)">
33426         <size>14</size>
33427       </method>
33428       <method name="Test.String op_Implicit(System.String)">
33429         <size>15</size>
33430       </method>
33431       <method name="System.String op_Implicit(Test.String)">
33432         <size>15</size>
33433       </method>
33434     </type>
33435     <type name="TestCompiler.MainClass">
33436       <method name="Void .ctor()">
33437         <size>7</size>
33438       </method>
33439       <method name="Int32 Main()">
33440         <size>80</size>
33441       </method>
33442     </type>
33443   </test>
33444   <test name="test-6.cs">
33445     <type name="X">
33446       <method name="Void .ctor()">
33447         <size>7</size>
33448       </method>
33449       <method name="Int32 Main()">
33450         <size>37</size>
33451       </method>
33452     </type>
33453   </test>
33454   <test name="test-60.cs">
33455     <type name="ns5.Y">
33456       <method name="Void .ctor()">
33457         <size>7</size>
33458       </method>
33459       <method name="Void Run()">
33460         <size>1</size>
33461       </method>
33462     </type>
33463     <type name="X">
33464       <method name="Void .ctor()">
33465         <size>7</size>
33466       </method>
33467       <method name="Int32 Main()">
33468         <size>14</size>
33469       </method>
33470     </type>
33471   </test>
33472   <test name="test-600.cs">
33473     <type name="Test.Regression">
33474       <method name="Void .ctor()">
33475         <size>7</size>
33476       </method>
33477       <method name="Int32 Main()">
33478         <size>90</size>
33479       </method>
33480     </type>
33481   </test>
33482   <test name="test-601.cs">
33483     <type name="C">
33484       <method name="Void .ctor()">
33485         <size>7</size>
33486       </method>
33487       <method name="Void Main()">
33488         <size>1</size>
33489       </method>
33490     </type>
33491     <type name="C+MarkerUpdatedVMDelegate">
33492       <method name="Void .ctor(Object, IntPtr)">
33493         <size>0</size>
33494       </method>
33495       <method name="Void Invoke(IntPtr, IntPtr)">
33496         <size>0</size>
33497       </method>
33498       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
33499         <size>0</size>
33500       </method>
33501       <method name="Void EndInvoke(IAsyncResult)">
33502         <size>0</size>
33503       </method>
33504     </type>
33505   </test>
33506   <test name="test-602.cs">
33507     <type name="C">
33508       <method name="Void .ctor()">
33509         <size>7</size>
33510       </method>
33511       <method name="Int32 Main()">
33512         <size>95</size>
33513       </method>
33514       <method name="Int32 Error(System.String, System.Object[])">
33515         <size>8</size>
33516       </method>
33517       <method name="Int32 Format(System.String, System.Object)">
33518         <size>2</size>
33519       </method>
33520       <method name="Int32 Format(System.String, System.Object[])">
33521         <size>2</size>
33522       </method>
33523       <method name="Int32 Format(System.String, System.Object, System.Object[])">
33524         <size>2</size>
33525       </method>
33526       <method name="Int32 Test_A(System.String)">
33527         <size>2</size>
33528       </method>
33529       <method name="Int32 Test_A(System.String, System.Object[])">
33530         <size>2</size>
33531       </method>
33532       <method name="Int32 Test_C(System.Type, System.Int32[])">
33533         <size>2</size>
33534       </method>
33535       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
33536         <size>2</size>
33537       </method>
33538     </type>
33539   </test>
33540   <test name="test-603.cs">
33541     <type name="ConsoleApplication1.Program">
33542       <method name="Void .ctor()">
33543         <size>7</size>
33544       </method>
33545       <method name="Void .cctor()">
33546         <size>1</size>
33547       </method>
33548       <method name="Int32 Main()">
33549         <size>52</size>
33550       </method>
33551     </type>
33552   </test>
33553   <test name="test-604.cs">
33554     <type name="Program">
33555       <method name="Void .ctor()">
33556         <size>7</size>
33557       </method>
33558       <method name="Int32 Main()">
33559         <size>83</size>
33560       </method>
33561     </type>
33562     <type name="Program+ImplementingExplicitInterfacesMembers">
33563       <method name="Void .ctor()">
33564         <size>7</size>
33565       </method>
33566       <method name="Void Program.Iface1.IfaceMethod1()">
33567         <size>1</size>
33568       </method>
33569       <method name="Void Program.Iface2.IfaceMethod2()">
33570         <size>1</size>
33571       </method>
33572     </type>
33573   </test>
33574   <test name="test-605.cs">
33575     <type name="TestA">
33576       <method name="Void .ctor()">
33577         <size>7</size>
33578       </method>
33579       <method name="System.String get_Method()">
33580         <size>2</size>
33581       </method>
33582     </type>
33583     <type name="TestB">
33584       <method name="Void .ctor()">
33585         <size>7</size>
33586       </method>
33587       <method name="System.String get_Method()">
33588         <size>2</size>
33589       </method>
33590       <method name="Void Main()">
33591         <size>1</size>
33592       </method>
33593     </type>
33594   </test>
33595   <test name="test-606.cs">
33596     <type name="Program">
33597       <method name="Void .ctor()">
33598         <size>7</size>
33599       </method>
33600       <method name="Int32 Main()">
33601         <size>157</size>
33602       </method>
33603     </type>
33604     <type name="Info">
33605       <method name="Void .ctor()">
33606         <size>7</size>
33607       </method>
33608       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
33609         <size>2</size>
33610       </method>
33611       <method name="Void System.Collections.IEnumerator.Reset()">
33612         <size>1</size>
33613       </method>
33614       <method name="System.Object System.Collections.IEnumerator.get_Current()">
33615         <size>2</size>
33616       </method>
33617       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
33618         <size>2</size>
33619       </method>
33620       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
33621         <size>1</size>
33622       </method>
33623     </type>
33624   </test>
33625   <test name="test-607.cs">
33626     <type name="Program">
33627       <method name="Void .ctor()">
33628         <size>7</size>
33629       </method>
33630       <method name="Int32 Main()">
33631         <size>40</size>
33632       </method>
33633     </type>
33634   </test>
33635   <test name="test-608.cs">
33636     <type name="X">
33637       <method name="Void .ctor()">
33638         <size>7</size>
33639       </method>
33640       <method name="Void Main()">
33641         <size>60</size>
33642       </method>
33643     </type>
33644   </test>
33645   <test name="test-609.cs">
33646     <type name="Test">
33647       <method name="Void .ctor()">
33648         <size>7</size>
33649       </method>
33650       <method name="Int32 Main()">
33651         <size>36</size>
33652       </method>
33653     </type>
33654   </test>
33655   <test name="test-61.cs">
33656     <type name="X">
33657       <method name="Void .ctor()">
33658         <size>7</size>
33659       </method>
33660       <method name="Void add_XX(X+MyEvent)">
33661         <size>3</size>
33662       </method>
33663       <method name="Void remove_XX(X+MyEvent)">
33664         <size>3</size>
33665       </method>
33666       <method name="Int32 get_Property()">
33667         <size>4</size>
33668       </method>
33669       <method name="Void set_Property(Int32)">
33670         <size>3</size>
33671       </method>
33672       <method name="Int32 get_P2()">
33673         <size>2</size>
33674       </method>
33675       <method name="Void set_P3(Int32)">
33676         <size>1</size>
33677       </method>
33678       <method name="Int32 Main()">
33679         <size>2</size>
33680       </method>
33681     </type>
33682     <type name="X+MyEvent">
33683       <method name="Void .ctor(Object, IntPtr)">
33684         <size>0</size>
33685       </method>
33686       <method name="Void Invoke()">
33687         <size>0</size>
33688       </method>
33689       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33690         <size>0</size>
33691       </method>
33692       <method name="Void EndInvoke(IAsyncResult)">
33693         <size>0</size>
33694       </method>
33695     </type>
33696   </test>
33697   <test name="test-610.cs">
33698     <type name="A">
33699       <method name="Void .ctor()">
33700         <size>7</size>
33701       </method>
33702       <method name="Void Main()">
33703         <size>1</size>
33704       </method>
33705     </type>
33706     <type name="A+C">
33707       <method name="Void .ctor()">
33708         <size>7</size>
33709       </method>
33710     </type>
33711     <type name="A+C+D">
33712       <method name="Void .ctor()">
33713         <size>7</size>
33714       </method>
33715     </type>
33716     <type name="N.B">
33717       <method name="Void .ctor()">
33718         <size>7</size>
33719       </method>
33720     </type>
33721     <type name="N.B+C">
33722       <method name="Void .ctor()">
33723         <size>7</size>
33724       </method>
33725     </type>
33726     <type name="N.B+C+E">
33727       <method name="Void .ctor()">
33728         <size>7</size>
33729       </method>
33730     </type>
33731     <type name="N.B+A">
33732       <method name="Void .ctor()">
33733         <size>7</size>
33734       </method>
33735     </type>
33736     <type name="N.B+A+D">
33737       <method name="Void .ctor()">
33738         <size>7</size>
33739       </method>
33740     </type>
33741   </test>
33742   <test name="test-611.cs">
33743     <type name="T">
33744       <method name="Void .ctor()">
33745         <size>7</size>
33746       </method>
33747     </type>
33748     <type name="T+Protected">
33749       <method name="Void .ctor()">
33750         <size>7</size>
33751       </method>
33752     </type>
33753     <type name="D">
33754       <method name="Void .ctor()">
33755         <size>7</size>
33756       </method>
33757     </type>
33758     <type name="D+Private">
33759       <method name="Void .ctor()">
33760         <size>7</size>
33761       </method>
33762       <method name="Void Stuff(T+Protected)">
33763         <size>1</size>
33764       </method>
33765     </type>
33766     <type name="D2">
33767       <method name="Void .ctor()">
33768         <size>7</size>
33769       </method>
33770     </type>
33771     <type name="D2+P">
33772       <method name="Void .ctor()">
33773         <size>7</size>
33774       </method>
33775     </type>
33776     <type name="D2+P+Private">
33777       <method name="Void .ctor()">
33778         <size>7</size>
33779       </method>
33780       <method name="Void Stuff(T+Protected)">
33781         <size>1</size>
33782       </method>
33783     </type>
33784     <type name="Z">
33785       <method name="Void .ctor()">
33786         <size>7</size>
33787       </method>
33788       <method name="Void Main()">
33789         <size>1</size>
33790       </method>
33791     </type>
33792   </test>
33793   <test name="test-612.cs">
33794     <type name="Abcdefghijklmnopqrstuvwxyz">
33795       <method name="Void .ctor()">
33796         <size>7</size>
33797       </method>
33798       <method name="Void .cctor()">
33799         <size>7</size>
33800       </method>
33801     </type>
33802     <type name="OO">
33803       <method name="Void .ctor()">
33804         <size>7</size>
33805       </method>
33806       <method name="Void D()">
33807         <size>5293</size>
33808       </method>
33809     </type>
33810     <type name="Zyxwvutsrqp">
33811       <method name="Void .ctor()">
33812         <size>7</size>
33813       </method>
33814       <method name="Void .cctor()">
33815         <size>7</size>
33816       </method>
33817     </type>
33818     <type name="XXX">
33819       <method name="Void .ctor()">
33820         <size>7</size>
33821       </method>
33822       <method name="Boolean IsAltered()">
33823         <size>859</size>
33824       </method>
33825       <method name="Void Main()">
33826         <size>1</size>
33827       </method>
33828     </type>
33829   </test>
33830   <test name="test-613.cs">
33831     <type name="M">
33832       <method name="Void .ctor()">
33833         <size>7</size>
33834       </method>
33835       <method name="Boolean g()">
33836         <size>8</size>
33837       </method>
33838       <method name="Int32 Main()">
33839         <size>62</size>
33840       </method>
33841     </type>
33842   </test>
33843   <test name="test-614.cs">
33844     <type name="C">
33845       <method name="Void .ctor()">
33846         <size>7</size>
33847       </method>
33848       <method name="Void And()">
33849         <size>73</size>
33850       </method>
33851       <method name="Void Or()">
33852         <size>137</size>
33853       </method>
33854       <method name="Int32 Main()">
33855         <size>70</size>
33856       </method>
33857     </type>
33858   </test>
33859   <test name="test-615.cs">
33860     <type name="C">
33861       <method name="Void .ctor()">
33862         <size>7</size>
33863       </method>
33864       <method name="Void Main()">
33865         <size>16</size>
33866       </method>
33867     </type>
33868   </test>
33869   <test name="test-617.cs">
33870     <type name="Y">
33871       <method name="Void .ctor()">
33872         <size>7</size>
33873       </method>
33874       <method name="Void X.add_Foo(MyDelegate)">
33875         <size>1</size>
33876       </method>
33877       <method name="Void X.remove_Foo(MyDelegate)">
33878         <size>1</size>
33879       </method>
33880       <method name="Void add_Foo(MyDelegate)">
33881         <size>24</size>
33882       </method>
33883       <method name="Void remove_Foo(MyDelegate)">
33884         <size>24</size>
33885       </method>
33886       <method name="Int32 X.get_Prop()">
33887         <size>2</size>
33888       </method>
33889       <method name="Int32 Main()">
33890         <size>74</size>
33891       </method>
33892     </type>
33893     <type name="MyDelegate">
33894       <method name="Void .ctor(Object, IntPtr)">
33895         <size>0</size>
33896       </method>
33897       <method name="Int64 Invoke()">
33898         <size>0</size>
33899       </method>
33900       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33901         <size>0</size>
33902       </method>
33903       <method name="Int64 EndInvoke(IAsyncResult)">
33904         <size>0</size>
33905       </method>
33906     </type>
33907   </test>
33908   <test name="test-618.cs">
33909     <type name="C">
33910       <method name="Void .ctor()">
33911         <size>7</size>
33912       </method>
33913       <method name="Void ZeroBasedReductions()">
33914         <size>9</size>
33915       </method>
33916       <method name="Void Main()">
33917         <size>1</size>
33918       </method>
33919     </type>
33920   </test>
33921   <test name="test-619.cs">
33922     <type name="X">
33923       <method name="Void .ctor()">
33924         <size>7</size>
33925       </method>
33926       <method name="Void Main()">
33927         <size>11</size>
33928       </method>
33929     </type>
33930   </test>
33931   <test name="test-62.cs">
33932     <type name="X">
33933       <method name="Void .ctor()">
33934         <size>7</size>
33935       </method>
33936       <method name="X[] GetX()">
33937         <size>2</size>
33938       </method>
33939       <method name="System.Int32[] getInt()">
33940         <size>2</size>
33941       </method>
33942       <method name="System.Int32[,,] getMoreInt()">
33943         <size>2</size>
33944       </method>
33945       <method name="Int32 Main()">
33946         <size>2</size>
33947       </method>
33948     </type>
33949   </test>
33950   <test name="test-620.cs">
33951     <type name="X">
33952       <method name="Void .ctor()">
33953         <size>7</size>
33954       </method>
33955       <method name="Void A(Int32 ByRef)">
33956         <size>7</size>
33957       </method>
33958       <method name="Void B(Int32 ByRef)">
33959         <size>7</size>
33960       </method>
33961       <method name="Int32 Main()">
33962         <size>22</size>
33963       </method>
33964     </type>
33965   </test>
33966   <test name="test-621.cs">
33967     <type name="X">
33968       <method name="Void .ctor()">
33969         <size>7</size>
33970       </method>
33971       <method name="Void Main()">
33972         <size>129</size>
33973       </method>
33974     </type>
33975   </test>
33976   <test name="test-622.cs">
33977     <type name="A">
33978       <method name="Void .ctor(Int32)">
33979         <size>1</size>
33980       </method>
33981     </type>
33982     <type name="B">
33983       <method name="Void .ctor(Int32)">
33984         <size>7</size>
33985       </method>
33986     </type>
33987     <type name="X">
33988       <method name="Void .ctor()">
33989         <size>7</size>
33990       </method>
33991       <method name="Void Foo(A ByRef)">
33992         <size>8</size>
33993       </method>
33994       <method name="Void Foo(System.Object ByRef)">
33995         <size>9</size>
33996       </method>
33997       <method name="Int32 Main()">
33998         <size>16</size>
33999       </method>
34000     </type>
34001   </test>
34002   <test name="test-623.cs">
34003     <type name="X">
34004       <method name="Void .ctor()">
34005         <size>7</size>
34006       </method>
34007       <method name="Void a()">
34008         <size>0</size>
34009       </method>
34010     </type>
34011     <type name="Y">
34012       <method name="Void .ctor()">
34013         <size>7</size>
34014       </method>
34015       <method name="Void a()">
34016         <size>11</size>
34017       </method>
34018       <method name="Void Main()">
34019         <size>13</size>
34020       </method>
34021     </type>
34022   </test>
34023   <test name="test-624.cs">
34024     <type name="X">
34025       <method name="Void .ctor()">
34026         <size>7</size>
34027       </method>
34028       <method name="Int32 get_Type()">
34029         <size>2</size>
34030       </method>
34031       <method name="Void Main()">
34032         <size>3</size>
34033       </method>
34034     </type>
34035   </test>
34036   <test name="test-625.cs">
34037     <type name="Location">
34038       <method name="Void .ctor()">
34039         <size>7</size>
34040       </method>
34041       <method name="Int32 get_Null()">
34042         <size>2</size>
34043       </method>
34044     </type>
34045     <type name="X">
34046       <method name="Void .ctor()">
34047         <size>13</size>
34048       </method>
34049       <method name="Void Main()">
34050         <size>1</size>
34051       </method>
34052     </type>
34053   </test>
34054   <test name="test-626.cs">
34055     <type name="X">
34056       <method name="Void .ctor()">
34057         <size>7</size>
34058       </method>
34059       <method name="Void A()">
34060         <size>1</size>
34061       </method>
34062       <method name="Void Main()">
34063         <size>37</size>
34064       </method>
34065     </type>
34066   </test>
34067   <test name="test-627.cs">
34068     <type name="B">
34069       <method name="Void .ctor()">
34070         <size>7</size>
34071       </method>
34072       <method name="Void X.B()">
34073         <size>1</size>
34074       </method>
34075       <method name="Void A.B()">
34076         <size>1</size>
34077       </method>
34078     </type>
34079     <type name="M">
34080       <method name="Void .ctor()">
34081         <size>7</size>
34082       </method>
34083       <method name="Void N(System.Object)">
34084         <size>8</size>
34085       </method>
34086       <method name="Void Main()">
34087         <size>1</size>
34088       </method>
34089     </type>
34090   </test>
34091   <test name="test-628.cs">
34092     <type name="N1.B">
34093       <method name="Void .ctor()">
34094         <size>7</size>
34095       </method>
34096     </type>
34097     <type name="X">
34098       <method name="Void .ctor()">
34099         <size>7</size>
34100       </method>
34101     </type>
34102     <type name="X2">
34103       <method name="Void .ctor()">
34104         <size>7</size>
34105       </method>
34106     </type>
34107     <type name="Y2">
34108       <method name="Void .ctor()">
34109         <size>7</size>
34110       </method>
34111     </type>
34112     <type name="Y">
34113       <method name="Void .ctor()">
34114         <size>7</size>
34115       </method>
34116       <method name="Void Main()">
34117         <size>1</size>
34118       </method>
34119     </type>
34120   </test>
34121   <test name="test-629.cs">
34122     <type name="Foo">
34123       <method name="Void .ctor()">
34124         <size>7</size>
34125       </method>
34126       <method name="IEnumerable foo()">
34127         <size>16</size>
34128       </method>
34129       <method name="Int32 Main()">
34130         <size>65</size>
34131       </method>
34132     </type>
34133     <type name="Foo+&lt;foo&gt;c__Iterator0">
34134       <method name="Void .ctor()">
34135         <size>7</size>
34136       </method>
34137       <method name="System.Object System.Collections.IEnumerator.get_Current()">
34138         <size>7</size>
34139       </method>
34140       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34141         <size>7</size>
34142       </method>
34143       <method name="Boolean MoveNext()">
34144         <size>39</size>
34145       </method>
34146       <method name="Void Dispose()">
34147         <size>8</size>
34148       </method>
34149       <method name="Void Reset()">
34150         <size>6</size>
34151       </method>
34152       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
34153         <size>7</size>
34154       </method>
34155       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
34156         <size>26</size>
34157       </method>
34158     </type>
34159   </test>
34160   <test name="test-63.cs">
34161     <type name="X">
34162       <method name="Void .ctor()">
34163         <size>7</size>
34164       </method>
34165       <method name="Int32 Main()">
34166         <size>96</size>
34167       </method>
34168     </type>
34169   </test>
34170   <test name="test-630.cs">
34171     <type name="MyEx">
34172       <method name="Void .ctor()">
34173         <size>7</size>
34174       </method>
34175     </type>
34176     <type name="Ex">
34177       <method name="Void .ctor()">
34178         <size>7</size>
34179       </method>
34180       <method name="Int32 test(Int32)">
34181         <size>37</size>
34182       </method>
34183       <method name="Int32 Main()">
34184         <size>70</size>
34185       </method>
34186     </type>
34187   </test>
34188   <test name="test-631.cs">
34189     <type name="A">
34190       <method name="Void .ctor()">
34191         <size>7</size>
34192       </method>
34193       <method name="SByte op_Implicit(A)">
34194         <size>2</size>
34195       </method>
34196       <method name="Byte op_Implicit(A)">
34197         <size>2</size>
34198       </method>
34199       <method name="Int16 op_Implicit(A)">
34200         <size>2</size>
34201       </method>
34202       <method name="UInt16 op_Implicit(A)">
34203         <size>2</size>
34204       </method>
34205       <method name="Int32 op_Implicit(A)">
34206         <size>2</size>
34207       </method>
34208       <method name="UInt32 op_Implicit(A)">
34209         <size>2</size>
34210       </method>
34211       <method name="Int64 op_Implicit(A)">
34212         <size>3</size>
34213       </method>
34214       <method name="UInt64 op_Implicit(A)">
34215         <size>3</size>
34216       </method>
34217     </type>
34218     <type name="A2">
34219       <method name="Void .ctor()">
34220         <size>7</size>
34221       </method>
34222       <method name="SByte op_Implicit(A2)">
34223         <size>2</size>
34224       </method>
34225       <method name="Byte op_Implicit(A2)">
34226         <size>2</size>
34227       </method>
34228       <method name="Int16 op_Implicit(A2)">
34229         <size>2</size>
34230       </method>
34231       <method name="UInt32 op_Implicit(A2)">
34232         <size>2</size>
34233       </method>
34234       <method name="Int64 op_Implicit(A2)">
34235         <size>3</size>
34236       </method>
34237       <method name="UInt64 op_Implicit(A2)">
34238         <size>3</size>
34239       </method>
34240     </type>
34241     <type name="A3">
34242       <method name="Void .ctor()">
34243         <size>7</size>
34244       </method>
34245       <method name="SByte op_Implicit(A3)">
34246         <size>2</size>
34247       </method>
34248       <method name="UInt32 op_Implicit(A3)">
34249         <size>2</size>
34250       </method>
34251       <method name="Int64 op_Implicit(A3)">
34252         <size>3</size>
34253       </method>
34254       <method name="UInt64 op_Implicit(A3)">
34255         <size>3</size>
34256       </method>
34257     </type>
34258     <type name="A4">
34259       <method name="Void .ctor()">
34260         <size>7</size>
34261       </method>
34262       <method name="UInt32 op_Implicit(A4)">
34263         <size>2</size>
34264       </method>
34265       <method name="Int64 op_Implicit(A4)">
34266         <size>3</size>
34267       </method>
34268       <method name="UInt64 op_Implicit(A4)">
34269         <size>3</size>
34270       </method>
34271     </type>
34272     <type name="A5">
34273       <method name="Void .ctor()">
34274         <size>7</size>
34275       </method>
34276       <method name="UInt32 op_Implicit(A5)">
34277         <size>2</size>
34278       </method>
34279       <method name="Int32 op_Implicit(A5)">
34280         <size>2</size>
34281       </method>
34282     </type>
34283     <type name="A6">
34284       <method name="Void .ctor()">
34285         <size>7</size>
34286       </method>
34287       <method name="Byte op_Implicit(A6)">
34288         <size>2</size>
34289       </method>
34290     </type>
34291     <type name="MyDecimal">
34292       <method name="Void .ctor()">
34293         <size>7</size>
34294       </method>
34295       <method name="Decimal op_Implicit(MyDecimal)">
34296         <size>8</size>
34297       </method>
34298     </type>
34299     <type name="Constraint">
34300       <method name="Void .ctor()">
34301         <size>7</size>
34302       </method>
34303       <method name="Int32 Main()">
34304         <size>293</size>
34305       </method>
34306     </type>
34307   </test>
34308   <test name="test-632.cs">
34309     <type name="Bug379822">
34310       <method name="Void .ctor()">
34311         <size>7</size>
34312       </method>
34313       <method name="Void Assert(Boolean, Boolean)">
34314         <size>19</size>
34315       </method>
34316       <method name="Void TestAnd(Boolean)">
34317         <size>79</size>
34318       </method>
34319       <method name="Void TestOr(Boolean)">
34320         <size>92</size>
34321       </method>
34322       <method name="Void Test(Boolean)">
34323         <size>13</size>
34324       </method>
34325       <method name="Void Main()">
34326         <size>13</size>
34327       </method>
34328     </type>
34329   </test>
34330   <test name="test-633.cs">
34331     <type name="Test.C">
34332       <method name="Void .ctor()">
34333         <size>7</size>
34334       </method>
34335       <method name="Void Main()">
34336         <size>1</size>
34337       </method>
34338     </type>
34339   </test>
34340   <test name="test-634.cs">
34341     <type name="Test">
34342       <method name="Void .ctor()">
34343         <size>7</size>
34344       </method>
34345       <method name="Void TestFunc()">
34346         <size>2</size>
34347       </method>
34348       <method name="Void Main(System.String[])">
34349         <size>6</size>
34350       </method>
34351     </type>
34352     <type name="Test+D">
34353       <method name="Void .ctor(Object, IntPtr)">
34354         <size>0</size>
34355       </method>
34356       <method name="Void Invoke()">
34357         <size>0</size>
34358       </method>
34359       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34360         <size>0</size>
34361       </method>
34362       <method name="Void EndInvoke(IAsyncResult)">
34363         <size>0</size>
34364       </method>
34365     </type>
34366   </test>
34367   <test name="test-635.cs">
34368     <type name="ShortCircuitFold">
34369       <method name="Void .ctor()">
34370         <size>7</size>
34371       </method>
34372       <method name="Boolean get_False()">
34373         <size>14</size>
34374       </method>
34375       <method name="Boolean get_True()">
34376         <size>14</size>
34377       </method>
34378       <method name="Void a(Boolean, Boolean)">
34379         <size>19</size>
34380       </method>
34381       <method name="Void c(Int32)">
34382         <size>67</size>
34383       </method>
34384       <method name="Boolean f()">
34385         <size>11</size>
34386       </method>
34387       <method name="Void Main()">
34388         <size>169</size>
34389       </method>
34390     </type>
34391   </test>
34392   <test name="test-636.cs">
34393     <type name="Foo">
34394       <method name="Void .ctor()">
34395         <size>7</size>
34396       </method>
34397       <method name="Boolean get_False()">
34398         <size>14</size>
34399       </method>
34400       <method name="Void ping()">
34401         <size>13</size>
34402       </method>
34403       <method name="Int32 test_while(Int32)">
34404         <size>53</size>
34405       </method>
34406       <method name="Int32 test_do_while(Int32)">
34407         <size>53</size>
34408       </method>
34409       <method name="Int32 test_for(Int32)">
34410         <size>64</size>
34411       </method>
34412       <method name="Void test_for_empty()">
34413         <size>35</size>
34414       </method>
34415       <method name="Void Main()">
34416         <size>30</size>
34417       </method>
34418     </type>
34419   </test>
34420   <test name="test-638.cs">
34421     <type name="Fail">
34422       <method name="Void .ctor()">
34423         <size>7</size>
34424       </method>
34425       <method name="Void Main()">
34426         <size>110</size>
34427       </method>
34428     </type>
34429     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
34430       <method name="Void .ctor()">
34431         <size>7</size>
34432       </method>
34433       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
34434         <size>28</size>
34435       </method>
34436     </type>
34437   </test>
34438   <test name="test-639.cs">
34439     <type name="Foo">
34440       <method name="Void .ctor()">
34441         <size>7</size>
34442       </method>
34443       <method name="System.String get_s()">
34444         <size>13</size>
34445       </method>
34446       <method name="Void set_s(System.String)">
34447         <size>34</size>
34448       </method>
34449       <method name="Void Main()">
34450         <size>67</size>
34451       </method>
34452     </type>
34453   </test>
34454   <test name="test-64.cs">
34455     <type name="Operator">
34456       <method name="Void .ctor()">
34457         <size>7</size>
34458       </method>
34459     </type>
34460     <type name="Blah">
34461       <method name="Void .ctor(Operator)">
34462         <size>7</size>
34463       </method>
34464     </type>
34465     <type name="T">
34466       <method name="Void .ctor()">
34467         <size>7</size>
34468       </method>
34469       <method name="Int32 Main()">
34470         <size>9</size>
34471       </method>
34472     </type>
34473   </test>
34474   <test name="test-640.cs">
34475     <type name="C">
34476       <method name="Void .ctor()">
34477         <size>7</size>
34478       </method>
34479       <method name="Int32 Main()">
34480         <size>100</size>
34481       </method>
34482     </type>
34483   </test>
34484   <test name="test-641.cs">
34485     <type name="Identifier">
34486       <method name="Void .ctor()">
34487         <size>7</size>
34488       </method>
34489       <method name="Int32 Main()">
34490         <size>55</size>
34491       </method>
34492       <method name="Boolean op_Equality(Identifier, Identifier)">
34493         <size>2</size>
34494       </method>
34495       <method name="Boolean op_Inequality(Identifier, Identifier)">
34496         <size>2</size>
34497       </method>
34498       <method name="Identifier op_Implicit(System.String)">
34499         <size>2</size>
34500       </method>
34501       <method name="System.String op_Implicit(Identifier)">
34502         <size>2</size>
34503       </method>
34504       <method name="Decimal op_Implicit(Identifier)">
34505         <size>7</size>
34506       </method>
34507     </type>
34508   </test>
34509   <test name="test-642.cs">
34510     <type name="C">
34511       <method name="Void .ctor()">
34512         <size>7</size>
34513       </method>
34514       <method name="Int32 Main()">
34515         <size>40</size>
34516       </method>
34517     </type>
34518   </test>
34519   <test name="test-643.cs">
34520     <type name="PointerArithmeticTest">
34521       <method name="Void .ctor()">
34522         <size>7</size>
34523       </method>
34524       <method name="Int32 Main()">
34525         <size>130</size>
34526       </method>
34527       <method name="Int32* Conversions(Int64)">
34528         <size>3</size>
34529       </method>
34530       <method name="Int32 CheckAdd(Byte*, Int32)">
34531         <size>14</size>
34532       </method>
34533       <method name="Int32 CheckSub(Int16*, Int32)">
34534         <size>16</size>
34535       </method>
34536       <method name="Int32 CheckSub2(Int16*, Int32)">
34537         <size>23</size>
34538       </method>
34539     </type>
34540   </test>
34541   <test name="test-644.cs">
34542     <type name="Program">
34543       <method name="Void .ctor()">
34544         <size>7</size>
34545       </method>
34546       <method name="System.Object M(Int32)">
34547         <size>2</size>
34548       </method>
34549       <method name="Void Test_1()">
34550         <size>59</size>
34551       </method>
34552       <method name="Boolean Test_2()">
34553         <size>24</size>
34554       </method>
34555       <method name="Boolean Test_3()">
34556         <size>24</size>
34557       </method>
34558       <method name="Boolean Test_4(Program+D)">
34559         <size>13</size>
34560       </method>
34561       <method name="Int32 Main()">
34562         <size>75</size>
34563       </method>
34564     </type>
34565     <type name="Program+D">
34566       <method name="Void .ctor(Object, IntPtr)">
34567         <size>0</size>
34568       </method>
34569       <method name="System.Object Invoke(Int32)">
34570         <size>0</size>
34571       </method>
34572       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34573         <size>0</size>
34574       </method>
34575       <method name="System.Object EndInvoke(IAsyncResult)">
34576         <size>0</size>
34577       </method>
34578     </type>
34579   </test>
34580   <test name="test-645.cs">
34581     <type name="Program">
34582       <method name="Void .ctor()">
34583         <size>7</size>
34584       </method>
34585       <method name="IEnumerable get_Empty()">
34586         <size>16</size>
34587       </method>
34588       <method name="Void Main()">
34589         <size>61</size>
34590       </method>
34591     </type>
34592     <type name="Program+&lt;&gt;c__Iterator0">
34593       <method name="Void .ctor()">
34594         <size>7</size>
34595       </method>
34596       <method name="System.Object System.Collections.IEnumerator.get_Current()">
34597         <size>7</size>
34598       </method>
34599       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34600         <size>7</size>
34601       </method>
34602       <method name="Boolean MoveNext()">
34603         <size>158</size>
34604       </method>
34605       <method name="Void Dispose()">
34606         <size>8</size>
34607       </method>
34608       <method name="Void Reset()">
34609         <size>6</size>
34610       </method>
34611       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
34612         <size>7</size>
34613       </method>
34614       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
34615         <size>26</size>
34616       </method>
34617     </type>
34618   </test>
34619   <test name="test-646.cs">
34620     <type name="Program">
34621       <method name="Void .ctor()">
34622         <size>7</size>
34623       </method>
34624       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
34625         <size>7</size>
34626       </method>
34627       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
34628         <size>7</size>
34629       </method>
34630       <method name="Int32 Main()">
34631         <size>113</size>
34632       </method>
34633     </type>
34634   </test>
34635   <test name="test-647.cs">
34636     <type name="Foo">
34637       <method name="Void .ctor()">
34638         <size>7</size>
34639       </method>
34640       <method name="Void Main()">
34641         <size>28</size>
34642       </method>
34643     </type>
34644   </test>
34645   <test name="test-648.cs">
34646     <type name="ParamMismatch.TestCase">
34647       <method name="Void .ctor()">
34648         <size>7</size>
34649       </method>
34650       <method name="Void add_Culprit(System.EventHandler)">
34651         <size>1</size>
34652       </method>
34653       <method name="Void remove_Culprit(System.EventHandler)">
34654         <size>1</size>
34655       </method>
34656       <method name="Void Main()">
34657         <size>1</size>
34658       </method>
34659       <method name="Void Finalize()">
34660         <size>13</size>
34661       </method>
34662     </type>
34663   </test>
34664   <test name="test-649.cs">
34665     <type name="MainClass">
34666       <method name="Void .ctor()">
34667         <size>7</size>
34668       </method>
34669       <method name="Void Main(System.String[])">
34670         <size>609</size>
34671       </method>
34672     </type>
34673     <type name="MainClass+Decimal2">
34674       <method name="Void .ctor(Double)">
34675         <size>13</size>
34676       </method>
34677       <method name="Void .ctor(Decimal)">
34678         <size>8</size>
34679       </method>
34680       <method name="Decimal2 op_Explicit(Decimal)">
34681         <size>7</size>
34682       </method>
34683       <method name="Decimal2 op_Explicit(Double)">
34684         <size>7</size>
34685       </method>
34686       <method name="Decimal op_Implicit(Decimal2)">
34687         <size>8</size>
34688       </method>
34689     </type>
34690   </test>
34691   <test name="test-65.cs">
34692     <type name="X">
34693       <method name="Void .ctor()">
34694         <size>7</size>
34695       </method>
34696       <method name="Void receiver(S)">
34697         <size>7</size>
34698       </method>
34699       <method name="System.Object BoxS()">
34700         <size>21</size>
34701       </method>
34702       <method name="S Plain()">
34703         <size>16</size>
34704       </method>
34705       <method name="Int32 Main()">
34706         <size>98</size>
34707       </method>
34708     </type>
34709   </test>
34710   <test name="test-650.cs">
34711     <type name="App">
34712       <method name="Void .ctor()">
34713         <size>7</size>
34714       </method>
34715       <method name="Void Main()">
34716         <size>1</size>
34717       </method>
34718     </type>
34719   </test>
34720   <test name="test-651.cs">
34721     <type name="Foo">
34722       <method name="Void .ctor()">
34723         <size>7</size>
34724       </method>
34725       <method name="Void Open(IList)">
34726         <size>1</size>
34727       </method>
34728       <method name="Void Open(System.Collections.ArrayList ByRef)">
34729         <size>20</size>
34730       </method>
34731       <method name="Void Main()">
34732         <size>1</size>
34733       </method>
34734     </type>
34735   </test>
34736   <test name="test-652.cs">
34737     <type name="C">
34738       <method name="Void .ctor()">
34739         <size>7</size>
34740       </method>
34741       <method name="Int32 Main()">
34742         <size>6</size>
34743       </method>
34744       <method name="Int32 Test()">
34745         <size>27</size>
34746       </method>
34747     </type>
34748   </test>
34749   <test name="test-653.cs">
34750     <type name="C">
34751       <method name="Void .ctor()">
34752         <size>7</size>
34753       </method>
34754       <method name="Int32 Test()">
34755         <size>50</size>
34756       </method>
34757       <method name="Void Test2()">
34758         <size>32</size>
34759       </method>
34760       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
34761         <size>39</size>
34762       </method>
34763       <method name="Int32 Main()">
34764         <size>41</size>
34765       </method>
34766     </type>
34767   </test>
34768   <test name="test-654.cs">
34769     <type name="Program">
34770       <method name="Void .ctor()">
34771         <size>7</size>
34772       </method>
34773       <method name="Int32 Main()">
34774         <size>8</size>
34775       </method>
34776       <method name="Int32 Test(SByte*)">
34777         <size>33</size>
34778       </method>
34779     </type>
34780   </test>
34781   <test name="test-655.cs">
34782     <type name="D">
34783       <method name="Void .ctor()">
34784         <size>7</size>
34785       </method>
34786       <method name="Byte get_Item(Int32)">
34787         <size>7</size>
34788       </method>
34789       <method name="Void set_Item(Int32, Byte)">
34790         <size>8</size>
34791       </method>
34792       <method name="Int32 Main()">
34793         <size>77</size>
34794       </method>
34795     </type>
34796   </test>
34797   <test name="test-656.cs">
34798     <type name="Goo">
34799       <method name="Void .ctor()">
34800         <size>7</size>
34801       </method>
34802       <method name="Void Main()">
34803         <size>26</size>
34804       </method>
34805     </type>
34806   </test>
34807   <test name="test-657.cs">
34808     <type name="TestDebug.C">
34809       <method name="Void .ctor()">
34810         <size>7</size>
34811       </method>
34812       <method name="Void Method()">
34813         <size>1</size>
34814       </method>
34815     </type>
34816     <type name="TestDebug.Program">
34817       <method name="Void .ctor()">
34818         <size>7</size>
34819       </method>
34820       <method name="Void Excluded()">
34821         <size>11</size>
34822       </method>
34823       <method name="Int32 Main()">
34824         <size>7</size>
34825       </method>
34826     </type>
34827   </test>
34828   <test name="test-658.cs">
34829     <type name="A">
34830       <method name="Void .ctor()">
34831         <size>7</size>
34832       </method>
34833       <method name="Int32 get_Thread()">
34834         <size>2</size>
34835       </method>
34836     </type>
34837     <type name="Thread">
34838       <method name="Void .ctor()">
34839         <size>7</size>
34840       </method>
34841       <method name="Void Foo()">
34842         <size>1</size>
34843       </method>
34844     </type>
34845     <type name="B">
34846       <method name="Void .ctor()">
34847         <size>7</size>
34848       </method>
34849       <method name="Void Main()">
34850         <size>6</size>
34851       </method>
34852     </type>
34853   </test>
34854   <test name="test-659.cs">
34855     <type name="MySubClass">
34856       <method name="Void .ctor()">
34857         <size>7</size>
34858       </method>
34859       <method name="Int32 Main()">
34860         <size>30</size>
34861       </method>
34862       <method name="Void set_BB(Int32, Boolean)">
34863         <size>1</size>
34864       </method>
34865       <method name="Void Iface.set_AA(Int32, Boolean)">
34866         <size>9</size>
34867       </method>
34868     </type>
34869   </test>
34870   <test name="test-66.cs">
34871     <type name="Y">
34872       <method name="Void .ctor()">
34873         <size>7</size>
34874       </method>
34875     </type>
34876     <type name="X">
34877       <method name="Void .ctor()">
34878         <size>7</size>
34879       </method>
34880       <method name="Void .cctor()">
34881         <size>53</size>
34882       </method>
34883       <method name="Void FillOne()">
34884         <size>18</size>
34885       </method>
34886       <method name="Void FillSingle()">
34887         <size>39</size>
34888       </method>
34889       <method name="Void FillDouble()">
34890         <size>59</size>
34891       </method>
34892       <method name="Void FillObject()">
34893         <size>52</size>
34894       </method>
34895       <method name="Void FillDoubleObject()">
34896         <size>81</size>
34897       </method>
34898       <method name="Int32 TestSingle()">
34899         <size>47</size>
34900       </method>
34901       <method name="Int32 TestDouble()">
34902         <size>67</size>
34903       </method>
34904       <method name="Int32 TestObjectSingle()">
34905         <size>48</size>
34906       </method>
34907       <method name="Int32 TestObjectDouble()">
34908         <size>72</size>
34909       </method>
34910       <method name="Int32 Main()">
34911         <size>80</size>
34912       </method>
34913     </type>
34914   </test>
34915   <test name="test-660.cs">
34916     <type name="Test">
34917       <method name="Void .ctor()">
34918         <size>7</size>
34919       </method>
34920       <method name="Void Main()">
34921         <size>25</size>
34922       </method>
34923     </type>
34924     <type name="Status">
34925       <method name="Void .ctor(Code)">
34926         <size>8</size>
34927       </method>
34928       <method name="Status op_Implicit(Code)">
34929         <size>7</size>
34930       </method>
34931       <method name="Code op_Implicit(Status)">
34932         <size>8</size>
34933       </method>
34934     </type>
34935   </test>
34936   <test name="test-661.cs">
34937     <type name="Test">
34938       <method name="Void .ctor()">
34939         <size>7</size>
34940       </method>
34941       <method name="Void Main()">
34942         <size>1</size>
34943       </method>
34944       <method name="Void TestMethod()">
34945         <size>15</size>
34946       </method>
34947       <method name="SummaryInfo GetSummary()">
34948         <size>2</size>
34949       </method>
34950     </type>
34951   </test>
34952   <test name="test-662.cs">
34953     <type name="C">
34954       <method name="Void .ctor()">
34955         <size>7</size>
34956       </method>
34957       <method name="Void Main()">
34958         <size>1</size>
34959       </method>
34960     </type>
34961   </test>
34962   <test name="test-663.cs">
34963     <type name="A">
34964       <method name="Void .ctor()">
34965         <size>7</size>
34966       </method>
34967       <method name="Int32 op_Implicit(A)">
34968         <size>2</size>
34969       </method>
34970       <method name="Boolean op_Implicit(A)">
34971         <size>2</size>
34972       </method>
34973     </type>
34974     <type name="C">
34975       <method name="Void .ctor()">
34976         <size>7</size>
34977       </method>
34978       <method name="Void Main()">
34979         <size>17</size>
34980       </method>
34981     </type>
34982   </test>
34983   <test name="test-664.cs">
34984     <type name="C">
34985       <method name="Void .ctor()">
34986         <size>7</size>
34987       </method>
34988       <method name="Boolean Test(System.String)">
34989         <size>148</size>
34990       </method>
34991       <method name="Int32 Main()">
34992         <size>49</size>
34993       </method>
34994     </type>
34995   </test>
34996   <test name="test-665.cs">
34997     <type name="Test">
34998       <method name="Void .ctor()">
34999         <size>7</size>
35000       </method>
35001       <method name="Int32 Main()">
35002         <size>14</size>
35003       </method>
35004       <method name="Int32 Method(System.Object)">
35005         <size>2</size>
35006       </method>
35007     </type>
35008   </test>
35009   <test name="test-666.cs">
35010     <type name="C">
35011       <method name="Void .ctor()">
35012         <size>7</size>
35013       </method>
35014       <method name="Void Main()">
35015         <size>1</size>
35016       </method>
35017     </type>
35018   </test>
35019   <test name="test-667.cs">
35020     <type name="CA">
35021       <method name="Void .ctor()">
35022         <size>7</size>
35023       </method>
35024       <method name="Void IA.M()">
35025         <size>1</size>
35026       </method>
35027     </type>
35028     <type name="CC">
35029       <method name="Void .ctor()">
35030         <size>7</size>
35031       </method>
35032       <method name="Void Main()">
35033         <size>1</size>
35034       </method>
35035     </type>
35036   </test>
35037   <test name="test-668.cs">
35038     <type name="Bar">
35039       <method name="Void .ctor()">
35040         <size>7</size>
35041       </method>
35042     </type>
35043     <type name="Test">
35044       <method name="Void .ctor()">
35045         <size>7</size>
35046       </method>
35047       <method name="Void Main()">
35048         <size>7</size>
35049       </method>
35050     </type>
35051   </test>
35052   <test name="test-669.cs">
35053     <type name="Test">
35054       <method name="Void .ctor()">
35055         <size>7</size>
35056       </method>
35057       <method name="Void Main()">
35058         <size>3</size>
35059       </method>
35060     </type>
35061   </test>
35062   <test name="test-670.cs">
35063     <type name="C">
35064       <method name="Void .ctor()">
35065         <size>7</size>
35066       </method>
35067       <method name="Void Main()">
35068         <size>14</size>
35069       </method>
35070     </type>
35071   </test>
35072   <test name="test-671.cs">
35073     <type name="C">
35074       <method name="Void .ctor()">
35075         <size>7</size>
35076       </method>
35077       <method name="Int32 Main()">
35078         <size>19</size>
35079       </method>
35080       <method name="Boolean Bar(System.Object)">
35081         <size>2</size>
35082       </method>
35083     </type>
35084   </test>
35085   <test name="test-672.cs">
35086     <type name="X">
35087       <method name="Void .ctor()">
35088         <size>7</size>
35089       </method>
35090       <method name="S* get_Foo2()">
35091         <size>3</size>
35092       </method>
35093       <method name="Void Main()">
35094         <size>1</size>
35095       </method>
35096       <method name="Int32* get_Foo()">
35097         <size>3</size>
35098       </method>
35099     </type>
35100   </test>
35101   <test name="test-673.cs">
35102     <type name="Test">
35103       <method name="Void .ctor()">
35104         <size>7</size>
35105       </method>
35106       <method name="Void Foo()">
35107         <size>1</size>
35108       </method>
35109       <method name="Int32 Main()">
35110         <size>85</size>
35111       </method>
35112     </type>
35113   </test>
35114   <test name="test-674.cs">
35115     <type name="Test">
35116       <method name="Void .ctor()">
35117         <size>7</size>
35118       </method>
35119       <method name="Int32 Main()">
35120         <size>56</size>
35121       </method>
35122       <method name="Int32 &lt;Main&gt;m__0(Int32)">
35123         <size>2</size>
35124       </method>
35125     </type>
35126     <type name="Test+D">
35127       <method name="Void .ctor(Object, IntPtr)">
35128         <size>0</size>
35129       </method>
35130       <method name="Int32 Invoke(Int32)">
35131         <size>0</size>
35132       </method>
35133       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35134         <size>0</size>
35135       </method>
35136       <method name="Int32 EndInvoke(IAsyncResult)">
35137         <size>0</size>
35138       </method>
35139     </type>
35140   </test>
35141   <test name="test-675.cs">
35142     <type name="B">
35143       <method name="Void .ctor()">
35144         <size>7</size>
35145       </method>
35146       <method name="Int32 GetHashCode()">
35147         <size>2</size>
35148       </method>
35149       <method name="Boolean Equals(System.Object)">
35150         <size>2</size>
35151       </method>
35152       <method name="Boolean op_Equality(B, B)">
35153         <size>2</size>
35154       </method>
35155       <method name="Boolean op_Inequality(B, B)">
35156         <size>2</size>
35157       </method>
35158     </type>
35159     <type name="Test">
35160       <method name="Void .ctor()">
35161         <size>7</size>
35162       </method>
35163       <method name="Int32 Main()">
35164         <size>2</size>
35165       </method>
35166     </type>
35167   </test>
35168   <test name="test-676.cs">
35169     <type name="N.Item">
35170       <method name="Void .ctor()">
35171         <size>7</size>
35172       </method>
35173     </type>
35174     <type name="N.Test">
35175       <method name="Void .ctor()">
35176         <size>7</size>
35177       </method>
35178       <method name="N.Item get_Item(N.Test)">
35179         <size>2</size>
35180       </method>
35181       <method name="Void Foo(ItemSlot)">
35182         <size>27</size>
35183       </method>
35184       <method name="Int32 Main()">
35185         <size>2</size>
35186       </method>
35187     </type>
35188   </test>
35189   <test name="test-677.cs">
35190     <type name="InvokeWindow">
35191       <method name="Void .ctor()">
35192         <size>7</size>
35193       </method>
35194       <method name="Void add_E(D)">
35195         <size>24</size>
35196       </method>
35197       <method name="Void remove_E(D)">
35198         <size>24</size>
35199       </method>
35200       <method name="Void Run()">
35201         <size>12</size>
35202       </method>
35203     </type>
35204     <type name="Test">
35205       <method name="Void .ctor()">
35206         <size>7</size>
35207       </method>
35208       <method name="Int32 Main()">
35209         <size>32</size>
35210       </method>
35211       <method name="Void OnDeleteEvent()">
35212         <size>1</size>
35213       </method>
35214       <method name="Void OnDeleteEvent(Int32)">
35215         <size>1</size>
35216       </method>
35217     </type>
35218     <type name="D">
35219       <method name="Void .ctor(Object, IntPtr)">
35220         <size>0</size>
35221       </method>
35222       <method name="Void Invoke()">
35223         <size>0</size>
35224       </method>
35225       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35226         <size>0</size>
35227       </method>
35228       <method name="Void EndInvoke(IAsyncResult)">
35229         <size>0</size>
35230       </method>
35231     </type>
35232   </test>
35233   <test name="test-678.cs">
35234     <type name="NaNTest">
35235       <method name="Void .ctor(Double, Double)">
35236         <size>171</size>
35237       </method>
35238       <method name="Int32 Main()">
35239         <size>26</size>
35240       </method>
35241     </type>
35242   </test>
35243   <test name="test-679.cs">
35244     <type name="Program">
35245       <method name="Void .ctor()">
35246         <size>7</size>
35247       </method>
35248       <method name="Int32 Main()">
35249         <size>12</size>
35250       </method>
35251     </type>
35252   </test>
35253   <test name="test-68.cs">
35254     <type name="Y">
35255       <method name="Void .ctor()">
35256         <size>14</size>
35257       </method>
35258     </type>
35259     <type name="X">
35260       <method name="Void .ctor()">
35261         <size>7</size>
35262       </method>
35263       <method name="Int32 Main()">
35264         <size>147</size>
35265       </method>
35266     </type>
35267   </test>
35268   <test name="test-680.cs">
35269     <type name="AsStringProblem.MainClass">
35270       <method name="Void .ctor()">
35271         <size>7</size>
35272       </method>
35273       <method name="Void Main()">
35274         <size>94</size>
35275       </method>
35276     </type>
35277   </test>
35278   <test name="test-681.cs">
35279     <type name="Bug">
35280       <method name="Void .ctor()">
35281         <size>20</size>
35282       </method>
35283       <method name="Void Main()">
35284         <size>1</size>
35285       </method>
35286     </type>
35287     <type name="BugClass">
35288       <method name="Void .cctor()">
35289         <size>18</size>
35290       </method>
35291       <method name="Void FooImplementation(System.Void*)">
35292         <size>1</size>
35293       </method>
35294     </type>
35295     <type name="BugClass+Foo">
35296       <method name="Void .ctor(Object, IntPtr)">
35297         <size>0</size>
35298       </method>
35299       <method name="Void Invoke(System.Void*)">
35300         <size>0</size>
35301       </method>
35302       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
35303         <size>0</size>
35304       </method>
35305       <method name="Void EndInvoke(IAsyncResult)">
35306         <size>0</size>
35307       </method>
35308     </type>
35309   </test>
35310   <test name="test-683.cs">
35311     <type name="broken_cast">
35312       <method name="Void .ctor()">
35313         <size>7</size>
35314       </method>
35315       <method name="Int32 Main()">
35316         <size>32</size>
35317       </method>
35318     </type>
35319   </test>
35320   <test name="test-684.cs">
35321     <type name="mono_bug.Program">
35322       <method name="Void .ctor()">
35323         <size>7</size>
35324       </method>
35325       <method name="Void Main()">
35326         <size>71</size>
35327       </method>
35328       <method name="System.Double[][,] ReturnArray()">
35329         <size>62</size>
35330       </method>
35331     </type>
35332   </test>
35333   <test name="test-685.cs">
35334     <type name="C">
35335       <method name="Void .ctor()">
35336         <size>7</size>
35337       </method>
35338       <method name="Void Main()">
35339         <size>28</size>
35340       </method>
35341     </type>
35342   </test>
35343   <test name="test-686.cs">
35344     <type name="Test">
35345       <method name="Void .ctor()">
35346         <size>7</size>
35347       </method>
35348       <method name="Void Main()">
35349         <size>51</size>
35350       </method>
35351       <method name="Void Foo()">
35352         <size>145</size>
35353       </method>
35354     </type>
35355   </test>
35356   <test name="test-687.cs">
35357     <type name="XUnit">
35358       <method name="Void .ctor(Double)">
35359         <size>8</size>
35360       </method>
35361       <method name="XUnit op_Implicit(Double)">
35362         <size>10</size>
35363       </method>
35364       <method name="Double op_Implicit(XUnit)">
35365         <size>8</size>
35366       </method>
35367     </type>
35368     <type name="Unit">
35369       <method name="Void .ctor(Double)">
35370         <size>8</size>
35371       </method>
35372       <method name="Unit op_Implicit(Double)">
35373         <size>10</size>
35374       </method>
35375       <method name="Double op_Implicit(Unit)">
35376         <size>8</size>
35377       </method>
35378     </type>
35379     <type name="Test">
35380       <method name="Void .ctor()">
35381         <size>7</size>
35382       </method>
35383       <method name="Int32 Main()">
35384         <size>56</size>
35385       </method>
35386     </type>
35387   </test>
35388   <test name="test-688.cs">
35389     <type name="Test">
35390       <method name="Void .ctor()">
35391         <size>7</size>
35392       </method>
35393       <method name="Int32 Main()">
35394         <size>46</size>
35395       </method>
35396       <method name="Byte* GetFoo()">
35397         <size>7</size>
35398       </method>
35399       <method name="Byte* GetFoo2()">
35400         <size>7</size>
35401       </method>
35402     </type>
35403   </test>
35404   <test name="test-689.cs">
35405     <type name="Sample">
35406       <method name="Void Main()">
35407         <size>3</size>
35408       </method>
35409       <method name="Void Foo(Byte*, Byte*)">
35410         <size>46</size>
35411       </method>
35412     </type>
35413   </test>
35414   <test name="test-69.cs">
35415     <type name="Blah">
35416       <method name="Void .ctor()">
35417         <size>7</size>
35418       </method>
35419       <method name="Void Start_internal(IntPtr)">
35420         <size>0</size>
35421       </method>
35422       <method name="Int32 Main()">
35423         <size>2</size>
35424       </method>
35425     </type>
35426   </test>
35427   <test name="test-690.cs">
35428     <type name="Test.Test">
35429       <method name="Void .ctor()">
35430         <size>7</size>
35431       </method>
35432       <method name="Void Main()">
35433         <size>1</size>
35434       </method>
35435     </type>
35436   </test>
35437   <test name="test-691.cs">
35438     <type name="ConsoleApplication6.Program">
35439       <method name="Void .ctor()">
35440         <size>7</size>
35441       </method>
35442       <method name="Void .cctor()">
35443         <size>23</size>
35444       </method>
35445       <method name="Void Main()">
35446         <size>127</size>
35447       </method>
35448     </type>
35449   </test>
35450   <test name="test-692.cs">
35451     <type name="Test">
35452       <method name="Void .ctor()">
35453         <size>7</size>
35454       </method>
35455       <method name="Void test1(DateTime ByRef)">
35456         <size>10</size>
35457       </method>
35458       <method name="Void test2(DateTime ByRef)">
35459         <size>13</size>
35460       </method>
35461       <method name="Int32 Main()">
35462         <size>141</size>
35463       </method>
35464     </type>
35465   </test>
35466   <test name="test-693.cs">
35467     <type name="ConstTest">
35468       <method name="Void .ctor()">
35469         <size>7</size>
35470       </method>
35471       <method name="Int32 Main()">
35472         <size>32</size>
35473       </method>
35474     </type>
35475   </test>
35476   <test name="test-694.cs">
35477     <type name="Test">
35478       <method name="Void .ctor()">
35479         <size>7</size>
35480       </method>
35481       <method name="Int32 Main()">
35482         <size>2</size>
35483       </method>
35484     </type>
35485   </test>
35486   <test name="test-695.cs">
35487     <type name="Program">
35488       <method name="Void .ctor()">
35489         <size>7</size>
35490       </method>
35491       <method name="Void .cctor()">
35492         <size>53</size>
35493       </method>
35494       <method name="Int32 Main()">
35495         <size>680</size>
35496       </method>
35497       <method name="System.String get_BaseDirectory()">
35498         <size>28</size>
35499       </method>
35500     </type>
35501     <type name="&lt;PrivateImplementationDetails&gt;">
35502       <method name="Void .ctor()">
35503         <size>7</size>
35504       </method>
35505     </type>
35506   </test>
35507   <test name="test-696.cs">
35508     <type name="S">
35509       <method name="Void f(S)">
35510         <size>1</size>
35511       </method>
35512       <method name="S op_Implicit(C)">
35513         <size>2</size>
35514       </method>
35515     </type>
35516     <type name="C">
35517       <method name="Void .ctor()">
35518         <size>7</size>
35519       </method>
35520       <method name="Void Main()">
35521         <size>12</size>
35522       </method>
35523     </type>
35524   </test>
35525   <test name="test-697.cs">
35526     <type name="C">
35527       <method name="Void .ctor()">
35528         <size>7</size>
35529       </method>
35530       <method name="Void Main()">
35531         <size>1</size>
35532       </method>
35533     </type>
35534   </test>
35535   <test name="test-698.cs">
35536     <type name="test">
35537       <method name="Void .ctor()">
35538         <size>7</size>
35539       </method>
35540       <method name="Void Main()">
35541         <size>12</size>
35542       </method>
35543     </type>
35544   </test>
35545   <test name="test-699.cs">
35546     <type name="D">
35547       <method name="Void .ctor(String)">
35548         <size>25</size>
35549       </method>
35550       <method name="System.String get_message()">
35551         <size>7</size>
35552       </method>
35553       <method name="Void Main()">
35554         <size>1</size>
35555       </method>
35556     </type>
35557   </test>
35558   <test name="test-7.cs">
35559     <type name="Mine.MyBoolean">
35560       <method name="Void .ctor()">
35561         <size>7</size>
35562       </method>
35563       <method name="Boolean op_Implicit(Mine.MyBoolean)">
35564         <size>2</size>
35565       </method>
35566     </type>
35567     <type name="Mine.MyTrueFalse">
35568       <method name="Void .ctor()">
35569         <size>7</size>
35570       </method>
35571       <method name="Boolean op_True(Mine.MyTrueFalse)">
35572         <size>2</size>
35573       </method>
35574       <method name="Boolean op_False(Mine.MyTrueFalse)">
35575         <size>2</size>
35576       </method>
35577     </type>
35578     <type name="Mine.Blah">
35579       <method name="Void .ctor(Int32)">
35580         <size>14</size>
35581       </method>
35582       <method name="Int32 Main()">
35583         <size>408</size>
35584       </method>
35585       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
35586         <size>31</size>
35587       </method>
35588       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
35589         <size>22</size>
35590       </method>
35591       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
35592         <size>23</size>
35593       </method>
35594       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
35595         <size>31</size>
35596       </method>
35597       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
35598         <size>24</size>
35599       </method>
35600       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
35601         <size>24</size>
35602       </method>
35603       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
35604         <size>24</size>
35605       </method>
35606       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
35607         <size>23</size>
35608       </method>
35609       <method name="Boolean op_LogicalNot(Mine.Blah)">
35610         <size>20</size>
35611       </method>
35612       <method name="Mine.Blah op_Increment(Mine.Blah)">
35613         <size>26</size>
35614       </method>
35615       <method name="Mine.Blah op_Decrement(Mine.Blah)">
35616         <size>26</size>
35617       </method>
35618       <method name="Boolean op_True(Mine.Blah)">
35619         <size>20</size>
35620       </method>
35621       <method name="Boolean op_False(Mine.Blah)">
35622         <size>23</size>
35623       </method>
35624       <method name="Int32 op_Implicit(Mine.Blah)">
35625         <size>17</size>
35626       </method>
35627       <method name="Double op_Explicit(Mine.Blah)">
35628         <size>18</size>
35629       </method>
35630     </type>
35631   </test>
35632   <test name="test-70.cs">
35633     <type name="X">
35634       <method name="Void .ctor()">
35635         <size>7</size>
35636       </method>
35637       <method name="Int32 get_A()">
35638         <size>2</size>
35639       </method>
35640       <method name="Int32 B()">
35641         <size>2</size>
35642       </method>
35643     </type>
35644     <type name="Y">
35645       <method name="Void .ctor()">
35646         <size>7</size>
35647       </method>
35648       <method name="Int32 get_A()">
35649         <size>9</size>
35650       </method>
35651       <method name="Int32 B()">
35652         <size>9</size>
35653       </method>
35654     </type>
35655     <type name="Z">
35656       <method name="Void .ctor()">
35657         <size>7</size>
35658       </method>
35659       <method name="Int32 Main()">
35660         <size>70</size>
35661       </method>
35662     </type>
35663   </test>
35664   <test name="test-700.cs">
35665     <type name="FooAttribute">
35666       <method name="Void .ctor(String)">
35667         <size>7</size>
35668       </method>
35669     </type>
35670     <type name="Test">
35671       <method name="Void .ctor()">
35672         <size>7</size>
35673       </method>
35674     </type>
35675     <type name="Program">
35676       <method name="Void .ctor()">
35677         <size>7</size>
35678       </method>
35679       <method name="Void Main()">
35680         <size>1</size>
35681       </method>
35682     </type>
35683   </test>
35684   <test name="test-701.cs">
35685     <type name="Foo">
35686       <method name="Void .ctor()">
35687         <size>7</size>
35688       </method>
35689       <method name="UInt16 ToUint16()">
35690         <size>6</size>
35691       </method>
35692       <method name="Void Main()">
35693         <size>1</size>
35694       </method>
35695     </type>
35696   </test>
35697   <test name="test-703.cs">
35698     <type name="A">
35699       <method name="Void .ctor()">
35700         <size>7</size>
35701       </method>
35702       <method name="Void add_Finished(System.EventHandler)">
35703         <size>0</size>
35704       </method>
35705       <method name="Void remove_Finished(System.EventHandler)">
35706         <size>0</size>
35707       </method>
35708       <method name="Void test(A)">
35709         <size>19</size>
35710       </method>
35711       <method name="Void TestA(System.Object, System.EventArgs)">
35712         <size>25</size>
35713       </method>
35714     </type>
35715     <type name="B">
35716       <method name="Void .ctor()">
35717         <size>65</size>
35718       </method>
35719       <method name="Void add_Finished(System.EventHandler)">
35720         <size>24</size>
35721       </method>
35722       <method name="Void remove_Finished(System.EventHandler)">
35723         <size>24</size>
35724       </method>
35725       <method name="Void TestB(System.Object, System.EventArgs)">
35726         <size>25</size>
35727       </method>
35728       <method name="Int32 Main()">
35729         <size>14</size>
35730       </method>
35731     </type>
35732   </test>
35733   <test name="test-705.cs">
35734     <type name="Test">
35735       <method name="Void .ctor()">
35736         <size>7</size>
35737       </method>
35738       <method name="Void .cctor()">
35739         <size>1</size>
35740       </method>
35741       <method name="Nested GetEnumerator()">
35742         <size>10</size>
35743       </method>
35744     </type>
35745     <type name="Test+Nested">
35746       <method name="Void System.IDisposable.Dispose()">
35747         <size>13</size>
35748       </method>
35749       <method name="Int32 get_Current()">
35750         <size>2</size>
35751       </method>
35752       <method name="Boolean MoveNext()">
35753         <size>2</size>
35754       </method>
35755       <method name="Void Reset()">
35756         <size>1</size>
35757       </method>
35758       <method name="Void Dispose()">
35759         <size>11</size>
35760       </method>
35761     </type>
35762     <type name="Program">
35763       <method name="Int32 Main()">
35764         <size>70</size>
35765       </method>
35766     </type>
35767   </test>
35768   <test name="test-706.cs">
35769     <type name="Test.CustomParentAttribute">
35770       <method name="Void .ctor()">
35771         <size>7</size>
35772       </method>
35773       <method name="Void DoSomething()">
35774         <size>0</size>
35775       </method>
35776     </type>
35777     <type name="Test.MyClass">
35778       <method name="Void .ctor()">
35779         <size>7</size>
35780       </method>
35781       <method name="Void Main()">
35782         <size>1</size>
35783       </method>
35784     </type>
35785     <type name="Test.MyClass+CustomChildAttribute">
35786       <method name="Void .ctor()">
35787         <size>7</size>
35788       </method>
35789       <method name="Void DoSomething()">
35790         <size>1</size>
35791       </method>
35792     </type>
35793   </test>
35794   <test name="test-707.cs">
35795     <type name="Tzap">
35796       <method name="Void .ctor()">
35797         <size>7</size>
35798       </method>
35799     </type>
35800     <type name="Tzap+Baz">
35801       <method name="Void .ctor()">
35802         <size>7</size>
35803       </method>
35804       <method name="Void Gazonk()">
35805         <size>7</size>
35806       </method>
35807       <method name="Void Main()">
35808         <size>1</size>
35809       </method>
35810     </type>
35811     <type name="Tzap+Bar">
35812       <method name="Void .ctor()">
35813         <size>7</size>
35814       </method>
35815       <method name="Void Foo()">
35816         <size>1</size>
35817       </method>
35818     </type>
35819   </test>
35820   <test name="test-708.cs">
35821     <type name="A">
35822       <method name="Void .ctor()">
35823         <size>7</size>
35824       </method>
35825       <method name="A+ADelegate Delegate2(Boolean)">
35826         <size>25</size>
35827       </method>
35828       <method name="Void Main()">
35829         <size>1</size>
35830       </method>
35831     </type>
35832     <type name="A+ADelegate">
35833       <method name="Void .ctor(Object, IntPtr)">
35834         <size>0</size>
35835       </method>
35836       <method name="A+ADelegate Invoke(Boolean)">
35837         <size>0</size>
35838       </method>
35839       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
35840         <size>0</size>
35841       </method>
35842       <method name="A+ADelegate EndInvoke(IAsyncResult)">
35843         <size>0</size>
35844       </method>
35845     </type>
35846   </test>
35847   <test name="test-709.cs">
35848     <type name="C">
35849       <method name="Void .ctor()">
35850         <size>7</size>
35851       </method>
35852       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
35853         <size>68</size>
35854       </method>
35855       <method name="Void CharCopy(Char*, Char*, Int32)">
35856         <size>35</size>
35857       </method>
35858       <method name="Int32 Main()">
35859         <size>58</size>
35860       </method>
35861     </type>
35862   </test>
35863   <test name="test-71.cs">
35864     <type name="X">
35865       <method name="Void .ctor()">
35866         <size>7</size>
35867       </method>
35868       <method name="Void Main()">
35869         <size>37</size>
35870       </method>
35871     </type>
35872     <type name="MethodSignature">
35873       <method name="Void .ctor(String, Type, Type[])">
35874         <size>22</size>
35875       </method>
35876     </type>
35877   </test>
35878   <test name="test-710.cs">
35879     <type name="Z">
35880       <method name="Void .ctor()">
35881         <size>7</size>
35882       </method>
35883     </type>
35884     <type name="C">
35885       <method name="Void .ctor()">
35886         <size>7</size>
35887       </method>
35888       <method name="Void Main()">
35889         <size>7</size>
35890       </method>
35891     </type>
35892   </test>
35893   <test name="test-711.cs">
35894     <type name="N.Test">
35895       <method name="Void .ctor()">
35896         <size>7</size>
35897       </method>
35898       <method name="Void .ctor(Int32)">
35899         <size>7</size>
35900       </method>
35901       <method name="Void Main()">
35902         <size>1</size>
35903       </method>
35904     </type>
35905   </test>
35906   <test name="test-712.cs">
35907     <type name="Hello">
35908       <method name="Void .ctor()">
35909         <size>7</size>
35910       </method>
35911       <method name="Void Main()">
35912         <size>22</size>
35913       </method>
35914     </type>
35915   </test>
35916   <test name="test-713.cs">
35917     <type name="DispBar">
35918       <method name="Void .ctor()">
35919         <size>7</size>
35920       </method>
35921       <method name="Void Dispose()">
35922         <size>11</size>
35923       </method>
35924     </type>
35925     <type name="Foo">
35926       <method name="Void .ctor()">
35927         <size>7</size>
35928       </method>
35929       <method name="IDisposable GetBar()">
35930         <size>6</size>
35931       </method>
35932     </type>
35933     <type name="Test">
35934       <method name="Void .ctor()">
35935         <size>7</size>
35936       </method>
35937       <method name="Void .cctor()">
35938         <size>11</size>
35939       </method>
35940       <method name="Boolean TryThing()">
35941         <size>46</size>
35942       </method>
35943       <method name="Void Main()">
35944         <size>7</size>
35945       </method>
35946     </type>
35947   </test>
35948   <test name="test-714.cs">
35949     <type name="Hello">
35950       <method name="Void .ctor()">
35951         <size>7</size>
35952       </method>
35953       <method name="Void IBar.Test()">
35954         <size>1</size>
35955       </method>
35956       <method name="Void Main()">
35957         <size>1</size>
35958       </method>
35959     </type>
35960   </test>
35961   <test name="test-716.cs">
35962     <type name="SS">
35963       <method name="Void .cctor()">
35964         <size>8</size>
35965       </method>
35966     </type>
35967     <type name="SSS">
35968       <method name="Void .cctor()">
35969         <size>15</size>
35970       </method>
35971     </type>
35972     <type name="C">
35973       <method name="Void .ctor()">
35974         <size>7</size>
35975       </method>
35976     </type>
35977     <type name="CC">
35978       <method name="Void .ctor()">
35979         <size>7</size>
35980       </method>
35981       <method name="Void .cctor()">
35982         <size>8</size>
35983       </method>
35984     </type>
35985     <type name="CCC">
35986       <method name="Void .ctor()">
35987         <size>7</size>
35988       </method>
35989       <method name="Void .cctor()">
35990         <size>11</size>
35991       </method>
35992     </type>
35993     <type name="X">
35994       <method name="Void .ctor()">
35995         <size>7</size>
35996       </method>
35997       <method name="Int32 Main()">
35998         <size>192</size>
35999       </method>
36000     </type>
36001   </test>
36002   <test name="test-717.cs">
36003     <type name="AA">
36004       <method name="Void .ctor()">
36005         <size>7</size>
36006       </method>
36007       <method name="Int32 Foo(Int32)">
36008         <size>2</size>
36009       </method>
36010     </type>
36011     <type name="A">
36012       <method name="Void .ctor()">
36013         <size>7</size>
36014       </method>
36015       <method name="Int32 Foo(Byte)">
36016         <size>2</size>
36017       </method>
36018       <method name="Int32 Foo(Int32)">
36019         <size>2</size>
36020       </method>
36021     </type>
36022     <type name="B">
36023       <method name="Void .ctor()">
36024         <size>7</size>
36025       </method>
36026       <method name="Int32 Foo(Int32)">
36027         <size>2</size>
36028       </method>
36029       <method name="Void Foo(System.String)">
36030         <size>1</size>
36031       </method>
36032     </type>
36033     <type name="S">
36034       <method name="System.String ToString()">
36035         <size>6</size>
36036       </method>
36037     </type>
36038     <type name="MyClass">
36039       <method name="Void .ctor()">
36040         <size>7</size>
36041       </method>
36042       <method name="Int32 Main()">
36043         <size>61</size>
36044       </method>
36045     </type>
36046   </test>
36047   <test name="test-718.cs">
36048     <type name="A">
36049       <method name="Void .ctor()">
36050         <size>7</size>
36051       </method>
36052       <method name="Void Foo(Int32, Int32)">
36053         <size>1</size>
36054       </method>
36055     </type>
36056     <type name="B">
36057       <method name="Void .ctor()">
36058         <size>7</size>
36059       </method>
36060       <method name="Void Main()">
36061         <size>8</size>
36062       </method>
36063       <method name="Void Foo(Int32)">
36064         <size>1</size>
36065       </method>
36066     </type>
36067   </test>
36068   <test name="test-719.cs">
36069     <type name="C">
36070       <method name="Void .ctor()">
36071         <size>7</size>
36072       </method>
36073       <method name="Void Main()">
36074         <size>1</size>
36075       </method>
36076     </type>
36077   </test>
36078   <test name="test-72.cs">
36079     <type name="outer">
36080       <method name="Void .ctor()">
36081         <size>7</size>
36082       </method>
36083       <method name="Int32 Main()">
36084         <size>2</size>
36085       </method>
36086     </type>
36087     <type name="outer+inner">
36088       <method name="Void .ctor()">
36089         <size>7</size>
36090       </method>
36091       <method name="Void meth(System.Object)">
36092         <size>8</size>
36093       </method>
36094     </type>
36095   </test>
36096   <test name="test-720.cs">
36097     <type name="N.Program">
36098       <method name="Void .ctor()">
36099         <size>7</size>
36100       </method>
36101       <method name="Void Main()">
36102         <size>18</size>
36103       </method>
36104     </type>
36105     <type name="N.Parent">
36106       <method name="Void .ctor()">
36107         <size>7</size>
36108       </method>
36109       <method name="Void add_Example(N.Parent+ExampleHandler)">
36110         <size>0</size>
36111       </method>
36112       <method name="Void remove_Example(N.Parent+ExampleHandler)">
36113         <size>0</size>
36114       </method>
36115     </type>
36116     <type name="N.Child">
36117       <method name="Void .ctor()">
36118         <size>7</size>
36119       </method>
36120       <method name="Void add_Example(N.Parent+ExampleHandler)">
36121         <size>24</size>
36122       </method>
36123       <method name="Void remove_Example(N.Parent+ExampleHandler)">
36124         <size>24</size>
36125       </method>
36126       <method name="Void OnExample()">
36127         <size>23</size>
36128       </method>
36129     </type>
36130     <type name="N.Parent+ExampleHandler">
36131       <method name="Void .ctor(Object, IntPtr)">
36132         <size>0</size>
36133       </method>
36134       <method name="Void Invoke()">
36135         <size>0</size>
36136       </method>
36137       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36138         <size>0</size>
36139       </method>
36140       <method name="Void EndInvoke(IAsyncResult)">
36141         <size>0</size>
36142       </method>
36143     </type>
36144   </test>
36145   <test name="test-721.cs">
36146     <type name="Program">
36147       <method name="Void .ctor()">
36148         <size>7</size>
36149       </method>
36150       <method name="Int32 Main()">
36151         <size>55</size>
36152       </method>
36153     </type>
36154     <type name="Control">
36155       <method name="Void .ctor()">
36156         <size>7</size>
36157       </method>
36158       <method name="Void set_Foo(Int32)">
36159         <size>1</size>
36160       </method>
36161     </type>
36162   </test>
36163   <test name="test-722.cs">
36164     <type name="Blah">
36165       <method name="Void .ctor()">
36166         <size>7</size>
36167       </method>
36168       <method name="Int32 Foo(Int32, Int32)">
36169         <size>4</size>
36170       </method>
36171       <method name="Int32 Main()">
36172         <size>46</size>
36173       </method>
36174     </type>
36175     <type name="Blah+MyDelegate">
36176       <method name="Void .ctor(Object, IntPtr)">
36177         <size>0</size>
36178       </method>
36179       <method name="Int32 Invoke(Int32, Int32)">
36180         <size>0</size>
36181       </method>
36182       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
36183         <size>0</size>
36184       </method>
36185       <method name="Int32 EndInvoke(IAsyncResult)">
36186         <size>0</size>
36187       </method>
36188     </type>
36189   </test>
36190   <test name="test-723.cs">
36191     <type name="Test">
36192       <method name="Void .ctor()">
36193         <size>7</size>
36194       </method>
36195       <method name="Int32 get_Count()">
36196         <size>2</size>
36197       </method>
36198     </type>
36199     <type name="Maine">
36200       <method name="Int32 Main()">
36201         <size>21</size>
36202       </method>
36203     </type>
36204   </test>
36205   <test name="test-724.cs">
36206     <type name="Test">
36207       <method name="Void .ctor()">
36208         <size>7</size>
36209       </method>
36210       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
36211         <size>29</size>
36212       </method>
36213       <method name="Int32 Main()">
36214         <size>110</size>
36215       </method>
36216     </type>
36217     <type name="Concrete">
36218       <method name="Void .ctor()">
36219         <size>7</size>
36220       </method>
36221       <method name="System.String A.get_Spec()">
36222         <size>6</size>
36223       </method>
36224       <method name="System.String B.get_Spec()">
36225         <size>6</size>
36226       </method>
36227       <method name="System.String get_Spec()">
36228         <size>6</size>
36229       </method>
36230     </type>
36231   </test>
36232   <test name="test-726.cs">
36233     <type name="CS0102">
36234       <method name="System.Object IFoo.Clone()">
36235         <size>2</size>
36236       </method>
36237       <method name="Void Main()">
36238         <size>1</size>
36239       </method>
36240       <method name="Void .ctor()">
36241         <size>7</size>
36242       </method>
36243     </type>
36244     <type name="CS0102+Clone">
36245       <method name="Void .ctor()">
36246         <size>7</size>
36247       </method>
36248     </type>
36249   </test>
36250   <test name="test-727.cs">
36251     <type name="IDisposableTest.MainClass">
36252       <method name="Int32 Main()">
36253         <size>113</size>
36254       </method>
36255       <method name="Void .ctor()">
36256         <size>7</size>
36257       </method>
36258     </type>
36259     <type name="IDisposableTest.Foo">
36260       <method name="Void Dispose()">
36261         <size>32</size>
36262       </method>
36263       <method name="Void .ctor()">
36264         <size>57</size>
36265       </method>
36266       <method name="Void .cctor()">
36267         <size>1</size>
36268       </method>
36269     </type>
36270   </test>
36271   <test name="test-728.cs">
36272     <type name="Tests">
36273       <method name="Int32 Main()">
36274         <size>25</size>
36275       </method>
36276       <method name="Void .ctor()">
36277         <size>7</size>
36278       </method>
36279     </type>
36280   </test>
36281   <test name="test-729.cs">
36282     <type name="Primes.MainClass">
36283       <method name="Int32 Main()">
36284         <size>141</size>
36285       </method>
36286       <method name="Void .ctor()">
36287         <size>7</size>
36288       </method>
36289     </type>
36290   </test>
36291   <test name="test-73.cs">
36292     <type name="Abstract">
36293       <method name="Void .ctor()">
36294         <size>7</size>
36295       </method>
36296       <method name="Int32 A()">
36297         <size>0</size>
36298       </method>
36299     </type>
36300     <type name="Concrete">
36301       <method name="Void .ctor()">
36302         <size>7</size>
36303       </method>
36304       <method name="Int32 A()">
36305         <size>2</size>
36306       </method>
36307     </type>
36308     <type name="Test">
36309       <method name="Void .ctor()">
36310         <size>7</size>
36311       </method>
36312       <method name="Int32 Main()">
36313         <size>22</size>
36314       </method>
36315     </type>
36316   </test>
36317   <test name="test-74.cs">
36318     <type name="X">
36319       <method name="Void .ctor()">
36320         <size>7</size>
36321       </method>
36322       <method name="Int32 Main()">
36323         <size>168</size>
36324       </method>
36325     </type>
36326   </test>
36327   <test name="test-75.cs">
36328     <type name="X">
36329       <method name="Void .ctor()">
36330         <size>7</size>
36331       </method>
36332       <method name="Void .cctor()">
36333         <size>1</size>
36334       </method>
36335       <method name="X op_Addition(X, X)">
36336         <size>8</size>
36337       </method>
36338     </type>
36339     <type name="Y">
36340       <method name="Void .ctor()">
36341         <size>7</size>
36342       </method>
36343     </type>
36344     <type name="Z">
36345       <method name="Void .ctor()">
36346         <size>7</size>
36347       </method>
36348     </type>
36349     <type name="driver">
36350       <method name="Void .ctor()">
36351         <size>7</size>
36352       </method>
36353       <method name="Int32 Main()">
36354         <size>34</size>
36355       </method>
36356     </type>
36357   </test>
36358   <test name="test-76.cs">
36359     <type name="foo">
36360       <method name="Void .ctor()">
36361         <size>7</size>
36362       </method>
36363       <method name="System.String strcat(System.String[])">
36364         <size>47</size>
36365       </method>
36366       <method name="Int32 Main()">
36367         <size>142</size>
36368       </method>
36369     </type>
36370   </test>
36371   <test name="test-77.cs">
36372     <type name="XX">
36373       <method name="Void .ctor()">
36374         <size>7</size>
36375       </method>
36376       <method name="Int32 Main()">
36377         <size>220</size>
36378       </method>
36379     </type>
36380   </test>
36381   <test name="test-78.cs">
36382     <type name="N1.B">
36383       <method name="Void .ctor()">
36384         <size>7</size>
36385       </method>
36386       <method name="Boolean ShortCasting()">
36387         <size>19</size>
36388       </method>
36389       <method name="Boolean IntCasting()">
36390         <size>18</size>
36391       </method>
36392       <method name="Int32 Main()">
36393         <size>26</size>
36394       </method>
36395     </type>
36396   </test>
36397   <test name="test-79.cs">
36398     <type name="X">
36399       <method name="Void .ctor()">
36400         <size>7</size>
36401       </method>
36402       <method name="Int32 Main()">
36403         <size>40</size>
36404       </method>
36405     </type>
36406   </test>
36407   <test name="test-8.cs">
36408     <type name="X">
36409       <method name="Void .ctor()">
36410         <size>7</size>
36411       </method>
36412       <method name="Int32 Main(System.String[])">
36413         <size>115</size>
36414       </method>
36415     </type>
36416   </test>
36417   <test name="test-80.cs">
36418     <type name="X">
36419       <method name="Void .ctor()">
36420         <size>7</size>
36421       </method>
36422       <method name="Int32 Add(Int32, Int32)">
36423         <size>4</size>
36424       </method>
36425     </type>
36426     <type name="Y">
36427       <method name="Void .ctor()">
36428         <size>7</size>
36429       </method>
36430       <method name="Int32 Main()">
36431         <size>34</size>
36432       </method>
36433       <method name="Int32 A.Add(Int32, Int32)">
36434         <size>9</size>
36435       </method>
36436     </type>
36437   </test>
36438   <test name="test-81.cs">
36439     <type name="N1.A">
36440       <method name="Void .ctor()">
36441         <size>7</size>
36442       </method>
36443       <method name="Void Bar()">
36444         <size>44</size>
36445       </method>
36446       <method name="Int32 Main()">
36447         <size>71</size>
36448       </method>
36449     </type>
36450   </test>
36451   <test name="test-82.cs">
36452     <type name="N1.N2.B">
36453       <method name="Void .ctor()">
36454         <size>7</size>
36455       </method>
36456       <method name="Void Method(A ByRef)">
36457         <size>1</size>
36458       </method>
36459       <method name="Int32 Main()">
36460         <size>2</size>
36461       </method>
36462     </type>
36463     <type name="N1.N3.B">
36464       <method name="Void .ctor()">
36465         <size>7</size>
36466       </method>
36467       <method name="Void Method(A ByRef)">
36468         <size>1</size>
36469       </method>
36470     </type>
36471   </test>
36472   <test name="test-83.cs">
36473     <type name="PersonArrivedArgs">
36474       <method name="Void .ctor(String)">
36475         <size>14</size>
36476       </method>
36477     </type>
36478     <type name="Greeter">
36479       <method name="Void .ctor(String)">
36480         <size>14</size>
36481       </method>
36482       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
36483         <size>18</size>
36484       </method>
36485     </type>
36486     <type name="Room">
36487       <method name="Void .ctor()">
36488         <size>14</size>
36489       </method>
36490       <method name="Void add_PersonArrived(PersonArrivedHandler)">
36491         <size>24</size>
36492       </method>
36493       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
36494         <size>24</size>
36495       </method>
36496       <method name="Void AddPerson(System.String)">
36497         <size>14</size>
36498       </method>
36499     </type>
36500     <type name="DelegateTest">
36501       <method name="Void .ctor()">
36502         <size>7</size>
36503       </method>
36504       <method name="Int32 Main()">
36505         <size>2</size>
36506       </method>
36507     </type>
36508     <type name="PersonArrivedHandler">
36509       <method name="Void .ctor(Object, IntPtr)">
36510         <size>0</size>
36511       </method>
36512       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
36513         <size>0</size>
36514       </method>
36515       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
36516         <size>0</size>
36517       </method>
36518       <method name="Void EndInvoke(IAsyncResult)">
36519         <size>0</size>
36520       </method>
36521     </type>
36522   </test>
36523   <test name="test-84.cs">
36524     <type name="Ghost">
36525       <method name="Void .ctor()">
36526         <size>7</size>
36527       </method>
36528       <method name="Int32 Main()">
36529         <size>6</size>
36530       </method>
36531     </type>
36532   </test>
36533   <test name="test-85.cs">
36534     <type name="X">
36535       <method name="Void .ctor()">
36536         <size>7</size>
36537       </method>
36538       <method name="Int32 Main()">
36539         <size>20</size>
36540       </method>
36541     </type>
36542   </test>
36543   <test name="test-86.cs">
36544     <type name="T.T">
36545       <method name="Void .ctor()">
36546         <size>7</size>
36547       </method>
36548       <method name="Int32 method1(System.Type, Int32)">
36549         <size>23</size>
36550       </method>
36551       <method name="Int32 method1(System.Type, System.Type[])">
36552         <size>12</size>
36553       </method>
36554       <method name="Int32 method2(System.Type, Int32)">
36555         <size>23</size>
36556       </method>
36557       <method name="Int32 method2(System.Type, System.Type[])">
36558         <size>12</size>
36559       </method>
36560       <method name="Int32 Main()">
36561         <size>36</size>
36562       </method>
36563     </type>
36564   </test>
36565   <test name="test-87.cs">
36566     <type name="Top">
36567       <method name="Void .ctor()">
36568         <size>7</size>
36569       </method>
36570       <method name="Int32 Main()">
36571         <size>58</size>
36572       </method>
36573     </type>
36574     <type name="Top+X">
36575       <method name="Void .ctor()">
36576         <size>7</size>
36577       </method>
36578     </type>
36579     <type name="Top+Y">
36580       <method name="Void .ctor()">
36581         <size>7</size>
36582       </method>
36583     </type>
36584     <type name="Top+XA">
36585       <method name="Void .ctor()">
36586         <size>7</size>
36587       </method>
36588       <method name="Int32 get_one()">
36589         <size>2</size>
36590       </method>
36591     </type>
36592     <type name="Top+XB">
36593       <method name="Void .ctor()">
36594         <size>7</size>
36595       </method>
36596       <method name="Int32 get_one()">
36597         <size>2</size>
36598       </method>
36599       <method name="Int32 get_two()">
36600         <size>2</size>
36601       </method>
36602     </type>
36603     <type name="Other">
36604       <method name="Void .ctor()">
36605         <size>7</size>
36606       </method>
36607       <method name="Void X()">
36608         <size>5</size>
36609       </method>
36610     </type>
36611   </test>
36612   <test name="test-88.cs">
36613     <type name="X">
36614       <method name="Void .ctor()">
36615         <size>7</size>
36616       </method>
36617       <method name="Void f(System.String)">
36618         <size>19</size>
36619       </method>
36620       <method name="Int32 Main()">
36621         <size>67</size>
36622       </method>
36623     </type>
36624   </test>
36625   <test name="test-89.cs">
36626     <type name="X">
36627       <method name="Void .ctor(Int32)">
36628         <size>8</size>
36629       </method>
36630       <method name="X F(Int32)">
36631         <size>7</size>
36632       </method>
36633       <method name="Int32 Main()">
36634         <size>99</size>
36635       </method>
36636     </type>
36637   </test>
36638   <test name="test-9.cs">
36639     <type name="X">
36640       <method name="Void .ctor()">
36641         <size>7</size>
36642       </method>
36643       <method name="Int32 Main(System.String[])">
36644         <size>104</size>
36645       </method>
36646     </type>
36647   </test>
36648   <test name="test-90.cs">
36649     <type name="N1.Blah">
36650       <method name="Void .ctor()">
36651         <size>7</size>
36652       </method>
36653       <method name="Int32 Main()">
36654         <size>2</size>
36655       </method>
36656     </type>
36657   </test>
36658   <test name="test-91.cs">
36659     <type name="Abstract">
36660       <method name="Void .ctor()">
36661         <size>7</size>
36662       </method>
36663     </type>
36664     <type name="Plain">
36665       <method name="Void .ctor()">
36666         <size>7</size>
36667       </method>
36668     </type>
36669     <type name="Test">
36670       <method name="Void .ctor()">
36671         <size>7</size>
36672       </method>
36673       <method name="Void MyProtectedInternal()">
36674         <size>1</size>
36675       </method>
36676       <method name="Void MyInternal()">
36677         <size>1</size>
36678       </method>
36679       <method name="Void MyPublic()">
36680         <size>1</size>
36681       </method>
36682       <method name="Void MyPrivate()">
36683         <size>1</size>
36684       </method>
36685       <method name="Int32 Main()">
36686         <size>242</size>
36687       </method>
36688     </type>
36689   </test>
36690   <test name="test-92.cs">
36691     <type name="Outer">
36692       <method name="Void .ctor()">
36693         <size>7</size>
36694       </method>
36695     </type>
36696     <type name="Outer+Inner">
36697       <method name="Void .ctor()">
36698         <size>7</size>
36699       </method>
36700     </type>
36701     <type name="InnerBase">
36702       <method name="Void .ctor()">
36703         <size>7</size>
36704       </method>
36705     </type>
36706     <type name="MainClass">
36707       <method name="Void .ctor()">
36708         <size>7</size>
36709       </method>
36710       <method name="Int32 Main()">
36711         <size>2</size>
36712       </method>
36713     </type>
36714   </test>
36715   <test name="test-93.cs">
36716     <type name="N1.C">
36717       <method name="Void .ctor()">
36718         <size>7</size>
36719       </method>
36720       <method name="Void method(B ByRef)">
36721         <size>15</size>
36722       </method>
36723     </type>
36724     <type name="Test">
36725       <method name="Void .ctor()">
36726         <size>7</size>
36727       </method>
36728       <method name="Int32 Main()">
36729         <size>15</size>
36730       </method>
36731     </type>
36732   </test>
36733   <test name="test-94.cs">
36734     <type name="Base">
36735       <method name="Void .ctor()">
36736         <size>7</size>
36737       </method>
36738       <method name="Int32 IVehicle.Start()">
36739         <size>2</size>
36740       </method>
36741       <method name="Int32 Stop()">
36742         <size>2</size>
36743       </method>
36744       <method name="Int32 Turn()">
36745         <size>2</size>
36746       </method>
36747     </type>
36748     <type name="Derived1">
36749       <method name="Void .ctor()">
36750         <size>7</size>
36751       </method>
36752       <method name="Int32 Turn()">
36753         <size>2</size>
36754       </method>
36755     </type>
36756     <type name="Derived2">
36757       <method name="Void .ctor()">
36758         <size>7</size>
36759       </method>
36760       <method name="Int32 IVehicle.Start()">
36761         <size>2</size>
36762       </method>
36763       <method name="Int32 IVehicle.Turn()">
36764         <size>2</size>
36765       </method>
36766       <method name="Int32 Stop()">
36767         <size>2</size>
36768       </method>
36769       <method name="Int32 Turn()">
36770         <size>2</size>
36771       </method>
36772     </type>
36773     <type name="Test">
36774       <method name="Void .ctor()">
36775         <size>7</size>
36776       </method>
36777       <method name="Int32 Main()">
36778         <size>88</size>
36779       </method>
36780     </type>
36781   </test>
36782   <test name="test-95.cs">
36783     <type name="X">
36784       <method name="Void .ctor()">
36785         <size>7</size>
36786       </method>
36787       <method name="Int32 Main()">
36788         <size>30</size>
36789       </method>
36790     </type>
36791   </test>
36792   <test name="test-96.cs">
36793     <type name="N1.A">
36794       <method name="Void .ctor()">
36795         <size>7</size>
36796       </method>
36797       <method name="Int32 Main()">
36798         <size>2</size>
36799       </method>
36800     </type>
36801     <type name="N1.C">
36802       <method name="Void .ctor(Object, IntPtr)">
36803         <size>0</size>
36804       </method>
36805       <method name="Void Invoke(System.Object, N1.A)">
36806         <size>0</size>
36807       </method>
36808       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
36809         <size>0</size>
36810       </method>
36811       <method name="Void EndInvoke(IAsyncResult)">
36812         <size>0</size>
36813       </method>
36814     </type>
36815   </test>
36816   <test name="test-97.cs">
36817     <type name="X">
36818       <method name="Void .ctor()">
36819         <size>7</size>
36820       </method>
36821       <method name="Int32 Main()">
36822         <size>2</size>
36823       </method>
36824     </type>
36825   </test>
36826   <test name="test-98.cs">
36827     <type name="X">
36828       <method name="Void .ctor()">
36829         <size>7</size>
36830       </method>
36831       <method name="Void b()">
36832         <size>19</size>
36833       </method>
36834     </type>
36835     <type name="Y">
36836       <method name="Void .ctor()">
36837         <size>7</size>
36838       </method>
36839       <method name="Int32 Main()">
36840         <size>2</size>
36841       </method>
36842     </type>
36843   </test>
36844   <test name="test-99.cs">
36845     <type name="X">
36846       <method name="Void .ctor()">
36847         <size>7</size>
36848       </method>
36849       <method name="Int32 Main()">
36850         <size>104</size>
36851       </method>
36852     </type>
36853   </test>
36854   <test name="test-anon-01.cs">
36855     <type name="X">
36856       <method name="Void .ctor()">
36857         <size>7</size>
36858       </method>
36859       <method name="Int32 Main()">
36860         <size>21</size>
36861       </method>
36862     </type>
36863     <type name="S">
36864       <method name="Void .ctor(Object, IntPtr)">
36865         <size>0</size>
36866       </method>
36867       <method name="Void Invoke()">
36868         <size>0</size>
36869       </method>
36870       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36871         <size>0</size>
36872       </method>
36873       <method name="Void EndInvoke(IAsyncResult)">
36874         <size>0</size>
36875       </method>
36876     </type>
36877     <type name="X+&lt;Main&gt;c__AnonStorey0">
36878       <method name="Void .ctor()">
36879         <size>7</size>
36880       </method>
36881       <method name="Void &lt;&gt;m__0()">
36882         <size>8</size>
36883       </method>
36884     </type>
36885   </test>
36886   <test name="test-anon-02.cs">
36887     <type name="X">
36888       <method name="Void .ctor()">
36889         <size>7</size>
36890       </method>
36891       <method name="Int32 Main()">
36892         <size>151</size>
36893       </method>
36894     </type>
36895     <type name="S">
36896       <method name="Void .ctor(Object, IntPtr)">
36897         <size>0</size>
36898       </method>
36899       <method name="Void Invoke()">
36900         <size>0</size>
36901       </method>
36902       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36903         <size>0</size>
36904       </method>
36905       <method name="Void EndInvoke(IAsyncResult)">
36906         <size>0</size>
36907       </method>
36908     </type>
36909     <type name="X+&lt;Main&gt;c__AnonStorey0">
36910       <method name="Void .ctor()">
36911         <size>7</size>
36912       </method>
36913       <method name="Void &lt;&gt;m__0()">
36914         <size>113</size>
36915       </method>
36916     </type>
36917   </test>
36918   <test name="test-anon-03.cs">
36919     <type name="X">
36920       <method name="Void .ctor()">
36921         <size>7</size>
36922       </method>
36923       <method name="Void Main()">
36924         <size>59</size>
36925       </method>
36926     </type>
36927     <type name="S">
36928       <method name="Void .ctor(Object, IntPtr)">
36929         <size>0</size>
36930       </method>
36931       <method name="Void Invoke()">
36932         <size>0</size>
36933       </method>
36934       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36935         <size>0</size>
36936       </method>
36937       <method name="Void EndInvoke(IAsyncResult)">
36938         <size>0</size>
36939       </method>
36940     </type>
36941     <type name="X+&lt;Main&gt;c__AnonStorey0">
36942       <method name="Void .ctor()">
36943         <size>7</size>
36944       </method>
36945       <method name="Void &lt;&gt;m__0()">
36946         <size>8</size>
36947       </method>
36948     </type>
36949   </test>
36950   <test name="test-anon-04.cs">
36951     <type name="X">
36952       <method name="Void .ctor()">
36953         <size>7</size>
36954       </method>
36955       <method name="Void Main()">
36956         <size>59</size>
36957       </method>
36958     </type>
36959     <type name="S">
36960       <method name="Void .ctor(Object, IntPtr)">
36961         <size>0</size>
36962       </method>
36963       <method name="Void Invoke()">
36964         <size>0</size>
36965       </method>
36966       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36967         <size>0</size>
36968       </method>
36969       <method name="Void EndInvoke(IAsyncResult)">
36970         <size>0</size>
36971       </method>
36972     </type>
36973     <type name="X+&lt;Main&gt;c__AnonStorey0">
36974       <method name="Void .ctor()">
36975         <size>7</size>
36976       </method>
36977       <method name="Void &lt;&gt;m__0()">
36978         <size>30</size>
36979       </method>
36980     </type>
36981   </test>
36982   <test name="test-anon-05.cs">
36983     <type name="X">
36984       <method name="Void .ctor()">
36985         <size>7</size>
36986       </method>
36987       <method name="Int32 Main()">
36988         <size>207</size>
36989       </method>
36990       <method name="Boolean t(Int32, Int32)">
36991         <size>5</size>
36992       </method>
36993     </type>
36994     <type name="S">
36995       <method name="Void .ctor(Object, IntPtr)">
36996         <size>0</size>
36997       </method>
36998       <method name="Void Invoke()">
36999         <size>0</size>
37000       </method>
37001       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37002         <size>0</size>
37003       </method>
37004       <method name="Void EndInvoke(IAsyncResult)">
37005         <size>0</size>
37006       </method>
37007     </type>
37008     <type name="X+&lt;Main&gt;c__AnonStorey1">
37009       <method name="Void .ctor()">
37010         <size>7</size>
37011       </method>
37012       <method name="Void &lt;&gt;m__0()">
37013         <size>76</size>
37014       </method>
37015     </type>
37016     <type name="X+&lt;Main&gt;c__AnonStorey0">
37017       <method name="Void .ctor()">
37018         <size>7</size>
37019       </method>
37020     </type>
37021   </test>
37022   <test name="test-anon-06.cs">
37023     <type name="X">
37024       <method name="Void .ctor()">
37025         <size>7</size>
37026       </method>
37027       <method name="Int32 Main()">
37028         <size>112</size>
37029       </method>
37030     </type>
37031     <type name="S">
37032       <method name="Void .ctor(Object, IntPtr)">
37033         <size>0</size>
37034       </method>
37035       <method name="Void Invoke()">
37036         <size>0</size>
37037       </method>
37038       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37039         <size>0</size>
37040       </method>
37041       <method name="Void EndInvoke(IAsyncResult)">
37042         <size>0</size>
37043       </method>
37044     </type>
37045     <type name="X+&lt;Main&gt;c__AnonStorey0">
37046       <method name="Void .ctor()">
37047         <size>7</size>
37048       </method>
37049       <method name="Void &lt;&gt;m__0()">
37050         <size>18</size>
37051       </method>
37052     </type>
37053   </test>
37054   <test name="test-anon-07.cs">
37055     <type name="X">
37056       <method name="Void .ctor()">
37057         <size>7</size>
37058       </method>
37059       <method name="Int32 Main()">
37060         <size>120</size>
37061       </method>
37062       <method name="Boolean t(Int32, Int32)">
37063         <size>5</size>
37064       </method>
37065     </type>
37066     <type name="D">
37067       <method name="Void .ctor(Object, IntPtr)">
37068         <size>0</size>
37069       </method>
37070       <method name="Void Invoke()">
37071         <size>0</size>
37072       </method>
37073       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37074         <size>0</size>
37075       </method>
37076       <method name="Void EndInvoke(IAsyncResult)">
37077         <size>0</size>
37078       </method>
37079     </type>
37080     <type name="X+&lt;Main&gt;c__AnonStorey0">
37081       <method name="Void .ctor()">
37082         <size>7</size>
37083       </method>
37084       <method name="Void &lt;&gt;m__0()">
37085         <size>18</size>
37086       </method>
37087       <method name="Void &lt;&gt;m__1()">
37088         <size>18</size>
37089       </method>
37090     </type>
37091   </test>
37092   <test name="test-anon-08.cs">
37093     <type name="X">
37094       <method name="Void .ctor()">
37095         <size>7</size>
37096       </method>
37097       <method name="Int32 Main()">
37098         <size>35</size>
37099       </method>
37100     </type>
37101     <type name="S">
37102       <method name="Void .ctor(Object, IntPtr)">
37103         <size>0</size>
37104       </method>
37105       <method name="Void Invoke()">
37106         <size>0</size>
37107       </method>
37108       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37109         <size>0</size>
37110       </method>
37111       <method name="Void EndInvoke(IAsyncResult)">
37112         <size>0</size>
37113       </method>
37114     </type>
37115     <type name="X+&lt;Main&gt;c__AnonStorey0">
37116       <method name="Void .ctor()">
37117         <size>7</size>
37118       </method>
37119       <method name="Void &lt;&gt;m__0()">
37120         <size>13</size>
37121       </method>
37122     </type>
37123   </test>
37124   <test name="test-anon-09.cs">
37125     <type name="X">
37126       <method name="Void .ctor()">
37127         <size>7</size>
37128       </method>
37129       <method name="Int32 Main()">
37130         <size>59</size>
37131       </method>
37132     </type>
37133     <type name="X+D">
37134       <method name="Void .ctor(Object, IntPtr)">
37135         <size>0</size>
37136       </method>
37137       <method name="Void Invoke()">
37138         <size>0</size>
37139       </method>
37140       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37141         <size>0</size>
37142       </method>
37143       <method name="Void EndInvoke(IAsyncResult)">
37144         <size>0</size>
37145       </method>
37146     </type>
37147     <type name="X+&lt;Main&gt;c__AnonStorey0">
37148       <method name="Void .ctor()">
37149         <size>7</size>
37150       </method>
37151       <method name="Void &lt;&gt;m__0()">
37152         <size>49</size>
37153       </method>
37154     </type>
37155   </test>
37156   <test name="test-anon-10.cs">
37157     <type name="S">
37158       <method name="Void .ctor()">
37159         <size>7</size>
37160       </method>
37161       <method name="Void Test()">
37162         <size>105</size>
37163       </method>
37164       <method name="Int32 Main()">
37165         <size>66</size>
37166       </method>
37167     </type>
37168     <type name="S+T">
37169       <method name="Void .ctor(Object, IntPtr)">
37170         <size>0</size>
37171       </method>
37172       <method name="Void Invoke()">
37173         <size>0</size>
37174       </method>
37175       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37176         <size>0</size>
37177       </method>
37178       <method name="Void EndInvoke(IAsyncResult)">
37179         <size>0</size>
37180       </method>
37181     </type>
37182     <type name="S+&lt;Test&gt;c__AnonStorey1">
37183       <method name="Void .ctor()">
37184         <size>7</size>
37185       </method>
37186     </type>
37187     <type name="S+&lt;Test&gt;c__AnonStorey0">
37188       <method name="Void .ctor()">
37189         <size>7</size>
37190       </method>
37191     </type>
37192     <type name="S+&lt;Test&gt;c__AnonStorey1">
37193       <method name="Void &lt;&gt;m__0()">
37194         <size>76</size>
37195       </method>
37196     </type>
37197   </test>
37198   <test name="test-anon-11.cs">
37199     <type name="X">
37200       <method name="Void .ctor()">
37201         <size>7</size>
37202       </method>
37203       <method name="Int32 Main()">
37204         <size>122</size>
37205       </method>
37206     </type>
37207     <type name="D">
37208       <method name="Void .ctor(Object, IntPtr)">
37209         <size>0</size>
37210       </method>
37211       <method name="Void Invoke(Int32)">
37212         <size>0</size>
37213       </method>
37214       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37215         <size>0</size>
37216       </method>
37217       <method name="Void EndInvoke(IAsyncResult)">
37218         <size>0</size>
37219       </method>
37220     </type>
37221     <type name="E">
37222       <method name="Void .ctor(Object, IntPtr)">
37223         <size>0</size>
37224       </method>
37225       <method name="Void Invoke(Int32 ByRef)">
37226         <size>0</size>
37227       </method>
37228       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
37229         <size>0</size>
37230       </method>
37231       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
37232         <size>0</size>
37233       </method>
37234     </type>
37235     <type name="F">
37236       <method name="Void .ctor(Object, IntPtr)">
37237         <size>0</size>
37238       </method>
37239       <method name="Void Invoke(System.Int32[])">
37240         <size>0</size>
37241       </method>
37242       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
37243         <size>0</size>
37244       </method>
37245       <method name="Void EndInvoke(IAsyncResult)">
37246         <size>0</size>
37247       </method>
37248     </type>
37249     <type name="X">
37250       <method name="Void &lt;Main&gt;m__0(Int32)">
37251         <size>1</size>
37252       </method>
37253       <method name="Void &lt;Main&gt;m__1(Int32)">
37254         <size>1</size>
37255       </method>
37256       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
37257         <size>1</size>
37258       </method>
37259       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
37260         <size>1</size>
37261       </method>
37262     </type>
37263   </test>
37264   <test name="test-anon-12.cs">
37265     <type name="X">
37266       <method name="Void .ctor()">
37267         <size>7</size>
37268       </method>
37269       <method name="Int32 Main()">
37270         <size>257</size>
37271       </method>
37272       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
37273         <size>81</size>
37274       </method>
37275     </type>
37276     <type name="predicate">
37277       <method name="Void .ctor(Object, IntPtr)">
37278         <size>0</size>
37279       </method>
37280       <method name="Boolean Invoke(System.Object)">
37281         <size>0</size>
37282       </method>
37283       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
37284         <size>0</size>
37285       </method>
37286       <method name="Boolean EndInvoke(IAsyncResult)">
37287         <size>0</size>
37288       </method>
37289     </type>
37290     <type name="X">
37291       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
37292         <size>12</size>
37293       </method>
37294     </type>
37295   </test>
37296   <test name="test-anon-13.cs">
37297     <type name="X">
37298       <method name="Void .ctor(Int32)">
37299         <size>14</size>
37300       </method>
37301       <method name="Void Main()">
37302         <size>42</size>
37303       </method>
37304       <method name="D T()">
37305         <size>15</size>
37306       </method>
37307       <method name="System.String CALL()">
37308         <size>6</size>
37309       </method>
37310     </type>
37311     <type name="D">
37312       <method name="Void .ctor(Object, IntPtr)">
37313         <size>0</size>
37314       </method>
37315       <method name="Void Invoke()">
37316         <size>0</size>
37317       </method>
37318       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37319         <size>0</size>
37320       </method>
37321       <method name="Void EndInvoke(IAsyncResult)">
37322         <size>0</size>
37323       </method>
37324     </type>
37325     <type name="X">
37326       <method name="Void &lt;T&gt;m__0()">
37327         <size>22</size>
37328       </method>
37329     </type>
37330   </test>
37331   <test name="test-anon-14.cs">
37332     <type name="X">
37333       <method name="Void .ctor()">
37334         <size>7</size>
37335       </method>
37336       <method name="Void add_Click(X+T)">
37337         <size>22</size>
37338       </method>
37339       <method name="Void remove_Click(X+T)">
37340         <size>22</size>
37341       </method>
37342       <method name="Void Method()">
37343         <size>1</size>
37344       </method>
37345       <method name="Void Main()">
37346         <size>46</size>
37347       </method>
37348     </type>
37349     <type name="X+T">
37350       <method name="Void .ctor(Object, IntPtr)">
37351         <size>0</size>
37352       </method>
37353       <method name="Void Invoke()">
37354         <size>0</size>
37355       </method>
37356       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37357         <size>0</size>
37358       </method>
37359       <method name="Void EndInvoke(IAsyncResult)">
37360         <size>0</size>
37361       </method>
37362     </type>
37363   </test>
37364   <test name="test-anon-15.cs">
37365     <type name="Foo">
37366       <method name="Void .ctor()">
37367         <size>7</size>
37368       </method>
37369       <method name="Void Main()">
37370         <size>43</size>
37371       </method>
37372     </type>
37373     <type name="Foo+Inner">
37374       <method name="Void .ctor(String)">
37375         <size>7</size>
37376       </method>
37377     </type>
37378     <type name="Foo+foo_fn">
37379       <method name="Void .ctor(Object, IntPtr)">
37380         <size>0</size>
37381       </method>
37382       <method name="Foo+Inner Invoke(System.String)">
37383         <size>0</size>
37384       </method>
37385       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
37386         <size>0</size>
37387       </method>
37388       <method name="Foo+Inner EndInvoke(IAsyncResult)">
37389         <size>0</size>
37390       </method>
37391     </type>
37392     <type name="Foo">
37393       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
37394         <size>13</size>
37395       </method>
37396     </type>
37397   </test>
37398   <test name="test-anon-16.cs">
37399     <type name="X">
37400       <method name="Void .ctor(Int32)">
37401         <size>14</size>
37402       </method>
37403       <method name="Void Main()">
37404         <size>42</size>
37405       </method>
37406       <method name="D T()">
37407         <size>15</size>
37408       </method>
37409     </type>
37410     <type name="D">
37411       <method name="Void .ctor(Object, IntPtr)">
37412         <size>0</size>
37413       </method>
37414       <method name="Void Invoke()">
37415         <size>0</size>
37416       </method>
37417       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37418         <size>0</size>
37419       </method>
37420       <method name="Void EndInvoke(IAsyncResult)">
37421         <size>0</size>
37422       </method>
37423     </type>
37424     <type name="X">
37425       <method name="Void &lt;T&gt;m__0()">
37426         <size>27</size>
37427       </method>
37428     </type>
37429   </test>
37430   <test name="test-anon-17.cs">
37431     <type name="Button">
37432       <method name="Void .ctor()">
37433         <size>7</size>
37434       </method>
37435       <method name="Void add_Clicked(ClickEvent)">
37436         <size>24</size>
37437       </method>
37438       <method name="Void remove_Clicked(ClickEvent)">
37439         <size>24</size>
37440       </method>
37441       <method name="Void DoClick()">
37442         <size>12</size>
37443       </method>
37444     </type>
37445     <type name="X">
37446       <method name="Void .ctor()">
37447         <size>7</size>
37448       </method>
37449       <method name="Void .cctor()">
37450         <size>1</size>
37451       </method>
37452       <method name="Int32 Main()">
37453         <size>61</size>
37454       </method>
37455     </type>
37456     <type name="ClickEvent">
37457       <method name="Void .ctor(Object, IntPtr)">
37458         <size>0</size>
37459       </method>
37460       <method name="Void Invoke()">
37461         <size>0</size>
37462       </method>
37463       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37464         <size>0</size>
37465       </method>
37466       <method name="Void EndInvoke(IAsyncResult)">
37467         <size>0</size>
37468       </method>
37469     </type>
37470     <type name="X">
37471       <method name="Void &lt;Main&gt;m__0()">
37472         <size>17</size>
37473       </method>
37474     </type>
37475   </test>
37476   <test name="test-anon-18.cs">
37477     <type name="DelegateTest">
37478       <method name="Void .ctor()">
37479         <size>7</size>
37480       </method>
37481       <method name="Void Main(System.String[])">
37482         <size>83</size>
37483       </method>
37484     </type>
37485     <type name="A">
37486       <method name="Void .ctor(Object, IntPtr)">
37487         <size>0</size>
37488       </method>
37489       <method name="Void Invoke()">
37490         <size>0</size>
37491       </method>
37492       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37493         <size>0</size>
37494       </method>
37495       <method name="Void EndInvoke(IAsyncResult)">
37496         <size>0</size>
37497       </method>
37498     </type>
37499     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
37500       <method name="Void .ctor()">
37501         <size>7</size>
37502       </method>
37503       <method name="Void &lt;&gt;m__0()">
37504         <size>17</size>
37505       </method>
37506     </type>
37507   </test>
37508   <test name="test-anon-19.cs">
37509     <type name="X">
37510       <method name="Void .ctor()">
37511         <size>7</size>
37512       </method>
37513       <method name="Int32 Main()">
37514         <size>223</size>
37515       </method>
37516       <method name="Boolean t(Int32, Int32)">
37517         <size>5</size>
37518       </method>
37519     </type>
37520     <type name="S">
37521       <method name="Void .ctor(Object, IntPtr)">
37522         <size>0</size>
37523       </method>
37524       <method name="Void Invoke()">
37525         <size>0</size>
37526       </method>
37527       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37528         <size>0</size>
37529       </method>
37530       <method name="Void EndInvoke(IAsyncResult)">
37531         <size>0</size>
37532       </method>
37533     </type>
37534     <type name="X+&lt;Main&gt;c__AnonStorey1">
37535       <method name="Void .ctor()">
37536         <size>7</size>
37537       </method>
37538       <method name="Void &lt;&gt;m__0()">
37539         <size>93</size>
37540       </method>
37541     </type>
37542     <type name="X+&lt;Main&gt;c__AnonStorey0">
37543       <method name="Void .ctor()">
37544         <size>7</size>
37545       </method>
37546     </type>
37547   </test>
37548   <test name="test-anon-20.cs">
37549     <type name="X">
37550       <method name="Void .ctor()">
37551         <size>7</size>
37552       </method>
37553       <method name="Void Main()">
37554         <size>33</size>
37555       </method>
37556       <method name="D MainHost()">
37557         <size>28</size>
37558       </method>
37559     </type>
37560     <type name="D">
37561       <method name="Void .ctor(Object, IntPtr)">
37562         <size>0</size>
37563       </method>
37564       <method name="Void Invoke()">
37565         <size>0</size>
37566       </method>
37567       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37568         <size>0</size>
37569       </method>
37570       <method name="Void EndInvoke(IAsyncResult)">
37571         <size>0</size>
37572       </method>
37573     </type>
37574     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
37575       <method name="Void .ctor()">
37576         <size>7</size>
37577       </method>
37578       <method name="Void &lt;&gt;m__0()">
37579         <size>52</size>
37580       </method>
37581     </type>
37582     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
37583       <method name="Void .ctor()">
37584         <size>7</size>
37585       </method>
37586       <method name="Void &lt;&gt;m__1()">
37587         <size>52</size>
37588       </method>
37589     </type>
37590   </test>
37591   <test name="test-anon-21.cs">
37592     <type name="X">
37593       <method name="Void .ctor()">
37594         <size>7</size>
37595       </method>
37596       <method name="Void .cctor()">
37597         <size>1</size>
37598       </method>
37599       <method name="Int32 Main()">
37600         <size>68</size>
37601       </method>
37602       <method name="Void M()">
37603         <size>44</size>
37604       </method>
37605     </type>
37606     <type name="D">
37607       <method name="Void .ctor(Object, IntPtr)">
37608         <size>0</size>
37609       </method>
37610       <method name="Void Invoke()">
37611         <size>0</size>
37612       </method>
37613       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37614         <size>0</size>
37615       </method>
37616       <method name="Void EndInvoke(IAsyncResult)">
37617         <size>0</size>
37618       </method>
37619     </type>
37620     <type name="X+&lt;M&gt;c__AnonStorey0">
37621       <method name="Void .ctor()">
37622         <size>7</size>
37623       </method>
37624       <method name="Void &lt;&gt;m__0()">
37625         <size>48</size>
37626       </method>
37627     </type>
37628     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
37629       <method name="Void .ctor()">
37630         <size>7</size>
37631       </method>
37632       <method name="Void &lt;&gt;m__1()">
37633         <size>81</size>
37634       </method>
37635     </type>
37636   </test>
37637   <test name="test-anon-22.cs">
37638     <type name="X">
37639       <method name="Void .ctor()">
37640         <size>7</size>
37641       </method>
37642       <method name="Void Main()">
37643         <size>33</size>
37644       </method>
37645       <method name="D T()">
37646         <size>28</size>
37647       </method>
37648     </type>
37649     <type name="D">
37650       <method name="Void .ctor(Object, IntPtr)">
37651         <size>0</size>
37652       </method>
37653       <method name="Void Invoke()">
37654         <size>0</size>
37655       </method>
37656       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37657         <size>0</size>
37658       </method>
37659       <method name="Void EndInvoke(IAsyncResult)">
37660         <size>0</size>
37661       </method>
37662     </type>
37663     <type name="X+&lt;T&gt;c__AnonStorey0">
37664       <method name="Void .ctor()">
37665         <size>7</size>
37666       </method>
37667       <method name="Void &lt;&gt;m__0()">
37668         <size>52</size>
37669       </method>
37670     </type>
37671     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
37672       <method name="Void .ctor()">
37673         <size>7</size>
37674       </method>
37675       <method name="Void &lt;&gt;m__1()">
37676         <size>52</size>
37677       </method>
37678     </type>
37679   </test>
37680   <test name="test-anon-23.cs">
37681     <type name="X">
37682       <method name="Void .ctor()">
37683         <size>7</size>
37684       </method>
37685       <method name="Int32 Main()">
37686         <size>68</size>
37687       </method>
37688       <method name="Void M()">
37689         <size>34</size>
37690       </method>
37691     </type>
37692     <type name="D">
37693       <method name="Void .ctor(Object, IntPtr)">
37694         <size>0</size>
37695       </method>
37696       <method name="Void Invoke()">
37697         <size>0</size>
37698       </method>
37699       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37700         <size>0</size>
37701       </method>
37702       <method name="Void EndInvoke(IAsyncResult)">
37703         <size>0</size>
37704       </method>
37705     </type>
37706     <type name="X+&lt;M&gt;c__AnonStorey0">
37707       <method name="Void .ctor()">
37708         <size>7</size>
37709       </method>
37710       <method name="Void &lt;&gt;m__0()">
37711         <size>38</size>
37712       </method>
37713     </type>
37714     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
37715       <method name="Void .ctor()">
37716         <size>7</size>
37717       </method>
37718       <method name="Void &lt;&gt;m__1()">
37719         <size>24</size>
37720       </method>
37721     </type>
37722   </test>
37723   <test name="test-anon-24.cs">
37724     <type name="X">
37725       <method name="Void .ctor()">
37726         <size>7</size>
37727       </method>
37728       <method name="Void Main()">
37729         <size>29</size>
37730       </method>
37731       <method name="D T(Int32)">
37732         <size>28</size>
37733       </method>
37734     </type>
37735     <type name="D">
37736       <method name="Void .ctor(Object, IntPtr)">
37737         <size>0</size>
37738       </method>
37739       <method name="Int32 Invoke()">
37740         <size>0</size>
37741       </method>
37742       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37743         <size>0</size>
37744       </method>
37745       <method name="Int32 EndInvoke(IAsyncResult)">
37746         <size>0</size>
37747       </method>
37748     </type>
37749     <type name="X+&lt;T&gt;c__AnonStorey0">
37750       <method name="Void .ctor()">
37751         <size>7</size>
37752       </method>
37753       <method name="Int32 &lt;&gt;m__0()">
37754         <size>21</size>
37755       </method>
37756     </type>
37757   </test>
37758   <test name="test-anon-25.cs">
37759     <type name="X">
37760       <method name="Void .ctor()">
37761         <size>7</size>
37762       </method>
37763       <method name="Int32 Main()">
37764         <size>48</size>
37765       </method>
37766       <method name="D T(Int32)">
37767         <size>28</size>
37768       </method>
37769     </type>
37770     <type name="D">
37771       <method name="Void .ctor(Object, IntPtr)">
37772         <size>0</size>
37773       </method>
37774       <method name="Int32 Invoke(Int32)">
37775         <size>0</size>
37776       </method>
37777       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37778         <size>0</size>
37779       </method>
37780       <method name="Int32 EndInvoke(IAsyncResult)">
37781         <size>0</size>
37782       </method>
37783     </type>
37784     <type name="X+&lt;T&gt;c__AnonStorey0">
37785       <method name="Void .ctor()">
37786         <size>7</size>
37787       </method>
37788       <method name="Int32 &lt;&gt;m__0(Int32)">
37789         <size>9</size>
37790       </method>
37791     </type>
37792   </test>
37793   <test name="test-anon-27.cs">
37794     <type name="X">
37795       <method name="Void .ctor()">
37796         <size>7</size>
37797       </method>
37798       <method name="Int32 Main()">
37799         <size>138</size>
37800       </method>
37801       <method name="Void M(Int32)">
37802         <size>59</size>
37803       </method>
37804     </type>
37805     <type name="D">
37806       <method name="Void .ctor(Object, IntPtr)">
37807         <size>0</size>
37808       </method>
37809       <method name="Void Invoke()">
37810         <size>0</size>
37811       </method>
37812       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37813         <size>0</size>
37814       </method>
37815       <method name="Void EndInvoke(IAsyncResult)">
37816         <size>0</size>
37817       </method>
37818     </type>
37819     <type name="X+&lt;M&gt;c__AnonStorey0">
37820       <method name="Void .ctor()">
37821         <size>7</size>
37822       </method>
37823       <method name="Void &lt;&gt;m__0()">
37824         <size>38</size>
37825       </method>
37826     </type>
37827     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
37828       <method name="Void .ctor()">
37829         <size>7</size>
37830       </method>
37831       <method name="Void &lt;&gt;m__1()">
37832         <size>50</size>
37833       </method>
37834     </type>
37835   </test>
37836   <test name="test-anon-28.cs">
37837     <type name="Delegable">
37838       <method name="Void .ctor()">
37839         <size>7</size>
37840       </method>
37841       <method name="Void add_MyDelegate(System.EventHandler)">
37842         <size>24</size>
37843       </method>
37844       <method name="Void remove_MyDelegate(System.EventHandler)">
37845         <size>24</size>
37846       </method>
37847     </type>
37848     <type name="DelegateTest">
37849       <method name="Void .ctor()">
37850         <size>7</size>
37851       </method>
37852       <method name="Void Main(System.String[])">
37853         <size>58</size>
37854       </method>
37855     </type>
37856     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
37857       <method name="Void .ctor()">
37858         <size>7</size>
37859       </method>
37860       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
37861         <size>33</size>
37862       </method>
37863     </type>
37864   </test>
37865   <test name="test-anon-29.cs">
37866     <type name="X">
37867       <method name="Void .ctor()">
37868         <size>108</size>
37869       </method>
37870       <method name="System.String Hello()">
37871         <size>20</size>
37872       </method>
37873       <method name="Void Main()">
37874         <size>18</size>
37875       </method>
37876     </type>
37877     <type name="X+Foo">
37878       <method name="Void .ctor(Object, IntPtr)">
37879         <size>0</size>
37880       </method>
37881       <method name="System.String Invoke()">
37882         <size>0</size>
37883       </method>
37884       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37885         <size>0</size>
37886       </method>
37887       <method name="System.String EndInvoke(IAsyncResult)">
37888         <size>0</size>
37889       </method>
37890     </type>
37891     <type name="X+Bar">
37892       <method name="Void .ctor(Object, IntPtr)">
37893         <size>0</size>
37894       </method>
37895       <method name="Void Invoke(System.String)">
37896         <size>0</size>
37897       </method>
37898       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
37899         <size>0</size>
37900       </method>
37901       <method name="Void EndInvoke(IAsyncResult)">
37902         <size>0</size>
37903       </method>
37904     </type>
37905     <type name="X">
37906       <method name="Void &lt;Hello&gt;m__1(System.String)">
37907         <size>7</size>
37908       </method>
37909       <method name="System.String &lt;Hello&gt;m__0()">
37910         <size>201</size>
37911       </method>
37912       <method name="Void &lt;Hello&gt;m__2(System.String)">
37913         <size>7</size>
37914       </method>
37915     </type>
37916   </test>
37917   <test name="test-anon-30.cs">
37918     <type name="X">
37919       <method name="Void .ctor()">
37920         <size>7</size>
37921       </method>
37922     </type>
37923     <type name="Program">
37924       <method name="Void add_E(Program+D)">
37925         <size>22</size>
37926       </method>
37927       <method name="Void remove_E(Program+D)">
37928         <size>22</size>
37929       </method>
37930       <method name="Void Main()">
37931         <size>38</size>
37932       </method>
37933     </type>
37934     <type name="Program+D">
37935       <method name="Void .ctor(Object, IntPtr)">
37936         <size>0</size>
37937       </method>
37938       <method name="Void Invoke(X)">
37939         <size>0</size>
37940       </method>
37941       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
37942         <size>0</size>
37943       </method>
37944       <method name="Void EndInvoke(IAsyncResult)">
37945         <size>0</size>
37946       </method>
37947     </type>
37948     <type name="Program+&lt;Main&gt;c__AnonStorey0">
37949       <method name="Void .ctor()">
37950         <size>7</size>
37951       </method>
37952       <method name="Void &lt;&gt;m__0(X)">
37953         <size>15</size>
37954       </method>
37955     </type>
37956   </test>
37957   <test name="test-anon-31.cs">
37958     <type name="test">
37959       <method name="Void .ctor()">
37960         <size>7</size>
37961       </method>
37962       <method name="IEnumerable testen(Int32)">
37963         <size>30</size>
37964       </method>
37965     </type>
37966     <type name="reflect">
37967       <method name="Void .ctor()">
37968         <size>7</size>
37969       </method>
37970       <method name="Void Main(System.String[])">
37971         <size>122</size>
37972       </method>
37973     </type>
37974     <type name="test+&lt;testen&gt;c__Iterator0">
37975       <method name="Void .ctor()">
37976         <size>7</size>
37977       </method>
37978       <method name="System.Object System.Collections.IEnumerator.get_Current()">
37979         <size>7</size>
37980       </method>
37981       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
37982         <size>7</size>
37983       </method>
37984       <method name="Boolean MoveNext()">
37985         <size>195</size>
37986       </method>
37987       <method name="Void Dispose()">
37988         <size>8</size>
37989       </method>
37990       <method name="Void Reset()">
37991         <size>6</size>
37992       </method>
37993       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
37994         <size>7</size>
37995       </method>
37996       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
37997         <size>40</size>
37998       </method>
37999     </type>
38000   </test>
38001   <test name="test-anon-32.cs">
38002     <type name="MainClass">
38003       <method name="Void .ctor()">
38004         <size>7</size>
38005       </method>
38006       <method name="Void Main()">
38007         <size>37</size>
38008       </method>
38009       <method name="Void SimpleCallback(MainClass, System.String)">
38010         <size>7</size>
38011       </method>
38012     </type>
38013     <type name="StringSender">
38014       <method name="Void .ctor(Object, IntPtr)">
38015         <size>0</size>
38016       </method>
38017       <method name="Void Invoke(System.String)">
38018         <size>0</size>
38019       </method>
38020       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
38021         <size>0</size>
38022       </method>
38023       <method name="Void EndInvoke(IAsyncResult)">
38024         <size>0</size>
38025       </method>
38026     </type>
38027     <type name="VoidDelegate">
38028       <method name="Void .ctor(Object, IntPtr)">
38029         <size>0</size>
38030       </method>
38031       <method name="Void Invoke()">
38032         <size>0</size>
38033       </method>
38034       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38035         <size>0</size>
38036       </method>
38037       <method name="Void EndInvoke(IAsyncResult)">
38038         <size>0</size>
38039       </method>
38040     </type>
38041     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
38042       <method name="Void .ctor()">
38043         <size>7</size>
38044       </method>
38045       <method name="Void &lt;&gt;m__0()">
38046         <size>25</size>
38047       </method>
38048       <method name="Void &lt;&gt;m__1(System.String)">
38049         <size>13</size>
38050       </method>
38051     </type>
38052   </test>
38053   <test name="test-anon-33.cs">
38054     <type name="T">
38055       <method name="Void .ctor()">
38056         <size>7</size>
38057       </method>
38058       <method name="Void doit(Int32)">
38059         <size>7</size>
38060       </method>
38061       <method name="Void Main()">
38062         <size>162</size>
38063       </method>
38064     </type>
38065     <type name="Do">
38066       <method name="Void .ctor(Object, IntPtr)">
38067         <size>0</size>
38068       </method>
38069       <method name="Void Invoke()">
38070         <size>0</size>
38071       </method>
38072       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38073         <size>0</size>
38074       </method>
38075       <method name="Void EndInvoke(IAsyncResult)">
38076         <size>0</size>
38077       </method>
38078     </type>
38079     <type name="T+&lt;Main&gt;c__AnonStorey0">
38080       <method name="Void .ctor()">
38081         <size>7</size>
38082       </method>
38083       <method name="Void &lt;&gt;m__0()">
38084         <size>12</size>
38085       </method>
38086     </type>
38087     <type name="T+&lt;Main&gt;c__AnonStorey1">
38088       <method name="Void .ctor()">
38089         <size>7</size>
38090       </method>
38091       <method name="Void &lt;&gt;m__1()">
38092         <size>12</size>
38093       </method>
38094     </type>
38095   </test>
38096   <test name="test-anon-34.cs">
38097     <type name="Delegates.Space">
38098       <method name="Void .ctor()">
38099         <size>7</size>
38100       </method>
38101       <method name="Void Leak(Boolean, Int32)">
38102         <size>92</size>
38103       </method>
38104     </type>
38105     <type name="Delegates.Program">
38106       <method name="Void .ctor()">
38107         <size>7</size>
38108       </method>
38109       <method name="Void SpaceLeak()">
38110         <size>37</size>
38111       </method>
38112       <method name="Void Main(System.String[])">
38113         <size>6</size>
38114       </method>
38115     </type>
38116     <type name="Delegates.Space+DoCopy">
38117       <method name="Void .ctor(Object, IntPtr)">
38118         <size>0</size>
38119       </method>
38120       <method name="Void Invoke()">
38121         <size>0</size>
38122       </method>
38123       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38124         <size>0</size>
38125       </method>
38126       <method name="Void EndInvoke(IAsyncResult)">
38127         <size>0</size>
38128       </method>
38129     </type>
38130     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
38131       <method name="Void .ctor()">
38132         <size>7</size>
38133       </method>
38134       <method name="Void &lt;&gt;m__0()">
38135         <size>23</size>
38136       </method>
38137     </type>
38138     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
38139       <method name="Void .ctor()">
38140         <size>7</size>
38141       </method>
38142       <method name="Void &lt;&gt;m__1()">
38143         <size>19</size>
38144       </method>
38145     </type>
38146   </test>
38147   <test name="test-anon-35.cs">
38148     <type name="CustomDict">
38149       <method name="Void .ctor()">
38150         <size>66</size>
38151       </method>
38152       <method name="IEnumerator GetEnumerator()">
38153         <size>15</size>
38154       </method>
38155     </type>
38156     <type name="Tests">
38157       <method name="Void .ctor()">
38158         <size>7</size>
38159       </method>
38160       <method name="Void Main()">
38161         <size>7</size>
38162       </method>
38163     </type>
38164     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
38165       <method name="Void .ctor()">
38166         <size>7</size>
38167       </method>
38168       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38169         <size>7</size>
38170       </method>
38171       <method name="Boolean MoveNext()">
38172         <size>86</size>
38173       </method>
38174       <method name="Void Dispose()">
38175         <size>8</size>
38176       </method>
38177       <method name="Void Reset()">
38178         <size>6</size>
38179       </method>
38180       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38181         <size>7</size>
38182       </method>
38183     </type>
38184   </test>
38185   <test name="test-anon-36.cs">
38186     <type name="Test">
38187       <method name="Void .ctor(TestMethod)">
38188         <size>7</size>
38189       </method>
38190       <method name="Void .ctor(TestMethod2)">
38191         <size>7</size>
38192       </method>
38193       <method name="Void Main()">
38194         <size>36</size>
38195       </method>
38196     </type>
38197     <type name="TestMethod">
38198       <method name="Void .ctor(Object, IntPtr)">
38199         <size>0</size>
38200       </method>
38201       <method name="Void Invoke()">
38202         <size>0</size>
38203       </method>
38204       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38205         <size>0</size>
38206       </method>
38207       <method name="Void EndInvoke(IAsyncResult)">
38208         <size>0</size>
38209       </method>
38210     </type>
38211     <type name="TestMethod2">
38212       <method name="Void .ctor(Object, IntPtr)">
38213         <size>0</size>
38214       </method>
38215       <method name="Void Invoke(System.Object)">
38216         <size>0</size>
38217       </method>
38218       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
38219         <size>0</size>
38220       </method>
38221       <method name="Void EndInvoke(IAsyncResult)">
38222         <size>0</size>
38223       </method>
38224     </type>
38225     <type name="Test">
38226       <method name="Void &lt;Main&gt;m__0()">
38227         <size>1</size>
38228       </method>
38229     </type>
38230   </test>
38231   <test name="test-anon-37.cs">
38232     <type name="DelegateInit">
38233       <method name="Void .ctor()">
38234         <size>7</size>
38235       </method>
38236       <method name="Void .cctor()">
38237         <size>35</size>
38238       </method>
38239       <method name="Void Main(System.String[])">
38240         <size>11</size>
38241       </method>
38242     </type>
38243     <type name="DelegateInit+FooDelegate">
38244       <method name="Void .ctor(Object, IntPtr)">
38245         <size>0</size>
38246       </method>
38247       <method name="Void Invoke()">
38248         <size>0</size>
38249       </method>
38250       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38251         <size>0</size>
38252       </method>
38253       <method name="Void EndInvoke(IAsyncResult)">
38254         <size>0</size>
38255       </method>
38256     </type>
38257     <type name="DelegateInit">
38258       <method name="Void &lt;_print&gt;m__0()">
38259         <size>11</size>
38260       </method>
38261     </type>
38262   </test>
38263   <test name="test-anon-38.cs">
38264     <type name="X">
38265       <method name="Void .ctor()">
38266         <size>7</size>
38267       </method>
38268       <method name="Void Hello(Int64, Int64)">
38269         <size>1</size>
38270       </method>
38271       <method name="Void Test(Int32)">
38272         <size>67</size>
38273       </method>
38274       <method name="Void Main()">
38275         <size>14</size>
38276       </method>
38277     </type>
38278     <type name="Simple">
38279       <method name="Void .ctor(Object, IntPtr)">
38280         <size>0</size>
38281       </method>
38282       <method name="Void Invoke()">
38283         <size>0</size>
38284       </method>
38285       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38286         <size>0</size>
38287       </method>
38288       <method name="Void EndInvoke(IAsyncResult)">
38289         <size>0</size>
38290       </method>
38291     </type>
38292     <type name="Foo">
38293       <method name="Void .ctor(Object, IntPtr)">
38294         <size>0</size>
38295       </method>
38296       <method name="Simple Invoke()">
38297         <size>0</size>
38298       </method>
38299       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38300         <size>0</size>
38301       </method>
38302       <method name="Simple EndInvoke(IAsyncResult)">
38303         <size>0</size>
38304       </method>
38305     </type>
38306     <type name="X+&lt;Test&gt;c__AnonStorey0">
38307       <method name="Void .ctor()">
38308         <size>7</size>
38309       </method>
38310       <method name="Simple &lt;&gt;m__0()">
38311         <size>64</size>
38312       </method>
38313     </type>
38314     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38315       <method name="Void .ctor()">
38316         <size>7</size>
38317       </method>
38318       <method name="Void &lt;&gt;m__1()">
38319         <size>34</size>
38320       </method>
38321     </type>
38322   </test>
38323   <test name="test-anon-39.cs">
38324     <type name="X">
38325       <method name="Void .ctor()">
38326         <size>7</size>
38327       </method>
38328       <method name="Void Hello(Int64)">
38329         <size>1</size>
38330       </method>
38331       <method name="Void Test(Int32)">
38332         <size>65</size>
38333       </method>
38334       <method name="Void Main()">
38335         <size>14</size>
38336       </method>
38337     </type>
38338     <type name="Simple">
38339       <method name="Void .ctor(Object, IntPtr)">
38340         <size>0</size>
38341       </method>
38342       <method name="Void Invoke()">
38343         <size>0</size>
38344       </method>
38345       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38346         <size>0</size>
38347       </method>
38348       <method name="Void EndInvoke(IAsyncResult)">
38349         <size>0</size>
38350       </method>
38351     </type>
38352     <type name="Foo">
38353       <method name="Void .ctor(Object, IntPtr)">
38354         <size>0</size>
38355       </method>
38356       <method name="Simple Invoke()">
38357         <size>0</size>
38358       </method>
38359       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38360         <size>0</size>
38361       </method>
38362       <method name="Simple EndInvoke(IAsyncResult)">
38363         <size>0</size>
38364       </method>
38365     </type>
38366     <type name="X+&lt;Test&gt;c__AnonStorey0">
38367       <method name="Void .ctor()">
38368         <size>7</size>
38369       </method>
38370       <method name="Simple &lt;&gt;m__0()">
38371         <size>30</size>
38372       </method>
38373       <method name="Void &lt;&gt;m__1()">
38374         <size>18</size>
38375       </method>
38376     </type>
38377   </test>
38378   <test name="test-anon-40.cs">
38379     <type name="X">
38380       <method name="Void .ctor()">
38381         <size>7</size>
38382       </method>
38383       <method name="Void Hello(Int64)">
38384         <size>1</size>
38385       </method>
38386       <method name="Void Test(Int32)">
38387         <size>65</size>
38388       </method>
38389       <method name="Void Main()">
38390         <size>14</size>
38391       </method>
38392     </type>
38393     <type name="Simple">
38394       <method name="Void .ctor(Object, IntPtr)">
38395         <size>0</size>
38396       </method>
38397       <method name="Void Invoke()">
38398         <size>0</size>
38399       </method>
38400       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38401         <size>0</size>
38402       </method>
38403       <method name="Void EndInvoke(IAsyncResult)">
38404         <size>0</size>
38405       </method>
38406     </type>
38407     <type name="Foo">
38408       <method name="Void .ctor(Object, IntPtr)">
38409         <size>0</size>
38410       </method>
38411       <method name="Simple Invoke()">
38412         <size>0</size>
38413       </method>
38414       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38415         <size>0</size>
38416       </method>
38417       <method name="Simple EndInvoke(IAsyncResult)">
38418         <size>0</size>
38419       </method>
38420     </type>
38421     <type name="X+&lt;Test&gt;c__AnonStorey0">
38422       <method name="Void .ctor()">
38423         <size>7</size>
38424       </method>
38425       <method name="Simple &lt;&gt;m__0()">
38426         <size>30</size>
38427       </method>
38428       <method name="Void &lt;&gt;m__1()">
38429         <size>18</size>
38430       </method>
38431     </type>
38432   </test>
38433   <test name="test-anon-41.cs">
38434     <type name="X">
38435       <method name="Void .ctor()">
38436         <size>7</size>
38437       </method>
38438       <method name="Void Hello(Int64)">
38439         <size>1</size>
38440       </method>
38441       <method name="Void Test(Int32)">
38442         <size>65</size>
38443       </method>
38444       <method name="Void Main()">
38445         <size>14</size>
38446       </method>
38447     </type>
38448     <type name="Simple">
38449       <method name="Void .ctor(Object, IntPtr)">
38450         <size>0</size>
38451       </method>
38452       <method name="Void Invoke()">
38453         <size>0</size>
38454       </method>
38455       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38456         <size>0</size>
38457       </method>
38458       <method name="Void EndInvoke(IAsyncResult)">
38459         <size>0</size>
38460       </method>
38461     </type>
38462     <type name="Foo">
38463       <method name="Void .ctor(Object, IntPtr)">
38464         <size>0</size>
38465       </method>
38466       <method name="Simple Invoke()">
38467         <size>0</size>
38468       </method>
38469       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38470         <size>0</size>
38471       </method>
38472       <method name="Simple EndInvoke(IAsyncResult)">
38473         <size>0</size>
38474       </method>
38475     </type>
38476     <type name="X+&lt;Test&gt;c__AnonStorey0">
38477       <method name="Void .ctor()">
38478         <size>7</size>
38479       </method>
38480       <method name="Simple &lt;&gt;m__0()">
38481         <size>55</size>
38482       </method>
38483     </type>
38484     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38485       <method name="Void .ctor()">
38486         <size>7</size>
38487       </method>
38488       <method name="Void &lt;&gt;m__1()">
38489         <size>35</size>
38490       </method>
38491     </type>
38492   </test>
38493   <test name="test-anon-42.cs">
38494     <type name="X">
38495       <method name="Void .ctor()">
38496         <size>7</size>
38497       </method>
38498       <method name="Void Hello(Int64)">
38499         <size>1</size>
38500       </method>
38501       <method name="Void Test(Int32)">
38502         <size>51</size>
38503       </method>
38504       <method name="Void Main()">
38505         <size>13</size>
38506       </method>
38507     </type>
38508     <type name="Simple">
38509       <method name="Void .ctor(Object, IntPtr)">
38510         <size>0</size>
38511       </method>
38512       <method name="Void Invoke()">
38513         <size>0</size>
38514       </method>
38515       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38516         <size>0</size>
38517       </method>
38518       <method name="Void EndInvoke(IAsyncResult)">
38519         <size>0</size>
38520       </method>
38521     </type>
38522     <type name="Foo">
38523       <method name="Void .ctor(Object, IntPtr)">
38524         <size>0</size>
38525       </method>
38526       <method name="Simple Invoke()">
38527         <size>0</size>
38528       </method>
38529       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38530         <size>0</size>
38531       </method>
38532       <method name="Simple EndInvoke(IAsyncResult)">
38533         <size>0</size>
38534       </method>
38535     </type>
38536     <type name="X">
38537       <method name="Simple &lt;Test&gt;m__0()">
38538         <size>37</size>
38539       </method>
38540       <method name="Void &lt;Test&gt;m__1()">
38541         <size>8</size>
38542       </method>
38543     </type>
38544   </test>
38545   <test name="test-anon-43.cs">
38546     <type name="X">
38547       <method name="Void .ctor()">
38548         <size>7</size>
38549       </method>
38550       <method name="Void Hello(Int64, Int64)">
38551         <size>1</size>
38552       </method>
38553       <method name="Void Test(Int32)">
38554         <size>54</size>
38555       </method>
38556       <method name="Void Main()">
38557         <size>14</size>
38558       </method>
38559     </type>
38560     <type name="Simple">
38561       <method name="Void .ctor(Object, IntPtr)">
38562         <size>0</size>
38563       </method>
38564       <method name="Void Invoke()">
38565         <size>0</size>
38566       </method>
38567       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38568         <size>0</size>
38569       </method>
38570       <method name="Void EndInvoke(IAsyncResult)">
38571         <size>0</size>
38572       </method>
38573     </type>
38574     <type name="Foo">
38575       <method name="Void .ctor(Object, IntPtr)">
38576         <size>0</size>
38577       </method>
38578       <method name="Simple Invoke()">
38579         <size>0</size>
38580       </method>
38581       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38582         <size>0</size>
38583       </method>
38584       <method name="Simple EndInvoke(IAsyncResult)">
38585         <size>0</size>
38586       </method>
38587     </type>
38588     <type name="X+&lt;Test&gt;c__AnonStorey0">
38589       <method name="Void .ctor()">
38590         <size>7</size>
38591       </method>
38592       <method name="Simple &lt;&gt;m__0()">
38593         <size>64</size>
38594       </method>
38595     </type>
38596     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38597       <method name="Void .ctor()">
38598         <size>7</size>
38599       </method>
38600       <method name="Void &lt;&gt;m__1()">
38601         <size>34</size>
38602       </method>
38603     </type>
38604   </test>
38605   <test name="test-anon-44.cs">
38606     <type name="X">
38607       <method name="Void .ctor()">
38608         <size>7</size>
38609       </method>
38610       <method name="Void Hello(Int64)">
38611         <size>1</size>
38612       </method>
38613       <method name="Void Test(Int32)">
38614         <size>68</size>
38615       </method>
38616       <method name="Void Main()">
38617         <size>14</size>
38618       </method>
38619     </type>
38620     <type name="Simple">
38621       <method name="Void .ctor(Object, IntPtr)">
38622         <size>0</size>
38623       </method>
38624       <method name="Void Invoke()">
38625         <size>0</size>
38626       </method>
38627       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38628         <size>0</size>
38629       </method>
38630       <method name="Void EndInvoke(IAsyncResult)">
38631         <size>0</size>
38632       </method>
38633     </type>
38634     <type name="Foo">
38635       <method name="Void .ctor(Object, IntPtr)">
38636         <size>0</size>
38637       </method>
38638       <method name="Simple Invoke()">
38639         <size>0</size>
38640       </method>
38641       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38642         <size>0</size>
38643       </method>
38644       <method name="Simple EndInvoke(IAsyncResult)">
38645         <size>0</size>
38646       </method>
38647     </type>
38648     <type name="X+&lt;Test&gt;c__AnonStorey0">
38649       <method name="Void .ctor()">
38650         <size>7</size>
38651       </method>
38652       <method name="Simple &lt;&gt;m__1()">
38653         <size>33</size>
38654       </method>
38655       <method name="Simple &lt;&gt;m__0()">
38656         <size>51</size>
38657       </method>
38658       <method name="Void &lt;&gt;m__3()">
38659         <size>21</size>
38660       </method>
38661     </type>
38662     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38663       <method name="Void .ctor()">
38664         <size>7</size>
38665       </method>
38666       <method name="Void &lt;&gt;m__2()">
38667         <size>26</size>
38668       </method>
38669     </type>
38670   </test>
38671   <test name="test-anon-45.cs">
38672     <type name="Test">
38673       <method name="Void .ctor()">
38674         <size>7</size>
38675       </method>
38676       <method name="Void Main()">
38677         <size>64</size>
38678       </method>
38679       <method name="IEnumerator GetEnumerator()">
38680         <size>8</size>
38681       </method>
38682     </type>
38683     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
38684       <method name="Void .ctor()">
38685         <size>7</size>
38686       </method>
38687       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38688         <size>7</size>
38689       </method>
38690       <method name="Boolean MoveNext()">
38691         <size>77</size>
38692       </method>
38693       <method name="Void Dispose()">
38694         <size>8</size>
38695       </method>
38696       <method name="Void Reset()">
38697         <size>6</size>
38698       </method>
38699       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38700         <size>7</size>
38701       </method>
38702     </type>
38703   </test>
38704   <test name="test-anon-46.cs">
38705     <type name="World">
38706       <method name="Void .ctor()">
38707         <size>7</size>
38708       </method>
38709       <method name="Void Hello(Int64)">
38710         <size>1</size>
38711       </method>
38712       <method name="Void Test(Int32)">
38713         <size>50</size>
38714       </method>
38715     </type>
38716     <type name="X">
38717       <method name="Void .ctor()">
38718         <size>7</size>
38719       </method>
38720       <method name="Void Main()">
38721         <size>14</size>
38722       </method>
38723     </type>
38724     <type name="Foo">
38725       <method name="Void .ctor(Object, IntPtr)">
38726         <size>0</size>
38727       </method>
38728       <method name="Void Invoke()">
38729         <size>0</size>
38730       </method>
38731       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38732         <size>0</size>
38733       </method>
38734       <method name="Void EndInvoke(IAsyncResult)">
38735         <size>0</size>
38736       </method>
38737     </type>
38738     <type name="World+&lt;Test&gt;c__AnonStorey0">
38739       <method name="Void .ctor()">
38740         <size>7</size>
38741       </method>
38742       <method name="Void &lt;&gt;m__0()">
38743         <size>19</size>
38744       </method>
38745     </type>
38746   </test>
38747   <test name="test-anon-47.cs">
38748     <type name="World">
38749       <method name="Void .ctor()">
38750         <size>7</size>
38751       </method>
38752       <method name="Void Hello(Int64)">
38753         <size>1</size>
38754       </method>
38755       <method name="Void Test(Int32)">
38756         <size>158</size>
38757       </method>
38758     </type>
38759     <type name="X">
38760       <method name="Void .ctor()">
38761         <size>7</size>
38762       </method>
38763       <method name="Void Main()">
38764         <size>14</size>
38765       </method>
38766     </type>
38767     <type name="Foo">
38768       <method name="Void .ctor(Object, IntPtr)">
38769         <size>0</size>
38770       </method>
38771       <method name="Void Invoke()">
38772         <size>0</size>
38773       </method>
38774       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38775         <size>0</size>
38776       </method>
38777       <method name="Void EndInvoke(IAsyncResult)">
38778         <size>0</size>
38779       </method>
38780     </type>
38781     <type name="World+&lt;Test&gt;c__AnonStorey2">
38782       <method name="Void .ctor()">
38783         <size>7</size>
38784       </method>
38785       <method name="Void &lt;&gt;m__0()">
38786         <size>45</size>
38787       </method>
38788     </type>
38789     <type name="World+&lt;Test&gt;c__AnonStorey0">
38790       <method name="Void .ctor()">
38791         <size>7</size>
38792       </method>
38793     </type>
38794     <type name="World+&lt;Test&gt;c__AnonStorey1">
38795       <method name="Void .ctor()">
38796         <size>7</size>
38797       </method>
38798     </type>
38799   </test>
38800   <test name="test-anon-48.cs">
38801     <type name="World">
38802       <method name="Void .ctor()">
38803         <size>7</size>
38804       </method>
38805       <method name="Void Hello(Int64)">
38806         <size>1</size>
38807       </method>
38808       <method name="Void Test(Int32)">
38809         <size>197</size>
38810       </method>
38811     </type>
38812     <type name="X">
38813       <method name="Void .ctor()">
38814         <size>7</size>
38815       </method>
38816       <method name="Void Main()">
38817         <size>14</size>
38818       </method>
38819     </type>
38820     <type name="Foo">
38821       <method name="Void .ctor(Object, IntPtr)">
38822         <size>0</size>
38823       </method>
38824       <method name="Void Invoke()">
38825         <size>0</size>
38826       </method>
38827       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38828         <size>0</size>
38829       </method>
38830       <method name="Void EndInvoke(IAsyncResult)">
38831         <size>0</size>
38832       </method>
38833     </type>
38834     <type name="World+&lt;Test&gt;c__AnonStorey1">
38835       <method name="Void .ctor()">
38836         <size>7</size>
38837       </method>
38838     </type>
38839     <type name="World+&lt;Test&gt;c__AnonStorey2">
38840       <method name="Void .ctor()">
38841         <size>7</size>
38842       </method>
38843     </type>
38844     <type name="World+&lt;Test&gt;c__AnonStorey0">
38845       <method name="Void .ctor()">
38846         <size>7</size>
38847       </method>
38848       <method name="Void &lt;&gt;m__0()">
38849         <size>63</size>
38850       </method>
38851     </type>
38852   </test>
38853   <test name="test-anon-49.cs">
38854     <type name="Test">
38855       <method name="Void .ctor()">
38856         <size>7</size>
38857       </method>
38858       <method name="Void Main()">
38859         <size>64</size>
38860       </method>
38861       <method name="IEnumerator GetEnumerator()">
38862         <size>8</size>
38863       </method>
38864     </type>
38865     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
38866       <method name="Void .ctor()">
38867         <size>7</size>
38868       </method>
38869       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38870         <size>7</size>
38871       </method>
38872       <method name="Boolean MoveNext()">
38873         <size>185</size>
38874       </method>
38875       <method name="Void Dispose()">
38876         <size>62</size>
38877       </method>
38878       <method name="Void Reset()">
38879         <size>6</size>
38880       </method>
38881       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38882         <size>7</size>
38883       </method>
38884     </type>
38885   </test>
38886   <test name="test-anon-50.cs">
38887     <type name="Test">
38888       <method name="Void .ctor()">
38889         <size>7</size>
38890       </method>
38891       <method name="IEnumerable Foo(Int32)">
38892         <size>30</size>
38893       </method>
38894     </type>
38895     <type name="X">
38896       <method name="Void .ctor()">
38897         <size>7</size>
38898       </method>
38899       <method name="Int32 Main()">
38900         <size>196</size>
38901       </method>
38902     </type>
38903     <type name="Test+&lt;Foo&gt;c__Iterator0">
38904       <method name="Void .ctor()">
38905         <size>7</size>
38906       </method>
38907       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38908         <size>7</size>
38909       </method>
38910       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
38911         <size>7</size>
38912       </method>
38913       <method name="Boolean MoveNext()">
38914         <size>118</size>
38915       </method>
38916       <method name="Void Dispose()">
38917         <size>8</size>
38918       </method>
38919       <method name="Void Reset()">
38920         <size>6</size>
38921       </method>
38922       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38923         <size>7</size>
38924       </method>
38925       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
38926         <size>40</size>
38927       </method>
38928     </type>
38929   </test>
38930   <test name="test-anon-51.cs">
38931     <type name="X">
38932       <method name="Void .ctor()">
38933         <size>7</size>
38934       </method>
38935       <method name="Void .cctor()">
38936         <size>35</size>
38937       </method>
38938       <method name="Void Main()">
38939         <size>11</size>
38940       </method>
38941     </type>
38942     <type name="FooDelegate">
38943       <method name="Void .ctor(Object, IntPtr)">
38944         <size>0</size>
38945       </method>
38946       <method name="Void Invoke()">
38947         <size>0</size>
38948       </method>
38949       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38950         <size>0</size>
38951       </method>
38952       <method name="Void EndInvoke(IAsyncResult)">
38953         <size>0</size>
38954       </method>
38955     </type>
38956     <type name="X">
38957       <method name="Void &lt;Print&gt;m__0()">
38958         <size>11</size>
38959       </method>
38960     </type>
38961   </test>
38962   <test name="test-anon-52.cs">
38963     <type name="X">
38964       <method name="Void .ctor()">
38965         <size>7</size>
38966       </method>
38967       <method name="IEnumerator GetIt(System.Int32[])">
38968         <size>22</size>
38969       </method>
38970       <method name="Int32 Main()">
38971         <size>33</size>
38972       </method>
38973     </type>
38974     <type name="X+A">
38975       <method name="Void .ctor(Object, IntPtr)">
38976         <size>0</size>
38977       </method>
38978       <method name="Void Invoke()">
38979         <size>0</size>
38980       </method>
38981       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38982         <size>0</size>
38983       </method>
38984       <method name="Void EndInvoke(IAsyncResult)">
38985         <size>0</size>
38986       </method>
38987     </type>
38988     <type name="X+&lt;GetIt&gt;c__Iterator0">
38989       <method name="Void .ctor()">
38990         <size>7</size>
38991       </method>
38992       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38993         <size>7</size>
38994       </method>
38995       <method name="Boolean MoveNext()">
38996         <size>201</size>
38997       </method>
38998       <method name="Void &lt;&gt;m__0()">
38999         <size>22</size>
39000       </method>
39001       <method name="Void Dispose()">
39002         <size>8</size>
39003       </method>
39004       <method name="Void Reset()">
39005         <size>6</size>
39006       </method>
39007       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39008         <size>7</size>
39009       </method>
39010     </type>
39011   </test>
39012   <test name="test-anon-53.cs">
39013     <type name="Test">
39014       <method name="Void .ctor(Int32)">
39015         <size>39</size>
39016       </method>
39017       <method name="Void .cctor()">
39018         <size>33</size>
39019       </method>
39020     </type>
39021     <type name="X">
39022       <method name="Void .ctor()">
39023         <size>7</size>
39024       </method>
39025       <method name="Void Main()">
39026         <size>15</size>
39027       </method>
39028     </type>
39029     <type name="Foo">
39030       <method name="Void .ctor(Object, IntPtr)">
39031         <size>0</size>
39032       </method>
39033       <method name="Void Invoke()">
39034         <size>0</size>
39035       </method>
39036       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39037         <size>0</size>
39038       </method>
39039       <method name="Void EndInvoke(IAsyncResult)">
39040         <size>0</size>
39041       </method>
39042     </type>
39043     <type name="Test+&lt;Test&gt;c__AnonStorey0">
39044       <method name="Void .ctor()">
39045         <size>7</size>
39046       </method>
39047       <method name="Void &lt;&gt;m__0()">
39048         <size>12</size>
39049       </method>
39050     </type>
39051     <type name="Test+&lt;Test&gt;c__AnonStorey1">
39052       <method name="Void .ctor()">
39053         <size>7</size>
39054       </method>
39055       <method name="Void &lt;&gt;m__1()">
39056         <size>12</size>
39057       </method>
39058     </type>
39059   </test>
39060   <test name="test-anon-54.cs">
39061     <type name="X">
39062       <method name="Void .ctor()">
39063         <size>7</size>
39064       </method>
39065       <method name="Void Main()">
39066         <size>22</size>
39067       </method>
39068     </type>
39069     <type name="Hello">
39070       <method name="Void .ctor(Object, IntPtr)">
39071         <size>0</size>
39072       </method>
39073       <method name="Void Invoke()">
39074         <size>0</size>
39075       </method>
39076       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39077         <size>0</size>
39078       </method>
39079       <method name="Void EndInvoke(IAsyncResult)">
39080         <size>0</size>
39081       </method>
39082     </type>
39083     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
39084       <method name="Void .ctor()">
39085         <size>7</size>
39086       </method>
39087       <method name="Void &lt;&gt;m__0()">
39088         <size>25</size>
39089       </method>
39090     </type>
39091     <type name="Foo">
39092       <method name="Void .ctor(Int32)">
39093         <size>8</size>
39094       </method>
39095       <method name="Void Test(Foo)">
39096         <size>45</size>
39097       </method>
39098       <method name="Void Hello(Int32)">
39099         <size>19</size>
39100       </method>
39101       <method name="System.String ToString()">
39102         <size>22</size>
39103       </method>
39104     </type>
39105   </test>
39106   <test name="test-anon-55.cs">
39107     <type name="Foo">
39108       <method name="Void .ctor()">
39109         <size>7</size>
39110       </method>
39111       <method name="Void Test(Foo+Hello)">
39112         <size>7</size>
39113       </method>
39114       <method name="Void Private()">
39115         <size>11</size>
39116       </method>
39117       <method name="Void Test()">
39118         <size>19</size>
39119       </method>
39120     </type>
39121     <type name="X">
39122       <method name="Void .ctor()">
39123         <size>7</size>
39124       </method>
39125       <method name="Void Main()">
39126         <size>13</size>
39127       </method>
39128     </type>
39129     <type name="Foo+Hello">
39130       <method name="Void .ctor(Object, IntPtr)">
39131         <size>0</size>
39132       </method>
39133       <method name="Void Invoke()">
39134         <size>0</size>
39135       </method>
39136       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39137         <size>0</size>
39138       </method>
39139       <method name="Void EndInvoke(IAsyncResult)">
39140         <size>0</size>
39141       </method>
39142     </type>
39143     <type name="Foo">
39144       <method name="Void &lt;Test&gt;m__0()">
39145         <size>7</size>
39146       </method>
39147     </type>
39148   </test>
39149   <test name="test-anon-56.cs">
39150     <type name="Observable">
39151       <method name="Void .ctor()">
39152         <size>7</size>
39153       </method>
39154       <method name="Void Main(System.String[])">
39155         <size>50</size>
39156       </method>
39157     </type>
39158     <type name="QueueHandler">
39159       <method name="Void .ctor(Object, IntPtr)">
39160         <size>0</size>
39161       </method>
39162       <method name="Void Invoke(Observable)">
39163         <size>0</size>
39164       </method>
39165       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
39166         <size>0</size>
39167       </method>
39168       <method name="Void EndInvoke(IAsyncResult)">
39169         <size>0</size>
39170       </method>
39171     </type>
39172     <type name="Observable">
39173       <method name="Void &lt;Main&gt;m__0(Observable)">
39174         <size>11</size>
39175       </method>
39176     </type>
39177   </test>
39178   <test name="test-anon-57.cs">
39179     <type name="X">
39180       <method name="Void .ctor()">
39181         <size>7</size>
39182       </method>
39183       <method name="Int32 Test()">
39184         <size>257</size>
39185       </method>
39186       <method name="Int32 Main()">
39187         <size>45</size>
39188       </method>
39189     </type>
39190     <type name="X+TestDelegate">
39191       <method name="Void .ctor(Object, IntPtr)">
39192         <size>0</size>
39193       </method>
39194       <method name="Void Invoke()">
39195         <size>0</size>
39196       </method>
39197       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39198         <size>0</size>
39199       </method>
39200       <method name="Void EndInvoke(IAsyncResult)">
39201         <size>0</size>
39202       </method>
39203     </type>
39204     <type name="X+&lt;Test&gt;c__AnonStorey1">
39205       <method name="Void .ctor()">
39206         <size>7</size>
39207       </method>
39208       <method name="Void &lt;&gt;m__0()">
39209         <size>95</size>
39210       </method>
39211     </type>
39212     <type name="X+&lt;Test&gt;c__AnonStorey0">
39213       <method name="Void .ctor()">
39214         <size>7</size>
39215       </method>
39216     </type>
39217   </test>
39218   <test name="test-anon-58.cs">
39219     <type name="X">
39220       <method name="Void .ctor()">
39221         <size>7</size>
39222       </method>
39223       <method name="Int32 Test(Int32)">
39224         <size>344</size>
39225       </method>
39226       <method name="Int32 Main()">
39227         <size>46</size>
39228       </method>
39229     </type>
39230     <type name="X+TestDelegate">
39231       <method name="Void .ctor(Object, IntPtr)">
39232         <size>0</size>
39233       </method>
39234       <method name="Void Invoke()">
39235         <size>0</size>
39236       </method>
39237       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39238         <size>0</size>
39239       </method>
39240       <method name="Void EndInvoke(IAsyncResult)">
39241         <size>0</size>
39242       </method>
39243     </type>
39244     <type name="X+&lt;Test&gt;c__AnonStorey1">
39245       <method name="Void .ctor()">
39246         <size>7</size>
39247       </method>
39248       <method name="Void &lt;&gt;m__0()">
39249         <size>171</size>
39250       </method>
39251     </type>
39252     <type name="X+&lt;Test&gt;c__AnonStorey0">
39253       <method name="Void .ctor()">
39254         <size>7</size>
39255       </method>
39256     </type>
39257     <type name="X+&lt;Test&gt;c__AnonStorey2">
39258       <method name="Void .ctor()">
39259         <size>7</size>
39260       </method>
39261     </type>
39262   </test>
39263   <test name="test-anon-59.cs">
39264     <type name="X">
39265       <method name="Void .ctor()">
39266         <size>7</size>
39267       </method>
39268       <method name="Int32 Test(Int32)">
39269         <size>515</size>
39270       </method>
39271       <method name="Int32 Main()">
39272         <size>46</size>
39273       </method>
39274     </type>
39275     <type name="X+TestDelegate">
39276       <method name="Void .ctor(Object, IntPtr)">
39277         <size>0</size>
39278       </method>
39279       <method name="Void Invoke()">
39280         <size>0</size>
39281       </method>
39282       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39283         <size>0</size>
39284       </method>
39285       <method name="Void EndInvoke(IAsyncResult)">
39286         <size>0</size>
39287       </method>
39288     </type>
39289     <type name="X+&lt;Test&gt;c__AnonStorey2">
39290       <method name="Void .ctor()">
39291         <size>7</size>
39292       </method>
39293       <method name="Void &lt;&gt;m__0()">
39294         <size>233</size>
39295       </method>
39296     </type>
39297     <type name="X+&lt;Test&gt;c__AnonStorey1">
39298       <method name="Void .ctor()">
39299         <size>7</size>
39300       </method>
39301     </type>
39302     <type name="X+&lt;Test&gt;c__AnonStorey0">
39303       <method name="Void .ctor()">
39304         <size>7</size>
39305       </method>
39306     </type>
39307     <type name="X+&lt;Test&gt;c__AnonStorey3">
39308       <method name="Void .ctor()">
39309         <size>7</size>
39310       </method>
39311     </type>
39312   </test>
39313   <test name="test-anon-60.cs">
39314     <type name="X">
39315       <method name="Void .ctor()">
39316         <size>7</size>
39317       </method>
39318       <method name="Int32 Test(Int32)">
39319         <size>567</size>
39320       </method>
39321       <method name="Int32 Main()">
39322         <size>46</size>
39323       </method>
39324     </type>
39325     <type name="X+TestDelegate">
39326       <method name="Void .ctor(Object, IntPtr)">
39327         <size>0</size>
39328       </method>
39329       <method name="Void Invoke()">
39330         <size>0</size>
39331       </method>
39332       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39333         <size>0</size>
39334       </method>
39335       <method name="Void EndInvoke(IAsyncResult)">
39336         <size>0</size>
39337       </method>
39338     </type>
39339     <type name="X+&lt;Test&gt;c__AnonStorey2">
39340       <method name="Void .ctor()">
39341         <size>7</size>
39342       </method>
39343     </type>
39344     <type name="X+&lt;Test&gt;c__AnonStorey1">
39345       <method name="Void .ctor()">
39346         <size>7</size>
39347       </method>
39348     </type>
39349     <type name="X+&lt;Test&gt;c__AnonStorey0">
39350       <method name="Void .ctor()">
39351         <size>7</size>
39352       </method>
39353     </type>
39354     <type name="X+&lt;Test&gt;c__AnonStorey3">
39355       <method name="Void .ctor()">
39356         <size>7</size>
39357       </method>
39358     </type>
39359     <type name="X+&lt;Test&gt;c__AnonStorey2">
39360       <method name="Void &lt;&gt;m__0()">
39361         <size>356</size>
39362       </method>
39363     </type>
39364     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
39365       <method name="Void .ctor()">
39366         <size>7</size>
39367       </method>
39368       <method name="Void &lt;&gt;m__1()">
39369         <size>124</size>
39370       </method>
39371     </type>
39372   </test>
39373   <test name="test-anon-61.cs">
39374     <type name="X">
39375       <method name="Void .ctor()">
39376         <size>7</size>
39377       </method>
39378       <method name="Int32 Test()">
39379         <size>333</size>
39380       </method>
39381       <method name="Int32 Main()">
39382         <size>59</size>
39383       </method>
39384     </type>
39385     <type name="X+TestDelegate">
39386       <method name="Void .ctor(Object, IntPtr)">
39387         <size>0</size>
39388       </method>
39389       <method name="Void Invoke()">
39390         <size>0</size>
39391       </method>
39392       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39393         <size>0</size>
39394       </method>
39395       <method name="Void EndInvoke(IAsyncResult)">
39396         <size>0</size>
39397       </method>
39398     </type>
39399     <type name="X+&lt;Test&gt;c__AnonStorey1">
39400       <method name="Void .ctor()">
39401         <size>7</size>
39402       </method>
39403       <method name="Void &lt;&gt;m__0()">
39404         <size>166</size>
39405       </method>
39406     </type>
39407     <type name="X+&lt;Test&gt;c__AnonStorey0">
39408       <method name="Void .ctor()">
39409         <size>7</size>
39410       </method>
39411     </type>
39412   </test>
39413   <test name="test-anon-62.cs">
39414     <type name="X">
39415       <method name="Void .ctor(String)">
39416         <size>14</size>
39417       </method>
39418       <method name="Void Main()">
39419         <size>1</size>
39420       </method>
39421     </type>
39422     <type name="Y">
39423       <method name="Void .ctor(Z)">
39424         <size>56</size>
39425       </method>
39426     </type>
39427     <type name="Z">
39428       <method name="Void .ctor()">
39429         <size>7</size>
39430       </method>
39431       <method name="Void Hello()">
39432         <size>1</size>
39433       </method>
39434     </type>
39435     <type name="FooHandler">
39436       <method name="Void .ctor(Object, IntPtr)">
39437         <size>0</size>
39438       </method>
39439       <method name="Void Invoke()">
39440         <size>0</size>
39441       </method>
39442       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39443         <size>0</size>
39444       </method>
39445       <method name="Void EndInvoke(IAsyncResult)">
39446         <size>0</size>
39447       </method>
39448     </type>
39449     <type name="Y+&lt;Y&gt;c__AnonStorey0">
39450       <method name="Void .ctor()">
39451         <size>7</size>
39452       </method>
39453       <method name="Void &lt;&gt;m__0()">
39454         <size>12</size>
39455       </method>
39456     </type>
39457   </test>
39458   <test name="test-anon-63.cs">
39459     <type name="X">
39460       <method name="Void .ctor()">
39461         <size>7</size>
39462       </method>
39463       <method name="IEnumerator GetIt(System.Int32[])">
39464         <size>22</size>
39465       </method>
39466       <method name="Int32 Main()">
39467         <size>34</size>
39468       </method>
39469     </type>
39470     <type name="X+A">
39471       <method name="Void .ctor(Object, IntPtr)">
39472         <size>0</size>
39473       </method>
39474       <method name="Int32 Invoke()">
39475         <size>0</size>
39476       </method>
39477       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39478         <size>0</size>
39479       </method>
39480       <method name="Int32 EndInvoke(IAsyncResult)">
39481         <size>0</size>
39482       </method>
39483     </type>
39484     <type name="X+&lt;GetIt&gt;c__Iterator0">
39485       <method name="Void .ctor()">
39486         <size>7</size>
39487       </method>
39488       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39489         <size>7</size>
39490       </method>
39491       <method name="Boolean MoveNext()">
39492         <size>195</size>
39493       </method>
39494       <method name="Int32 &lt;&gt;m__0()">
39495         <size>44</size>
39496       </method>
39497       <method name="Void Dispose()">
39498         <size>8</size>
39499       </method>
39500       <method name="Void Reset()">
39501         <size>6</size>
39502       </method>
39503       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39504         <size>7</size>
39505       </method>
39506     </type>
39507   </test>
39508   <test name="test-anon-64.cs">
39509     <type name="Source">
39510       <method name="Void .ctor()">
39511         <size>7</size>
39512       </method>
39513       <method name="Void add_ChildSourceAdded(System.EventHandler)">
39514         <size>24</size>
39515       </method>
39516       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
39517         <size>24</size>
39518       </method>
39519       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
39520         <size>24</size>
39521       </method>
39522       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
39523         <size>24</size>
39524       </method>
39525       <method name="Source FindSource(Source)">
39526         <size>2</size>
39527       </method>
39528       <method name="Void AddSource(Source, Int32, System.Object)">
39529         <size>132</size>
39530       </method>
39531       <method name="Void Main()">
39532         <size>1</size>
39533       </method>
39534     </type>
39535     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
39536       <method name="Void .ctor()">
39537         <size>7</size>
39538       </method>
39539       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
39540         <size>30</size>
39541       </method>
39542     </type>
39543     <type name="Source">
39544       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
39545         <size>1</size>
39546       </method>
39547     </type>
39548   </test>
39549   <test name="test-anon-65.cs">
39550     <type name="BaseClass">
39551       <method name="Void .ctor(SomeDelegate)">
39552         <size>13</size>
39553       </method>
39554     </type>
39555     <type name="TestClass">
39556       <method name="Void .ctor(Int32)">
39557         <size>32</size>
39558       </method>
39559       <method name="Int32 Main(System.String[])">
39560         <size>9</size>
39561       </method>
39562     </type>
39563     <type name="BaseClass+SomeDelegate">
39564       <method name="Void .ctor(Object, IntPtr)">
39565         <size>0</size>
39566       </method>
39567       <method name="Void Invoke()">
39568         <size>0</size>
39569       </method>
39570       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39571         <size>0</size>
39572       </method>
39573       <method name="Void EndInvoke(IAsyncResult)">
39574         <size>0</size>
39575       </method>
39576     </type>
39577     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
39578       <method name="Void .ctor()">
39579         <size>7</size>
39580       </method>
39581       <method name="Void &lt;&gt;m__0()">
39582         <size>12</size>
39583       </method>
39584     </type>
39585   </test>
39586   <test name="test-anon-66.cs">
39587     <type name="Test">
39588       <method name="Void .ctor()">
39589         <size>7</size>
39590       </method>
39591       <method name="Void add_testEvent(Test+TestEventHandler)">
39592         <size>24</size>
39593       </method>
39594       <method name="Void remove_testEvent(Test+TestEventHandler)">
39595         <size>24</size>
39596       </method>
39597       <method name="Void add_TestEvent(Test+TestEventHandler)">
39598         <size>33</size>
39599       </method>
39600       <method name="Void remove_TestEvent(Test+TestEventHandler)">
39601         <size>1</size>
39602       </method>
39603       <method name="Void Main()">
39604         <size>1</size>
39605       </method>
39606     </type>
39607     <type name="Test+TestEventHandler">
39608       <method name="Void .ctor(Object, IntPtr)">
39609         <size>0</size>
39610       </method>
39611       <method name="Void Invoke()">
39612         <size>0</size>
39613       </method>
39614       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39615         <size>0</size>
39616       </method>
39617       <method name="Void EndInvoke(IAsyncResult)">
39618         <size>0</size>
39619       </method>
39620     </type>
39621     <type name="Test+&lt;&gt;c__AnonStorey0">
39622       <method name="Void .ctor()">
39623         <size>7</size>
39624       </method>
39625       <method name="Void &lt;&gt;m__0()">
39626         <size>12</size>
39627       </method>
39628     </type>
39629   </test>
39630   <test name="test-anon-67.cs">
39631     <type name="ClassOne">
39632       <method name="Void .ctor(ReturnStringDelegate)">
39633         <size>7</size>
39634       </method>
39635       <method name="Void .ctor(String)">
39636         <size>32</size>
39637       </method>
39638       <method name="Void Main()">
39639         <size>1</size>
39640       </method>
39641     </type>
39642     <type name="ClassOne+ReturnStringDelegate">
39643       <method name="Void .ctor(Object, IntPtr)">
39644         <size>0</size>
39645       </method>
39646       <method name="System.String Invoke()">
39647         <size>0</size>
39648       </method>
39649       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39650         <size>0</size>
39651       </method>
39652       <method name="System.String EndInvoke(IAsyncResult)">
39653         <size>0</size>
39654       </method>
39655     </type>
39656     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
39657       <method name="Void .ctor()">
39658         <size>7</size>
39659       </method>
39660       <method name="System.String &lt;&gt;m__0()">
39661         <size>7</size>
39662       </method>
39663     </type>
39664   </test>
39665   <test name="test-anon-68.cs">
39666     <type name="C">
39667       <method name="Void .ctor()">
39668         <size>7</size>
39669       </method>
39670       <method name="Void T(D1)">
39671         <size>1</size>
39672       </method>
39673       <method name="Void T(D2)">
39674         <size>1</size>
39675       </method>
39676       <method name="Void Main()">
39677         <size>69</size>
39678       </method>
39679     </type>
39680     <type name="D1">
39681       <method name="Void .ctor(Object, IntPtr)">
39682         <size>0</size>
39683       </method>
39684       <method name="Void Invoke(Int32)">
39685         <size>0</size>
39686       </method>
39687       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39688         <size>0</size>
39689       </method>
39690       <method name="Void EndInvoke(IAsyncResult)">
39691         <size>0</size>
39692       </method>
39693     </type>
39694     <type name="D2">
39695       <method name="Void .ctor(Object, IntPtr)">
39696         <size>0</size>
39697       </method>
39698       <method name="Void Invoke(System.String ByRef)">
39699         <size>0</size>
39700       </method>
39701       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
39702         <size>0</size>
39703       </method>
39704       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
39705         <size>0</size>
39706       </method>
39707     </type>
39708     <type name="C">
39709       <method name="Void &lt;Main&gt;m__0(Int32)">
39710         <size>1</size>
39711       </method>
39712       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
39713         <size>8</size>
39714       </method>
39715     </type>
39716   </test>
39717   <test name="test-anon-69.cs">
39718     <type name="SingleSteppingEngine">
39719       <method name="Void .ctor()">
39720         <size>7</size>
39721       </method>
39722       <method name="System.Object SendCommand(TargetAccessDelegate)">
39723         <size>8</size>
39724       </method>
39725       <method name="Void Detach()">
39726         <size>20</size>
39727       </method>
39728     </type>
39729     <type name="X">
39730       <method name="Void .ctor()">
39731         <size>7</size>
39732       </method>
39733       <method name="Void Main()">
39734         <size>1</size>
39735       </method>
39736     </type>
39737     <type name="TargetAccessDelegate">
39738       <method name="Void .ctor(Object, IntPtr)">
39739         <size>0</size>
39740       </method>
39741       <method name="System.Object Invoke(System.Object)">
39742         <size>0</size>
39743       </method>
39744       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
39745         <size>0</size>
39746       </method>
39747       <method name="System.Object EndInvoke(IAsyncResult)">
39748         <size>0</size>
39749       </method>
39750     </type>
39751     <type name="SingleSteppingEngine">
39752       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
39753         <size>19</size>
39754       </method>
39755     </type>
39756   </test>
39757   <test name="test-anon-70.cs">
39758     <type name="C">
39759       <method name="Void .ctor()">
39760         <size>7</size>
39761       </method>
39762       <method name="Void Test(C+D)">
39763         <size>1</size>
39764       </method>
39765       <method name="Void Main()">
39766         <size>99</size>
39767       </method>
39768     </type>
39769     <type name="C+D">
39770       <method name="Void .ctor(Object, IntPtr)">
39771         <size>0</size>
39772       </method>
39773       <method name="Void Invoke()">
39774         <size>0</size>
39775       </method>
39776       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39777         <size>0</size>
39778       </method>
39779       <method name="Void EndInvoke(IAsyncResult)">
39780         <size>0</size>
39781       </method>
39782     </type>
39783     <type name="UnsafeClass">
39784       <method name="Void .ctor()">
39785         <size>7</size>
39786       </method>
39787     </type>
39788     <type name="C">
39789       <method name="Void UnsafeTests()">
39790         <size>35</size>
39791       </method>
39792     </type>
39793     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
39794       <method name="Void .ctor()">
39795         <size>7</size>
39796       </method>
39797       <method name="Void &lt;&gt;m__0()">
39798         <size>14</size>
39799       </method>
39800     </type>
39801     <type name="C+&lt;Main&gt;c__AnonStorey1">
39802       <method name="Void .ctor()">
39803         <size>7</size>
39804       </method>
39805       <method name="Void &lt;&gt;m__1()">
39806         <size>38</size>
39807       </method>
39808       <method name="Void &lt;&gt;m__2()">
39809         <size>32</size>
39810       </method>
39811     </type>
39812     <type name="C">
39813       <method name="Void &lt;Main&gt;m__3()">
39814         <size>16</size>
39815       </method>
39816     </type>
39817     <type name="UnsafeClass">
39818       <method name="Int32* GetUnsafeValue()">
39819         <size>3</size>
39820       </method>
39821     </type>
39822   </test>
39823   <test name="test-anon-71.cs">
39824     <type name="Program">
39825       <method name="Void .ctor()">
39826         <size>7</size>
39827       </method>
39828       <method name="Errno ProcessFile(System.String, Program+FdCb)">
39829         <size>2</size>
39830       </method>
39831       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
39832         <size>34</size>
39833       </method>
39834       <method name="Void Main()">
39835         <size>1</size>
39836       </method>
39837     </type>
39838     <type name="Program+FdCb">
39839       <method name="Void .ctor(Object, IntPtr)">
39840         <size>0</size>
39841       </method>
39842       <method name="Int32 Invoke(Int32)">
39843         <size>0</size>
39844       </method>
39845       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39846         <size>0</size>
39847       </method>
39848       <method name="Int32 EndInvoke(IAsyncResult)">
39849         <size>0</size>
39850       </method>
39851     </type>
39852     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
39853       <method name="Void .ctor()">
39854         <size>7</size>
39855       </method>
39856       <method name="Int32 &lt;&gt;m__0(Int32)">
39857         <size>46</size>
39858       </method>
39859     </type>
39860   </test>
39861   <test name="test-anon-72.cs">
39862     <type name="Test">
39863       <method name="Void .ctor()">
39864         <size>7</size>
39865       </method>
39866       <method name="Void AddOperator(Test+UnaryOperator)">
39867         <size>1</size>
39868       </method>
39869       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
39870         <size>5</size>
39871       </method>
39872       <method name="Void Main()">
39873         <size>1</size>
39874       </method>
39875       <method name="Void Foo()">
39876         <size>19</size>
39877       </method>
39878     </type>
39879     <type name="Test+UnaryOperator">
39880       <method name="Void .ctor(Object, IntPtr)">
39881         <size>0</size>
39882       </method>
39883       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
39884         <size>0</size>
39885       </method>
39886       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
39887         <size>0</size>
39888       </method>
39889       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
39890         <size>0</size>
39891       </method>
39892     </type>
39893     <type name="Test">
39894       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
39895         <size>31</size>
39896       </method>
39897     </type>
39898   </test>
39899   <test name="test-anon-73.cs">
39900     <type name="T">
39901       <method name="Void .ctor()">
39902         <size>7</size>
39903       </method>
39904       <method name="Void Main()">
39905         <size>31</size>
39906       </method>
39907       <method name="Void Test_1()">
39908         <size>36</size>
39909       </method>
39910     </type>
39911     <type name="D">
39912       <method name="Void .ctor(Object, IntPtr)">
39913         <size>0</size>
39914       </method>
39915       <method name="Void Invoke(System.Object)">
39916         <size>0</size>
39917       </method>
39918       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
39919         <size>0</size>
39920       </method>
39921       <method name="Void EndInvoke(IAsyncResult)">
39922         <size>0</size>
39923       </method>
39924     </type>
39925     <type name="T">
39926       <method name="Void &lt;Main&gt;m__0(System.Object)">
39927         <size>15</size>
39928       </method>
39929       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
39930         <size>29</size>
39931       </method>
39932     </type>
39933   </test>
39934   <test name="test-anon-74.cs">
39935     <type name="Foo">
39936       <method name="Void Baz(Foo+SimpleDelegate)">
39937         <size>8</size>
39938       </method>
39939       <method name="Void Main(System.String[])">
39940         <size>35</size>
39941       </method>
39942     </type>
39943     <type name="Foo+SimpleDelegate">
39944       <method name="Void .ctor(Object, IntPtr)">
39945         <size>0</size>
39946       </method>
39947       <method name="System.String[,] Invoke()">
39948         <size>0</size>
39949       </method>
39950       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39951         <size>0</size>
39952       </method>
39953       <method name="System.String[,] EndInvoke(IAsyncResult)">
39954         <size>0</size>
39955       </method>
39956     </type>
39957     <type name="Foo">
39958       <method name="System.String[,] &lt;Main&gt;m__0()">
39959         <size>34</size>
39960       </method>
39961     </type>
39962   </test>
39963   <test name="test-anon-75.cs">
39964     <type name="Data">
39965       <method name="Void .ctor()">
39966         <size>7</size>
39967       </method>
39968     </type>
39969     <type name="Test">
39970       <method name="Void .ctor()">
39971         <size>7</size>
39972       </method>
39973       <method name="Void Foo(Int32, D)">
39974         <size>1</size>
39975       </method>
39976       <method name="Void Main()">
39977         <size>1</size>
39978       </method>
39979       <method name="Void TestMe()">
39980         <size>154</size>
39981       </method>
39982       <method name="Boolean &lt;TestMe&gt;m__0()">
39983         <size>2</size>
39984       </method>
39985     </type>
39986     <type name="D">
39987       <method name="Void .ctor(Object, IntPtr)">
39988         <size>0</size>
39989       </method>
39990       <method name="Boolean Invoke()">
39991         <size>0</size>
39992       </method>
39993       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39994         <size>0</size>
39995       </method>
39996       <method name="Boolean EndInvoke(IAsyncResult)">
39997         <size>0</size>
39998       </method>
39999     </type>
40000     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
40001       <method name="Void .ctor()">
40002         <size>7</size>
40003       </method>
40004       <method name="Boolean &lt;&gt;m__2()">
40005         <size>14</size>
40006       </method>
40007     </type>
40008     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
40009       <method name="Void .ctor()">
40010         <size>7</size>
40011       </method>
40012     </type>
40013     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
40014       <method name="Boolean &lt;&gt;m__1()">
40015         <size>54</size>
40016       </method>
40017     </type>
40018   </test>
40019   <test name="test-anon-76.cs">
40020     <type name="C">
40021       <method name="Void .ctor()">
40022         <size>7</size>
40023       </method>
40024       <method name="Void set_Item(System.String, FactoryDelegate)">
40025         <size>8</size>
40026       </method>
40027       <method name="FactoryDelegate get_Item(System.String)">
40028         <size>7</size>
40029       </method>
40030       <method name="Void X()">
40031         <size>24</size>
40032       </method>
40033       <method name="Int32 Main()">
40034         <size>70</size>
40035       </method>
40036     </type>
40037     <type name="FactoryDelegate">
40038       <method name="Void .ctor(Object, IntPtr)">
40039         <size>0</size>
40040       </method>
40041       <method name="System.Object Invoke()">
40042         <size>0</size>
40043       </method>
40044       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40045         <size>0</size>
40046       </method>
40047       <method name="System.Object EndInvoke(IAsyncResult)">
40048         <size>0</size>
40049       </method>
40050     </type>
40051     <type name="C">
40052       <method name="System.Object &lt;X&gt;m__0()">
40053         <size>30</size>
40054       </method>
40055     </type>
40056   </test>
40057   <test name="test-anon-77.cs">
40058     <type name="y">
40059       <method name="Void .ctor()">
40060         <size>7</size>
40061       </method>
40062       <method name="Boolean get_Item(Int32)">
40063         <size>28</size>
40064       </method>
40065       <method name="Void set_Item(Int32, Boolean)">
40066         <size>10</size>
40067       </method>
40068       <method name="Void Main()">
40069         <size>1</size>
40070       </method>
40071     </type>
40072     <type name="D">
40073       <method name="Void .ctor(Object, IntPtr)">
40074         <size>0</size>
40075       </method>
40076       <method name="Void Invoke()">
40077         <size>0</size>
40078       </method>
40079       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40080         <size>0</size>
40081       </method>
40082       <method name="Void EndInvoke(IAsyncResult)">
40083         <size>0</size>
40084       </method>
40085     </type>
40086     <type name="y+&lt;&gt;c__AnonStorey0">
40087       <method name="Void .ctor()">
40088         <size>7</size>
40089       </method>
40090       <method name="Void &lt;&gt;m__0()">
40091         <size>8</size>
40092       </method>
40093     </type>
40094   </test>
40095   <test name="test-anon-78.cs">
40096     <type name="DelegateTest">
40097       <method name="Void .ctor()">
40098         <size>7</size>
40099       </method>
40100       <method name="Void .cctor()">
40101         <size>8</size>
40102       </method>
40103       <method name="Void Foo(D1)">
40104         <size>7</size>
40105       </method>
40106       <method name="Void Foo(D2)">
40107         <size>1</size>
40108       </method>
40109       <method name="Int32 Main()">
40110         <size>50</size>
40111       </method>
40112       <method name="Void &lt;Main&gt;m__0()">
40113         <size>18</size>
40114       </method>
40115     </type>
40116     <type name="D1">
40117       <method name="Void .ctor(Object, IntPtr)">
40118         <size>0</size>
40119       </method>
40120       <method name="Void Invoke()">
40121         <size>0</size>
40122       </method>
40123       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40124         <size>0</size>
40125       </method>
40126       <method name="Void EndInvoke(IAsyncResult)">
40127         <size>0</size>
40128       </method>
40129     </type>
40130     <type name="D2">
40131       <method name="Void .ctor(Object, IntPtr)">
40132         <size>0</size>
40133       </method>
40134       <method name="Void Invoke()">
40135         <size>0</size>
40136       </method>
40137       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40138         <size>0</size>
40139       </method>
40140       <method name="Void EndInvoke(IAsyncResult)">
40141         <size>0</size>
40142       </method>
40143     </type>
40144   </test>
40145   <test name="test-anon-79.cs">
40146     <type name="Test">
40147       <method name="Void .ctor()">
40148         <size>7</size>
40149       </method>
40150       <method name="Void add_E(Test+D)">
40151         <size>24</size>
40152       </method>
40153       <method name="Void remove_E(Test+D)">
40154         <size>24</size>
40155       </method>
40156       <method name="Void add_Changed(Test+D)">
40157         <size>30</size>
40158       </method>
40159       <method name="Void remove_Changed(Test+D)">
40160         <size>1</size>
40161       </method>
40162       <method name="Void Foo()">
40163         <size>1</size>
40164       </method>
40165       <method name="Void Main()">
40166         <size>1</size>
40167       </method>
40168     </type>
40169     <type name="Test+D">
40170       <method name="Void .ctor(Object, IntPtr)">
40171         <size>0</size>
40172       </method>
40173       <method name="Void Invoke()">
40174         <size>0</size>
40175       </method>
40176       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40177         <size>0</size>
40178       </method>
40179       <method name="Void EndInvoke(IAsyncResult)">
40180         <size>0</size>
40181       </method>
40182     </type>
40183     <type name="Test">
40184       <method name="Void &lt;add_Changed&gt;m__0()">
40185         <size>7</size>
40186       </method>
40187     </type>
40188   </test>
40189   <test name="test-anon-80.cs">
40190     <type name="MonoBug.MyTest">
40191       <method name="Void .ctor()">
40192         <size>7</size>
40193       </method>
40194       <method name="Int32 Main()">
40195         <size>167</size>
40196       </method>
40197     </type>
40198     <type name="MonoBug.MyTest+EventHandlers">
40199       <method name="Void .ctor()">
40200         <size>18</size>
40201       </method>
40202       <method name="System.EventHandler get_DoNothingEventHandler()">
40203         <size>30</size>
40204       </method>
40205       <method name="System.EventHandler get_DoSomethingEventHandler()">
40206         <size>13</size>
40207       </method>
40208       <method name="System.EventHandler get_Handler()">
40209         <size>7</size>
40210       </method>
40211       <method name="Void set_Handler(System.EventHandler)">
40212         <size>8</size>
40213       </method>
40214       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
40215         <size>1</size>
40216       </method>
40217       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
40218         <size>15</size>
40219       </method>
40220     </type>
40221   </test>
40222   <test name="test-anon-81.cs">
40223     <type name="C">
40224       <method name="Void .ctor()">
40225         <size>7</size>
40226       </method>
40227       <method name="Int32 Main()">
40228         <size>20</size>
40229       </method>
40230       <method name="Int32 Test()">
40231         <size>27</size>
40232       </method>
40233       <method name="Int32 Foo2(C+Cmd2)">
40234         <size>7</size>
40235       </method>
40236       <method name="Void Foo(C+Cmd)">
40237         <size>7</size>
40238       </method>
40239     </type>
40240     <type name="C+Cmd">
40241       <method name="Void .ctor(Object, IntPtr)">
40242         <size>0</size>
40243       </method>
40244       <method name="Void Invoke()">
40245         <size>0</size>
40246       </method>
40247       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40248         <size>0</size>
40249       </method>
40250       <method name="Void EndInvoke(IAsyncResult)">
40251         <size>0</size>
40252       </method>
40253     </type>
40254     <type name="C+Cmd2">
40255       <method name="Void .ctor(Object, IntPtr)">
40256         <size>0</size>
40257       </method>
40258       <method name="Int32 Invoke()">
40259         <size>0</size>
40260       </method>
40261       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40262         <size>0</size>
40263       </method>
40264       <method name="Int32 EndInvoke(IAsyncResult)">
40265         <size>0</size>
40266       </method>
40267     </type>
40268     <type name="C">
40269       <method name="Int32 &lt;Test&gt;m__0()">
40270         <size>45</size>
40271       </method>
40272     </type>
40273     <type name="C+&lt;Test&gt;c__AnonStorey1">
40274       <method name="Void .ctor()">
40275         <size>7</size>
40276       </method>
40277       <method name="Void &lt;&gt;m__1()">
40278         <size>44</size>
40279       </method>
40280     </type>
40281     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
40282       <method name="Void .ctor()">
40283         <size>7</size>
40284       </method>
40285       <method name="Void &lt;&gt;m__2()">
40286         <size>18</size>
40287       </method>
40288     </type>
40289   </test>
40290   <test name="test-anon-82.cs">
40291     <type name="MainClass">
40292       <method name="Void .ctor()">
40293         <size>7</size>
40294       </method>
40295       <method name="Void Main()">
40296         <size>87</size>
40297       </method>
40298       <method name="Void Test2(Int32)">
40299         <size>31</size>
40300       </method>
40301       <method name="Void Test3(Int32)">
40302         <size>57</size>
40303       </method>
40304       <method name="Void Test4()">
40305         <size>31</size>
40306       </method>
40307       <method name="Void Test5(Int32)">
40308         <size>27</size>
40309       </method>
40310       <method name="Void SimpleCallback(MainClass, System.String)">
40311         <size>7</size>
40312       </method>
40313     </type>
40314     <type name="MainClass+D">
40315       <method name="Void .ctor(Object, IntPtr)">
40316         <size>0</size>
40317       </method>
40318       <method name="Int32 Invoke(Int32)">
40319         <size>0</size>
40320       </method>
40321       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40322         <size>0</size>
40323       </method>
40324       <method name="Int32 EndInvoke(IAsyncResult)">
40325         <size>0</size>
40326       </method>
40327     </type>
40328     <type name="StringSender">
40329       <method name="Void .ctor(Object, IntPtr)">
40330         <size>0</size>
40331       </method>
40332       <method name="Void Invoke(System.String)">
40333         <size>0</size>
40334       </method>
40335       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
40336         <size>0</size>
40337       </method>
40338       <method name="Void EndInvoke(IAsyncResult)">
40339         <size>0</size>
40340       </method>
40341     </type>
40342     <type name="VoidDelegate">
40343       <method name="Void .ctor(Object, IntPtr)">
40344         <size>0</size>
40345       </method>
40346       <method name="Void Invoke()">
40347         <size>0</size>
40348       </method>
40349       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40350         <size>0</size>
40351       </method>
40352       <method name="Void EndInvoke(IAsyncResult)">
40353         <size>0</size>
40354       </method>
40355     </type>
40356     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
40357       <method name="Void .ctor()">
40358         <size>7</size>
40359       </method>
40360     </type>
40361     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
40362       <method name="Void .ctor()">
40363         <size>7</size>
40364       </method>
40365     </type>
40366     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
40367       <method name="Void .ctor()">
40368         <size>7</size>
40369       </method>
40370     </type>
40371     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
40372       <method name="Void .ctor()">
40373         <size>7</size>
40374       </method>
40375     </type>
40376     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
40377       <method name="Void .ctor()">
40378         <size>7</size>
40379       </method>
40380     </type>
40381     <type name="MainClass">
40382       <method name="Void &lt;Test2&gt;m__1(System.String)">
40383         <size>27</size>
40384       </method>
40385       <method name="Void &lt;Test3&gt;m__3()">
40386         <size>1</size>
40387       </method>
40388       <method name="Void &lt;Test4&gt;m__4()">
40389         <size>31</size>
40390       </method>
40391       <method name="Void &lt;Test4&gt;m__7()">
40392         <size>28</size>
40393       </method>
40394     </type>
40395     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
40396       <method name="Void &lt;&gt;m__0()">
40397         <size>25</size>
40398       </method>
40399       <method name="Void &lt;&gt;m__9(System.String)">
40400         <size>13</size>
40401       </method>
40402     </type>
40403     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
40404       <method name="Void &lt;&gt;m__2()">
40405         <size>9</size>
40406       </method>
40407     </type>
40408     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
40409       <method name="Int32 &lt;&gt;m__5(Int32)">
40410         <size>46</size>
40411       </method>
40412       <method name="Int32 &lt;&gt;m__A(Int32)">
40413         <size>2</size>
40414       </method>
40415     </type>
40416     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
40417       <method name="Void &lt;&gt;m__6()">
40418         <size>12</size>
40419       </method>
40420     </type>
40421     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
40422       <method name="Void &lt;&gt;m__8()">
40423         <size>14</size>
40424       </method>
40425       <method name="Void &lt;&gt;m__B()">
40426         <size>8</size>
40427       </method>
40428     </type>
40429   </test>
40430   <test name="test-anon-84.cs">
40431     <type name="C">
40432       <method name="Void .ctor()">
40433         <size>42</size>
40434       </method>
40435       <method name="Void .ctor(D)">
40436         <size>42</size>
40437       </method>
40438       <method name="Int32 Main()">
40439         <size>19</size>
40440       </method>
40441     </type>
40442     <type name="D">
40443       <method name="Void .ctor(Object, IntPtr)">
40444         <size>0</size>
40445       </method>
40446       <method name="C Invoke(Int32)">
40447         <size>0</size>
40448       </method>
40449       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40450         <size>0</size>
40451       </method>
40452       <method name="C EndInvoke(IAsyncResult)">
40453         <size>0</size>
40454       </method>
40455     </type>
40456     <type name="C">
40457       <method name="C &lt;field&gt;m__0(Int32)">
40458         <size>4</size>
40459       </method>
40460     </type>
40461   </test>
40462   <test name="test-anon-85.cs">
40463     <type name="X">
40464       <method name="Void .ctor()">
40465         <size>7</size>
40466       </method>
40467       <method name="Int32 Main()">
40468         <size>29</size>
40469       </method>
40470     </type>
40471     <type name="X+D">
40472       <method name="Void .ctor(Object, IntPtr)">
40473         <size>0</size>
40474       </method>
40475       <method name="Void Invoke()">
40476         <size>0</size>
40477       </method>
40478       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40479         <size>0</size>
40480       </method>
40481       <method name="Void EndInvoke(IAsyncResult)">
40482         <size>0</size>
40483       </method>
40484     </type>
40485     <type name="X+&lt;Main&gt;c__AnonStorey0">
40486       <method name="Void .ctor()">
40487         <size>7</size>
40488       </method>
40489       <method name="Void &lt;&gt;m__0()">
40490         <size>8</size>
40491       </method>
40492     </type>
40493   </test>
40494   <test name="test-anon-86.cs">
40495     <type name="Bug.A">
40496       <method name="Void .ctor()">
40497         <size>50</size>
40498       </method>
40499       <method name="Void Test()">
40500         <size>1</size>
40501       </method>
40502       <method name="Int32 Main()">
40503         <size>8</size>
40504       </method>
40505     </type>
40506     <type name="Bug.B">
40507       <method name="Void .ctor()">
40508         <size>7</size>
40509       </method>
40510       <method name="Int32 get_Prop()">
40511         <size>2</size>
40512       </method>
40513     </type>
40514     <type name="Bug.EventHandler">
40515       <method name="Void .ctor(Object, IntPtr)">
40516         <size>0</size>
40517       </method>
40518       <method name="Void Invoke()">
40519         <size>0</size>
40520       </method>
40521       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40522         <size>0</size>
40523       </method>
40524       <method name="Void EndInvoke(IAsyncResult)">
40525         <size>0</size>
40526       </method>
40527     </type>
40528     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
40529       <method name="Void .ctor()">
40530         <size>7</size>
40531       </method>
40532       <method name="Void &lt;&gt;m__0()">
40533         <size>24</size>
40534       </method>
40535     </type>
40536   </test>
40537   <test name="test-anon-87.cs">
40538     <type name="Bug.AA">
40539       <method name="Void .ctor(BB)">
40540         <size>51</size>
40541       </method>
40542       <method name="Void TestMe()">
40543         <size>1</size>
40544       </method>
40545       <method name="Int32 Main()">
40546         <size>18</size>
40547       </method>
40548     </type>
40549     <type name="Bug.BB">
40550       <method name="Void .ctor(String)">
40551         <size>18</size>
40552       </method>
40553       <method name="Void Foo()">
40554         <size>1</size>
40555       </method>
40556     </type>
40557     <type name="Bug.D">
40558       <method name="Void .ctor(Object, IntPtr)">
40559         <size>0</size>
40560       </method>
40561       <method name="Void Invoke()">
40562         <size>0</size>
40563       </method>
40564       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40565         <size>0</size>
40566       </method>
40567       <method name="Void EndInvoke(IAsyncResult)">
40568         <size>0</size>
40569       </method>
40570     </type>
40571     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
40572       <method name="Void .ctor()">
40573         <size>7</size>
40574       </method>
40575       <method name="Void &lt;&gt;m__0()">
40576         <size>23</size>
40577       </method>
40578     </type>
40579   </test>
40580   <test name="test-anon-88.cs">
40581     <type name="C">
40582       <method name="Void .ctor()">
40583         <size>7</size>
40584       </method>
40585       <method name="Int32 Main()">
40586         <size>12</size>
40587       </method>
40588       <method name="Void Test()">
40589         <size>102</size>
40590       </method>
40591     </type>
40592     <type name="C+D">
40593       <method name="Void .ctor(Object, IntPtr)">
40594         <size>0</size>
40595       </method>
40596       <method name="Void Invoke()">
40597         <size>0</size>
40598       </method>
40599       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40600         <size>0</size>
40601       </method>
40602       <method name="Void EndInvoke(IAsyncResult)">
40603         <size>0</size>
40604       </method>
40605     </type>
40606     <type name="C+&lt;Test&gt;c__AnonStorey0">
40607       <method name="Void .ctor()">
40608         <size>7</size>
40609       </method>
40610       <method name="Void &lt;&gt;m__2()">
40611         <size>8</size>
40612       </method>
40613     </type>
40614     <type name="C+&lt;Test&gt;c__AnonStorey2">
40615       <method name="Void .ctor()">
40616         <size>7</size>
40617       </method>
40618       <method name="Void &lt;&gt;m__0()">
40619         <size>69</size>
40620       </method>
40621       <method name="Void &lt;&gt;m__1()">
40622         <size>8</size>
40623       </method>
40624       <method name="Void &lt;&gt;m__4()">
40625         <size>3</size>
40626       </method>
40627     </type>
40628     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
40629       <method name="Void .ctor()">
40630         <size>7</size>
40631       </method>
40632       <method name="Void &lt;&gt;m__3()">
40633         <size>20</size>
40634       </method>
40635     </type>
40636   </test>
40637   <test name="test-anon-89.cs">
40638     <type name="C">
40639       <method name="Void .ctor()">
40640         <size>7</size>
40641       </method>
40642       <method name="Int32 Main()">
40643         <size>12</size>
40644       </method>
40645       <method name="System.Object get_GdkWindow()">
40646         <size>2</size>
40647       </method>
40648       <method name="Void set_GdkWindow(System.Object)">
40649         <size>1</size>
40650       </method>
40651       <method name="Void Invoke(C+D)">
40652         <size>1</size>
40653       </method>
40654       <method name="Void Test()">
40655         <size>69</size>
40656       </method>
40657     </type>
40658     <type name="C+D">
40659       <method name="Void .ctor(Object, IntPtr)">
40660         <size>0</size>
40661       </method>
40662       <method name="Void Invoke()">
40663         <size>0</size>
40664       </method>
40665       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40666         <size>0</size>
40667       </method>
40668       <method name="Void EndInvoke(IAsyncResult)">
40669         <size>0</size>
40670       </method>
40671     </type>
40672     <type name="C+&lt;Test&gt;c__AnonStorey0">
40673       <method name="Void .ctor()">
40674         <size>7</size>
40675       </method>
40676       <method name="Void &lt;&gt;m__0()">
40677         <size>108</size>
40678       </method>
40679       <method name="Void &lt;&gt;m__3()">
40680         <size>29</size>
40681       </method>
40682     </type>
40683     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
40684       <method name="Void .ctor()">
40685         <size>7</size>
40686       </method>
40687       <method name="Void &lt;&gt;m__1()">
40688         <size>18</size>
40689       </method>
40690       <method name="Void &lt;&gt;m__2()">
40691         <size>49</size>
40692       </method>
40693     </type>
40694   </test>
40695   <test name="test-anon-90.cs">
40696     <type name="C">
40697       <method name="Void .ctor()">
40698         <size>7</size>
40699       </method>
40700       <method name="Int32 Main()">
40701         <size>12</size>
40702       </method>
40703       <method name="Void Foo()">
40704         <size>27</size>
40705       </method>
40706     </type>
40707     <type name="C+D">
40708       <method name="Void .ctor(Object, IntPtr)">
40709         <size>0</size>
40710       </method>
40711       <method name="Void Invoke()">
40712         <size>0</size>
40713       </method>
40714       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40715         <size>0</size>
40716       </method>
40717       <method name="Void EndInvoke(IAsyncResult)">
40718         <size>0</size>
40719       </method>
40720     </type>
40721     <type name="C+&lt;Foo&gt;c__AnonStorey0">
40722       <method name="Void .ctor()">
40723         <size>7</size>
40724       </method>
40725       <method name="Void &lt;&gt;m__0()">
40726         <size>66</size>
40727       </method>
40728     </type>
40729     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
40730       <method name="Void .ctor()">
40731         <size>7</size>
40732       </method>
40733     </type>
40734     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
40735       <method name="Void .ctor()">
40736         <size>7</size>
40737       </method>
40738       <method name="Void &lt;&gt;m__1()">
40739         <size>32</size>
40740       </method>
40741     </type>
40742   </test>
40743   <test name="test-anon-91.cs">
40744     <type name="A">
40745       <method name="Void .ctor(Int32)">
40746         <size>27</size>
40747       </method>
40748     </type>
40749     <type name="C">
40750       <method name="Void .ctor()">
40751         <size>7</size>
40752       </method>
40753       <method name="Int32 Main()">
40754         <size>12</size>
40755       </method>
40756       <method name="Void SelectCommand(Int32)">
40757         <size>1</size>
40758       </method>
40759       <method name="Void Test()">
40760         <size>66</size>
40761       </method>
40762     </type>
40763     <type name="C+D">
40764       <method name="Void .ctor(Object, IntPtr)">
40765         <size>0</size>
40766       </method>
40767       <method name="Void Invoke()">
40768         <size>0</size>
40769       </method>
40770       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40771         <size>0</size>
40772       </method>
40773       <method name="Void EndInvoke(IAsyncResult)">
40774         <size>0</size>
40775       </method>
40776     </type>
40777     <type name="C+&lt;Test&gt;c__AnonStorey0">
40778       <method name="Void .ctor()">
40779         <size>7</size>
40780       </method>
40781       <method name="Void &lt;&gt;m__0()">
40782         <size>109</size>
40783       </method>
40784     </type>
40785     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
40786       <method name="Void .ctor()">
40787         <size>7</size>
40788       </method>
40789       <method name="Void &lt;&gt;m__1()">
40790         <size>23</size>
40791       </method>
40792     </type>
40793   </test>
40794   <test name="test-anon-92.cs">
40795     <type name="MainClass">
40796       <method name="Void Test(IEnumerable)">
40797         <size>33</size>
40798       </method>
40799       <method name="Int32 Main()">
40800         <size>21</size>
40801       </method>
40802       <method name="Void .ctor()">
40803         <size>7</size>
40804       </method>
40805     </type>
40806     <type name="D">
40807       <method name="Void Invoke()">
40808         <size>0</size>
40809       </method>
40810       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40811         <size>0</size>
40812       </method>
40813       <method name="Void EndInvoke(IAsyncResult)">
40814         <size>0</size>
40815       </method>
40816       <method name="Void .ctor(Object, IntPtr)">
40817         <size>0</size>
40818       </method>
40819     </type>
40820     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
40821       <method name="Void &lt;&gt;m__0()">
40822         <size>70</size>
40823       </method>
40824       <method name="Void .ctor()">
40825         <size>7</size>
40826       </method>
40827     </type>
40828   </test>
40829   <test name="test-cls-00.cs">
40830     <type name="CLSCLass_6">
40831       <method name="Void .ctor()">
40832         <size>18</size>
40833       </method>
40834       <method name="Void add_Disposed(Delegate)">
40835         <size>19</size>
40836       </method>
40837       <method name="Void remove_Disposed(Delegate)">
40838         <size>19</size>
40839       </method>
40840     </type>
40841     <type name="CLSDelegate">
40842       <method name="Void .ctor()">
40843         <size>7</size>
40844       </method>
40845     </type>
40846     <type name="CLSClass_5">
40847       <method name="Void .ctor()">
40848         <size>7</size>
40849       </method>
40850       <method name="UInt32 Test()">
40851         <size>2</size>
40852       </method>
40853     </type>
40854     <type name="CLSClass_4">
40855       <method name="Void .ctor()">
40856         <size>7</size>
40857       </method>
40858       <method name="UInt32 Test()">
40859         <size>2</size>
40860       </method>
40861     </type>
40862     <type name="CLSClass_3">
40863       <method name="Void .ctor()">
40864         <size>7</size>
40865       </method>
40866       <method name="UInt32 Test_3()">
40867         <size>2</size>
40868       </method>
40869     </type>
40870     <type name="CLSClass_2">
40871       <method name="Void .ctor()">
40872         <size>7</size>
40873       </method>
40874       <method name="SByte get_XX()">
40875         <size>2</size>
40876       </method>
40877     </type>
40878     <type name="CLSClass_1">
40879       <method name="Void .ctor()">
40880         <size>7</size>
40881       </method>
40882       <method name="UInt32 Valid()">
40883         <size>2</size>
40884       </method>
40885     </type>
40886     <type name="CLSClass">
40887       <method name="Void .ctor()">
40888         <size>7</size>
40889       </method>
40890       <method name="UInt64 Valid()">
40891         <size>3</size>
40892       </method>
40893       <method name="Byte get_XX()">
40894         <size>2</size>
40895       </method>
40896       <method name="UInt32 FooInternal()">
40897         <size>2</size>
40898       </method>
40899       <method name="UInt64 Foo()">
40900         <size>3</size>
40901       </method>
40902       <method name="Void Main()">
40903         <size>1</size>
40904       </method>
40905     </type>
40906     <type name="CLSClass+C1">
40907       <method name="Void .ctor()">
40908         <size>7</size>
40909       </method>
40910       <method name="Int64 Foo2()">
40911         <size>3</size>
40912       </method>
40913     </type>
40914     <type name="CLSClass+C1+C11">
40915       <method name="Void .ctor()">
40916         <size>7</size>
40917       </method>
40918       <method name="UInt64 Foo3()">
40919         <size>3</size>
40920       </method>
40921     </type>
40922     <type name="CLSClass+CLSClass_2">
40923       <method name="Void .ctor()">
40924         <size>7</size>
40925       </method>
40926       <method name="SByte get_XX()">
40927         <size>2</size>
40928       </method>
40929     </type>
40930     <type name="Delegate">
40931       <method name="Void .ctor(Object, IntPtr)">
40932         <size>0</size>
40933       </method>
40934       <method name="CLSDelegate Invoke()">
40935         <size>0</size>
40936       </method>
40937       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40938         <size>0</size>
40939       </method>
40940       <method name="CLSDelegate EndInvoke(IAsyncResult)">
40941         <size>0</size>
40942       </method>
40943     </type>
40944   </test>
40945   <test name="test-cls-01.cs">
40946     <type name="CLSClass">
40947       <method name="Void .ctor()">
40948         <size>7</size>
40949       </method>
40950       <method name="Byte get_XX()">
40951         <size>2</size>
40952       </method>
40953       <method name="Void Main()">
40954         <size>1</size>
40955       </method>
40956     </type>
40957     <type name="Big">
40958       <method name="Void .ctor()">
40959         <size>7</size>
40960       </method>
40961       <method name="Big op_Implicit(UInt32)">
40962         <size>2</size>
40963       </method>
40964     </type>
40965     <type name="C1">
40966       <method name="Void .ctor()">
40967         <size>7</size>
40968       </method>
40969       <method name="Void method(UInt32)">
40970         <size>1</size>
40971       </method>
40972     </type>
40973   </test>
40974   <test name="test-cls-02.cs">
40975     <type name="CLSClass">
40976       <method name="Void .ctor(UInt64)">
40977         <size>7</size>
40978       </method>
40979       <method name="Void .ctor(UInt32)">
40980         <size>7</size>
40981       </method>
40982       <method name="Void set_X_0(UInt64)">
40983         <size>1</size>
40984       </method>
40985       <method name="Void set_Item(UInt64, UInt64)">
40986         <size>1</size>
40987       </method>
40988       <method name="Void Main()">
40989         <size>1</size>
40990       </method>
40991     </type>
40992     <type name="InnerTypeClasss">
40993       <method name="Void .ctor()">
40994         <size>7</size>
40995       </method>
40996       <method name="Struct Method()">
40997         <size>10</size>
40998       </method>
40999     </type>
41000   </test>
41001   <test name="test-cls-03.cs">
41002     <type name="CLSClass">
41003       <method name="Void .ctor()">
41004         <size>7</size>
41005       </method>
41006       <method name="I1 Foo()">
41007         <size>2</size>
41008       </method>
41009       <method name="Void Main()">
41010         <size>1</size>
41011       </method>
41012     </type>
41013   </test>
41014   <test name="test-cls-05.cs">
41015     <type name="X1">
41016       <method name="Void .ctor()">
41017         <size>7</size>
41018       </method>
41019     </type>
41020     <type name="X2">
41021       <method name="Void .ctor()">
41022         <size>7</size>
41023       </method>
41024     </type>
41025     <type name="X3">
41026       <method name="Void .ctor()">
41027         <size>7</size>
41028       </method>
41029       <method name="Void bb(Boolean)">
41030         <size>1</size>
41031       </method>
41032       <method name="Void BB()">
41033         <size>1</size>
41034       </method>
41035     </type>
41036     <type name="X4">
41037       <method name="Void .ctor()">
41038         <size>7</size>
41039       </method>
41040       <method name="Void method(Int32)">
41041         <size>1</size>
41042       </method>
41043       <method name="Void method(Boolean)">
41044         <size>1</size>
41045       </method>
41046       <method name="Boolean method()">
41047         <size>2</size>
41048       </method>
41049     </type>
41050     <type name="BaseClass">
41051       <method name="Void .ctor()">
41052         <size>7</size>
41053       </method>
41054     </type>
41055     <type name="CLSClass">
41056       <method name="Void .ctor()">
41057         <size>7</size>
41058       </method>
41059       <method name="Void .ctor(Int32)">
41060         <size>7</size>
41061       </method>
41062       <method name="Void Method()">
41063         <size>1</size>
41064       </method>
41065       <method name="Int32 Method(Boolean)">
41066         <size>2</size>
41067       </method>
41068       <method name="Void methoD()">
41069         <size>1</size>
41070       </method>
41071       <method name="Void Main()">
41072         <size>1</size>
41073       </method>
41074       <method name="CLSClass op_Implicit(Boolean)">
41075         <size>7</size>
41076       </method>
41077       <method name="CLSClass op_Implicit(Int32)">
41078         <size>7</size>
41079       </method>
41080     </type>
41081     <type name="oBject">
41082       <method name="Void .ctor()">
41083         <size>7</size>
41084       </method>
41085     </type>
41086     <type name="A.C1">
41087       <method name="Void .ctor()">
41088         <size>7</size>
41089       </method>
41090     </type>
41091     <type name="B.c1">
41092       <method name="Void .ctor()">
41093         <size>7</size>
41094       </method>
41095     </type>
41096     <type name="c1">
41097       <method name="Void .ctor()">
41098         <size>7</size>
41099       </method>
41100     </type>
41101     <type name="CLSClass_2">
41102       <method name="Void .ctor()">
41103         <size>7</size>
41104       </method>
41105       <method name="Void Method()">
41106         <size>1</size>
41107       </method>
41108       <method name="Void method()">
41109         <size>1</size>
41110       </method>
41111     </type>
41112     <type name="System.sByte">
41113       <method name="Void .ctor()">
41114         <size>7</size>
41115       </method>
41116     </type>
41117     <type name="System.Web.HttpBrowserCapabilities">
41118       <method name="Void .ctor()">
41119         <size>7</size>
41120       </method>
41121     </type>
41122   </test>
41123   <test name="test-cls-06.cs">
41124     <type name="CLSClass">
41125       <method name="Void .ctor()">
41126         <size>7</size>
41127       </method>
41128       <method name="Void Main()">
41129         <size>1</size>
41130       </method>
41131     </type>
41132     <type name="CLSClass_2">
41133       <method name="Void .ctor(Int32[,,])">
41134         <size>7</size>
41135       </method>
41136       <method name="Void .ctor(Int32[,])">
41137         <size>7</size>
41138       </method>
41139       <method name="Void Test(System.Int32[,], Int32)">
41140         <size>1</size>
41141       </method>
41142       <method name="Void Test(System.Int32[,,], Boolean)">
41143         <size>1</size>
41144       </method>
41145     </type>
41146     <type name="X1">
41147       <method name="Void .ctor()">
41148         <size>7</size>
41149       </method>
41150       <method name="Void M2(Int32)">
41151         <size>1</size>
41152       </method>
41153     </type>
41154     <type name="X2">
41155       <method name="Void .ctor()">
41156         <size>7</size>
41157       </method>
41158       <method name="Void M2(Int32 ByRef)">
41159         <size>1</size>
41160       </method>
41161     </type>
41162     <type name="CLSClass+MyDelegate">
41163       <method name="Void .ctor(Object, IntPtr)">
41164         <size>0</size>
41165       </method>
41166       <method name="UInt32 Invoke()">
41167         <size>0</size>
41168       </method>
41169       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41170         <size>0</size>
41171       </method>
41172       <method name="UInt32 EndInvoke(IAsyncResult)">
41173         <size>0</size>
41174       </method>
41175     </type>
41176     <type name="MyDelegate">
41177       <method name="Void .ctor(Object, IntPtr)">
41178         <size>0</size>
41179       </method>
41180       <method name="UInt32 Invoke()">
41181         <size>0</size>
41182       </method>
41183       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41184         <size>0</size>
41185       </method>
41186       <method name="UInt32 EndInvoke(IAsyncResult)">
41187         <size>0</size>
41188       </method>
41189     </type>
41190   </test>
41191   <test name="test-cls-07.cs">
41192     <type name="aa.I1">
41193       <method name="Void .ctor()">
41194         <size>7</size>
41195       </method>
41196     </type>
41197     <type name="CLSClass">
41198       <method name="Void .ctor()">
41199         <size>7</size>
41200       </method>
41201       <method name="Void Main()">
41202         <size>1</size>
41203       </method>
41204     </type>
41205   </test>
41206   <test name="test-cls-10.cs">
41207     <type name="MainClass">
41208       <method name="Void .ctor()">
41209         <size>7</size>
41210       </method>
41211       <method name="Void Main()">
41212         <size>1</size>
41213       </method>
41214     </type>
41215   </test>
41216   <test name="test-cls-11.cs">
41217     <type name="CLSClass">
41218       <method name="Void .ctor()">
41219         <size>7</size>
41220       </method>
41221       <method name="Void Test(IComparable)">
41222         <size>0</size>
41223       </method>
41224     </type>
41225     <type name="CLSCLass_2">
41226       <method name="Void .ctor()">
41227         <size>7</size>
41228       </method>
41229       <method name="Void Test()">
41230         <size>0</size>
41231       </method>
41232     </type>
41233     <type name="CLSClass_3">
41234       <method name="Void .ctor()">
41235         <size>7</size>
41236       </method>
41237       <method name="Void Test()">
41238         <size>0</size>
41239       </method>
41240     </type>
41241     <type name="MainClass">
41242       <method name="Void .ctor()">
41243         <size>7</size>
41244       </method>
41245       <method name="Void Main()">
41246         <size>1</size>
41247       </method>
41248     </type>
41249   </test>
41250   <test name="test-cls-12.cs">
41251     <type name="MainClass">
41252       <method name="Void .ctor()">
41253         <size>7</size>
41254       </method>
41255       <method name="Void Main()">
41256         <size>1</size>
41257       </method>
41258     </type>
41259   </test>
41260   <test name="test-cls-14.cs">
41261     <type name="CLSClass">
41262       <method name="Void .ctor()">
41263         <size>7</size>
41264       </method>
41265       <method name="Void Error(Boolean)">
41266         <size>1</size>
41267       </method>
41268       <method name="CLSClass op_Implicit(Byte)">
41269         <size>6</size>
41270       </method>
41271     </type>
41272     <type name="MainClass">
41273       <method name="Void .ctor()">
41274         <size>7</size>
41275       </method>
41276       <method name="Void Main()">
41277         <size>1</size>
41278       </method>
41279     </type>
41280   </test>
41281   <test name="test-cls-15.cs">
41282     <type name="CLSAttribute_1">
41283       <method name="Void .ctor(Int32[])">
41284         <size>7</size>
41285       </method>
41286       <method name="Void .ctor(Int32)">
41287         <size>7</size>
41288       </method>
41289     </type>
41290     <type name="CLSAttribute_2">
41291       <method name="Void .ctor(Int32)">
41292         <size>7</size>
41293       </method>
41294     </type>
41295     <type name="CLSAttribute_3">
41296       <method name="Void .ctor(Int32[])">
41297         <size>7</size>
41298       </method>
41299     </type>
41300     <type name="CLSAttribute_4">
41301       <method name="Void .ctor(Int32[])">
41302         <size>7</size>
41303       </method>
41304     </type>
41305     <type name="ClassMain">
41306       <method name="Void .ctor()">
41307         <size>7</size>
41308       </method>
41309       <method name="Void Main()">
41310         <size>1</size>
41311       </method>
41312     </type>
41313   </test>
41314   <test name="test-cls-16.cs">
41315     <type name="CLSAttribute">
41316       <method name="Void .ctor(Boolean[])">
41317         <size>7</size>
41318       </method>
41319     </type>
41320     <type name="ClassMain">
41321       <method name="Void .ctor()">
41322         <size>7</size>
41323       </method>
41324       <method name="Void Main()">
41325         <size>1</size>
41326       </method>
41327     </type>
41328   </test>
41329   <test name="test-cls-17.cs">
41330     <type name="Foo">
41331       <method name="Void .ctor()">
41332         <size>7</size>
41333       </method>
41334       <method name="Void Main()">
41335         <size>1</size>
41336       </method>
41337     </type>
41338   </test>
41339   <test name="test-cls-18.cs">
41340     <type name="Base">
41341       <method name="Void .ctor()">
41342         <size>7</size>
41343       </method>
41344       <method name="Void Test(System.Int32[])">
41345         <size>1</size>
41346       </method>
41347     </type>
41348     <type name="CLSClass">
41349       <method name="Void .ctor()">
41350         <size>7</size>
41351       </method>
41352       <method name="Void Test(System.Int32[])">
41353         <size>1</size>
41354       </method>
41355       <method name="Void Main()">
41356         <size>1</size>
41357       </method>
41358     </type>
41359   </test>
41360   <test name="test-externalias-01.cs">
41361     <type name="Test">
41362       <method name="Void .ctor()">
41363         <size>7</size>
41364       </method>
41365       <method name="Int32 Main()">
41366         <size>64</size>
41367       </method>
41368     </type>
41369   </test>
41370   <test name="test-externalias-02.cs">
41371     <type name="Test">
41372       <method name="Void .ctor()">
41373         <size>7</size>
41374       </method>
41375       <method name="Int32 Main()">
41376         <size>64</size>
41377       </method>
41378     </type>
41379   </test>
41380   <test name="test-externalias-03.cs">
41381     <type name="Test">
41382       <method name="Void .ctor()">
41383         <size>7</size>
41384       </method>
41385       <method name="Int32 Main()">
41386         <size>64</size>
41387       </method>
41388     </type>
41389   </test>
41390   <test name="test-externalias-04.cs">
41391     <type name="Test">
41392       <method name="Void .ctor()">
41393         <size>7</size>
41394       </method>
41395       <method name="Int32 Main()">
41396         <size>64</size>
41397       </method>
41398     </type>
41399   </test>
41400   <test name="test-externalias-05.cs">
41401     <type name="Test">
41402       <method name="Void .ctor()">
41403         <size>7</size>
41404       </method>
41405       <method name="Void Main()">
41406         <size>21</size>
41407       </method>
41408     </type>
41409   </test>
41410   <test name="test-externalias-06.cs">
41411     <type name="MyAssembly01.Test">
41412       <method name="Void .ctor()">
41413         <size>7</size>
41414       </method>
41415     </type>
41416     <type name="MyAssembly01.Namespace1.Test">
41417       <method name="Void .ctor()">
41418         <size>7</size>
41419       </method>
41420     </type>
41421     <type name="MyAssembly02.Test">
41422       <method name="Void .ctor()">
41423         <size>7</size>
41424       </method>
41425     </type>
41426     <type name="MyAssembly02.Namespace1.Test">
41427       <method name="Void .ctor()">
41428         <size>7</size>
41429       </method>
41430     </type>
41431     <type name="Test">
41432       <method name="Void .ctor()">
41433         <size>7</size>
41434       </method>
41435       <method name="Void Main()">
41436         <size>1</size>
41437       </method>
41438     </type>
41439   </test>
41440   <test name="test-externalias-07.cs">
41441     <type name="NS.MyClass">
41442       <method name="Void .ctor()">
41443         <size>7</size>
41444       </method>
41445       <method name="Int32 GetInt()">
41446         <size>6</size>
41447       </method>
41448     </type>
41449     <type name="Test">
41450       <method name="Void .ctor()">
41451         <size>7</size>
41452       </method>
41453       <method name="Int32 Main()">
41454         <size>15</size>
41455       </method>
41456     </type>
41457   </test>
41458   <test name="test-externalias-08.cs">
41459     <type name="Test">
41460       <method name="Void .ctor()">
41461         <size>7</size>
41462       </method>
41463       <method name="Int32 Main()">
41464         <size>54</size>
41465       </method>
41466     </type>
41467   </test>
41468   <test name="test-externalias-09.cs">
41469     <type name="Test">
41470       <method name="Void .ctor()">
41471         <size>7</size>
41472       </method>
41473       <method name="Int32 Main()">
41474         <size>8</size>
41475       </method>
41476     </type>
41477   </test>
41478   <test name="test-iter-01.cs">
41479     <type name="X">
41480       <method name="Void .ctor()">
41481         <size>7</size>
41482       </method>
41483       <method name="IEnumerator GetIt()">
41484         <size>8</size>
41485       </method>
41486       <method name="IEnumerable GetIt2()">
41487         <size>16</size>
41488       </method>
41489       <method name="Int32 Main()">
41490         <size>171</size>
41491       </method>
41492     </type>
41493     <type name="X+&lt;GetIt&gt;c__Iterator0">
41494       <method name="Void .ctor()">
41495         <size>7</size>
41496       </method>
41497       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41498         <size>7</size>
41499       </method>
41500       <method name="Boolean MoveNext()">
41501         <size>126</size>
41502       </method>
41503       <method name="Void Dispose()">
41504         <size>8</size>
41505       </method>
41506       <method name="Void Reset()">
41507         <size>6</size>
41508       </method>
41509     </type>
41510     <type name="X+&lt;GetIt2&gt;c__Iterator1">
41511       <method name="Void .ctor()">
41512         <size>7</size>
41513       </method>
41514       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41515         <size>7</size>
41516       </method>
41517       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41518         <size>7</size>
41519       </method>
41520       <method name="Boolean MoveNext()">
41521         <size>126</size>
41522       </method>
41523       <method name="Void Dispose()">
41524         <size>8</size>
41525       </method>
41526       <method name="Void Reset()">
41527         <size>6</size>
41528       </method>
41529     </type>
41530     <type name="X+&lt;GetIt&gt;c__Iterator0">
41531       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41532         <size>7</size>
41533       </method>
41534     </type>
41535     <type name="X+&lt;GetIt2&gt;c__Iterator1">
41536       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41537         <size>7</size>
41538       </method>
41539       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41540         <size>26</size>
41541       </method>
41542     </type>
41543   </test>
41544   <test name="test-iter-02.cs">
41545     <type name="X">
41546       <method name="Void .ctor()">
41547         <size>7</size>
41548       </method>
41549       <method name="IEnumerator GetRange()">
41550         <size>8</size>
41551       </method>
41552       <method name="Int32 Main()">
41553         <size>88</size>
41554       </method>
41555     </type>
41556     <type name="X+&lt;GetRange&gt;c__Iterator0">
41557       <method name="Void .ctor()">
41558         <size>7</size>
41559       </method>
41560       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41561         <size>7</size>
41562       </method>
41563       <method name="Boolean MoveNext()">
41564         <size>173</size>
41565       </method>
41566       <method name="Void Dispose()">
41567         <size>8</size>
41568       </method>
41569       <method name="Void Reset()">
41570         <size>6</size>
41571       </method>
41572       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41573         <size>7</size>
41574       </method>
41575     </type>
41576   </test>
41577   <test name="test-iter-03.cs">
41578     <type name="X">
41579       <method name="Void .ctor()">
41580         <size>7</size>
41581       </method>
41582       <method name="IEnumerable GetIt(System.Int32[])">
41583         <size>30</size>
41584       </method>
41585       <method name="IEnumerable GetMulti(System.Int32[,])">
41586         <size>30</size>
41587       </method>
41588       <method name="Int32 Main()">
41589         <size>245</size>
41590       </method>
41591     </type>
41592     <type name="&lt;PrivateImplementationDetails&gt;">
41593       <method name="Void .ctor()">
41594         <size>7</size>
41595       </method>
41596     </type>
41597     <type name="X+&lt;GetIt&gt;c__Iterator0">
41598       <method name="Void .ctor()">
41599         <size>7</size>
41600       </method>
41601       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41602         <size>7</size>
41603       </method>
41604       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41605         <size>7</size>
41606       </method>
41607       <method name="Boolean MoveNext()">
41608         <size>151</size>
41609       </method>
41610       <method name="Void Dispose()">
41611         <size>8</size>
41612       </method>
41613       <method name="Void Reset()">
41614         <size>6</size>
41615       </method>
41616     </type>
41617     <type name="X+&lt;GetMulti&gt;c__Iterator1">
41618       <method name="Void .ctor()">
41619         <size>7</size>
41620       </method>
41621       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41622         <size>7</size>
41623       </method>
41624       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41625         <size>7</size>
41626       </method>
41627       <method name="Boolean MoveNext()">
41628         <size>238</size>
41629       </method>
41630       <method name="Void Dispose()">
41631         <size>8</size>
41632       </method>
41633       <method name="Void Reset()">
41634         <size>6</size>
41635       </method>
41636     </type>
41637     <type name="X+&lt;GetIt&gt;c__Iterator0">
41638       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41639         <size>7</size>
41640       </method>
41641       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41642         <size>40</size>
41643       </method>
41644     </type>
41645     <type name="X+&lt;GetMulti&gt;c__Iterator1">
41646       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41647         <size>7</size>
41648       </method>
41649       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41650         <size>40</size>
41651       </method>
41652     </type>
41653   </test>
41654   <test name="test-iter-04.cs">
41655     <type name="X">
41656       <method name="Void .ctor()">
41657         <size>7</size>
41658       </method>
41659       <method name="IEnumerable GetRange(Int32, Int32)">
41660         <size>44</size>
41661       </method>
41662       <method name="Void Main()">
41663         <size>98</size>
41664       </method>
41665     </type>
41666     <type name="X+&lt;GetRange&gt;c__Iterator0">
41667       <method name="Void .ctor()">
41668         <size>7</size>
41669       </method>
41670       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41671         <size>7</size>
41672       </method>
41673       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41674         <size>7</size>
41675       </method>
41676       <method name="Boolean MoveNext()">
41677         <size>123</size>
41678       </method>
41679       <method name="Void Dispose()">
41680         <size>8</size>
41681       </method>
41682       <method name="Void Reset()">
41683         <size>6</size>
41684       </method>
41685       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41686         <size>7</size>
41687       </method>
41688       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41689         <size>52</size>
41690       </method>
41691     </type>
41692   </test>
41693   <test name="test-iter-05.cs">
41694     <type name="X">
41695       <method name="Void .ctor()">
41696         <size>7</size>
41697       </method>
41698       <method name="IEnumerable GetIt()">
41699         <size>16</size>
41700       </method>
41701       <method name="Int32 Main()">
41702         <size>104</size>
41703       </method>
41704     </type>
41705     <type name="List">
41706       <method name="Void .ctor(Int32)">
41707         <size>19</size>
41708       </method>
41709       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41710         <size>12</size>
41711       </method>
41712       <method name="Void Add(Int32)">
41713         <size>26</size>
41714       </method>
41715       <method name="MyEnumerator GetEnumerator()">
41716         <size>7</size>
41717       </method>
41718     </type>
41719     <type name="X+&lt;GetIt&gt;c__Iterator0">
41720       <method name="Void .ctor()">
41721         <size>7</size>
41722       </method>
41723       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41724         <size>7</size>
41725       </method>
41726       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41727         <size>7</size>
41728       </method>
41729       <method name="Boolean MoveNext()">
41730         <size>183</size>
41731       </method>
41732       <method name="Void Dispose()">
41733         <size>8</size>
41734       </method>
41735       <method name="Void Reset()">
41736         <size>6</size>
41737       </method>
41738     </type>
41739     <type name="List+MyEnumerator">
41740       <method name="Void .ctor(List)">
41741         <size>15</size>
41742       </method>
41743       <method name="System.Object get_Current()">
41744         <size>24</size>
41745       </method>
41746       <method name="Boolean MoveNext()">
41747         <size>31</size>
41748       </method>
41749       <method name="Void Reset()">
41750         <size>8</size>
41751       </method>
41752     </type>
41753     <type name="X+&lt;GetIt&gt;c__Iterator0">
41754       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41755         <size>7</size>
41756       </method>
41757       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41758         <size>26</size>
41759       </method>
41760     </type>
41761   </test>
41762   <test name="test-iter-06.cs">
41763     <type name="X">
41764       <method name="Void .ctor()">
41765         <size>7</size>
41766       </method>
41767       <method name="IEnumerable Get(Int32)">
41768         <size>30</size>
41769       </method>
41770       <method name="IEnumerable GetS(Int32)">
41771         <size>30</size>
41772       </method>
41773       <method name="Int32 Main()">
41774         <size>399</size>
41775       </method>
41776     </type>
41777     <type name="S+&lt;Get&gt;c__Iterator0">
41778       <method name="Void .ctor()">
41779         <size>7</size>
41780       </method>
41781       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41782         <size>7</size>
41783       </method>
41784       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41785         <size>7</size>
41786       </method>
41787       <method name="Boolean MoveNext()">
41788         <size>183</size>
41789       </method>
41790       <method name="Void Dispose()">
41791         <size>8</size>
41792       </method>
41793       <method name="Void Reset()">
41794         <size>6</size>
41795       </method>
41796     </type>
41797     <type name="S+&lt;GetS&gt;c__Iterator1">
41798       <method name="Void .ctor()">
41799         <size>7</size>
41800       </method>
41801       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41802         <size>7</size>
41803       </method>
41804       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41805         <size>7</size>
41806       </method>
41807       <method name="Boolean MoveNext()">
41808         <size>136</size>
41809       </method>
41810       <method name="Void Dispose()">
41811         <size>8</size>
41812       </method>
41813       <method name="Void Reset()">
41814         <size>6</size>
41815       </method>
41816     </type>
41817     <type name="X+&lt;Get&gt;c__Iterator2">
41818       <method name="Void .ctor()">
41819         <size>7</size>
41820       </method>
41821       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41822         <size>7</size>
41823       </method>
41824       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41825         <size>7</size>
41826       </method>
41827       <method name="Boolean MoveNext()">
41828         <size>131</size>
41829       </method>
41830       <method name="Void Dispose()">
41831         <size>8</size>
41832       </method>
41833       <method name="Void Reset()">
41834         <size>6</size>
41835       </method>
41836     </type>
41837     <type name="X+&lt;GetS&gt;c__Iterator3">
41838       <method name="Void .ctor()">
41839         <size>7</size>
41840       </method>
41841       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41842         <size>7</size>
41843       </method>
41844       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41845         <size>7</size>
41846       </method>
41847       <method name="Boolean MoveNext()">
41848         <size>136</size>
41849       </method>
41850       <method name="Void Dispose()">
41851         <size>8</size>
41852       </method>
41853       <method name="Void Reset()">
41854         <size>6</size>
41855       </method>
41856     </type>
41857     <type name="S">
41858       <method name="IEnumerable Get(Int32)">
41859         <size>42</size>
41860       </method>
41861       <method name="IEnumerable GetS(Int32)">
41862         <size>30</size>
41863       </method>
41864     </type>
41865     <type name="S+&lt;Get&gt;c__Iterator0">
41866       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41867         <size>7</size>
41868       </method>
41869       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41870         <size>52</size>
41871       </method>
41872     </type>
41873     <type name="S+&lt;GetS&gt;c__Iterator1">
41874       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41875         <size>7</size>
41876       </method>
41877       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41878         <size>40</size>
41879       </method>
41880     </type>
41881     <type name="X+&lt;Get&gt;c__Iterator2">
41882       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41883         <size>7</size>
41884       </method>
41885       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41886         <size>40</size>
41887       </method>
41888     </type>
41889     <type name="X+&lt;GetS&gt;c__Iterator3">
41890       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41891         <size>7</size>
41892       </method>
41893       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41894         <size>40</size>
41895       </method>
41896     </type>
41897   </test>
41898   <test name="test-iter-07.cs">
41899     <type name="Test">
41900       <method name="Void .ctor()">
41901         <size>7</size>
41902       </method>
41903       <method name="IEnumerable Foo(Int32)">
41904         <size>30</size>
41905       </method>
41906     </type>
41907     <type name="X">
41908       <method name="Void .ctor()">
41909         <size>7</size>
41910       </method>
41911       <method name="Int32 Main()">
41912         <size>372</size>
41913       </method>
41914     </type>
41915     <type name="Test+&lt;Foo&gt;c__Iterator0">
41916       <method name="Void .ctor()">
41917         <size>7</size>
41918       </method>
41919       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41920         <size>7</size>
41921       </method>
41922       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41923         <size>7</size>
41924       </method>
41925       <method name="Boolean MoveNext()">
41926         <size>253</size>
41927       </method>
41928       <method name="Void Dispose()">
41929         <size>112</size>
41930       </method>
41931       <method name="Void Reset()">
41932         <size>6</size>
41933       </method>
41934       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41935         <size>7</size>
41936       </method>
41937       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41938         <size>40</size>
41939       </method>
41940     </type>
41941   </test>
41942   <test name="test-iter-08.cs">
41943     <type name="Foo">
41944       <method name="Void .ctor(Int32)">
41945         <size>14</size>
41946       </method>
41947       <method name="Void Dispose()">
41948         <size>8</size>
41949       </method>
41950     </type>
41951     <type name="X">
41952       <method name="Void .ctor()">
41953         <size>7</size>
41954       </method>
41955       <method name="IEnumerable Test(Int32, Int32)">
41956         <size>44</size>
41957       </method>
41958       <method name="Int32 Main()">
41959         <size>167</size>
41960       </method>
41961     </type>
41962     <type name="X+&lt;Test&gt;c__Iterator0">
41963       <method name="Void .ctor()">
41964         <size>7</size>
41965       </method>
41966       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41967         <size>7</size>
41968       </method>
41969       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41970         <size>7</size>
41971       </method>
41972       <method name="Boolean MoveNext()">
41973         <size>360</size>
41974       </method>
41975       <method name="Void Dispose()">
41976         <size>102</size>
41977       </method>
41978       <method name="Void Reset()">
41979         <size>6</size>
41980       </method>
41981       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41982         <size>7</size>
41983       </method>
41984       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41985         <size>52</size>
41986       </method>
41987     </type>
41988   </test>
41989   <test name="test-iter-09.cs">
41990     <type name="Tester">
41991       <method name="Void .ctor()">
41992         <size>153</size>
41993       </method>
41994       <method name="IEnumerator GetEnumerator()">
41995         <size>15</size>
41996       </method>
41997     </type>
41998     <type name="Test">
41999       <method name="Void .ctor()">
42000         <size>7</size>
42001       </method>
42002       <method name="Int32 Main()">
42003         <size>268</size>
42004       </method>
42005     </type>
42006     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
42007       <method name="Void .ctor()">
42008         <size>7</size>
42009       </method>
42010       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42011         <size>7</size>
42012       </method>
42013       <method name="Boolean MoveNext()">
42014         <size>623</size>
42015       </method>
42016       <method name="Void Dispose()">
42017         <size>82</size>
42018       </method>
42019       <method name="Void Reset()">
42020         <size>6</size>
42021       </method>
42022       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42023         <size>7</size>
42024       </method>
42025     </type>
42026   </test>
42027   <test name="test-iter-10.cs">
42028     <type name="X">
42029       <method name="Void .ctor()">
42030         <size>7</size>
42031       </method>
42032       <method name="IEnumerator get_GetIt()">
42033         <size>8</size>
42034       </method>
42035       <method name="Void set_GetIt(IEnumerator)">
42036         <size>1</size>
42037       </method>
42038       <method name="IEnumerable get_Item(Int32)">
42039         <size>30</size>
42040       </method>
42041       <method name="Void set_Item(Int32, IEnumerable)">
42042         <size>1</size>
42043       </method>
42044       <method name="Int32 Main()">
42045         <size>184</size>
42046       </method>
42047     </type>
42048     <type name="X+&lt;&gt;c__Iterator0">
42049       <method name="Void .ctor()">
42050         <size>7</size>
42051       </method>
42052       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42053         <size>7</size>
42054       </method>
42055       <method name="Boolean MoveNext()">
42056         <size>126</size>
42057       </method>
42058       <method name="Void Dispose()">
42059         <size>8</size>
42060       </method>
42061       <method name="Void Reset()">
42062         <size>6</size>
42063       </method>
42064     </type>
42065     <type name="X+&lt;&gt;c__Iterator1">
42066       <method name="Void .ctor()">
42067         <size>7</size>
42068       </method>
42069       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42070         <size>7</size>
42071       </method>
42072       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42073         <size>7</size>
42074       </method>
42075       <method name="Boolean MoveNext()">
42076         <size>147</size>
42077       </method>
42078       <method name="Void Dispose()">
42079         <size>8</size>
42080       </method>
42081       <method name="Void Reset()">
42082         <size>6</size>
42083       </method>
42084     </type>
42085     <type name="X+&lt;&gt;c__Iterator0">
42086       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42087         <size>7</size>
42088       </method>
42089     </type>
42090     <type name="X+&lt;&gt;c__Iterator1">
42091       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42092         <size>7</size>
42093       </method>
42094       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42095         <size>40</size>
42096       </method>
42097     </type>
42098   </test>
42099   <test name="test-iter-11.cs">
42100     <type name="X">
42101       <method name="Void .ctor()">
42102         <size>7</size>
42103       </method>
42104       <method name="Void add_Hook(System.EventHandler)">
42105         <size>24</size>
42106       </method>
42107       <method name="Void remove_Hook(System.EventHandler)">
42108         <size>24</size>
42109       </method>
42110       <method name="IEnumerator Pipeline()">
42111         <size>15</size>
42112       </method>
42113       <method name="Void M(System.Object, System.EventArgs)">
42114         <size>11</size>
42115       </method>
42116       <method name="Void Main()">
42117         <size>55</size>
42118       </method>
42119     </type>
42120     <type name="X+&lt;Pipeline&gt;c__Iterator0">
42121       <method name="Void .ctor()">
42122         <size>7</size>
42123       </method>
42124       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42125         <size>7</size>
42126       </method>
42127       <method name="Boolean MoveNext()">
42128         <size>124</size>
42129       </method>
42130       <method name="Void Dispose()">
42131         <size>8</size>
42132       </method>
42133       <method name="Void Reset()">
42134         <size>6</size>
42135       </method>
42136       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42137         <size>7</size>
42138       </method>
42139     </type>
42140   </test>
42141   <test name="test-iter-12.cs">
42142     <type name="X">
42143       <method name="Void .ctor()">
42144         <size>7</size>
42145       </method>
42146       <method name="IEnumerable a()">
42147         <size>23</size>
42148       </method>
42149       <method name="Void Main()">
42150         <size>1</size>
42151       </method>
42152     </type>
42153     <type name="X+&lt;a&gt;c__Iterator0">
42154       <method name="Void .ctor()">
42155         <size>7</size>
42156       </method>
42157       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42158         <size>7</size>
42159       </method>
42160       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42161         <size>7</size>
42162       </method>
42163       <method name="Boolean MoveNext()">
42164         <size>165</size>
42165       </method>
42166       <method name="Void Dispose()">
42167         <size>55</size>
42168       </method>
42169       <method name="Void Reset()">
42170         <size>6</size>
42171       </method>
42172       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42173         <size>7</size>
42174       </method>
42175       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42176         <size>40</size>
42177       </method>
42178     </type>
42179   </test>
42180   <test name="test-iter-13.cs">
42181     <type name="Test">
42182       <method name="Void .ctor()">
42183         <size>7</size>
42184       </method>
42185       <method name="Void .cctor()">
42186         <size>11</size>
42187       </method>
42188       <method name="Void Main()">
42189         <size>1</size>
42190       </method>
42191       <method name="IEnumerable syntax_error(System.Object, System.Object)">
42192         <size>16</size>
42193       </method>
42194     </type>
42195     <type name="Test+Yp">
42196       <method name="Void .ctor()">
42197         <size>7</size>
42198       </method>
42199       <method name="IEnumerable fail()">
42200         <size>2</size>
42201       </method>
42202     </type>
42203     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
42204       <method name="Void .ctor()">
42205         <size>7</size>
42206       </method>
42207       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42208         <size>7</size>
42209       </method>
42210       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42211         <size>7</size>
42212       </method>
42213       <method name="Boolean MoveNext()">
42214         <size>27</size>
42215       </method>
42216       <method name="Void Dispose()">
42217         <size>8</size>
42218       </method>
42219       <method name="Void Reset()">
42220         <size>6</size>
42221       </method>
42222       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42223         <size>7</size>
42224       </method>
42225       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42226         <size>26</size>
42227       </method>
42228     </type>
42229   </test>
42230   <test name="test-named-01.cs">
42231     <type name="A">
42232       <method name="Void .ctor()">
42233         <size>13</size>
42234       </method>
42235       <method name="Void .ctor(Object)">
42236         <size>7</size>
42237       </method>
42238       <method name="Void set_Item(Int32, Int32)">
42239         <size>8</size>
42240       </method>
42241     </type>
42242     <type name="B">
42243       <method name="Void .ctor()">
42244         <size>12</size>
42245       </method>
42246       <method name="Void set_Item(Int32, Int32)">
42247         <size>11</size>
42248       </method>
42249     </type>
42250     <type name="XAttribute">
42251       <method name="Void .ctor(Int32)">
42252         <size>7</size>
42253       </method>
42254     </type>
42255     <type name="M">
42256       <method name="Void .ctor()">
42257         <size>7</size>
42258       </method>
42259       <method name="Void Foo(Int32)">
42260         <size>1</size>
42261       </method>
42262       <method name="Int32 Main()">
42263         <size>48</size>
42264       </method>
42265     </type>
42266   </test>
42267   <test name="test-named-02.cs">
42268     <type name="A">
42269       <method name="Void .ctor()">
42270         <size>7</size>
42271       </method>
42272       <method name="Void set_Item(Int32, Int32)">
42273         <size>29</size>
42274       </method>
42275       <method name="Int32 get_Item(Int32)">
42276         <size>28</size>
42277       </method>
42278     </type>
42279     <type name="MyPoint">
42280       <method name="Void .ctor(Int32, Int32)">
42281         <size>15</size>
42282       </method>
42283     </type>
42284     <type name="C">
42285       <method name="Void .ctor()">
42286         <size>7</size>
42287       </method>
42288       <method name="Decimal Foo(Decimal, Decimal)">
42289         <size>2</size>
42290       </method>
42291       <method name="System.String Bar(Int32, System.String, Char)">
42292         <size>20</size>
42293       </method>
42294       <method name="Int32 Test(Int32, Int32)">
42295         <size>30</size>
42296       </method>
42297       <method name="Int32 Main()">
42298         <size>279</size>
42299       </method>
42300     </type>
42301   </test>
42302   <test name="test-named-03.cs">
42303     <type name="C">
42304       <method name="Void .ctor()">
42305         <size>7</size>
42306       </method>
42307       <method name="Int32 TestInt(Int32)">
42308         <size>3</size>
42309       </method>
42310       <method name="Int32 Main()">
42311         <size>23</size>
42312       </method>
42313     </type>
42314     <type name="C+IntDelegate">
42315       <method name="Void .ctor(Object, IntPtr)">
42316         <size>0</size>
42317       </method>
42318       <method name="Int32 Invoke(Int32)">
42319         <size>0</size>
42320       </method>
42321       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42322         <size>0</size>
42323       </method>
42324       <method name="Int32 EndInvoke(IAsyncResult)">
42325         <size>0</size>
42326       </method>
42327     </type>
42328   </test>
42329   <test name="test-partial-01.cs">
42330     <type name="Foo.Hello">
42331       <method name="Void .ctor()">
42332         <size>7</size>
42333       </method>
42334       <method name="Void .cctor()">
42335         <size>7</size>
42336       </method>
42337     </type>
42338     <type name="Bar.Hello">
42339       <method name="Void .ctor()">
42340         <size>7</size>
42341       </method>
42342       <method name="Void .cctor()">
42343         <size>8</size>
42344       </method>
42345     </type>
42346     <type name="X.Test">
42347       <method name="Void .ctor()">
42348         <size>7</size>
42349       </method>
42350       <method name="Int32 FooWorld()">
42351         <size>6</size>
42352       </method>
42353       <method name="Int32 BarWorld()">
42354         <size>6</size>
42355       </method>
42356     </type>
42357     <type name="Y">
42358       <method name="Void .ctor()">
42359         <size>7</size>
42360       </method>
42361       <method name="Int32 Main()">
42362         <size>29</size>
42363       </method>
42364     </type>
42365   </test>
42366   <test name="test-partial-02.cs">
42367     <type name="Test1.Base">
42368       <method name="Void .ctor()">
42369         <size>7</size>
42370       </method>
42371     </type>
42372     <type name="Test1.Foo">
42373       <method name="Void .ctor()">
42374         <size>7</size>
42375       </method>
42376     </type>
42377     <type name="Test2.Foo">
42378       <method name="Void .ctor()">
42379         <size>7</size>
42380       </method>
42381     </type>
42382     <type name="ReflectedType">
42383       <method name="Void .ctor()">
42384         <size>7</size>
42385       </method>
42386     </type>
42387     <type name="D">
42388       <method name="Void .ctor()">
42389         <size>7</size>
42390       </method>
42391     </type>
42392     <type name="X">
42393       <method name="Void .ctor()">
42394         <size>7</size>
42395       </method>
42396       <method name="Void Main()">
42397         <size>1</size>
42398       </method>
42399     </type>
42400   </test>
42401   <test name="test-partial-03.cs">
42402     <type name="Test">
42403       <method name="Void .ctor()">
42404         <size>18</size>
42405       </method>
42406       <method name="Int32 TestFoo()">
42407         <size>13</size>
42408       </method>
42409       <method name="Int32 TestIFoo(IFoo)">
42410         <size>8</size>
42411       </method>
42412     </type>
42413     <type name="Test+Foo">
42414       <method name="Void .ctor()">
42415         <size>7</size>
42416       </method>
42417       <method name="Int32 Test.IFoo.Hello(Test)">
42418         <size>2</size>
42419       </method>
42420       <method name="Int32 Hello(Test)">
42421         <size>2</size>
42422       </method>
42423     </type>
42424     <type name="X">
42425       <method name="Void .ctor()">
42426         <size>7</size>
42427       </method>
42428       <method name="Int32 Main()">
42429         <size>42</size>
42430       </method>
42431     </type>
42432   </test>
42433   <test name="test-partial-04.cs">
42434     <type name="B.Test">
42435       <method name="Void .ctor()">
42436         <size>7</size>
42437       </method>
42438       <method name="Void A.IFoo.Hello(IFoo)">
42439         <size>1</size>
42440       </method>
42441     </type>
42442     <type name="X">
42443       <method name="Void .ctor()">
42444         <size>7</size>
42445       </method>
42446       <method name="Void Main()">
42447         <size>1</size>
42448       </method>
42449     </type>
42450   </test>
42451   <test name="test-partial-05.cs">
42452     <type name="B">
42453       <method name="Void .ctor()">
42454         <size>7</size>
42455       </method>
42456     </type>
42457     <type name="A">
42458       <method name="Void .ctor()">
42459         <size>7</size>
42460       </method>
42461     </type>
42462     <type name="A2">
42463       <method name="Void .ctor()">
42464         <size>7</size>
42465       </method>
42466     </type>
42467     <type name="D">
42468       <method name="Void .ctor()">
42469         <size>7</size>
42470       </method>
42471       <method name="Void Main()">
42472         <size>1</size>
42473       </method>
42474     </type>
42475   </test>
42476   <test name="test-partial-06.cs">
42477     <type name="Foo">
42478       <method name="Void .ctor()">
42479         <size>7</size>
42480       </method>
42481       <method name="Void Finalize()">
42482         <size>13</size>
42483       </method>
42484     </type>
42485     <type name="B">
42486       <method name="Void .ctor()">
42487         <size>7</size>
42488       </method>
42489       <method name="Void Main()">
42490         <size>1</size>
42491       </method>
42492     </type>
42493   </test>
42494   <test name="test-partial-07.cs">
42495     <type name="Test">
42496       <method name="Void .ctor()">
42497         <size>7</size>
42498       </method>
42499     </type>
42500     <type name="TestAttribute">
42501       <method name="Void .ctor()">
42502         <size>7</size>
42503       </method>
42504     </type>
42505     <type name="Test2Attribute">
42506       <method name="Void .ctor()">
42507         <size>7</size>
42508       </method>
42509     </type>
42510     <type name="X">
42511       <method name="Void .ctor()">
42512         <size>7</size>
42513       </method>
42514       <method name="Int32 Main()">
42515         <size>62</size>
42516       </method>
42517     </type>
42518   </test>
42519   <test name="test-partial-08.cs">
42520     <type name="Foo">
42521       <method name="Void .ctor()">
42522         <size>7</size>
42523       </method>
42524       <method name="System.String get_Id()">
42525         <size>7</size>
42526       </method>
42527     </type>
42528     <type name="PartialAbstractCompilationError">
42529       <method name="Void .ctor()">
42530         <size>7</size>
42531       </method>
42532       <method name="Int32 Main()">
42533         <size>54</size>
42534       </method>
42535     </type>
42536   </test>
42537   <test name="test-partial-09.cs">
42538     <type name="Foo">
42539       <method name="Void .ctor()">
42540         <size>7</size>
42541       </method>
42542       <method name="System.String get_Id()">
42543         <size>7</size>
42544       </method>
42545     </type>
42546     <type name="Bar">
42547       <method name="Void .ctor(String)">
42548         <size>14</size>
42549       </method>
42550     </type>
42551     <type name="PartialAbstractCompilationError">
42552       <method name="Void .ctor()">
42553         <size>7</size>
42554       </method>
42555       <method name="Void Main()">
42556         <size>21</size>
42557       </method>
42558     </type>
42559   </test>
42560   <test name="test-partial-10.cs">
42561     <type name="Test2.Foo">
42562       <method name="Void .ctor()">
42563         <size>7</size>
42564       </method>
42565       <method name="Void .cctor()">
42566         <size>15</size>
42567       </method>
42568     </type>
42569     <type name="X">
42570       <method name="Void .ctor()">
42571         <size>7</size>
42572       </method>
42573       <method name="Int32 Main()">
42574         <size>68</size>
42575       </method>
42576     </type>
42577     <type name="Test3.Foo">
42578       <method name="Void .cctor()">
42579         <size>15</size>
42580       </method>
42581     </type>
42582   </test>
42583   <test name="test-partial-11.cs">
42584     <type name="StaticClass">
42585       <method name="System.String Name()">
42586         <size>6</size>
42587       </method>
42588     </type>
42589     <type name="MainClass">
42590       <method name="Void .ctor()">
42591         <size>7</size>
42592       </method>
42593       <method name="Boolean IsStatic(System.Type)">
42594         <size>73</size>
42595       </method>
42596       <method name="Int32 Main()">
42597         <size>56</size>
42598       </method>
42599     </type>
42600   </test>
42601   <test name="test-partial-12.cs">
42602     <type name="Test1.Foo">
42603       <method name="Void .ctor()">
42604         <size>7</size>
42605       </method>
42606       <method name="IEnumerable E()">
42607         <size>16</size>
42608       </method>
42609     </type>
42610     <type name="X">
42611       <method name="Void .ctor()">
42612         <size>7</size>
42613       </method>
42614       <method name="Int32 Main()">
42615         <size>102</size>
42616       </method>
42617     </type>
42618     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
42619       <method name="Void .ctor()">
42620         <size>7</size>
42621       </method>
42622       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42623         <size>7</size>
42624       </method>
42625       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42626         <size>7</size>
42627       </method>
42628       <method name="Boolean MoveNext()">
42629         <size>69</size>
42630       </method>
42631       <method name="Void Dispose()">
42632         <size>8</size>
42633       </method>
42634       <method name="Void Reset()">
42635         <size>6</size>
42636       </method>
42637       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42638         <size>7</size>
42639       </method>
42640       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42641         <size>26</size>
42642       </method>
42643     </type>
42644   </test>
42645   <test name="test-partial-13.cs">
42646     <type name="Test.Test">
42647       <method name="Void .ctor()">
42648         <size>7</size>
42649       </method>
42650       <method name="Boolean Equals(System.Object)">
42651         <size>2</size>
42652       </method>
42653       <method name="Int32 GetHashCode()">
42654         <size>2</size>
42655       </method>
42656       <method name="Void Main()">
42657         <size>1</size>
42658       </method>
42659     </type>
42660   </test>
42661   <test name="test-partial-14.cs">
42662     <type name="T">
42663       <method name="Void .ctor()">
42664         <size>7</size>
42665       </method>
42666     </type>
42667     <type name="partial">
42668       <method name="Void .ctor()">
42669         <size>7</size>
42670       </method>
42671     </type>
42672     <type name="A">
42673       <method name="Void .ctor()">
42674         <size>7</size>
42675       </method>
42676       <method name="Void partial(partial)">
42677         <size>3</size>
42678       </method>
42679     </type>
42680     <type name="B">
42681       <method name="Void .ctor()">
42682         <size>7</size>
42683       </method>
42684       <method name="Void Main()">
42685         <size>1</size>
42686       </method>
42687     </type>
42688   </test>
42689   <test name="test-partial-15.cs">
42690     <type name="Foo.X">
42691       <method name="Void .ctor()">
42692         <size>7</size>
42693       </method>
42694       <method name="Void Main()">
42695         <size>1</size>
42696       </method>
42697       <method name="IEnumerable Attempts2()">
42698         <size>16</size>
42699       </method>
42700       <method name="IEnumerable get_Attempts()">
42701         <size>16</size>
42702       </method>
42703       <method name="IEnumerable get_Item(Int32)">
42704         <size>16</size>
42705       </method>
42706     </type>
42707     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
42708       <method name="Void .ctor()">
42709         <size>7</size>
42710       </method>
42711       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42712         <size>7</size>
42713       </method>
42714       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42715         <size>7</size>
42716       </method>
42717       <method name="Boolean MoveNext()">
42718         <size>36</size>
42719       </method>
42720       <method name="Void Dispose()">
42721         <size>8</size>
42722       </method>
42723       <method name="Void Reset()">
42724         <size>6</size>
42725       </method>
42726     </type>
42727     <type name="Foo.X+&lt;&gt;c__Iterator1">
42728       <method name="Void .ctor()">
42729         <size>7</size>
42730       </method>
42731       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42732         <size>7</size>
42733       </method>
42734       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42735         <size>7</size>
42736       </method>
42737       <method name="Boolean MoveNext()">
42738         <size>36</size>
42739       </method>
42740       <method name="Void Dispose()">
42741         <size>8</size>
42742       </method>
42743       <method name="Void Reset()">
42744         <size>6</size>
42745       </method>
42746     </type>
42747     <type name="Foo.X+&lt;&gt;c__Iterator2">
42748       <method name="Void .ctor()">
42749         <size>7</size>
42750       </method>
42751       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42752         <size>7</size>
42753       </method>
42754       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42755         <size>7</size>
42756       </method>
42757       <method name="Boolean MoveNext()">
42758         <size>36</size>
42759       </method>
42760       <method name="Void Dispose()">
42761         <size>8</size>
42762       </method>
42763       <method name="Void Reset()">
42764         <size>6</size>
42765       </method>
42766     </type>
42767     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
42768       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42769         <size>7</size>
42770       </method>
42771       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42772         <size>26</size>
42773       </method>
42774     </type>
42775     <type name="Foo.X+&lt;&gt;c__Iterator1">
42776       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42777         <size>7</size>
42778       </method>
42779       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42780         <size>26</size>
42781       </method>
42782     </type>
42783     <type name="Foo.X+&lt;&gt;c__Iterator2">
42784       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42785         <size>7</size>
42786       </method>
42787       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42788         <size>26</size>
42789       </method>
42790     </type>
42791   </test>
42792   <test name="test-partial-16.cs">
42793     <type name="A.C">
42794       <method name="Void .ctor()">
42795         <size>23</size>
42796       </method>
42797       <method name="Void .cctor()">
42798         <size>11</size>
42799       </method>
42800     </type>
42801     <type name="B.C2">
42802       <method name="Void .ctor()">
42803         <size>7</size>
42804       </method>
42805       <method name="Boolean Test()">
42806         <size>2</size>
42807       </method>
42808       <method name="System.Object Test_I()">
42809         <size>2</size>
42810       </method>
42811       <method name="Void Main()">
42812         <size>1</size>
42813       </method>
42814     </type>
42815   </test>
42816   <test name="test-partial-17.cs">
42817     <type name="Test">
42818       <method name="Void .ctor()">
42819         <size>7</size>
42820       </method>
42821       <method name="Boolean Check(System.String, System.String[])">
42822         <size>42</size>
42823       </method>
42824       <method name="Void Main()">
42825         <size>1</size>
42826       </method>
42827     </type>
42828   </test>
42829   <test name="test-partial-18.cs">
42830     <type name="N.Foo">
42831       <method name="Void .ctor()">
42832         <size>17</size>
42833       </method>
42834       <method name="Void Main()">
42835         <size>1</size>
42836       </method>
42837     </type>
42838   </test>
42839   <test name="test-partial-19.cs">
42840     <type name="Bug.GL">
42841       <method name="Void Main()">
42842         <size>7</size>
42843       </method>
42844     </type>
42845     <type name="Bug.GL+Core">
42846       <method name="Boolean A()">
42847         <size>2</size>
42848       </method>
42849     </type>
42850   </test>
42851   <test name="test-partial-20.cs">
42852     <type name="A">
42853       <method name="Void .ctor()">
42854         <size>7</size>
42855       </method>
42856       <method name="Void .cctor()">
42857         <size>7</size>
42858       </method>
42859     </type>
42860     <type name="B">
42861       <method name="Void .ctor()">
42862         <size>7</size>
42863       </method>
42864       <method name="Void .cctor()">
42865         <size>7</size>
42866       </method>
42867     </type>
42868     <type name="C">
42869       <method name="Void .ctor()">
42870         <size>7</size>
42871       </method>
42872       <method name="Int32 Main()">
42873         <size>38</size>
42874       </method>
42875     </type>
42876   </test>
42877   <test name="test-partial-21.cs">
42878     <type name="Mono.Sms.Main">
42879       <method name="Void .ctor()">
42880         <size>7</size>
42881       </method>
42882       <method name="Void Test()">
42883         <size>42</size>
42884       </method>
42885     </type>
42886     <type name="Mono.Sms.Contacts">
42887       <method name="Void .ctor()">
42888         <size>7</size>
42889       </method>
42890       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
42891         <size>24</size>
42892       </method>
42893       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
42894         <size>24</size>
42895       </method>
42896       <method name="Void Test()">
42897         <size>12</size>
42898       </method>
42899     </type>
42900     <type name="Mono.Sms.Core.Agenda">
42901       <method name="Void .ctor()">
42902         <size>7</size>
42903       </method>
42904       <method name="Void AddContact()">
42905         <size>1</size>
42906       </method>
42907       <method name="Void Main()">
42908         <size>1</size>
42909       </method>
42910     </type>
42911     <type name="Mono.Sms.Contacts+ContactsHandler">
42912       <method name="Void .ctor(Object, IntPtr)">
42913         <size>0</size>
42914       </method>
42915       <method name="Void Invoke()">
42916         <size>0</size>
42917       </method>
42918       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42919         <size>0</size>
42920       </method>
42921       <method name="Void EndInvoke(IAsyncResult)">
42922         <size>0</size>
42923       </method>
42924     </type>
42925     <type name="Mono.Sms.Main">
42926       <method name="Void &lt;Test&gt;m__0()">
42927         <size>6</size>
42928       </method>
42929     </type>
42930   </test>
42931   <test name="test-partial-22.cs">
42932     <type name="C">
42933       <method name="Void .ctor()">
42934         <size>7</size>
42935       </method>
42936       <method name="Int32 Main()">
42937         <size>2</size>
42938       </method>
42939     </type>
42940   </test>
42941   <test name="test-partial-23.cs">
42942     <type name="C">
42943       <method name="Void .ctor()">
42944         <size>7</size>
42945       </method>
42946       <method name="Void Partial_A()">
42947         <size>15</size>
42948       </method>
42949       <method name="Void Partial_B()">
42950         <size>15</size>
42951       </method>
42952       <method name="Void Partial_S()">
42953         <size>14</size>
42954       </method>
42955       <method name="Int32 Main()">
42956         <size>52</size>
42957       </method>
42958     </type>
42959   </test>
42960   <test name="test-partial-24.cs">
42961     <type name="N.C">
42962       <method name="Void .ctor()">
42963         <size>7</size>
42964       </method>
42965       <method name="Void Main()">
42966         <size>1</size>
42967       </method>
42968       <method name="Void Foo()">
42969         <size>1</size>
42970       </method>
42971     </type>
42972   </test>
42973   <test name="test-partial-25.cs">
42974     <type name="C">
42975       <method name="Void .ctor()">
42976         <size>7</size>
42977       </method>
42978       <method name="Void Partial(Int32)">
42979         <size>14</size>
42980       </method>
42981       <method name="Int32 Main()">
42982         <size>8</size>
42983       </method>
42984     </type>
42985   </test>
42986   <test name="test-partial-26.cs">
42987     <type name="ConsoleApplication1.X">
42988       <method name="Void .ctor()">
42989         <size>7</size>
42990       </method>
42991       <method name="Void Foo()">
42992         <size>1</size>
42993       </method>
42994     </type>
42995     <type name="ConsoleApplication1.Program">
42996       <method name="Void .ctor()">
42997         <size>7</size>
42998       </method>
42999       <method name="Int32 Main()">
43000         <size>98</size>
43001       </method>
43002     </type>
43003     <type name="ConsoleApplication1.Y">
43004       <method name="Void Foo()">
43005         <size>1</size>
43006       </method>
43007       <method name="Void .ctor()">
43008         <size>7</size>
43009       </method>
43010     </type>
43011   </test>
43012   <test name="test-var-01.cs">
43013     <type name="Test">
43014       <method name="Void .ctor()">
43015         <size>7</size>
43016       </method>
43017       <method name="Int32 Main()">
43018         <size>47</size>
43019       </method>
43020     </type>
43021   </test>
43022   <test name="test-var-02.cs">
43023     <type name="Class1">
43024       <method name="Void .ctor()">
43025         <size>15</size>
43026       </method>
43027       <method name="Boolean Method()">
43028         <size>2</size>
43029       </method>
43030     </type>
43031     <type name="Test">
43032       <method name="Void .ctor()">
43033         <size>7</size>
43034       </method>
43035       <method name="Int32 Main()">
43036         <size>116</size>
43037       </method>
43038     </type>
43039     <type name="Test+Class2">
43040       <method name="Void .ctor()">
43041         <size>15</size>
43042       </method>
43043       <method name="Boolean Method()">
43044         <size>2</size>
43045       </method>
43046     </type>
43047   </test>
43048   <test name="test-var-03.cs">
43049     <type name="Test">
43050       <method name="Void .ctor()">
43051         <size>7</size>
43052       </method>
43053       <method name="Int32 Main()">
43054         <size>166</size>
43055       </method>
43056     </type>
43057     <type name="&lt;PrivateImplementationDetails&gt;">
43058       <method name="Void .ctor()">
43059         <size>7</size>
43060       </method>
43061     </type>
43062   </test>
43063   <test name="test-var-05.cs">
43064     <type name="MyClass">
43065       <method name="Void .ctor(String)">
43066         <size>14</size>
43067       </method>
43068       <method name="Void Dispose()">
43069         <size>12</size>
43070       </method>
43071     </type>
43072     <type name="Test">
43073       <method name="Void .ctor()">
43074         <size>7</size>
43075       </method>
43076       <method name="Int32 Main()">
43077         <size>61</size>
43078       </method>
43079     </type>
43080   </test>
43081   <test name="test-var-06.cs">
43082     <type name="Test">
43083       <method name="Void .ctor()">
43084         <size>7</size>
43085       </method>
43086       <method name="Int32 Main()">
43087         <size>48</size>
43088       </method>
43089     </type>
43090   </test>
43091   <test name="test-var-07.cs">
43092     <type name="Test">
43093       <method name="Void .ctor()">
43094         <size>7</size>
43095       </method>
43096       <method name="Void var()">
43097         <size>1</size>
43098       </method>
43099       <method name="Int32 Main()">
43100         <size>33</size>
43101       </method>
43102     </type>
43103     <type name="var">
43104       <method name="Void .ctor()">
43105         <size>7</size>
43106       </method>
43107     </type>
43108   </test>
43109   <test name="test-var-08.cs">
43110     <type name="X">
43111       <method name="Void .ctor(Int32, Int32)">
43112         <size>10</size>
43113       </method>
43114       <method name="Void Main()">
43115         <size>1</size>
43116       </method>
43117     </type>
43118   </test>
43119   <test name="test-xml-042.cs">
43120     <type name="TestNamespace.TestClass">
43121       <method name="Void .ctor()">
43122         <size>7</size>
43123       </method>
43124       <method name="Void Main()">
43125         <size>1</size>
43126       </method>
43127       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
43128         <size>7</size>
43129       </method>
43130     </type>
43131   </test>
43132 </tests>