Fix all CreateInstance overloads for void
[mcs.git] / tests / ver-il-gmcs.xml
blob4f291a27fac078424d5ebfda8c8aa2b3400d7fd1
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>484</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>94</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-449.cs">
11575     <type name="Program">
11576       <method name="Void .ctor()">
11577         <size>7</size>
11578       </method>
11579       <method name="Int32 Main()">
11580         <size>59</size>
11581       </method>
11582     </type>
11583   </test>
11584   <test name="gtest-450.cs">
11585     <type name="Program">
11586       <method name="Void .ctor()">
11587         <size>7</size>
11588       </method>
11589       <method name="Int32 Main()">
11590         <size>59</size>
11591       </method>
11592     </type>
11593   </test>
11594   <test name="gtest-453.cs">
11595     <type name="Test.CompilerTest">
11596       <method name="Void .ctor()">
11597         <size>7</size>
11598       </method>
11599       <method name="Int32 Main()">
11600         <size>12</size>
11601       </method>
11602       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
11603         <size>73</size>
11604       </method>
11605       <method name="Void ThisDoesNotWork()">
11606         <size>27</size>
11607       </method>
11608       <method name="Void ThisWorksFine()">
11609         <size>38</size>
11610       </method>
11611     </type>
11612   </test>
11613   <test name="gtest-454.cs">
11614     <type name="TestNS.TestCase">
11615       <method name="Void .ctor()">
11616         <size>7</size>
11617       </method>
11618       <method name="Int32 Compare[T](T[], T[])">
11619         <size>2</size>
11620       </method>
11621       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
11622         <size>30</size>
11623       </method>
11624       <method name="Int32 Main()">
11625         <size>19</size>
11626       </method>
11627     </type>
11628   </test>
11629   <test name="gtest-455.cs">
11630     <type name="ConsoleApplication1.Program">
11631       <method name="Void .ctor()">
11632         <size>7</size>
11633       </method>
11634       <method name="Void Main()">
11635         <size>14</size>
11636       </method>
11637     </type>
11638     <type name="ConsoleApplication1.Inner`1[T]">
11639       <method name="Void .ctor()">
11640         <size>7</size>
11641       </method>
11642       <method name="Void Compare(System.Object, T)">
11643         <size>13</size>
11644       </method>
11645     </type>
11646   </test>
11647   <test name="gtest-456.cs">
11648     <type name="G`1[T]">
11649       <method name="Void .ctor()">
11650         <size>7</size>
11651       </method>
11652     </type>
11653     <type name="G`1+S[T]">
11654       <method name="System.String Test()">
11655         <size>22</size>
11656       </method>
11657     </type>
11658     <type name="C">
11659       <method name="Int32 Main()">
11660         <size>36</size>
11661       </method>
11662       <method name="Void .ctor()">
11663         <size>7</size>
11664       </method>
11665     </type>
11666   </test>
11667   <test name="gtest-457.cs">
11668     <type name="Program">
11669       <method name="Void Foo[T]()">
11670         <size>1</size>
11671       </method>
11672       <method name="Int32 Main()">
11673         <size>2</size>
11674       </method>
11675       <method name="Void .ctor()">
11676         <size>7</size>
11677       </method>
11678     </type>
11679     <type name="Program+C">
11680       <method name="Void .ctor()">
11681         <size>7</size>
11682       </method>
11683     </type>
11684   </test>
11685   <test name="gtest-458.cs">
11686     <type name="MyList`1[T]">
11687       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
11688         <size>2</size>
11689       </method>
11690       <method name="Void .ctor()">
11691         <size>7</size>
11692       </method>
11693     </type>
11694     <type name="MyList`1+Helper`2[T,U,V]">
11695       <method name="Void .ctor()">
11696         <size>7</size>
11697       </method>
11698     </type>
11699     <type name="C">
11700       <method name="Int32 Main()">
11701         <size>13</size>
11702       </method>
11703       <method name="Void .ctor()">
11704         <size>7</size>
11705       </method>
11706     </type>
11707   </test>
11708   <test name="gtest-459.cs">
11709     <type name="GenericTest.OuterGeneric`1[T]">
11710       <method name="Void .ctor()">
11711         <size>7</size>
11712       </method>
11713     </type>
11714     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
11715       <method name="System.String GetTypeNames()">
11716         <size>41</size>
11717       </method>
11718       <method name="Void .ctor()">
11719         <size>7</size>
11720       </method>
11721     </type>
11722     <type name="GenericTest.Program">
11723       <method name="Int32 Main()">
11724         <size>14</size>
11725       </method>
11726       <method name="Void .ctor()">
11727         <size>7</size>
11728       </method>
11729     </type>
11730   </test>
11731   <test name="gtest-460.cs">
11732     <type name="Foo`1[T]">
11733       <method name="Void .ctor()">
11734         <size>7</size>
11735       </method>
11736     </type>
11737     <type name="Foo`1+Bar`1[T,V]">
11738       <method name="Void .ctor()">
11739         <size>7</size>
11740       </method>
11741     </type>
11742     <type name="FooImpl">
11743       <method name="Int32 Main()">
11744         <size>8</size>
11745       </method>
11746       <method name="Void .ctor()">
11747         <size>7</size>
11748       </method>
11749     </type>
11750     <type name="FooImpl+BarImpl">
11751       <method name="Void .ctor()">
11752         <size>7</size>
11753       </method>
11754     </type>
11755   </test>
11756   <test name="gtest-461.cs">
11757     <type name="Test.BaseContext">
11758       <method name="Void .ctor()">
11759         <size>7</size>
11760       </method>
11761     </type>
11762     <type name="Test.MyDataContext">
11763       <method name="Void .ctor()">
11764         <size>7</size>
11765       </method>
11766     </type>
11767     <type name="Test.Entity`1[T]">
11768       <method name="Void .ctor()">
11769         <size>7</size>
11770       </method>
11771     </type>
11772     <type name="Test.Person">
11773       <method name="Void .ctor()">
11774         <size>7</size>
11775       </method>
11776     </type>
11777     <type name="Test.TheBox`1[T]">
11778       <method name="U GetById[U](Guid)">
11779         <size>7</size>
11780       </method>
11781       <method name="Void .ctor()">
11782         <size>7</size>
11783       </method>
11784     </type>
11785     <type name="Test.Program">
11786       <method name="Void Main()">
11787         <size>19</size>
11788       </method>
11789       <method name="Void .ctor()">
11790         <size>7</size>
11791       </method>
11792     </type>
11793   </test>
11794   <test name="gtest-462.cs">
11795     <type name="Program">
11796       <method name="Int32 Main()">
11797         <size>79</size>
11798       </method>
11799       <method name="Void .ctor()">
11800         <size>7</size>
11801       </method>
11802     </type>
11803     <type name="Program+Tester`1[T]">
11804       <method name="T Get(System.Object)">
11805         <size>30</size>
11806       </method>
11807       <method name="Void .ctor()">
11808         <size>7</size>
11809       </method>
11810     </type>
11811   </test>
11812   <test name="gtest-463.cs">
11813     <type name="STuple`1[Ta]">
11814       <method name="Void .ctor(Ta)">
11815         <size>8</size>
11816       </method>
11817     </type>
11818     <type name="C">
11819       <method name="Int32 Main()">
11820         <size>10</size>
11821       </method>
11822       <method name="Void .ctor()">
11823         <size>7</size>
11824       </method>
11825     </type>
11826   </test>
11827   <test name="gtest-464.cs">
11828     <type name="Test">
11829       <method name="Int32 Main()">
11830         <size>28</size>
11831       </method>
11832       <method name="Void .ctor()">
11833         <size>7</size>
11834       </method>
11835     </type>
11836   </test>
11837   <test name="gtest-465.cs">
11838     <type name="DerivedClass">
11839       <method name="Void GenericMethod_1[T]()">
11840         <size>1</size>
11841       </method>
11842       <method name="Void GenericMethod_2[T]()">
11843         <size>1</size>
11844       </method>
11845       <method name="Void GenericMethod_3[T]()">
11846         <size>1</size>
11847       </method>
11848       <method name="Void .ctor()">
11849         <size>7</size>
11850       </method>
11851     </type>
11852     <type name="Program">
11853       <method name="Int32 Main()">
11854         <size>8</size>
11855       </method>
11856       <method name="Void .ctor()">
11857         <size>7</size>
11858       </method>
11859     </type>
11860   </test>
11861   <test name="gtest-466.cs">
11862     <type name="Program">
11863       <method name="Boolean Test[T](T)">
11864         <size>10</size>
11865       </method>
11866       <method name="Int32 Main()">
11867         <size>40</size>
11868       </method>
11869       <method name="Void .ctor()">
11870         <size>7</size>
11871       </method>
11872     </type>
11873   </test>
11874   <test name="gtest-467.cs">
11875     <type name="S">
11876       <method name="Int32 Main()">
11877         <size>79</size>
11878       </method>
11879     </type>
11880     <type name="A">
11881       <method name="A op_Implicit(S)">
11882         <size>6</size>
11883       </method>
11884       <method name="Void .ctor()">
11885         <size>7</size>
11886       </method>
11887     </type>
11888     <type name="B">
11889       <method name="Void .ctor()">
11890         <size>7</size>
11891       </method>
11892     </type>
11893   </test>
11894   <test name="gtest-468.cs">
11895     <type name="TS">
11896       <method name="Nullable`1 get_v()">
11897         <size>7</size>
11898       </method>
11899       <method name="Int32 Main()">
11900         <size>43</size>
11901       </method>
11902       <method name="Nullable`1 op_Implicit(TS)">
11903         <size>7</size>
11904       </method>
11905       <method name="TS op_Implicit(Nullable`1)">
11906         <size>2</size>
11907       </method>
11908       <method name="Void .ctor()">
11909         <size>7</size>
11910       </method>
11911     </type>
11912   </test>
11913   <test name="gtest-469.cs">
11914     <type name="Foo`2[T1,T2]">
11915       <method name="Void .ctor(T2)">
11916         <size>7</size>
11917       </method>
11918     </type>
11919     <type name="Bar">
11920       <method name="Int32 Main()">
11921         <size>13</size>
11922       </method>
11923       <method name="Void .ctor()">
11924         <size>7</size>
11925       </method>
11926     </type>
11927   </test>
11928   <test name="gtest-anon-1.cs">
11929     <type name="X">
11930       <method name="Void .ctor()">
11931         <size>7</size>
11932       </method>
11933       <method name="Void Hello[U](U)">
11934         <size>1</size>
11935       </method>
11936       <method name="Void Test[T](T)">
11937         <size>64</size>
11938       </method>
11939       <method name="Void Main()">
11940         <size>14</size>
11941       </method>
11942     </type>
11943     <type name="Foo">
11944       <method name="Void .ctor(Object, IntPtr)">
11945         <size>0</size>
11946       </method>
11947       <method name="Void Invoke()">
11948         <size>0</size>
11949       </method>
11950       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11951         <size>0</size>
11952       </method>
11953       <method name="Void EndInvoke(IAsyncResult)">
11954         <size>0</size>
11955       </method>
11956     </type>
11957     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
11958       <method name="Void .ctor()">
11959         <size>7</size>
11960       </method>
11961       <method name="Void &lt;&gt;m__0()">
11962         <size>18</size>
11963       </method>
11964     </type>
11965   </test>
11966   <test name="gtest-anon-10.cs">
11967     <type name="X">
11968       <method name="Void .ctor()">
11969         <size>7</size>
11970       </method>
11971       <method name="IEnumerable`1 Test[T](T, T)">
11972         <size>44</size>
11973       </method>
11974       <method name="Int32 Main()">
11975         <size>95</size>
11976       </method>
11977     </type>
11978     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
11979       <method name="Void .ctor()">
11980         <size>7</size>
11981       </method>
11982       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11983         <size>12</size>
11984       </method>
11985       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11986         <size>7</size>
11987       </method>
11988       <method name="Boolean MoveNext()">
11989         <size>110</size>
11990       </method>
11991       <method name="Void Dispose()">
11992         <size>8</size>
11993       </method>
11994       <method name="Void Reset()">
11995         <size>6</size>
11996       </method>
11997       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
11998         <size>7</size>
11999       </method>
12000       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12001         <size>52</size>
12002       </method>
12003     </type>
12004   </test>
12005   <test name="gtest-anon-11.cs">
12006     <type name="Test`1[R]">
12007       <method name="Void .ctor()">
12008         <size>7</size>
12009       </method>
12010       <method name="Void World[S,T](S, T)">
12011         <size>1</size>
12012       </method>
12013       <method name="Void Hello[U,V](U, V)">
12014         <size>41</size>
12015       </method>
12016     </type>
12017     <type name="X">
12018       <method name="Void .ctor()">
12019         <size>7</size>
12020       </method>
12021       <method name="Void Main()">
12022         <size>21</size>
12023       </method>
12024     </type>
12025     <type name="Foo">
12026       <method name="Void .ctor(Object, IntPtr)">
12027         <size>0</size>
12028       </method>
12029       <method name="Void Invoke()">
12030         <size>0</size>
12031       </method>
12032       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12033         <size>0</size>
12034       </method>
12035       <method name="Void EndInvoke(IAsyncResult)">
12036         <size>0</size>
12037       </method>
12038     </type>
12039     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
12040       <method name="Void .ctor()">
12041         <size>7</size>
12042       </method>
12043       <method name="Void &lt;&gt;m__0()">
12044         <size>24</size>
12045       </method>
12046     </type>
12047   </test>
12048   <test name="gtest-anon-12.cs">
12049     <type name="World`1[T]">
12050       <method name="Void .ctor()">
12051         <size>7</size>
12052       </method>
12053       <method name="Void Hello[U](U)">
12054         <size>1</size>
12055       </method>
12056       <method name="Void Test(T)">
12057         <size>46</size>
12058       </method>
12059     </type>
12060     <type name="X">
12061       <method name="Void .ctor()">
12062         <size>7</size>
12063       </method>
12064       <method name="Void Main()">
12065         <size>18</size>
12066       </method>
12067     </type>
12068     <type name="Foo">
12069       <method name="Void .ctor(Object, IntPtr)">
12070         <size>0</size>
12071       </method>
12072       <method name="Void Invoke()">
12073         <size>0</size>
12074       </method>
12075       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12076         <size>0</size>
12077       </method>
12078       <method name="Void EndInvoke(IAsyncResult)">
12079         <size>0</size>
12080       </method>
12081     </type>
12082     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
12083       <method name="Void .ctor()">
12084         <size>7</size>
12085       </method>
12086       <method name="Void &lt;&gt;m__0()">
12087         <size>18</size>
12088       </method>
12089     </type>
12090   </test>
12091   <test name="gtest-anon-13.cs">
12092     <type name="X">
12093       <method name="Void .ctor()">
12094         <size>7</size>
12095       </method>
12096       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
12097         <size>13</size>
12098       </method>
12099       <method name="Void Main()">
12100         <size>1</size>
12101       </method>
12102     </type>
12103     <type name="X+ModuleBinder`1[T]">
12104       <method name="Void .ctor(Object, IntPtr)">
12105         <size>0</size>
12106       </method>
12107       <method name="T Invoke(System.Object)">
12108         <size>0</size>
12109       </method>
12110       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
12111         <size>0</size>
12112       </method>
12113       <method name="T EndInvoke(IAsyncResult)">
12114         <size>0</size>
12115       </method>
12116     </type>
12117     <type name="X">
12118       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
12119         <size>7</size>
12120       </method>
12121     </type>
12122   </test>
12123   <test name="gtest-anon-14.cs">
12124     <type name="T">
12125       <method name="Void .ctor()">
12126         <size>7</size>
12127       </method>
12128       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
12129         <size>1</size>
12130       </method>
12131       <method name="Void SomeCaller()">
12132         <size>36</size>
12133       </method>
12134       <method name="Void Main()">
12135         <size>1</size>
12136       </method>
12137       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
12138         <size>2</size>
12139       </method>
12140     </type>
12141   </test>
12142   <test name="gtest-anon-15.cs">
12143     <type name="Test`1[T]">
12144       <method name="Void .ctor()">
12145         <size>7</size>
12146       </method>
12147       <method name="Void Hello[S](T, S)">
12148         <size>42</size>
12149       </method>
12150     </type>
12151     <type name="X">
12152       <method name="Void .ctor()">
12153         <size>7</size>
12154       </method>
12155       <method name="Void Main()">
12156         <size>16</size>
12157       </method>
12158     </type>
12159     <type name="Foo`1[V]">
12160       <method name="Void .ctor(Object, IntPtr)">
12161         <size>0</size>
12162       </method>
12163       <method name="Void Invoke(V)">
12164         <size>0</size>
12165       </method>
12166       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
12167         <size>0</size>
12168       </method>
12169       <method name="Void EndInvoke(IAsyncResult)">
12170         <size>0</size>
12171       </method>
12172     </type>
12173     <type name="Bar`1[W]">
12174       <method name="Void .ctor(Object, IntPtr)">
12175         <size>0</size>
12176       </method>
12177       <method name="Void Invoke(W)">
12178         <size>0</size>
12179       </method>
12180       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
12181         <size>0</size>
12182       </method>
12183       <method name="Void EndInvoke(IAsyncResult)">
12184         <size>0</size>
12185       </method>
12186     </type>
12187     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
12188       <method name="Void .ctor()">
12189         <size>7</size>
12190       </method>
12191       <method name="Void &lt;&gt;m__0(Int64)">
12192         <size>57</size>
12193       </method>
12194     </type>
12195     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
12196       <method name="Void .ctor()">
12197         <size>7</size>
12198       </method>
12199       <method name="Void &lt;&gt;m__1(T)">
12200         <size>65</size>
12201       </method>
12202     </type>
12203   </test>
12204   <test name="gtest-anon-16.cs">
12205     <type name="A">
12206       <method name="Void .ctor(TestFunc`1)">
12207         <size>7</size>
12208       </method>
12209       <method name="Void Main()">
12210         <size>1</size>
12211       </method>
12212     </type>
12213     <type name="TestClass">
12214       <method name="Void .ctor()">
12215         <size>47</size>
12216       </method>
12217       <method name="Void Func[T](TestFunc`1[T])">
12218         <size>1</size>
12219       </method>
12220     </type>
12221     <type name="TestFunc`1[T]">
12222       <method name="Void .ctor(Object, IntPtr)">
12223         <size>0</size>
12224       </method>
12225       <method name="Void Invoke(T)">
12226         <size>0</size>
12227       </method>
12228       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
12229         <size>0</size>
12230       </method>
12231       <method name="Void EndInvoke(IAsyncResult)">
12232         <size>0</size>
12233       </method>
12234     </type>
12235     <type name="TestClass">
12236       <method name="Void &lt;a&gt;m__0(Int32)">
12237         <size>1</size>
12238       </method>
12239     </type>
12240   </test>
12241   <test name="gtest-anon-17.cs">
12242     <type name="C">
12243       <method name="Void .ctor()">
12244         <size>7</size>
12245       </method>
12246       <method name="Void Test[T,U](C+Func`1[T], U)">
12247         <size>1</size>
12248       </method>
12249       <method name="Void Main()">
12250         <size>75</size>
12251       </method>
12252     </type>
12253     <type name="C+Func`1[T]">
12254       <method name="Void .ctor(Object, IntPtr)">
12255         <size>0</size>
12256       </method>
12257       <method name="T Invoke(T)">
12258         <size>0</size>
12259       </method>
12260       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
12261         <size>0</size>
12262       </method>
12263       <method name="T EndInvoke(IAsyncResult)">
12264         <size>0</size>
12265       </method>
12266     </type>
12267     <type name="C">
12268       <method name="Int32 &lt;Main&gt;m__0(Int32)">
12269         <size>2</size>
12270       </method>
12271       <method name="Int32 &lt;Main&gt;m__1(Int32)">
12272         <size>2</size>
12273       </method>
12274     </type>
12275   </test>
12276   <test name="gtest-anon-18.cs">
12277     <type name="C">
12278       <method name="Void .ctor()">
12279         <size>7</size>
12280       </method>
12281       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
12282         <size>10</size>
12283       </method>
12284       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
12285         <size>10</size>
12286       </method>
12287       <method name="Void Test2[T]()">
12288         <size>19</size>
12289       </method>
12290       <method name="Void Main()">
12291         <size>100</size>
12292       </method>
12293     </type>
12294     <type name="C+Func`2[TR,TA]">
12295       <method name="Void .ctor(Object, IntPtr)">
12296         <size>0</size>
12297       </method>
12298       <method name="TR Invoke(TA)">
12299         <size>0</size>
12300       </method>
12301       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
12302         <size>0</size>
12303       </method>
12304       <method name="TR EndInvoke(IAsyncResult)">
12305         <size>0</size>
12306       </method>
12307     </type>
12308     <type name="C">
12309       <method name="Int32 &lt;Main&gt;m__1(Int32)">
12310         <size>16</size>
12311       </method>
12312       <method name="System.String &lt;Main&gt;m__2(Int32)">
12313         <size>6</size>
12314       </method>
12315       <method name="System.String &lt;Main&gt;m__3(Int32)">
12316         <size>6</size>
12317       </method>
12318       <method name="T &lt;Test2`1&gt;m__0[T](T)">
12319         <size>2</size>
12320       </method>
12321     </type>
12322   </test>
12323   <test name="gtest-anon-19.cs">
12324     <type name="Test">
12325       <method name="Void .ctor()">
12326         <size>7</size>
12327       </method>
12328       <method name="Void TestNaturalSort()">
12329         <size>31</size>
12330       </method>
12331       <method name="Void Main()">
12332         <size>6</size>
12333       </method>
12334     </type>
12335     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
12336       <method name="Void .ctor()">
12337         <size>7</size>
12338       </method>
12339       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
12340         <size>113</size>
12341       </method>
12342     </type>
12343     <type name="Test">
12344       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
12345         <size>106</size>
12346       </method>
12347     </type>
12348     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
12349       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
12350         <size>113</size>
12351       </method>
12352     </type>
12353   </test>
12354   <test name="gtest-anon-2.cs">
12355     <type name="X">
12356       <method name="Void .ctor()">
12357         <size>7</size>
12358       </method>
12359       <method name="Void Hello[U](U)">
12360         <size>1</size>
12361       </method>
12362       <method name="Void Test[T](T)">
12363         <size>71</size>
12364       </method>
12365       <method name="Void Main()">
12366         <size>14</size>
12367       </method>
12368     </type>
12369     <type name="Simple">
12370       <method name="Void .ctor(Object, IntPtr)">
12371         <size>0</size>
12372       </method>
12373       <method name="Void Invoke()">
12374         <size>0</size>
12375       </method>
12376       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12377         <size>0</size>
12378       </method>
12379       <method name="Void EndInvoke(IAsyncResult)">
12380         <size>0</size>
12381       </method>
12382     </type>
12383     <type name="Foo">
12384       <method name="Void .ctor(Object, IntPtr)">
12385         <size>0</size>
12386       </method>
12387       <method name="Simple Invoke()">
12388         <size>0</size>
12389       </method>
12390       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12391         <size>0</size>
12392       </method>
12393       <method name="Simple EndInvoke(IAsyncResult)">
12394         <size>0</size>
12395       </method>
12396     </type>
12397     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
12398       <method name="Void .ctor()">
12399         <size>7</size>
12400       </method>
12401       <method name="Simple &lt;&gt;m__0()">
12402         <size>55</size>
12403       </method>
12404     </type>
12405     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
12406       <method name="Void .ctor()">
12407         <size>7</size>
12408       </method>
12409       <method name="Void &lt;&gt;m__1()">
12410         <size>50</size>
12411       </method>
12412     </type>
12413   </test>
12414   <test name="gtest-anon-21.cs">
12415     <type name="BaseObject">
12416       <method name="Void .ctor()">
12417         <size>7</size>
12418       </method>
12419       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
12420         <size>53</size>
12421       </method>
12422       <method name="T MakeSomething[T]()">
12423         <size>7</size>
12424       </method>
12425       <method name="Int32 Main()">
12426         <size>10</size>
12427       </method>
12428       <method name="Void Closure(EmptyDelegate)">
12429         <size>1</size>
12430       </method>
12431     </type>
12432     <type name="EmptyDelegate">
12433       <method name="Void .ctor(Object, IntPtr)">
12434         <size>0</size>
12435       </method>
12436       <method name="Void Invoke()">
12437         <size>0</size>
12438       </method>
12439       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12440         <size>0</size>
12441       </method>
12442       <method name="Void EndInvoke(IAsyncResult)">
12443         <size>0</size>
12444       </method>
12445     </type>
12446     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
12447       <method name="Void .ctor()">
12448         <size>7</size>
12449       </method>
12450       <method name="Void &lt;&gt;m__0()">
12451         <size>17</size>
12452       </method>
12453     </type>
12454   </test>
12455   <test name="gtest-anon-22.cs">
12456     <type name="C">
12457       <method name="Void .ctor()">
12458         <size>7</size>
12459       </method>
12460       <method name="Int32 Foo(D1)">
12461         <size>2</size>
12462       </method>
12463       <method name="Int32 Foo(D2)">
12464         <size>2</size>
12465       </method>
12466       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
12467         <size>2</size>
12468       </method>
12469       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
12470         <size>2</size>
12471       </method>
12472       <method name="Int32 Main()">
12473         <size>82</size>
12474       </method>
12475     </type>
12476     <type name="D1">
12477       <method name="Void .ctor(Object, IntPtr)">
12478         <size>0</size>
12479       </method>
12480       <method name="Int32 Invoke()">
12481         <size>0</size>
12482       </method>
12483       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12484         <size>0</size>
12485       </method>
12486       <method name="Int32 EndInvoke(IAsyncResult)">
12487         <size>0</size>
12488       </method>
12489     </type>
12490     <type name="D2">
12491       <method name="Void .ctor(Object, IntPtr)">
12492         <size>0</size>
12493       </method>
12494       <method name="Int64 Invoke()">
12495         <size>0</size>
12496       </method>
12497       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12498         <size>0</size>
12499       </method>
12500       <method name="Int64 EndInvoke(IAsyncResult)">
12501         <size>0</size>
12502       </method>
12503     </type>
12504     <type name="C">
12505       <method name="Int32 &lt;Main&gt;m__0()">
12506         <size>2</size>
12507       </method>
12508     </type>
12509   </test>
12510   <test name="gtest-anon-23.cs">
12511     <type name="MemberAccessData">
12512       <method name="Void .ctor()">
12513         <size>7</size>
12514       </method>
12515       <method name="Void set_MyTypeProperty(Nullable`1)">
12516         <size>8</size>
12517       </method>
12518       <method name="Nullable`1 get_MyTypeProperty()">
12519         <size>7</size>
12520       </method>
12521     </type>
12522     <type name="C">
12523       <method name="Void .ctor()">
12524         <size>7</size>
12525       </method>
12526       <method name="Void Test(C+D)">
12527         <size>1</size>
12528       </method>
12529       <method name="Void Main()">
12530         <size>201</size>
12531       </method>
12532     </type>
12533     <type name="C+D">
12534       <method name="Void .ctor(Object, IntPtr)">
12535         <size>0</size>
12536       </method>
12537       <method name="Void Invoke()">
12538         <size>0</size>
12539       </method>
12540       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12541         <size>0</size>
12542       </method>
12543       <method name="Void EndInvoke(IAsyncResult)">
12544         <size>0</size>
12545       </method>
12546     </type>
12547     <type name="C+&lt;Main&gt;c__AnonStorey0">
12548       <method name="Void .ctor()">
12549         <size>7</size>
12550       </method>
12551       <method name="Void &lt;&gt;m__0()">
12552         <size>38</size>
12553       </method>
12554       <method name="Void &lt;&gt;m__1()">
12555         <size>32</size>
12556       </method>
12557     </type>
12558     <type name="C">
12559       <method name="Void &lt;Main&gt;m__2()">
12560         <size>16</size>
12561       </method>
12562       <method name="Void &lt;Main&gt;m__3()">
12563         <size>16</size>
12564       </method>
12565       <method name="Void &lt;Main&gt;m__4()">
12566         <size>61</size>
12567       </method>
12568       <method name="Void &lt;Main&gt;m__5()">
12569         <size>53</size>
12570       </method>
12571     </type>
12572   </test>
12573   <test name="gtest-anon-24.cs">
12574     <type name="Disposable`1[T]">
12575       <method name="Void .ctor()">
12576         <size>7</size>
12577       </method>
12578       <method name="Void Dispose()">
12579         <size>1</size>
12580       </method>
12581     </type>
12582     <type name="Test">
12583       <method name="Void .ctor()">
12584         <size>7</size>
12585       </method>
12586       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
12587         <size>38</size>
12588       </method>
12589       <method name="System.Func`1[T] Throw[T](T)">
12590         <size>26</size>
12591       </method>
12592       <method name="System.Func`1[T] Do[T](T)">
12593         <size>26</size>
12594       </method>
12595       <method name="System.Func`1[T] Lock[T](T)">
12596         <size>26</size>
12597       </method>
12598       <method name="System.Func`1[T] Catch[T](T)">
12599         <size>26</size>
12600       </method>
12601       <method name="System.Func`1[T] Finally[T](T)">
12602         <size>26</size>
12603       </method>
12604       <method name="System.Func`1[T] Using[T](T)">
12605         <size>57</size>
12606       </method>
12607       <method name="System.Func`1[T] Switch[T](T)">
12608         <size>38</size>
12609       </method>
12610       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
12611         <size>26</size>
12612       </method>
12613       <method name="Int32 Main()">
12614         <size>431</size>
12615       </method>
12616     </type>
12617     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
12618       <method name="Void .ctor()">
12619         <size>7</size>
12620       </method>
12621       <method name="T[] &lt;&gt;m__0()">
12622         <size>56</size>
12623       </method>
12624     </type>
12625     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
12626       <method name="Void .ctor()">
12627         <size>7</size>
12628       </method>
12629       <method name="T &lt;&gt;m__1()">
12630         <size>23</size>
12631       </method>
12632     </type>
12633     <type name="Test+&lt;Do&gt;c__AnonStorey2`1[T]">
12634       <method name="Void .ctor()">
12635         <size>7</size>
12636       </method>
12637       <method name="T &lt;&gt;m__2()">
12638         <size>28</size>
12639       </method>
12640     </type>
12641     <type name="Test+&lt;Lock&gt;c__AnonStorey3`1[T]">
12642       <method name="Void .ctor()">
12643         <size>7</size>
12644       </method>
12645       <method name="T &lt;&gt;m__3()">
12646         <size>65</size>
12647       </method>
12648     </type>
12649     <type name="Test+&lt;Catch&gt;c__AnonStorey4`1[T]">
12650       <method name="Void .ctor()">
12651         <size>7</size>
12652       </method>
12653       <method name="T &lt;&gt;m__4()">
12654         <size>48</size>
12655       </method>
12656     </type>
12657     <type name="Test+&lt;Finally&gt;c__AnonStorey5`1[T]">
12658       <method name="Void .ctor()">
12659         <size>7</size>
12660       </method>
12661       <method name="T &lt;&gt;m__5()">
12662         <size>50</size>
12663       </method>
12664     </type>
12665     <type name="Test+&lt;Using&gt;c__AnonStorey6`1[T]">
12666       <method name="Void .ctor()">
12667         <size>7</size>
12668       </method>
12669       <method name="T &lt;&gt;m__6()">
12670         <size>7</size>
12671       </method>
12672     </type>
12673     <type name="Test+&lt;Switch&gt;c__AnonStorey7`1[T]">
12674       <method name="Void .ctor()">
12675         <size>7</size>
12676       </method>
12677       <method name="T &lt;&gt;m__7()">
12678         <size>35</size>
12679       </method>
12680     </type>
12681     <type name="Test+&lt;ForForeach&gt;c__AnonStorey8`1[T]">
12682       <method name="Void .ctor()">
12683         <size>7</size>
12684       </method>
12685       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__8()">
12686         <size>56</size>
12687       </method>
12688     </type>
12689     <type name="Test">
12690       <method name="Void ArrayMutate[T](T[])">
12691         <size>27</size>
12692       </method>
12693     </type>
12694     <type name="Test+&lt;ArrayMutate&gt;c__AnonStorey9`1[T]">
12695       <method name="Void .ctor()">
12696         <size>7</size>
12697       </method>
12698       <method name="Void &lt;&gt;m__9(Int32)">
12699         <size>36</size>
12700       </method>
12701     </type>
12702     <type name="Test">
12703       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
12704         <size>26</size>
12705       </method>
12706     </type>
12707     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyA`1[T]">
12708       <method name="Void .ctor()">
12709         <size>7</size>
12710       </method>
12711       <method name="T[][] &lt;&gt;m__A()">
12712         <size>48</size>
12713       </method>
12714     </type>
12715   </test>
12716   <test name="gtest-anon-25.cs">
12717     <type name="HS`1[T]">
12718       <method name="Void .ctor(IEqualityComparer`1)">
12719         <size>7</size>
12720       </method>
12721     </type>
12722     <type name="Test">
12723       <method name="Void .ctor()">
12724         <size>7</size>
12725       </method>
12726       <method name="Void Foo[T](IEqualityComparer`1)">
12727         <size>27</size>
12728       </method>
12729       <method name="Int32 Main()">
12730         <size>8</size>
12731       </method>
12732     </type>
12733     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
12734       <method name="Void .ctor()">
12735         <size>7</size>
12736       </method>
12737       <method name="HS`1[T] &lt;&gt;m__0()">
12738         <size>12</size>
12739       </method>
12740     </type>
12741   </test>
12742   <test name="gtest-anon-26.cs">
12743     <type name="MonoBugs.BrokenGenericCast">
12744       <method name="Void .ctor()">
12745         <size>7</size>
12746       </method>
12747       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
12748         <size>13</size>
12749       </method>
12750       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
12751         <size>13</size>
12752       </method>
12753       <method name="Void Main()">
12754         <size>1</size>
12755       </method>
12756       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
12757         <size>12</size>
12758       </method>
12759       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
12760         <size>12</size>
12761       </method>
12762     </type>
12763   </test>
12764   <test name="gtest-anon-27.cs">
12765     <type name="BaseDataObjectFactory">
12766       <method name="Void .ctor()">
12767         <size>7</size>
12768       </method>
12769       <method name="T GetBusinessQueryObjectFromReader[T]()">
12770         <size>8</size>
12771       </method>
12772       <method name="T[] GetQueryObjects[T](System.String)">
12773         <size>0</size>
12774       </method>
12775     </type>
12776     <type name="BusinessQueryObject">
12777       <method name="Void .ctor()">
12778         <size>7</size>
12779       </method>
12780     </type>
12781     <type name="MySqlDataObjectFactory">
12782       <method name="Void .ctor()">
12783         <size>7</size>
12784       </method>
12785       <method name="T[] GetQueryObjects[T](System.String)">
12786         <size>63</size>
12787       </method>
12788       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
12789         <size>1</size>
12790       </method>
12791     </type>
12792     <type name="C">
12793       <method name="Void .ctor()">
12794         <size>7</size>
12795       </method>
12796       <method name="Void Main()">
12797         <size>1</size>
12798       </method>
12799     </type>
12800     <type name="MySqlDataObjectFactory+PerformActionWithReader">
12801       <method name="Void .ctor(Object, IntPtr)">
12802         <size>0</size>
12803       </method>
12804       <method name="Void Invoke()">
12805         <size>0</size>
12806       </method>
12807       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12808         <size>0</size>
12809       </method>
12810       <method name="Void EndInvoke(IAsyncResult)">
12811         <size>0</size>
12812       </method>
12813     </type>
12814     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
12815       <method name="Void .ctor()">
12816         <size>7</size>
12817       </method>
12818       <method name="Void &lt;&gt;m__0()">
12819         <size>17</size>
12820       </method>
12821     </type>
12822   </test>
12823   <test name="gtest-anon-28.cs">
12824     <type name="A">
12825       <method name="Void .ctor()">
12826         <size>7</size>
12827       </method>
12828       <method name="Void Foo[T]()">
12829         <size>0</size>
12830       </method>
12831     </type>
12832     <type name="B">
12833       <method name="Void .ctor()">
12834         <size>7</size>
12835       </method>
12836       <method name="Void Foo[T]()">
12837         <size>14</size>
12838       </method>
12839       <method name="Void Main()">
12840         <size>1</size>
12841       </method>
12842     </type>
12843     <type name="B+Del">
12844       <method name="Void .ctor(Object, IntPtr)">
12845         <size>0</size>
12846       </method>
12847       <method name="Void Invoke()">
12848         <size>0</size>
12849       </method>
12850       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12851         <size>0</size>
12852       </method>
12853       <method name="Void EndInvoke(IAsyncResult)">
12854         <size>0</size>
12855       </method>
12856     </type>
12857     <type name="B">
12858       <method name="Void &lt;Foo`1&gt;m__0[T]()">
12859         <size>7</size>
12860       </method>
12861     </type>
12862   </test>
12863   <test name="gtest-anon-29.cs">
12864     <type name="Test">
12865       <method name="Void .ctor()">
12866         <size>7</size>
12867       </method>
12868       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
12869         <size>17</size>
12870       </method>
12871       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
12872         <size>32</size>
12873       </method>
12874       <method name="T Item[T](IList`1)">
12875         <size>7</size>
12876       </method>
12877       <method name="T GetSingleItem[T](IList`1)">
12878         <size>10</size>
12879       </method>
12880       <method name="Void Main()">
12881         <size>15</size>
12882       </method>
12883     </type>
12884     <type name="Test+Creator`1[T]">
12885       <method name="Void .ctor(Object, IntPtr)">
12886         <size>0</size>
12887       </method>
12888       <method name="T Invoke()">
12889         <size>0</size>
12890       </method>
12891       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12892         <size>0</size>
12893       </method>
12894       <method name="T EndInvoke(IAsyncResult)">
12895         <size>0</size>
12896       </method>
12897     </type>
12898     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
12899       <method name="Void .ctor()">
12900         <size>7</size>
12901       </method>
12902       <method name="T &lt;&gt;m__0()">
12903         <size>12</size>
12904       </method>
12905     </type>
12906   </test>
12907   <test name="gtest-anon-3.cs">
12908     <type name="X">
12909       <method name="Void .ctor()">
12910         <size>7</size>
12911       </method>
12912       <method name="Void Hello[U](U)">
12913         <size>1</size>
12914       </method>
12915       <method name="Void Test[T](T)">
12916         <size>28</size>
12917       </method>
12918       <method name="Void Main()">
12919         <size>14</size>
12920       </method>
12921     </type>
12922     <type name="Foo`1[S]">
12923       <method name="Void .ctor(Object, IntPtr)">
12924         <size>0</size>
12925       </method>
12926       <method name="Void Invoke(S)">
12927         <size>0</size>
12928       </method>
12929       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
12930         <size>0</size>
12931       </method>
12932       <method name="Void EndInvoke(IAsyncResult)">
12933         <size>0</size>
12934       </method>
12935     </type>
12936     <type name="X">
12937       <method name="Void &lt;Test`1&gt;m__0[T](T)">
12938         <size>8</size>
12939       </method>
12940     </type>
12941   </test>
12942   <test name="gtest-anon-30.cs">
12943     <type name="X">
12944       <method name="Void .ctor()">
12945         <size>7</size>
12946       </method>
12947       <method name="Void Hello[U](U)">
12948         <size>1</size>
12949       </method>
12950       <method name="Void Test[T](T)">
12951         <size>46</size>
12952       </method>
12953       <method name="Void Main()">
12954         <size>1</size>
12955       </method>
12956     </type>
12957     <type name="Simple">
12958       <method name="Void .ctor(Object, IntPtr)">
12959         <size>0</size>
12960       </method>
12961       <method name="Void Invoke()">
12962         <size>0</size>
12963       </method>
12964       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12965         <size>0</size>
12966       </method>
12967       <method name="Void EndInvoke(IAsyncResult)">
12968         <size>0</size>
12969       </method>
12970     </type>
12971     <type name="Foo">
12972       <method name="Void .ctor(Object, IntPtr)">
12973         <size>0</size>
12974       </method>
12975       <method name="Simple Invoke()">
12976         <size>0</size>
12977       </method>
12978       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12979         <size>0</size>
12980       </method>
12981       <method name="Simple EndInvoke(IAsyncResult)">
12982         <size>0</size>
12983       </method>
12984     </type>
12985     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
12986       <method name="Void .ctor()">
12987         <size>7</size>
12988       </method>
12989       <method name="Simple &lt;&gt;m__0()">
12990         <size>55</size>
12991       </method>
12992     </type>
12993     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
12994       <method name="Void .ctor()">
12995         <size>7</size>
12996       </method>
12997       <method name="Void &lt;&gt;m__1()">
12998         <size>50</size>
12999       </method>
13000     </type>
13001   </test>
13002   <test name="gtest-anon-31.cs">
13003     <type name="A">
13004       <method name="Void Fail[X]()">
13005         <size>25</size>
13006       </method>
13007       <method name="Void Main()">
13008         <size>1</size>
13009       </method>
13010     </type>
13011     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
13012       <method name="Void .ctor()">
13013         <size>7</size>
13014       </method>
13015       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
13016         <size>36</size>
13017       </method>
13018       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
13019         <size>1</size>
13020       </method>
13021     </type>
13022   </test>
13023   <test name="gtest-anon-32.cs">
13024     <type name="Program">
13025       <method name="Void .ctor()">
13026         <size>7</size>
13027       </method>
13028       <method name="Void Foo[T](IList`1)">
13029         <size>31</size>
13030       </method>
13031       <method name="Void Assert(System.Action`1[System.Int32])">
13032         <size>9</size>
13033       </method>
13034       <method name="Void Main(System.String[])">
13035         <size>7</size>
13036       </method>
13037     </type>
13038     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
13039       <method name="Void .ctor()">
13040         <size>7</size>
13041       </method>
13042       <method name="Void &lt;&gt;m__0(Int32)">
13043         <size>18</size>
13044       </method>
13045     </type>
13046   </test>
13047   <test name="gtest-anon-33.cs">
13048     <type name="IEnumerableRocks">
13049       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
13050         <size>33</size>
13051       </method>
13052       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
13053         <size>126</size>
13054       </method>
13055     </type>
13056     <type name="Test">
13057       <method name="Void .ctor()">
13058         <size>7</size>
13059       </method>
13060       <method name="Void Main()">
13061         <size>67</size>
13062       </method>
13063       <method name="System.String &lt;Main&gt;m__1(System.String)">
13064         <size>17</size>
13065       </method>
13066     </type>
13067     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
13068       <method name="Void .ctor()">
13069         <size>7</size>
13070       </method>
13071       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
13072         <size>34</size>
13073       </method>
13074     </type>
13075   </test>
13076   <test name="gtest-anon-34.cs">
13077     <type name="MyClass">
13078       <method name="Void .ctor()">
13079         <size>18</size>
13080       </method>
13081       <method name="Int32 get_Answer()">
13082         <size>7</size>
13083       </method>
13084       <method name="Void set_Answer(Int32)">
13085         <size>8</size>
13086       </method>
13087     </type>
13088     <type name="Test">
13089       <method name="Void .ctor()">
13090         <size>7</size>
13091       </method>
13092       <method name="Int32 Main()">
13093         <size>82</size>
13094       </method>
13095     </type>
13096     <type name="Test+D">
13097       <method name="Void .ctor(Object, IntPtr)">
13098         <size>0</size>
13099       </method>
13100       <method name="Void Invoke()">
13101         <size>0</size>
13102       </method>
13103       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13104         <size>0</size>
13105       </method>
13106       <method name="Void EndInvoke(IAsyncResult)">
13107         <size>0</size>
13108       </method>
13109     </type>
13110     <type name="Test+&lt;Main&gt;c__AnonStorey0">
13111       <method name="Void .ctor()">
13112         <size>7</size>
13113       </method>
13114       <method name="Void &lt;&gt;m__0()">
13115         <size>33</size>
13116       </method>
13117     </type>
13118   </test>
13119   <test name="gtest-anon-35.cs">
13120     <type name="C`1[T]">
13121       <method name="Void .ctor()">
13122         <size>7</size>
13123       </method>
13124       <method name="System.Func`1[T] XX()">
13125         <size>32</size>
13126       </method>
13127       <method name="T &lt;XX&gt;m__0()">
13128         <size>10</size>
13129       </method>
13130     </type>
13131     <type name="C2`1[T]">
13132       <method name="Void .ctor()">
13133         <size>7</size>
13134       </method>
13135       <method name="System.Func`1[C`1[T]] XX()">
13136         <size>32</size>
13137       </method>
13138       <method name="C`1[T] &lt;XX&gt;m__1()">
13139         <size>2</size>
13140       </method>
13141     </type>
13142     <type name="N1">
13143       <method name="Void .ctor()">
13144         <size>7</size>
13145       </method>
13146       <method name="System.Func`1[T] XX[T]()">
13147         <size>15</size>
13148       </method>
13149     </type>
13150     <type name="Test">
13151       <method name="Void .ctor()">
13152         <size>7</size>
13153       </method>
13154       <method name="Int32 Main()">
13155         <size>98</size>
13156       </method>
13157     </type>
13158     <type name="N1">
13159       <method name="T &lt;XX`1&gt;m__2[T]()">
13160         <size>10</size>
13161       </method>
13162     </type>
13163   </test>
13164   <test name="gtest-anon-36.cs">
13165     <type name="Foo`1[T]">
13166       <method name="Void .ctor()">
13167         <size>7</size>
13168       </method>
13169       <method name="Void add_handler(Handler`1[T])">
13170         <size>24</size>
13171       </method>
13172       <method name="Void remove_handler(Handler`1[T])">
13173         <size>24</size>
13174       </method>
13175       <method name="Void add_Handler(Handler`1[T])">
13176         <size>64</size>
13177       </method>
13178       <method name="Void remove_Handler(Handler`1[T])">
13179         <size>24</size>
13180       </method>
13181       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
13182         <size>18</size>
13183       </method>
13184     </type>
13185     <type name="Program">
13186       <method name="Void .ctor()">
13187         <size>7</size>
13188       </method>
13189       <method name="Int32 Main()">
13190         <size>15</size>
13191       </method>
13192     </type>
13193     <type name="Handler`1[T]">
13194       <method name="Void .ctor(Object, IntPtr)">
13195         <size>0</size>
13196       </method>
13197       <method name="Void Invoke(System.Object)">
13198         <size>0</size>
13199       </method>
13200       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
13201         <size>0</size>
13202       </method>
13203       <method name="Void EndInvoke(IAsyncResult)">
13204         <size>0</size>
13205       </method>
13206     </type>
13207   </test>
13208   <test name="gtest-anon-37.cs">
13209     <type name="Wrap`1[U]">
13210       <method name="Void .ctor()">
13211         <size>7</size>
13212       </method>
13213     </type>
13214     <type name="Test">
13215       <method name="Void .ctor()">
13216         <size>7</size>
13217       </method>
13218       <method name="Int32 Run[T](Wrap`1[T])">
13219         <size>56</size>
13220       </method>
13221       <method name="Int32 Main()">
13222         <size>16</size>
13223       </method>
13224     </type>
13225     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
13226       <method name="Void .ctor()">
13227         <size>7</size>
13228       </method>
13229       <method name="Void &lt;&gt;m__0()">
13230         <size>17</size>
13231       </method>
13232     </type>
13233   </test>
13234   <test name="gtest-anon-38.cs">
13235     <type name="Foo`1[T]">
13236       <method name="Void .ctor()">
13237         <size>7</size>
13238       </method>
13239       <method name="Boolean ContainsAll[U](IEnumerable`1)">
13240         <size>40</size>
13241       </method>
13242       <method name="Boolean Contains(T)">
13243         <size>2</size>
13244       </method>
13245     </type>
13246     <type name="Program">
13247       <method name="Void .ctor()">
13248         <size>7</size>
13249       </method>
13250       <method name="Int32 Main()">
13251         <size>44</size>
13252       </method>
13253     </type>
13254     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
13255       <method name="Void .ctor()">
13256         <size>7</size>
13257       </method>
13258       <method name="Boolean &lt;&gt;m__0()">
13259         <size>199</size>
13260       </method>
13261     </type>
13262     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
13263       <method name="Void .ctor()">
13264         <size>7</size>
13265       </method>
13266     </type>
13267   </test>
13268   <test name="gtest-anon-39.cs">
13269     <type name="Test">
13270       <method name="Void .ctor()">
13271         <size>7</size>
13272       </method>
13273       <method name="Void Test_1[T](T)">
13274         <size>33</size>
13275       </method>
13276       <method name="Void Test_2[T](Nullable`1)">
13277         <size>33</size>
13278       </method>
13279       <method name="Void Main()">
13280         <size>39</size>
13281       </method>
13282     </type>
13283     <type name="Test+D">
13284       <method name="Void .ctor(Object, IntPtr)">
13285         <size>0</size>
13286       </method>
13287       <method name="Void Invoke()">
13288         <size>0</size>
13289       </method>
13290       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13291         <size>0</size>
13292       </method>
13293       <method name="Void EndInvoke(IAsyncResult)">
13294         <size>0</size>
13295       </method>
13296     </type>
13297     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
13298       <method name="Void .ctor()">
13299         <size>7</size>
13300       </method>
13301       <method name="Void &lt;&gt;m__0()">
13302         <size>24</size>
13303       </method>
13304     </type>
13305     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
13306       <method name="Void .ctor()">
13307         <size>7</size>
13308       </method>
13309       <method name="Void &lt;&gt;m__1()">
13310         <size>85</size>
13311       </method>
13312     </type>
13313     <type name="Test">
13314       <method name="T Test_3[T](System.Object)">
13315         <size>51</size>
13316       </method>
13317     </type>
13318     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
13319       <method name="Void .ctor()">
13320         <size>7</size>
13321       </method>
13322       <method name="Void &lt;&gt;m__2()">
13323         <size>23</size>
13324       </method>
13325     </type>
13326   </test>
13327   <test name="gtest-anon-4.cs">
13328     <type name="Test">
13329       <method name="Void .ctor()">
13330         <size>7</size>
13331       </method>
13332       <method name="Void Main()">
13333         <size>57</size>
13334       </method>
13335       <method name="Int32 GetItem()">
13336         <size>50</size>
13337       </method>
13338       <method name="IEnumerable`1 GetItems()">
13339         <size>16</size>
13340       </method>
13341     </type>
13342     <type name="&lt;PrivateImplementationDetails&gt;">
13343       <method name="Void .ctor()">
13344         <size>7</size>
13345       </method>
13346     </type>
13347     <type name="Test+&lt;GetItems&gt;c__Iterator0">
13348       <method name="Void .ctor()">
13349         <size>7</size>
13350       </method>
13351       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13352         <size>12</size>
13353       </method>
13354       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13355         <size>7</size>
13356       </method>
13357       <method name="Boolean MoveNext()">
13358         <size>69</size>
13359       </method>
13360       <method name="Void Dispose()">
13361         <size>8</size>
13362       </method>
13363       <method name="Void Reset()">
13364         <size>6</size>
13365       </method>
13366       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
13367         <size>7</size>
13368       </method>
13369       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
13370         <size>26</size>
13371       </method>
13372     </type>
13373   </test>
13374   <test name="gtest-anon-40.cs">
13375     <type name="RunTests">
13376       <method name="Int32 Main()">
13377         <size>7</size>
13378       </method>
13379     </type>
13380     <type name="Test1.X">
13381       <method name="Void .ctor()">
13382         <size>7</size>
13383       </method>
13384       <method name="Void Test1[R](R, Int32)">
13385         <size>150</size>
13386       </method>
13387       <method name="Void Run()">
13388         <size>13</size>
13389       </method>
13390     </type>
13391     <type name="Test1.Foo">
13392       <method name="Void .ctor(Object, IntPtr)">
13393         <size>0</size>
13394       </method>
13395       <method name="Int32 Invoke()">
13396         <size>0</size>
13397       </method>
13398       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13399         <size>0</size>
13400       </method>
13401       <method name="Int32 EndInvoke(IAsyncResult)">
13402         <size>0</size>
13403       </method>
13404     </type>
13405     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
13406       <method name="Void .ctor()">
13407         <size>7</size>
13408       </method>
13409       <method name="Int32 &lt;&gt;m__0()">
13410         <size>71</size>
13411       </method>
13412     </type>
13413     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
13414       <method name="Void .ctor()">
13415         <size>7</size>
13416       </method>
13417     </type>
13418     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
13419       <method name="Void .ctor()">
13420         <size>7</size>
13421       </method>
13422     </type>
13423   </test>
13424   <test name="gtest-anon-41.cs">
13425     <type name="C">
13426       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
13427         <size>37</size>
13428       </method>
13429       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
13430         <size>6</size>
13431       </method>
13432       <method name="Void Main()">
13433         <size>1</size>
13434       </method>
13435       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
13436         <size>8</size>
13437       </method>
13438       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
13439         <size>8</size>
13440       </method>
13441     </type>
13442   </test>
13443   <test name="gtest-anon-42.cs">
13444     <type name="Test">
13445       <method name="Void .ctor()">
13446         <size>7</size>
13447       </method>
13448       <method name="Void Test_3[T]()">
13449         <size>20</size>
13450       </method>
13451       <method name="Int32 Main()">
13452         <size>12</size>
13453       </method>
13454     </type>
13455     <type name="Test+D">
13456       <method name="Void .ctor(Object, IntPtr)">
13457         <size>0</size>
13458       </method>
13459       <method name="Void Invoke()">
13460         <size>0</size>
13461       </method>
13462       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13463         <size>0</size>
13464       </method>
13465       <method name="Void EndInvoke(IAsyncResult)">
13466         <size>0</size>
13467       </method>
13468     </type>
13469     <type name="Test">
13470       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
13471         <size>11</size>
13472       </method>
13473     </type>
13474   </test>
13475   <test name="gtest-anon-43.cs">
13476     <type name="TestC">
13477       <method name="Void .ctor()">
13478         <size>7</size>
13479       </method>
13480       <method name="System.Func`1[System.Type] Test[T]()">
13481         <size>13</size>
13482       </method>
13483       <method name="Int32 Main()">
13484         <size>66</size>
13485       </method>
13486       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
13487         <size>11</size>
13488       </method>
13489     </type>
13490   </test>
13491   <test name="gtest-anon-44.cs">
13492     <type name="UiaAtkBridgeTest.Test">
13493       <method name="Void .ctor()">
13494         <size>7</size>
13495       </method>
13496       <method name="Void Invoke(System.EventHandler)">
13497         <size>1</size>
13498       </method>
13499     </type>
13500     <type name="UiaAtkBridgeTest.GailTester">
13501       <method name="Void .ctor()">
13502         <size>7</size>
13503       </method>
13504       <method name="Void ThisCausesACrash[I]()">
13505         <size>18</size>
13506       </method>
13507       <method name="Void Main()">
13508         <size>1</size>
13509       </method>
13510       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
13511         <size>1</size>
13512       </method>
13513     </type>
13514   </test>
13515   <test name="gtest-anon-45.cs">
13516     <type name="C">
13517       <method name="Void .ctor()">
13518         <size>7</size>
13519       </method>
13520       <method name="Void AnyMethod[T]()">
13521         <size>20</size>
13522       </method>
13523       <method name="Int32 Main()">
13524         <size>12</size>
13525       </method>
13526     </type>
13527     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
13528       <method name="Void .ctor()">
13529         <size>7</size>
13530       </method>
13531       <method name="Void &lt;&gt;m__1(System.String)">
13532         <size>14</size>
13533       </method>
13534     </type>
13535     <type name="C">
13536       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
13537         <size>31</size>
13538       </method>
13539     </type>
13540   </test>
13541   <test name="gtest-anon-46.cs">
13542     <type name="TheClass">
13543       <method name="Void .ctor()">
13544         <size>7</size>
13545       </method>
13546       <method name="Void Foo[T](T, System.Func`2[T,T])">
13547         <size>41</size>
13548       </method>
13549       <method name="Void Main()">
13550         <size>8</size>
13551       </method>
13552     </type>
13553     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
13554       <method name="Void .ctor()">
13555         <size>7</size>
13556       </method>
13557       <method name="System.Func`1[T] &lt;&gt;m__0()">
13558         <size>31</size>
13559       </method>
13560       <method name="T &lt;&gt;m__1()">
13561         <size>18</size>
13562       </method>
13563     </type>
13564   </test>
13565   <test name="gtest-anon-47.cs">
13566     <type name="C">
13567       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
13568         <size>26</size>
13569       </method>
13570     </type>
13571     <type name="Test">
13572       <method name="Void .ctor()">
13573         <size>7</size>
13574       </method>
13575       <method name="Int32 Main()">
13576         <size>59</size>
13577       </method>
13578       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
13579         <size>23</size>
13580       </method>
13581     </type>
13582     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
13583       <method name="Void .ctor()">
13584         <size>7</size>
13585       </method>
13586       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
13587         <size>33</size>
13588       </method>
13589     </type>
13590     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
13591       <method name="Void .ctor()">
13592         <size>7</size>
13593       </method>
13594       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
13595         <size>45</size>
13596       </method>
13597     </type>
13598     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
13599       <method name="Void .ctor()">
13600         <size>7</size>
13601       </method>
13602       <method name="Void &lt;&gt;m__2(T3)">
13603         <size>35</size>
13604       </method>
13605     </type>
13606   </test>
13607   <test name="gtest-anon-48.cs">
13608     <type name="GeneratorEnumerable`1[T]">
13609       <method name="Void .ctor(Func`1)">
13610         <size>7</size>
13611       </method>
13612     </type>
13613     <type name="GeneratorExpression">
13614       <method name="Void .ctor()">
13615         <size>7</size>
13616       </method>
13617     </type>
13618     <type name="GeneratorInvoker">
13619       <method name="Void .ctor(GeneratorExpression)">
13620         <size>7</size>
13621       </method>
13622       <method name="Void Invoke[T](T ByRef)">
13623         <size>1</size>
13624       </method>
13625     </type>
13626     <type name="Interpreter">
13627       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
13628         <size>31</size>
13629       </method>
13630       <method name="Int32 Main()">
13631         <size>13</size>
13632       </method>
13633     </type>
13634     <type name="Func`1[TResult]">
13635       <method name="Void .ctor(Object, IntPtr)">
13636         <size>0</size>
13637       </method>
13638       <method name="TResult Invoke()">
13639         <size>0</size>
13640       </method>
13641       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13642         <size>0</size>
13643       </method>
13644       <method name="TResult EndInvoke(IAsyncResult)">
13645         <size>0</size>
13646       </method>
13647     </type>
13648     <type name="GeneratorNext`1[T]">
13649       <method name="Void .ctor(Object, IntPtr)">
13650         <size>0</size>
13651       </method>
13652       <method name="Void Invoke(T ByRef)">
13653         <size>0</size>
13654       </method>
13655       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
13656         <size>0</size>
13657       </method>
13658       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
13659         <size>0</size>
13660       </method>
13661     </type>
13662     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
13663       <method name="Void .ctor()">
13664         <size>7</size>
13665       </method>
13666       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
13667         <size>23</size>
13668       </method>
13669     </type>
13670   </test>
13671   <test name="gtest-anon-49.cs">
13672     <type name="Test">
13673       <method name="Void .ctor()">
13674         <size>7</size>
13675       </method>
13676       <method name="Void Main()">
13677         <size>1</size>
13678       </method>
13679       <method name="Void DetermineLinkedCells()">
13680         <size>74</size>
13681       </method>
13682     </type>
13683     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
13684       <method name="Void .ctor()">
13685         <size>7</size>
13686       </method>
13687     </type>
13688     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
13689       <method name="Void .ctor()">
13690         <size>7</size>
13691       </method>
13692       <method name="Boolean &lt;&gt;m__1(System.Object)">
13693         <size>13</size>
13694       </method>
13695       <method name="Boolean &lt;&gt;m__0(System.Object)">
13696         <size>18</size>
13697       </method>
13698     </type>
13699   </test>
13700   <test name="gtest-anon-5.cs">
13701     <type name="X">
13702       <method name="Void .ctor()">
13703         <size>7</size>
13704       </method>
13705       <method name="Void Main()">
13706         <size>78</size>
13707       </method>
13708     </type>
13709     <type name="Hello">
13710       <method name="Void .ctor(Object, IntPtr)">
13711         <size>0</size>
13712       </method>
13713       <method name="Void Invoke()">
13714         <size>0</size>
13715       </method>
13716       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13717         <size>0</size>
13718       </method>
13719       <method name="Void EndInvoke(IAsyncResult)">
13720         <size>0</size>
13721       </method>
13722     </type>
13723     <type name="Foo+&lt;Test&gt;c__Iterator0">
13724       <method name="Void .ctor()">
13725         <size>7</size>
13726       </method>
13727       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13728         <size>12</size>
13729       </method>
13730       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13731         <size>7</size>
13732       </method>
13733       <method name="Boolean MoveNext()">
13734         <size>98</size>
13735       </method>
13736       <method name="Void Dispose()">
13737         <size>8</size>
13738       </method>
13739       <method name="Void Reset()">
13740         <size>6</size>
13741       </method>
13742     </type>
13743     <type name="Foo">
13744       <method name="Void .ctor(Int32)">
13745         <size>8</size>
13746       </method>
13747       <method name="IEnumerable`1 Test(Foo)">
13748         <size>42</size>
13749       </method>
13750       <method name="Void Hello(Int32)">
13751         <size>19</size>
13752       </method>
13753       <method name="System.String ToString()">
13754         <size>22</size>
13755       </method>
13756     </type>
13757     <type name="Foo+&lt;Test&gt;c__Iterator0">
13758       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
13759         <size>7</size>
13760       </method>
13761       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
13762         <size>52</size>
13763       </method>
13764     </type>
13765   </test>
13766   <test name="gtest-anon-50.cs">
13767     <type name="M">
13768       <method name="Void .ctor()">
13769         <size>7</size>
13770       </method>
13771       <method name="Int32 Main()">
13772         <size>12</size>
13773       </method>
13774     </type>
13775     <type name="SomeGenericClass`1[SomeType]">
13776       <method name="Void .ctor()">
13777         <size>7</size>
13778       </method>
13779       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
13780         <size>1</size>
13781       </method>
13782       <method name="Void FailsToCompile()">
13783         <size>19</size>
13784       </method>
13785     </type>
13786     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
13787       <method name="Void .ctor(Object, IntPtr)">
13788         <size>0</size>
13789       </method>
13790       <method name="Void Invoke()">
13791         <size>0</size>
13792       </method>
13793       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13794         <size>0</size>
13795       </method>
13796       <method name="Void EndInvoke(IAsyncResult)">
13797         <size>0</size>
13798       </method>
13799     </type>
13800     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
13801       <method name="Void .ctor()">
13802         <size>7</size>
13803       </method>
13804     </type>
13805     <type name="SomeGenericClass`1[SomeType]">
13806       <method name="Void &lt;FailsToCompile&gt;m__0()">
13807         <size>44</size>
13808       </method>
13809     </type>
13810     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
13811       <method name="Void &lt;&gt;m__1()">
13812         <size>18</size>
13813       </method>
13814     </type>
13815   </test>
13816   <test name="gtest-anon-51.cs">
13817     <type name="Driver">
13818       <method name="Void .ctor()">
13819         <size>7</size>
13820       </method>
13821       <method name="Int32 Main()">
13822         <size>12</size>
13823       </method>
13824       <method name="Void P(Int32, Int32)">
13825         <size>1</size>
13826       </method>
13827       <method name="Void Repro()">
13828         <size>100</size>
13829       </method>
13830     </type>
13831     <type name="Bla">
13832       <method name="Void .ctor(Object, IntPtr)">
13833         <size>0</size>
13834       </method>
13835       <method name="Void Invoke()">
13836         <size>0</size>
13837       </method>
13838       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13839         <size>0</size>
13840       </method>
13841       <method name="Void EndInvoke(IAsyncResult)">
13842         <size>0</size>
13843       </method>
13844     </type>
13845     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
13846       <method name="Void .ctor()">
13847         <size>7</size>
13848       </method>
13849       <method name="Void &lt;&gt;m__0()">
13850         <size>35</size>
13851       </method>
13852     </type>
13853   </test>
13854   <test name="gtest-anon-52.cs">
13855     <type name="A`1[T]">
13856       <method name="Void .ctor()">
13857         <size>7</size>
13858       </method>
13859     </type>
13860     <type name="A`1+B[T]">
13861       <method name="Void .ctor()">
13862         <size>18</size>
13863       </method>
13864       <method name="Void W[R](System.String, System.Func`2[T,R])">
13865         <size>39</size>
13866       </method>
13867     </type>
13868     <type name="B">
13869       <method name="Void .ctor()">
13870         <size>7</size>
13871       </method>
13872       <method name="Void Main()">
13873         <size>1</size>
13874       </method>
13875     </type>
13876     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
13877       <method name="Void .ctor()">
13878         <size>7</size>
13879       </method>
13880       <method name="Void &lt;&gt;m__0(T[])">
13881         <size>55</size>
13882       </method>
13883     </type>
13884   </test>
13885   <test name="gtest-anon-53.cs">
13886     <type name="TestComp.Program">
13887       <method name="Void .ctor()">
13888         <size>7</size>
13889       </method>
13890       <method name="Void Main(System.String[])">
13891         <size>1</size>
13892       </method>
13893     </type>
13894     <type name="TestComp.Program+MyClass">
13895       <method name="Void .ctor()">
13896         <size>7</size>
13897       </method>
13898       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
13899         <size>1</size>
13900       </method>
13901       <method name="Void UseATemplate()">
13902         <size>36</size>
13903       </method>
13904       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
13905         <size>16</size>
13906       </method>
13907     </type>
13908     <type name="TestComp.Program+MyClass+MyDelegate">
13909       <method name="Void .ctor(Object, IntPtr)">
13910         <size>0</size>
13911       </method>
13912       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
13913         <size>0</size>
13914       </method>
13915       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
13916         <size>0</size>
13917       </method>
13918       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
13919         <size>0</size>
13920       </method>
13921     </type>
13922   </test>
13923   <test name="gtest-anon-54.cs">
13924     <type name="Class">
13925       <method name="Void .ctor()">
13926         <size>7</size>
13927       </method>
13928       <method name="System.String get_Property()">
13929         <size>6</size>
13930       </method>
13931       <method name="System.String Method()">
13932         <size>44</size>
13933       </method>
13934       <method name="Int32 Main()">
13935         <size>39</size>
13936       </method>
13937     </type>
13938     <type name="Class+&lt;Method&gt;c__AnonStorey0">
13939       <method name="Void .ctor()">
13940         <size>7</size>
13941       </method>
13942       <method name="System.String &lt;&gt;m__0()">
13943         <size>56</size>
13944       </method>
13945     </type>
13946     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
13947       <method name="Void .ctor()">
13948         <size>7</size>
13949       </method>
13950       <method name="System.String &lt;&gt;m__1(System.String)">
13951         <size>52</size>
13952       </method>
13953     </type>
13954     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
13955       <method name="Void .ctor()">
13956         <size>7</size>
13957       </method>
13958       <method name="System.String &lt;&gt;m__2()">
13959         <size>39</size>
13960       </method>
13961     </type>
13962   </test>
13963   <test name="gtest-anon-55.cs">
13964     <type name="Thing`1[TFirst]">
13965       <method name="Void .ctor(Action`1)">
13966         <size>14</size>
13967       </method>
13968       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
13969         <size>31</size>
13970       </method>
13971       <method name="Void SomeAction()">
13972         <size>18</size>
13973       </method>
13974     </type>
13975     <type name="Program">
13976       <method name="Void Main()">
13977         <size>42</size>
13978       </method>
13979       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
13980         <size>2</size>
13981       </method>
13982     </type>
13983     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
13984       <method name="Void .ctor()">
13985         <size>7</size>
13986       </method>
13987       <method name="Void &lt;&gt;m__0(TFirst)">
13988         <size>47</size>
13989       </method>
13990     </type>
13991   </test>
13992   <test name="gtest-anon-56.cs">
13993     <type name="G`1[T]">
13994       <method name="Void .ctor()">
13995         <size>7</size>
13996       </method>
13997       <method name="T def()">
13998         <size>10</size>
13999       </method>
14000     </type>
14001     <type name="C">
14002       <method name="Void .ctor()">
14003         <size>7</size>
14004       </method>
14005       <method name="Void foo(System.Object)">
14006         <size>1</size>
14007       </method>
14008       <method name="Void cf[T]()">
14009         <size>35</size>
14010       </method>
14011       <method name="Int32 Main()">
14012         <size>17</size>
14013       </method>
14014     </type>
14015     <type name="C+DF">
14016       <method name="Void .ctor(Object, IntPtr)">
14017         <size>0</size>
14018       </method>
14019       <method name="Void Invoke()">
14020         <size>0</size>
14021       </method>
14022       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14023         <size>0</size>
14024       </method>
14025       <method name="Void EndInvoke(IAsyncResult)">
14026         <size>0</size>
14027       </method>
14028     </type>
14029     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
14030       <method name="Void .ctor()">
14031         <size>7</size>
14032       </method>
14033       <method name="Void &lt;&gt;m__0()">
14034         <size>22</size>
14035       </method>
14036     </type>
14037   </test>
14038   <test name="gtest-anon-6.cs">
14039     <type name="X">
14040       <method name="Void .ctor()">
14041         <size>7</size>
14042       </method>
14043       <method name="Void Hello[U,V](U, V)">
14044         <size>1</size>
14045       </method>
14046       <method name="Void Test[A,B,C](A, B, C)">
14047         <size>49</size>
14048       </method>
14049       <method name="Void Main()">
14050         <size>28</size>
14051       </method>
14052     </type>
14053     <type name="Foo`2[R,S]">
14054       <method name="Void .ctor(Object, IntPtr)">
14055         <size>0</size>
14056       </method>
14057       <method name="Void Invoke(R, S)">
14058         <size>0</size>
14059       </method>
14060       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
14061         <size>0</size>
14062       </method>
14063       <method name="Void EndInvoke(IAsyncResult)">
14064         <size>0</size>
14065       </method>
14066     </type>
14067     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
14068       <method name="Void .ctor()">
14069         <size>7</size>
14070       </method>
14071       <method name="Void &lt;&gt;m__0(A, Int32)">
14072         <size>32</size>
14073       </method>
14074     </type>
14075   </test>
14076   <test name="gtest-anon-7.cs">
14077     <type name="MyDisposable">
14078       <method name="Void .ctor()">
14079         <size>26</size>
14080       </method>
14081       <method name="Void Dispose()">
14082         <size>1</size>
14083       </method>
14084       <method name="Int32 get_ID()">
14085         <size>7</size>
14086       </method>
14087       <method name="System.String ToString()">
14088         <size>28</size>
14089       </method>
14090     </type>
14091     <type name="X">
14092       <method name="Void .ctor()">
14093         <size>7</size>
14094       </method>
14095       <method name="IEnumerable`1 Test(Int32)">
14096         <size>30</size>
14097       </method>
14098       <method name="Void Main()">
14099         <size>58</size>
14100       </method>
14101     </type>
14102     <type name="X+&lt;Test&gt;c__Iterator0">
14103       <method name="Void .ctor()">
14104         <size>7</size>
14105       </method>
14106       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14107         <size>12</size>
14108       </method>
14109       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14110         <size>7</size>
14111       </method>
14112       <method name="Boolean MoveNext()">
14113         <size>180</size>
14114       </method>
14115       <method name="Void Dispose()">
14116         <size>66</size>
14117       </method>
14118       <method name="Void Reset()">
14119         <size>6</size>
14120       </method>
14121       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
14122         <size>7</size>
14123       </method>
14124       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
14125         <size>40</size>
14126       </method>
14127     </type>
14128   </test>
14129   <test name="gtest-anon-8.cs">
14130     <type name="X">
14131       <method name="Void .ctor()">
14132         <size>7</size>
14133       </method>
14134       <method name="Void Test[R](R, Int32)">
14135         <size>88</size>
14136       </method>
14137       <method name="Void Main()">
14138         <size>12</size>
14139       </method>
14140     </type>
14141     <type name="Foo">
14142       <method name="Void .ctor(Object, IntPtr)">
14143         <size>0</size>
14144       </method>
14145       <method name="Int32 Invoke()">
14146         <size>0</size>
14147       </method>
14148       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14149         <size>0</size>
14150       </method>
14151       <method name="Int32 EndInvoke(IAsyncResult)">
14152         <size>0</size>
14153       </method>
14154     </type>
14155     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
14156       <method name="Void .ctor()">
14157         <size>7</size>
14158       </method>
14159       <method name="Int32 &lt;&gt;m__0()">
14160         <size>34</size>
14161       </method>
14162     </type>
14163     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
14164       <method name="Void .ctor()">
14165         <size>7</size>
14166       </method>
14167     </type>
14168   </test>
14169   <test name="gtest-anon-9.cs">
14170     <type name="Test">
14171       <method name="Void .ctor()">
14172         <size>7</size>
14173       </method>
14174       <method name="IEnumerable`1 get_Foo()">
14175         <size>16</size>
14176       </method>
14177       <method name="Void set_Foo(IEnumerable`1)">
14178         <size>11</size>
14179       </method>
14180       <method name="Void Main()">
14181         <size>78</size>
14182       </method>
14183       <method name="Foo op_Implicit(Test)">
14184         <size>30</size>
14185       </method>
14186       <method name="IEnumerable`1 op_Addition(Test, Test)">
14187         <size>44</size>
14188       </method>
14189     </type>
14190     <type name="Foo">
14191       <method name="Void .ctor(Object, IntPtr)">
14192         <size>0</size>
14193       </method>
14194       <method name="Void Invoke()">
14195         <size>0</size>
14196       </method>
14197       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14198         <size>0</size>
14199       </method>
14200       <method name="Void EndInvoke(IAsyncResult)">
14201         <size>0</size>
14202       </method>
14203     </type>
14204     <type name="Test">
14205       <method name="Void &lt;op_Implicit&gt;m__0()">
14206         <size>11</size>
14207       </method>
14208     </type>
14209     <type name="Test+&lt;&gt;c__Iterator0">
14210       <method name="Void .ctor()">
14211         <size>7</size>
14212       </method>
14213       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14214         <size>12</size>
14215       </method>
14216       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14217         <size>7</size>
14218       </method>
14219       <method name="Boolean MoveNext()">
14220         <size>65</size>
14221       </method>
14222       <method name="Void Dispose()">
14223         <size>8</size>
14224       </method>
14225       <method name="Void Reset()">
14226         <size>6</size>
14227       </method>
14228     </type>
14229     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
14230       <method name="Void .ctor()">
14231         <size>7</size>
14232       </method>
14233       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14234         <size>7</size>
14235       </method>
14236       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14237         <size>7</size>
14238       </method>
14239       <method name="Boolean MoveNext()">
14240         <size>98</size>
14241       </method>
14242       <method name="Void Dispose()">
14243         <size>8</size>
14244       </method>
14245       <method name="Void Reset()">
14246         <size>6</size>
14247       </method>
14248     </type>
14249     <type name="Test+&lt;&gt;c__Iterator0">
14250       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
14251         <size>7</size>
14252       </method>
14253       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
14254         <size>26</size>
14255       </method>
14256     </type>
14257     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
14258       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
14259         <size>7</size>
14260       </method>
14261       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
14262         <size>52</size>
14263       </method>
14264     </type>
14265   </test>
14266   <test name="gtest-anontype-01.cs">
14267     <type name="Test">
14268       <method name="Void .ctor()">
14269         <size>7</size>
14270       </method>
14271       <method name="Int32 Main()">
14272         <size>53</size>
14273       </method>
14274     </type>
14275     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14276       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14277         <size>21</size>
14278       </method>
14279       <method name="&lt;Foo&gt;__T get_Foo()">
14280         <size>7</size>
14281       </method>
14282       <method name="&lt;Baz&gt;__T get_Baz()">
14283         <size>7</size>
14284       </method>
14285       <method name="Boolean Equals(System.Object)">
14286         <size>69</size>
14287       </method>
14288       <method name="Int32 GetHashCode()">
14289         <size>86</size>
14290       </method>
14291       <method name="System.String ToString()">
14292         <size>142</size>
14293       </method>
14294     </type>
14295   </test>
14296   <test name="gtest-anontype-02.cs">
14297     <type name="Test">
14298       <method name="Void .ctor()">
14299         <size>7</size>
14300       </method>
14301       <method name="System.Object TestA(System.String)">
14302         <size>7</size>
14303       </method>
14304       <method name="Int32 Main()">
14305         <size>99</size>
14306       </method>
14307     </type>
14308     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
14309       <method name="Void .ctor(&lt;s&gt;__T)">
14310         <size>14</size>
14311       </method>
14312       <method name="&lt;s&gt;__T get_s()">
14313         <size>7</size>
14314       </method>
14315       <method name="Boolean Equals(System.Object)">
14316         <size>39</size>
14317       </method>
14318       <method name="Int32 GetHashCode()">
14319         <size>63</size>
14320       </method>
14321       <method name="System.String ToString()">
14322         <size>67</size>
14323       </method>
14324     </type>
14325     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14326       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14327         <size>21</size>
14328       </method>
14329       <method name="&lt;Foo&gt;__T get_Foo()">
14330         <size>7</size>
14331       </method>
14332       <method name="&lt;Baz&gt;__T get_Baz()">
14333         <size>7</size>
14334       </method>
14335       <method name="Boolean Equals(System.Object)">
14336         <size>69</size>
14337       </method>
14338       <method name="Int32 GetHashCode()">
14339         <size>86</size>
14340       </method>
14341       <method name="System.String ToString()">
14342         <size>142</size>
14343       </method>
14344     </type>
14345   </test>
14346   <test name="gtest-anontype-03.cs">
14347     <type name="MyClass">
14348       <method name="Void .ctor()">
14349         <size>18</size>
14350       </method>
14351       <method name="Int32 get_Baz()">
14352         <size>3</size>
14353       </method>
14354     </type>
14355     <type name="Test">
14356       <method name="Void .ctor()">
14357         <size>7</size>
14358       </method>
14359       <method name="Int32 Main()">
14360         <size>64</size>
14361       </method>
14362     </type>
14363     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14364       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14365         <size>21</size>
14366       </method>
14367       <method name="&lt;Foo&gt;__T get_Foo()">
14368         <size>7</size>
14369       </method>
14370       <method name="&lt;Baz&gt;__T get_Baz()">
14371         <size>7</size>
14372       </method>
14373       <method name="Boolean Equals(System.Object)">
14374         <size>69</size>
14375       </method>
14376       <method name="Int32 GetHashCode()">
14377         <size>86</size>
14378       </method>
14379       <method name="System.String ToString()">
14380         <size>142</size>
14381       </method>
14382     </type>
14383   </test>
14384   <test name="gtest-anontype-04.cs">
14385     <type name="MyClass">
14386       <method name="Void .ctor()">
14387         <size>18</size>
14388       </method>
14389       <method name="Int32 get_Baz()">
14390         <size>3</size>
14391       </method>
14392     </type>
14393     <type name="Test">
14394       <method name="Void .ctor()">
14395         <size>7</size>
14396       </method>
14397       <method name="Int32 Main()">
14398         <size>111</size>
14399       </method>
14400     </type>
14401     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
14402       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
14403         <size>36</size>
14404       </method>
14405       <method name="&lt;Foo&gt;__T get_Foo()">
14406         <size>7</size>
14407       </method>
14408       <method name="&lt;Baz&gt;__T get_Baz()">
14409         <size>7</size>
14410       </method>
14411       <method name="&lt;Hello&gt;__T get_Hello()">
14412         <size>7</size>
14413       </method>
14414       <method name="&lt;Answer&gt;__T get_Answer()">
14415         <size>7</size>
14416       </method>
14417       <method name="Boolean Equals(System.Object)">
14418         <size>123</size>
14419       </method>
14420       <method name="Int32 GetHashCode()">
14421         <size>132</size>
14422       </method>
14423       <method name="System.String ToString()">
14424         <size>258</size>
14425       </method>
14426     </type>
14427   </test>
14428   <test name="gtest-anontype-05.cs">
14429     <type name="Test">
14430       <method name="Void .ctor()">
14431         <size>7</size>
14432       </method>
14433       <method name="System.String Null()">
14434         <size>2</size>
14435       </method>
14436       <method name="Int32 Main()">
14437         <size>287</size>
14438       </method>
14439     </type>
14440     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
14441       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
14442         <size>21</size>
14443       </method>
14444       <method name="&lt;Name&gt;__T get_Name()">
14445         <size>7</size>
14446       </method>
14447       <method name="&lt;Age&gt;__T get_Age()">
14448         <size>7</size>
14449       </method>
14450       <method name="Boolean Equals(System.Object)">
14451         <size>69</size>
14452       </method>
14453       <method name="Int32 GetHashCode()">
14454         <size>86</size>
14455       </method>
14456       <method name="System.String ToString()">
14457         <size>142</size>
14458       </method>
14459     </type>
14460     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
14461       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
14462         <size>21</size>
14463       </method>
14464       <method name="&lt;Age&gt;__T get_Age()">
14465         <size>7</size>
14466       </method>
14467       <method name="&lt;Name&gt;__T get_Name()">
14468         <size>7</size>
14469       </method>
14470       <method name="Boolean Equals(System.Object)">
14471         <size>69</size>
14472       </method>
14473       <method name="Int32 GetHashCode()">
14474         <size>86</size>
14475       </method>
14476       <method name="System.String ToString()">
14477         <size>142</size>
14478       </method>
14479     </type>
14480     <type name="&lt;&gt;__AnonType2">
14481       <method name="Void .ctor()">
14482         <size>7</size>
14483       </method>
14484       <method name="Boolean Equals(System.Object)">
14485         <size>15</size>
14486       </method>
14487       <method name="Int32 GetHashCode()">
14488         <size>40</size>
14489       </method>
14490       <method name="System.String ToString()">
14491         <size>6</size>
14492       </method>
14493     </type>
14494     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
14495       <method name="Void .ctor(&lt;Foo&gt;__T)">
14496         <size>14</size>
14497       </method>
14498       <method name="&lt;Foo&gt;__T get_Foo()">
14499         <size>7</size>
14500       </method>
14501       <method name="Boolean Equals(System.Object)">
14502         <size>39</size>
14503       </method>
14504       <method name="Int32 GetHashCode()">
14505         <size>63</size>
14506       </method>
14507       <method name="System.String ToString()">
14508         <size>67</size>
14509       </method>
14510     </type>
14511   </test>
14512   <test name="gtest-anontype-06.cs">
14513     <type name="CastByExample">
14514       <method name="Void .ctor()">
14515         <size>7</size>
14516       </method>
14517       <method name="T Cast[T](System.Object, T)">
14518         <size>7</size>
14519       </method>
14520       <method name="Void Main()">
14521         <size>29</size>
14522       </method>
14523     </type>
14524     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
14525       <method name="Void .ctor(&lt;Foo&gt;__T)">
14526         <size>14</size>
14527       </method>
14528       <method name="&lt;Foo&gt;__T get_Foo()">
14529         <size>7</size>
14530       </method>
14531       <method name="Boolean Equals(System.Object)">
14532         <size>39</size>
14533       </method>
14534       <method name="Int32 GetHashCode()">
14535         <size>63</size>
14536       </method>
14537       <method name="System.String ToString()">
14538         <size>67</size>
14539       </method>
14540     </type>
14541   </test>
14542   <test name="gtest-anontype-07.cs">
14543     <type name="Test">
14544       <method name="Void .ctor()">
14545         <size>7</size>
14546       </method>
14547       <method name="Int32 Main()">
14548         <size>59</size>
14549       </method>
14550     </type>
14551     <type name="&lt;&gt;__AnonType0">
14552       <method name="Void .ctor()">
14553         <size>7</size>
14554       </method>
14555       <method name="Boolean Equals(System.Object)">
14556         <size>15</size>
14557       </method>
14558       <method name="Int32 GetHashCode()">
14559         <size>40</size>
14560       </method>
14561       <method name="System.String ToString()">
14562         <size>6</size>
14563       </method>
14564     </type>
14565   </test>
14566   <test name="gtest-anontype-08.cs">
14567     <type name="Test">
14568       <method name="Void Main()">
14569         <size>15</size>
14570       </method>
14571     </type>
14572     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
14573       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
14574         <size>21</size>
14575       </method>
14576       <method name="&lt;X&gt;__T get_X()">
14577         <size>7</size>
14578       </method>
14579       <method name="&lt;Y&gt;__T get_Y()">
14580         <size>7</size>
14581       </method>
14582       <method name="Boolean Equals(System.Object)">
14583         <size>69</size>
14584       </method>
14585       <method name="Int32 GetHashCode()">
14586         <size>86</size>
14587       </method>
14588       <method name="System.String ToString()">
14589         <size>142</size>
14590       </method>
14591     </type>
14592   </test>
14593   <test name="gtest-anontype-09.cs">
14594     <type name="My.System.Test">
14595       <method name="Int32 Main()">
14596         <size>35</size>
14597       </method>
14598     </type>
14599     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
14600       <method name="Void .ctor(&lt;X&gt;__T)">
14601         <size>14</size>
14602       </method>
14603       <method name="&lt;X&gt;__T get_X()">
14604         <size>7</size>
14605       </method>
14606       <method name="Boolean Equals(System.Object)">
14607         <size>39</size>
14608       </method>
14609       <method name="Int32 GetHashCode()">
14610         <size>63</size>
14611       </method>
14612       <method name="System.String ToString()">
14613         <size>67</size>
14614       </method>
14615     </type>
14616     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
14617       <method name="Void .ctor(&lt;Value&gt;__T)">
14618         <size>14</size>
14619       </method>
14620       <method name="&lt;Value&gt;__T get_Value()">
14621         <size>7</size>
14622       </method>
14623       <method name="Boolean Equals(System.Object)">
14624         <size>39</size>
14625       </method>
14626       <method name="Int32 GetHashCode()">
14627         <size>63</size>
14628       </method>
14629       <method name="System.String ToString()">
14630         <size>67</size>
14631       </method>
14632     </type>
14633   </test>
14634   <test name="gtest-anontype-10.cs">
14635     <type name="A">
14636       <method name="Void .ctor()">
14637         <size>7</size>
14638       </method>
14639       <method name="Int32 get_X()">
14640         <size>3</size>
14641       </method>
14642     </type>
14643     <type name="B">
14644       <method name="Void .ctor()">
14645         <size>7</size>
14646       </method>
14647       <method name="Int32 Main()">
14648         <size>11</size>
14649       </method>
14650       <method name="Int32 Test()">
14651         <size>33</size>
14652       </method>
14653     </type>
14654     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
14655       <method name="Void .ctor(&lt;X&gt;__T)">
14656         <size>14</size>
14657       </method>
14658       <method name="&lt;X&gt;__T get_X()">
14659         <size>7</size>
14660       </method>
14661       <method name="Boolean Equals(System.Object)">
14662         <size>39</size>
14663       </method>
14664       <method name="Int32 GetHashCode()">
14665         <size>63</size>
14666       </method>
14667       <method name="System.String ToString()">
14668         <size>67</size>
14669       </method>
14670     </type>
14671   </test>
14672   <test name="gtest-anontype-11.cs">
14673     <type name="Alpha">
14674       <method name="Void .ctor(String)">
14675         <size>14</size>
14676       </method>
14677       <method name="Int32 GetHashCode()">
14678         <size>18</size>
14679       </method>
14680     </type>
14681     <type name="Beta">
14682       <method name="Void .ctor(String)">
14683         <size>14</size>
14684       </method>
14685       <method name="Int32 GetHashCode()">
14686         <size>18</size>
14687       </method>
14688     </type>
14689     <type name="Program">
14690       <method name="Int32 Main()">
14691         <size>49</size>
14692       </method>
14693     </type>
14694     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
14695       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
14696         <size>21</size>
14697       </method>
14698       <method name="&lt;First&gt;__T get_First()">
14699         <size>7</size>
14700       </method>
14701       <method name="&lt;Second&gt;__T get_Second()">
14702         <size>7</size>
14703       </method>
14704       <method name="Boolean Equals(System.Object)">
14705         <size>69</size>
14706       </method>
14707       <method name="Int32 GetHashCode()">
14708         <size>86</size>
14709       </method>
14710       <method name="System.String ToString()">
14711         <size>142</size>
14712       </method>
14713     </type>
14714   </test>
14715   <test name="gtest-autoproperty-01.cs">
14716     <type name="Test">
14717       <method name="Void .ctor()">
14718         <size>15</size>
14719       </method>
14720       <method name="System.String get_Foo()">
14721         <size>7</size>
14722       </method>
14723       <method name="Void set_Foo(System.String)">
14724         <size>8</size>
14725       </method>
14726       <method name="Int32 get_Answer()">
14727         <size>7</size>
14728       </method>
14729       <method name="Void set_Answer(Int32)">
14730         <size>8</size>
14731       </method>
14732       <method name="Int32 Main()">
14733         <size>97</size>
14734       </method>
14735     </type>
14736     <type name="Test+A">
14737       <method name="Void .ctor()">
14738         <size>7</size>
14739       </method>
14740       <method name="System.String get_B()">
14741         <size>7</size>
14742       </method>
14743       <method name="Void set_B(System.String)">
14744         <size>8</size>
14745       </method>
14746     </type>
14747   </test>
14748   <test name="gtest-autoproperty-02.cs">
14749     <type name="Test">
14750       <method name="Void .ctor()">
14751         <size>7</size>
14752       </method>
14753       <method name="System.String get_Foo()">
14754         <size>6</size>
14755       </method>
14756       <method name="Void set_Foo(System.String)">
14757         <size>7</size>
14758       </method>
14759       <method name="Int32 get_Answer()">
14760         <size>6</size>
14761       </method>
14762       <method name="Void set_Answer(Int32)">
14763         <size>7</size>
14764       </method>
14765       <method name="Int32 Main()">
14766         <size>114</size>
14767       </method>
14768     </type>
14769     <type name="Test+A">
14770       <method name="Void .ctor()">
14771         <size>7</size>
14772       </method>
14773       <method name="System.String get_B()">
14774         <size>6</size>
14775       </method>
14776       <method name="Void set_B(System.String)">
14777         <size>7</size>
14778       </method>
14779       <method name="System.String get_C()">
14780         <size>6</size>
14781       </method>
14782       <method name="Void set_C(System.String)">
14783         <size>7</size>
14784       </method>
14785       <method name="Void DoThings()">
14786         <size>11</size>
14787       </method>
14788     </type>
14789   </test>
14790   <test name="gtest-autoproperty-03.cs">
14791     <type name="Test">
14792       <method name="Void .ctor()">
14793         <size>7</size>
14794       </method>
14795       <method name="System.String get_Foo()">
14796         <size>7</size>
14797       </method>
14798       <method name="Void set_Foo(System.String)">
14799         <size>8</size>
14800       </method>
14801       <method name="Int32 Main()">
14802         <size>236</size>
14803       </method>
14804     </type>
14805   </test>
14806   <test name="gtest-autoproperty-04.cs">
14807     <type name="MonoTests.MainClass">
14808       <method name="Void .ctor()">
14809         <size>7</size>
14810       </method>
14811       <method name="System.String[] get_foo()">
14812         <size>7</size>
14813       </method>
14814       <method name="Void set_foo(System.String[])">
14815         <size>8</size>
14816       </method>
14817       <method name="System.String[] get_bar()">
14818         <size>0</size>
14819       </method>
14820       <method name="Void set_bar(System.String[])">
14821         <size>0</size>
14822       </method>
14823       <method name="Void Main(System.String[])">
14824         <size>11</size>
14825       </method>
14826     </type>
14827     <type name="MonoTests.ChildClass">
14828       <method name="Void .ctor()">
14829         <size>7</size>
14830       </method>
14831       <method name="System.String[] get_foo()">
14832         <size>7</size>
14833       </method>
14834       <method name="Void set_foo(System.String[])">
14835         <size>8</size>
14836       </method>
14837       <method name="System.String[] get_bar()">
14838         <size>7</size>
14839       </method>
14840       <method name="Void set_bar(System.String[])">
14841         <size>8</size>
14842       </method>
14843     </type>
14844   </test>
14845   <test name="gtest-autoproperty-05.cs">
14846     <type name="Test">
14847       <method name="Void .ctor()">
14848         <size>7</size>
14849       </method>
14850       <method name="System.String get_X()">
14851         <size>7</size>
14852       </method>
14853       <method name="Void set_X(System.String)">
14854         <size>8</size>
14855       </method>
14856     </type>
14857     <type name="M">
14858       <method name="Void .ctor()">
14859         <size>7</size>
14860       </method>
14861       <method name="Void Main()">
14862         <size>1</size>
14863       </method>
14864     </type>
14865   </test>
14866   <test name="gtest-autoproperty-06.cs">
14867     <type name="A">
14868       <method name="Void .ctor()">
14869         <size>7</size>
14870       </method>
14871     </type>
14872     <type name="B">
14873       <method name="Void .ctor()">
14874         <size>7</size>
14875       </method>
14876     </type>
14877     <type name="C">
14878       <method name="Void .ctor()">
14879         <size>7</size>
14880       </method>
14881       <method name="B I&lt;B&gt;.get_Prop()">
14882         <size>7</size>
14883       </method>
14884       <method name="Void I&lt;B&gt;.set_Prop(B)">
14885         <size>8</size>
14886       </method>
14887       <method name="A I&lt;A&gt;.get_Prop()">
14888         <size>7</size>
14889       </method>
14890       <method name="Void I&lt;A&gt;.set_Prop(A)">
14891         <size>8</size>
14892       </method>
14893     </type>
14894     <type name="Program">
14895       <method name="Void .ctor()">
14896         <size>7</size>
14897       </method>
14898       <method name="Void Main(System.String[])">
14899         <size>7</size>
14900       </method>
14901     </type>
14902   </test>
14903   <test name="gtest-collectioninit-01.cs">
14904     <type name="Test">
14905       <method name="Void .ctor()">
14906         <size>7</size>
14907       </method>
14908       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
14909         <size>81</size>
14910       </method>
14911       <method name="Int32 Main()">
14912         <size>524</size>
14913       </method>
14914     </type>
14915     <type name="Test+Wrap">
14916       <method name="Void .ctor()">
14917         <size>31</size>
14918       </method>
14919       <method name="Void .ctor(Int32)">
14920         <size>25</size>
14921       </method>
14922       <method name="System.Collections.ArrayList get_Numbers()">
14923         <size>7</size>
14924       </method>
14925     </type>
14926   </test>
14927   <test name="gtest-collectioninit-02.cs">
14928     <type name="C">
14929       <method name="Void .ctor()">
14930         <size>7</size>
14931       </method>
14932       <method name="Int32 Main()">
14933         <size>73</size>
14934       </method>
14935     </type>
14936   </test>
14937   <test name="gtest-collectioninit-03.cs">
14938     <type name="X">
14939       <method name="Void .ctor()">
14940         <size>7</size>
14941       </method>
14942       <method name="Int32 Main()">
14943         <size>34</size>
14944       </method>
14945       <method name="Void R(System.Object ByRef)">
14946         <size>28</size>
14947       </method>
14948     </type>
14949   </test>
14950   <test name="gtest-etree-01.cs">
14951     <type name="MyTypeExplicit">
14952       <method name="Void .ctor(Int32)">
14953         <size>14</size>
14954       </method>
14955       <method name="Int32 op_Explicit(MyTypeExplicit)">
14956         <size>7</size>
14957       </method>
14958     </type>
14959     <type name="MemberAccessData">
14960       <method name="Void .ctor()">
14961         <size>7</size>
14962       </method>
14963       <method name="Void .cctor()">
14964         <size>16</size>
14965       </method>
14966       <method name="Void add_EventField(System.Func`1[System.Boolean])">
14967         <size>24</size>
14968       </method>
14969       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
14970         <size>24</size>
14971       </method>
14972       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
14973         <size>33</size>
14974       </method>
14975       <method name="Void set_MyTypeProperty(MyType)">
14976         <size>8</size>
14977       </method>
14978       <method name="MyType get_MyTypeProperty()">
14979         <size>7</size>
14980       </method>
14981       <method name="System.String get_StaticProperty()">
14982         <size>6</size>
14983       </method>
14984     </type>
14985     <type name="NewTest`1[T]">
14986       <method name="Void .ctor(T)">
14987         <size>27</size>
14988       </method>
14989       <method name="Void .ctor(T[])">
14990         <size>14</size>
14991       </method>
14992       <method name="Int32 GetHashCode()">
14993         <size>7</size>
14994       </method>
14995       <method name="Boolean Equals(System.Object)">
14996         <size>89</size>
14997       </method>
14998     </type>
14999     <type name="Indexer">
15000       <method name="Void .ctor()">
15001         <size>7</size>
15002       </method>
15003       <method name="Int32 get_Item(Int32)">
15004         <size>2</size>
15005       </method>
15006       <method name="Void set_Item(Int32, Int32)">
15007         <size>1</size>
15008       </method>
15009       <method name="System.String get_Item(System.String[])">
15010         <size>7</size>
15011       </method>
15012     </type>
15013     <type name="Tester">
15014       <method name="Void .ctor()">
15015         <size>7</size>
15016       </method>
15017       <method name="Void Assert[T](T, T)">
15018         <size>9</size>
15019       </method>
15020       <method name="Void Assert[T](T, T, System.String)">
15021         <size>89</size>
15022       </method>
15023       <method name="Void Assert[T](T[], T[])">
15024         <size>220</size>
15025       </method>
15026       <method name="T GenericMethod[T](T)">
15027         <size>2</size>
15028       </method>
15029       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
15030         <size>56</size>
15031       </method>
15032       <method name="Void AddTest()">
15033         <size>99</size>
15034       </method>
15035       <method name="Void AddTest_2()">
15036         <size>118</size>
15037       </method>
15038       <method name="Void AddTest_3()">
15039         <size>129</size>
15040       </method>
15041       <method name="Void AddTest_4()">
15042         <size>191</size>
15043       </method>
15044       <method name="Void AddTest_5()">
15045         <size>133</size>
15046       </method>
15047       <method name="Void AddTest_6()">
15048         <size>158</size>
15049       </method>
15050       <method name="Void AddTest_7()">
15051         <size>142</size>
15052       </method>
15053       <method name="Void AddTest_8()">
15054         <size>248</size>
15055       </method>
15056       <method name="Void AddTest_9()">
15057         <size>142</size>
15058       </method>
15059       <method name="Void AddCheckedTest()">
15060         <size>99</size>
15061       </method>
15062       <method name="Void AddCheckedTest_2()">
15063         <size>118</size>
15064       </method>
15065       <method name="Void AddCheckedTest_3()">
15066         <size>129</size>
15067       </method>
15068       <method name="Void AddStringTest()">
15069         <size>128</size>
15070       </method>
15071       <method name="Void AddStringTest_2()">
15072         <size>173</size>
15073       </method>
15074       <method name="Void AddStringTest_3()">
15075         <size>174</size>
15076       </method>
15077       <method name="Void AddStringTest_4()">
15078         <size>174</size>
15079       </method>
15080       <method name="Void AndTest()">
15081         <size>140</size>
15082       </method>
15083       <method name="Void AndTest_2()">
15084         <size>161</size>
15085       </method>
15086       <method name="Void AndTest_3()">
15087         <size>161</size>
15088       </method>
15089       <method name="Void AndNullableTest()">
15090         <size>381</size>
15091       </method>
15092       <method name="Void AndNullableTest_2()">
15093         <size>237</size>
15094       </method>
15095       <method name="Void AndNullableTest_3()">
15096         <size>198</size>
15097       </method>
15098       <method name="Void AndAlsoTest()">
15099         <size>96</size>
15100       </method>
15101       <method name="Void AndAlsoTest_2()">
15102         <size>165</size>
15103       </method>
15104       <method name="Void AndAlsoTest_3()">
15105         <size>108</size>
15106       </method>
15107       <method name="Void ArrayIndexTest()">
15108         <size>145</size>
15109       </method>
15110       <method name="Void ArrayIndexTest_2()">
15111         <size>115</size>
15112       </method>
15113       <method name="Void ArrayIndexTest_3()">
15114         <size>199</size>
15115       </method>
15116       <method name="Void ArrayIndexTest_4()">
15117         <size>243</size>
15118       </method>
15119       <method name="Void ArrayIndexTest_5()">
15120         <size>108</size>
15121       </method>
15122       <method name="Void ArrayLengthTest()">
15123         <size>99</size>
15124       </method>
15125       <method name="Void ArrayLengthTest_2()">
15126         <size>91</size>
15127       </method>
15128       <method name="Void CallTest()">
15129         <size>138</size>
15130       </method>
15131       <method name="Void CallTest_2()">
15132         <size>107</size>
15133       </method>
15134       <method name="Void CallTest_3()">
15135         <size>207</size>
15136       </method>
15137       <method name="Void CallTest_4()">
15138         <size>121</size>
15139       </method>
15140       <method name="Void CallTest_5()">
15141         <size>99</size>
15142       </method>
15143       <method name="Void CallTest_6()">
15144         <size>70</size>
15145       </method>
15146       <method name="Void CallTest_7()">
15147         <size>124</size>
15148       </method>
15149       <method name="Void CallTest_8()">
15150         <size>227</size>
15151       </method>
15152       <method name="Void CallTest_9()">
15153         <size>88</size>
15154       </method>
15155       <method name="Void CoalesceTest()">
15156         <size>120</size>
15157       </method>
15158       <method name="Void CoalesceTest_2()">
15159         <size>171</size>
15160       </method>
15161       <method name="Void ConditionTest()">
15162         <size>170</size>
15163       </method>
15164       <method name="Void ConditionTest_2()">
15165         <size>301</size>
15166       </method>
15167       <method name="Void ConditionTest_3()">
15168         <size>179</size>
15169       </method>
15170       <method name="Void ConditionTest_4()">
15171         <size>183</size>
15172       </method>
15173       <method name="Void ConstantTest()">
15174         <size>59</size>
15175       </method>
15176       <method name="Void ConstantTest_2()">
15177         <size>62</size>
15178       </method>
15179       <method name="Void ConstantTest_3()">
15180         <size>54</size>
15181       </method>
15182       <method name="Void ConstantTest_4()">
15183         <size>44</size>
15184       </method>
15185       <method name="Void ConstantTest_5()">
15186         <size>59</size>
15187       </method>
15188       <method name="Void ConstantTest_6()">
15189         <size>67</size>
15190       </method>
15191       <method name="Void ConstantTest_7()">
15192         <size>62</size>
15193       </method>
15194       <method name="Void ConstantTest_8()">
15195         <size>72</size>
15196       </method>
15197       <method name="Void ConstantTest_9()">
15198         <size>72</size>
15199       </method>
15200       <method name="Void ConstantTest_10()">
15201         <size>72</size>
15202       </method>
15203       <method name="Void ConstantTest_11()">
15204         <size>59</size>
15205       </method>
15206       <method name="Void ConstantTest_13()">
15207         <size>59</size>
15208       </method>
15209       <method name="Void ConstantTest_14()">
15210         <size>72</size>
15211       </method>
15212       <method name="Void ConstantTest_15()">
15213         <size>62</size>
15214       </method>
15215       <method name="Void ConvertTest()">
15216         <size>82</size>
15217       </method>
15218       <method name="Void ConvertTest_2()">
15219         <size>83</size>
15220       </method>
15221       <method name="Void ConvertTest_3()">
15222         <size>93</size>
15223       </method>
15224       <method name="Void ConvertTest_4()">
15225         <size>102</size>
15226       </method>
15227       <method name="Void ConvertTest_5()">
15228         <size>109</size>
15229       </method>
15230       <method name="Void ConvertTest_6()">
15231         <size>240</size>
15232       </method>
15233       <method name="Void ConvertTest_7()">
15234         <size>122</size>
15235       </method>
15236       <method name="Void ConvertTest_8()">
15237         <size>118</size>
15238       </method>
15239       <method name="Void ConvertTest_9()">
15240         <size>97</size>
15241       </method>
15242       <method name="Void ConvertTest_10()">
15243         <size>163</size>
15244       </method>
15245       <method name="Void ConvertTest_11()">
15246         <size>101</size>
15247       </method>
15248       <method name="Void ConvertTest_12()">
15249         <size>156</size>
15250       </method>
15251       <method name="Void ConvertTest_13()">
15252         <size>86</size>
15253       </method>
15254       <method name="Void ConvertTest_14()">
15255         <size>88</size>
15256       </method>
15257       <method name="Void ConvertTest_15()">
15258         <size>132</size>
15259       </method>
15260       <method name="Void ConvertCheckedTest()">
15261         <size>82</size>
15262       </method>
15263       <method name="Void ConvertCheckedTest_2()">
15264         <size>83</size>
15265       </method>
15266       <method name="Void ConvertCheckedTest_3()">
15267         <size>93</size>
15268       </method>
15269       <method name="Void ConvertCheckedTest_4()">
15270         <size>102</size>
15271       </method>
15272       <method name="Void DivideTest()">
15273         <size>99</size>
15274       </method>
15275       <method name="Void DivideTest_2()">
15276         <size>185</size>
15277       </method>
15278       <method name="Void DivideTest_3()">
15279         <size>129</size>
15280       </method>
15281       <method name="Void DivideTest_4()">
15282         <size>192</size>
15283       </method>
15284       <method name="Void DivideTest_5()">
15285         <size>134</size>
15286       </method>
15287       <method name="Void DivideTest_6()">
15288         <size>196</size>
15289       </method>
15290       <method name="Void EqualTest()">
15291         <size>118</size>
15292       </method>
15293       <method name="Void EqualTest_2()">
15294         <size>168</size>
15295       </method>
15296       <method name="Void EqualTest_3()">
15297         <size>125</size>
15298       </method>
15299       <method name="Void EqualTest_4()">
15300         <size>210</size>
15301       </method>
15302       <method name="Void EqualTest_5()">
15303         <size>176</size>
15304       </method>
15305       <method name="Void EqualTest_6()">
15306         <size>119</size>
15307       </method>
15308       <method name="Void EqualTest_7()">
15309         <size>167</size>
15310       </method>
15311       <method name="Void EqualTest_8()">
15312         <size>116</size>
15313       </method>
15314       <method name="Void EqualTest_9()">
15315         <size>146</size>
15316       </method>
15317       <method name="Void EqualTest_10()">
15318         <size>169</size>
15319       </method>
15320       <method name="Void EqualTest_11()">
15321         <size>132</size>
15322       </method>
15323       <method name="Void EqualTest_12()">
15324         <size>127</size>
15325       </method>
15326       <method name="Void EqualTest_13()">
15327         <size>124</size>
15328       </method>
15329       <method name="Void EqualTestDelegate()">
15330         <size>113</size>
15331       </method>
15332       <method name="Void EqualTestDelegate_2()">
15333         <size>312</size>
15334       </method>
15335       <method name="Void ExclusiveOrTest()">
15336         <size>115</size>
15337       </method>
15338       <method name="Void ExclusiveOrTest_2()">
15339         <size>183</size>
15340       </method>
15341       <method name="Void ExclusiveOrTest_3()">
15342         <size>129</size>
15343       </method>
15344       <method name="Void ExclusiveOrTest_4()">
15345         <size>192</size>
15346       </method>
15347       <method name="Void ExclusiveOrTest_5()">
15348         <size>197</size>
15349       </method>
15350       <method name="Void ExclusiveOrTest_6()">
15351         <size>161</size>
15352       </method>
15353       <method name="Void ExclusiveOrTest_7()">
15354         <size>198</size>
15355       </method>
15356       <method name="Void ExclusiveOrTest_8()">
15357         <size>164</size>
15358       </method>
15359       <method name="Void GreaterThanTest()">
15360         <size>99</size>
15361       </method>
15362       <method name="Void GreaterThanTest_2()">
15363         <size>154</size>
15364       </method>
15365       <method name="Void GreaterThanTest_3()">
15366         <size>125</size>
15367       </method>
15368       <method name="Void GreaterThanTest_4()">
15369         <size>210</size>
15370       </method>
15371       <method name="Void GreaterThanTest_5()">
15372         <size>209</size>
15373       </method>
15374       <method name="Void GreaterThanTest_6()">
15375         <size>102</size>
15376       </method>
15377       <method name="Void GreaterThanTest_7()">
15378         <size>146</size>
15379       </method>
15380       <method name="Void GreaterThanTest_8()">
15381         <size>169</size>
15382       </method>
15383       <method name="Void GreaterThanOrEqualTest()">
15384         <size>99</size>
15385       </method>
15386       <method name="Void GreaterThanOrEqualTest_2()">
15387         <size>169</size>
15388       </method>
15389       <method name="Void GreaterThanOrEqualTest_3()">
15390         <size>130</size>
15391       </method>
15392       <method name="Void GreaterThanOrEqualTest_4()">
15393         <size>210</size>
15394       </method>
15395       <method name="Void GreaterThanOrEqualTest_5()">
15396         <size>209</size>
15397       </method>
15398       <method name="Void GreaterThanOrEqualTest_6()">
15399         <size>102</size>
15400       </method>
15401       <method name="Void GreaterThanOrEqualTest_7()">
15402         <size>146</size>
15403       </method>
15404       <method name="Void GreaterThanOrEqualTest_8()">
15405         <size>169</size>
15406       </method>
15407       <method name="Void InvokeTest()">
15408         <size>90</size>
15409       </method>
15410       <method name="Void InvokeTest_2()">
15411         <size>138</size>
15412       </method>
15413       <method name="Void LeftShiftTest()">
15414         <size>155</size>
15415       </method>
15416       <method name="Void LeftShiftTest_2()">
15417         <size>162</size>
15418       </method>
15419       <method name="Void LeftShiftTest_3()">
15420         <size>184</size>
15421       </method>
15422       <method name="Void LeftShiftTest_4()">
15423         <size>261</size>
15424       </method>
15425       <method name="Void LeftShiftTest_5()">
15426         <size>110</size>
15427       </method>
15428       <method name="Void LessThanTest()">
15429         <size>99</size>
15430       </method>
15431       <method name="Void LessThanTest_2()">
15432         <size>154</size>
15433       </method>
15434       <method name="Void LessThanTest_3()">
15435         <size>125</size>
15436       </method>
15437       <method name="Void LessThanTest_4()">
15438         <size>210</size>
15439       </method>
15440       <method name="Void LessThanTest_5()">
15441         <size>209</size>
15442       </method>
15443       <method name="Void LessThanTest_6()">
15444         <size>102</size>
15445       </method>
15446       <method name="Void LessThanTest_7()">
15447         <size>146</size>
15448       </method>
15449       <method name="Void LessThanTest_8()">
15450         <size>169</size>
15451       </method>
15452       <method name="Void LessThanOrEqualTest()">
15453         <size>99</size>
15454       </method>
15455       <method name="Void LessThanOrEqualTest_2()">
15456         <size>169</size>
15457       </method>
15458       <method name="Void LessThanOrEqualTest_3()">
15459         <size>125</size>
15460       </method>
15461       <method name="Void LessThanOrEqualTest_4()">
15462         <size>210</size>
15463       </method>
15464       <method name="Void LessThanOrEqualTest_5()">
15465         <size>209</size>
15466       </method>
15467       <method name="Void LessThanOrEqualTest_6()">
15468         <size>102</size>
15469       </method>
15470       <method name="Void LessThanOrEqualTest_7()">
15471         <size>146</size>
15472       </method>
15473       <method name="Void LessThanOrEqualTest_8()">
15474         <size>169</size>
15475       </method>
15476       <method name="Void ListInitTest()">
15477         <size>404</size>
15478       </method>
15479       <method name="Void ListInitTest_2()">
15480         <size>292</size>
15481       </method>
15482       <method name="Void MemberAccessTest()">
15483         <size>132</size>
15484       </method>
15485       <method name="Void MemberAccessTest_2()">
15486         <size>63</size>
15487       </method>
15488       <method name="Void MemberAccessTest_3()">
15489         <size>113</size>
15490       </method>
15491       <method name="Void MemberAccessTest_4()">
15492         <size>91</size>
15493       </method>
15494       <method name="Void MemberAccessTest_5()">
15495         <size>39</size>
15496       </method>
15497       <method name="Void MemberAccessTest_6()">
15498         <size>104</size>
15499       </method>
15500       <method name="Void MemberAccessTest_7()">
15501         <size>109</size>
15502       </method>
15503       <method name="Void MemberAccessTest_8()">
15504         <size>63</size>
15505       </method>
15506       <method name="Void MemberAccessTest_9()">
15507         <size>91</size>
15508       </method>
15509       <method name="Void MemberInitTest()">
15510         <size>302</size>
15511       </method>
15512       <method name="Void MemberInitTest_2()">
15513         <size>250</size>
15514       </method>
15515       <method name="Void MemberInitTest_3()">
15516         <size>124</size>
15517       </method>
15518       <method name="Void ModuloTest()">
15519         <size>100</size>
15520       </method>
15521       <method name="Void ModuloTest_2()">
15522         <size>185</size>
15523       </method>
15524       <method name="Void ModuloTest_3()">
15525         <size>129</size>
15526       </method>
15527       <method name="Void ModuloTest_4()">
15528         <size>192</size>
15529       </method>
15530       <method name="Void ModuloTest_5()">
15531         <size>133</size>
15532       </method>
15533       <method name="Void ModuloTest_6()">
15534         <size>200</size>
15535       </method>
15536       <method name="Void ModuloTest_7()">
15537         <size>110</size>
15538       </method>
15539       <method name="Void MultiplyTest()">
15540         <size>131</size>
15541       </method>
15542       <method name="Void MultiplyTest_2()">
15543         <size>185</size>
15544       </method>
15545       <method name="Void MultiplyTest_3()">
15546         <size>133</size>
15547       </method>
15548       <method name="Void MultiplyTest_4()">
15549         <size>195</size>
15550       </method>
15551       <method name="Void MultiplyTest_5()">
15552         <size>137</size>
15553       </method>
15554       <method name="Void MultiplyTest_6()">
15555         <size>202</size>
15556       </method>
15557       <method name="Void MultiplyTest_7()">
15558         <size>110</size>
15559       </method>
15560       <method name="Void MultiplyCheckedTest()">
15561         <size>122</size>
15562       </method>
15563       <method name="Void MultiplyCheckedTest_2()">
15564         <size>192</size>
15565       </method>
15566       <method name="Void MultiplyCheckedTest_3()">
15567         <size>133</size>
15568       </method>
15569       <method name="Void MultiplyCheckedTest_4()">
15570         <size>121</size>
15571       </method>
15572       <method name="Void MultiplyCheckedTest_5()">
15573         <size>124</size>
15574       </method>
15575       <method name="Void NegateTest()">
15576         <size>72</size>
15577       </method>
15578       <method name="Void NegateTest_2()">
15579         <size>92</size>
15580       </method>
15581       <method name="Void NegateTest_3()">
15582         <size>130</size>
15583       </method>
15584       <method name="Void NegateTest_4()">
15585         <size>97</size>
15586       </method>
15587       <method name="Void NegateTest_5()">
15588         <size>141</size>
15589       </method>
15590       <method name="Void NegateTest_6()">
15591         <size>121</size>
15592       </method>
15593       <method name="Void NegateTest_7()">
15594         <size>132</size>
15595       </method>
15596       <method name="Void NegateTest_8()">
15597         <size>97</size>
15598       </method>
15599       <method name="Void NegateTest_9()">
15600         <size>87</size>
15601       </method>
15602       <method name="Void NegateTestChecked()">
15603         <size>91</size>
15604       </method>
15605       <method name="Void NegateTestChecked_2()">
15606         <size>137</size>
15607       </method>
15608       <method name="Void NegateTestChecked_3()">
15609         <size>97</size>
15610       </method>
15611       <method name="Void NegateTestChecked_4()">
15612         <size>86</size>
15613       </method>
15614       <method name="Void NewArrayInitTest()">
15615         <size>92</size>
15616       </method>
15617       <method name="Void NewArrayInitTest_2()">
15618         <size>64</size>
15619       </method>
15620       <method name="Void NewArrayInitTest_3()">
15621         <size>136</size>
15622       </method>
15623       <method name="Void NewArrayInitTest_4()">
15624         <size>120</size>
15625       </method>
15626       <method name="Void NewArrayBoundsTest()">
15627         <size>123</size>
15628       </method>
15629       <method name="Void NewArrayBoundsTest_2()">
15630         <size>123</size>
15631       </method>
15632       <method name="Void NewTest()">
15633         <size>93</size>
15634       </method>
15635       <method name="Void NewTest_2()">
15636         <size>61</size>
15637       </method>
15638       <method name="Void NewTest_3()">
15639         <size>98</size>
15640       </method>
15641       <method name="Void NewTest_4()">
15642         <size>252</size>
15643       </method>
15644       <method name="Void NewTest_5()">
15645         <size>371</size>
15646       </method>
15647       <method name="Void NotTest()">
15648         <size>70</size>
15649       </method>
15650       <method name="Void NotTest_2()">
15651         <size>113</size>
15652       </method>
15653       <method name="Void NotTest_3()">
15654         <size>71</size>
15655       </method>
15656       <method name="Void NotTest_4()">
15657         <size>105</size>
15658       </method>
15659       <method name="Void NotTest_5()">
15660         <size>73</size>
15661       </method>
15662       <method name="Void NotTest_6()">
15663         <size>104</size>
15664       </method>
15665       <method name="Void NotNullableTest()">
15666         <size>114</size>
15667       </method>
15668       <method name="Void NotNullableTest_2()">
15669         <size>134</size>
15670       </method>
15671       <method name="Void NotNullableTest_3()">
15672         <size>130</size>
15673       </method>
15674       <method name="Void NotNullableTest_4()">
15675         <size>149</size>
15676       </method>
15677       <method name="Void NotNullableTest_5()">
15678         <size>148</size>
15679       </method>
15680       <method name="Void NotEqualTest()">
15681         <size>118</size>
15682       </method>
15683       <method name="Void NotEqualTest_2()">
15684         <size>166</size>
15685       </method>
15686       <method name="Void NotEqualTest_3()">
15687         <size>125</size>
15688       </method>
15689       <method name="Void NotEqualTest_4()">
15690         <size>210</size>
15691       </method>
15692       <method name="Void NotEqualTest_5()">
15693         <size>176</size>
15694       </method>
15695       <method name="Void NotEqualTest_6()">
15696         <size>119</size>
15697       </method>
15698       <method name="Void NotEqualTest_7()">
15699         <size>167</size>
15700       </method>
15701       <method name="Void NotEqualTest_8()">
15702         <size>116</size>
15703       </method>
15704       <method name="Void NotEqualTest_9()">
15705         <size>146</size>
15706       </method>
15707       <method name="Void NotEqualTest_10()">
15708         <size>169</size>
15709       </method>
15710       <method name="Void NotEqualTest_11()">
15711         <size>132</size>
15712       </method>
15713       <method name="Void OrTest()">
15714         <size>141</size>
15715       </method>
15716       <method name="Void OrTest_2()">
15717         <size>129</size>
15718       </method>
15719       <method name="Void OrTest_3()">
15720         <size>161</size>
15721       </method>
15722       <method name="Void OrNullableTest()">
15723         <size>382</size>
15724       </method>
15725       <method name="Void OrNullableTest_2()">
15726         <size>186</size>
15727       </method>
15728       <method name="Void OrNullableTest_3()">
15729         <size>176</size>
15730       </method>
15731       <method name="Void OrNullableTest_4()">
15732         <size>198</size>
15733       </method>
15734       <method name="Void OrElseTest()">
15735         <size>97</size>
15736       </method>
15737       <method name="Void OrElseTest_2()">
15738         <size>167</size>
15739       </method>
15740       <method name="Void ParameterTest()">
15741         <size>73</size>
15742       </method>
15743       <method name="Void ParameterTest_2()">
15744         <size>75</size>
15745       </method>
15746       <method name="Void ParameterTest_3()">
15747         <size>73</size>
15748       </method>
15749       <method name="Void ParameterTest_4()">
15750         <size>100</size>
15751       </method>
15752       <method name="Void QuoteTest()">
15753         <size>85</size>
15754       </method>
15755       <method name="Void RightShiftTest()">
15756         <size>152</size>
15757       </method>
15758       <method name="Void RightShiftTest_2()">
15759         <size>159</size>
15760       </method>
15761       <method name="Void RightShiftTest_3()">
15762         <size>184</size>
15763       </method>
15764       <method name="Void RightShiftTest_4()">
15765         <size>258</size>
15766       </method>
15767       <method name="Void SubtractTest()">
15768         <size>100</size>
15769       </method>
15770       <method name="Void SubtractTest_2()">
15771         <size>119</size>
15772       </method>
15773       <method name="Void SubtractTest_3()">
15774         <size>130</size>
15775       </method>
15776       <method name="Void SubtractTest_4()">
15777         <size>192</size>
15778       </method>
15779       <method name="Void SubtractTest_5()">
15780         <size>134</size>
15781       </method>
15782       <method name="Void SubtractTest_6()">
15783         <size>160</size>
15784       </method>
15785       <method name="Void SubtractTest_7()">
15786         <size>113</size>
15787       </method>
15788       <method name="Void SubtractTest_8()">
15789         <size>146</size>
15790       </method>
15791       <method name="Void SubtractTest_9()">
15792         <size>142</size>
15793       </method>
15794       <method name="Void SubtractTest_10()">
15795         <size>161</size>
15796       </method>
15797       <method name="Void SubtractTest_11()">
15798         <size>157</size>
15799       </method>
15800       <method name="Void SubtractCheckedTest()">
15801         <size>127</size>
15802       </method>
15803       <method name="Void SubtractCheckedTest_2()">
15804         <size>185</size>
15805       </method>
15806       <method name="Void SubtractCheckedTest_3()">
15807         <size>130</size>
15808       </method>
15809       <method name="Void SubtractCheckedTest_4()">
15810         <size>121</size>
15811       </method>
15812       <method name="Void TypeAsTest()">
15813         <size>80</size>
15814       </method>
15815       <method name="Void TypeAsTest_2()">
15816         <size>144</size>
15817       </method>
15818       <method name="Void TypeAsTest_3()">
15819         <size>85</size>
15820       </method>
15821       <method name="Void TypeIsTest()">
15822         <size>103</size>
15823       </method>
15824       <method name="Void TypeIsTest_2()">
15825         <size>103</size>
15826       </method>
15827       <method name="Void TypeIsTest_3()">
15828         <size>85</size>
15829       </method>
15830       <method name="Void TypeIsTest_5()">
15831         <size>74</size>
15832       </method>
15833       <method name="Void TypeIsTest_6()">
15834         <size>111</size>
15835       </method>
15836       <method name="Void UnaryPlusTest()">
15837         <size>67</size>
15838       </method>
15839       <method name="Void UnaryPlusTest_2()">
15840         <size>47</size>
15841       </method>
15842       <method name="Void UnaryPlusTest_3()">
15843         <size>97</size>
15844       </method>
15845       <method name="Void UnaryPlusTest_4()">
15846         <size>141</size>
15847       </method>
15848       <method name="Void UnaryPlusTest_5()">
15849         <size>140</size>
15850       </method>
15851       <method name="System.String InstanceMethod(System.String)">
15852         <size>2</size>
15853       </method>
15854       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
15855         <size>30</size>
15856       </method>
15857       <method name="Int32 TestInt()">
15858         <size>3</size>
15859       </method>
15860       <method name="Void RefMethod(Int32 ByRef)">
15861         <size>8</size>
15862       </method>
15863       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
15864         <size>87</size>
15865       </method>
15866       <method name="Int32 Main()">
15867         <size>179</size>
15868       </method>
15869     </type>
15870     <type name="Tester+EmptyDelegate">
15871       <method name="Void .ctor(Object, IntPtr)">
15872         <size>0</size>
15873       </method>
15874       <method name="Void Invoke()">
15875         <size>0</size>
15876       </method>
15877       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15878         <size>0</size>
15879       </method>
15880       <method name="Void EndInvoke(IAsyncResult)">
15881         <size>0</size>
15882       </method>
15883     </type>
15884     <type name="Tester+IntDelegate">
15885       <method name="Void .ctor(Object, IntPtr)">
15886         <size>0</size>
15887       </method>
15888       <method name="Int32 Invoke()">
15889         <size>0</size>
15890       </method>
15891       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15892         <size>0</size>
15893       </method>
15894       <method name="Int32 EndInvoke(IAsyncResult)">
15895         <size>0</size>
15896       </method>
15897     </type>
15898     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
15899       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
15900         <size>21</size>
15901       </method>
15902       <method name="&lt;A&gt;__T get_A()">
15903         <size>7</size>
15904       </method>
15905       <method name="&lt;Value&gt;__T get_Value()">
15906         <size>7</size>
15907       </method>
15908       <method name="Boolean Equals(System.Object)">
15909         <size>69</size>
15910       </method>
15911       <method name="Int32 GetHashCode()">
15912         <size>86</size>
15913       </method>
15914       <method name="System.String ToString()">
15915         <size>142</size>
15916       </method>
15917     </type>
15918     <type name="Tester">
15919       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
15920         <size>1</size>
15921       </method>
15922       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
15923         <size>1</size>
15924       </method>
15925       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
15926         <size>1</size>
15927       </method>
15928       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
15929         <size>1</size>
15930       </method>
15931       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
15932         <size>1</size>
15933       </method>
15934       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
15935         <size>12</size>
15936       </method>
15937       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
15938         <size>12</size>
15939       </method>
15940       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
15941         <size>7</size>
15942       </method>
15943       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
15944         <size>7</size>
15945       </method>
15946       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
15947         <size>5</size>
15948       </method>
15949       <method name="Void NewArrayInitTest_5()">
15950         <size>158</size>
15951       </method>
15952       <method name="Void ConditionTest_5()">
15953         <size>107</size>
15954       </method>
15955       <method name="Void AndTest_4()">
15956         <size>92</size>
15957       </method>
15958       <method name="Void MemberInitTest_4()">
15959         <size>66</size>
15960       </method>
15961       <method name="Void NewTest_6()">
15962         <size>182</size>
15963       </method>
15964     </type>
15965     <type name="InverseLogicalOperator">
15966       <method name="Void .ctor(Boolean)">
15967         <size>8</size>
15968       </method>
15969       <method name="Boolean op_True(InverseLogicalOperator)">
15970         <size>8</size>
15971       </method>
15972       <method name="Boolean op_False(InverseLogicalOperator)">
15973         <size>8</size>
15974       </method>
15975     </type>
15976     <type name="MyType">
15977       <method name="Void .ctor(Int32)">
15978         <size>8</size>
15979       </method>
15980       <method name="Int16 get_ShortProp()">
15981         <size>7</size>
15982       </method>
15983       <method name="Void set_ShortProp(Int16)">
15984         <size>8</size>
15985       </method>
15986       <method name="Int32 GetHashCode()">
15987         <size>6</size>
15988       </method>
15989       <method name="System.String ToString()">
15990         <size>12</size>
15991       </method>
15992       <method name="Int32 op_Implicit(MyType)">
15993         <size>8</size>
15994       </method>
15995       <method name="Boolean op_True(MyType)">
15996         <size>16</size>
15997       </method>
15998       <method name="Boolean op_False(MyType)">
15999         <size>19</size>
16000       </method>
16001       <method name="MyType op_Addition(MyType, MyType)">
16002         <size>21</size>
16003       </method>
16004       <method name="MyType op_Subtraction(MyType, MyType)">
16005         <size>21</size>
16006       </method>
16007       <method name="MyType op_Division(MyType, MyType)">
16008         <size>21</size>
16009       </method>
16010       <method name="MyType op_Multiply(MyType, MyType)">
16011         <size>21</size>
16012       </method>
16013       <method name="MyType op_Modulus(MyType, MyType)">
16014         <size>21</size>
16015       </method>
16016       <method name="MyType op_BitwiseAnd(MyType, MyType)">
16017         <size>21</size>
16018       </method>
16019       <method name="MyType op_BitwiseOr(MyType, MyType)">
16020         <size>21</size>
16021       </method>
16022       <method name="MyType op_ExclusiveOr(MyType, MyType)">
16023         <size>21</size>
16024       </method>
16025       <method name="Boolean op_Equality(MyType, MyType)">
16026         <size>17</size>
16027       </method>
16028       <method name="Boolean op_Inequality(MyType, MyType)">
16029         <size>20</size>
16030       </method>
16031       <method name="Boolean op_GreaterThan(MyType, MyType)">
16032         <size>17</size>
16033       </method>
16034       <method name="Boolean op_LessThan(MyType, MyType)">
16035         <size>17</size>
16036       </method>
16037       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
16038         <size>20</size>
16039       </method>
16040       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
16041         <size>20</size>
16042       </method>
16043       <method name="Boolean op_LogicalNot(MyType)">
16044         <size>11</size>
16045       </method>
16046       <method name="Int32 op_RightShift(MyType, Int32)">
16047         <size>13</size>
16048       </method>
16049       <method name="Int32 op_LeftShift(MyType, Int32)">
16050         <size>13</size>
16051       </method>
16052       <method name="MyType op_UnaryNegation(MyType)">
16053         <size>14</size>
16054       </method>
16055       <method name="MyType op_UnaryPlus(MyType)">
16056         <size>13</size>
16057       </method>
16058     </type>
16059     <type name="MyTypeImplicitOnly">
16060       <method name="Void .ctor(Int16)">
16061         <size>8</size>
16062       </method>
16063       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
16064         <size>8</size>
16065       </method>
16066     </type>
16067     <type name="Tester">
16068       <method name="Void EqualTest_14()">
16069         <size>101</size>
16070       </method>
16071     </type>
16072     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
16073       <method name="Void .ctor()">
16074         <size>7</size>
16075       </method>
16076     </type>
16077     <type name="Tester">
16078       <method name="Void NewArrayInitTest_6()">
16079         <size>103</size>
16080       </method>
16081       <method name="Void LambdaTest()">
16082         <size>89</size>
16083       </method>
16084       <method name="Void EqualTest_15()">
16085         <size>159</size>
16086       </method>
16087       <method name="Void ArrayIndexTest_6()">
16088         <size>122</size>
16089       </method>
16090       <method name="Void ArrayIndexTest_7()">
16091         <size>128</size>
16092       </method>
16093       <method name="Void NewArrayBoundsTest_3()">
16094         <size>85</size>
16095       </method>
16096       <method name="Void NewArrayBoundsTest_4()">
16097         <size>82</size>
16098       </method>
16099     </type>
16100     <type name="&lt;PrivateImplementationDetails&gt;">
16101       <method name="Void .ctor()">
16102         <size>7</size>
16103       </method>
16104     </type>
16105     <type name="Tester">
16106       <method name="Void LeftShiftTest_6()">
16107         <size>155</size>
16108       </method>
16109       <method name="Void RightShiftTest_5()">
16110         <size>152</size>
16111       </method>
16112       <method name="Void QuoteTest_2()">
16113         <size>99</size>
16114       </method>
16115     </type>
16116     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
16117       <method name="Void .ctor()">
16118         <size>7</size>
16119       </method>
16120     </type>
16121     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
16122       <method name="Void .ctor()">
16123         <size>7</size>
16124       </method>
16125     </type>
16126     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
16127       <method name="Void .ctor()">
16128         <size>7</size>
16129       </method>
16130     </type>
16131     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
16132       <method name="Void .ctor()">
16133         <size>7</size>
16134       </method>
16135     </type>
16136     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
16137       <method name="Void .ctor()">
16138         <size>7</size>
16139       </method>
16140     </type>
16141     <type name="Tester">
16142       <method name="Void NewTest_7()">
16143         <size>53</size>
16144       </method>
16145     </type>
16146   </test>
16147   <test name="gtest-etree-02.cs">
16148     <type name="M">
16149       <method name="Void .ctor()">
16150         <size>7</size>
16151       </method>
16152       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
16153         <size>1</size>
16154       </method>
16155       <method name="System.String Param(System.String)">
16156         <size>114</size>
16157       </method>
16158       <method name="Int32 Main()">
16159         <size>157</size>
16160       </method>
16161     </type>
16162     <type name="M+&lt;Param&gt;c__AnonStorey0">
16163       <method name="Void .ctor()">
16164         <size>7</size>
16165       </method>
16166     </type>
16167   </test>
16168   <test name="gtest-etree-03.cs">
16169     <type name="C">
16170       <method name="Void .ctor()">
16171         <size>7</size>
16172       </method>
16173       <method name="Int32 Main()">
16174         <size>6</size>
16175       </method>
16176     </type>
16177     <type name="S`1[T]">
16178       <method name="Int32 Test()">
16179         <size>145</size>
16180       </method>
16181     </type>
16182   </test>
16183   <test name="gtest-etree-04.cs">
16184     <type name="C">
16185       <method name="Void .ctor()">
16186         <size>7</size>
16187       </method>
16188       <method name="Int32 Main()">
16189         <size>366</size>
16190       </method>
16191     </type>
16192     <type name="C+&lt;Main&gt;c__AnonStorey0">
16193       <method name="Void .ctor()">
16194         <size>7</size>
16195       </method>
16196     </type>
16197     <type name="Foo">
16198       <method name="Boolean op_GreaterThan(Foo, Foo)">
16199         <size>6</size>
16200       </method>
16201       <method name="Boolean op_LessThan(Foo, Foo)">
16202         <size>6</size>
16203       </method>
16204       <method name="Boolean op_Equality(Foo, Foo)">
16205         <size>6</size>
16206       </method>
16207       <method name="Boolean op_Inequality(Foo, Foo)">
16208         <size>6</size>
16209       </method>
16210     </type>
16211   </test>
16212   <test name="gtest-etree-05.cs">
16213     <type name="C">
16214       <method name="Void .ctor()">
16215         <size>7</size>
16216       </method>
16217       <method name="Void Assert[T](T, T)">
16218         <size>46</size>
16219       </method>
16220       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
16221         <size>56</size>
16222       </method>
16223       <method name="Int32 Main()">
16224         <size>350</size>
16225       </method>
16226     </type>
16227   </test>
16228   <test name="gtest-etree-06.cs">
16229     <type name="Test">
16230       <method name="Void .ctor()">
16231         <size>7</size>
16232       </method>
16233       <method name="Int32 Main()">
16234         <size>45</size>
16235       </method>
16236       <method name="Int32 Value()">
16237         <size>2</size>
16238       </method>
16239     </type>
16240   </test>
16241   <test name="gtest-etree-07.cs">
16242     <type name="C">
16243       <method name="Void .ctor()">
16244         <size>7</size>
16245       </method>
16246       <method name="Void Test()">
16247         <size>14</size>
16248       </method>
16249       <method name="Int32* Foo()">
16250         <size>3</size>
16251       </method>
16252       <method name="Int32 Main()">
16253         <size>564</size>
16254       </method>
16255     </type>
16256     <type name="EmptyDelegate">
16257       <method name="Void .ctor(Object, IntPtr)">
16258         <size>0</size>
16259       </method>
16260       <method name="Void Invoke()">
16261         <size>0</size>
16262       </method>
16263       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16264         <size>0</size>
16265       </method>
16266       <method name="Void EndInvoke(IAsyncResult)">
16267         <size>0</size>
16268       </method>
16269     </type>
16270     <type name="UnsafeDelegate">
16271       <method name="Void .ctor(Object, IntPtr)">
16272         <size>0</size>
16273       </method>
16274       <method name="Int32* Invoke()">
16275         <size>0</size>
16276       </method>
16277       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16278         <size>0</size>
16279       </method>
16280       <method name="Int32* EndInvoke(IAsyncResult)">
16281         <size>0</size>
16282       </method>
16283     </type>
16284   </test>
16285   <test name="gtest-etree-08.cs">
16286     <type name="Foo">
16287       <method name="Void .ctor()">
16288         <size>7</size>
16289       </method>
16290       <method name="Int32 ThisMethod()">
16291         <size>3</size>
16292       </method>
16293       <method name="Int32 Goo(Boolean)">
16294         <size>204</size>
16295       </method>
16296       <method name="Int32 Main()">
16297         <size>14</size>
16298       </method>
16299     </type>
16300     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
16301       <method name="Void .ctor()">
16302         <size>7</size>
16303       </method>
16304     </type>
16305   </test>
16306   <test name="gtest-etree-09.cs">
16307     <type name="Mono.C">
16308       <method name="Void .ctor()">
16309         <size>7</size>
16310       </method>
16311       <method name="Int32 Main()">
16312         <size>300</size>
16313       </method>
16314       <method name="System.Int64[] GetValues()">
16315         <size>23</size>
16316       </method>
16317     </type>
16318     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
16319       <method name="Void .ctor()">
16320         <size>7</size>
16321       </method>
16322     </type>
16323   </test>
16324   <test name="gtest-etree-10.cs">
16325     <type name="Foo`1[T]">
16326       <method name="Void .ctor()">
16327         <size>7</size>
16328       </method>
16329       <method name="Boolean ContainsAll[U](IEnumerable`1)">
16330         <size>189</size>
16331       </method>
16332       <method name="Boolean Contains(T)">
16333         <size>2</size>
16334       </method>
16335     </type>
16336     <type name="Program">
16337       <method name="Void .ctor()">
16338         <size>7</size>
16339       </method>
16340       <method name="Int32 Main()">
16341         <size>44</size>
16342       </method>
16343     </type>
16344     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
16345       <method name="Void .ctor()">
16346         <size>7</size>
16347       </method>
16348     </type>
16349   </test>
16350   <test name="gtest-etree-11.cs">
16351     <type name="C">
16352       <method name="Void .ctor()">
16353         <size>7</size>
16354       </method>
16355       <method name="Void Main()">
16356         <size>12</size>
16357       </method>
16358     </type>
16359     <type name="Test">
16360       <method name="Void .ctor()">
16361         <size>7</size>
16362       </method>
16363       <method name="Void Invalid(Int32)">
16364         <size>124</size>
16365       </method>
16366       <method name="Void Other(System.Int32[])">
16367         <size>1</size>
16368       </method>
16369     </type>
16370     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
16371       <method name="Void .ctor()">
16372         <size>7</size>
16373       </method>
16374     </type>
16375   </test>
16376   <test name="gtest-etree-12.cs">
16377     <type name="TestCase">
16378       <method name="Void .cctor()">
16379         <size>68</size>
16380       </method>
16381       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
16382         <size>2</size>
16383       </method>
16384       <method name="Void DummyToMakeTheStaticsInitialize()">
16385         <size>1</size>
16386       </method>
16387     </type>
16388     <type name="Program">
16389       <method name="Void .ctor()">
16390         <size>7</size>
16391       </method>
16392       <method name="Int32 Main()">
16393         <size>7</size>
16394       </method>
16395     </type>
16396   </test>
16397   <test name="gtest-etree-13.cs">
16398     <type name="Program">
16399       <method name="Void .ctor()">
16400         <size>7</size>
16401       </method>
16402       <method name="Int32 Main()">
16403         <size>53</size>
16404       </method>
16405       <method name="IEnumerable`1 Test[T](Int32)">
16406         <size>30</size>
16407       </method>
16408     </type>
16409     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
16410       <method name="Void .ctor()">
16411         <size>7</size>
16412       </method>
16413       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16414         <size>7</size>
16415       </method>
16416       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16417         <size>12</size>
16418       </method>
16419       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16420         <size>7</size>
16421       </method>
16422       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16423         <size>40</size>
16424       </method>
16425       <method name="Boolean MoveNext()">
16426         <size>108</size>
16427       </method>
16428       <method name="Void Dispose()">
16429         <size>8</size>
16430       </method>
16431       <method name="Void Reset()">
16432         <size>6</size>
16433       </method>
16434     </type>
16435   </test>
16436   <test name="gtest-etree-14.cs">
16437     <type name="Person">
16438       <method name="Void .ctor()">
16439         <size>7</size>
16440       </method>
16441       <method name="Int32 get_Age()">
16442         <size>7</size>
16443       </method>
16444       <method name="Void set_Age(Int32)">
16445         <size>8</size>
16446       </method>
16447     </type>
16448     <type name="Repro">
16449       <method name="Void .ctor()">
16450         <size>7</size>
16451       </method>
16452       <method name="Int32 Main()">
16453         <size>59</size>
16454       </method>
16455       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
16456         <size>44</size>
16457       </method>
16458       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
16459         <size>13</size>
16460       </method>
16461     </type>
16462     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
16463       <method name="Void .ctor()">
16464         <size>7</size>
16465       </method>
16466       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
16467         <size>7</size>
16468       </method>
16469       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16470         <size>12</size>
16471       </method>
16472       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16473         <size>7</size>
16474       </method>
16475       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
16476         <size>52</size>
16477       </method>
16478       <method name="Boolean MoveNext()">
16479         <size>293</size>
16480       </method>
16481       <method name="Void Dispose()">
16482         <size>60</size>
16483       </method>
16484       <method name="Void Reset()">
16485         <size>6</size>
16486       </method>
16487     </type>
16488   </test>
16489   <test name="gtest-etree-15.cs">
16490     <type name="Foo">
16491       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
16492         <size>2</size>
16493       </method>
16494       <method name="Void Main()">
16495         <size>190</size>
16496       </method>
16497     </type>
16498   </test>
16499   <test name="gtest-etree-16.cs">
16500     <type name="Program">
16501       <method name="Void .ctor()">
16502         <size>7</size>
16503       </method>
16504       <method name="Int32 Main()">
16505         <size>136</size>
16506       </method>
16507     </type>
16508     <type name="Foo">
16509       <method name="Void .ctor()">
16510         <size>7</size>
16511       </method>
16512     </type>
16513   </test>
16514   <test name="gtest-etree-17.cs">
16515     <type name="CompilerCrashTest.QueryCompiler">
16516       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
16517         <size>12</size>
16518       </method>
16519       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
16520         <size>6</size>
16521       </method>
16522       <method name="Void Main()">
16523         <size>1</size>
16524       </method>
16525     </type>
16526   </test>
16527   <test name="gtest-etree-18.cs">
16528     <type name="FooBase">
16529       <method name="Void .ctor()">
16530         <size>7</size>
16531       </method>
16532     </type>
16533     <type name="Foo">
16534       <method name="Void .ctor()">
16535         <size>7</size>
16536       </method>
16537     </type>
16538     <type name="Program">
16539       <method name="Void .ctor()">
16540         <size>7</size>
16541       </method>
16542       <method name="Int32 Main()">
16543         <size>140</size>
16544       </method>
16545     </type>
16546   </test>
16547   <test name="gtest-etree-19.cs">
16548     <type name="Test">
16549       <method name="Void .ctor()">
16550         <size>7</size>
16551       </method>
16552       <method name="Int32 Main()">
16553         <size>20</size>
16554       </method>
16555       <method name="T Value[T]()">
16556         <size>76</size>
16557       </method>
16558     </type>
16559   </test>
16560   <test name="gtest-etree-20.cs">
16561     <type name="S">
16562       <method name="Int32 Main()">
16563         <size>215</size>
16564       </method>
16565     </type>
16566     <type name="A">
16567       <method name="A op_Implicit(S)">
16568         <size>6</size>
16569       </method>
16570       <method name="Void .ctor()">
16571         <size>7</size>
16572       </method>
16573     </type>
16574     <type name="B">
16575       <method name="Void .ctor()">
16576         <size>7</size>
16577       </method>
16578     </type>
16579   </test>
16580   <test name="gtest-exmethod-01.cs">
16581     <type name="SimpleTest">
16582       <method name="System.String Prefix(System.String, System.String)">
16583         <size>8</size>
16584       </method>
16585     </type>
16586     <type name="M">
16587       <method name="Void .ctor()">
16588         <size>7</size>
16589       </method>
16590       <method name="Int32 Main()">
16591         <size>157</size>
16592       </method>
16593     </type>
16594   </test>
16595   <test name="gtest-exmethod-02.cs">
16596     <type name="M">
16597       <method name="Void .ctor()">
16598         <size>7</size>
16599       </method>
16600       <method name="Void Main()">
16601         <size>12</size>
16602       </method>
16603     </type>
16604     <type name="N.M">
16605       <method name="Void .ctor()">
16606         <size>7</size>
16607       </method>
16608       <method name="Void Test2()">
16609         <size>12</size>
16610       </method>
16611     </type>
16612   </test>
16613   <test name="gtest-exmethod-03.cs">
16614     <type name="A.A">
16615       <method name="Int32 Foo(Int32)">
16616         <size>2</size>
16617       </method>
16618       <method name="Int32 Foo(Int32, System.String)">
16619         <size>3</size>
16620       </method>
16621     </type>
16622     <type name="B.X">
16623       <method name="Int32 Foo(Int32)">
16624         <size>2</size>
16625       </method>
16626       <method name="Int32 Foo(Int32, Boolean)">
16627         <size>3</size>
16628       </method>
16629     </type>
16630     <type name="C.F">
16631       <method name="Boolean Foo(Byte)">
16632         <size>2</size>
16633       </method>
16634     </type>
16635     <type name="C.D.F">
16636       <method name="Int32 Foo(Int32)">
16637         <size>3</size>
16638       </method>
16639       <method name="Void TestX()">
16640         <size>9</size>
16641       </method>
16642     </type>
16643     <type name="C.M">
16644       <method name="Int32 Foo(Int32)">
16645         <size>2</size>
16646       </method>
16647       <method name="Int32 Main()">
16648         <size>61</size>
16649       </method>
16650     </type>
16651   </test>
16652   <test name="gtest-exmethod-04.cs">
16653     <type name="A.Test">
16654       <method name="System.String Test_1(Boolean)">
16655         <size>6</size>
16656       </method>
16657     </type>
16658     <type name="B.M">
16659       <method name="Void .ctor()">
16660         <size>7</size>
16661       </method>
16662       <method name="Void Main()">
16663         <size>12</size>
16664       </method>
16665     </type>
16666   </test>
16667   <test name="gtest-exmethod-05.cs">
16668     <type name="A.Test_A">
16669       <method name="System.String Test_1(System.String)">
16670         <size>6</size>
16671       </method>
16672     </type>
16673     <type name="A.Test_B">
16674       <method name="System.String Test_2(System.String)">
16675         <size>6</size>
16676       </method>
16677     </type>
16678     <type name="B.M">
16679       <method name="Void .ctor()">
16680         <size>7</size>
16681       </method>
16682       <method name="Void Main()">
16683         <size>23</size>
16684       </method>
16685     </type>
16686   </test>
16687   <test name="gtest-exmethod-06.cs">
16688     <type name="Gen">
16689       <method name="T Test_1[T](T)">
16690         <size>10</size>
16691       </method>
16692       <method name="System.String Test_1[T](System.String)">
16693         <size>6</size>
16694       </method>
16695     </type>
16696     <type name="B.M">
16697       <method name="Void .ctor()">
16698         <size>7</size>
16699       </method>
16700       <method name="Void Main()">
16701         <size>30</size>
16702       </method>
16703     </type>
16704   </test>
16705   <test name="gtest-exmethod-07.cs">
16706     <type name="E">
16707       <method name="Void ToReadOnly[T](IEnumerable`1)">
16708         <size>1</size>
16709       </method>
16710       <method name="Void To(IA)">
16711         <size>1</size>
16712       </method>
16713     </type>
16714     <type name="C">
16715       <method name="Void .ctor()">
16716         <size>7</size>
16717       </method>
16718       <method name="Void Main()">
16719         <size>1</size>
16720       </method>
16721       <method name="Void Test(IEnumerable`1)">
16722         <size>15</size>
16723       </method>
16724     </type>
16725   </test>
16726   <test name="gtest-exmethod-08.cs">
16727     <type name="C">
16728       <method name="Void .ctor()">
16729         <size>7</size>
16730       </method>
16731       <method name="Void Main()">
16732         <size>21</size>
16733       </method>
16734     </type>
16735   </test>
16736   <test name="gtest-exmethod-09.cs">
16737     <type name="Test">
16738       <method name="Void Foo[T](System.String)">
16739         <size>1</size>
16740       </method>
16741     </type>
16742     <type name="C">
16743       <method name="Void .ctor()">
16744         <size>7</size>
16745       </method>
16746       <method name="Void Main()">
16747         <size>11</size>
16748       </method>
16749     </type>
16750   </test>
16751   <test name="gtest-exmethod-10.cs">
16752     <type name="AExtensions">
16753       <method name="Int32 Round(Double)">
16754         <size>8</size>
16755       </method>
16756     </type>
16757     <type name="BExtensions">
16758       <method name="T GetBy[T](T[], Double)">
16759         <size>13</size>
16760       </method>
16761     </type>
16762     <type name="C">
16763       <method name="Void .ctor()">
16764         <size>7</size>
16765       </method>
16766       <method name="Void Main()">
16767         <size>1</size>
16768       </method>
16769     </type>
16770   </test>
16771   <test name="gtest-exmethod-11.cs">
16772     <type name="Test">
16773       <method name="Void .ctor()">
16774         <size>7</size>
16775       </method>
16776       <method name="Int32 Main(System.String[])">
16777         <size>20</size>
16778       </method>
16779     </type>
16780     <type name="Lol">
16781       <method name="Boolean OneEleven(System.Object)">
16782         <size>2</size>
16783       </method>
16784     </type>
16785   </test>
16786   <test name="gtest-exmethod-12.cs">
16787     <type name="Program">
16788       <method name="Void .ctor()">
16789         <size>7</size>
16790       </method>
16791       <method name="Void Main(System.String[])">
16792         <size>63</size>
16793       </method>
16794     </type>
16795     <type name="ChatClient">
16796       <method name="Void .ctor()">
16797         <size>7</size>
16798       </method>
16799       <method name="Void Say(System.String, System.String)">
16800         <size>13</size>
16801       </method>
16802     </type>
16803     <type name="ChatExtensions">
16804       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
16805         <size>62</size>
16806       </method>
16807     </type>
16808   </test>
16809   <test name="gtest-exmethod-13.cs">
16810     <type name="Foo">
16811       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
16812         <size>2</size>
16813       </method>
16814       <method name="Void Main()">
16815         <size>23</size>
16816       </method>
16817     </type>
16818   </test>
16819   <test name="gtest-exmethod-14.cs">
16820     <type name="C">
16821       <method name="Void Bar[U](IA)">
16822         <size>7</size>
16823       </method>
16824       <method name="Void Foo[T](IA)">
16825         <size>1</size>
16826       </method>
16827       <method name="Void Foo(IA)">
16828         <size>7</size>
16829       </method>
16830       <method name="Void Main()">
16831         <size>1</size>
16832       </method>
16833     </type>
16834   </test>
16835   <test name="gtest-exmethod-15.cs">
16836     <type name="C">
16837       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
16838         <size>15</size>
16839       </method>
16840       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
16841         <size>2</size>
16842       </method>
16843       <method name="Void Main()">
16844         <size>1</size>
16845       </method>
16846     </type>
16847   </test>
16848   <test name="gtest-exmethod-16.cs">
16849     <type name="Rocks">
16850       <method name="Boolean Extension(System.String)">
16851         <size>2</size>
16852       </method>
16853       <method name="Boolean Extension(D)">
16854         <size>2</size>
16855       </method>
16856     </type>
16857     <type name="Program">
16858       <method name="Void .ctor()">
16859         <size>7</size>
16860       </method>
16861       <method name="Void add_e(D)">
16862         <size>24</size>
16863       </method>
16864       <method name="Void remove_e(D)">
16865         <size>24</size>
16866       </method>
16867       <method name="System.String get_Item(Int32)">
16868         <size>6</size>
16869       </method>
16870       <method name="System.String get_Property()">
16871         <size>6</size>
16872       </method>
16873       <method name="Void Main(System.String[])">
16874         <size>44</size>
16875       </method>
16876     </type>
16877     <type name="D">
16878       <method name="Void .ctor(Object, IntPtr)">
16879         <size>0</size>
16880       </method>
16881       <method name="System.String Invoke()">
16882         <size>0</size>
16883       </method>
16884       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16885         <size>0</size>
16886       </method>
16887       <method name="System.String EndInvoke(IAsyncResult)">
16888         <size>0</size>
16889       </method>
16890     </type>
16891   </test>
16892   <test name="gtest-exmethod-17.cs">
16893     <type name="MainClass">
16894       <method name="Void Main()">
16895         <size>45</size>
16896       </method>
16897     </type>
16898   </test>
16899   <test name="gtest-exmethod-18.cs">
16900     <type name="Foo">
16901       <method name="Void .ctor()">
16902         <size>7</size>
16903       </method>
16904       <method name="Boolean get_IsBar()">
16905         <size>2</size>
16906       </method>
16907     </type>
16908     <type name="FooExt">
16909       <method name="Boolean IsBar(Foo)">
16910         <size>7</size>
16911       </method>
16912     </type>
16913     <type name="Repro">
16914       <method name="Void .ctor()">
16915         <size>7</size>
16916       </method>
16917       <method name="Void Main()">
16918         <size>18</size>
16919       </method>
16920     </type>
16921   </test>
16922   <test name="gtest-exmethod-19.cs">
16923     <type name="Rocks">
16924       <method name="Int32 Test_2[T](IEnumerable`1)">
16925         <size>3</size>
16926       </method>
16927       <method name="System.String Test_1(System.String)">
16928         <size>12</size>
16929       </method>
16930     </type>
16931     <type name="Test">
16932       <method name="Void .ctor()">
16933         <size>7</size>
16934       </method>
16935       <method name="Int32 Main()">
16936         <size>142</size>
16937       </method>
16938     </type>
16939     <type name="Test+D">
16940       <method name="Void .ctor(Object, IntPtr)">
16941         <size>0</size>
16942       </method>
16943       <method name="System.String Invoke()">
16944         <size>0</size>
16945       </method>
16946       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16947         <size>0</size>
16948       </method>
16949       <method name="System.String EndInvoke(IAsyncResult)">
16950         <size>0</size>
16951       </method>
16952     </type>
16953   </test>
16954   <test name="gtest-exmethod-20.cs">
16955     <type name="Outer.Inner.Test">
16956       <method name="Void .ctor()">
16957         <size>7</size>
16958       </method>
16959       <method name="Void M(I)">
16960         <size>13</size>
16961       </method>
16962       <method name="Void Main()">
16963         <size>1</size>
16964       </method>
16965     </type>
16966     <type name="Outer.ExtensionMethods">
16967       <method name="Void AddRange[T](I, IEnumerable`1)">
16968         <size>1</size>
16969       </method>
16970     </type>
16971   </test>
16972   <test name="gtest-exmethod-21.cs">
16973     <type name="Outer.Inner.Test">
16974       <method name="Void .ctor()">
16975         <size>7</size>
16976       </method>
16977       <method name="Void M(I)">
16978         <size>7</size>
16979       </method>
16980       <method name="Void Main()">
16981         <size>1</size>
16982       </method>
16983     </type>
16984     <type name="External.ExtensionMethods">
16985       <method name="Void AddRange(I)">
16986         <size>1</size>
16987       </method>
16988     </type>
16989   </test>
16990   <test name="gtest-exmethod-22.cs">
16991     <type name="Program">
16992       <method name="Void .ctor()">
16993         <size>7</size>
16994       </method>
16995       <method name="Int32 Main()">
16996         <size>8</size>
16997       </method>
16998     </type>
16999   </test>
17000   <test name="gtest-exmethod-23.cs">
17001     <type name="T">
17002       <method name="Void A(System.String, Int32)">
17003         <size>1</size>
17004       </method>
17005       <method name="Void Main()">
17006         <size>1</size>
17007       </method>
17008     </type>
17009   </test>
17010   <test name="gtest-exmethod-24.cs">
17011     <type name="Bar">
17012       <method name="Void .ctor()">
17013         <size>7</size>
17014       </method>
17015       <method name="Void Main()">
17016         <size>1</size>
17017       </method>
17018     </type>
17019   </test>
17020   <test name="gtest-exmethod-25.cs">
17021     <type name="Bar">
17022       <method name="Void .ctor()">
17023         <size>7</size>
17024       </method>
17025       <method name="Void Main()">
17026         <size>11</size>
17027       </method>
17028     </type>
17029   </test>
17030   <test name="gtest-exmethod-26.cs">
17031     <type name="test.TypeExtensions">
17032       <method name="Boolean IsNullable(System.Type)">
17033         <size>2</size>
17034       </method>
17035     </type>
17036     <type name="testmono.MainClass">
17037       <method name="Void .ctor()">
17038         <size>7</size>
17039       </method>
17040       <method name="Void Main()">
17041         <size>33</size>
17042       </method>
17043     </type>
17044   </test>
17045   <test name="gtest-exmethod-27.cs">
17046     <type name="Foo.Extensions">
17047       <method name="System.String AsString(IList`1)">
17048         <size>6</size>
17049       </method>
17050     </type>
17051     <type name="Bar.Program">
17052       <method name="Void .ctor()">
17053         <size>7</size>
17054       </method>
17055       <method name="Void Main()">
17056         <size>17</size>
17057       </method>
17058       <method name="System.String Pan(System.Byte[])">
17059         <size>7</size>
17060       </method>
17061     </type>
17062   </test>
17063   <test name="gtest-exmethod-28.cs">
17064     <type name="Foo">
17065       <method name="Void .ctor()">
17066         <size>7</size>
17067       </method>
17068     </type>
17069     <type name="Extensions">
17070       <method name="Boolean IsFoo(Foo)">
17071         <size>2</size>
17072       </method>
17073       <method name="Boolean IsBar(Bar)">
17074         <size>2</size>
17075       </method>
17076     </type>
17077     <type name="Bar">
17078       <method name="Void .ctor()">
17079         <size>7</size>
17080       </method>
17081     </type>
17082     <type name="Program">
17083       <method name="Void .ctor()">
17084         <size>7</size>
17085       </method>
17086       <method name="Void Main()">
17087         <size>1</size>
17088       </method>
17089     </type>
17090   </test>
17091   <test name="gtest-exmethod-29.cs">
17092     <type name="My">
17093       <method name="Void .ctor()">
17094         <size>7</size>
17095       </method>
17096     </type>
17097     <type name="Test">
17098       <method name="Int32 Main()">
17099         <size>40</size>
17100       </method>
17101       <method name="Int32 ContentTransferEncoding[T](My)">
17102         <size>2</size>
17103       </method>
17104       <method name="Int32 ContentTransferEncoding(My)">
17105         <size>2</size>
17106       </method>
17107     </type>
17108     <type name="My">
17109       <method name="Void set_ContentTransferEncoding(Boolean)">
17110         <size>1</size>
17111       </method>
17112     </type>
17113   </test>
17114   <test name="gtest-friend-01.cs">
17115     <type name="Test">
17116       <method name="Void .ctor()">
17117         <size>7</size>
17118       </method>
17119       <method name="Void Main()">
17120         <size>20</size>
17121       </method>
17122     </type>
17123   </test>
17124   <test name="gtest-friend-02.cs">
17125     <type name="Test">
17126       <method name="Void .ctor()">
17127         <size>7</size>
17128       </method>
17129       <method name="Void Main()">
17130         <size>20</size>
17131       </method>
17132     </type>
17133   </test>
17134   <test name="gtest-friend-03.cs">
17135     <type name="Test">
17136       <method name="Void .ctor()">
17137         <size>7</size>
17138       </method>
17139       <method name="Void Main()">
17140         <size>20</size>
17141       </method>
17142     </type>
17143   </test>
17144   <test name="gtest-friend-04.cs">
17145     <type name="Test">
17146       <method name="Void .ctor()">
17147         <size>7</size>
17148       </method>
17149       <method name="Void Main()">
17150         <size>19</size>
17151       </method>
17152     </type>
17153   </test>
17154   <test name="gtest-friend-05.cs">
17155     <type name="Test">
17156       <method name="Void .ctor()">
17157         <size>7</size>
17158       </method>
17159       <method name="Void Main()">
17160         <size>20</size>
17161       </method>
17162     </type>
17163   </test>
17164   <test name="gtest-friend-06.cs">
17165     <type name="Test">
17166       <method name="Void .ctor()">
17167         <size>7</size>
17168       </method>
17169       <method name="Void Main()">
17170         <size>20</size>
17171       </method>
17172     </type>
17173   </test>
17174   <test name="gtest-friend-07.cs">
17175     <type name="Test">
17176       <method name="Void .ctor()">
17177         <size>7</size>
17178       </method>
17179       <method name="Void Main()">
17180         <size>20</size>
17181       </method>
17182     </type>
17183   </test>
17184   <test name="gtest-friend-08.cs">
17185     <type name="Test">
17186       <method name="Void .ctor()">
17187         <size>7</size>
17188       </method>
17189       <method name="Void Main()">
17190         <size>19</size>
17191       </method>
17192     </type>
17193   </test>
17194   <test name="gtest-friend-09.cs">
17195     <type name="Test">
17196       <method name="Void .ctor()">
17197         <size>7</size>
17198       </method>
17199       <method name="Void Main()">
17200         <size>20</size>
17201       </method>
17202     </type>
17203   </test>
17204   <test name="gtest-friend-10.cs">
17205     <type name="Test">
17206       <method name="Void .ctor()">
17207         <size>7</size>
17208       </method>
17209       <method name="Void Main()">
17210         <size>20</size>
17211       </method>
17212     </type>
17213   </test>
17214   <test name="gtest-friend-11.cs">
17215     <type name="Test">
17216       <method name="Void .ctor()">
17217         <size>7</size>
17218       </method>
17219       <method name="Void Main()">
17220         <size>20</size>
17221       </method>
17222     </type>
17223   </test>
17224   <test name="gtest-friend-12.cs">
17225     <type name="Test">
17226       <method name="Void .ctor()">
17227         <size>7</size>
17228       </method>
17229       <method name="Void Main()">
17230         <size>19</size>
17231       </method>
17232     </type>
17233   </test>
17234   <test name="gtest-friend-13.cs">
17235     <type name="B">
17236       <method name="Void .ctor()">
17237         <size>7</size>
17238       </method>
17239       <method name="Void Test()">
17240         <size>1</size>
17241       </method>
17242       <method name="Void Test_2()">
17243         <size>1</size>
17244       </method>
17245     </type>
17246     <type name="Test">
17247       <method name="Void .ctor()">
17248         <size>7</size>
17249       </method>
17250       <method name="Void Main()">
17251         <size>1</size>
17252       </method>
17253     </type>
17254   </test>
17255   <test name="gtest-implicitarray-01.cs">
17256     <type name="Test">
17257       <method name="Void .ctor()">
17258         <size>7</size>
17259       </method>
17260       <method name="Int32 Main()">
17261         <size>282</size>
17262       </method>
17263     </type>
17264     <type name="&lt;PrivateImplementationDetails&gt;">
17265       <method name="Void .ctor()">
17266         <size>7</size>
17267       </method>
17268     </type>
17269   </test>
17270   <test name="gtest-implicitarray-02.cs">
17271     <type name="MyString">
17272       <method name="Void .ctor()">
17273         <size>7</size>
17274       </method>
17275       <method name="System.String op_Implicit(MyString)">
17276         <size>6</size>
17277       </method>
17278     </type>
17279     <type name="Test">
17280       <method name="Void .ctor()">
17281         <size>7</size>
17282       </method>
17283       <method name="Int32 Main()">
17284         <size>50</size>
17285       </method>
17286     </type>
17287   </test>
17288   <test name="gtest-initialize-01.cs">
17289     <type name="MyClass">
17290       <method name="Void .ctor()">
17291         <size>18</size>
17292       </method>
17293       <method name="Int32 get_Answer()">
17294         <size>7</size>
17295       </method>
17296       <method name="Void set_Answer(Int32)">
17297         <size>8</size>
17298       </method>
17299     </type>
17300     <type name="Test">
17301       <method name="Void .ctor()">
17302         <size>7</size>
17303       </method>
17304       <method name="Int32 Main()">
17305         <size>67</size>
17306       </method>
17307     </type>
17308   </test>
17309   <test name="gtest-initialize-02.cs">
17310     <type name="Test">
17311       <method name="Void .ctor()">
17312         <size>7</size>
17313       </method>
17314       <method name="Int32 Main()">
17315         <size>1099</size>
17316       </method>
17317     </type>
17318     <type name="Test+Point">
17319       <method name="Void .ctor()">
17320         <size>7</size>
17321       </method>
17322     </type>
17323     <type name="Test+Line">
17324       <method name="Void .ctor()">
17325         <size>29</size>
17326       </method>
17327     </type>
17328     <type name="Test+Rectangle">
17329       <method name="Void .ctor()">
17330         <size>51</size>
17331       </method>
17332     </type>
17333     <type name="Test+Library">
17334       <method name="Void .ctor()">
17335         <size>53</size>
17336       </method>
17337     </type>
17338     <type name="Test+Thing">
17339       <method name="Void .ctor()">
17340         <size>7</size>
17341       </method>
17342     </type>
17343     <type name="Test+Box">
17344       <method name="Void .ctor()">
17345         <size>7</size>
17346       </method>
17347     </type>
17348   </test>
17349   <test name="gtest-initialize-03.cs">
17350     <type name="Data">
17351       <method name="Void .ctor()">
17352         <size>7</size>
17353       </method>
17354     </type>
17355     <type name="Test">
17356       <method name="Void .ctor()">
17357         <size>7</size>
17358       </method>
17359       <method name="Void set_Prop(Data)">
17360         <size>1</size>
17361       </method>
17362       <method name="System.Object Foo()">
17363         <size>15</size>
17364       </method>
17365       <method name="Void Main()">
17366         <size>52</size>
17367       </method>
17368     </type>
17369   </test>
17370   <test name="gtest-initialize-04.cs">
17371     <type name="C">
17372       <method name="Void .ctor()">
17373         <size>7</size>
17374       </method>
17375       <method name="Void .cctor()">
17376         <size>34</size>
17377       </method>
17378       <method name="Int32 Main()">
17379         <size>30</size>
17380       </method>
17381     </type>
17382   </test>
17383   <test name="gtest-initialize-05.cs">
17384     <type name="C">
17385       <method name="Void .ctor()">
17386         <size>7</size>
17387       </method>
17388       <method name="Int32 Main()">
17389         <size>219</size>
17390       </method>
17391     </type>
17392   </test>
17393   <test name="gtest-initialize-06.cs">
17394     <type name="C">
17395       <method name="Void .ctor()">
17396         <size>7</size>
17397       </method>
17398       <method name="Int32 Main()">
17399         <size>39</size>
17400       </method>
17401       <method name="Void Foo(Point ByRef)">
17402         <size>38</size>
17403       </method>
17404     </type>
17405   </test>
17406   <test name="gtest-initialize-07.cs">
17407     <type name="A">
17408       <method name="Void .ctor()">
17409         <size>7</size>
17410       </method>
17411       <method name="System.String get_Name()">
17412         <size>7</size>
17413       </method>
17414       <method name="Void set_Name(System.String)">
17415         <size>8</size>
17416       </method>
17417       <method name="Boolean Matches(System.String)">
17418         <size>13</size>
17419       </method>
17420     </type>
17421     <type name="M">
17422       <method name="Void .ctor()">
17423         <size>7</size>
17424       </method>
17425       <method name="Int32 Main()">
17426         <size>37</size>
17427       </method>
17428     </type>
17429   </test>
17430   <test name="gtest-initialize-08.cs">
17431     <type name="T">
17432       <method name="Void .ctor()">
17433         <size>7</size>
17434       </method>
17435     </type>
17436     <type name="X">
17437       <method name="Void .ctor()">
17438         <size>7</size>
17439       </method>
17440       <method name="Z[] get_Prop()">
17441         <size>7</size>
17442       </method>
17443       <method name="Void set_Prop(Z[])">
17444         <size>8</size>
17445       </method>
17446     </type>
17447     <type name="Z">
17448       <method name="Void .ctor()">
17449         <size>7</size>
17450       </method>
17451     </type>
17452     <type name="Test">
17453       <method name="Void .ctor(String)">
17454         <size>70</size>
17455       </method>
17456       <method name="Void .ctor(Int32)">
17457         <size>70</size>
17458       </method>
17459     </type>
17460     <type name="C">
17461       <method name="Void .ctor()">
17462         <size>7</size>
17463       </method>
17464       <method name="Int32 Main()">
17465         <size>13</size>
17466       </method>
17467     </type>
17468   </test>
17469   <test name="gtest-initialize-09.cs">
17470     <type name="Test">
17471       <method name="Void .ctor()">
17472         <size>7</size>
17473       </method>
17474       <method name="Int32 Main()">
17475         <size>54</size>
17476       </method>
17477     </type>
17478   </test>
17479   <test name="gtest-initialize-10.cs">
17480     <type name="Foo">
17481       <method name="Void .ctor()">
17482         <size>7</size>
17483       </method>
17484       <method name="Int32 get_P()">
17485         <size>7</size>
17486       </method>
17487       <method name="Void set_P(Int32)">
17488         <size>8</size>
17489       </method>
17490     </type>
17491     <type name="Y">
17492       <method name="Void .ctor()">
17493         <size>7</size>
17494       </method>
17495       <method name="Int32 Main()">
17496         <size>38</size>
17497       </method>
17498       <method name="Boolean Do(Foo)">
17499         <size>86</size>
17500       </method>
17501     </type>
17502   </test>
17503   <test name="gtest-iter-01.cs">
17504     <type name="C">
17505       <method name="Void .ctor()">
17506         <size>7</size>
17507       </method>
17508       <method name="Void Main()">
17509         <size>1</size>
17510       </method>
17511     </type>
17512     <type name="C+ArrayReadOnlyList`1[T]">
17513       <method name="Void .ctor()">
17514         <size>7</size>
17515       </method>
17516       <method name="T get_Item(Int32)">
17517         <size>13</size>
17518       </method>
17519       <method name="IEnumerator`1 GetEnumerator()">
17520         <size>15</size>
17521       </method>
17522     </type>
17523     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
17524       <method name="Void .ctor()">
17525         <size>7</size>
17526       </method>
17527       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17528         <size>12</size>
17529       </method>
17530       <method name="Boolean MoveNext()">
17531         <size>136</size>
17532       </method>
17533       <method name="Void Dispose()">
17534         <size>8</size>
17535       </method>
17536       <method name="Void Reset()">
17537         <size>6</size>
17538       </method>
17539       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17540         <size>7</size>
17541       </method>
17542     </type>
17543   </test>
17544   <test name="gtest-iter-02.cs">
17545     <type name="C">
17546       <method name="Void .ctor()">
17547         <size>7</size>
17548       </method>
17549       <method name="IEnumerator`1 Test()">
17550         <size>8</size>
17551       </method>
17552       <method name="Void Main()">
17553         <size>1</size>
17554       </method>
17555     </type>
17556     <type name="C+&lt;Test&gt;c__Iterator0">
17557       <method name="Void .ctor()">
17558         <size>7</size>
17559       </method>
17560       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17561         <size>12</size>
17562       </method>
17563       <method name="Boolean MoveNext()">
17564         <size>25</size>
17565       </method>
17566       <method name="Void Dispose()">
17567         <size>8</size>
17568       </method>
17569       <method name="Void Reset()">
17570         <size>6</size>
17571       </method>
17572       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
17573         <size>7</size>
17574       </method>
17575     </type>
17576   </test>
17577   <test name="gtest-iter-03.cs">
17578     <type name="Test">
17579       <method name="Void .ctor()">
17580         <size>18</size>
17581       </method>
17582       <method name="IEnumerable`1 Annotations[T]()">
17583         <size>23</size>
17584       </method>
17585       <method name="IEnumerable`1 Annotations(System.Type)">
17586         <size>37</size>
17587       </method>
17588       <method name="Void Main()">
17589         <size>14</size>
17590       </method>
17591     </type>
17592     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
17593       <method name="Void .ctor()">
17594         <size>7</size>
17595       </method>
17596       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17597         <size>12</size>
17598       </method>
17599       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17600         <size>7</size>
17601       </method>
17602       <method name="Boolean MoveNext()">
17603         <size>194</size>
17604       </method>
17605       <method name="Void Dispose()">
17606         <size>60</size>
17607       </method>
17608       <method name="Void Reset()">
17609         <size>6</size>
17610       </method>
17611     </type>
17612     <type name="Test+&lt;Annotations&gt;c__Iterator1">
17613       <method name="Void .ctor()">
17614         <size>7</size>
17615       </method>
17616       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17617         <size>7</size>
17618       </method>
17619       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17620         <size>7</size>
17621       </method>
17622       <method name="Boolean MoveNext()">
17623         <size>218</size>
17624       </method>
17625       <method name="Void Dispose()">
17626         <size>56</size>
17627       </method>
17628       <method name="Void Reset()">
17629         <size>6</size>
17630       </method>
17631     </type>
17632     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
17633       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17634         <size>7</size>
17635       </method>
17636       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17637         <size>40</size>
17638       </method>
17639     </type>
17640     <type name="Test+&lt;Annotations&gt;c__Iterator1">
17641       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17642         <size>7</size>
17643       </method>
17644       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17645         <size>52</size>
17646       </method>
17647     </type>
17648   </test>
17649   <test name="gtest-iter-04.cs">
17650     <type name="TestClass">
17651       <method name="Void .ctor()">
17652         <size>7</size>
17653       </method>
17654       <method name="Void ToString(System.Object)">
17655         <size>0</size>
17656       </method>
17657       <method name="IEnumerable`1 TestEnumerator()">
17658         <size>23</size>
17659       </method>
17660       <method name="Void Test()">
17661         <size>8</size>
17662       </method>
17663     </type>
17664     <type name="M">
17665       <method name="Void .ctor()">
17666         <size>7</size>
17667       </method>
17668       <method name="Void Main()">
17669         <size>1</size>
17670       </method>
17671     </type>
17672     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
17673       <method name="Void .ctor()">
17674         <size>7</size>
17675       </method>
17676       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17677         <size>7</size>
17678       </method>
17679       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17680         <size>7</size>
17681       </method>
17682       <method name="Boolean MoveNext()">
17683         <size>37</size>
17684       </method>
17685       <method name="Void Dispose()">
17686         <size>8</size>
17687       </method>
17688       <method name="Void Reset()">
17689         <size>6</size>
17690       </method>
17691       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17692         <size>7</size>
17693       </method>
17694       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17695         <size>40</size>
17696       </method>
17697     </type>
17698   </test>
17699   <test name="gtest-iter-05.cs">
17700     <type name="Test">
17701       <method name="Void .ctor()">
17702         <size>7</size>
17703       </method>
17704       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
17705         <size>44</size>
17706       </method>
17707       <method name="Void Main()">
17708         <size>31</size>
17709       </method>
17710     </type>
17711     <type name="Foo`1[T]">
17712       <method name="Void .ctor()">
17713         <size>7</size>
17714       </method>
17715       <method name="Void CreateItem[G]()">
17716         <size>1</size>
17717       </method>
17718     </type>
17719     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
17720       <method name="Void .ctor()">
17721         <size>7</size>
17722       </method>
17723       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17724         <size>12</size>
17725       </method>
17726       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17727         <size>7</size>
17728       </method>
17729       <method name="Boolean MoveNext()">
17730         <size>185</size>
17731       </method>
17732       <method name="Void Dispose()">
17733         <size>60</size>
17734       </method>
17735       <method name="Void Reset()">
17736         <size>6</size>
17737       </method>
17738       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17739         <size>7</size>
17740       </method>
17741       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17742         <size>52</size>
17743       </method>
17744     </type>
17745   </test>
17746   <test name="gtest-iter-06.cs">
17747     <type name="Mono.Rocks.KeyValuePair">
17748       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
17749         <size>13</size>
17750       </method>
17751     </type>
17752     <type name="Mono.Rocks.Sequence">
17753       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
17754         <size>8</size>
17755       </method>
17756       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
17757         <size>44</size>
17758       </method>
17759     </type>
17760     <type name="Mono.Rocks.Test">
17761       <method name="Void .ctor()">
17762         <size>7</size>
17763       </method>
17764       <method name="Int32 Main()">
17765         <size>116</size>
17766       </method>
17767       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
17768         <size>30</size>
17769       </method>
17770     </type>
17771     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
17772       <method name="Void .ctor()">
17773         <size>7</size>
17774       </method>
17775       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17776         <size>12</size>
17777       </method>
17778       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17779         <size>7</size>
17780       </method>
17781       <method name="Boolean MoveNext()">
17782         <size>183</size>
17783       </method>
17784       <method name="Void Dispose()">
17785         <size>8</size>
17786       </method>
17787       <method name="Void Reset()">
17788         <size>6</size>
17789       </method>
17790       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
17791         <size>7</size>
17792       </method>
17793       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
17794         <size>52</size>
17795       </method>
17796     </type>
17797   </test>
17798   <test name="gtest-iter-07.cs">
17799     <type name="Test">
17800       <method name="Void .ctor()">
17801         <size>7</size>
17802       </method>
17803       <method name="Int32 Main()">
17804         <size>8</size>
17805       </method>
17806       <method name="Void TestFunction(IEnumerable`1)">
17807         <size>35</size>
17808       </method>
17809     </type>
17810     <type name="MySystem">
17811       <method name="Void .ctor()">
17812         <size>34</size>
17813       </method>
17814       <method name="IEnumerable`1 get_Items()">
17815         <size>23</size>
17816       </method>
17817     </type>
17818     <type name="MySystem+&lt;&gt;c__Iterator0">
17819       <method name="Void .ctor()">
17820         <size>7</size>
17821       </method>
17822       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17823         <size>7</size>
17824       </method>
17825       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17826         <size>7</size>
17827       </method>
17828       <method name="Boolean MoveNext()">
17829         <size>186</size>
17830       </method>
17831       <method name="Void Dispose()">
17832         <size>56</size>
17833       </method>
17834       <method name="Void Reset()">
17835         <size>6</size>
17836       </method>
17837       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
17838         <size>7</size>
17839       </method>
17840       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
17841         <size>40</size>
17842       </method>
17843     </type>
17844   </test>
17845   <test name="gtest-iter-08.cs">
17846     <type name="App">
17847       <method name="Void .ctor()">
17848         <size>7</size>
17849       </method>
17850       <method name="IEnumerable QueryEnumerable[T]()">
17851         <size>16</size>
17852       </method>
17853       <method name="Int32 Main()">
17854         <size>116</size>
17855       </method>
17856     </type>
17857     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
17858       <method name="Void .ctor()">
17859         <size>7</size>
17860       </method>
17861       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17862         <size>7</size>
17863       </method>
17864       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17865         <size>7</size>
17866       </method>
17867       <method name="Boolean MoveNext()">
17868         <size>84</size>
17869       </method>
17870       <method name="Void Dispose()">
17871         <size>8</size>
17872       </method>
17873       <method name="Void Reset()">
17874         <size>6</size>
17875       </method>
17876     </type>
17877     <type name="App">
17878       <method name="T TestType[T]()">
17879         <size>21</size>
17880       </method>
17881       <method name="System.Object TestType(System.Type)">
17882         <size>6</size>
17883       </method>
17884     </type>
17885     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
17886       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17887         <size>7</size>
17888       </method>
17889       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17890         <size>26</size>
17891       </method>
17892     </type>
17893   </test>
17894   <test name="gtest-iter-09.cs">
17895     <type name="Test">
17896       <method name="Void .ctor()">
17897         <size>7</size>
17898       </method>
17899       <method name="IEnumerable`1 Create[T](T[,])">
17900         <size>30</size>
17901       </method>
17902       <method name="Int32 Main()">
17903         <size>94</size>
17904       </method>
17905     </type>
17906     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
17907       <method name="Void .ctor()">
17908         <size>7</size>
17909       </method>
17910       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17911         <size>12</size>
17912       </method>
17913       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17914         <size>7</size>
17915       </method>
17916       <method name="Boolean MoveNext()">
17917         <size>130</size>
17918       </method>
17919       <method name="Void Dispose()">
17920         <size>8</size>
17921       </method>
17922       <method name="Void Reset()">
17923         <size>6</size>
17924       </method>
17925       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17926         <size>7</size>
17927       </method>
17928       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17929         <size>40</size>
17930       </method>
17931     </type>
17932   </test>
17933   <test name="gtest-iter-10.cs">
17934     <type name="Test">
17935       <method name="Void .ctor()">
17936         <size>7</size>
17937       </method>
17938       <method name="IEnumerable`1 FromTo(Int32, Int32)">
17939         <size>44</size>
17940       </method>
17941       <method name="Int32 Main()">
17942         <size>159</size>
17943       </method>
17944     </type>
17945     <type name="Test+&lt;FromTo&gt;c__Iterator0">
17946       <method name="Void .ctor()">
17947         <size>7</size>
17948       </method>
17949       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
17950         <size>7</size>
17951       </method>
17952       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17953         <size>12</size>
17954       </method>
17955       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17956         <size>7</size>
17957       </method>
17958       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
17959         <size>52</size>
17960       </method>
17961       <method name="Boolean MoveNext()">
17962         <size>103</size>
17963       </method>
17964       <method name="Void Dispose()">
17965         <size>8</size>
17966       </method>
17967       <method name="Void Reset()">
17968         <size>6</size>
17969       </method>
17970     </type>
17971   </test>
17972   <test name="gtest-iter-11.cs">
17973     <type name="Foo">
17974       <method name="Void .ctor()">
17975         <size>7</size>
17976       </method>
17977     </type>
17978     <type name="Bar">
17979       <method name="Void .ctor()">
17980         <size>7</size>
17981       </method>
17982       <method name="System.String get_Name()">
17983         <size>7</size>
17984       </method>
17985       <method name="Void set_Name(System.String)">
17986         <size>8</size>
17987       </method>
17988     </type>
17989     <type name="Collection`1[T]">
17990       <method name="Void .ctor()">
17991         <size>18</size>
17992       </method>
17993       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17994         <size>7</size>
17995       </method>
17996       <method name="Void Add(T)">
17997         <size>13</size>
17998       </method>
17999       <method name="IEnumerator`1 GetEnumerator()">
18000         <size>15</size>
18001       </method>
18002     </type>
18003     <type name="BarCollection">
18004       <method name="Void .ctor()">
18005         <size>7</size>
18006       </method>
18007     </type>
18008     <type name="Program">
18009       <method name="Void .ctor()">
18010         <size>7</size>
18011       </method>
18012       <method name="Int32 Main()">
18013         <size>148</size>
18014       </method>
18015     </type>
18016     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
18017       <method name="Void .ctor()">
18018         <size>7</size>
18019       </method>
18020       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
18021         <size>7</size>
18022       </method>
18023       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18024         <size>12</size>
18025       </method>
18026       <method name="Boolean MoveNext()">
18027         <size>175</size>
18028       </method>
18029       <method name="Void Dispose()">
18030         <size>56</size>
18031       </method>
18032       <method name="Void Reset()">
18033         <size>6</size>
18034       </method>
18035     </type>
18036   </test>
18037   <test name="gtest-lambda-01.cs">
18038     <type name="X">
18039       <method name="Int32 Main()">
18040         <size>300</size>
18041       </method>
18042       <method name="Int32 &lt;Main&gt;m__0(Int32)">
18043         <size>4</size>
18044       </method>
18045       <method name="Int32 &lt;Main&gt;m__1(Int32)">
18046         <size>4</size>
18047       </method>
18048       <method name="Void &lt;Main&gt;m__3(Int32)">
18049         <size>8</size>
18050       </method>
18051       <method name="Void .ctor(Int32)">
18052         <size>13</size>
18053       </method>
18054     </type>
18055     <type name="IntFunc">
18056       <method name="Int32 Invoke(Int32)">
18057         <size>0</size>
18058       </method>
18059       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18060         <size>0</size>
18061       </method>
18062       <method name="Int32 EndInvoke(IAsyncResult)">
18063         <size>0</size>
18064       </method>
18065       <method name="Void .ctor(Object, IntPtr)">
18066         <size>0</size>
18067       </method>
18068     </type>
18069     <type name="VoidFunc">
18070       <method name="Void Invoke(Int32)">
18071         <size>0</size>
18072       </method>
18073       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18074         <size>0</size>
18075       </method>
18076       <method name="Void EndInvoke(IAsyncResult)">
18077         <size>0</size>
18078       </method>
18079       <method name="Void .ctor(Object, IntPtr)">
18080         <size>0</size>
18081       </method>
18082     </type>
18083     <type name="X+&lt;Main&gt;c__AnonStorey0">
18084       <method name="Void &lt;&gt;m__2(Int32)">
18085         <size>8</size>
18086       </method>
18087       <method name="Void .ctor()">
18088         <size>7</size>
18089       </method>
18090     </type>
18091   </test>
18092   <test name="gtest-lambda-02.cs">
18093     <type name="X">
18094       <method name="Void Foo(funci)">
18095         <size>16</size>
18096       </method>
18097       <method name="Void Foo(funcs)">
18098         <size>19</size>
18099       </method>
18100       <method name="Void Main()">
18101         <size>35</size>
18102       </method>
18103       <method name="System.String &lt;Main&gt;m__0(System.String)">
18104         <size>12</size>
18105       </method>
18106       <method name="Void .ctor()">
18107         <size>7</size>
18108       </method>
18109     </type>
18110     <type name="funcs">
18111       <method name="System.String Invoke(System.String)">
18112         <size>0</size>
18113       </method>
18114       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
18115         <size>0</size>
18116       </method>
18117       <method name="System.String EndInvoke(IAsyncResult)">
18118         <size>0</size>
18119       </method>
18120       <method name="Void .ctor(Object, IntPtr)">
18121         <size>0</size>
18122       </method>
18123     </type>
18124     <type name="funci">
18125       <method name="Int32 Invoke(Int32)">
18126         <size>0</size>
18127       </method>
18128       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18129         <size>0</size>
18130       </method>
18131       <method name="Int32 EndInvoke(IAsyncResult)">
18132         <size>0</size>
18133       </method>
18134       <method name="Void .ctor(Object, IntPtr)">
18135         <size>0</size>
18136       </method>
18137     </type>
18138   </test>
18139   <test name="gtest-lambda-03.cs">
18140     <type name="Demo">
18141       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
18142         <size>8</size>
18143       </method>
18144       <method name="Int32 Main()">
18145         <size>54</size>
18146       </method>
18147       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
18148         <size>7</size>
18149       </method>
18150       <method name="Void .ctor()">
18151         <size>7</size>
18152       </method>
18153     </type>
18154     <type name="Func`2[TArg0,TResult]">
18155       <method name="TResult Invoke(TArg0)">
18156         <size>0</size>
18157       </method>
18158       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
18159         <size>0</size>
18160       </method>
18161       <method name="TResult EndInvoke(IAsyncResult)">
18162         <size>0</size>
18163       </method>
18164       <method name="Void .ctor(Object, IntPtr)">
18165         <size>0</size>
18166       </method>
18167     </type>
18168   </test>
18169   <test name="gtest-lambda-04.cs">
18170     <type name="Demo">
18171       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
18172         <size>14</size>
18173       </method>
18174       <method name="Int32 Main()">
18175         <size>103</size>
18176       </method>
18177       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
18178         <size>7</size>
18179       </method>
18180       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
18181         <size>8</size>
18182       </method>
18183       <method name="Void .ctor()">
18184         <size>7</size>
18185       </method>
18186     </type>
18187     <type name="Func`2[TArg0,TResult]">
18188       <method name="TResult Invoke(TArg0)">
18189         <size>0</size>
18190       </method>
18191       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
18192         <size>0</size>
18193       </method>
18194       <method name="TResult EndInvoke(IAsyncResult)">
18195         <size>0</size>
18196       </method>
18197       <method name="Void .ctor(Object, IntPtr)">
18198         <size>0</size>
18199       </method>
18200     </type>
18201   </test>
18202   <test name="gtest-lambda-05.cs">
18203     <type name="C">
18204       <method name="Boolean M(C+db)">
18205         <size>8</size>
18206       </method>
18207       <method name="System.String M(C+ds)">
18208         <size>6</size>
18209       </method>
18210       <method name="Int32 M(C+di)">
18211         <size>8</size>
18212       </method>
18213       <method name="Int32 Main()">
18214         <size>125</size>
18215       </method>
18216       <method name="System.String &lt;Main&gt;m__0(System.String)">
18217         <size>31</size>
18218       </method>
18219       <method name="Int32 &lt;Main&gt;m__1(Int32)">
18220         <size>31</size>
18221       </method>
18222       <method name="Void .ctor()">
18223         <size>7</size>
18224       </method>
18225     </type>
18226     <type name="C+di">
18227       <method name="Int32 Invoke(Int32)">
18228         <size>0</size>
18229       </method>
18230       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18231         <size>0</size>
18232       </method>
18233       <method name="Int32 EndInvoke(IAsyncResult)">
18234         <size>0</size>
18235       </method>
18236       <method name="Void .ctor(Object, IntPtr)">
18237         <size>0</size>
18238       </method>
18239     </type>
18240     <type name="C+ds">
18241       <method name="System.String Invoke(System.String)">
18242         <size>0</size>
18243       </method>
18244       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
18245         <size>0</size>
18246       </method>
18247       <method name="System.String EndInvoke(IAsyncResult)">
18248         <size>0</size>
18249       </method>
18250       <method name="Void .ctor(Object, IntPtr)">
18251         <size>0</size>
18252       </method>
18253     </type>
18254     <type name="C+db">
18255       <method name="Boolean Invoke(Boolean)">
18256         <size>0</size>
18257       </method>
18258       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
18259         <size>0</size>
18260       </method>
18261       <method name="Boolean EndInvoke(IAsyncResult)">
18262         <size>0</size>
18263       </method>
18264       <method name="Void .ctor(Object, IntPtr)">
18265         <size>0</size>
18266       </method>
18267     </type>
18268     <type name="C+&lt;Main&gt;c__AnonStorey0">
18269       <method name="System.String &lt;&gt;m__2(System.String)">
18270         <size>12</size>
18271       </method>
18272       <method name="Void .ctor()">
18273         <size>7</size>
18274       </method>
18275     </type>
18276     <type name="C+&lt;Main&gt;c__AnonStorey1">
18277       <method name="Int32 &lt;&gt;m__3(Int32)">
18278         <size>11</size>
18279       </method>
18280       <method name="Void .ctor()">
18281         <size>7</size>
18282       </method>
18283     </type>
18284   </test>
18285   <test name="gtest-lambda-06.cs">
18286     <type name="TestClass">
18287       <method name="Void P(TestClass+DT)">
18288         <size>26</size>
18289       </method>
18290       <method name="Void P(TestClass+DF)">
18291         <size>26</size>
18292       </method>
18293       <method name="T And(T, T)">
18294         <size>10</size>
18295       </method>
18296       <method name="F And(T, F)">
18297         <size>10</size>
18298       </method>
18299       <method name="F And(F, T)">
18300         <size>10</size>
18301       </method>
18302       <method name="F And(F, F)">
18303         <size>10</size>
18304       </method>
18305       <method name="T Or(T, T)">
18306         <size>10</size>
18307       </method>
18308       <method name="T Or(T, F)">
18309         <size>10</size>
18310       </method>
18311       <method name="T Or(F, T)">
18312         <size>10</size>
18313       </method>
18314       <method name="F Or(F, F)">
18315         <size>10</size>
18316       </method>
18317       <method name="F Not(T)">
18318         <size>10</size>
18319       </method>
18320       <method name="T Not(F)">
18321         <size>10</size>
18322       </method>
18323       <method name="Void StopTrue(T)">
18324         <size>1</size>
18325       </method>
18326       <method name="Int32 Main()">
18327         <size>36</size>
18328       </method>
18329       <method name="Void &lt;Main&gt;m__0(F)">
18330         <size>31</size>
18331       </method>
18332       <method name="Void .ctor()">
18333         <size>7</size>
18334       </method>
18335     </type>
18336     <type name="TestClass+DT">
18337       <method name="Void Invoke(T)">
18338         <size>0</size>
18339       </method>
18340       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
18341         <size>0</size>
18342       </method>
18343       <method name="Void EndInvoke(IAsyncResult)">
18344         <size>0</size>
18345       </method>
18346       <method name="Void .ctor(Object, IntPtr)">
18347         <size>0</size>
18348       </method>
18349     </type>
18350     <type name="TestClass+DF">
18351       <method name="Void Invoke(F)">
18352         <size>0</size>
18353       </method>
18354       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
18355         <size>0</size>
18356       </method>
18357       <method name="Void EndInvoke(IAsyncResult)">
18358         <size>0</size>
18359       </method>
18360       <method name="Void .ctor(Object, IntPtr)">
18361         <size>0</size>
18362       </method>
18363     </type>
18364     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
18365       <method name="Void &lt;&gt;m__1(T)">
18366         <size>38</size>
18367       </method>
18368       <method name="Void .ctor()">
18369         <size>7</size>
18370       </method>
18371     </type>
18372     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
18373       <method name="Void &lt;&gt;m__2(F)">
18374         <size>77</size>
18375       </method>
18376       <method name="Void .ctor()">
18377         <size>7</size>
18378       </method>
18379     </type>
18380   </test>
18381   <test name="gtest-lambda-07.cs">
18382     <type name="C">
18383       <method name="Void Test(D)">
18384         <size>1</size>
18385       </method>
18386       <method name="Void Test(System.Object, D)">
18387         <size>1</size>
18388       </method>
18389       <method name="Void Test(D, D)">
18390         <size>1</size>
18391       </method>
18392       <method name="Void Test2(System.Object, E)">
18393         <size>1</size>
18394       </method>
18395       <method name="Void Main()">
18396         <size>207</size>
18397       </method>
18398       <method name="Void &lt;Main&gt;m__0()">
18399         <size>1</size>
18400       </method>
18401       <method name="Void &lt;Main&gt;m__1()">
18402         <size>1</size>
18403       </method>
18404       <method name="Void &lt;Main&gt;m__2()">
18405         <size>1</size>
18406       </method>
18407       <method name="Void &lt;Main&gt;m__3()">
18408         <size>1</size>
18409       </method>
18410       <method name="Void &lt;Main&gt;m__4()">
18411         <size>1</size>
18412       </method>
18413       <method name="Void &lt;Main&gt;m__5(Boolean)">
18414         <size>1</size>
18415       </method>
18416       <method name="Void .ctor()">
18417         <size>7</size>
18418       </method>
18419     </type>
18420     <type name="D">
18421       <method name="Void Invoke()">
18422         <size>0</size>
18423       </method>
18424       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18425         <size>0</size>
18426       </method>
18427       <method name="Void EndInvoke(IAsyncResult)">
18428         <size>0</size>
18429       </method>
18430       <method name="Void .ctor(Object, IntPtr)">
18431         <size>0</size>
18432       </method>
18433     </type>
18434     <type name="E">
18435       <method name="Void Invoke(Boolean)">
18436         <size>0</size>
18437       </method>
18438       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
18439         <size>0</size>
18440       </method>
18441       <method name="Void EndInvoke(IAsyncResult)">
18442         <size>0</size>
18443       </method>
18444       <method name="Void .ctor(Object, IntPtr)">
18445         <size>0</size>
18446       </method>
18447     </type>
18448   </test>
18449   <test name="gtest-lambda-08.cs">
18450     <type name="C">
18451       <method name="Void Test[T,R](System.Func`2[T,R])">
18452         <size>1</size>
18453       </method>
18454       <method name="Int32 Main()">
18455         <size>321</size>
18456       </method>
18457       <method name="Int32 &lt;Main&gt;m__0(Int32)">
18458         <size>4</size>
18459       </method>
18460       <method name="Boolean &lt;Main&gt;m__1(Int32)">
18461         <size>5</size>
18462       </method>
18463       <method name="Int32 &lt;Main&gt;m__2(Int32)">
18464         <size>4</size>
18465       </method>
18466       <method name="Boolean &lt;Main&gt;m__3(Int32)">
18467         <size>5</size>
18468       </method>
18469       <method name="Int32 &lt;Main&gt;m__4(Int32)">
18470         <size>4</size>
18471       </method>
18472       <method name="Boolean &lt;Main&gt;m__5(Int32)">
18473         <size>5</size>
18474       </method>
18475       <method name="Int32 &lt;Main&gt;m__6(Int32)">
18476         <size>4</size>
18477       </method>
18478       <method name="Void .ctor()">
18479         <size>7</size>
18480       </method>
18481     </type>
18482   </test>
18483   <test name="gtest-lambda-09.cs">
18484     <type name="C">
18485       <method name="IEnumerable`1 Test[T](T)">
18486         <size>2</size>
18487       </method>
18488       <method name="IEnumerable`1 Test[T](Func`1[T])">
18489         <size>2</size>
18490       </method>
18491       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
18492         <size>2</size>
18493       </method>
18494       <method name="Void Main()">
18495         <size>113</size>
18496       </method>
18497       <method name="System.String &lt;Main&gt;m__0()">
18498         <size>6</size>
18499       </method>
18500       <method name="System.String &lt;Main&gt;m__1()">
18501         <size>6</size>
18502       </method>
18503       <method name="System.String &lt;Main&gt;m__2(System.String)">
18504         <size>6</size>
18505       </method>
18506       <method name="Void .ctor()">
18507         <size>7</size>
18508       </method>
18509     </type>
18510     <type name="Func`1[TD]">
18511       <method name="TD Invoke()">
18512         <size>0</size>
18513       </method>
18514       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18515         <size>0</size>
18516       </method>
18517       <method name="TD EndInvoke(IAsyncResult)">
18518         <size>0</size>
18519       </method>
18520       <method name="Void .ctor(Object, IntPtr)">
18521         <size>0</size>
18522       </method>
18523     </type>
18524     <type name="Func`2[TA,TR]">
18525       <method name="TR Invoke(TA)">
18526         <size>0</size>
18527       </method>
18528       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
18529         <size>0</size>
18530       </method>
18531       <method name="TR EndInvoke(IAsyncResult)">
18532         <size>0</size>
18533       </method>
18534       <method name="Void .ctor(Object, IntPtr)">
18535         <size>0</size>
18536       </method>
18537     </type>
18538   </test>
18539   <test name="gtest-lambda-10.cs">
18540     <type name="C">
18541       <method name="Void Foo[TSource](IEnumerable`1)">
18542         <size>1</size>
18543       </method>
18544       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
18545         <size>1</size>
18546       </method>
18547       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
18548         <size>1</size>
18549       </method>
18550       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
18551         <size>1</size>
18552       </method>
18553       <method name="Void Main()">
18554         <size>97</size>
18555       </method>
18556       <method name="Void .ctor()">
18557         <size>7</size>
18558       </method>
18559     </type>
18560     <type name="C+&lt;Main&gt;c__AnonStorey0">
18561       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
18562         <size>7</size>
18563       </method>
18564       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
18565         <size>7</size>
18566       </method>
18567       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
18568         <size>7</size>
18569       </method>
18570       <method name="Void .ctor()">
18571         <size>7</size>
18572       </method>
18573     </type>
18574   </test>
18575   <test name="gtest-lambda-11.cs">
18576     <type name="Pair`2[T1,T2]">
18577       <method name="Void .ctor()">
18578         <size>7</size>
18579       </method>
18580     </type>
18581     <type name="C">
18582       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
18583         <size>1</size>
18584       </method>
18585     </type>
18586     <type name="E`1[TI]">
18587       <method name="Void Rep1[TV](Group`2[TI,TV])">
18588         <size>37</size>
18589       </method>
18590       <method name="Void .ctor()">
18591         <size>7</size>
18592       </method>
18593     </type>
18594     <type name="M">
18595       <method name="Void Main()">
18596         <size>1</size>
18597       </method>
18598       <method name="Void .ctor()">
18599         <size>7</size>
18600       </method>
18601     </type>
18602     <type name="Group`2[T1,T2]">
18603       <method name="Pair`2[T1,T2] Invoke(T1)">
18604         <size>0</size>
18605       </method>
18606       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
18607         <size>0</size>
18608       </method>
18609       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
18610         <size>0</size>
18611       </method>
18612       <method name="Void .ctor(Object, IntPtr)">
18613         <size>0</size>
18614       </method>
18615     </type>
18616     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
18617       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
18618         <size>7</size>
18619       </method>
18620       <method name="Void .ctor()">
18621         <size>7</size>
18622       </method>
18623     </type>
18624   </test>
18625   <test name="gtest-lambda-12.cs">
18626     <type name="Demo">
18627       <method name="Void F[T](T[], T, Func`1[T])">
18628         <size>42</size>
18629       </method>
18630       <method name="Int32 Main()">
18631         <size>65</size>
18632       </method>
18633       <method name="Void .ctor()">
18634         <size>7</size>
18635       </method>
18636     </type>
18637     <type name="Func`1[TA]">
18638       <method name="Void Invoke(TA)">
18639         <size>0</size>
18640       </method>
18641       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
18642         <size>0</size>
18643       </method>
18644       <method name="Void EndInvoke(IAsyncResult)">
18645         <size>0</size>
18646       </method>
18647       <method name="Void .ctor(Object, IntPtr)">
18648         <size>0</size>
18649       </method>
18650     </type>
18651     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
18652       <method name="Void &lt;&gt;m__0(Int32)">
18653         <size>10</size>
18654       </method>
18655       <method name="Void .ctor()">
18656         <size>7</size>
18657       </method>
18658     </type>
18659   </test>
18660   <test name="gtest-lambda-13.cs">
18661     <type name="TestUnary">
18662       <method name="Void Foo(System.Action`1[System.Int32])">
18663         <size>1</size>
18664       </method>
18665       <method name="Void Bar()">
18666         <size>35</size>
18667       </method>
18668       <method name="Void &lt;Bar&gt;m__0(Int32)">
18669         <size>6</size>
18670       </method>
18671       <method name="Void .ctor()">
18672         <size>7</size>
18673       </method>
18674     </type>
18675     <type name="Program">
18676       <method name="Void Foo(System.Action`1[System.String])">
18677         <size>12</size>
18678       </method>
18679       <method name="T Foo[T](System.Func`2[System.String,T])">
18680         <size>12</size>
18681       </method>
18682       <method name="System.String Bar()">
18683         <size>35</size>
18684       </method>
18685       <method name="Void Main()">
18686         <size>76</size>
18687       </method>
18688       <method name="System.String &lt;Bar&gt;m__1(System.String)">
18689         <size>7</size>
18690       </method>
18691       <method name="System.String &lt;Main&gt;m__2(System.String)">
18692         <size>2</size>
18693       </method>
18694       <method name="Void &lt;Main&gt;m__3(System.String)">
18695         <size>7</size>
18696       </method>
18697       <method name="Void .ctor()">
18698         <size>7</size>
18699       </method>
18700     </type>
18701   </test>
18702   <test name="gtest-lambda-14.cs">
18703     <type name="Test">
18704       <method name="Void Main()">
18705         <size>1</size>
18706       </method>
18707       <method name="Void Foo[T]()">
18708         <size>14</size>
18709       </method>
18710       <method name="Void .ctor()">
18711         <size>7</size>
18712       </method>
18713       <method name="T &lt;Foo`1&gt;m__0[T](T)">
18714         <size>2</size>
18715       </method>
18716     </type>
18717   </test>
18718   <test name="gtest-lambda-15.cs">
18719     <type name="Enumerable">
18720       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
18721         <size>32</size>
18722       </method>
18723       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
18724         <size>120</size>
18725       </method>
18726     </type>
18727     <type name="Repro">
18728       <method name="Int32 Main()">
18729         <size>115</size>
18730       </method>
18731       <method name="Int32 &lt;Main&gt;m__1(System.String)">
18732         <size>7</size>
18733       </method>
18734       <method name="Void .ctor()">
18735         <size>7</size>
18736       </method>
18737     </type>
18738     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
18739       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
18740         <size>15</size>
18741       </method>
18742       <method name="Void .ctor()">
18743         <size>7</size>
18744       </method>
18745     </type>
18746   </test>
18747   <test name="gtest-lambda-16.cs">
18748     <type name="Repro">
18749       <method name="Void AssertFoo[T](IList`1)">
18750         <size>34</size>
18751       </method>
18752       <method name="Void Main()">
18753         <size>1</size>
18754       </method>
18755       <method name="Void .ctor()">
18756         <size>7</size>
18757       </method>
18758     </type>
18759     <type name="Repro+Runner`1[T]">
18760       <method name="Void .ctor(Action`1, T)">
18761         <size>7</size>
18762       </method>
18763     </type>
18764     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
18765       <method name="Void &lt;&gt;m__0(Int32)">
18766         <size>52</size>
18767       </method>
18768       <method name="Void .ctor()">
18769         <size>7</size>
18770       </method>
18771     </type>
18772   </test>
18773   <test name="gtest-lambda-17.cs">
18774     <type name="TestCase">
18775       <method name="Void Testing()">
18776         <size>75</size>
18777       </method>
18778       <method name="Void Main()">
18779         <size>11</size>
18780       </method>
18781       <method name="Void &lt;Testing&gt;m__0()">
18782         <size>8</size>
18783       </method>
18784       <method name="Void .ctor()">
18785         <size>7</size>
18786       </method>
18787     </type>
18788   </test>
18789   <test name="gtest-lambda-18.cs">
18790     <type name="Test">
18791       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
18792         <size>33</size>
18793       </method>
18794       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
18795         <size>1</size>
18796       </method>
18797       <method name="Void Main()">
18798         <size>1</size>
18799       </method>
18800     </type>
18801     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
18802       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
18803         <size>14</size>
18804       </method>
18805       <method name="Void .ctor()">
18806         <size>7</size>
18807       </method>
18808     </type>
18809   </test>
18810   <test name="gtest-lambda-19.cs">
18811     <type name="Crasher">
18812       <method name="Void Crash()">
18813         <size>36</size>
18814       </method>
18815       <method name="Void Do(System.Action)">
18816         <size>1</size>
18817       </method>
18818       <method name="Void Main()">
18819         <size>1</size>
18820       </method>
18821       <method name="Void .ctor()">
18822         <size>7</size>
18823       </method>
18824     </type>
18825     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
18826       <method name="Void &lt;&gt;m__0()">
18827         <size>27</size>
18828       </method>
18829       <method name="Void .ctor()">
18830         <size>7</size>
18831       </method>
18832     </type>
18833   </test>
18834   <test name="gtest-lambda-20.cs">
18835     <type name="Z">
18836       <method name="Void &lt;Z&gt;m__0()">
18837         <size>7</size>
18838       </method>
18839       <method name="Void .ctor()">
18840         <size>37</size>
18841       </method>
18842     </type>
18843     <type name="Test">
18844       <method name="Boolean Foo()">
18845         <size>2</size>
18846       </method>
18847       <method name="Void Main()">
18848         <size>1</size>
18849       </method>
18850       <method name="Void .ctor()">
18851         <size>7</size>
18852       </method>
18853     </type>
18854     <type name="TestMethod">
18855       <method name="Void Invoke()">
18856         <size>0</size>
18857       </method>
18858       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18859         <size>0</size>
18860       </method>
18861       <method name="Void EndInvoke(IAsyncResult)">
18862         <size>0</size>
18863       </method>
18864       <method name="Void .ctor(Object, IntPtr)">
18865         <size>0</size>
18866       </method>
18867     </type>
18868   </test>
18869   <test name="gtest-lambda-21.cs">
18870     <type name="Program">
18871       <method name="Void Foo(System.Action`1[System.String])">
18872         <size>12</size>
18873       </method>
18874       <method name="T Foo[T](System.Func`2[System.String,T])">
18875         <size>12</size>
18876       </method>
18877       <method name="System.String Bar()">
18878         <size>35</size>
18879       </method>
18880       <method name="Int32 Main()">
18881         <size>95</size>
18882       </method>
18883       <method name="System.String &lt;Bar&gt;m__0(System.String)">
18884         <size>7</size>
18885       </method>
18886       <method name="System.String &lt;Main&gt;m__1(System.String)">
18887         <size>2</size>
18888       </method>
18889       <method name="Void &lt;Main&gt;m__2(System.String)">
18890         <size>7</size>
18891       </method>
18892       <method name="Void .ctor()">
18893         <size>7</size>
18894       </method>
18895     </type>
18896   </test>
18897   <test name="gtest-lambda-22.cs">
18898     <type name="Product">
18899       <method name="Void .ctor()">
18900         <size>7</size>
18901       </method>
18902     </type>
18903     <type name="MainClass">
18904       <method name="Void Main()">
18905         <size>136</size>
18906       </method>
18907       <method name="Int32 &lt;Main&gt;m__0(Product)">
18908         <size>7</size>
18909       </method>
18910       <method name="Product &lt;Main&gt;m__1(Product)">
18911         <size>2</size>
18912       </method>
18913       <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)">
18914         <size>48</size>
18915       </method>
18916       <method name="Void .ctor()">
18917         <size>7</size>
18918       </method>
18919     </type>
18920     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
18921       <method name="&lt;g&gt;__T get_g()">
18922         <size>7</size>
18923       </method>
18924       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
18925         <size>7</size>
18926       </method>
18927       <method name="Boolean Equals(System.Object)">
18928         <size>69</size>
18929       </method>
18930       <method name="Int32 GetHashCode()">
18931         <size>86</size>
18932       </method>
18933       <method name="System.String ToString()">
18934         <size>142</size>
18935       </method>
18936       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
18937         <size>21</size>
18938       </method>
18939     </type>
18940     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
18941       <method name="Boolean &lt;&gt;m__3(Product)">
18942         <size>52</size>
18943       </method>
18944       <method name="Decimal &lt;&gt;m__4(Product)">
18945         <size>7</size>
18946       </method>
18947       <method name="Void .ctor()">
18948         <size>7</size>
18949       </method>
18950     </type>
18951   </test>
18952   <test name="gtest-lambda-23.cs">
18953     <type name="C">
18954       <method name="U Test[T,U](T[], System.Func`2[T,U])">
18955         <size>14</size>
18956       </method>
18957       <method name="Int32 Main()">
18958         <size>77</size>
18959       </method>
18960       <method name="System.String &lt;Main&gt;m__0(System.String)">
18961         <size>27</size>
18962       </method>
18963       <method name="Void .ctor()">
18964         <size>7</size>
18965       </method>
18966     </type>
18967   </test>
18968   <test name="gtest-linq-01.cs">
18969     <type name="from.C">
18970       <method name="Void .ctor()">
18971         <size>7</size>
18972       </method>
18973       <method name="Void Main()">
18974         <size>2137</size>
18975       </method>
18976       <method name="Void Foo(Int32, Boolean)">
18977         <size>11</size>
18978       </method>
18979       <method name="Void Do(System.String[])">
18980         <size>16</size>
18981       </method>
18982     </type>
18983     <type name="from.D">
18984       <method name="Void .ctor()">
18985         <size>7</size>
18986       </method>
18987       <method name="Boolean check(System.Object, System.Object)">
18988         <size>26</size>
18989       </method>
18990     </type>
18991     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
18992       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
18993         <size>21</size>
18994       </method>
18995       <method name="&lt;i&gt;__T get_i()">
18996         <size>7</size>
18997       </method>
18998       <method name="&lt;j&gt;__T get_j()">
18999         <size>7</size>
19000       </method>
19001       <method name="Boolean Equals(System.Object)">
19002         <size>69</size>
19003       </method>
19004       <method name="Int32 GetHashCode()">
19005         <size>86</size>
19006       </method>
19007       <method name="System.String ToString()">
19008         <size>142</size>
19009       </method>
19010     </type>
19011     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
19012       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
19013         <size>21</size>
19014       </method>
19015       <method name="&lt;i&gt;__T get_i()">
19016         <size>7</size>
19017       </method>
19018       <method name="&lt;l&gt;__T get_l()">
19019         <size>7</size>
19020       </method>
19021       <method name="Boolean Equals(System.Object)">
19022         <size>69</size>
19023       </method>
19024       <method name="Int32 GetHashCode()">
19025         <size>86</size>
19026       </method>
19027       <method name="System.String ToString()">
19028         <size>142</size>
19029       </method>
19030     </type>
19031     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
19032       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
19033         <size>21</size>
19034       </method>
19035       <method name="&lt;i9&gt;__T get_i9()">
19036         <size>7</size>
19037       </method>
19038       <method name="&lt;i&gt;__T get_i()">
19039         <size>7</size>
19040       </method>
19041       <method name="Boolean Equals(System.Object)">
19042         <size>69</size>
19043       </method>
19044       <method name="Int32 GetHashCode()">
19045         <size>86</size>
19046       </method>
19047       <method name="System.String ToString()">
19048         <size>142</size>
19049       </method>
19050     </type>
19051     <type name="from.C">
19052       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19053         <size>2</size>
19054       </method>
19055       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19056         <size>2</size>
19057       </method>
19058       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
19059         <size>2</size>
19060       </method>
19061       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19062         <size>2</size>
19063       </method>
19064     </type>
19065     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19066       <method name="Void .ctor()">
19067         <size>7</size>
19068       </method>
19069       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
19070         <size>7</size>
19071       </method>
19072     </type>
19073     <type name="from.C">
19074       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
19075         <size>2</size>
19076       </method>
19077       <method name="Boolean &lt;Main&gt;m__6(Int32)">
19078         <size>10</size>
19079       </method>
19080       <method name="Int32 &lt;Main&gt;m__7(Int32)">
19081         <size>2</size>
19082       </method>
19083       <method name="Int32 &lt;Main&gt;m__8(Int32)">
19084         <size>2</size>
19085       </method>
19086       <method name="Int32 &lt;Main&gt;m__9(Int32)">
19087         <size>2</size>
19088       </method>
19089       <method name="Int32 &lt;Main&gt;m__A(Int32)">
19090         <size>2</size>
19091       </method>
19092       <method name="Int32 &lt;Main&gt;m__B(Int32)">
19093         <size>2</size>
19094       </method>
19095       <method name="Int32 &lt;Main&gt;m__C(Int32)">
19096         <size>2</size>
19097       </method>
19098       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
19099         <size>2</size>
19100       </method>
19101       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
19102         <size>2</size>
19103       </method>
19104       <method name="Int32 &lt;Main&gt;m__20(Int32)">
19105         <size>2</size>
19106       </method>
19107       <method name="Int32 &lt;Main&gt;m__21(Int32)">
19108         <size>2</size>
19109       </method>
19110       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
19111         <size>10</size>
19112       </method>
19113       <method name="Int32 &lt;Main&gt;m__D(ITest)">
19114         <size>7</size>
19115       </method>
19116       <method name="Int32 &lt;Main&gt;m__E(Int32, ITest)">
19117         <size>2</size>
19118       </method>
19119       <method name="Int32 &lt;Main&gt;m__F(Int32)">
19120         <size>2</size>
19121       </method>
19122       <method name="Int32 &lt;Main&gt;m__10(ITest)">
19123         <size>7</size>
19124       </method>
19125       <method name="Int32 &lt;Main&gt;m__11(Int32, ITest)">
19126         <size>2</size>
19127       </method>
19128       <method name="Int32 &lt;Main&gt;m__12(Int32)">
19129         <size>2</size>
19130       </method>
19131       <method name="Int32 &lt;Main&gt;m__13(ITest)">
19132         <size>7</size>
19133       </method>
19134       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__14(Int32, ITest)">
19135         <size>8</size>
19136       </method>
19137       <method name="Int32 &lt;Main&gt;m__15(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
19138         <size>7</size>
19139       </method>
19140       <method name="Int32 &lt;Main&gt;m__16(ITest)">
19141         <size>7</size>
19142       </method>
19143       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
19144         <size>7</size>
19145       </method>
19146       <method name="Int32 &lt;Main&gt;m__18(Int32)">
19147         <size>2</size>
19148       </method>
19149       <method name="Int32 &lt;Main&gt;m__19(Int32)">
19150         <size>2</size>
19151       </method>
19152       <method name="Int32 &lt;Main&gt;m__1A(Int32, IEnumerable`1)">
19153         <size>2</size>
19154       </method>
19155       <method name="Int32 &lt;Main&gt;m__1C(Int32)">
19156         <size>2</size>
19157       </method>
19158       <method name="Int32 &lt;Main&gt;m__1D(Int32, IEnumerable`1)">
19159         <size>2</size>
19160       </method>
19161       <method name="Int32 &lt;Main&gt;m__1F(Int32)">
19162         <size>2</size>
19163       </method>
19164       <method name="IGrouping`2 &lt;Main&gt;m__22(IGrouping`2)">
19165         <size>2</size>
19166       </method>
19167       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__23(Int32)">
19168         <size>10</size>
19169       </method>
19170       <method name="Int32 &lt;Main&gt;m__24(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
19171         <size>7</size>
19172       </method>
19173       <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])">
19174         <size>15</size>
19175       </method>
19176       <method name="Int32 &lt;Main&gt;m__27(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
19177         <size>12</size>
19178       </method>
19179       <method name="Int32 &lt;Main&gt;m__28(Int32)">
19180         <size>2</size>
19181       </method>
19182       <method name="Int32 &lt;Main&gt;m__29(Int32)">
19183         <size>2</size>
19184       </method>
19185       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2B(IGrouping`2, Int32)">
19186         <size>8</size>
19187       </method>
19188       <method name="Int32 &lt;Main&gt;m__2C(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19189         <size>2</size>
19190       </method>
19191       <method name="Int32 &lt;Main&gt;m__2D(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19192         <size>7</size>
19193       </method>
19194       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2F(IGrouping`2, Int32)">
19195         <size>8</size>
19196       </method>
19197       <method name="Int32 &lt;Main&gt;m__30(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19198         <size>2</size>
19199       </method>
19200       <method name="Int32 &lt;Main&gt;m__31(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19201         <size>7</size>
19202       </method>
19203       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__33(IGrouping`2, Int32)">
19204         <size>8</size>
19205       </method>
19206       <method name="Int32 &lt;Main&gt;m__34(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19207         <size>2</size>
19208       </method>
19209       <method name="Int32 &lt;Main&gt;m__35(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19210         <size>7</size>
19211       </method>
19212       <method name="IGrouping`2 &lt;Main&gt;m__36(IGrouping`2)">
19213         <size>2</size>
19214       </method>
19215       <method name="Int32 &lt;Main&gt;m__37(Int32)">
19216         <size>2</size>
19217       </method>
19218       <method name="Int32 &lt;Main&gt;m__38(Int32)">
19219         <size>2</size>
19220       </method>
19221     </type>
19222     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent8&gt;__T,&lt;l2&gt;__T]">
19223       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent8&gt;__T, &lt;l2&gt;__T)">
19224         <size>21</size>
19225       </method>
19226       <method name="&lt;&lt;&gt;__TranspIdent8&gt;__T get_&lt;&gt;__TranspIdent8()">
19227         <size>7</size>
19228       </method>
19229       <method name="&lt;l2&gt;__T get_l2()">
19230         <size>7</size>
19231       </method>
19232       <method name="Boolean Equals(System.Object)">
19233         <size>69</size>
19234       </method>
19235       <method name="Int32 GetHashCode()">
19236         <size>86</size>
19237       </method>
19238       <method name="System.String ToString()">
19239         <size>142</size>
19240       </method>
19241     </type>
19242     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19243       <method name="IEnumerable`1 &lt;&gt;m__2A(IGrouping`2)">
19244         <size>7</size>
19245       </method>
19246       <method name="IEnumerable`1 &lt;&gt;m__2E(IGrouping`2)">
19247         <size>7</size>
19248       </method>
19249       <method name="IEnumerable`1 &lt;&gt;m__32(IGrouping`2)">
19250         <size>7</size>
19251       </method>
19252     </type>
19253     <type name="from.C">
19254       <method name="Int32 &lt;Main&gt;m__39(Int32)">
19255         <size>2</size>
19256       </method>
19257       <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]])">
19258         <size>9</size>
19259       </method>
19260       <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])">
19261         <size>2</size>
19262       </method>
19263     </type>
19264     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent13&gt;__T,&lt;l2&gt;__T]">
19265       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent13&gt;__T, &lt;l2&gt;__T)">
19266         <size>21</size>
19267       </method>
19268       <method name="&lt;&lt;&gt;__TranspIdent13&gt;__T get_&lt;&gt;__TranspIdent13()">
19269         <size>7</size>
19270       </method>
19271       <method name="&lt;l2&gt;__T get_l2()">
19272         <size>7</size>
19273       </method>
19274       <method name="Boolean Equals(System.Object)">
19275         <size>69</size>
19276       </method>
19277       <method name="Int32 GetHashCode()">
19278         <size>86</size>
19279       </method>
19280       <method name="System.String ToString()">
19281         <size>142</size>
19282       </method>
19283     </type>
19284     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19285       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3A(Int32)">
19286         <size>47</size>
19287       </method>
19288       <method name="Int32 &lt;&gt;m__3D(Int32)">
19289         <size>2</size>
19290       </method>
19291     </type>
19292   </test>
19293   <test name="gtest-linq-02.cs">
19294     <type name="Test">
19295       <method name="Void .ctor()">
19296         <size>7</size>
19297       </method>
19298       <method name="Int32 Main()">
19299         <size>501</size>
19300       </method>
19301       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19302         <size>2</size>
19303       </method>
19304       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19305         <size>3</size>
19306       </method>
19307       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19308         <size>2</size>
19309       </method>
19310       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19311         <size>3</size>
19312       </method>
19313     </type>
19314   </test>
19315   <test name="gtest-linq-03.cs">
19316     <type name="WhereTest">
19317       <method name="Void .ctor()">
19318         <size>7</size>
19319       </method>
19320       <method name="Int32 Main()">
19321         <size>179</size>
19322       </method>
19323       <method name="Boolean &lt;Main&gt;m__0(Int32)">
19324         <size>5</size>
19325       </method>
19326       <method name="Boolean &lt;Main&gt;m__1(Int32)">
19327         <size>5</size>
19328       </method>
19329       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19330         <size>4</size>
19331       </method>
19332     </type>
19333   </test>
19334   <test name="gtest-linq-04.cs">
19335     <type name="TestGroupBy">
19336       <method name="Void .ctor()">
19337         <size>7</size>
19338       </method>
19339       <method name="Int32 Main()">
19340         <size>553</size>
19341       </method>
19342     </type>
19343     <type name="&lt;PrivateImplementationDetails&gt;">
19344       <method name="Void .ctor()">
19345         <size>7</size>
19346       </method>
19347     </type>
19348     <type name="TestGroupBy">
19349       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19350         <size>4</size>
19351       </method>
19352       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19353         <size>2</size>
19354       </method>
19355       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19356         <size>4</size>
19357       </method>
19358       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19359         <size>2</size>
19360       </method>
19361     </type>
19362   </test>
19363   <test name="gtest-linq-05.cs">
19364     <type name="OrderByTests">
19365       <method name="Void .ctor()">
19366         <size>7</size>
19367       </method>
19368       <method name="Int32 Main()">
19369         <size>1254</size>
19370       </method>
19371     </type>
19372     <type name="OrderByTests+Data">
19373       <method name="Void .ctor()">
19374         <size>7</size>
19375       </method>
19376       <method name="Int32 get_ID()">
19377         <size>7</size>
19378       </method>
19379       <method name="Void set_ID(Int32)">
19380         <size>8</size>
19381       </method>
19382       <method name="System.String get_Name()">
19383         <size>7</size>
19384       </method>
19385       <method name="Void set_Name(System.String)">
19386         <size>8</size>
19387       </method>
19388       <method name="System.String ToString()">
19389         <size>28</size>
19390       </method>
19391     </type>
19392     <type name="OrderByTests">
19393       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19394         <size>2</size>
19395       </method>
19396       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19397         <size>2</size>
19398       </method>
19399       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19400         <size>2</size>
19401       </method>
19402       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19403         <size>4</size>
19404       </method>
19405       <method name="System.String &lt;Main&gt;m__4(System.String)">
19406         <size>2</size>
19407       </method>
19408       <method name="Int32 &lt;Main&gt;m__5(System.String)">
19409         <size>7</size>
19410       </method>
19411       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
19412         <size>7</size>
19413       </method>
19414       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
19415         <size>7</size>
19416       </method>
19417       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
19418         <size>7</size>
19419       </method>
19420       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
19421         <size>7</size>
19422       </method>
19423       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
19424         <size>11</size>
19425       </method>
19426       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
19427         <size>7</size>
19428       </method>
19429       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
19430         <size>7</size>
19431       </method>
19432       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
19433         <size>11</size>
19434       </method>
19435       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
19436         <size>7</size>
19437       </method>
19438       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
19439         <size>7</size>
19440       </method>
19441       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
19442         <size>2</size>
19443       </method>
19444     </type>
19445   </test>
19446   <test name="gtest-linq-06.cs">
19447     <type name="Let">
19448       <method name="Void .ctor()">
19449         <size>7</size>
19450       </method>
19451       <method name="Int32 Main()">
19452         <size>406</size>
19453       </method>
19454     </type>
19455     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
19456       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
19457         <size>21</size>
19458       </method>
19459       <method name="&lt;i&gt;__T get_i()">
19460         <size>7</size>
19461       </method>
19462       <method name="&lt;u&gt;__T get_u()">
19463         <size>7</size>
19464       </method>
19465       <method name="Boolean Equals(System.Object)">
19466         <size>69</size>
19467       </method>
19468       <method name="Int32 GetHashCode()">
19469         <size>86</size>
19470       </method>
19471       <method name="System.String ToString()">
19472         <size>142</size>
19473       </method>
19474     </type>
19475     <type name="Let">
19476       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
19477         <size>10</size>
19478       </method>
19479       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
19480         <size>7</size>
19481       </method>
19482       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
19483         <size>10</size>
19484       </method>
19485       <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])">
19486         <size>15</size>
19487       </method>
19488       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
19489         <size>18</size>
19490       </method>
19491       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
19492         <size>7</size>
19493       </method>
19494     </type>
19495     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
19496       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
19497         <size>21</size>
19498       </method>
19499       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
19500         <size>7</size>
19501       </method>
19502       <method name="&lt;v&gt;__T get_v()">
19503         <size>7</size>
19504       </method>
19505       <method name="Boolean Equals(System.Object)">
19506         <size>69</size>
19507       </method>
19508       <method name="Int32 GetHashCode()">
19509         <size>86</size>
19510       </method>
19511       <method name="System.String ToString()">
19512         <size>142</size>
19513       </method>
19514     </type>
19515   </test>
19516   <test name="gtest-linq-07.cs">
19517     <type name="SelectMany">
19518       <method name="Void .ctor()">
19519         <size>7</size>
19520       </method>
19521       <method name="Int32 Main()">
19522         <size>748</size>
19523       </method>
19524     </type>
19525     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
19526       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
19527         <size>21</size>
19528       </method>
19529       <method name="&lt;i1&gt;__T get_i1()">
19530         <size>7</size>
19531       </method>
19532       <method name="&lt;i2&gt;__T get_i2()">
19533         <size>7</size>
19534       </method>
19535       <method name="Boolean Equals(System.Object)">
19536         <size>69</size>
19537       </method>
19538       <method name="Int32 GetHashCode()">
19539         <size>86</size>
19540       </method>
19541       <method name="System.String ToString()">
19542         <size>142</size>
19543       </method>
19544     </type>
19545     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
19546       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
19547         <size>28</size>
19548       </method>
19549       <method name="&lt;pp&gt;__T get_pp()">
19550         <size>7</size>
19551       </method>
19552       <method name="&lt;i1&gt;__T get_i1()">
19553         <size>7</size>
19554       </method>
19555       <method name="&lt;i3&gt;__T get_i3()">
19556         <size>7</size>
19557       </method>
19558       <method name="Boolean Equals(System.Object)">
19559         <size>96</size>
19560       </method>
19561       <method name="Int32 GetHashCode()">
19562         <size>109</size>
19563       </method>
19564       <method name="System.String ToString()">
19565         <size>199</size>
19566       </method>
19567     </type>
19568     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
19569       <method name="Void .ctor()">
19570         <size>7</size>
19571       </method>
19572       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
19573         <size>12</size>
19574       </method>
19575       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
19576         <size>12</size>
19577       </method>
19578       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
19579         <size>12</size>
19580       </method>
19581       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
19582         <size>7</size>
19583       </method>
19584     </type>
19585     <type name="SelectMany">
19586       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
19587         <size>8</size>
19588       </method>
19589       <method name="Boolean &lt;Main&gt;m__2(Int32)">
19590         <size>5</size>
19591       </method>
19592       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
19593         <size>8</size>
19594       </method>
19595       <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)">
19596         <size>8</size>
19597       </method>
19598       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
19599         <size>7</size>
19600       </method>
19601       <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])">
19602         <size>25</size>
19603       </method>
19604       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
19605         <size>8</size>
19606       </method>
19607     </type>
19608     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;i3&gt;__T]">
19609       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;i3&gt;__T)">
19610         <size>21</size>
19611       </method>
19612       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
19613         <size>7</size>
19614       </method>
19615       <method name="&lt;i3&gt;__T get_i3()">
19616         <size>7</size>
19617       </method>
19618       <method name="Boolean Equals(System.Object)">
19619         <size>69</size>
19620       </method>
19621       <method name="Int32 GetHashCode()">
19622         <size>86</size>
19623       </method>
19624       <method name="System.String ToString()">
19625         <size>142</size>
19626       </method>
19627     </type>
19628   </test>
19629   <test name="gtest-linq-08.cs">
19630     <type name="TestA">
19631       <method name="Void .ctor(String)">
19632         <size>14</size>
19633       </method>
19634       <method name="System.String Select[U](System.Func`2[TestA,U])">
19635         <size>7</size>
19636       </method>
19637     </type>
19638     <type name="TestB">
19639       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
19640         <size>25</size>
19641       </method>
19642     </type>
19643     <type name="CustomQueryExpressionPattern">
19644       <method name="Void .ctor()">
19645         <size>7</size>
19646       </method>
19647       <method name="Int32 Main()">
19648         <size>153</size>
19649       </method>
19650       <method name="TestA &lt;Main&gt;m__0(TestA)">
19651         <size>2</size>
19652       </method>
19653       <method name="Boolean &lt;Main&gt;m__1(TestA)">
19654         <size>17</size>
19655       </method>
19656     </type>
19657   </test>
19658   <test name="gtest-linq-09.cs">
19659     <type name="Data">
19660       <method name="Void .ctor()">
19661         <size>7</size>
19662       </method>
19663     </type>
19664     <type name="Join">
19665       <method name="Void .ctor()">
19666         <size>7</size>
19667       </method>
19668       <method name="Int32 Main()">
19669         <size>912</size>
19670       </method>
19671     </type>
19672     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
19673       <method name="Void .ctor(&lt;Result&gt;__T)">
19674         <size>14</size>
19675       </method>
19676       <method name="&lt;Result&gt;__T get_Result()">
19677         <size>7</size>
19678       </method>
19679       <method name="Boolean Equals(System.Object)">
19680         <size>39</size>
19681       </method>
19682       <method name="Int32 GetHashCode()">
19683         <size>63</size>
19684       </method>
19685       <method name="System.String ToString()">
19686         <size>67</size>
19687       </method>
19688     </type>
19689     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
19690       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
19691         <size>21</size>
19692       </method>
19693       <method name="&lt;a&gt;__T get_a()">
19694         <size>7</size>
19695       </method>
19696       <method name="&lt;b&gt;__T get_b()">
19697         <size>7</size>
19698       </method>
19699       <method name="Boolean Equals(System.Object)">
19700         <size>69</size>
19701       </method>
19702       <method name="Int32 GetHashCode()">
19703         <size>86</size>
19704       </method>
19705       <method name="System.String ToString()">
19706         <size>142</size>
19707       </method>
19708     </type>
19709     <type name="Join">
19710       <method name="Int32 &lt;Main&gt;m__0(Data)">
19711         <size>7</size>
19712       </method>
19713       <method name="Int32 &lt;Main&gt;m__1(Data)">
19714         <size>7</size>
19715       </method>
19716       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
19717         <size>23</size>
19718       </method>
19719       <method name="Int32 &lt;Main&gt;m__3(Data)">
19720         <size>7</size>
19721       </method>
19722       <method name="Int32 &lt;Main&gt;m__4(Data)">
19723         <size>7</size>
19724       </method>
19725       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
19726         <size>8</size>
19727       </method>
19728       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
19729         <size>22</size>
19730       </method>
19731       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
19732         <size>33</size>
19733       </method>
19734       <method name="Int32 &lt;Main&gt;m__8(Data)">
19735         <size>7</size>
19736       </method>
19737       <method name="Int32 &lt;Main&gt;m__9(Data)">
19738         <size>7</size>
19739       </method>
19740       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
19741         <size>23</size>
19742       </method>
19743       <method name="Int32 &lt;Main&gt;m__B(Data)">
19744         <size>7</size>
19745       </method>
19746       <method name="Int32 &lt;Main&gt;m__C(Data)">
19747         <size>7</size>
19748       </method>
19749       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
19750         <size>8</size>
19751       </method>
19752       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
19753         <size>12</size>
19754       </method>
19755       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
19756         <size>7</size>
19757       </method>
19758     </type>
19759   </test>
19760   <test name="gtest-linq-10.cs">
19761     <type name="DataA">
19762       <method name="Void .ctor()">
19763         <size>7</size>
19764       </method>
19765     </type>
19766     <type name="DataB">
19767       <method name="Void .ctor()">
19768         <size>7</size>
19769       </method>
19770     </type>
19771     <type name="GroupJoin">
19772       <method name="Void .ctor()">
19773         <size>7</size>
19774       </method>
19775       <method name="Int32 Main()">
19776         <size>631</size>
19777       </method>
19778     </type>
19779     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
19780       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
19781         <size>21</size>
19782       </method>
19783       <method name="&lt;a&gt;__T get_a()">
19784         <size>7</size>
19785       </method>
19786       <method name="&lt;ab&gt;__T get_ab()">
19787         <size>7</size>
19788       </method>
19789       <method name="Boolean Equals(System.Object)">
19790         <size>69</size>
19791       </method>
19792       <method name="Int32 GetHashCode()">
19793         <size>86</size>
19794       </method>
19795       <method name="System.String ToString()">
19796         <size>142</size>
19797       </method>
19798     </type>
19799     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
19800       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
19801         <size>21</size>
19802       </method>
19803       <method name="&lt;a&gt;__T get_a()">
19804         <size>7</size>
19805       </method>
19806       <method name="&lt;b&gt;__T get_b()">
19807         <size>7</size>
19808       </method>
19809       <method name="Boolean Equals(System.Object)">
19810         <size>69</size>
19811       </method>
19812       <method name="Int32 GetHashCode()">
19813         <size>86</size>
19814       </method>
19815       <method name="System.String ToString()">
19816         <size>142</size>
19817       </method>
19818     </type>
19819     <type name="GroupJoin">
19820       <method name="Int32 &lt;Main&gt;m__0(DataA)">
19821         <size>7</size>
19822       </method>
19823       <method name="Int32 &lt;Main&gt;m__1(DataB)">
19824         <size>7</size>
19825       </method>
19826       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
19827         <size>8</size>
19828       </method>
19829       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
19830         <size>12</size>
19831       </method>
19832       <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)">
19833         <size>39</size>
19834       </method>
19835       <method name="Int32 &lt;Main&gt;m__5(DataA)">
19836         <size>7</size>
19837       </method>
19838       <method name="Int32 &lt;Main&gt;m__6(DataB)">
19839         <size>7</size>
19840       </method>
19841       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
19842         <size>8</size>
19843       </method>
19844       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
19845         <size>12</size>
19846       </method>
19847       <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)">
19848         <size>39</size>
19849       </method>
19850     </type>
19851   </test>
19852   <test name="gtest-linq-11.cs">
19853     <type name="IntoTest">
19854       <method name="Void .ctor()">
19855         <size>7</size>
19856       </method>
19857       <method name="Int32 Main()">
19858         <size>275</size>
19859       </method>
19860       <method name="Boolean &lt;Main&gt;m__0(Int32)">
19861         <size>5</size>
19862       </method>
19863       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19864         <size>5</size>
19865       </method>
19866       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19867         <size>4</size>
19868       </method>
19869       <method name="Boolean &lt;Main&gt;m__3(Int32)">
19870         <size>5</size>
19871       </method>
19872       <method name="Int32 &lt;Main&gt;m__4(Int32)">
19873         <size>4</size>
19874       </method>
19875     </type>
19876   </test>
19877   <test name="gtest-linq-12.cs">
19878     <type name="NestedQuery">
19879       <method name="Void .ctor()">
19880         <size>7</size>
19881       </method>
19882       <method name="Void XX()">
19883         <size>108</size>
19884       </method>
19885       <method name="Int32 Main()">
19886         <size>464</size>
19887       </method>
19888     </type>
19889     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
19890       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
19891         <size>21</size>
19892       </method>
19893       <method name="&lt;values&gt;__T get_values()">
19894         <size>7</size>
19895       </method>
19896       <method name="&lt;length&gt;__T get_length()">
19897         <size>7</size>
19898       </method>
19899       <method name="Boolean Equals(System.Object)">
19900         <size>69</size>
19901       </method>
19902       <method name="Int32 GetHashCode()">
19903         <size>86</size>
19904       </method>
19905       <method name="System.String ToString()">
19906         <size>142</size>
19907       </method>
19908     </type>
19909     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
19910       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
19911         <size>21</size>
19912       </method>
19913       <method name="&lt;type&gt;__T get_type()">
19914         <size>7</size>
19915       </method>
19916       <method name="&lt;x&gt;__T get_x()">
19917         <size>7</size>
19918       </method>
19919       <method name="Boolean Equals(System.Object)">
19920         <size>69</size>
19921       </method>
19922       <method name="Int32 GetHashCode()">
19923         <size>86</size>
19924       </method>
19925       <method name="System.String ToString()">
19926         <size>142</size>
19927       </method>
19928     </type>
19929     <type name="NestedQuery">
19930       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
19931         <size>13</size>
19932       </method>
19933     </type>
19934     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
19935       <method name="Void .ctor()">
19936         <size>7</size>
19937       </method>
19938     </type>
19939     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
19940       <method name="Void .ctor()">
19941         <size>7</size>
19942       </method>
19943     </type>
19944     <type name="NestedQuery">
19945       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
19946         <size>110</size>
19947       </method>
19948       <method name="Boolean &lt;Main&gt;m__2(System.String)">
19949         <size>10</size>
19950       </method>
19951       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
19952         <size>36</size>
19953       </method>
19954       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
19955         <size>13</size>
19956       </method>
19957       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
19958         <size>110</size>
19959       </method>
19960       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
19961         <size>9</size>
19962       </method>
19963       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19964         <size>7</size>
19965       </method>
19966       <method name="Boolean &lt;Main&gt;m__9(Char)">
19967         <size>6</size>
19968       </method>
19969       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
19970         <size>9</size>
19971       </method>
19972       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19973         <size>7</size>
19974       </method>
19975     </type>
19976     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
19977       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19978         <size>15</size>
19979       </method>
19980     </type>
19981     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
19982       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
19983         <size>15</size>
19984       </method>
19985     </type>
19986   </test>
19987   <test name="gtest-linq-13.cs">
19988     <type name="Program">
19989       <method name="Void .ctor()">
19990         <size>7</size>
19991       </method>
19992       <method name="Void Main()">
19993         <size>1</size>
19994       </method>
19995       <method name="Void Foo(TypeDefinition)">
19996         <size>47</size>
19997       </method>
19998       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
19999         <size>2</size>
20000       </method>
20001     </type>
20002     <type name="Extension">
20003       <method name="IEnumerable`1 Cast[T](IFoo)">
20004         <size>2</size>
20005       </method>
20006     </type>
20007     <type name="MethodDefinition">
20008       <method name="Void .ctor()">
20009         <size>7</size>
20010       </method>
20011     </type>
20012     <type name="TypeDefinition">
20013       <method name="Void .ctor()">
20014         <size>7</size>
20015       </method>
20016       <method name="MethodDefinitionCollection get_Methods()">
20017         <size>2</size>
20018       </method>
20019       <method name="Void set_Methods(MethodDefinitionCollection)">
20020         <size>1</size>
20021       </method>
20022     </type>
20023     <type name="MethodDefinitionCollection">
20024       <method name="Void .ctor()">
20025         <size>7</size>
20026       </method>
20027     </type>
20028   </test>
20029   <test name="gtest-linq-14.cs">
20030     <type name="Person">
20031       <method name="Void .ctor()">
20032         <size>7</size>
20033       </method>
20034       <method name="Style get_Style()">
20035         <size>7</size>
20036       </method>
20037       <method name="Void set_Style(Style)">
20038         <size>8</size>
20039       </method>
20040     </type>
20041     <type name="Extensions">
20042       <method name="IMarker`1 Cast[T](IObjectContainer)">
20043         <size>2</size>
20044       </method>
20045       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
20046         <size>2</size>
20047       </method>
20048     </type>
20049     <type name="Program">
20050       <method name="Void .ctor()">
20051         <size>7</size>
20052       </method>
20053       <method name="Void Main()">
20054         <size>1</size>
20055       </method>
20056       <method name="Void Assert(System.Action)">
20057         <size>1</size>
20058       </method>
20059       <method name="Void Test(IObjectContainer, Style)">
20060         <size>38</size>
20061       </method>
20062     </type>
20063     <type name="Program+&lt;Test&gt;c__AnonStorey0">
20064       <method name="Void .ctor()">
20065         <size>7</size>
20066       </method>
20067       <method name="Void &lt;&gt;m__0()">
20068         <size>117</size>
20069       </method>
20070     </type>
20071   </test>
20072   <test name="gtest-linq-15.cs">
20073     <type name="NameCollisionTest.Data">
20074       <method name="Void .ctor()">
20075         <size>7</size>
20076       </method>
20077     </type>
20078     <type name="NameCollisionTest.Ex">
20079       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
20080         <size>44</size>
20081       </method>
20082     </type>
20083     <type name="NameCollisionTest.C">
20084       <method name="Void .ctor()">
20085         <size>7</size>
20086       </method>
20087       <method name="Void Main()">
20088         <size>78</size>
20089       </method>
20090       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
20091         <size>7</size>
20092       </method>
20093       <method name="Boolean &lt;Main&gt;m__1(Int32)">
20094         <size>5</size>
20095       </method>
20096     </type>
20097     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
20098       <method name="Void .ctor()">
20099         <size>7</size>
20100       </method>
20101       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20102         <size>12</size>
20103       </method>
20104       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20105         <size>7</size>
20106       </method>
20107       <method name="Boolean MoveNext()">
20108         <size>86</size>
20109       </method>
20110       <method name="Void Dispose()">
20111         <size>8</size>
20112       </method>
20113       <method name="Void Reset()">
20114         <size>6</size>
20115       </method>
20116       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
20117         <size>7</size>
20118       </method>
20119       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
20120         <size>52</size>
20121       </method>
20122     </type>
20123   </test>
20124   <test name="gtest-linq-16.cs">
20125     <type name="C">
20126       <method name="Void .ctor()">
20127         <size>7</size>
20128       </method>
20129       <method name="Void Main()">
20130         <size>12</size>
20131       </method>
20132       <method name="Void Test_1(Int32)">
20133         <size>27</size>
20134       </method>
20135       <method name="Void Test_2()">
20136         <size>31</size>
20137       </method>
20138       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
20139         <size>26</size>
20140       </method>
20141     </type>
20142     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
20143       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
20144         <size>21</size>
20145       </method>
20146       <method name="&lt;a&gt;__T get_a()">
20147         <size>7</size>
20148       </method>
20149       <method name="&lt;b&gt;__T get_b()">
20150         <size>7</size>
20151       </method>
20152       <method name="Boolean Equals(System.Object)">
20153         <size>69</size>
20154       </method>
20155       <method name="Int32 GetHashCode()">
20156         <size>86</size>
20157       </method>
20158       <method name="System.String ToString()">
20159         <size>142</size>
20160       </method>
20161     </type>
20162     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
20163       <method name="Void .ctor()">
20164         <size>7</size>
20165       </method>
20166       <method name="IEnumerable`1 &lt;&gt;m__0()">
20167         <size>67</size>
20168       </method>
20169       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
20170         <size>8</size>
20171       </method>
20172       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
20173         <size>14</size>
20174       </method>
20175     </type>
20176     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
20177       <method name="Void .ctor()">
20178         <size>7</size>
20179       </method>
20180       <method name="IEnumerable`1 &lt;&gt;m__2()">
20181         <size>67</size>
20182       </method>
20183       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
20184         <size>8</size>
20185       </method>
20186       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
20187         <size>14</size>
20188       </method>
20189     </type>
20190   </test>
20191   <test name="gtest-linq-17.cs">
20192     <type name="TestGroupBy">
20193       <method name="Void .ctor()">
20194         <size>7</size>
20195       </method>
20196       <method name="Int32 Main()">
20197         <size>157</size>
20198       </method>
20199       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20200         <size>2</size>
20201       </method>
20202     </type>
20203     <type name="&lt;PrivateImplementationDetails&gt;">
20204       <method name="Void .ctor()">
20205         <size>7</size>
20206       </method>
20207     </type>
20208   </test>
20209   <test name="gtest-linq-18.cs">
20210     <type name="C">
20211       <method name="Void .ctor()">
20212         <size>7</size>
20213       </method>
20214       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
20215         <size>2</size>
20216       </method>
20217       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
20218         <size>2</size>
20219       </method>
20220       <method name="Int32 Main()">
20221         <size>652</size>
20222       </method>
20223       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
20224         <size>42</size>
20225       </method>
20226       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
20227         <size>11</size>
20228       </method>
20229       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
20230         <size>31</size>
20231       </method>
20232       <method name="Boolean &lt;Main&gt;m__3(Int32)">
20233         <size>31</size>
20234       </method>
20235       <method name="Boolean &lt;Main&gt;m__4(Int32)">
20236         <size>31</size>
20237       </method>
20238       <method name="Boolean &lt;Main&gt;m__5(Int32)">
20239         <size>31</size>
20240       </method>
20241       <method name="Boolean &lt;Main&gt;m__6(Int32)">
20242         <size>31</size>
20243       </method>
20244       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
20245         <size>10</size>
20246       </method>
20247       <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])">
20248         <size>15</size>
20249       </method>
20250       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20251         <size>31</size>
20252       </method>
20253       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20254         <size>15</size>
20255       </method>
20256       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20257         <size>12</size>
20258       </method>
20259     </type>
20260     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
20261       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
20262         <size>21</size>
20263       </method>
20264       <method name="&lt;ck&gt;__T get_ck()">
20265         <size>7</size>
20266       </method>
20267       <method name="&lt;xy&gt;__T get_xy()">
20268         <size>7</size>
20269       </method>
20270       <method name="Boolean Equals(System.Object)">
20271         <size>69</size>
20272       </method>
20273       <method name="Int32 GetHashCode()">
20274         <size>86</size>
20275       </method>
20276       <method name="System.String ToString()">
20277         <size>142</size>
20278       </method>
20279     </type>
20280     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
20281       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
20282         <size>21</size>
20283       </method>
20284       <method name="&lt;i&gt;__T get_i()">
20285         <size>7</size>
20286       </method>
20287       <method name="&lt;l&gt;__T get_l()">
20288         <size>7</size>
20289       </method>
20290       <method name="Boolean Equals(System.Object)">
20291         <size>69</size>
20292       </method>
20293       <method name="Int32 GetHashCode()">
20294         <size>86</size>
20295       </method>
20296       <method name="System.String ToString()">
20297         <size>142</size>
20298       </method>
20299     </type>
20300     <type name="&lt;PrivateImplementationDetails&gt;">
20301       <method name="Void .ctor()">
20302         <size>7</size>
20303       </method>
20304     </type>
20305     <type name="C+&lt;Main&gt;c__AnonStorey0">
20306       <method name="Void .ctor()">
20307         <size>7</size>
20308       </method>
20309     </type>
20310     <type name="C+&lt;Main&gt;c__AnonStorey1">
20311       <method name="Void .ctor()">
20312         <size>7</size>
20313       </method>
20314     </type>
20315     <type name="C+&lt;Main&gt;c__AnonStorey2">
20316       <method name="Void .ctor()">
20317         <size>7</size>
20318       </method>
20319     </type>
20320     <type name="C+&lt;Main&gt;c__AnonStorey3">
20321       <method name="Void .ctor()">
20322         <size>7</size>
20323       </method>
20324     </type>
20325     <type name="C+&lt;Main&gt;c__AnonStorey4">
20326       <method name="Void .ctor()">
20327         <size>7</size>
20328       </method>
20329     </type>
20330     <type name="C+&lt;Main&gt;c__AnonStorey5">
20331       <method name="Void .ctor()">
20332         <size>7</size>
20333       </method>
20334     </type>
20335     <type name="C+&lt;Main&gt;c__AnonStorey6">
20336       <method name="Void .ctor()">
20337         <size>7</size>
20338       </method>
20339     </type>
20340     <type name="C">
20341       <method name="Boolean &lt;Main&gt;m__C(Int32)">
20342         <size>31</size>
20343       </method>
20344       <method name="Boolean &lt;Main&gt;m__D(Int32)">
20345         <size>31</size>
20346       </method>
20347       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
20348         <size>2</size>
20349       </method>
20350       <method name="Boolean &lt;Main&gt;m__F(Int32)">
20351         <size>31</size>
20352       </method>
20353       <method name="Boolean &lt;Main&gt;m__10(Int32)">
20354         <size>31</size>
20355       </method>
20356       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
20357         <size>2</size>
20358       </method>
20359     </type>
20360     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
20361       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
20362         <size>21</size>
20363       </method>
20364       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
20365         <size>7</size>
20366       </method>
20367       <method name="&lt;g&gt;__T get_g()">
20368         <size>7</size>
20369       </method>
20370       <method name="Boolean Equals(System.Object)">
20371         <size>69</size>
20372       </method>
20373       <method name="Int32 GetHashCode()">
20374         <size>86</size>
20375       </method>
20376       <method name="System.String ToString()">
20377         <size>142</size>
20378       </method>
20379     </type>
20380     <type name="C+&lt;Main&gt;c__AnonStorey0">
20381       <method name="Boolean &lt;&gt;m__12(Int32)">
20382         <size>10</size>
20383       </method>
20384     </type>
20385     <type name="C+&lt;Main&gt;c__AnonStorey1">
20386       <method name="Boolean &lt;&gt;m__13(Int32)">
20387         <size>15</size>
20388       </method>
20389     </type>
20390     <type name="C+&lt;Main&gt;c__AnonStorey2">
20391       <method name="Boolean &lt;&gt;m__14(Int32)">
20392         <size>10</size>
20393       </method>
20394     </type>
20395     <type name="C+&lt;Main&gt;c__AnonStorey3">
20396       <method name="Boolean &lt;&gt;m__15(Int32)">
20397         <size>10</size>
20398       </method>
20399     </type>
20400     <type name="C+&lt;Main&gt;c__AnonStorey4">
20401       <method name="Int32 &lt;&gt;m__16(Int32)">
20402         <size>9</size>
20403       </method>
20404     </type>
20405     <type name="C+&lt;Main&gt;c__AnonStorey5">
20406       <method name="Int32 &lt;&gt;m__17(Int32)">
20407         <size>9</size>
20408       </method>
20409     </type>
20410     <type name="C+&lt;Main&gt;c__AnonStorey6">
20411       <method name="Boolean &lt;&gt;m__18(Int32)">
20412         <size>20</size>
20413       </method>
20414     </type>
20415     <type name="C+&lt;Main&gt;c__AnonStorey7">
20416       <method name="Void .ctor()">
20417         <size>7</size>
20418       </method>
20419       <method name="Boolean &lt;&gt;m__19(Int32)">
20420         <size>10</size>
20421       </method>
20422     </type>
20423     <type name="C+&lt;Main&gt;c__AnonStorey8">
20424       <method name="Void .ctor()">
20425         <size>7</size>
20426       </method>
20427       <method name="Boolean &lt;&gt;m__1A(Int32)">
20428         <size>10</size>
20429       </method>
20430     </type>
20431     <type name="C+&lt;Main&gt;c__AnonStorey9">
20432       <method name="Void .ctor()">
20433         <size>7</size>
20434       </method>
20435       <method name="Boolean &lt;&gt;m__1B(Int32)">
20436         <size>10</size>
20437       </method>
20438     </type>
20439     <type name="C+&lt;Main&gt;c__AnonStoreyA">
20440       <method name="Void .ctor()">
20441         <size>7</size>
20442       </method>
20443       <method name="Boolean &lt;&gt;m__1C(Int32)">
20444         <size>10</size>
20445       </method>
20446     </type>
20447   </test>
20448   <test name="gtest-linq-19.cs">
20449     <type name="Test">
20450       <method name="Void .ctor()">
20451         <size>7</size>
20452       </method>
20453       <method name="Void .cctor()">
20454         <size>45</size>
20455       </method>
20456       <method name="Void Main()">
20457         <size>1</size>
20458       </method>
20459       <method name="Char &lt;E&gt;m__0(Char)">
20460         <size>2</size>
20461       </method>
20462     </type>
20463   </test>
20464   <test name="gtest-named-01.cs">
20465     <type name="C">
20466       <method name="Int32 Test(Int32, Int32, System.String)">
20467         <size>6</size>
20468       </method>
20469       <method name="T Foo[T](T, Int32)">
20470         <size>2</size>
20471       </method>
20472       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
20473         <size>9</size>
20474       </method>
20475       <method name="Int32 Main()">
20476         <size>173</size>
20477       </method>
20478       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20479         <size>2</size>
20480       </method>
20481     </type>
20482     <type name="C+&lt;Main&gt;c__AnonStorey0">
20483       <method name="Void .ctor()">
20484         <size>7</size>
20485       </method>
20486       <method name="Int32 &lt;&gt;m__1(Int32)">
20487         <size>7</size>
20488       </method>
20489     </type>
20490   </test>
20491   <test name="gtest-optional-01.cs">
20492     <type name="C">
20493       <method name="Void TestA(Int32)">
20494         <size>1</size>
20495       </method>
20496       <method name="Void TestB(Int64)">
20497         <size>1</size>
20498       </method>
20499       <method name="Void TestC(Decimal)">
20500         <size>1</size>
20501       </method>
20502       <method name="Int32 Main()">
20503         <size>310</size>
20504       </method>
20505       <method name="Void .ctor()">
20506         <size>7</size>
20507       </method>
20508     </type>
20509   </test>
20510   <test name="gtest-optional-02.cs">
20511     <type name="C">
20512       <method name="Boolean Test2(Nullable`1)">
20513         <size>11</size>
20514       </method>
20515       <method name="Int32 Test(Nullable`1)">
20516         <size>27</size>
20517       </method>
20518       <method name="Int32 Main()">
20519         <size>101</size>
20520       </method>
20521       <method name="Void .ctor()">
20522         <size>7</size>
20523       </method>
20524       <method name="Boolean Test3(Nullable`1)">
20525         <size>21</size>
20526       </method>
20527     </type>
20528   </test>
20529   <test name="gtest-optional-03.cs">
20530     <type name="C">
20531       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
20532         <size>2</size>
20533       </method>
20534       <method name="Int32 Main()">
20535         <size>225</size>
20536       </method>
20537       <method name="Void .ctor()">
20538         <size>7</size>
20539       </method>
20540     </type>
20541   </test>
20542   <test name="gtest-optional-04.cs">
20543     <type name="C">
20544       <method name="Void Foo[T](T, T)">
20545         <size>1</size>
20546       </method>
20547       <method name="Void TestParams(System.Int32[])">
20548         <size>6</size>
20549       </method>
20550       <method name="Void TestParams(Int32)">
20551         <size>1</size>
20552       </method>
20553       <method name="Void TestStruct(Nullable`1)">
20554         <size>1</size>
20555       </method>
20556       <method name="System.String get_Item(Int32, System.String)">
20557         <size>2</size>
20558       </method>
20559       <method name="Void set_Item(Int32, System.String, System.String)">
20560         <size>4</size>
20561       </method>
20562       <method name="Int32 Main()">
20563         <size>120</size>
20564       </method>
20565       <method name="Void .ctor()">
20566         <size>7</size>
20567       </method>
20568     </type>
20569   </test>
20570   <test name="gtest-optional-05.cs">
20571     <type name="Blah">
20572       <method name="Int32 Foo(Int32, Int32)">
20573         <size>4</size>
20574       </method>
20575       <method name="Int32 Main()">
20576         <size>46</size>
20577       </method>
20578       <method name="Void .ctor()">
20579         <size>7</size>
20580       </method>
20581     </type>
20582     <type name="Blah+MyDelegate">
20583       <method name="Int32 Invoke(Int32, Int32)">
20584         <size>0</size>
20585       </method>
20586       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
20587         <size>0</size>
20588       </method>
20589       <method name="Int32 EndInvoke(IAsyncResult)">
20590         <size>0</size>
20591       </method>
20592       <method name="Void .ctor(Object, IntPtr)">
20593         <size>0</size>
20594       </method>
20595     </type>
20596   </test>
20597   <test name="gtest-optional-06.cs">
20598     <type name="C">
20599       <method name="Int32 Foo(Int32)">
20600         <size>2</size>
20601       </method>
20602       <method name="Int32 Main()">
20603         <size>38</size>
20604       </method>
20605       <method name="Void .ctor()">
20606         <size>7</size>
20607       </method>
20608     </type>
20609     <type name="D">
20610       <method name="Int32 Invoke(Int32)">
20611         <size>0</size>
20612       </method>
20613       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
20614         <size>0</size>
20615       </method>
20616       <method name="Int32 EndInvoke(IAsyncResult)">
20617         <size>0</size>
20618       </method>
20619       <method name="Void .ctor(Object, IntPtr)">
20620         <size>0</size>
20621       </method>
20622     </type>
20623   </test>
20624   <test name="gtest-optional-07.cs">
20625     <type name="Tests">
20626       <method name="Void foo(Foo)">
20627         <size>1</size>
20628       </method>
20629       <method name="Int32 Main()">
20630         <size>8</size>
20631       </method>
20632       <method name="Void .ctor()">
20633         <size>7</size>
20634       </method>
20635     </type>
20636   </test>
20637   <test name="gtest-partial-01.cs">
20638     <type name="B`1[U]">
20639       <method name="Void .ctor()">
20640         <size>7</size>
20641       </method>
20642     </type>
20643     <type name="C`1[T]">
20644       <method name="Void .ctor()">
20645         <size>7</size>
20646       </method>
20647     </type>
20648     <type name="Test">
20649       <method name="Void Main()">
20650         <size>1</size>
20651       </method>
20652       <method name="Void .ctor()">
20653         <size>7</size>
20654       </method>
20655     </type>
20656   </test>
20657   <test name="gtest-var-04.cs">
20658     <type name="Test">
20659       <method name="Void .ctor()">
20660         <size>7</size>
20661       </method>
20662       <method name="Int32 Main()">
20663         <size>219</size>
20664       </method>
20665     </type>
20666   </test>
20667   <test name="gtest-variance-11.cs">
20668     <type name="D">
20669       <method name="Void .ctor()">
20670         <size>7</size>
20671       </method>
20672       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
20673         <size>38</size>
20674       </method>
20675       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
20676         <size>38</size>
20677       </method>
20678       <method name="Int32 Main()">
20679         <size>38</size>
20680       </method>
20681     </type>
20682   </test>
20683   <test name="gtest-variance-13.cs">
20684     <type name="A">
20685       <method name="Void .ctor()">
20686         <size>7</size>
20687       </method>
20688       <method name="Void Foo[T](T, IList`1)">
20689         <size>1</size>
20690       </method>
20691       <method name="Void Test()">
20692         <size>17</size>
20693       </method>
20694     </type>
20695     <type name="B">
20696       <method name="Void .ctor()">
20697         <size>7</size>
20698       </method>
20699       <method name="Void Foo[T](T, I`1)">
20700         <size>1</size>
20701       </method>
20702       <method name="Void Test[U](U, I`1)">
20703         <size>8</size>
20704       </method>
20705     </type>
20706     <type name="M">
20707       <method name="Void .ctor()">
20708         <size>7</size>
20709       </method>
20710       <method name="Int32 Main()">
20711         <size>2</size>
20712       </method>
20713     </type>
20714   </test>
20715   <test name="gtest-variance-6.cs">
20716     <type name="Program">
20717       <method name="Void .ctor()">
20718         <size>7</size>
20719       </method>
20720       <method name="Void Main()">
20721         <size>1</size>
20722       </method>
20723     </type>
20724     <type name="Cov1`1[U]">
20725       <method name="Void .ctor(Object, IntPtr)">
20726         <size>0</size>
20727       </method>
20728       <method name="ICovariant`1 Invoke(IContravariant`1)">
20729         <size>0</size>
20730       </method>
20731       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20732         <size>0</size>
20733       </method>
20734       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20735         <size>0</size>
20736       </method>
20737     </type>
20738     <type name="Cov2`1[U]">
20739       <method name="Void .ctor(Object, IntPtr)">
20740         <size>0</size>
20741       </method>
20742       <method name="ICovariant`1 Invoke(IContravariant`1)">
20743         <size>0</size>
20744       </method>
20745       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20746         <size>0</size>
20747       </method>
20748       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20749         <size>0</size>
20750       </method>
20751     </type>
20752     <type name="Cov3`1[U]">
20753       <method name="Void .ctor(Object, IntPtr)">
20754         <size>0</size>
20755       </method>
20756       <method name="ICovariant`1 Invoke(IContravariant`1)">
20757         <size>0</size>
20758       </method>
20759       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20760         <size>0</size>
20761       </method>
20762       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20763         <size>0</size>
20764       </method>
20765     </type>
20766     <type name="Cov4`1[U]">
20767       <method name="Void .ctor(Object, IntPtr)">
20768         <size>0</size>
20769       </method>
20770       <method name="ICovariant`1 Invoke()">
20771         <size>0</size>
20772       </method>
20773       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20774         <size>0</size>
20775       </method>
20776       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20777         <size>0</size>
20778       </method>
20779     </type>
20780     <type name="Cov5`1[U]">
20781       <method name="Void .ctor(Object, IntPtr)">
20782         <size>0</size>
20783       </method>
20784       <method name="IContravariant`1 Invoke()">
20785         <size>0</size>
20786       </method>
20787       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20788         <size>0</size>
20789       </method>
20790       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20791         <size>0</size>
20792       </method>
20793     </type>
20794     <type name="Contra5`1[U]">
20795       <method name="Void .ctor(Object, IntPtr)">
20796         <size>0</size>
20797       </method>
20798       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20799         <size>0</size>
20800       </method>
20801       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20802         <size>0</size>
20803       </method>
20804       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20805         <size>0</size>
20806       </method>
20807     </type>
20808     <type name="Contra6`1[U]">
20809       <method name="Void .ctor(Object, IntPtr)">
20810         <size>0</size>
20811       </method>
20812       <method name="IContravariant`1 Invoke()">
20813         <size>0</size>
20814       </method>
20815       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20816         <size>0</size>
20817       </method>
20818       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20819         <size>0</size>
20820       </method>
20821     </type>
20822     <type name="Contra7`1[U]">
20823       <method name="Void .ctor(Object, IntPtr)">
20824         <size>0</size>
20825       </method>
20826       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20827         <size>0</size>
20828       </method>
20829       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20830         <size>0</size>
20831       </method>
20832       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20833         <size>0</size>
20834       </method>
20835     </type>
20836     <type name="Contra8`1[U]">
20837       <method name="Void .ctor(Object, IntPtr)">
20838         <size>0</size>
20839       </method>
20840       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20841         <size>0</size>
20842       </method>
20843       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20844         <size>0</size>
20845       </method>
20846       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20847         <size>0</size>
20848       </method>
20849     </type>
20850   </test>
20851   <test name="gtest-variance-7.cs">
20852     <type name="C">
20853       <method name="Void .ctor()">
20854         <size>7</size>
20855       </method>
20856       <method name="Void Main()">
20857         <size>1</size>
20858       </method>
20859     </type>
20860     <type name="Covariant`1[T]">
20861       <method name="Void .ctor(Object, IntPtr)">
20862         <size>0</size>
20863       </method>
20864       <method name="T Invoke()">
20865         <size>0</size>
20866       </method>
20867       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20868         <size>0</size>
20869       </method>
20870       <method name="T EndInvoke(IAsyncResult)">
20871         <size>0</size>
20872       </method>
20873     </type>
20874     <type name="Contra`1[T]">
20875       <method name="Void .ctor(Object, IntPtr)">
20876         <size>0</size>
20877       </method>
20878       <method name="Void Invoke(T)">
20879         <size>0</size>
20880       </method>
20881       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20882         <size>0</size>
20883       </method>
20884       <method name="Void EndInvoke(IAsyncResult)">
20885         <size>0</size>
20886       </method>
20887     </type>
20888     <type name="CoContra`2[TR,T]">
20889       <method name="Void .ctor(Object, IntPtr)">
20890         <size>0</size>
20891       </method>
20892       <method name="TR Invoke(T)">
20893         <size>0</size>
20894       </method>
20895       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20896         <size>0</size>
20897       </method>
20898       <method name="TR EndInvoke(IAsyncResult)">
20899         <size>0</size>
20900       </method>
20901     </type>
20902     <type name="None`1[T]">
20903       <method name="Void .ctor(Object, IntPtr)">
20904         <size>0</size>
20905       </method>
20906       <method name="Void Invoke(T)">
20907         <size>0</size>
20908       </method>
20909       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20910         <size>0</size>
20911       </method>
20912       <method name="Void EndInvoke(IAsyncResult)">
20913         <size>0</size>
20914       </method>
20915     </type>
20916     <type name="Test`1[U]">
20917       <method name="Void .ctor(Object, IntPtr)">
20918         <size>0</size>
20919       </method>
20920       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
20921         <size>0</size>
20922       </method>
20923       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20924         <size>0</size>
20925       </method>
20926       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
20927         <size>0</size>
20928       </method>
20929     </type>
20930     <type name="Test2`1[U]">
20931       <method name="Void .ctor(Object, IntPtr)">
20932         <size>0</size>
20933       </method>
20934       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
20935         <size>0</size>
20936       </method>
20937       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20938         <size>0</size>
20939       </method>
20940       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
20941         <size>0</size>
20942       </method>
20943     </type>
20944     <type name="Test3`1[U]">
20945       <method name="Void .ctor(Object, IntPtr)">
20946         <size>0</size>
20947       </method>
20948       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
20949         <size>0</size>
20950       </method>
20951       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20952         <size>0</size>
20953       </method>
20954       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
20955         <size>0</size>
20956       </method>
20957     </type>
20958     <type name="Test4`1[U]">
20959       <method name="Void .ctor(Object, IntPtr)">
20960         <size>0</size>
20961       </method>
20962       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
20963         <size>0</size>
20964       </method>
20965       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20966         <size>0</size>
20967       </method>
20968       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
20969         <size>0</size>
20970       </method>
20971     </type>
20972     <type name="Test5`1[U]">
20973       <method name="Void .ctor(Object, IntPtr)">
20974         <size>0</size>
20975       </method>
20976       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
20977         <size>0</size>
20978       </method>
20979       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20980         <size>0</size>
20981       </method>
20982       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
20983         <size>0</size>
20984       </method>
20985     </type>
20986     <type name="Test6`1[U]">
20987       <method name="Void .ctor(Object, IntPtr)">
20988         <size>0</size>
20989       </method>
20990       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
20991         <size>0</size>
20992       </method>
20993       <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)">
20994         <size>0</size>
20995       </method>
20996       <method name="Void EndInvoke(IAsyncResult)">
20997         <size>0</size>
20998       </method>
20999     </type>
21000     <type name="Both`2[U,V]">
21001       <method name="Void .ctor(Object, IntPtr)">
21002         <size>0</size>
21003       </method>
21004       <method name="Void Invoke(CoContra`2[U,V])">
21005         <size>0</size>
21006       </method>
21007       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
21008         <size>0</size>
21009       </method>
21010       <method name="Void EndInvoke(IAsyncResult)">
21011         <size>0</size>
21012       </method>
21013     </type>
21014     <type name="Both2`2[U,V]">
21015       <method name="Void .ctor(Object, IntPtr)">
21016         <size>0</size>
21017       </method>
21018       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
21019         <size>0</size>
21020       </method>
21021       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
21022         <size>0</size>
21023       </method>
21024       <method name="Void EndInvoke(IAsyncResult)">
21025         <size>0</size>
21026       </method>
21027     </type>
21028     <type name="Both3`2[U,V]">
21029       <method name="Void .ctor(Object, IntPtr)">
21030         <size>0</size>
21031       </method>
21032       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
21033         <size>0</size>
21034       </method>
21035       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
21036         <size>0</size>
21037       </method>
21038       <method name="Void EndInvoke(IAsyncResult)">
21039         <size>0</size>
21040       </method>
21041     </type>
21042     <type name="Both4`2[U,V]">
21043       <method name="Void .ctor(Object, IntPtr)">
21044         <size>0</size>
21045       </method>
21046       <method name="Void Invoke(Both`2[V,U])">
21047         <size>0</size>
21048       </method>
21049       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
21050         <size>0</size>
21051       </method>
21052       <method name="Void EndInvoke(IAsyncResult)">
21053         <size>0</size>
21054       </method>
21055     </type>
21056     <type name="Both5`2[U,V]">
21057       <method name="Void .ctor(Object, IntPtr)">
21058         <size>0</size>
21059       </method>
21060       <method name="Void Invoke(Both`2[V,System.Int32])">
21061         <size>0</size>
21062       </method>
21063       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
21064         <size>0</size>
21065       </method>
21066       <method name="Void EndInvoke(IAsyncResult)">
21067         <size>0</size>
21068       </method>
21069     </type>
21070   </test>
21071   <test name="gtest-variance-9.cs">
21072     <type name="Test">
21073       <method name="Void .ctor()">
21074         <size>7</size>
21075       </method>
21076       <method name="Void Foo(IIn`1)">
21077         <size>1</size>
21078       </method>
21079       <method name="Int32 Main()">
21080         <size>10</size>
21081       </method>
21082     </type>
21083   </test>
21084   <test name="test-1.cs">
21085     <type name="X">
21086       <method name="Void .ctor()">
21087         <size>7</size>
21088       </method>
21089       <method name="Int32 Main(System.String[])">
21090         <size>12</size>
21091       </method>
21092     </type>
21093   </test>
21094   <test name="test-10.cs">
21095     <type name="X">
21096       <method name="Void .ctor()">
21097         <size>7</size>
21098       </method>
21099       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
21100         <size>1</size>
21101       </method>
21102       <method name="Void bsbyte()">
21103         <size>35</size>
21104       </method>
21105       <method name="Void abyte(SByte, Char)">
21106         <size>1</size>
21107       </method>
21108       <method name="Void bbyte()">
21109         <size>22</size>
21110       </method>
21111       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
21112         <size>1</size>
21113       </method>
21114       <method name="Void bshort()">
21115         <size>39</size>
21116       </method>
21117       <method name="Void aushort(SByte, Byte, Int16, Char)">
21118         <size>1</size>
21119       </method>
21120       <method name="Void bushort()">
21121         <size>29</size>
21122       </method>
21123       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
21124         <size>1</size>
21125       </method>
21126       <method name="Void bint()">
21127         <size>42</size>
21128       </method>
21129       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
21130         <size>1</size>
21131       </method>
21132       <method name="Void buint()">
21133         <size>38</size>
21134       </method>
21135       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
21136         <size>1</size>
21137       </method>
21138       <method name="Void blong()">
21139         <size>47</size>
21140       </method>
21141       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
21142         <size>1</size>
21143       </method>
21144       <method name="Void bulong()">
21145         <size>47</size>
21146       </method>
21147       <method name="Void achar(SByte, Byte, Int16)">
21148         <size>1</size>
21149       </method>
21150       <method name="Void bchar()">
21151         <size>27</size>
21152       </method>
21153       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
21154         <size>1</size>
21155       </method>
21156       <method name="Void bfloat()">
21157         <size>67</size>
21158       </method>
21159       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
21160         <size>1</size>
21161       </method>
21162       <method name="Void bdouble()">
21163         <size>75</size>
21164       </method>
21165       <method name="Void TestDecimal(Decimal)">
21166         <size>15</size>
21167       </method>
21168       <method name="Void Main()">
21169         <size>1</size>
21170       </method>
21171     </type>
21172     <type name="Test2">
21173       <method name="Void .ctor()">
21174         <size>7</size>
21175       </method>
21176       <method name="Void ExtraTst()">
21177         <size>12</size>
21178       </method>
21179     </type>
21180   </test>
21181   <test name="test-100.cs">
21182     <type name="GLib.Object">
21183       <method name="Void .ctor()">
21184         <size>7</size>
21185       </method>
21186       <method name="Int32 get_Raw()">
21187         <size>2</size>
21188       </method>
21189       <method name="Void set_Raw(Int32)">
21190         <size>8</size>
21191       </method>
21192       <method name="Void GetProperty()">
21193         <size>12</size>
21194       </method>
21195       <method name="Int32 Main()">
21196         <size>2</size>
21197       </method>
21198     </type>
21199   </test>
21200   <test name="test-101.cs">
21201     <type name="Test.MyAttribute">
21202       <method name="Void .ctor(String)">
21203         <size>20</size>
21204       </method>
21205     </type>
21206     <type name="Test.My2Attribute">
21207       <method name="Void .ctor(String, Int32)">
21208         <size>31</size>
21209       </method>
21210     </type>
21211     <type name="Test.Test">
21212       <method name="Void .ctor()">
21213         <size>7</size>
21214       </method>
21215       <method name="Int32 Main()">
21216         <size>92</size>
21217       </method>
21218     </type>
21219   </test>
21220   <test name="test-102.cs">
21221     <type name="N1.MineAttribute">
21222       <method name="Void .ctor(String)">
21223         <size>14</size>
21224       </method>
21225     </type>
21226     <type name="N1.ReturnAttribute">
21227       <method name="Void .ctor(String)">
21228         <size>14</size>
21229       </method>
21230     </type>
21231     <type name="N1.Foo">
21232       <method name="Void .ctor()">
21233         <size>7</size>
21234       </method>
21235       <method name="Int32 Main()">
21236         <size>250</size>
21237       </method>
21238     </type>
21239   </test>
21240   <test name="test-103.cs">
21241     <type name="A">
21242       <method name="Void .ctor()">
21243         <size>7</size>
21244       </method>
21245       <method name="Int32 Foo()">
21246         <size>0</size>
21247       </method>
21248     </type>
21249     <type name="B">
21250       <method name="Void .ctor()">
21251         <size>7</size>
21252       </method>
21253       <method name="Int32 Foo()">
21254         <size>2</size>
21255       </method>
21256       <method name="Int32 M()">
21257         <size>7</size>
21258       </method>
21259     </type>
21260     <type name="Test">
21261       <method name="Void .ctor()">
21262         <size>7</size>
21263       </method>
21264       <method name="Int32 Main()">
21265         <size>11</size>
21266       </method>
21267     </type>
21268   </test>
21269   <test name="test-104.cs">
21270     <type name="Test">
21271       <method name="Void .ctor()">
21272         <size>7</size>
21273       </method>
21274       <method name="Int32 Main(System.String[])">
21275         <size>12</size>
21276       </method>
21277     </type>
21278   </test>
21279   <test name="test-105.cs">
21280     <type name="Test">
21281       <method name="Void .ctor()">
21282         <size>7</size>
21283       </method>
21284       <method name="Int32 F(Int32)">
21285         <size>33</size>
21286       </method>
21287       <method name="Void async_callback(IAsyncResult)">
21288         <size>22</size>
21289       </method>
21290       <method name="Int32 Main()">
21291         <size>407</size>
21292       </method>
21293     </type>
21294     <type name="Test+SimpleDelegate">
21295       <method name="Void .ctor(Object, IntPtr)">
21296         <size>0</size>
21297       </method>
21298       <method name="Int32 Invoke(Int32)">
21299         <size>0</size>
21300       </method>
21301       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21302         <size>0</size>
21303       </method>
21304       <method name="Int32 EndInvoke(IAsyncResult)">
21305         <size>0</size>
21306       </method>
21307     </type>
21308   </test>
21309   <test name="test-106.cs">
21310     <type name="Test">
21311       <method name="Int32 F(Int32)">
21312         <size>27</size>
21313       </method>
21314       <method name="Void async_callback(IAsyncResult)">
21315         <size>33</size>
21316       </method>
21317       <method name="Int32 Main()">
21318         <size>135</size>
21319       </method>
21320       <method name="Void .ctor()">
21321         <size>7</size>
21322       </method>
21323       <method name="Void .cctor()">
21324         <size>1</size>
21325       </method>
21326     </type>
21327     <type name="Test+SimpleDelegate">
21328       <method name="Int32 Invoke(Int32)">
21329         <size>0</size>
21330       </method>
21331       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21332         <size>0</size>
21333       </method>
21334       <method name="Int32 EndInvoke(IAsyncResult)">
21335         <size>0</size>
21336       </method>
21337       <method name="Void .ctor(Object, IntPtr)">
21338         <size>0</size>
21339       </method>
21340     </type>
21341   </test>
21342   <test name="test-107.cs">
21343     <type name="Test">
21344       <method name="Void .ctor()">
21345         <size>7</size>
21346       </method>
21347       <method name="Void .cctor()">
21348         <size>1</size>
21349       </method>
21350       <method name="Int32 F(Int32)">
21351         <size>27</size>
21352       </method>
21353       <method name="Void async_callback(IAsyncResult)">
21354         <size>100</size>
21355       </method>
21356       <method name="Int32 Main()">
21357         <size>89</size>
21358       </method>
21359     </type>
21360     <type name="Test+SimpleDelegate">
21361       <method name="Void .ctor(Object, IntPtr)">
21362         <size>0</size>
21363       </method>
21364       <method name="Int32 Invoke(Int32)">
21365         <size>0</size>
21366       </method>
21367       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21368         <size>0</size>
21369       </method>
21370       <method name="Int32 EndInvoke(IAsyncResult)">
21371         <size>0</size>
21372       </method>
21373     </type>
21374   </test>
21375   <test name="test-108.cs">
21376     <type name="X">
21377       <method name="Void .ctor()">
21378         <size>7</size>
21379       </method>
21380       <method name="Int32 Main()">
21381         <size>79</size>
21382       </method>
21383     </type>
21384   </test>
21385   <test name="test-109.cs">
21386     <type name="T">
21387       <method name="Void .ctor()">
21388         <size>7</size>
21389       </method>
21390       <method name="Int32 Main()">
21391         <size>23</size>
21392       </method>
21393     </type>
21394   </test>
21395   <test name="test-11.cs">
21396     <type name="Test">
21397       <method name="Void .ctor()">
21398         <size>7</size>
21399       </method>
21400       <method name="Int32 boxtest()">
21401         <size>12</size>
21402       </method>
21403       <method name="Int32 Main()">
21404         <size>14</size>
21405       </method>
21406     </type>
21407   </test>
21408   <test name="test-110.cs">
21409     <type name="test.test">
21410       <method name="Void .ctor()">
21411         <size>7</size>
21412       </method>
21413       <method name="Int32 test_method(Int32)">
21414         <size>13</size>
21415       </method>
21416       <method name="Int32 Main()">
21417         <size>17</size>
21418       </method>
21419     </type>
21420   </test>
21421   <test name="test-111.cs">
21422     <type name="T">
21423       <method name="Void .ctor()">
21424         <size>7</size>
21425       </method>
21426       <method name="System.Object get_obj()">
21427         <size>6</size>
21428       </method>
21429       <method name="Int32 Main()">
21430         <size>21</size>
21431       </method>
21432     </type>
21433   </test>
21434   <test name="test-112.cs">
21435     <type name="X">
21436       <method name="Void .ctor()">
21437         <size>7</size>
21438       </method>
21439       <method name="System.Int32[] g()">
21440         <size>14</size>
21441       </method>
21442       <method name="Int32 Main()">
21443         <size>18</size>
21444       </method>
21445     </type>
21446   </test>
21447   <test name="test-113.cs">
21448     <type name="X">
21449       <method name="Void .ctor()">
21450         <size>7</size>
21451       </method>
21452       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
21453         <size>4</size>
21454       </method>
21455       <method name="Void GetProperty(System.String, System.String ByRef)">
21456         <size>21</size>
21457       </method>
21458       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
21459         <size>4</size>
21460       </method>
21461       <method name="Void GetProperty(System.String, Boolean ByRef)">
21462         <size>21</size>
21463       </method>
21464       <method name="Int32 Main()">
21465         <size>2</size>
21466       </method>
21467     </type>
21468   </test>
21469   <test name="test-114.cs">
21470     <type name="MyClass">
21471       <method name="Void .ctor()">
21472         <size>7</size>
21473       </method>
21474       <method name="Int32 Main()">
21475         <size>15</size>
21476       </method>
21477     </type>
21478     <type name="MyClass+IsAnything">
21479       <method name="Void .ctor(Object, IntPtr)">
21480         <size>0</size>
21481       </method>
21482       <method name="Boolean Invoke(Char)">
21483         <size>0</size>
21484       </method>
21485       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
21486         <size>0</size>
21487       </method>
21488       <method name="Boolean EndInvoke(IAsyncResult)">
21489         <size>0</size>
21490       </method>
21491     </type>
21492   </test>
21493   <test name="test-115.cs">
21494     <type name="A">
21495       <method name="Void .ctor()">
21496         <size>7</size>
21497       </method>
21498       <method name="X op_Explicit(A)">
21499         <size>8</size>
21500       </method>
21501     </type>
21502     <type name="X">
21503       <method name="Void .ctor()">
21504         <size>7</size>
21505       </method>
21506     </type>
21507     <type name="Y">
21508       <method name="Void .ctor()">
21509         <size>7</size>
21510       </method>
21511     </type>
21512     <type name="blah">
21513       <method name="Void .ctor()">
21514         <size>7</size>
21515       </method>
21516       <method name="Int32 Main()">
21517         <size>47</size>
21518       </method>
21519     </type>
21520   </test>
21521   <test name="test-116.cs">
21522     <type name="X">
21523       <method name="Void .ctor()">
21524         <size>7</size>
21525       </method>
21526       <method name="Int32 Main()">
21527         <size>12</size>
21528       </method>
21529     </type>
21530   </test>
21531   <test name="test-117.cs">
21532     <type name="Blah">
21533       <method name="Void .ctor()">
21534         <size>18</size>
21535       </method>
21536       <method name="Int32 Main()">
21537         <size>25</size>
21538       </method>
21539     </type>
21540   </test>
21541   <test name="test-118.cs">
21542     <type name="Container">
21543       <method name="Void .ctor()">
21544         <size>7</size>
21545       </method>
21546       <method name="Int32 Main(System.String[])">
21547         <size>2</size>
21548       </method>
21549     </type>
21550   </test>
21551   <test name="test-119.cs">
21552     <type name="Value">
21553       <method name="Void .ctor()">
21554         <size>7</size>
21555       </method>
21556       <method name="Int32 op_Explicit(Value)">
21557         <size>2</size>
21558       </method>
21559       <method name="MyObject op_Explicit(Value)">
21560         <size>7</size>
21561       </method>
21562       <method name="UInt32 op_Explicit(Value)">
21563         <size>2</size>
21564       </method>
21565     </type>
21566     <type name="MyObject">
21567       <method name="Void .ctor(Int32)">
21568         <size>7</size>
21569       </method>
21570     </type>
21571     <type name="Derived">
21572       <method name="Void .ctor(Int32)">
21573         <size>8</size>
21574       </method>
21575       <method name="Derived Blah()">
21576         <size>18</size>
21577       </method>
21578     </type>
21579     <type name="Test">
21580       <method name="Void .ctor()">
21581         <size>7</size>
21582       </method>
21583       <method name="Int32 Main()">
21584         <size>33</size>
21585       </method>
21586     </type>
21587   </test>
21588   <test name="test-12.cs">
21589     <type name="X">
21590       <method name="Void .ctor()">
21591         <size>7</size>
21592       </method>
21593       <method name="Int32 Main(System.String[])">
21594         <size>270</size>
21595       </method>
21596       <method name="System.String s(System.String, Int32)">
21597         <size>13</size>
21598       </method>
21599       <method name="System.String x(System.String, System.Object)">
21600         <size>8</size>
21601       </method>
21602     </type>
21603   </test>
21604   <test name="test-120.cs">
21605     <type name="test">
21606       <method name="Void .ctor()">
21607         <size>7</size>
21608       </method>
21609       <method name="Int32 Main()">
21610         <size>140</size>
21611       </method>
21612     </type>
21613   </test>
21614   <test name="test-121.cs">
21615     <type name="X">
21616       <method name="Void .ctor()">
21617         <size>7</size>
21618       </method>
21619       <method name="Int32 g()">
21620         <size>14</size>
21621       </method>
21622       <method name="Int32 Main()">
21623         <size>81</size>
21624       </method>
21625     </type>
21626   </test>
21627   <test name="test-122.cs">
21628     <type name="A">
21629       <method name="Void .ctor()">
21630         <size>7</size>
21631       </method>
21632       <method name="Void .cctor()">
21633         <size>1</size>
21634       </method>
21635       <method name="Int32 Main()">
21636         <size>2</size>
21637       </method>
21638     </type>
21639     <type name="A+B">
21640       <method name="Void .ctor()">
21641         <size>7</size>
21642       </method>
21643       <method name="Void Foo()">
21644         <size>13</size>
21645       </method>
21646     </type>
21647   </test>
21648   <test name="test-123.cs">
21649     <type name="X">
21650       <method name="Void .ctor()">
21651         <size>7</size>
21652       </method>
21653       <method name="System.Object get_non_null()">
21654         <size>6</size>
21655       </method>
21656       <method name="System.Object get_null()">
21657         <size>2</size>
21658       </method>
21659       <method name="Int32 Main()">
21660         <size>95</size>
21661       </method>
21662     </type>
21663   </test>
21664   <test name="test-124.cs">
21665     <type name="t">
21666       <method name="Void .ctor()">
21667         <size>7</size>
21668       </method>
21669       <method name="Void a()">
21670         <size>16</size>
21671       </method>
21672       <method name="Void b()">
21673         <size>16</size>
21674       </method>
21675       <method name="Void c()">
21676         <size>24</size>
21677       </method>
21678       <method name="Void d()">
21679         <size>28</size>
21680       </method>
21681       <method name="Void Main()">
21682         <size>1</size>
21683       </method>
21684     </type>
21685   </test>
21686   <test name="test-125.cs">
21687     <type name="Fraction">
21688       <method name="Void .ctor(Int32, Int32)">
21689         <size>31</size>
21690       </method>
21691       <method name="Void .ctor(Int32)">
21692         <size>31</size>
21693       </method>
21694       <method name="Boolean Equals(System.Object)">
21695         <size>36</size>
21696       </method>
21697       <method name="System.String ToString()">
21698         <size>35</size>
21699       </method>
21700       <method name="Fraction op_Implicit(Int32)">
21701         <size>17</size>
21702       </method>
21703       <method name="Int32 op_Explicit(Fraction)">
21704         <size>24</size>
21705       </method>
21706       <method name="Boolean op_Equality(Fraction, Fraction)">
21707         <size>48</size>
21708       </method>
21709       <method name="Boolean op_Inequality(Fraction, Fraction)">
21710         <size>21</size>
21711       </method>
21712       <method name="Fraction op_Addition(Fraction, Fraction)">
21713         <size>102</size>
21714       </method>
21715     </type>
21716     <type name="Tester">
21717       <method name="Void .ctor()">
21718         <size>7</size>
21719       </method>
21720       <method name="Int32 Main()">
21721         <size>148</size>
21722       </method>
21723     </type>
21724   </test>
21725   <test name="test-126.cs">
21726     <type name="X">
21727       <method name="Void .ctor()">
21728         <size>7</size>
21729       </method>
21730       <method name="Void Iface.Method()">
21731         <size>1</size>
21732       </method>
21733       <method name="Int32 Main()">
21734         <size>33</size>
21735       </method>
21736     </type>
21737   </test>
21738   <test name="test-127.cs">
21739     <type name="X">
21740       <method name="Void .ctor()">
21741         <size>7</size>
21742       </method>
21743       <method name="Int32 Main()">
21744         <size>32</size>
21745       </method>
21746     </type>
21747   </test>
21748   <test name="test-128.cs">
21749     <type name="SimpleAttribute">
21750       <method name="Void .ctor(String)">
21751         <size>14</size>
21752       </method>
21753     </type>
21754     <type name="MineAttribute">
21755       <method name="Void .ctor(Type[])">
21756         <size>14</size>
21757       </method>
21758     </type>
21759     <type name="Foo">
21760       <method name="Void .ctor()">
21761         <size>7</size>
21762       </method>
21763       <method name="Int32 MM()">
21764         <size>153</size>
21765       </method>
21766     </type>
21767     <type name="Blah">
21768       <method name="Void .ctor()">
21769         <size>7</size>
21770       </method>
21771       <method name="Int32 get_Value()">
21772         <size>7</size>
21773       </method>
21774       <method name="Void set_Value(Int32)">
21775         <size>8</size>
21776       </method>
21777       <method name="Int32 Another()">
21778         <size>2</size>
21779       </method>
21780       <method name="Int32 Main()">
21781         <size>6</size>
21782       </method>
21783     </type>
21784   </test>
21785   <test name="test-129.cs">
21786     <type name="X">
21787       <method name="Void .ctor()">
21788         <size>7</size>
21789       </method>
21790       <method name="Int32 Main()">
21791         <size>27</size>
21792       </method>
21793     </type>
21794   </test>
21795   <test name="test-13.cs">
21796     <type name="Foo">
21797       <method name="Void .ctor()">
21798         <size>7</size>
21799       </method>
21800       <method name="Boolean MyMethod()">
21801         <size>12</size>
21802       </method>
21803     </type>
21804     <type name="Blah">
21805       <method name="Void .ctor()">
21806         <size>7</size>
21807       </method>
21808       <method name="Int32 Main()">
21809         <size>23</size>
21810       </method>
21811     </type>
21812   </test>
21813   <test name="test-130.cs">
21814     <type name="X">
21815       <method name="Void .ctor()">
21816         <size>20</size>
21817       </method>
21818       <method name="Int32 Main()">
21819         <size>2</size>
21820       </method>
21821     </type>
21822   </test>
21823   <test name="test-131.cs">
21824     <type name="SimpleAttribute">
21825       <method name="Void .ctor(String)">
21826         <size>14</size>
21827       </method>
21828     </type>
21829     <type name="Blah">
21830       <method name="Void .ctor()">
21831         <size>7</size>
21832       </method>
21833       <method name="Int32 Main()">
21834         <size>2</size>
21835       </method>
21836     </type>
21837   </test>
21838   <test name="test-132.cs">
21839     <type name="T">
21840       <method name="Void .ctor()">
21841         <size>7</size>
21842       </method>
21843       <method name="Int32 Main()">
21844         <size>51</size>
21845       </method>
21846     </type>
21847   </test>
21848   <test name="test-133.cs">
21849     <type name="T">
21850       <method name="Void .ctor()">
21851         <size>7</size>
21852       </method>
21853       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
21854         <size>21</size>
21855       </method>
21856       <method name="Void get_struct(S ByRef)">
21857         <size>24</size>
21858       </method>
21859       <method name="Int32 Main()">
21860         <size>75</size>
21861       </method>
21862     </type>
21863   </test>
21864   <test name="test-134.cs">
21865     <type name="AA">
21866       <method name="Void .ctor()">
21867         <size>7</size>
21868       </method>
21869       <method name="Void A()">
21870         <size>8</size>
21871       </method>
21872       <method name="Void B()">
21873         <size>8</size>
21874       </method>
21875       <method name="Void C()">
21876         <size>8</size>
21877       </method>
21878       <method name="Boolean get_OK()">
21879         <size>32</size>
21880       </method>
21881     </type>
21882     <type name="BB">
21883       <method name="Void .ctor()">
21884         <size>7</size>
21885       </method>
21886       <method name="Void A()">
21887         <size>18</size>
21888       </method>
21889       <method name="Void B()">
21890         <size>8</size>
21891       </method>
21892       <method name="Void C()">
21893         <size>8</size>
21894       </method>
21895       <method name="Boolean get_OK()">
21896         <size>32</size>
21897       </method>
21898     </type>
21899     <type name="T">
21900       <method name="Void .ctor()">
21901         <size>7</size>
21902       </method>
21903       <method name="Void A()">
21904         <size>1</size>
21905       </method>
21906       <method name="Void B()">
21907         <size>1</size>
21908       </method>
21909       <method name="Int32 Main()">
21910         <size>76</size>
21911       </method>
21912     </type>
21913   </test>
21914   <test name="test-135.cs">
21915     <type name="A">
21916       <method name="Void .ctor()">
21917         <size>7</size>
21918       </method>
21919       <method name="Void doh()">
21920         <size>1</size>
21921       </method>
21922     </type>
21923     <type name="T">
21924       <method name="Void .ctor()">
21925         <size>7</size>
21926       </method>
21927       <method name="A get_Prop()">
21928         <size>6</size>
21929       </method>
21930       <method name="Int32 Main()">
21931         <size>37</size>
21932       </method>
21933       <method name="IA IB.get_Prop()">
21934         <size>6</size>
21935       </method>
21936     </type>
21937   </test>
21938   <test name="test-136.cs">
21939     <type name="MyCar">
21940       <method name="Void .ctor()">
21941         <size>7</size>
21942       </method>
21943       <method name="Void IDiagnostic.Stop()">
21944         <size>8</size>
21945       </method>
21946       <method name="Void IAutomobile.Stop()">
21947         <size>8</size>
21948       </method>
21949       <method name="Void Stop()">
21950         <size>16</size>
21951       </method>
21952     </type>
21953     <type name="TestConflict">
21954       <method name="Void .ctor()">
21955         <size>7</size>
21956       </method>
21957       <method name="Int32 Main()">
21958         <size>74</size>
21959       </method>
21960     </type>
21961   </test>
21962   <test name="test-137.cs">
21963     <type name="C">
21964       <method name="Void .ctor()">
21965         <size>7</size>
21966       </method>
21967       <method name="Void X()">
21968         <size>15</size>
21969       </method>
21970       <method name="Int32 Main()">
21971         <size>95</size>
21972       </method>
21973     </type>
21974   </test>
21975   <test name="test-138.cs">
21976     <type name="T">
21977       <method name="Void .ctor()">
21978         <size>7</size>
21979       </method>
21980       <method name="Int32 Main()">
21981         <size>14</size>
21982       </method>
21983     </type>
21984   </test>
21985   <test name="test-139.cs">
21986     <type name="T">
21987       <method name="Void one()">
21988         <size>13</size>
21989       </method>
21990       <method name="Void two(T)">
21991         <size>8</size>
21992       </method>
21993       <method name="Void three(T ByRef)">
21994         <size>13</size>
21995       </method>
21996       <method name="Int32 GetHashCode()">
21997         <size>12</size>
21998       </method>
21999       <method name="Int32 Main()">
22000         <size>25</size>
22001       </method>
22002     </type>
22003   </test>
22004   <test name="test-14.cs">
22005     <type name="Obj.A">
22006       <method name="Void .ctor()">
22007         <size>7</size>
22008       </method>
22009       <method name="Int32 F()">
22010         <size>2</size>
22011       </method>
22012       <method name="Int32 G()">
22013         <size>2</size>
22014       </method>
22015       <method name="Int32 H()">
22016         <size>3</size>
22017       </method>
22018     </type>
22019     <type name="Obj.B">
22020       <method name="Void .ctor()">
22021         <size>7</size>
22022       </method>
22023       <method name="Int32 F()">
22024         <size>2</size>
22025       </method>
22026       <method name="Int32 G()">
22027         <size>2</size>
22028       </method>
22029       <method name="Int32 H()">
22030         <size>3</size>
22031       </method>
22032     </type>
22033     <type name="Obj.Test">
22034       <method name="Void .ctor()">
22035         <size>7</size>
22036       </method>
22037       <method name="Int32 Main()">
22038         <size>182</size>
22039       </method>
22040     </type>
22041   </test>
22042   <test name="test-140.cs">
22043     <type name="BreakTest">
22044       <method name="Void .ctor()">
22045         <size>7</size>
22046       </method>
22047       <method name="Void .cctor()">
22048         <size>1</size>
22049       </method>
22050       <method name="Void B()">
22051         <size>47</size>
22052       </method>
22053       <method name="Int32 Main()">
22054         <size>20</size>
22055       </method>
22056     </type>
22057   </test>
22058   <test name="test-141.cs">
22059     <type name="X">
22060       <method name="Void .ctor()">
22061         <size>7</size>
22062       </method>
22063       <method name="Int32 Main()">
22064         <size>38</size>
22065       </method>
22066       <method name="Boolean Test1()">
22067         <size>41</size>
22068       </method>
22069       <method name="Boolean Test2()">
22070         <size>42</size>
22071       </method>
22072       <method name="Boolean Test3()">
22073         <size>37</size>
22074       </method>
22075     </type>
22076   </test>
22077   <test name="test-142.cs">
22078     <type name="TestClass">
22079       <method name="Void .ctor(EventHandler)">
22080         <size>14</size>
22081       </method>
22082       <method name="Int32 Main()">
22083         <size>2</size>
22084       </method>
22085     </type>
22086     <type name="TestBaseClass">
22087       <method name="Void .ctor()">
22088         <size>7</size>
22089       </method>
22090       <method name="Void add_Blah(System.EventHandler)">
22091         <size>24</size>
22092       </method>
22093       <method name="Void remove_Blah(System.EventHandler)">
22094         <size>24</size>
22095       </method>
22096     </type>
22097   </test>
22098   <test name="test-143.cs">
22099     <type name="MonoEnumInfo">
22100       <method name="Void stuff()">
22101         <size>8</size>
22102       </method>
22103       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
22104         <size>20</size>
22105       </method>
22106       <method name="Int32 Main()">
22107         <size>32</size>
22108       </method>
22109     </type>
22110   </test>
22111   <test name="test-144.cs">
22112     <type name="Test">
22113       <method name="Void .ctor()">
22114         <size>7</size>
22115       </method>
22116       <method name="Void Main()">
22117         <size>1</size>
22118       </method>
22119     </type>
22120   </test>
22121   <test name="test-145.cs">
22122     <type name="JagArrayTest">
22123       <method name="Void .ctor()">
22124         <size>7</size>
22125       </method>
22126       <method name="Void .cctor()">
22127         <size>25</size>
22128       </method>
22129       <method name="Void Main()">
22130         <size>15</size>
22131       </method>
22132     </type>
22133   </test>
22134   <test name="test-146.cs">
22135     <type name="Test">
22136       <method name="Void .ctor()">
22137         <size>7</size>
22138       </method>
22139       <method name="Int32 Main()">
22140         <size>335</size>
22141       </method>
22142     </type>
22143   </test>
22144   <test name="test-147.cs">
22145     <type name="X">
22146       <method name="Void .ctor()">
22147         <size>15</size>
22148       </method>
22149       <method name="Void .cctor()">
22150         <size>8</size>
22151       </method>
22152       <method name="X Foo()">
22153         <size>6</size>
22154       </method>
22155       <method name="X Bar()">
22156         <size>6</size>
22157       </method>
22158       <method name="X Baz()">
22159         <size>6</size>
22160       </method>
22161       <method name="UInt32 get_Property()">
22162         <size>2</size>
22163       </method>
22164       <method name="UInt32 get_StaticProperty()">
22165         <size>3</size>
22166       </method>
22167       <method name="Int32 get_Item(Int32)">
22168         <size>2</size>
22169       </method>
22170     </type>
22171     <type name="Y">
22172       <method name="Void .ctor()">
22173         <size>15</size>
22174       </method>
22175       <method name="Void .cctor()">
22176         <size>9</size>
22177       </method>
22178       <method name="Y Foo()">
22179         <size>6</size>
22180       </method>
22181       <method name="Y Bar()">
22182         <size>6</size>
22183       </method>
22184       <method name="Y Baz()">
22185         <size>6</size>
22186       </method>
22187       <method name="UInt32 get_Property()">
22188         <size>2</size>
22189       </method>
22190       <method name="UInt32 get_StaticProperty()">
22191         <size>3</size>
22192       </method>
22193       <method name="Int32 get_Item(Int32)">
22194         <size>2</size>
22195       </method>
22196     </type>
22197     <type name="Z">
22198       <method name="Void .ctor()">
22199         <size>7</size>
22200       </method>
22201       <method name="Int32 Test()">
22202         <size>94</size>
22203       </method>
22204     </type>
22205     <type name="Test">
22206       <method name="Void .ctor()">
22207         <size>7</size>
22208       </method>
22209       <method name="Int32 Main()">
22210         <size>252</size>
22211       </method>
22212     </type>
22213   </test>
22214   <test name="test-148.cs">
22215     <type name="Y">
22216       <method name="Void .ctor()">
22217         <size>7</size>
22218       </method>
22219       <method name="Int32 get_Bar(Int32)">
22220         <size>2</size>
22221       </method>
22222       <method name="Int64 get_Bar(Double)">
22223         <size>3</size>
22224       </method>
22225     </type>
22226     <type name="Z">
22227       <method name="Void .ctor()">
22228         <size>7</size>
22229       </method>
22230       <method name="Int64 get_Whatever(Double)">
22231         <size>3</size>
22232       </method>
22233       <method name="Single get_Whatever(Int64, Int32)">
22234         <size>6</size>
22235       </method>
22236       <method name="Int32 InstanceTest()">
22237         <size>54</size>
22238       </method>
22239       <method name="Int32 Test()">
22240         <size>356</size>
22241       </method>
22242       <method name="Int32 Main()">
22243         <size>94</size>
22244       </method>
22245     </type>
22246     <type name="Z+MyArray">
22247       <method name="Void .ctor()">
22248         <size>7</size>
22249       </method>
22250       <method name="System.Object get_Item(Int32)">
22251         <size>8</size>
22252       </method>
22253       <method name="Void set_Item(Int32, System.Object)">
22254         <size>9</size>
22255       </method>
22256     </type>
22257     <type name="A">
22258       <method name="Void .ctor()">
22259         <size>7</size>
22260       </method>
22261       <method name="Int32 get_Monkey(Int32)">
22262         <size>4</size>
22263       </method>
22264     </type>
22265     <type name="B">
22266       <method name="Void .ctor()">
22267         <size>7</size>
22268       </method>
22269       <method name="Int64 get_Item(Int64, Int32)">
22270         <size>5</size>
22271       </method>
22272     </type>
22273     <type name="C">
22274       <method name="Void .ctor()">
22275         <size>7</size>
22276       </method>
22277       <method name="Int32 get_Item(Int32)">
22278         <size>4</size>
22279       </method>
22280     </type>
22281     <type name="D">
22282       <method name="Void .ctor()">
22283         <size>7</size>
22284       </method>
22285       <method name="Int64 get_Item(Int64, Int32)">
22286         <size>5</size>
22287       </method>
22288     </type>
22289     <type name="E">
22290       <method name="Void .ctor()">
22291         <size>7</size>
22292       </method>
22293       <method name="System.String get_g()">
22294         <size>6</size>
22295       </method>
22296       <method name="Void set_g(System.String)">
22297         <size>1</size>
22298       </method>
22299     </type>
22300     <type name="F">
22301       <method name="Void .ctor()">
22302         <size>7</size>
22303       </method>
22304       <method name="System.String get_g()">
22305         <size>6</size>
22306       </method>
22307     </type>
22308     <type name="DisposableNotifyList">
22309       <method name="Void .ctor()">
22310         <size>7</size>
22311       </method>
22312     </type>
22313     <type name="ChildList">
22314       <method name="Void .ctor()">
22315         <size>7</size>
22316       </method>
22317       <method name="Void Test()">
22318         <size>14</size>
22319       </method>
22320     </type>
22321     <type name="Y">
22322       <method name="Int32 X.get_Foo(Int32)">
22323         <size>2</size>
22324       </method>
22325     </type>
22326   </test>
22327   <test name="test-149.cs">
22328     <type name="Y">
22329       <method name="Void .ctor()">
22330         <size>7</size>
22331       </method>
22332       <method name="Void .cctor()">
22333         <size>1</size>
22334       </method>
22335       <method name="Void add_Foo(System.EventHandler)">
22336         <size>24</size>
22337       </method>
22338       <method name="Void remove_Foo(System.EventHandler)">
22339         <size>24</size>
22340       </method>
22341       <method name="Void add_TestEvent(MyDelegate)">
22342         <size>24</size>
22343       </method>
22344       <method name="Void remove_TestEvent(MyDelegate)">
22345         <size>24</size>
22346       </method>
22347       <method name="Int32 Test()">
22348         <size>166</size>
22349       </method>
22350       <method name="Void callback1(System.Object, System.EventArgs)">
22351         <size>7</size>
22352       </method>
22353       <method name="Int64 callback2(Int32)">
22354         <size>19</size>
22355       </method>
22356       <method name="Void callback3(System.Object, System.EventArgs)">
22357         <size>7</size>
22358       </method>
22359     </type>
22360     <type name="Z">
22361       <method name="Void .ctor()">
22362         <size>7</size>
22363       </method>
22364       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
22365         <size>22</size>
22366       </method>
22367       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
22368         <size>22</size>
22369       </method>
22370       <method name="Int32 a()">
22371         <size>2</size>
22372       </method>
22373       <method name="Int32 Main()">
22374         <size>80</size>
22375       </method>
22376     </type>
22377     <type name="Static">
22378       <method name="Void .ctor()">
22379         <size>7</size>
22380       </method>
22381       <method name="Void add_Test(System.EventHandler)">
22382         <size>22</size>
22383       </method>
22384       <method name="Void remove_Test(System.EventHandler)">
22385         <size>22</size>
22386       </method>
22387       <method name="Void Fire()">
22388         <size>23</size>
22389       </method>
22390     </type>
22391     <type name="Z+SomeEventHandler">
22392       <method name="Void .ctor(Object, IntPtr)">
22393         <size>0</size>
22394       </method>
22395       <method name="Int32 Invoke()">
22396         <size>0</size>
22397       </method>
22398       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22399         <size>0</size>
22400       </method>
22401       <method name="Int32 EndInvoke(IAsyncResult)">
22402         <size>0</size>
22403       </method>
22404     </type>
22405     <type name="MyDelegate">
22406       <method name="Void .ctor(Object, IntPtr)">
22407         <size>0</size>
22408       </method>
22409       <method name="Int64 Invoke(Int32)">
22410         <size>0</size>
22411       </method>
22412       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22413         <size>0</size>
22414       </method>
22415       <method name="Int64 EndInvoke(IAsyncResult)">
22416         <size>0</size>
22417       </method>
22418     </type>
22419     <type name="Y">
22420       <method name="Void X.add_Foo(System.EventHandler)">
22421         <size>1</size>
22422       </method>
22423       <method name="Void X.remove_Foo(System.EventHandler)">
22424         <size>1</size>
22425       </method>
22426     </type>
22427   </test>
22428   <test name="test-15.cs">
22429     <type name="Implementor">
22430       <method name="Void .ctor()">
22431         <size>7</size>
22432       </method>
22433       <method name="Int32 A()">
22434         <size>2</size>
22435       </method>
22436     </type>
22437     <type name="Run">
22438       <method name="Void .ctor()">
22439         <size>7</size>
22440       </method>
22441       <method name="Int32 Main()">
22442         <size>53</size>
22443       </method>
22444     </type>
22445     <type name="StructImplementor">
22446       <method name="Int32 A()">
22447         <size>2</size>
22448       </method>
22449     </type>
22450   </test>
22451   <test name="test-150.cs">
22452     <type name="T">
22453       <method name="Void .ctor()">
22454         <size>18</size>
22455       </method>
22456       <method name="Int32 Main()">
22457         <size>2</size>
22458       </method>
22459     </type>
22460   </test>
22461   <test name="test-151.cs">
22462     <type name="A.Iface">
22463       <method name="Void .ctor()">
22464         <size>7</size>
22465       </method>
22466       <method name="Void bah()">
22467         <size>1</size>
22468       </method>
22469     </type>
22470     <type name="A.my">
22471       <method name="Void .ctor()">
22472         <size>7</size>
22473       </method>
22474       <method name="Void doit(System.Object)">
22475         <size>13</size>
22476       </method>
22477       <method name="Int32 Main()">
22478         <size>2</size>
22479       </method>
22480     </type>
22481   </test>
22482   <test name="test-152.cs">
22483     <type name="X">
22484       <method name="Void .ctor()">
22485         <size>7</size>
22486       </method>
22487       <method name="Int32 Main()">
22488         <size>99</size>
22489       </method>
22490     </type>
22491   </test>
22492   <test name="test-153.cs">
22493     <type name="Z">
22494       <method name="Void .ctor()">
22495         <size>7</size>
22496       </method>
22497       <method name="Void Test2(System.String, System.Object[])">
22498         <size>1</size>
22499       </method>
22500       <method name="Void Test(System.String, System.Object[])">
22501         <size>8</size>
22502       </method>
22503       <method name="Int32 Main()">
22504         <size>86</size>
22505       </method>
22506     </type>
22507   </test>
22508   <test name="test-154.cs">
22509     <type name="X">
22510       <method name="Void .ctor()">
22511         <size>7</size>
22512       </method>
22513       <method name="Int32 Main()">
22514         <size>2</size>
22515       </method>
22516       <method name="Void test1(Single ByRef)">
22517         <size>6</size>
22518       </method>
22519       <method name="Void test2(Int32, Single ByRef)">
22520         <size>38</size>
22521       </method>
22522       <method name="Void test3(System.Int64[], Int32)">
22523         <size>21</size>
22524       </method>
22525       <method name="Int32 test4(Int32, Single ByRef)">
22526         <size>33</size>
22527       </method>
22528       <method name="Int32 test5(Single ByRef, Int64)">
22529         <size>75</size>
22530       </method>
22531       <method name="Int32 test6(Single ByRef)">
22532         <size>10</size>
22533       </method>
22534       <method name="Int64 test7(System.Int32[], Int32)">
22535         <size>64</size>
22536       </method>
22537       <method name="Int64 test8(Int32)">
22538         <size>34</size>
22539       </method>
22540       <method name="Int64 test9(Int32)">
22541         <size>28</size>
22542       </method>
22543       <method name="Void test10(Int32, Single ByRef)">
22544         <size>23</size>
22545       </method>
22546       <method name="Int64 test11(Int32)">
22547         <size>44</size>
22548       </method>
22549       <method name="Void test12(Single ByRef)">
22550         <size>25</size>
22551       </method>
22552       <method name="Void test13(Int32, Single ByRef)">
22553         <size>23</size>
22554       </method>
22555       <method name="Int64 test14(Int32, Single ByRef)">
22556         <size>66</size>
22557       </method>
22558       <method name="Int32 test15(Int32, Single ByRef)">
22559         <size>33</size>
22560       </method>
22561       <method name="Void test16()">
22562         <size>54</size>
22563       </method>
22564       <method name="Void test17()">
22565         <size>62</size>
22566       </method>
22567       <method name="Void test18(Int32, Int32 ByRef)">
22568         <size>35</size>
22569       </method>
22570       <method name="Int32 test19()">
22571         <size>49</size>
22572       </method>
22573       <method name="Int32 test20()">
22574         <size>22</size>
22575       </method>
22576       <method name="Int32 test21()">
22577         <size>28</size>
22578       </method>
22579       <method name="Int32 test22()">
22580         <size>27</size>
22581       </method>
22582       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
22583         <size>29</size>
22584       </method>
22585       <method name="Int64 test24(Int32)">
22586         <size>67</size>
22587       </method>
22588       <method name="Int64 test25(Int32)">
22589         <size>44</size>
22590       </method>
22591       <method name="Void test26()">
22592         <size>22</size>
22593       </method>
22594       <method name="Int32 test27()">
22595         <size>12</size>
22596       </method>
22597       <method name="Void test28(System.Object ByRef)">
22598         <size>23</size>
22599       </method>
22600       <method name="Boolean test29(Int32 ByRef)">
22601         <size>33</size>
22602       </method>
22603       <method name="System.String test30(System.String ByRef)">
22604         <size>36</size>
22605       </method>
22606       <method name="System.String test31(Int32)">
22607         <size>78</size>
22608       </method>
22609       <method name="Void test32()">
22610         <size>11</size>
22611       </method>
22612       <method name="Int32 test33()">
22613         <size>4</size>
22614       </method>
22615       <method name="Void test34()">
22616         <size>20</size>
22617       </method>
22618       <method name="Void test35(Int32, Boolean)">
22619         <size>28</size>
22620       </method>
22621       <method name="Void test36()">
22622         <size>41</size>
22623       </method>
22624       <method name="Void test37()">
22625         <size>42</size>
22626       </method>
22627       <method name="Int32 test38()">
22628         <size>2</size>
22629       </method>
22630       <method name="Int32 test40(Int32)">
22631         <size>18</size>
22632       </method>
22633     </type>
22634   </test>
22635   <test name="test-155.cs">
22636     <type name="Test">
22637       <method name="Void .ctor()">
22638         <size>7</size>
22639       </method>
22640       <method name="Int32 Main()">
22641         <size>44</size>
22642       </method>
22643     </type>
22644     <type name="Test+TestClass">
22645       <method name="Void .ctor()">
22646         <size>7</size>
22647       </method>
22648       <method name="System.String test(System.String)">
22649         <size>22</size>
22650       </method>
22651     </type>
22652   </test>
22653   <test name="test-156.cs">
22654     <type name="Internal">
22655       <method name="Void .ctor()">
22656         <size>7</size>
22657       </method>
22658     </type>
22659     <type name="Public">
22660       <method name="Void .ctor()">
22661         <size>7</size>
22662       </method>
22663     </type>
22664     <type name="X">
22665       <method name="Void .ctor()">
22666         <size>7</size>
22667       </method>
22668       <method name="Void Main()">
22669         <size>1</size>
22670       </method>
22671     </type>
22672     <type name="X+NestedPublic">
22673       <method name="Void .ctor()">
22674         <size>7</size>
22675       </method>
22676     </type>
22677     <type name="X+NestedAssembly">
22678       <method name="Void .ctor()">
22679         <size>7</size>
22680       </method>
22681     </type>
22682     <type name="X+NestedFamilyAndAssembly">
22683       <method name="Void .ctor()">
22684         <size>7</size>
22685       </method>
22686     </type>
22687     <type name="X+NestedFamily">
22688       <method name="Void .ctor()">
22689         <size>7</size>
22690       </method>
22691     </type>
22692     <type name="X+NestedPrivate">
22693       <method name="Void .ctor()">
22694         <size>7</size>
22695       </method>
22696     </type>
22697     <type name="A">
22698       <method name="Void .ctor()">
22699         <size>7</size>
22700       </method>
22701     </type>
22702     <type name="B">
22703       <method name="Void .ctor()">
22704         <size>7</size>
22705       </method>
22706     </type>
22707     <type name="C">
22708       <method name="Void .ctor()">
22709         <size>7</size>
22710       </method>
22711     </type>
22712     <type name="D">
22713       <method name="Void .ctor()">
22714         <size>7</size>
22715       </method>
22716     </type>
22717     <type name="E">
22718       <method name="Void .ctor()">
22719         <size>7</size>
22720       </method>
22721     </type>
22722     <type name="F">
22723       <method name="Void .ctor()">
22724         <size>7</size>
22725       </method>
22726     </type>
22727     <type name="Y">
22728       <method name="Void .ctor()">
22729         <size>7</size>
22730       </method>
22731       <method name="Void Test(YI)">
22732         <size>1</size>
22733       </method>
22734     </type>
22735     <type name="Y+YA">
22736       <method name="Void .ctor()">
22737         <size>7</size>
22738       </method>
22739     </type>
22740     <type name="Y+YB">
22741       <method name="Void .ctor()">
22742         <size>7</size>
22743       </method>
22744     </type>
22745     <type name="Y+YC">
22746       <method name="Void .ctor()">
22747         <size>7</size>
22748       </method>
22749     </type>
22750     <type name="Y+YD">
22751       <method name="Void .ctor()">
22752         <size>7</size>
22753       </method>
22754     </type>
22755     <type name="Y+YE">
22756       <method name="Void .ctor()">
22757         <size>7</size>
22758       </method>
22759     </type>
22760     <type name="Y+YF">
22761       <method name="Void .ctor()">
22762         <size>7</size>
22763       </method>
22764     </type>
22765     <type name="Y+YG">
22766       <method name="Void .ctor()">
22767         <size>7</size>
22768       </method>
22769     </type>
22770     <type name="Y+YH">
22771       <method name="Void .ctor()">
22772         <size>7</size>
22773       </method>
22774     </type>
22775     <type name="Z">
22776       <method name="Void .ctor()">
22777         <size>7</size>
22778       </method>
22779     </type>
22780     <type name="Z+P">
22781       <method name="Void .ctor()">
22782         <size>7</size>
22783       </method>
22784     </type>
22785     <type name="W">
22786       <method name="Void .ctor()">
22787         <size>7</size>
22788       </method>
22789     </type>
22790     <type name="W+WA">
22791       <method name="Void .ctor()">
22792         <size>7</size>
22793       </method>
22794     </type>
22795     <type name="W+WB">
22796       <method name="Void .ctor()">
22797         <size>7</size>
22798       </method>
22799     </type>
22800     <type name="W+WC">
22801       <method name="Void .ctor()">
22802         <size>7</size>
22803       </method>
22804     </type>
22805     <type name="W+WD">
22806       <method name="Void .ctor()">
22807         <size>7</size>
22808       </method>
22809     </type>
22810     <type name="W+WE">
22811       <method name="Void .ctor()">
22812         <size>7</size>
22813       </method>
22814     </type>
22815     <type name="W+WCA">
22816       <method name="Void .ctor()">
22817         <size>7</size>
22818       </method>
22819     </type>
22820     <type name="W+WCB">
22821       <method name="Void .ctor()">
22822         <size>7</size>
22823       </method>
22824     </type>
22825     <type name="W+WCB+WCD">
22826       <method name="Void .ctor()">
22827         <size>7</size>
22828       </method>
22829     </type>
22830     <type name="W+WCB+WCD+WCE">
22831       <method name="Void .ctor()">
22832         <size>7</size>
22833       </method>
22834     </type>
22835     <type name="G">
22836       <method name="Void .ctor()">
22837         <size>7</size>
22838       </method>
22839       <method name="Void Test(X)">
22840         <size>1</size>
22841       </method>
22842     </type>
22843     <type name="G+I">
22844       <method name="Void .ctor()">
22845         <size>7</size>
22846       </method>
22847     </type>
22848     <type name="G+I+J">
22849       <method name="Void .ctor()">
22850         <size>7</size>
22851       </method>
22852       <method name="Void Test(Foo)">
22853         <size>1</size>
22854       </method>
22855     </type>
22856     <type name="H">
22857       <method name="Void .ctor()">
22858         <size>7</size>
22859       </method>
22860       <method name="Void Test(System.Int32[])">
22861         <size>1</size>
22862       </method>
22863     </type>
22864     <type name="M">
22865       <method name="Void .ctor()">
22866         <size>7</size>
22867       </method>
22868       <method name="Void Hello(System.String)">
22869         <size>1</size>
22870       </method>
22871     </type>
22872   </test>
22873   <test name="test-157.cs">
22874     <type name="Test.MyAttribute">
22875       <method name="Void .ctor(String)">
22876         <size>20</size>
22877       </method>
22878     </type>
22879     <type name="Test.Test">
22880       <method name="Void .ctor()">
22881         <size>7</size>
22882       </method>
22883       <method name="Int32 Main()">
22884         <size>197</size>
22885       </method>
22886     </type>
22887   </test>
22888   <test name="test-158.cs">
22889     <type name="My">
22890       <method name="Void .ctor(Object)">
22891         <size>14</size>
22892       </method>
22893     </type>
22894     <type name="My+Test">
22895       <method name="Void .ctor()">
22896         <size>7</size>
22897       </method>
22898       <method name="Int32 Main()">
22899         <size>87</size>
22900       </method>
22901     </type>
22902   </test>
22903   <test name="test-159.cs">
22904     <type name="A.Iface">
22905       <method name="Void .ctor()">
22906         <size>7</size>
22907       </method>
22908       <method name="Void bah()">
22909         <size>1</size>
22910       </method>
22911     </type>
22912     <type name="A.my">
22913       <method name="Void .ctor()">
22914         <size>7</size>
22915       </method>
22916       <method name="Void doit(System.Object)">
22917         <size>13</size>
22918       </method>
22919       <method name="Int32 Main()">
22920         <size>2</size>
22921       </method>
22922     </type>
22923   </test>
22924   <test name="test-16.cs">
22925     <type name="Mine.Blah">
22926       <method name="Void .ctor()">
22927         <size>7</size>
22928       </method>
22929       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
22930         <size>12</size>
22931       </method>
22932       <method name="Int32 op_Implicit(Mine.Blah)">
22933         <size>12</size>
22934       </method>
22935       <method name="Byte op_Implicit(Mine.Blah)">
22936         <size>12</size>
22937       </method>
22938       <method name="Int16 op_Implicit(Mine.Blah)">
22939         <size>12</size>
22940       </method>
22941     </type>
22942     <type name="Mine.Foo">
22943       <method name="Void .ctor()">
22944         <size>7</size>
22945       </method>
22946       <method name="Int32 Main()">
22947         <size>118</size>
22948       </method>
22949     </type>
22950   </test>
22951   <test name="test-160.cs">
22952     <type name="B">
22953       <method name="Void .ctor()">
22954         <size>7</size>
22955       </method>
22956     </type>
22957     <type name="S">
22958       <method name="Void .ctor()">
22959         <size>7</size>
22960       </method>
22961     </type>
22962     <type name="T">
22963       <method name="Void .ctor()">
22964         <size>7</size>
22965       </method>
22966       <method name="Int32 blah(System.Object)">
22967         <size>62</size>
22968       </method>
22969       <method name="Int32 Main()">
22970         <size>2</size>
22971       </method>
22972     </type>
22973   </test>
22974   <test name="test-161.cs">
22975     <type name="ZipEntry">
22976       <method name="Void .ctor(String)">
22977         <size>18</size>
22978       </method>
22979       <method name="Void .ctor(ZipEntry)">
22980         <size>18</size>
22981       </method>
22982       <method name="DateTime get_DateTime()">
22983         <size>7</size>
22984       </method>
22985       <method name="Int32 Main()">
22986         <size>2</size>
22987       </method>
22988     </type>
22989   </test>
22990   <test name="test-162.cs">
22991     <type name="X">
22992       <method name="Void .ctor()">
22993         <size>7</size>
22994       </method>
22995       <method name="Void test_output(A)">
22996         <size>1</size>
22997       </method>
22998       <method name="Void test_output(B)">
22999         <size>1</size>
23000       </method>
23001       <method name="Void test_output(E)">
23002         <size>1</size>
23003       </method>
23004       <method name="Void test_output(F)">
23005         <size>1</size>
23006       </method>
23007       <method name="Void test1()">
23008         <size>21</size>
23009       </method>
23010       <method name="Void test2()">
23011         <size>32</size>
23012       </method>
23013       <method name="Void test3()">
23014         <size>21</size>
23015       </method>
23016       <method name="Void test4(A)">
23017         <size>9</size>
23018       </method>
23019       <method name="Void test5(A ByRef)">
23020         <size>9</size>
23021       </method>
23022       <method name="Void test6(B ByRef)">
23023         <size>8</size>
23024       </method>
23025       <method name="Void test7()">
23026         <size>28</size>
23027       </method>
23028       <method name="Void test8()">
23029         <size>50</size>
23030       </method>
23031       <method name="Void test9()">
23032         <size>26</size>
23033       </method>
23034       <method name="Void test10()">
23035         <size>82</size>
23036       </method>
23037       <method name="Int32 Main()">
23038         <size>2</size>
23039       </method>
23040     </type>
23041     <type name="A">
23042       <method name="Void .ctor(Int32)">
23043         <size>27</size>
23044       </method>
23045     </type>
23046     <type name="C">
23047       <method name="Void .ctor(Int64)">
23048         <size>8</size>
23049       </method>
23050       <method name="Void .ctor(String)">
23051         <size>13</size>
23052       </method>
23053     </type>
23054     <type name="E">
23055       <method name="Void .ctor(Int32)">
23056         <size>21</size>
23057       </method>
23058     </type>
23059   </test>
23060   <test name="test-163.cs">
23061     <type name="Blah">
23062       <method name="Void .ctor()">
23063         <size>7</size>
23064       </method>
23065       <method name="Int32 Foo(System.String)">
23066         <size>2</size>
23067       </method>
23068       <method name="Int32 Foo(System.Object)">
23069         <size>2</size>
23070       </method>
23071       <method name="Int32 Main()">
23072         <size>28</size>
23073       </method>
23074     </type>
23075   </test>
23076   <test name="test-164.cs">
23077     <type name="X">
23078       <method name="Void .ctor()">
23079         <size>26</size>
23080       </method>
23081       <method name="Int32 Foo()">
23082         <size>2</size>
23083       </method>
23084     </type>
23085     <type name="Y">
23086       <method name="Void .ctor()">
23087         <size>7</size>
23088       </method>
23089       <method name="Int32 Foo()">
23090         <size>2</size>
23091       </method>
23092       <method name="Int32 Hello()">
23093         <size>12</size>
23094       </method>
23095       <method name="Void Main()">
23096         <size>46</size>
23097       </method>
23098     </type>
23099     <type name="X+FooDelegate">
23100       <method name="Void .ctor(Object, IntPtr)">
23101         <size>0</size>
23102       </method>
23103       <method name="Int32 Invoke()">
23104         <size>0</size>
23105       </method>
23106       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
23107         <size>0</size>
23108       </method>
23109       <method name="Int32 EndInvoke(IAsyncResult)">
23110         <size>0</size>
23111       </method>
23112     </type>
23113   </test>
23114   <test name="test-165.cs">
23115     <type name="Testing">
23116       <method name="Void .ctor()">
23117         <size>7</size>
23118       </method>
23119       <method name="Int32 TestEnumInit(Fruit)">
23120         <size>21</size>
23121       </method>
23122       <method name="Int32 Main()">
23123         <size>62</size>
23124       </method>
23125     </type>
23126   </test>
23127   <test name="test-166.cs">
23128     <type name="Test">
23129       <method name="Void .ctor()">
23130         <size>7</size>
23131       </method>
23132       <method name="Int32 get_Item(Int32)">
23133         <size>2</size>
23134       </method>
23135     </type>
23136     <type name="D">
23137       <method name="Void .ctor()">
23138         <size>7</size>
23139       </method>
23140       <method name="Int32 get_TargetIntegerSize()">
23141         <size>2</size>
23142       </method>
23143       <method name="Int32 Hello(IInferior)">
23144         <size>7</size>
23145       </method>
23146       <method name="Int32 Main()">
23147         <size>61</size>
23148       </method>
23149     </type>
23150     <type name="Test">
23151       <method name="Int32 ITest.get_Item(Int32)">
23152         <size>2</size>
23153       </method>
23154     </type>
23155   </test>
23156   <test name="test-167.cs">
23157     <type name="X">
23158       <method name="Void .ctor()">
23159         <size>7</size>
23160       </method>
23161       <method name="Int32 Test(X+Foo[])">
23162         <size>23</size>
23163       </method>
23164       <method name="Int32 Main()">
23165         <size>44</size>
23166       </method>
23167     </type>
23168   </test>
23169   <test name="test-168.cs">
23170     <type name="Test">
23171       <method name="Void .ctor()">
23172         <size>7</size>
23173       </method>
23174       <method name="Int32 Main()">
23175         <size>21</size>
23176       </method>
23177     </type>
23178     <type name="X">
23179       <method name="System.String op_Implicit(X)">
23180         <size>6</size>
23181       </method>
23182     </type>
23183   </test>
23184   <test name="test-169.cs">
23185     <type name="basec">
23186       <method name="Void .ctor()">
23187         <size>7</size>
23188       </method>
23189       <method name="System.String get_Message()">
23190         <size>6</size>
23191       </method>
23192     </type>
23193     <type name="der">
23194       <method name="Void .ctor()">
23195         <size>7</size>
23196       </method>
23197       <method name="System.String get_Message()">
23198         <size>6</size>
23199       </method>
23200     </type>
23201     <type name="Base">
23202       <method name="Void .ctor()">
23203         <size>7</size>
23204       </method>
23205       <method name="Int32 get_Thingy()">
23206         <size>7</size>
23207       </method>
23208       <method name="Void set_Thingy(Int32)">
23209         <size>8</size>
23210       </method>
23211     </type>
23212     <type name="Derived">
23213       <method name="Void .ctor()">
23214         <size>7</size>
23215       </method>
23216       <method name="Int32 get_BaseThingy()">
23217         <size>7</size>
23218       </method>
23219       <method name="Void set_Thingy(Int32)">
23220         <size>1</size>
23221       </method>
23222     </type>
23223     <type name="D">
23224       <method name="Void .ctor()">
23225         <size>7</size>
23226       </method>
23227       <method name="Int32 Main()">
23228         <size>97</size>
23229       </method>
23230     </type>
23231   </test>
23232   <test name="test-17.cs">
23233     <type name="Blah">
23234       <method name="Void .ctor()">
23235         <size>7</size>
23236       </method>
23237       <method name="Int32 Main()">
23238         <size>39</size>
23239       </method>
23240       <method name="Byte op_Implicit(Blah)">
23241         <size>12</size>
23242       </method>
23243       <method name="Int16 op_Implicit(Blah)">
23244         <size>12</size>
23245       </method>
23246       <method name="Int32 op_Implicit(Blah)">
23247         <size>12</size>
23248       </method>
23249     </type>
23250   </test>
23251   <test name="test-170.cs">
23252     <type name="X">
23253       <method name="Void .ctor()">
23254         <size>7</size>
23255       </method>
23256       <method name="Int32 get_prop()">
23257         <size>7</size>
23258       </method>
23259       <method name="Void set_prop(Int32)">
23260         <size>8</size>
23261       </method>
23262       <method name="Void set_AAA(Int32)">
23263         <size>1</size>
23264       </method>
23265     </type>
23266     <type name="Y">
23267       <method name="Void .ctor()">
23268         <size>14</size>
23269       </method>
23270       <method name="Int32 get_prop()">
23271         <size>7</size>
23272       </method>
23273       <method name="Void set_prop(Int32)">
23274         <size>8</size>
23275       </method>
23276       <method name="Int32 A()">
23277         <size>38</size>
23278       </method>
23279       <method name="Int32 Main()">
23280         <size>13</size>
23281       </method>
23282     </type>
23283   </test>
23284   <test name="test-171.cs">
23285     <type name="IntPtr_Conv.Class1">
23286       <method name="Void .ctor()">
23287         <size>7</size>
23288       </method>
23289       <method name="Int32 Main(System.String[])">
23290         <size>15</size>
23291       </method>
23292     </type>
23293   </test>
23294   <test name="test-172.cs">
23295     <type name="X">
23296       <method name="Void .ctor()">
23297         <size>7</size>
23298       </method>
23299       <method name="Void .cctor()">
23300         <size>31</size>
23301       </method>
23302       <method name="Boolean ff()">
23303         <size>14</size>
23304       </method>
23305       <method name="Boolean tt()">
23306         <size>14</size>
23307       </method>
23308       <method name="Int32 test_if()">
23309         <size>599</size>
23310       </method>
23311       <method name="Int32 test_while()">
23312         <size>437</size>
23313       </method>
23314       <method name="Int32 test_inline()">
23315         <size>29</size>
23316       </method>
23317       <method name="Int32 Main()">
23318         <size>109</size>
23319       </method>
23320     </type>
23321   </test>
23322   <test name="test-173.cs">
23323     <type name="Base">
23324       <method name="Void .ctor(Int32)">
23325         <size>14</size>
23326       </method>
23327       <method name="Int32 get_Value()">
23328         <size>7</size>
23329       </method>
23330     </type>
23331     <type name="A">
23332       <method name="Void .ctor(Int32)">
23333         <size>18</size>
23334       </method>
23335       <method name="Void .ctor(UInt32)">
23336         <size>18</size>
23337       </method>
23338     </type>
23339     <type name="B">
23340       <method name="Void .ctor(Int64)">
23341         <size>18</size>
23342       </method>
23343       <method name="Void .ctor(UInt64)">
23344         <size>18</size>
23345       </method>
23346     </type>
23347     <type name="C">
23348       <method name="Void .ctor(Int16)">
23349         <size>18</size>
23350       </method>
23351       <method name="Void .ctor(UInt16)">
23352         <size>18</size>
23353       </method>
23354     </type>
23355     <type name="D">
23356       <method name="Void .ctor(SByte)">
23357         <size>18</size>
23358       </method>
23359       <method name="Void .ctor(Byte)">
23360         <size>18</size>
23361       </method>
23362     </type>
23363     <type name="E">
23364       <method name="Void .ctor(Int64)">
23365         <size>19</size>
23366       </method>
23367       <method name="Void .ctor(E)">
23368         <size>19</size>
23369       </method>
23370       <method name="E op_Implicit(Int64)">
23371         <size>7</size>
23372       </method>
23373     </type>
23374     <type name="F">
23375       <method name="Void .ctor(Int32)">
23376         <size>19</size>
23377       </method>
23378       <method name="Void .ctor(F)">
23379         <size>19</size>
23380       </method>
23381       <method name="F op_Implicit(Int32)">
23382         <size>7</size>
23383       </method>
23384     </type>
23385     <type name="X">
23386       <method name="Void .ctor()">
23387         <size>7</size>
23388       </method>
23389       <method name="Int32 Test()">
23390         <size>231</size>
23391       </method>
23392       <method name="Int32 Main()">
23393         <size>24</size>
23394       </method>
23395     </type>
23396   </test>
23397   <test name="test-174.cs">
23398     <type name="ProtectedAccessToPropertyOnChild">
23399       <method name="Void .ctor()">
23400         <size>14</size>
23401       </method>
23402       <method name="Int32 Main()">
23403         <size>21</size>
23404       </method>
23405     </type>
23406     <type name="TestAccessToPrivateMemberInParentClass">
23407       <method name="Void .ctor()">
23408         <size>7</size>
23409       </method>
23410       <method name="System.Double[][] get_Array()">
23411         <size>7</size>
23412       </method>
23413     </type>
23414     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
23415       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
23416         <size>37</size>
23417       </method>
23418     </type>
23419     <type name="TestAccessToProtectedOnChildInstanceFromParent">
23420       <method name="Void .ctor()">
23421         <size>29</size>
23422       </method>
23423       <method name="Int32 Test()">
23424         <size>27</size>
23425       </method>
23426     </type>
23427     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
23428       <method name="Void .ctor()">
23429         <size>26</size>
23430       </method>
23431       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
23432         <size>15</size>
23433       </method>
23434     </type>
23435     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
23436       <method name="Void .ctor()">
23437         <size>7</size>
23438       </method>
23439     </type>
23440   </test>
23441   <test name="test-175.cs">
23442     <type name="X">
23443       <method name="Void .ctor()">
23444         <size>7</size>
23445       </method>
23446       <method name="Int32 Main()">
23447         <size>59</size>
23448       </method>
23449     </type>
23450     <type name="RVA">
23451       <method name="Void .ctor(UInt32)">
23452         <size>8</size>
23453       </method>
23454       <method name="RVA op_Implicit(UInt32)">
23455         <size>7</size>
23456       </method>
23457       <method name="UInt32 op_Implicit(RVA)">
23458         <size>8</size>
23459       </method>
23460     </type>
23461   </test>
23462   <test name="test-176.cs">
23463     <type name="X">
23464       <method name="Void .ctor()">
23465         <size>7</size>
23466       </method>
23467       <method name="Int32 Main()">
23468         <size>34</size>
23469       </method>
23470     </type>
23471   </test>
23472   <test name="test-177.cs">
23473     <type name="MethodAttribute">
23474       <method name="Void .ctor()">
23475         <size>7</size>
23476       </method>
23477     </type>
23478     <type name="ReturnAttribute">
23479       <method name="Void .ctor()">
23480         <size>7</size>
23481       </method>
23482     </type>
23483     <type name="Test">
23484       <method name="Void .ctor()">
23485         <size>7</size>
23486       </method>
23487       <method name="Void Method()">
23488         <size>1</size>
23489       </method>
23490       <method name="Int32 Main()">
23491         <size>40</size>
23492       </method>
23493     </type>
23494   </test>
23495   <test name="test-178.cs">
23496     <type name="BrowsableClass">
23497       <method name="Void .ctor()">
23498         <size>7</size>
23499       </method>
23500       <method name="Int32 Main()">
23501         <size>54</size>
23502       </method>
23503       <method name="BrowsableClass op_Increment(BrowsableClass)">
23504         <size>2</size>
23505       </method>
23506     </type>
23507   </test>
23508   <test name="test-179.cs">
23509     <type name="A">
23510       <method name="Void .ctor()">
23511         <size>7</size>
23512       </method>
23513       <method name="Void set_Item(Double, Double)">
23514         <size>15</size>
23515       </method>
23516       <method name="Double get_Item(Double)">
23517         <size>29</size>
23518       </method>
23519     </type>
23520     <type name="B">
23521       <method name="Void .ctor()">
23522         <size>7</size>
23523       </method>
23524       <method name="Void set_Item(Double, Double)">
23525         <size>15</size>
23526       </method>
23527       <method name="Double get_Item(Double)">
23528         <size>29</size>
23529       </method>
23530     </type>
23531     <type name="C">
23532       <method name="Void .ctor()">
23533         <size>7</size>
23534       </method>
23535       <method name="Void set_Item(System.String, System.String)">
23536         <size>15</size>
23537       </method>
23538       <method name="System.String get_Item(System.String)">
23539         <size>30</size>
23540       </method>
23541       <method name="Void set_Item(Int32, Int32)">
23542         <size>15</size>
23543       </method>
23544       <method name="Int32 get_Item(Int32)">
23545         <size>21</size>
23546       </method>
23547     </type>
23548     <type name="EntryPoint">
23549       <method name="Int32 Main(System.String[])">
23550         <size>150</size>
23551       </method>
23552     </type>
23553   </test>
23554   <test name="test-18.cs">
23555     <type name="X">
23556       <method name="Void .ctor()">
23557         <size>7</size>
23558       </method>
23559       <method name="Void m()">
23560         <size>60</size>
23561       </method>
23562       <method name="Int32 ret(Int32)">
23563         <size>40</size>
23564       </method>
23565       <method name="Int32 Main()">
23566         <size>62</size>
23567       </method>
23568     </type>
23569   </test>
23570   <test name="test-180.cs">
23571     <type name="Testing">
23572       <method name="Void .ctor()">
23573         <size>7</size>
23574       </method>
23575       <method name="Void Main()">
23576         <size>17</size>
23577       </method>
23578     </type>
23579   </test>
23580   <test name="test-181.cs">
23581     <type name="Test">
23582       <method name="Void .ctor()">
23583         <size>7</size>
23584       </method>
23585       <method name="Void test()">
23586         <size>1</size>
23587       </method>
23588       <method name="Int32 Main()">
23589         <size>43</size>
23590       </method>
23591     </type>
23592   </test>
23593   <test name="test-182.cs">
23594     <type name="T">
23595       <method name="Void .ctor()">
23596         <size>7</size>
23597       </method>
23598       <method name="Int32 Main()">
23599         <size>26</size>
23600       </method>
23601     </type>
23602     <type name="TS">
23603       <method name="Int64 get_Ticks()">
23604         <size>19</size>
23605       </method>
23606     </type>
23607     <type name="DT">
23608       <method name="Int64 get_Ticks()">
23609         <size>12</size>
23610       </method>
23611     </type>
23612   </test>
23613   <test name="test-183.cs">
23614     <type name="Test">
23615       <method name="Void .ctor()">
23616         <size>7</size>
23617       </method>
23618       <method name="Int32 M(Int32, Int32 ByRef)">
23619         <size>12</size>
23620       </method>
23621       <method name="Int32 Main()">
23622         <size>67</size>
23623       </method>
23624     </type>
23625     <type name="Test+D">
23626       <method name="Void .ctor(Object, IntPtr)">
23627         <size>0</size>
23628       </method>
23629       <method name="Int32 Invoke(Int32, Int32 ByRef)">
23630         <size>0</size>
23631       </method>
23632       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
23633         <size>0</size>
23634       </method>
23635       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
23636         <size>0</size>
23637       </method>
23638     </type>
23639   </test>
23640   <test name="test-184.cs">
23641     <type name="User">
23642       <method name="Void .ctor(Interface)">
23643         <size>7</size>
23644       </method>
23645     </type>
23646     <type name="Test">
23647       <method name="Void .ctor()">
23648         <size>55</size>
23649       </method>
23650       <method name="Int32 Main()">
23651         <size>8</size>
23652       </method>
23653     </type>
23654     <type name="Struct">
23655       <method name="Void .ctor(Int32)">
23656         <size>1</size>
23657       </method>
23658       <method name="Int32 get_X()">
23659         <size>2</size>
23660       </method>
23661     </type>
23662   </test>
23663   <test name="test-185.cs">
23664     <type name="X">
23665       <method name="Void .ctor()">
23666         <size>7</size>
23667       </method>
23668       <method name="Int32 Test(Int32)">
23669         <size>36</size>
23670       </method>
23671       <method name="Int32 Main()">
23672         <size>29</size>
23673       </method>
23674     </type>
23675   </test>
23676   <test name="test-186.cs">
23677     <type name="TestBUG.myAttribute">
23678       <method name="Void .ctor(String, String, String, Int32)">
23679         <size>7</size>
23680       </method>
23681     </type>
23682     <type name="TestBUG.Test">
23683       <method name="Void .ctor()">
23684         <size>7</size>
23685       </method>
23686       <method name="Int32 Main()">
23687         <size>2</size>
23688       </method>
23689     </type>
23690   </test>
23691   <test name="test-187.cs">
23692     <type name="MyClass">
23693       <method name="Void .ctor()">
23694         <size>7</size>
23695       </method>
23696       <method name="Container get_Item(System.String)">
23697         <size>2</size>
23698       </method>
23699       <method name="Void set_Item(System.String, Container)">
23700         <size>1</size>
23701       </method>
23702     </type>
23703     <type name="Container">
23704       <method name="Void .ctor()">
23705         <size>7</size>
23706       </method>
23707       <method name="Container op_Addition(Container, System.Object)">
23708         <size>2</size>
23709       </method>
23710     </type>
23711     <type name="D">
23712       <method name="Void .ctor()">
23713         <size>7</size>
23714       </method>
23715       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
23716         <size>65</size>
23717       </method>
23718       <method name="Int32 Main()">
23719         <size>2</size>
23720       </method>
23721     </type>
23722   </test>
23723   <test name="test-188.cs">
23724     <type name="Enumerator">
23725       <method name="Void .ctor()">
23726         <size>14</size>
23727       </method>
23728       <method name="Boolean MoveNext()">
23729         <size>21</size>
23730       </method>
23731       <method name="Char get_Current()">
23732         <size>3</size>
23733       </method>
23734     </type>
23735     <type name="RealEnumerator">
23736       <method name="Void .ctor(Coll)">
23737         <size>14</size>
23738       </method>
23739       <method name="Void Dispose()">
23740         <size>13</size>
23741       </method>
23742     </type>
23743     <type name="Coll">
23744       <method name="Void .ctor()">
23745         <size>7</size>
23746       </method>
23747       <method name="Enumerator GetEnumerator()">
23748         <size>7</size>
23749       </method>
23750     </type>
23751     <type name="Test">
23752       <method name="Void .ctor()">
23753         <size>7</size>
23754       </method>
23755       <method name="Int32 Main(System.String[])">
23756         <size>78</size>
23757       </method>
23758     </type>
23759   </test>
23760   <test name="test-189.cs">
23761     <type name="MyTest">
23762       <method name="Void .ctor()">
23763         <size>7</size>
23764       </method>
23765       <method name="Int32 Main(System.String[])">
23766         <size>63</size>
23767       </method>
23768       <method name="Int32 m(Int32, Double)">
23769         <size>2</size>
23770       </method>
23771       <method name="Int32 m(Int32, System.Int32[])">
23772         <size>2</size>
23773       </method>
23774     </type>
23775     <type name="MonoTest">
23776       <method name="Void .ctor()">
23777         <size>7</size>
23778       </method>
23779       <method name="Int32 method1(System.String, System.Object[])">
23780         <size>2</size>
23781       </method>
23782       <method name="Void testmethod()">
23783         <size>27</size>
23784       </method>
23785     </type>
23786     <type name="MonoTest2">
23787       <method name="Void .ctor()">
23788         <size>7</size>
23789       </method>
23790       <method name="Int32 method1(System.String, System.Object[])">
23791         <size>2</size>
23792       </method>
23793       <method name="Void testmethod2()">
23794         <size>27</size>
23795       </method>
23796     </type>
23797   </test>
23798   <test name="test-19.cs">
23799     <type name="I">
23800       <method name="Void .ctor()">
23801         <size>7</size>
23802       </method>
23803       <method name="Void .cctor()">
23804         <size>18</size>
23805       </method>
23806       <method name="System.String fn(System.String)">
23807         <size>17</size>
23808       </method>
23809     </type>
23810     <type name="X">
23811       <method name="Void .ctor()">
23812         <size>7</size>
23813       </method>
23814       <method name="Void Thread_func()">
23815         <size>11</size>
23816       </method>
23817       <method name="Int32 Func(Int32, Int32)">
23818         <size>4</size>
23819       </method>
23820       <method name="Void Bar()">
23821         <size>44</size>
23822       </method>
23823       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
23824         <size>18</size>
23825       </method>
23826       <method name="Int32 Main()">
23827         <size>303</size>
23828       </method>
23829       <method name="Int32 multiply_by_three(Int32)">
23830         <size>4</size>
23831       </method>
23832     </type>
23833     <type name="TestNamespace.TestClass">
23834       <method name="Void .ctor()">
23835         <size>7</size>
23836       </method>
23837     </type>
23838     <type name="I+GetTextFn">
23839       <method name="Void .ctor(Object, IntPtr)">
23840         <size>0</size>
23841       </method>
23842       <method name="System.String Invoke(System.String)">
23843         <size>0</size>
23844       </method>
23845       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
23846         <size>0</size>
23847       </method>
23848       <method name="System.String EndInvoke(IAsyncResult)">
23849         <size>0</size>
23850       </method>
23851     </type>
23852     <type name="X+Foo">
23853       <method name="Void .ctor(Object, IntPtr)">
23854         <size>0</size>
23855       </method>
23856       <method name="Int32 Invoke(Int32, Int32)">
23857         <size>0</size>
23858       </method>
23859       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
23860         <size>0</size>
23861       </method>
23862       <method name="Int32 EndInvoke(IAsyncResult)">
23863         <size>0</size>
23864       </method>
23865     </type>
23866     <type name="TestNamespace.TestClass+NotWorkingDelegate">
23867       <method name="Void .ctor(Object, IntPtr)">
23868         <size>0</size>
23869       </method>
23870       <method name="Single Invoke(Single, System.Object[])">
23871         <size>0</size>
23872       </method>
23873       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
23874         <size>0</size>
23875       </method>
23876       <method name="Single EndInvoke(IAsyncResult)">
23877         <size>0</size>
23878       </method>
23879     </type>
23880     <type name="NameSpace.TestDelegate">
23881       <method name="Void .ctor(Object, IntPtr)">
23882         <size>0</size>
23883       </method>
23884       <method name="Int32 Invoke(Int32)">
23885         <size>0</size>
23886       </method>
23887       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
23888         <size>0</size>
23889       </method>
23890       <method name="Int32 EndInvoke(IAsyncResult)">
23891         <size>0</size>
23892       </method>
23893     </type>
23894   </test>
23895   <test name="test-190.cs">
23896     <type name="A">
23897       <method name="Void .ctor()">
23898         <size>7</size>
23899       </method>
23900       <method name="Void Main()">
23901         <size>1</size>
23902       </method>
23903     </type>
23904     <type name="A+B">
23905       <method name="Void .ctor()">
23906         <size>7</size>
23907       </method>
23908       <method name="Void Test()">
23909         <size>8</size>
23910       </method>
23911     </type>
23912     <type name="A+C">
23913       <method name="Void .ctor()">
23914         <size>7</size>
23915       </method>
23916       <method name="Void Test(A)">
23917         <size>8</size>
23918       </method>
23919     </type>
23920   </test>
23921   <test name="test-191.cs">
23922     <type name="X">
23923       <method name="Void .ctor()">
23924         <size>7</size>
23925       </method>
23926     </type>
23927     <type name="X+E">
23928       <method name="Void .ctor()">
23929         <size>7</size>
23930       </method>
23931     </type>
23932     <type name="X+D">
23933       <method name="Void .ctor()">
23934         <size>7</size>
23935       </method>
23936     </type>
23937     <type name="X+D+P">
23938       <method name="Void .ctor()">
23939         <size>7</size>
23940       </method>
23941     </type>
23942     <type name="Y">
23943       <method name="Void .ctor()">
23944         <size>7</size>
23945       </method>
23946     </type>
23947     <type name="Y+Op">
23948       <method name="Void .ctor()">
23949         <size>7</size>
23950       </method>
23951     </type>
23952     <type name="R">
23953       <method name="Void .ctor()">
23954         <size>7</size>
23955       </method>
23956       <method name="Void Main()">
23957         <size>1</size>
23958       </method>
23959     </type>
23960   </test>
23961   <test name="test-192.cs">
23962     <type name="X">
23963       <method name="Void .ctor()">
23964         <size>7</size>
23965       </method>
23966       <method name="Void Main()">
23967         <size>1</size>
23968       </method>
23969     </type>
23970   </test>
23971   <test name="test-193.cs">
23972     <type name="A">
23973       <method name="Void .ctor()">
23974         <size>7</size>
23975       </method>
23976       <method name="Int32 Test(Int32)">
23977         <size>88</size>
23978       </method>
23979       <method name="Int32 Main()">
23980         <size>7</size>
23981       </method>
23982     </type>
23983   </test>
23984   <test name="test-194.cs">
23985     <type name="TestParams">
23986       <method name="Void .ctor()">
23987         <size>7</size>
23988       </method>
23989       <method name="Int32 Main(System.String[])">
23990         <size>38</size>
23991       </method>
23992       <method name="Int32 Params(System.Object[])">
23993         <size>10</size>
23994       </method>
23995     </type>
23996   </test>
23997   <test name="test-195.cs">
23998     <type name="Y">
23999       <method name="Void .ctor()">
24000         <size>7</size>
24001       </method>
24002       <method name="Void .cctor()">
24003         <size>1</size>
24004       </method>
24005       <method name="Int32 C()">
24006         <size>36</size>
24007       </method>
24008     </type>
24009     <type name="X">
24010       <method name="Void .ctor()">
24011         <size>8</size>
24012       </method>
24013       <method name="Void .ctor(Int32)">
24014         <size>18</size>
24015       </method>
24016       <method name="Void Main()">
24017         <size>7</size>
24018       </method>
24019     </type>
24020   </test>
24021   <test name="test-196.cs">
24022     <type name="X">
24023       <method name="Void .ctor()">
24024         <size>7</size>
24025       </method>
24026       <method name="Void Bug1()">
24027         <size>15</size>
24028       </method>
24029       <method name="Void Bug2()">
24030         <size>16</size>
24031       </method>
24032       <method name="Int32 Main()">
24033         <size>2</size>
24034       </method>
24035     </type>
24036   </test>
24037   <test name="test-197.cs">
24038     <type name="X">
24039       <method name="Void .ctor()">
24040         <size>7</size>
24041       </method>
24042       <method name="Void Foo()">
24043         <size>0</size>
24044       </method>
24045     </type>
24046     <type name="Y">
24047       <method name="Void .ctor()">
24048         <size>7</size>
24049       </method>
24050     </type>
24051     <type name="Z">
24052       <method name="Void .ctor()">
24053         <size>7</size>
24054       </method>
24055       <method name="Void Foo()">
24056         <size>11</size>
24057       </method>
24058     </type>
24059     <type name="Test">
24060       <method name="Void .ctor()">
24061         <size>7</size>
24062       </method>
24063       <method name="Int32 Main()">
24064         <size>16</size>
24065       </method>
24066     </type>
24067   </test>
24068   <test name="test-198.cs">
24069     <type name="N1.N3.N4.Bar">
24070       <method name="Void .ctor()">
24071         <size>7</size>
24072       </method>
24073     </type>
24074     <type name="N1.N2.Foo">
24075       <method name="Void .ctor()">
24076         <size>7</size>
24077       </method>
24078     </type>
24079     <type name="N5.N6.Foo">
24080       <method name="Void .ctor()">
24081         <size>7</size>
24082       </method>
24083     </type>
24084     <type name="N5.N7.N8.Bar">
24085       <method name="Void .ctor()">
24086         <size>7</size>
24087       </method>
24088     </type>
24089     <type name="FirstOuter.FirstInner.First">
24090       <method name="Void .ctor()">
24091         <size>7</size>
24092       </method>
24093       <method name="System.String get_MyIdentity()">
24094         <size>12</size>
24095       </method>
24096     </type>
24097     <type name="FirstOuter.Second">
24098       <method name="Void .ctor()">
24099         <size>7</size>
24100       </method>
24101     </type>
24102     <type name="FirstOuter.SecondInner.Third">
24103       <method name="Void .ctor()">
24104         <size>7</size>
24105       </method>
24106     </type>
24107     <type name="FirstOuter.FirstInner.Fourth">
24108       <method name="Void .ctor()">
24109         <size>7</size>
24110       </method>
24111     </type>
24112     <type name="Fifth">
24113       <method name="Void .ctor()">
24114         <size>7</size>
24115       </method>
24116     </type>
24117     <type name="M1.M2.M3.Foo">
24118       <method name="Void .ctor()">
24119         <size>7</size>
24120       </method>
24121     </type>
24122     <type name="P1.P2.Bar">
24123       <method name="Void .ctor()">
24124         <size>7</size>
24125       </method>
24126     </type>
24127     <type name="X">
24128       <method name="Void .ctor()">
24129         <size>7</size>
24130       </method>
24131       <method name="Int32 Main()">
24132         <size>2</size>
24133       </method>
24134     </type>
24135   </test>
24136   <test name="test-199.cs">
24137     <type name="Test">
24138       <method name="Void .ctor()">
24139         <size>7</size>
24140       </method>
24141       <method name="Int32 Main()">
24142         <size>22</size>
24143       </method>
24144     </type>
24145     <type name="N1.Foo">
24146       <method name="Void .ctor()">
24147         <size>7</size>
24148       </method>
24149     </type>
24150     <type name="N1.Foo+Foo2">
24151       <method name="Void .ctor()">
24152         <size>7</size>
24153       </method>
24154     </type>
24155     <type name="N1.Bar2">
24156       <method name="Void .ctor()">
24157         <size>7</size>
24158       </method>
24159       <method name="Int32 Talk()">
24160         <size>2</size>
24161       </method>
24162     </type>
24163     <type name="N2.Bar">
24164       <method name="Void .ctor()">
24165         <size>7</size>
24166       </method>
24167     </type>
24168     <type name="N2.Bar+Bar2">
24169       <method name="Void .ctor()">
24170         <size>7</size>
24171       </method>
24172       <method name="Int32 Talk()">
24173         <size>2</size>
24174       </method>
24175     </type>
24176   </test>
24177   <test name="test-2.cs">
24178     <type name="X">
24179       <method name="Void .ctor()">
24180         <size>7</size>
24181       </method>
24182       <method name="Int32 Main(System.String[])">
24183         <size>12</size>
24184       </method>
24185     </type>
24186   </test>
24187   <test name="test-20.cs">
24188     <type name="A">
24189       <method name="Void .ctor()">
24190         <size>7</size>
24191       </method>
24192       <method name="Void X()">
24193         <size>8</size>
24194       </method>
24195     </type>
24196     <type name="B">
24197       <method name="Void .ctor()">
24198         <size>7</size>
24199       </method>
24200       <method name="Void X()">
24201         <size>8</size>
24202       </method>
24203       <method name="Void TestB()">
24204         <size>7</size>
24205       </method>
24206     </type>
24207     <type name="Ax">
24208       <method name="Void .ctor()">
24209         <size>7</size>
24210       </method>
24211       <method name="Void A()">
24212         <size>8</size>
24213       </method>
24214       <method name="Void B()">
24215         <size>8</size>
24216       </method>
24217     </type>
24218     <type name="Bx">
24219       <method name="Void .ctor()">
24220         <size>7</size>
24221       </method>
24222       <method name="Void A()">
24223         <size>8</size>
24224       </method>
24225       <method name="Void B()">
24226         <size>8</size>
24227       </method>
24228     </type>
24229     <type name="Test">
24230       <method name="Void .ctor()">
24231         <size>7</size>
24232       </method>
24233       <method name="Int32 Main()">
24234         <size>100</size>
24235       </method>
24236     </type>
24237   </test>
24238   <test name="test-200.cs">
24239     <type name="X">
24240       <method name="Void .ctor()">
24241         <size>7</size>
24242       </method>
24243       <method name="Int32 Main()">
24244         <size>104</size>
24245       </method>
24246     </type>
24247   </test>
24248   <test name="test-201.cs">
24249     <type name="Parent">
24250       <method name="Void .ctor()">
24251         <size>7</size>
24252       </method>
24253     </type>
24254     <type name="Child">
24255       <method name="Void .ctor()">
24256         <size>7</size>
24257       </method>
24258     </type>
24259     <type name="Child+Nested">
24260       <method name="Void .ctor()">
24261         <size>18</size>
24262       </method>
24263     </type>
24264     <type name="Collide">
24265       <method name="Void .ctor(Int32)">
24266         <size>14</size>
24267       </method>
24268       <method name="Void .cctor()">
24269         <size>12</size>
24270       </method>
24271       <method name="Int32 Main()">
24272         <size>27</size>
24273       </method>
24274     </type>
24275   </test>
24276   <test name="test-202.cs">
24277     <type name="X.X">
24278       <method name="Void .ctor()">
24279         <size>7</size>
24280       </method>
24281     </type>
24282     <type name="A.B.C.D">
24283       <method name="Void .ctor()">
24284         <size>7</size>
24285       </method>
24286     </type>
24287     <type name="Test">
24288       <method name="Void .ctor()">
24289         <size>7</size>
24290       </method>
24291       <method name="Int32 Main()">
24292         <size>14</size>
24293       </method>
24294     </type>
24295   </test>
24296   <test name="test-203.cs">
24297     <type name="Foo">
24298       <method name="Void .ctor()">
24299         <size>7</size>
24300       </method>
24301       <method name="Modifiers get_Modifiers()">
24302         <size>2</size>
24303       </method>
24304     </type>
24305     <type name="Bar">
24306       <method name="Void .ctor()">
24307         <size>7</size>
24308       </method>
24309       <method name="Int32 Main()">
24310         <size>13</size>
24311       </method>
24312     </type>
24313   </test>
24314   <test name="test-204.cs">
24315     <type name="X">
24316       <method name="Void .ctor(Int32)">
24317         <size>14</size>
24318       </method>
24319       <method name="System.String ToString()">
24320         <size>22</size>
24321       </method>
24322       <method name="Int32 Test()">
24323         <size>153</size>
24324       </method>
24325       <method name="Int32 Main()">
24326         <size>24</size>
24327       </method>
24328       <method name="X op_BitwiseAnd(X, X)">
24329         <size>19</size>
24330       </method>
24331       <method name="X op_BitwiseOr(X, X)">
24332         <size>19</size>
24333       </method>
24334       <method name="Boolean op_True(X)">
24335         <size>15</size>
24336       </method>
24337       <method name="Boolean op_False(X)">
24338         <size>12</size>
24339       </method>
24340     </type>
24341   </test>
24342   <test name="test-205.cs">
24343     <type name="A">
24344       <method name="Void .ctor(Object)">
24345         <size>7</size>
24346       </method>
24347     </type>
24348     <type name="Test">
24349       <method name="Void .ctor()">
24350         <size>7</size>
24351       </method>
24352       <method name="Void Main()">
24353         <size>1</size>
24354       </method>
24355     </type>
24356   </test>
24357   <test name="test-206.cs">
24358     <type name="X">
24359       <method name="Void .ctor()">
24360         <size>7</size>
24361       </method>
24362       <method name="Int32 get_Item(Int32)">
24363         <size>2</size>
24364       </method>
24365       <method name="System.Int32[] get_Item(System.Int32[])">
24366         <size>39</size>
24367       </method>
24368       <method name="Void Main()">
24369         <size>91</size>
24370       </method>
24371     </type>
24372     <type name="&lt;PrivateImplementationDetails&gt;">
24373       <method name="Void .ctor()">
24374         <size>7</size>
24375       </method>
24376     </type>
24377   </test>
24378   <test name="test-207.cs">
24379     <type name="X">
24380       <method name="Void .ctor()">
24381         <size>7</size>
24382       </method>
24383       <method name="Void .cctor()">
24384         <size>1</size>
24385       </method>
24386       <method name="Void hello(Int32)">
24387         <size>13</size>
24388       </method>
24389       <method name="Void world(Int32)">
24390         <size>16</size>
24391       </method>
24392       <method name="Int32 Main()">
24393         <size>138</size>
24394       </method>
24395     </type>
24396     <type name="Test">
24397       <method name="Void .ctor(Object, IntPtr)">
24398         <size>0</size>
24399       </method>
24400       <method name="Void Invoke(Int32)">
24401         <size>0</size>
24402       </method>
24403       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24404         <size>0</size>
24405       </method>
24406       <method name="Void EndInvoke(IAsyncResult)">
24407         <size>0</size>
24408       </method>
24409     </type>
24410   </test>
24411   <test name="test-208.cs">
24412     <type name="X">
24413       <method name="Void .ctor()">
24414         <size>7</size>
24415       </method>
24416       <method name="System.String get_Item(System.String)">
24417         <size>2</size>
24418       </method>
24419       <method name="Void Test()">
24420         <size>1</size>
24421       </method>
24422     </type>
24423     <type name="Y">
24424       <method name="Void .ctor()">
24425         <size>7</size>
24426       </method>
24427       <method name="Void Main()">
24428         <size>19</size>
24429       </method>
24430     </type>
24431   </test>
24432   <test name="test-209.cs">
24433     <type name="X">
24434       <method name="Void .ctor(Int32)">
24435         <size>14</size>
24436       </method>
24437       <method name="Int32 get_Foo()">
24438         <size>9</size>
24439       </method>
24440       <method name="Void set_Foo(Int32)">
24441         <size>8</size>
24442       </method>
24443       <method name="Int32 get_Item(Int32)">
24444         <size>7</size>
24445       </method>
24446       <method name="Void set_Item(Int32, Int32)">
24447         <size>8</size>
24448       </method>
24449       <method name="Void set_Item(System.String, System.String)">
24450         <size>7</size>
24451       </method>
24452       <method name="Void set_Bar(System.String)">
24453         <size>7</size>
24454       </method>
24455       <method name="A get_A()">
24456         <size>7</size>
24457       </method>
24458       <method name="Void set_A(A)">
24459         <size>12</size>
24460       </method>
24461       <method name="Int32 Main()">
24462         <size>75</size>
24463       </method>
24464     </type>
24465     <type name="A">
24466       <method name="Void .ctor(Int32)">
24467         <size>8</size>
24468       </method>
24469     </type>
24470   </test>
24471   <test name="test-21.cs">
24472     <type name="Blah">
24473       <method name="Void .ctor()">
24474         <size>7</size>
24475       </method>
24476       <method name="Int32 Main()">
24477         <size>47</size>
24478       </method>
24479     </type>
24480     <type name="Blah+Foo">
24481       <method name="Void .ctor()">
24482         <size>17</size>
24483       </method>
24484       <method name="Int32 Bar(Int32, Int32)">
24485         <size>14</size>
24486       </method>
24487     </type>
24488   </test>
24489   <test name="test-210.cs">
24490     <type name="X">
24491       <method name="Void .ctor()">
24492         <size>7</size>
24493       </method>
24494       <method name="Void foo()">
24495         <size>1</size>
24496       </method>
24497       <method name="Void Main()">
24498         <size>25</size>
24499       </method>
24500     </type>
24501     <type name="FooHandler">
24502       <method name="Void .ctor(Object, IntPtr)">
24503         <size>0</size>
24504       </method>
24505       <method name="Void Invoke()">
24506         <size>0</size>
24507       </method>
24508       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24509         <size>0</size>
24510       </method>
24511       <method name="Void EndInvoke(IAsyncResult)">
24512         <size>0</size>
24513       </method>
24514     </type>
24515   </test>
24516   <test name="test-211.cs">
24517     <type name="X">
24518       <method name="Void .ctor(Int32)">
24519         <size>14</size>
24520       </method>
24521       <method name="X op_Implicit(Int32)">
24522         <size>7</size>
24523       </method>
24524     </type>
24525     <type name="Y">
24526       <method name="Void .ctor(X)">
24527         <size>14</size>
24528       </method>
24529       <method name="Y op_Implicit(X)">
24530         <size>7</size>
24531       </method>
24532     </type>
24533     <type name="Z">
24534       <method name="Void .ctor(Y)">
24535         <size>14</size>
24536       </method>
24537       <method name="Int32 Main()">
24538         <size>27</size>
24539       </method>
24540       <method name="Z op_Implicit(Y)">
24541         <size>7</size>
24542       </method>
24543     </type>
24544   </test>
24545   <test name="test-212.cs">
24546     <type name="Problem">
24547       <method name="Void .ctor(String)">
24548         <size>14</size>
24549       </method>
24550       <method name="Int32 Multi(Int32, Problem[])">
24551         <size>4</size>
24552       </method>
24553       <method name="Int32 Main(System.String[])">
24554         <size>76</size>
24555       </method>
24556       <method name="Problem op_Implicit(Int32)">
24557         <size>22</size>
24558       </method>
24559     </type>
24560   </test>
24561   <test name="test-213.cs">
24562     <type name="MyTest">
24563       <method name="Void .ctor()">
24564         <size>7</size>
24565       </method>
24566       <method name="Void Main(System.String[])">
24567         <size>31</size>
24568       </method>
24569     </type>
24570     <type name="S">
24571       <method name="Void .ctor(Int32)">
24572         <size>8</size>
24573       </method>
24574       <method name="Void Print()">
24575         <size>12</size>
24576       </method>
24577     </type>
24578   </test>
24579   <test name="test-214.cs">
24580     <type name="N2.Test">
24581       <method name="Void .ctor()">
24582         <size>7</size>
24583       </method>
24584       <method name="Int32 Main()">
24585         <size>7</size>
24586       </method>
24587     </type>
24588     <type name="N1.C1">
24589       <method name="Void .ctor()">
24590         <size>7</size>
24591       </method>
24592       <method name="Void Foo()">
24593         <size>1</size>
24594       </method>
24595     </type>
24596   </test>
24597   <test name="test-215.cs">
24598     <type name="Test">
24599       <method name="Void .ctor()">
24600         <size>7</size>
24601       </method>
24602       <method name="Void .cctor()">
24603         <size>1</size>
24604       </method>
24605       <method name="N1.C1 get_C1()">
24606         <size>6</size>
24607       </method>
24608       <method name="Int32 Main()">
24609         <size>8</size>
24610       </method>
24611     </type>
24612     <type name="N1.C1">
24613       <method name="Void .ctor()">
24614         <size>7</size>
24615       </method>
24616     </type>
24617   </test>
24618   <test name="test-216.cs">
24619     <type name="cls">
24620       <method name="Void .ctor()">
24621         <size>7</size>
24622       </method>
24623       <method name="Void add_OnWhatever(OnWhateverDelegate)">
24624         <size>24</size>
24625       </method>
24626       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
24627         <size>24</size>
24628       </method>
24629       <method name="Void CallMyDel(System.String)">
24630         <size>13</size>
24631       </method>
24632     </type>
24633     <type name="cls+nestedcls">
24634       <method name="Void .ctor()">
24635         <size>7</size>
24636       </method>
24637       <method name="Void CallParentDel(cls, System.String)">
24638         <size>13</size>
24639       </method>
24640     </type>
24641     <type name="MonoEmbed">
24642       <method name="Void .ctor()">
24643         <size>7</size>
24644       </method>
24645       <method name="Void Main()">
24646         <size>36</size>
24647       </method>
24648       <method name="Void Whatever(System.String)">
24649         <size>7</size>
24650       </method>
24651     </type>
24652     <type name="OnWhateverDelegate">
24653       <method name="Void .ctor(Object, IntPtr)">
24654         <size>0</size>
24655       </method>
24656       <method name="Void Invoke(System.String)">
24657         <size>0</size>
24658       </method>
24659       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24660         <size>0</size>
24661       </method>
24662       <method name="Void EndInvoke(IAsyncResult)">
24663         <size>0</size>
24664       </method>
24665     </type>
24666   </test>
24667   <test name="test-217.cs">
24668     <type name="Test">
24669       <method name="Void .ctor()">
24670         <size>7</size>
24671       </method>
24672       <method name="Int32 Main()">
24673         <size>174</size>
24674       </method>
24675       <method name="System.Object compare_gte(Int32, Int32)">
24676         <size>13</size>
24677       </method>
24678       <method name="System.Object compare_lte(Int32, Int32)">
24679         <size>13</size>
24680       </method>
24681     </type>
24682   </test>
24683   <test name="test-218.cs">
24684     <type name="T">
24685       <method name="Void .ctor()">
24686         <size>7</size>
24687       </method>
24688       <method name="Void .cctor()">
24689         <size>27</size>
24690       </method>
24691       <method name="Void Main()">
24692         <size>1</size>
24693       </method>
24694       <method name="Void compareQueryQuery1(System.Object)">
24695         <size>1</size>
24696       </method>
24697     </type>
24698     <type name="T+foo">
24699       <method name="Void .ctor(Object, IntPtr)">
24700         <size>0</size>
24701       </method>
24702       <method name="Void Invoke(System.Object)">
24703         <size>0</size>
24704       </method>
24705       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
24706         <size>0</size>
24707       </method>
24708       <method name="Void EndInvoke(IAsyncResult)">
24709         <size>0</size>
24710       </method>
24711     </type>
24712   </test>
24713   <test name="test-219.cs">
24714     <type name="TestAttribute">
24715       <method name="Void .ctor(Type)">
24716         <size>14</size>
24717       </method>
24718       <method name="System.Type get_Type()">
24719         <size>7</size>
24720       </method>
24721     </type>
24722     <type name="Test">
24723       <method name="Void .ctor()">
24724         <size>7</size>
24725       </method>
24726       <method name="Void Main()">
24727         <size>75</size>
24728       </method>
24729     </type>
24730   </test>
24731   <test name="test-22.cs">
24732     <type name="M">
24733       <method name="Void .ctor()">
24734         <size>7</size>
24735       </method>
24736       <method name="Int32 Main()">
24737         <size>63</size>
24738       </method>
24739     </type>
24740     <type name="S">
24741       <method name="T GetT()">
24742         <size>7</size>
24743       </method>
24744       <method name="Void Init()">
24745         <size>25</size>
24746       </method>
24747     </type>
24748   </test>
24749   <test name="test-220.cs">
24750     <type name="MonoBUG.Bug">
24751       <method name="Void .ctor()">
24752         <size>7</size>
24753       </method>
24754       <method name="Int32 Main(System.String[])">
24755         <size>138</size>
24756       </method>
24757     </type>
24758     <type name="MonoBUG.Foo">
24759       <method name="Void .ctor(String)">
24760         <size>14</size>
24761       </method>
24762       <method name="System.String get_Name()">
24763         <size>7</size>
24764       </method>
24765     </type>
24766     <type name="MonoBUG.FooList">
24767       <method name="Void .ctor()">
24768         <size>7</size>
24769       </method>
24770       <method name="Void .cctor()">
24771         <size>1</size>
24772       </method>
24773       <method name="Void Add(MonoBUG.Foo)">
24774         <size>19</size>
24775       </method>
24776       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
24777         <size>7</size>
24778       </method>
24779     </type>
24780     <type name="MonoBUG.FooList+FooEnumerator">
24781       <method name="Void .ctor(FooList)">
24782         <size>31</size>
24783       </method>
24784       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
24785         <size>12</size>
24786       </method>
24787       <method name="Void System.Collections.IEnumerator.Reset()">
24788         <size>12</size>
24789       </method>
24790       <method name="MonoBUG.Foo get_Current()">
24791         <size>46</size>
24792       </method>
24793       <method name="Boolean MoveNext()">
24794         <size>12</size>
24795       </method>
24796       <method name="Void Reset()">
24797         <size>12</size>
24798       </method>
24799       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24800         <size>28</size>
24801       </method>
24802     </type>
24803   </test>
24804   <test name="test-221.cs">
24805     <type name="A">
24806       <method name="Void .ctor()">
24807         <size>7</size>
24808       </method>
24809       <method name="Int32 get_Blah()">
24810         <size>2</size>
24811       </method>
24812       <method name="Void set_Blah(Int32)">
24813         <size>1</size>
24814       </method>
24815     </type>
24816     <type name="B">
24817       <method name="Void .ctor()">
24818         <size>7</size>
24819       </method>
24820       <method name="Int32 get_Blah()">
24821         <size>2</size>
24822       </method>
24823       <method name="Boolean Test()">
24824         <size>54</size>
24825       </method>
24826     </type>
24827     <type name="C">
24828       <method name="Void .ctor()">
24829         <size>7</size>
24830       </method>
24831       <method name="Int32 get_Blah()">
24832         <size>0</size>
24833       </method>
24834       <method name="Void set_Blah(Int32)">
24835         <size>0</size>
24836       </method>
24837     </type>
24838     <type name="D">
24839       <method name="Void .ctor()">
24840         <size>7</size>
24841       </method>
24842       <method name="Int32 get_Blah()">
24843         <size>2</size>
24844       </method>
24845       <method name="Void set_Blah(Int32)">
24846         <size>1</size>
24847       </method>
24848     </type>
24849     <type name="E">
24850       <method name="Void .ctor()">
24851         <size>7</size>
24852       </method>
24853       <method name="Int32 get_Blah()">
24854         <size>7</size>
24855       </method>
24856       <method name="Boolean Test()">
24857         <size>54</size>
24858       </method>
24859     </type>
24860     <type name="F">
24861       <method name="Void .ctor()">
24862         <size>7</size>
24863       </method>
24864       <method name="Int32 get_Item(Int32)">
24865         <size>2</size>
24866       </method>
24867       <method name="Void set_Item(Int32, Int32)">
24868         <size>1</size>
24869       </method>
24870       <method name="Int32 get_Blah()">
24871         <size>2</size>
24872       </method>
24873       <method name="Void set_Blah(Int32)">
24874         <size>1</size>
24875       </method>
24876       <method name="Boolean Test()">
24877         <size>110</size>
24878       </method>
24879     </type>
24880     <type name="Driver">
24881       <method name="Void .ctor()">
24882         <size>7</size>
24883       </method>
24884       <method name="Int32 Main()">
24885         <size>38</size>
24886       </method>
24887     </type>
24888     <type name="F">
24889       <method name="Int32 IBlah.get_Item(Int32)">
24890         <size>2</size>
24891       </method>
24892       <method name="Void IBlah.set_Item(Int32, Int32)">
24893         <size>1</size>
24894       </method>
24895       <method name="Int32 IBlah.get_Blah()">
24896         <size>2</size>
24897       </method>
24898       <method name="Void IBlah.set_Blah(Int32)">
24899         <size>1</size>
24900       </method>
24901     </type>
24902   </test>
24903   <test name="test-222.cs">
24904     <type name="Class_1">
24905       <method name="Void .ctor()">
24906         <size>7</size>
24907       </method>
24908       <method name="UIntPtr Valid()">
24909         <size>7</size>
24910       </method>
24911     </type>
24912     <type name="MainClass">
24913       <method name="Void .ctor()">
24914         <size>7</size>
24915       </method>
24916       <method name="Int32 Main()">
24917         <size>2</size>
24918       </method>
24919     </type>
24920   </test>
24921   <test name="test-223.cs">
24922     <type name="T">
24923       <method name="Void .ctor()">
24924         <size>7</size>
24925       </method>
24926       <method name="Int32 Main()">
24927         <size>65</size>
24928       </method>
24929     </type>
24930   </test>
24931   <test name="test-224.cs">
24932     <type name="XmlMemberArrayAttribute">
24933       <method name="Void .ctor(String)">
24934         <size>38</size>
24935       </method>
24936       <method name="System.Char[] get_Separator()">
24937         <size>7</size>
24938       </method>
24939       <method name="Void set_Separator(System.Char[])">
24940         <size>8</size>
24941       </method>
24942       <method name="System.String get_Name()">
24943         <size>7</size>
24944       </method>
24945       <method name="Void set_Name(System.String)">
24946         <size>8</size>
24947       </method>
24948       <method name="Boolean get_IsRequired()">
24949         <size>7</size>
24950       </method>
24951       <method name="Void set_IsRequired(Boolean)">
24952         <size>8</size>
24953       </method>
24954     </type>
24955     <type name="t">
24956       <method name="Void .ctor()">
24957         <size>7</size>
24958       </method>
24959       <method name="Void Main()">
24960         <size>1</size>
24961       </method>
24962     </type>
24963   </test>
24964   <test name="test-225.cs">
24965     <type name="A">
24966       <method name="Void .ctor()">
24967         <size>14</size>
24968       </method>
24969     </type>
24970     <type name="B">
24971       <method name="Void .ctor()">
24972         <size>7</size>
24973       </method>
24974       <method name="Int32 foo()">
24975         <size>2</size>
24976       </method>
24977       <method name="Void Main()">
24978         <size>18</size>
24979       </method>
24980     </type>
24981   </test>
24982   <test name="test-226.cs">
24983     <type name="Test226">
24984       <method name="Void .ctor()">
24985         <size>7</size>
24986       </method>
24987       <method name="Void Test()">
24988         <size>35</size>
24989       </method>
24990       <method name="Int32 Main()">
24991         <size>23</size>
24992       </method>
24993     </type>
24994   </test>
24995   <test name="test-227.cs">
24996     <type name="A.T">
24997       <method name="Void .ctor()">
24998         <size>7</size>
24999       </method>
25000       <method name="Void Main()">
25001         <size>3</size>
25002       </method>
25003     </type>
25004   </test>
25005   <test name="test-228.cs">
25006     <type name="BadRefTest.CtorInc">
25007       <method name="Void .ctor()">
25008         <size>30</size>
25009       </method>
25010       <method name="Int32 IncByRef(Int32 ByRef)">
25011         <size>10</size>
25012       </method>
25013       <method name="Boolean Results(Int32)">
25014         <size>98</size>
25015       </method>
25016     </type>
25017     <type name="BadRefTest.Runner">
25018       <method name="Void .ctor()">
25019         <size>7</size>
25020       </method>
25021       <method name="Int32 Main()">
25022         <size>43</size>
25023       </method>
25024     </type>
25025   </test>
25026   <test name="test-229.cs">
25027     <type name="List">
25028       <method name="Void .ctor(Int32)">
25029         <size>19</size>
25030       </method>
25031       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
25032         <size>12</size>
25033       </method>
25034       <method name="Void Add(Int32)">
25035         <size>26</size>
25036       </method>
25037       <method name="MyEnumerator GetEnumerator()">
25038         <size>7</size>
25039       </method>
25040     </type>
25041     <type name="UberList">
25042       <method name="Void .ctor(Int32)">
25043         <size>8</size>
25044       </method>
25045       <method name="Int32 Main(System.String[])">
25046         <size>38</size>
25047       </method>
25048       <method name="Boolean One()">
25049         <size>62</size>
25050       </method>
25051       <method name="Boolean Two()">
25052         <size>62</size>
25053       </method>
25054       <method name="Boolean Three()">
25055         <size>62</size>
25056       </method>
25057     </type>
25058     <type name="List+MyEnumerator">
25059       <method name="Void .ctor(List)">
25060         <size>15</size>
25061       </method>
25062       <method name="System.Object get_Current()">
25063         <size>24</size>
25064       </method>
25065       <method name="Boolean MoveNext()">
25066         <size>31</size>
25067       </method>
25068       <method name="Void Reset()">
25069         <size>8</size>
25070       </method>
25071     </type>
25072   </test>
25073   <test name="test-23.cs">
25074     <type name="X">
25075       <method name="Void .ctor()">
25076         <size>7</size>
25077       </method>
25078       <method name="Void .cctor()">
25079         <size>8</size>
25080       </method>
25081       <method name="Int32 get_Value()">
25082         <size>6</size>
25083       </method>
25084       <method name="Void set_Value(Int32)">
25085         <size>7</size>
25086       </method>
25087       <method name="Int32 Main()">
25088         <size>170</size>
25089       </method>
25090     </type>
25091     <type name="Y">
25092       <method name="Void .ctor(String)">
25093         <size>14</size>
25094       </method>
25095       <method name="System.String get_Value()">
25096         <size>7</size>
25097       </method>
25098       <method name="Void set_Value(System.String)">
25099         <size>8</size>
25100       </method>
25101     </type>
25102     <type name="Z">
25103       <method name="Void .cctor()">
25104         <size>7</size>
25105       </method>
25106       <method name="Int32 get_IVal()">
25107         <size>6</size>
25108       </method>
25109       <method name="Void set_IVal(Int32)">
25110         <size>7</size>
25111       </method>
25112       <method name="Int32 get_XVal()">
25113         <size>7</size>
25114       </method>
25115       <method name="Void set_XVal(Int32)">
25116         <size>8</size>
25117       </method>
25118     </type>
25119   </test>
25120   <test name="test-230.cs">
25121     <type name="TestClass">
25122       <method name="Void .ctor()">
25123         <size>7</size>
25124       </method>
25125       <method name="Int32 Main()">
25126         <size>56</size>
25127       </method>
25128     </type>
25129   </test>
25130   <test name="test-231.cs">
25131     <type name="T">
25132       <method name="Void .ctor()">
25133         <size>7</size>
25134       </method>
25135       <method name="Void .cctor()">
25136         <size>1</size>
25137       </method>
25138       <method name="Int32 Main()">
25139         <size>44</size>
25140       </method>
25141       <method name="Void Foo()">
25142         <size>23</size>
25143       </method>
25144     </type>
25145   </test>
25146   <test name="test-232.cs">
25147     <type name="CtorInfoTest">
25148       <method name="Void .ctor()">
25149         <size>7</size>
25150       </method>
25151       <method name="Void Main(System.String[])">
25152         <size>977</size>
25153       </method>
25154       <method name="Void Assert(System.Object, System.Object)">
25155         <size>38</size>
25156       </method>
25157     </type>
25158     <type name="&lt;PrivateImplementationDetails&gt;">
25159       <method name="Void .ctor()">
25160         <size>7</size>
25161       </method>
25162     </type>
25163   </test>
25164   <test name="test-233.cs">
25165     <type name="Tests">
25166       <method name="Void .ctor()">
25167         <size>7</size>
25168       </method>
25169       <method name="Int32 Main()">
25170         <size>16</size>
25171       </method>
25172       <method name="Int32 test_0_beq()">
25173         <size>29</size>
25174       </method>
25175       <method name="Int32 test_0_bne_un()">
25176         <size>29</size>
25177       </method>
25178       <method name="Int32 test_0_conv_r8()">
25179         <size>29</size>
25180       </method>
25181       <method name="Int32 test_0_conv_i()">
25182         <size>76</size>
25183       </method>
25184       <method name="Int32 test_5_conv_r4()">
25185         <size>8</size>
25186       </method>
25187       <method name="Int32 test_5_double_conv_r4()">
25188         <size>16</size>
25189       </method>
25190       <method name="Int32 test_5_float_conv_r8()">
25191         <size>12</size>
25192       </method>
25193       <method name="Int32 test_5_conv_r8()">
25194         <size>8</size>
25195       </method>
25196       <method name="Int32 test_5_add()">
25197         <size>25</size>
25198       </method>
25199       <method name="Int32 test_5_sub()">
25200         <size>25</size>
25201       </method>
25202       <method name="Int32 test_24_mul()">
25203         <size>25</size>
25204       </method>
25205       <method name="Int32 test_4_div()">
25206         <size>25</size>
25207       </method>
25208       <method name="Int32 test_2_rem()">
25209         <size>25</size>
25210       </method>
25211       <method name="Int32 test_2_neg()">
25212         <size>14</size>
25213       </method>
25214       <method name="Int32 test_46_float_add_spill()">
25215         <size>129</size>
25216       </method>
25217       <method name="Int32 test_362880_float_mul_spill()">
25218         <size>129</size>
25219       </method>
25220       <method name="Int32 test_4_long_cast()">
25221         <size>29</size>
25222       </method>
25223       <method name="Int32 test_16_float_cmp()">
25224         <size>317</size>
25225       </method>
25226       <method name="Int32 test_15_float_cmp_un()">
25227         <size>297</size>
25228       </method>
25229       <method name="Int32 test_15_float_branch()">
25230         <size>219</size>
25231       </method>
25232       <method name="Int32 test_15_float_branch_un()">
25233         <size>219</size>
25234       </method>
25235     </type>
25236     <type name="TestDriver">
25237       <method name="Void .ctor()">
25238         <size>7</size>
25239       </method>
25240       <method name="Int32 RunTests(System.Type, System.String[])">
25241         <size>571</size>
25242       </method>
25243       <method name="Int32 RunTests(System.Type)">
25244         <size>8</size>
25245       </method>
25246     </type>
25247   </test>
25248   <test name="test-234.cs">
25249     <type name="T">
25250       <method name="Void .ctor()">
25251         <size>7</size>
25252       </method>
25253       <method name="Void Main()">
25254         <size>701</size>
25255       </method>
25256     </type>
25257   </test>
25258   <test name="test-235.cs">
25259     <type name="T">
25260       <method name="Void .ctor()">
25261         <size>7</size>
25262       </method>
25263       <method name="Void Foo(T, T)">
25264         <size>1</size>
25265       </method>
25266       <method name="Void Foo(System.Object[])">
25267         <size>1</size>
25268       </method>
25269       <method name="Int32 Main()">
25270         <size>13</size>
25271       </method>
25272     </type>
25273   </test>
25274   <test name="test-236.cs">
25275     <type name="Tests.Test">
25276       <method name="Void .ctor()">
25277         <size>7</size>
25278       </method>
25279       <method name="Void Main()">
25280         <size>42</size>
25281       </method>
25282       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
25283         <size>9</size>
25284       </method>
25285       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
25286         <size>10</size>
25287       </method>
25288     </type>
25289   </test>
25290   <test name="test-237.cs">
25291     <type name="Params">
25292       <method name="Void .ctor()">
25293         <size>7</size>
25294       </method>
25295       <method name="Void .cctor()">
25296         <size>96</size>
25297       </method>
25298       <method name="Void foo(System.String, System.Object[])">
25299         <size>132</size>
25300       </method>
25301       <method name="Void Main()">
25302         <size>45</size>
25303       </method>
25304     </type>
25305     <type name="Params+FOO">
25306       <method name="Void .ctor(Object, IntPtr)">
25307         <size>0</size>
25308       </method>
25309       <method name="Void Invoke(System.String, System.Object[])">
25310         <size>0</size>
25311       </method>
25312       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
25313         <size>0</size>
25314       </method>
25315       <method name="Void EndInvoke(IAsyncResult)">
25316         <size>0</size>
25317       </method>
25318     </type>
25319   </test>
25320   <test name="test-238.cs">
25321     <type name="TestClass">
25322       <method name="Void .ctor()">
25323         <size>7</size>
25324       </method>
25325       <method name="Void ConditionalMethod()">
25326         <size>7</size>
25327       </method>
25328       <method name="Int32 Main()">
25329         <size>12</size>
25330       </method>
25331     </type>
25332   </test>
25333   <test name="test-239.cs">
25334     <type name="BaseClass">
25335       <method name="Void .ctor()">
25336         <size>7</size>
25337       </method>
25338       <method name="Void ConditionalMethod()">
25339         <size>7</size>
25340       </method>
25341     </type>
25342     <type name="TestClass">
25343       <method name="Void .ctor()">
25344         <size>7</size>
25345       </method>
25346       <method name="Void ConditionalMethod()">
25347         <size>1</size>
25348       </method>
25349     </type>
25350     <type name="MainClass">
25351       <method name="Void .ctor()">
25352         <size>7</size>
25353       </method>
25354       <method name="Int32 Main()">
25355         <size>18</size>
25356       </method>
25357     </type>
25358   </test>
25359   <test name="test-24.cs">
25360     <type name="X">
25361       <method name="Void .ctor()">
25362         <size>7</size>
25363       </method>
25364       <method name="System.String get_S()">
25365         <size>6</size>
25366       </method>
25367       <method name="Void set_S(System.String)">
25368         <size>7</size>
25369       </method>
25370       <method name="Int32 Main()">
25371         <size>92</size>
25372       </method>
25373     </type>
25374   </test>
25375   <test name="test-240.cs">
25376     <type name="TestClass">
25377       <method name="Void .ctor()">
25378         <size>7</size>
25379       </method>
25380       <method name="Void .cctor()">
25381         <size>7</size>
25382       </method>
25383       <method name="Void ConditionalMethod()">
25384         <size>17</size>
25385       </method>
25386       <method name="Int32 Main()">
25387         <size>11</size>
25388       </method>
25389     </type>
25390   </test>
25391   <test name="test-241.cs">
25392     <type name="Foo">
25393       <method name="Void .ctor()">
25394         <size>7</size>
25395       </method>
25396       <method name="Int32 get_SomeProperty()">
25397         <size>3</size>
25398       </method>
25399       <method name="Int32 M()">
25400         <size>3</size>
25401       </method>
25402       <method name="Void Main()">
25403         <size>1</size>
25404       </method>
25405     </type>
25406     <type name="Foo+FooPrivate">
25407       <method name="Void .ctor(Foo)">
25408         <size>14</size>
25409       </method>
25410       <method name="Int32 get_SomeProperty()">
25411         <size>24</size>
25412       </method>
25413     </type>
25414   </test>
25415   <test name="test-242.cs">
25416     <type name="BaseClass">
25417       <method name="Void .ctor()">
25418         <size>14</size>
25419       </method>
25420     </type>
25421     <type name="Derived">
25422       <method name="Void .ctor()">
25423         <size>7</size>
25424       </method>
25425       <method name="Int32 get_Location()">
25426         <size>3</size>
25427       </method>
25428       <method name="Void Main()">
25429         <size>1</size>
25430       </method>
25431     </type>
25432   </test>
25433   <test name="test-243.cs">
25434     <type name="X">
25435       <method name="Void .ctor()">
25436         <size>7</size>
25437       </method>
25438       <method name="Boolean Resolve(System.String)">
25439         <size>2</size>
25440       </method>
25441       <method name="System.String Test()">
25442         <size>2</size>
25443       </method>
25444       <method name="Void Main()">
25445         <size>8</size>
25446       </method>
25447     </type>
25448   </test>
25449   <test name="test-244.cs">
25450     <type name="Foo">
25451       <method name="Void .ctor()">
25452         <size>7</size>
25453       </method>
25454       <method name="Void .cctor()">
25455         <size>1</size>
25456       </method>
25457       <method name="Int32 Main()">
25458         <size>136</size>
25459       </method>
25460       <method name="MyBool get_t()">
25461         <size>29</size>
25462       </method>
25463       <method name="MyBool get_f()">
25464         <size>29</size>
25465       </method>
25466     </type>
25467     <type name="MyBool">
25468       <method name="Void .ctor(Boolean)">
25469         <size>8</size>
25470       </method>
25471       <method name="System.String ToString()">
25472         <size>12</size>
25473       </method>
25474       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
25475         <size>21</size>
25476       </method>
25477       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
25478         <size>21</size>
25479       </method>
25480       <method name="Boolean op_True(MyBool)">
25481         <size>8</size>
25482       </method>
25483       <method name="Boolean op_False(MyBool)">
25484         <size>11</size>
25485       </method>
25486     </type>
25487   </test>
25488   <test name="test-245.cs">
25489     <type name="Class2">
25490       <method name="Void .ctor()">
25491         <size>7</size>
25492       </method>
25493       <method name="System.String get_def_kind()">
25494         <size>12</size>
25495       </method>
25496       <method name="Void Main()">
25497         <size>1</size>
25498       </method>
25499     </type>
25500   </test>
25501   <test name="test-246.cs">
25502     <type name="B">
25503       <method name="Void .ctor()">
25504         <size>7</size>
25505       </method>
25506       <method name="Void Main()">
25507         <size>36</size>
25508       </method>
25509     </type>
25510     <type name="Blah">
25511       <method name="Void Dispose()">
25512         <size>11</size>
25513       </method>
25514     </type>
25515   </test>
25516   <test name="test-247.cs">
25517     <type name="B">
25518       <method name="Void .ctor()">
25519         <size>7</size>
25520       </method>
25521       <method name="Void Main()">
25522         <size>67</size>
25523       </method>
25524     </type>
25525     <type name="Blah">
25526       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
25527         <size>11</size>
25528       </method>
25529     </type>
25530   </test>
25531   <test name="test-248.cs">
25532     <type name="T">
25533       <method name="Void .ctor()">
25534         <size>7</size>
25535       </method>
25536       <method name="Foo GetFoo()">
25537         <size>10</size>
25538       </method>
25539       <method name="Void Main()">
25540         <size>26</size>
25541       </method>
25542     </type>
25543   </test>
25544   <test name="test-249.cs">
25545     <type name="X">
25546       <method name="Void .ctor()">
25547         <size>7</size>
25548       </method>
25549       <method name="Void Main()">
25550         <size>1</size>
25551       </method>
25552     </type>
25553   </test>
25554   <test name="test-25.cs">
25555     <type name="X">
25556       <method name="Void .ctor()">
25557         <size>7</size>
25558       </method>
25559       <method name="Int32 Main()">
25560         <size>214</size>
25561       </method>
25562     </type>
25563   </test>
25564   <test name="test-250.cs">
25565     <type name="Test.foo3">
25566       <method name="Void .ctor()">
25567         <size>7</size>
25568       </method>
25569     </type>
25570     <type name="Test.Tests">
25571       <method name="Void .ctor()">
25572         <size>7</size>
25573       </method>
25574       <method name="Void Main()">
25575         <size>1</size>
25576       </method>
25577     </type>
25578   </test>
25579   <test name="test-251.cs">
25580     <type name="X">
25581       <method name="Void .ctor()">
25582         <size>7</size>
25583       </method>
25584       <method name="Void Main()">
25585         <size>1</size>
25586       </method>
25587     </type>
25588   </test>
25589   <test name="test-252.cs">
25590     <type name="A">
25591       <method name="Void .ctor()">
25592         <size>7</size>
25593       </method>
25594       <method name="Void add_Bar(Foo)">
25595         <size>24</size>
25596       </method>
25597       <method name="Void remove_Bar(Foo)">
25598         <size>24</size>
25599       </method>
25600       <method name="Void m1()">
25601         <size>1</size>
25602       </method>
25603       <method name="Int32 Main()">
25604         <size>93</size>
25605       </method>
25606     </type>
25607     <type name="Foo">
25608       <method name="Void .ctor(Object, IntPtr)">
25609         <size>0</size>
25610       </method>
25611       <method name="Void Invoke()">
25612         <size>0</size>
25613       </method>
25614       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25615         <size>0</size>
25616       </method>
25617       <method name="Void EndInvoke(IAsyncResult)">
25618         <size>0</size>
25619       </method>
25620     </type>
25621   </test>
25622   <test name="test-253.cs">
25623     <type name="AccessibleAttribute">
25624       <method name="Void .ctor()">
25625         <size>7</size>
25626       </method>
25627     </type>
25628     <type name="MyClass">
25629       <method name="Void .ctor()">
25630         <size>7</size>
25631       </method>
25632     </type>
25633     <type name="Test">
25634       <method name="Void .ctor()">
25635         <size>7</size>
25636       </method>
25637       <method name="Int32 Main()">
25638         <size>66</size>
25639       </method>
25640     </type>
25641   </test>
25642   <test name="test-254.cs">
25643     <type name="TestAttribute">
25644       <method name="Void .ctor()">
25645         <size>7</size>
25646       </method>
25647     </type>
25648     <type name="Test_1">
25649       <method name="Void .ctor()">
25650         <size>7</size>
25651       </method>
25652       <method name="Void Test(Int32)">
25653         <size>1</size>
25654       </method>
25655     </type>
25656     <type name="Test_2">
25657       <method name="Void .ctor()">
25658         <size>7</size>
25659       </method>
25660       <method name="Int32 get_Test()">
25661         <size>2</size>
25662       </method>
25663       <method name="Void set_Test(Int32)">
25664         <size>1</size>
25665       </method>
25666       <method name="Void set_Test2(Boolean)">
25667         <size>1</size>
25668       </method>
25669     </type>
25670     <type name="Test_3">
25671       <method name="Void .ctor()">
25672         <size>7</size>
25673       </method>
25674       <method name="Void add_e_1(test_delegate)">
25675         <size>24</size>
25676       </method>
25677       <method name="Void remove_e_1(test_delegate)">
25678         <size>24</size>
25679       </method>
25680       <method name="Void add_e_2(test_delegate)">
25681         <size>24</size>
25682       </method>
25683       <method name="Void remove_e_2(test_delegate)">
25684         <size>24</size>
25685       </method>
25686     </type>
25687     <type name="Test_4">
25688       <method name="Void .ctor()">
25689         <size>7</size>
25690       </method>
25691       <method name="Void add_e_1(test_delegate)">
25692         <size>1</size>
25693       </method>
25694       <method name="Void remove_e_1(test_delegate)">
25695         <size>1</size>
25696       </method>
25697       <method name="Void add_e_2(test_delegate)">
25698         <size>1</size>
25699       </method>
25700       <method name="Void remove_e_2(test_delegate)">
25701         <size>1</size>
25702       </method>
25703       <method name="Void add_e_3(test_delegate)">
25704         <size>1</size>
25705       </method>
25706       <method name="Void remove_e_3(test_delegate)">
25707         <size>1</size>
25708       </method>
25709     </type>
25710     <type name="ClassMain">
25711       <method name="Void .ctor()">
25712         <size>7</size>
25713       </method>
25714       <method name="Void .cctor()">
25715         <size>1</size>
25716       </method>
25717       <method name="Void Assert(System.Object[], Boolean, Int32)">
25718         <size>65</size>
25719       </method>
25720       <method name="Int32 Main()">
25721         <size>1159</size>
25722       </method>
25723     </type>
25724     <type name="test_delegate">
25725       <method name="Void .ctor(Object, IntPtr)">
25726         <size>0</size>
25727       </method>
25728       <method name="System.Delegate Invoke(Int32)">
25729         <size>0</size>
25730       </method>
25731       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25732         <size>0</size>
25733       </method>
25734       <method name="System.Delegate EndInvoke(IAsyncResult)">
25735         <size>0</size>
25736       </method>
25737     </type>
25738   </test>
25739   <test name="test-255.cs">
25740     <type name="TestAttribute">
25741       <method name="Void .ctor()">
25742         <size>7</size>
25743       </method>
25744     </type>
25745     <type name="C">
25746       <method name="Void .ctor()">
25747         <size>7</size>
25748       </method>
25749       <method name="Void Method()">
25750         <size>1</size>
25751       </method>
25752       <method name="Void Main()">
25753         <size>1</size>
25754       </method>
25755     </type>
25756   </test>
25757   <test name="test-256.cs">
25758     <type name="TableColumn">
25759       <method name="Void .ctor()">
25760         <size>7</size>
25761       </method>
25762       <method name="System.Object get_MagicValue()">
25763         <size>2</size>
25764       </method>
25765       <method name="Void set_MagicValue(System.Object)">
25766         <size>1</size>
25767       </method>
25768     </type>
25769     <type name="Bug">
25770       <method name="Void .ctor()">
25771         <size>7</size>
25772       </method>
25773       <method name="Int32 get_TInt()">
25774         <size>2</size>
25775       </method>
25776       <method name="Void Main()">
25777         <size>1</size>
25778       </method>
25779     </type>
25780   </test>
25781   <test name="test-257.cs">
25782     <type name="X">
25783       <method name="Void Main()">
25784         <size>8</size>
25785       </method>
25786       <method name="Void call(Int32 ByRef)">
25787         <size>25</size>
25788       </method>
25789       <method name="Void .ctor()">
25790         <size>7</size>
25791       </method>
25792     </type>
25793   </test>
25794   <test name="test-258.cs">
25795     <type name="MyTest.Test">
25796       <method name="Void .ctor()">
25797         <size>7</size>
25798       </method>
25799     </type>
25800     <type name="MyTest.Test2">
25801       <method name="Void .ctor()">
25802         <size>7</size>
25803       </method>
25804       <method name="Void MyTest.Test.Inner.Foo()">
25805         <size>1</size>
25806       </method>
25807       <method name="Void Main()">
25808         <size>1</size>
25809       </method>
25810     </type>
25811   </test>
25812   <test name="test-259.cs">
25813     <type name="Testing">
25814       <method name="Void .ctor()">
25815         <size>7</size>
25816       </method>
25817       <method name="Void Main()">
25818         <size>1</size>
25819       </method>
25820     </type>
25821   </test>
25822   <test name="test-26.cs">
25823     <type name="Blah">
25824       <method name="Void .ctor()">
25825         <size>7</size>
25826       </method>
25827       <method name="Int32 Foo(Int32, Int32)">
25828         <size>4</size>
25829       </method>
25830       <method name="Int32 Test1()">
25831         <size>114</size>
25832       </method>
25833       <method name="Int32 Adder(System.Int32[])">
25834         <size>34</size>
25835       </method>
25836       <method name="Int32 Test2()">
25837         <size>47</size>
25838       </method>
25839       <method name="Int32 Main()">
25840         <size>40</size>
25841       </method>
25842     </type>
25843     <type name="Blah+MyDelegate">
25844       <method name="Void .ctor(Object, IntPtr)">
25845         <size>0</size>
25846       </method>
25847       <method name="Int32 Invoke(Int32, Int32)">
25848         <size>0</size>
25849       </method>
25850       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
25851         <size>0</size>
25852       </method>
25853       <method name="Int32 EndInvoke(IAsyncResult)">
25854         <size>0</size>
25855       </method>
25856     </type>
25857     <type name="Blah+List">
25858       <method name="Void .ctor(Object, IntPtr)">
25859         <size>0</size>
25860       </method>
25861       <method name="Int32 Invoke(System.Int32[])">
25862         <size>0</size>
25863       </method>
25864       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
25865         <size>0</size>
25866       </method>
25867       <method name="Int32 EndInvoke(IAsyncResult)">
25868         <size>0</size>
25869       </method>
25870     </type>
25871   </test>
25872   <test name="test-260.cs">
25873     <type name="x.Test">
25874       <method name="Void .ctor()">
25875         <size>7</size>
25876       </method>
25877     </type>
25878     <type name="y.Test">
25879       <method name="Void .ctor()">
25880         <size>7</size>
25881       </method>
25882     </type>
25883     <type name="b.a">
25884       <method name="Void .ctor()">
25885         <size>7</size>
25886       </method>
25887       <method name="Void Main()">
25888         <size>7</size>
25889       </method>
25890     </type>
25891   </test>
25892   <test name="test-261.cs">
25893     <type name="T">
25894       <method name="Void .ctor()">
25895         <size>7</size>
25896       </method>
25897       <method name="T get_Me()">
25898         <size>16</size>
25899       </method>
25900       <method name="T GetMe()">
25901         <size>16</size>
25902       </method>
25903       <method name="Int32 Test(T)">
25904         <size>106</size>
25905       </method>
25906       <method name="Int32 Main()">
25907         <size>31</size>
25908       </method>
25909     </type>
25910   </test>
25911   <test name="test-262.cs">
25912     <type name="n1.Attribute">
25913       <method name="Void .ctor()">
25914         <size>7</size>
25915       </method>
25916     </type>
25917     <type name="n3.A">
25918       <method name="Void .ctor()">
25919         <size>7</size>
25920       </method>
25921       <method name="Void Attribute()">
25922         <size>1</size>
25923       </method>
25924       <method name="Void X()">
25925         <size>7</size>
25926       </method>
25927       <method name="Void Main()">
25928         <size>11</size>
25929       </method>
25930     </type>
25931   </test>
25932   <test name="test-263.cs">
25933     <type name="Test">
25934       <method name="Void .ctor()">
25935         <size>7</size>
25936       </method>
25937       <method name="System.String GetString(System.Byte[])">
25938         <size>19</size>
25939       </method>
25940       <method name="Void Main()">
25941         <size>1</size>
25942       </method>
25943     </type>
25944   </test>
25945   <test name="test-264.cs">
25946     <type name="Proef">
25947       <method name="Void .ctor()">
25948         <size>7</size>
25949       </method>
25950       <method name="Void add_OnDoSomething(System.EventHandler)">
25951         <size>24</size>
25952       </method>
25953       <method name="Void remove_OnDoSomething(System.EventHandler)">
25954         <size>24</size>
25955       </method>
25956       <method name="Void Temp(System.Object, System.EventArgs)">
25957         <size>1</size>
25958       </method>
25959       <method name="Void Main()">
25960         <size>25</size>
25961       </method>
25962     </type>
25963   </test>
25964   <test name="test-265.cs">
25965     <type name="ClassFormatError">
25966       <method name="Void .ctor(String, Object[])">
25967         <size>7</size>
25968       </method>
25969       <method name="Void Main()">
25970         <size>1</size>
25971       </method>
25972     </type>
25973     <type name="UnsupportedClassVersionError">
25974       <method name="Void .ctor(String)">
25975         <size>14</size>
25976       </method>
25977     </type>
25978   </test>
25979   <test name="test-266.cs">
25980     <type name="T">
25981       <method name="Void .ctor()">
25982         <size>7</size>
25983       </method>
25984       <method name="Int32 Main()">
25985         <size>25</size>
25986       </method>
25987     </type>
25988   </test>
25989   <test name="test-267.cs">
25990     <type name="X">
25991       <method name="Void .ctor()">
25992         <size>7</size>
25993       </method>
25994       <method name="System.String Text()">
25995         <size>6</size>
25996       </method>
25997       <method name="Int32 Main()">
25998         <size>12</size>
25999       </method>
26000     </type>
26001   </test>
26002   <test name="test-268.cs">
26003     <type name="X">
26004       <method name="Void .ctor()">
26005         <size>7</size>
26006       </method>
26007       <method name="Int32 Main()">
26008         <size>26</size>
26009       </method>
26010     </type>
26011     <type name="X+Nested">
26012       <method name="Void .ctor()">
26013         <size>7</size>
26014       </method>
26015       <method name="MyEnum D()">
26016         <size>2</size>
26017       </method>
26018     </type>
26019   </test>
26020   <test name="test-269.cs">
26021     <type name="Class1">
26022       <method name="Void .ctor()">
26023         <size>7</size>
26024       </method>
26025       <method name="Int32 Main(System.String[])">
26026         <size>361</size>
26027       </method>
26028       <method name="Int32 AddABunchOfInts(...)">
26029         <size>63</size>
26030       </method>
26031       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
26032         <size>63</size>
26033       </method>
26034       <method name="Result VtAddABunchOfInts(...)">
26035         <size>68</size>
26036       </method>
26037       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
26038         <size>68</size>
26039       </method>
26040       <method name="Int32 InstAddABunchOfInts(...)">
26041         <size>63</size>
26042       </method>
26043       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
26044         <size>63</size>
26045       </method>
26046       <method name="Result InstVtAddABunchOfInts(...)">
26047         <size>68</size>
26048       </method>
26049       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
26050         <size>68</size>
26051       </method>
26052     </type>
26053     <type name="Result">
26054       <method name="Void .ctor(Int32)">
26055         <size>24</size>
26056       </method>
26057     </type>
26058   </test>
26059   <test name="test-27.cs">
26060     <type name="Foo">
26061       <method name="Void .ctor()">
26062         <size>7</size>
26063       </method>
26064       <method name="Boolean MyMethod(Int32)">
26065         <size>12</size>
26066       </method>
26067       <method name="Int32 AnotherMethod(Int32)">
26068         <size>5</size>
26069       </method>
26070     </type>
26071     <type name="Blah">
26072       <method name="Void .ctor()">
26073         <size>7</size>
26074       </method>
26075       <method name="Void Bar(Int32, Int32)">
26076         <size>9</size>
26077       </method>
26078       <method name="Int32 Main()">
26079         <size>139</size>
26080       </method>
26081     </type>
26082     <type name="Blah+MyDelegate">
26083       <method name="Void .ctor(Object, IntPtr)">
26084         <size>0</size>
26085       </method>
26086       <method name="Void Invoke(Int32, Int32)">
26087         <size>0</size>
26088       </method>
26089       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
26090         <size>0</size>
26091       </method>
26092       <method name="Void EndInvoke(IAsyncResult)">
26093         <size>0</size>
26094       </method>
26095     </type>
26096   </test>
26097   <test name="test-270.cs">
26098     <type name="X">
26099       <method name="Void .ctor()">
26100         <size>7</size>
26101       </method>
26102       <method name="Int32 Test(System.String, System.Object[])">
26103         <size>2</size>
26104       </method>
26105       <method name="Int32 Main()">
26106         <size>75</size>
26107       </method>
26108       <method name="Int32 Test(System.String, ...)">
26109         <size>2</size>
26110       </method>
26111     </type>
26112   </test>
26113   <test name="test-271.cs">
26114     <type name="T">
26115       <method name="Void .ctor()">
26116         <size>7</size>
26117       </method>
26118       <method name="C X()">
26119         <size>10</size>
26120       </method>
26121       <method name="Void Main()">
26122         <size>61</size>
26123       </method>
26124     </type>
26125     <type name="T+C">
26126       <method name="IEnumerator GetEnumerator()">
26127         <size>11</size>
26128       </method>
26129     </type>
26130   </test>
26131   <test name="test-272.cs">
26132     <type name="BazAttribute">
26133       <method name="Void .ctor()">
26134         <size>7</size>
26135       </method>
26136       <method name="Void .ctor(Foo)">
26137         <size>7</size>
26138       </method>
26139       <method name="Void set_foo3(Foo)">
26140         <size>1</size>
26141       </method>
26142       <method name="Foo get_foo3()">
26143         <size>2</size>
26144       </method>
26145     </type>
26146     <type name="Test">
26147       <method name="Void .ctor()">
26148         <size>7</size>
26149       </method>
26150       <method name="Void f0()">
26151         <size>1</size>
26152       </method>
26153       <method name="Void f1()">
26154         <size>1</size>
26155       </method>
26156       <method name="Void f2()">
26157         <size>1</size>
26158       </method>
26159       <method name="Void f3()">
26160         <size>1</size>
26161       </method>
26162       <method name="Void Main()">
26163         <size>1</size>
26164       </method>
26165     </type>
26166   </test>
26167   <test name="test-273.cs">
26168     <type name="FooAttribute">
26169       <method name="Void .ctor()">
26170         <size>7</size>
26171       </method>
26172     </type>
26173     <type name="Tests">
26174       <method name="Void .ctor()">
26175         <size>7</size>
26176       </method>
26177       <method name="Void Main()">
26178         <size>36</size>
26179       </method>
26180     </type>
26181   </test>
26182   <test name="test-274.cs">
26183     <type name="MyClass">
26184       <method name="Void .ctor(String[])">
26185         <size>7</size>
26186       </method>
26187     </type>
26188     <type name="ChildClass">
26189       <method name="Void .ctor()">
26190         <size>13</size>
26191       </method>
26192     </type>
26193     <type name="M">
26194       <method name="Void .ctor()">
26195         <size>7</size>
26196       </method>
26197       <method name="Void Main()">
26198         <size>1</size>
26199       </method>
26200     </type>
26201   </test>
26202   <test name="test-275.cs">
26203     <type name="Test">
26204       <method name="Void .ctor()">
26205         <size>7</size>
26206       </method>
26207       <method name="Void add_MyEvent(DelType)">
26208         <size>24</size>
26209       </method>
26210       <method name="Void remove_MyEvent(DelType)">
26211         <size>24</size>
26212       </method>
26213       <method name="Int32 Main()">
26214         <size>176</size>
26215       </method>
26216     </type>
26217     <type name="DelType">
26218       <method name="Void .ctor(Object, IntPtr)">
26219         <size>0</size>
26220       </method>
26221       <method name="Void Invoke()">
26222         <size>0</size>
26223       </method>
26224       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26225         <size>0</size>
26226       </method>
26227       <method name="Void EndInvoke(IAsyncResult)">
26228         <size>0</size>
26229       </method>
26230     </type>
26231     <type name="S">
26232       <method name="Void add_MyEvent(DelType)">
26233         <size>24</size>
26234       </method>
26235       <method name="Void remove_MyEvent(DelType)">
26236         <size>24</size>
26237       </method>
26238     </type>
26239   </test>
26240   <test name="test-276.cs">
26241     <type name="EventTestClass">
26242       <method name="Void .ctor()">
26243         <size>7</size>
26244       </method>
26245       <method name="Void add_Elapsed(System.EventHandler)">
26246         <size>24</size>
26247       </method>
26248       <method name="Void remove_Elapsed(System.EventHandler)">
26249         <size>24</size>
26250       </method>
26251     </type>
26252     <type name="EntryPoint">
26253       <method name="Void .ctor()">
26254         <size>7</size>
26255       </method>
26256       <method name="Boolean test(System.Type)">
26257         <size>17</size>
26258       </method>
26259       <method name="Int32 Main()">
26260         <size>48</size>
26261       </method>
26262     </type>
26263   </test>
26264   <test name="test-277.cs">
26265     <type name="T">
26266       <method name="Void .ctor()">
26267         <size>7</size>
26268       </method>
26269       <method name="Int32 Main()">
26270         <size>7</size>
26271       </method>
26272       <method name="Int32 X(Byte)">
26273         <size>2</size>
26274       </method>
26275       <method name="Int32 X(Int16)">
26276         <size>2</size>
26277       </method>
26278     </type>
26279   </test>
26280   <test name="test-278.cs">
26281     <type name="X">
26282       <method name="Void .ctor()">
26283         <size>7</size>
26284       </method>
26285       <method name="Int32 Main()">
26286         <size>73</size>
26287       </method>
26288     </type>
26289     <type name="Rect">
26290       <method name="Int32 get_X()">
26291         <size>7</size>
26292       </method>
26293       <method name="Void set_X(Int32)">
26294         <size>8</size>
26295       </method>
26296     </type>
26297   </test>
26298   <test name="test-279.cs">
26299     <type name="FlagsAttributeDemo">
26300       <method name="Void .ctor()">
26301         <size>7</size>
26302       </method>
26303       <method name="Int32 Main()">
26304         <size>38</size>
26305       </method>
26306     </type>
26307   </test>
26308   <test name="test-28.cs">
26309     <type name="A">
26310       <method name="Void .ctor()">
26311         <size>7</size>
26312       </method>
26313       <method name="Int32 get_Item(Int32)">
26314         <size>0</size>
26315       </method>
26316       <method name="Int32 EmulateIndexer(Int32)">
26317         <size>8</size>
26318       </method>
26319     </type>
26320     <type name="B">
26321       <method name="Void .ctor()">
26322         <size>7</size>
26323       </method>
26324       <method name="Int32 get_Item(Int32)">
26325         <size>2</size>
26326       </method>
26327       <method name="Int32 M()">
26328         <size>8</size>
26329       </method>
26330     </type>
26331     <type name="X">
26332       <method name="Void .ctor()">
26333         <size>7</size>
26334       </method>
26335       <method name="Int32 get_Item(Int32)">
26336         <size>20</size>
26337       </method>
26338       <method name="Void set_Item(Int32, Int32)">
26339         <size>26</size>
26340       </method>
26341       <method name="Int32 Main()">
26342         <size>122</size>
26343       </method>
26344     </type>
26345   </test>
26346   <test name="test-280.cs">
26347     <type name="AppFramework.Util.Logic">
26348       <method name="Void .ctor()">
26349         <size>7</size>
26350       </method>
26351       <method name="Void Main()">
26352         <size>1</size>
26353       </method>
26354       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
26355         <size>37</size>
26356       </method>
26357     </type>
26358   </test>
26359   <test name="test-281.cs">
26360     <type name="Foo.Hello">
26361       <method name="Void .ctor()">
26362         <size>7</size>
26363       </method>
26364       <method name="Void .cctor()">
26365         <size>7</size>
26366       </method>
26367     </type>
26368     <type name="Bar.Hello">
26369       <method name="Void .ctor()">
26370         <size>7</size>
26371       </method>
26372       <method name="Void .cctor()">
26373         <size>8</size>
26374       </method>
26375     </type>
26376     <type name="Test.Test1">
26377       <method name="Void .ctor()">
26378         <size>7</size>
26379       </method>
26380       <method name="Int32 World()">
26381         <size>6</size>
26382       </method>
26383     </type>
26384     <type name="Test.Test2">
26385       <method name="Void .ctor()">
26386         <size>7</size>
26387       </method>
26388       <method name="Int32 World()">
26389         <size>6</size>
26390       </method>
26391     </type>
26392     <type name="X">
26393       <method name="Void .ctor()">
26394         <size>7</size>
26395       </method>
26396       <method name="Int32 Main()">
26397         <size>29</size>
26398       </method>
26399     </type>
26400   </test>
26401   <test name="test-282.cs">
26402     <type name="X">
26403       <method name="Void .ctor()">
26404         <size>7</size>
26405       </method>
26406       <method name="System.Object Add(integer, System.Object)">
26407         <size>70</size>
26408       </method>
26409       <method name="Int32 Main()">
26410         <size>68</size>
26411       </method>
26412     </type>
26413     <type name="integer">
26414       <method name="Void .ctor(Int32)">
26415         <size>8</size>
26416       </method>
26417       <method name="integer op_Implicit(Int32)">
26418         <size>7</size>
26419       </method>
26420       <method name="Double op_Implicit(integer)">
26421         <size>13</size>
26422       </method>
26423       <method name="integer op_Addition(integer, integer)">
26424         <size>21</size>
26425       </method>
26426     </type>
26427   </test>
26428   <test name="test-283.cs">
26429     <type name="X">
26430       <method name="Void .ctor()">
26431         <size>7</size>
26432       </method>
26433       <method name="Int32 Foo()">
26434         <size>2</size>
26435       </method>
26436     </type>
26437     <type name="Y">
26438       <method name="Void .ctor()">
26439         <size>7</size>
26440       </method>
26441       <method name="Y+D GetIt()">
26442         <size>13</size>
26443       </method>
26444       <method name="Y+D GetIt2()">
26445         <size>13</size>
26446       </method>
26447       <method name="Int32 Foo()">
26448         <size>2</size>
26449       </method>
26450       <method name="Int32 Main()">
26451         <size>56</size>
26452       </method>
26453     </type>
26454     <type name="Y+D">
26455       <method name="Void .ctor(Object, IntPtr)">
26456         <size>0</size>
26457       </method>
26458       <method name="Int32 Invoke()">
26459         <size>0</size>
26460       </method>
26461       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26462         <size>0</size>
26463       </method>
26464       <method name="Int32 EndInvoke(IAsyncResult)">
26465         <size>0</size>
26466       </method>
26467     </type>
26468   </test>
26469   <test name="test-284.cs">
26470     <type name="App">
26471       <method name="Void .ctor()">
26472         <size>7</size>
26473       </method>
26474       <method name="Void Main()">
26475         <size>12</size>
26476       </method>
26477     </type>
26478   </test>
26479   <test name="test-285.cs">
26480     <type name="T">
26481       <method name="Void .ctor()">
26482         <size>7</size>
26483       </method>
26484       <method name="Int32 Main()">
26485         <size>2</size>
26486       </method>
26487     </type>
26488   </test>
26489   <test name="test-286.cs">
26490     <type name="MethodWrapper">
26491       <method name="Void .ctor()">
26492         <size>7</size>
26493       </method>
26494       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
26495         <size>57</size>
26496       </method>
26497     </type>
26498     <type name="MapXml.Throws">
26499       <method name="Void .ctor()">
26500         <size>7</size>
26501       </method>
26502       <method name="Void Main()">
26503         <size>1</size>
26504       </method>
26505     </type>
26506   </test>
26507   <test name="test-287.cs">
26508     <type name="StaticClass">
26509       <method name="System.String Name()">
26510         <size>6</size>
26511       </method>
26512     </type>
26513     <type name="MainClass">
26514       <method name="Void .ctor()">
26515         <size>7</size>
26516       </method>
26517       <method name="Int32 Main()">
26518         <size>83</size>
26519       </method>
26520     </type>
26521     <type name="StaticClass+D">
26522       <method name="Void .ctor(Object, IntPtr)">
26523         <size>0</size>
26524       </method>
26525       <method name="System.Object Invoke()">
26526         <size>0</size>
26527       </method>
26528       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26529         <size>0</size>
26530       </method>
26531       <method name="System.Object EndInvoke(IAsyncResult)">
26532         <size>0</size>
26533       </method>
26534     </type>
26535   </test>
26536   <test name="test-288.cs">
26537     <type name="Test.BookAboutMovie">
26538       <method name="Void .ctor(String)">
26539         <size>25</size>
26540       </method>
26541       <method name="System.String GetItem(Int32)">
26542         <size>7</size>
26543       </method>
26544       <method name="System.String get_Item(Int32)">
26545         <size>7</size>
26546       </method>
26547       <method name="Int32 Main(System.String[])">
26548         <size>57</size>
26549       </method>
26550     </type>
26551   </test>
26552   <test name="test-289.cs">
26553     <type name="Test">
26554       <method name="Void .ctor()">
26555         <size>7</size>
26556       </method>
26557       <method name="Void Main()">
26558         <size>1</size>
26559       </method>
26560       <method name="Void set_Value(System.String)">
26561         <size>1</size>
26562       </method>
26563       <method name="Void set_Value()">
26564         <size>1</size>
26565       </method>
26566       <method name="Void set_Item(Int32, Int32, Boolean)">
26567         <size>1</size>
26568       </method>
26569       <method name="Void set_Item(Int32, Int32)">
26570         <size>1</size>
26571       </method>
26572       <method name="Boolean get_Item(Boolean)">
26573         <size>2</size>
26574       </method>
26575     </type>
26576   </test>
26577   <test name="test-29.cs">
26578     <type name="Base">
26579       <method name="Void .ctor()">
26580         <size>7</size>
26581       </method>
26582       <method name="Void Add(Int32)">
26583         <size>18</size>
26584       </method>
26585     </type>
26586     <type name="Derived">
26587       <method name="Void .ctor()">
26588         <size>7</size>
26589       </method>
26590       <method name="Void Add(Double)">
26591         <size>18</size>
26592       </method>
26593     </type>
26594     <type name="Demo">
26595       <method name="Void .ctor()">
26596         <size>7</size>
26597       </method>
26598       <method name="Int32 Main()">
26599         <size>51</size>
26600       </method>
26601     </type>
26602   </test>
26603   <test name="test-290.cs">
26604     <type name="EntryPoint">
26605       <method name="Void .ctor()">
26606         <size>7</size>
26607       </method>
26608       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
26609         <size>22</size>
26610       </method>
26611       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
26612         <size>22</size>
26613       </method>
26614       <method name="Void bar_f(System.Object)">
26615         <size>1</size>
26616       </method>
26617       <method name="Void Main()">
26618         <size>35</size>
26619       </method>
26620     </type>
26621     <type name="EntryPoint+EventHandler">
26622       <method name="Void .ctor(Object, IntPtr)">
26623         <size>0</size>
26624       </method>
26625       <method name="Void Invoke(System.Object)">
26626         <size>0</size>
26627       </method>
26628       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
26629         <size>0</size>
26630       </method>
26631       <method name="Void EndInvoke(IAsyncResult)">
26632         <size>0</size>
26633       </method>
26634     </type>
26635   </test>
26636   <test name="test-291.cs">
26637     <type name="Test">
26638       <method name="Void .ctor()">
26639         <size>7</size>
26640       </method>
26641       <method name="Void Method()">
26642         <size>1</size>
26643       </method>
26644       <method name="Void Main()">
26645         <size>13</size>
26646       </method>
26647     </type>
26648   </test>
26649   <test name="test-292.cs">
26650     <type name="X">
26651       <method name="Void .ctor()">
26652         <size>7</size>
26653       </method>
26654       <method name="Void .cctor()">
26655         <size>1</size>
26656       </method>
26657       <method name="Void Main()">
26658         <size>19</size>
26659       </method>
26660     </type>
26661   </test>
26662   <test name="test-293.cs">
26663     <type name="A">
26664       <method name="Void .ctor()">
26665         <size>7</size>
26666       </method>
26667       <method name="System.String get_Warning()">
26668         <size>6</size>
26669       </method>
26670     </type>
26671     <type name="B">
26672       <method name="Void .ctor()">
26673         <size>7</size>
26674       </method>
26675       <method name="System.String get_Warning()">
26676         <size>6</size>
26677       </method>
26678       <method name="Void Main()">
26679         <size>1</size>
26680       </method>
26681     </type>
26682   </test>
26683   <test name="test-294.cs">
26684     <type name="ObsoleteClass">
26685       <method name="Void .ctor()">
26686         <size>7</size>
26687       </method>
26688     </type>
26689     <type name="Test">
26690       <method name="Void .ctor()">
26691         <size>13</size>
26692       </method>
26693       <method name="Void .ctor(String, Boolean)">
26694         <size>14</size>
26695       </method>
26696       <method name="System.String get_Name()">
26697         <size>7</size>
26698       </method>
26699       <method name="Void set_Name(System.String)">
26700         <size>8</size>
26701       </method>
26702     </type>
26703     <type name="DerivedTest">
26704       <method name="Void .ctor(String)">
26705         <size>16</size>
26706       </method>
26707       <method name="System.String Method()">
26708         <size>7</size>
26709       </method>
26710       <method name="Void T2()">
26711         <size>1</size>
26712       </method>
26713       <method name="Void Main()">
26714         <size>1</size>
26715       </method>
26716     </type>
26717     <type name="ObsoleteClass2">
26718       <method name="Void .ctor()">
26719         <size>7</size>
26720       </method>
26721     </type>
26722     <type name="ObsoleteClass3">
26723       <method name="Void .ctor()">
26724         <size>18</size>
26725       </method>
26726       <method name="Void .cctor()">
26727         <size>25</size>
26728       </method>
26729     </type>
26730     <type name="ObsoleteClass4">
26731       <method name="Void .ctor()">
26732         <size>7</size>
26733       </method>
26734       <method name="Void T()">
26735         <size>59</size>
26736       </method>
26737     </type>
26738   </test>
26739   <test name="test-295.cs">
26740     <type name="MyAttribute">
26741       <method name="Void .ctor(Object)">
26742         <size>14</size>
26743       </method>
26744       <method name="System.Object get_my()">
26745         <size>7</size>
26746       </method>
26747     </type>
26748     <type name="MyConstructorBuilder">
26749       <method name="Void .ctor()">
26750         <size>7</size>
26751       </method>
26752       <method name="Int32 Main()">
26753         <size>111</size>
26754       </method>
26755       <method name="System.Type MyCreateCallee(System.AppDomain)">
26756         <size>329</size>
26757       </method>
26758     </type>
26759   </test>
26760   <test name="test-296.cs">
26761     <type name="GetElementTypeTest">
26762       <method name="Void .ctor()">
26763         <size>7</size>
26764       </method>
26765       <method name="Int32 Main(System.String[])">
26766         <size>30</size>
26767       </method>
26768     </type>
26769   </test>
26770   <test name="test-297.cs">
26771     <type name="T">
26772       <method name="Void .ctor()">
26773         <size>7</size>
26774       </method>
26775       <method name="Int32 Main()">
26776         <size>311</size>
26777       </method>
26778       <method name="Void Login(System.String)">
26779         <size>1</size>
26780       </method>
26781     </type>
26782     <type name="My">
26783       <method name="Void .ctor(Object)">
26784         <size>14</size>
26785       </method>
26786     </type>
26787   </test>
26788   <test name="test-299.cs">
26789     <type name="SampleClass">
26790       <method name="Void .ctor()">
26791         <size>7</size>
26792       </method>
26793       <method name="SuperClass op_Increment(SampleClass)">
26794         <size>6</size>
26795       </method>
26796     </type>
26797     <type name="SuperClass">
26798       <method name="Void .ctor()">
26799         <size>7</size>
26800       </method>
26801       <method name="Int32 Main()">
26802         <size>2</size>
26803       </method>
26804     </type>
26805   </test>
26806   <test name="test-3.cs">
26807     <type name="TestIntOps">
26808       <method name="Void .ctor()">
26809         <size>7</size>
26810       </method>
26811       <method name="SByte sbyte_add(SByte, SByte)">
26812         <size>7</size>
26813       </method>
26814       <method name="Int16 short_add(Int16, Int16)">
26815         <size>5</size>
26816       </method>
26817       <method name="Double double_add(Double, Double)">
26818         <size>4</size>
26819       </method>
26820       <method name="Int32 int_add(Int32, Int32)">
26821         <size>4</size>
26822       </method>
26823       <method name="Int32 int_sub(Int32, Int32)">
26824         <size>4</size>
26825       </method>
26826       <method name="Int32 int_mul(Int32, Int32)">
26827         <size>4</size>
26828       </method>
26829       <method name="Int32 Main()">
26830         <size>215</size>
26831       </method>
26832     </type>
26833   </test>
26834   <test name="test-30.cs">
26835     <type name="X">
26836       <method name="Void .ctor()">
26837         <size>7</size>
26838       </method>
26839       <method name="Void IA.Draw()">
26840         <size>8</size>
26841       </method>
26842       <method name="Void IB.Draw()">
26843         <size>8</size>
26844       </method>
26845     </type>
26846     <type name="test">
26847       <method name="Void .ctor()">
26848         <size>7</size>
26849       </method>
26850       <method name="Int32 Main()">
26851         <size>192</size>
26852       </method>
26853     </type>
26854   </test>
26855   <test name="test-300.cs">
26856     <type name="A">
26857       <method name="Void .ctor()">
26858         <size>7</size>
26859       </method>
26860       <method name="Void Main()">
26861         <size>7</size>
26862       </method>
26863     </type>
26864     <type name="A+C">
26865       <method name="Void .ctor()">
26866         <size>7</size>
26867       </method>
26868     </type>
26869     <type name="A+B">
26870       <method name="Void .ctor()">
26871         <size>473</size>
26872       </method>
26873     </type>
26874     <type name="A+B+C">
26875       <method name="Void .ctor()">
26876         <size>7</size>
26877       </method>
26878     </type>
26879   </test>
26880   <test name="test-301.cs">
26881     <type name="A">
26882       <method name="Void .ctor()">
26883         <size>7</size>
26884       </method>
26885       <method name="Void Main()">
26886         <size>7</size>
26887       </method>
26888     </type>
26889     <type name="A+B">
26890       <method name="Void .ctor()">
26891         <size>219</size>
26892       </method>
26893     </type>
26894   </test>
26895   <test name="test-302.cs">
26896     <type name="A">
26897       <method name="Void .ctor()">
26898         <size>7</size>
26899       </method>
26900       <method name="Void Main()">
26901         <size>7</size>
26902       </method>
26903     </type>
26904     <type name="A+C">
26905       <method name="Void .ctor()">
26906         <size>7</size>
26907       </method>
26908     </type>
26909     <type name="A+B">
26910       <method name="Void .ctor()">
26911         <size>24</size>
26912       </method>
26913     </type>
26914     <type name="A+B+C">
26915       <method name="Void .ctor()">
26916         <size>7</size>
26917       </method>
26918     </type>
26919   </test>
26920   <test name="test-303.cs">
26921     <type name="A">
26922       <method name="Void .ctor()">
26923         <size>7</size>
26924       </method>
26925       <method name="Void Main()">
26926         <size>7</size>
26927       </method>
26928     </type>
26929     <type name="A+C">
26930       <method name="Void .ctor()">
26931         <size>7</size>
26932       </method>
26933       <method name="Void System.IDisposable.Dispose()">
26934         <size>11</size>
26935       </method>
26936     </type>
26937     <type name="A+B">
26938       <method name="Void .ctor()">
26939         <size>31</size>
26940       </method>
26941     </type>
26942     <type name="A+B+C">
26943       <method name="Void .ctor()">
26944         <size>7</size>
26945       </method>
26946       <method name="Void System.IDisposable.Dispose()">
26947         <size>1</size>
26948       </method>
26949     </type>
26950   </test>
26951   <test name="test-304.cs">
26952     <type name="A">
26953       <method name="Void .ctor()">
26954         <size>7</size>
26955       </method>
26956       <method name="Void Main()">
26957         <size>7</size>
26958       </method>
26959     </type>
26960     <type name="A+D">
26961       <method name="Void .ctor()">
26962         <size>7</size>
26963       </method>
26964     </type>
26965     <type name="A+B">
26966       <method name="Void .ctor()">
26967         <size>473</size>
26968       </method>
26969     </type>
26970     <type name="A+B+C">
26971       <method name="Void .ctor()">
26972         <size>7</size>
26973       </method>
26974     </type>
26975   </test>
26976   <test name="test-305.cs">
26977     <type name="A">
26978       <method name="Void .ctor()">
26979         <size>7</size>
26980       </method>
26981       <method name="Void Main()">
26982         <size>7</size>
26983       </method>
26984     </type>
26985     <type name="A+B">
26986       <method name="Void .ctor()">
26987         <size>219</size>
26988       </method>
26989     </type>
26990   </test>
26991   <test name="test-306.cs">
26992     <type name="A">
26993       <method name="Void .ctor()">
26994         <size>7</size>
26995       </method>
26996       <method name="Void Main()">
26997         <size>7</size>
26998       </method>
26999     </type>
27000     <type name="A+D">
27001       <method name="Void .ctor()">
27002         <size>7</size>
27003       </method>
27004     </type>
27005     <type name="A+B">
27006       <method name="Void .ctor()">
27007         <size>24</size>
27008       </method>
27009     </type>
27010     <type name="A+B+C">
27011       <method name="Void .ctor()">
27012         <size>7</size>
27013       </method>
27014     </type>
27015   </test>
27016   <test name="test-307.cs">
27017     <type name="A">
27018       <method name="Void .ctor()">
27019         <size>7</size>
27020       </method>
27021       <method name="Void Main()">
27022         <size>7</size>
27023       </method>
27024     </type>
27025     <type name="A+D">
27026       <method name="Void .ctor()">
27027         <size>7</size>
27028       </method>
27029       <method name="Void System.IDisposable.Dispose()">
27030         <size>11</size>
27031       </method>
27032     </type>
27033     <type name="A+B">
27034       <method name="Void .ctor()">
27035         <size>31</size>
27036       </method>
27037     </type>
27038     <type name="A+B+C">
27039       <method name="Void .ctor()">
27040         <size>7</size>
27041       </method>
27042       <method name="Void System.IDisposable.Dispose()">
27043         <size>1</size>
27044       </method>
27045     </type>
27046   </test>
27047   <test name="test-308.cs">
27048     <type name="Program">
27049       <method name="Void .ctor()">
27050         <size>7</size>
27051       </method>
27052       <method name="Void Main(System.String[])">
27053         <size>40</size>
27054       </method>
27055     </type>
27056   </test>
27057   <test name="test-309.cs">
27058     <type name="MonoBASIC.Parser">
27059       <method name="Void .ctor()">
27060         <size>7</size>
27061       </method>
27062       <method name="Void Main()">
27063         <size>1</size>
27064       </method>
27065     </type>
27066     <type name="MonoBASIC.Parser+StateMachine">
27067       <method name="Void .ctor()">
27068         <size>7</size>
27069       </method>
27070       <method name="Void HandleToken(Token)">
27071         <size>1</size>
27072       </method>
27073     </type>
27074   </test>
27075   <test name="test-31.cs">
27076     <type name="Base">
27077       <method name="Void .ctor()">
27078         <size>7</size>
27079       </method>
27080       <method name="Void A()">
27081         <size>8</size>
27082       </method>
27083     </type>
27084     <type name="Derived">
27085       <method name="Void .ctor()">
27086         <size>7</size>
27087       </method>
27088       <method name="Void A()">
27089         <size>8</size>
27090       </method>
27091     </type>
27092     <type name="Test">
27093       <method name="Void .ctor()">
27094         <size>7</size>
27095       </method>
27096       <method name="Int32 Main()">
27097         <size>38</size>
27098       </method>
27099     </type>
27100   </test>
27101   <test name="test-310.cs">
27102     <type name="test.Impl">
27103       <method name="Void .ctor()">
27104         <size>7</size>
27105       </method>
27106       <method name="System.String GetType(Int32)">
27107         <size>6</size>
27108       </method>
27109       <method name="Boolean IsDone()">
27110         <size>2</size>
27111       </method>
27112     </type>
27113     <type name="test.myclass">
27114       <method name="Void .ctor()">
27115         <size>7</size>
27116       </method>
27117       <method name="Void Main(System.String[])">
27118         <size>28</size>
27119       </method>
27120     </type>
27121   </test>
27122   <test name="test-311.cs">
27123     <type name="Program">
27124       <method name="Void .ctor()">
27125         <size>38</size>
27126       </method>
27127       <method name="Void .cctor()">
27128         <size>11</size>
27129       </method>
27130       <method name="System.String get_Message()">
27131         <size>6</size>
27132       </method>
27133       <method name="Void set_Message(System.String)">
27134         <size>7</size>
27135       </method>
27136       <method name="Boolean DenyMethod()">
27137         <size>2</size>
27138       </method>
27139       <method name="Void Test2()">
27140         <size>1</size>
27141       </method>
27142       <method name="Void Test3()">
27143         <size>1</size>
27144       </method>
27145       <method name="Void Test4()">
27146         <size>1</size>
27147       </method>
27148       <method name="Int32 Main(System.String[])">
27149         <size>175</size>
27150       </method>
27151     </type>
27152     <type name="Test2">
27153       <method name="Void .ctor()">
27154         <size>7</size>
27155       </method>
27156     </type>
27157   </test>
27158   <test name="test-312.cs">
27159     <type name="X">
27160       <method name="Void .ctor()">
27161         <size>7</size>
27162       </method>
27163       <method name="Void .cctor()">
27164         <size>1</size>
27165       </method>
27166       <method name="Boolean Method(PointF)">
27167         <size>72</size>
27168       </method>
27169       <method name="Boolean Call_constructor_and_implicit()">
27170         <size>29</size>
27171       </method>
27172       <method name="Boolean Init_with_implicit_conv()">
27173         <size>52</size>
27174       </method>
27175       <method name="Boolean Init_ValueType()">
27176         <size>26</size>
27177       </method>
27178       <method name="Boolean InstanceAssignTest()">
27179         <size>75</size>
27180       </method>
27181       <method name="Int32 T()">
27182         <size>54</size>
27183       </method>
27184       <method name="Int32 Main()">
27185         <size>45</size>
27186       </method>
27187     </type>
27188     <type name="PointF">
27189       <method name="Void .ctor(Single, Single)">
27190         <size>47</size>
27191       </method>
27192     </type>
27193     <type name="Point">
27194       <method name="Void .ctor(Int32, Int32)">
27195         <size>37</size>
27196       </method>
27197       <method name="PointF op_Implicit(Point)">
27198         <size>22</size>
27199       </method>
27200     </type>
27201   </test>
27202   <test name="test-313.cs">
27203     <type name="D">
27204       <method name="Void .ctor()">
27205         <size>7</size>
27206       </method>
27207       <method name="Void A.B.METHOD()">
27208         <size>1</size>
27209       </method>
27210       <method name="Int32 Main()">
27211         <size>134</size>
27212       </method>
27213     </type>
27214   </test>
27215   <test name="test-314.cs">
27216     <type name="X">
27217       <method name="Void .ctor()">
27218         <size>28</size>
27219       </method>
27220       <method name="Void .ctor(Int32)">
27221         <size>28</size>
27222       </method>
27223       <method name="Void .cctor()">
27224         <size>11</size>
27225       </method>
27226       <method name="Int32 Main()">
27227         <size>57</size>
27228       </method>
27229     </type>
27230   </test>
27231   <test name="test-315.cs">
27232     <type name="GuardedCollectionValue">
27233       <method name="Void .ctor()">
27234         <size>7</size>
27235       </method>
27236       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
27237         <size>2</size>
27238       </method>
27239       <method name="IDirectedCollectionValue Backwards()">
27240         <size>2</size>
27241       </method>
27242     </type>
27243     <type name="GuardedSequenced">
27244       <method name="Void .ctor()">
27245         <size>7</size>
27246       </method>
27247       <method name="IDirectedCollectionValue Test()">
27248         <size>12</size>
27249       </method>
27250     </type>
27251     <type name="X">
27252       <method name="Void .ctor()">
27253         <size>7</size>
27254       </method>
27255       <method name="Void Main()">
27256         <size>1</size>
27257       </method>
27258     </type>
27259   </test>
27260   <test name="test-316.cs">
27261     <type name="D">
27262       <method name="Void .ctor()">
27263         <size>7</size>
27264       </method>
27265       <method name="Int32 IA.Add(Int32)">
27266         <size>2</size>
27267       </method>
27268       <method name="Int32 IB.Add(Int32)">
27269         <size>2</size>
27270       </method>
27271     </type>
27272     <type name="E">
27273       <method name="Void .ctor()">
27274         <size>7</size>
27275       </method>
27276       <method name="Int32 IA.Add(Int32)">
27277         <size>2</size>
27278       </method>
27279       <method name="Int32 IB.Add(Int32)">
27280         <size>2</size>
27281       </method>
27282       <method name="Void doom()">
27283         <size>1</size>
27284       </method>
27285       <method name="System.Object Clone()">
27286         <size>2</size>
27287       </method>
27288       <method name="Void Dispose()">
27289         <size>1</size>
27290       </method>
27291     </type>
27292     <type name="C">
27293       <method name="Void .ctor()">
27294         <size>7</size>
27295       </method>
27296       <method name="Int32 Test(IC)">
27297         <size>49</size>
27298       </method>
27299       <method name="Void Test2(IE)">
27300         <size>20</size>
27301       </method>
27302       <method name="Int32 Main()">
27303         <size>32</size>
27304       </method>
27305     </type>
27306   </test>
27307   <test name="test-317.cs">
27308     <type name="X">
27309       <method name="Void .ctor()">
27310         <size>7</size>
27311       </method>
27312       <method name="Void Main()">
27313         <size>1</size>
27314       </method>
27315     </type>
27316   </test>
27317   <test name="test-318.cs">
27318     <type name="Ev">
27319       <method name="Void .ctor()">
27320         <size>29</size>
27321       </method>
27322       <method name="Void add_Disposed(System.EventHandler)">
27323         <size>19</size>
27324       </method>
27325       <method name="Void remove_Disposed(System.EventHandler)">
27326         <size>19</size>
27327       </method>
27328       <method name="Void OnClick(System.EventArgs)">
27329         <size>38</size>
27330       </method>
27331     </type>
27332     <type name="Foo">
27333       <method name="Void .ctor()">
27334         <size>7</size>
27335       </method>
27336     </type>
27337     <type name="C">
27338       <method name="Void .ctor()">
27339         <size>7</size>
27340       </method>
27341       <method name="Void my_from_fixed(Int32 ByRef)">
27342         <size>4</size>
27343       </method>
27344       <method name="Void month_from_fixed(Int32)">
27345         <size>8</size>
27346       </method>
27347       <method name="Int32 CreateFromString(Int32)">
27348         <size>10</size>
27349       </method>
27350       <method name="Void Main()">
27351         <size>1</size>
27352       </method>
27353     </type>
27354     <type name="Foo">
27355       <method name="Void EventInterface.add_Event(System.EventHandler)">
27356         <size>1</size>
27357       </method>
27358       <method name="Void EventInterface.remove_Event(System.EventHandler)">
27359         <size>1</size>
27360       </method>
27361     </type>
27362     <type name="C">
27363       <method name="Double* GetValue(Double)">
27364         <size>5</size>
27365       </method>
27366     </type>
27367   </test>
27368   <test name="test-319.cs">
27369     <type name="ConstFields">
27370       <method name="Void .ctor()">
27371         <size>7</size>
27372       </method>
27373       <method name="Void .cctor()">
27374         <size>137</size>
27375       </method>
27376       <method name="Int32 Main()">
27377         <size>324</size>
27378       </method>
27379     </type>
27380   </test>
27381   <test name="test-32.cs">
27382     <type name="Blah">
27383       <method name="Void .ctor()">
27384         <size>7</size>
27385       </method>
27386       <method name="Int32 Main()">
27387         <size>50</size>
27388       </method>
27389     </type>
27390   </test>
27391   <test name="test-320.cs">
27392     <type name="X">
27393       <method name="Void .ctor(SByte*, Int32, Int32)">
27394         <size>7</size>
27395       </method>
27396       <method name="Void Main()">
27397         <size>12</size>
27398       </method>
27399     </type>
27400   </test>
27401   <test name="test-321.cs">
27402     <type name="X">
27403       <method name="Void Dispose()">
27404         <size>1</size>
27405       </method>
27406       <method name="Void Main()">
27407         <size>24</size>
27408       </method>
27409     </type>
27410   </test>
27411   <test name="test-322.cs">
27412     <type name="Y">
27413       <method name="Void .ctor(Byte)">
27414         <size>14</size>
27415       </method>
27416       <method name="Int32 op_Implicit(Y)">
27417         <size>7</size>
27418       </method>
27419     </type>
27420     <type name="X">
27421       <method name="Void .ctor()">
27422         <size>7</size>
27423       </method>
27424       <method name="Void Main()">
27425         <size>50</size>
27426       </method>
27427     </type>
27428   </test>
27429   <test name="test-323.cs">
27430     <type name="X">
27431       <method name="Void .ctor()">
27432         <size>7</size>
27433       </method>
27434       <method name="Void Main()">
27435         <size>1</size>
27436       </method>
27437     </type>
27438   </test>
27439   <test name="test-324.cs">
27440     <type name="A">
27441       <method name="Void .ctor()">
27442         <size>7</size>
27443       </method>
27444       <method name="Void DoStuff()">
27445         <size>11</size>
27446       </method>
27447     </type>
27448     <type name="T">
27449       <method name="Void .ctor()">
27450         <size>7</size>
27451       </method>
27452       <method name="Void .cctor()">
27453         <size>11</size>
27454       </method>
27455     </type>
27456     <type name="Driver">
27457       <method name="Void .ctor()">
27458         <size>7</size>
27459       </method>
27460       <method name="Void Main()">
27461         <size>22</size>
27462       </method>
27463     </type>
27464     <type name="B">
27465       <method name="Boolean get_Val()">
27466         <size>2</size>
27467       </method>
27468     </type>
27469   </test>
27470   <test name="test-325.cs">
27471     <type name="RequestAttribute">
27472       <method name="Void .ctor(String, String, String[])">
27473         <size>7</size>
27474       </method>
27475     </type>
27476     <type name="MyClass">
27477       <method name="Void .ctor()">
27478         <size>7</size>
27479       </method>
27480       <method name="Int32 SomeRequest()">
27481         <size>2</size>
27482       </method>
27483       <method name="Void Main()">
27484         <size>7</size>
27485       </method>
27486     </type>
27487   </test>
27488   <test name="test-326.cs">
27489     <type name="X">
27490       <method name="Void .ctor()">
27491         <size>7</size>
27492       </method>
27493       <method name="Int32 Main()">
27494         <size>55</size>
27495       </method>
27496     </type>
27497     <type name="Mapper">
27498       <method name="Void .ctor(Object, IntPtr)">
27499         <size>0</size>
27500       </method>
27501       <method name="Double Invoke(Int32)">
27502         <size>0</size>
27503       </method>
27504       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27505         <size>0</size>
27506       </method>
27507       <method name="Double EndInvoke(IAsyncResult)">
27508         <size>0</size>
27509       </method>
27510     </type>
27511     <type name="X">
27512       <method name="Double &lt;Main&gt;m__0(Int32)">
27513         <size>6</size>
27514       </method>
27515     </type>
27516   </test>
27517   <test name="test-327.cs">
27518     <type name="X2">
27519       <method name="Void .ctor()">
27520         <size>7</size>
27521       </method>
27522     </type>
27523     <type name="A.B.Tester">
27524       <method name="Void .ctor()">
27525         <size>7</size>
27526       </method>
27527       <method name="Void .cctor()">
27528         <size>1</size>
27529       </method>
27530       <method name="Void Main()">
27531         <size>1</size>
27532       </method>
27533     </type>
27534   </test>
27535   <test name="test-328.cs">
27536     <type name="A.B.Tester">
27537       <method name="Void .ctor()">
27538         <size>7</size>
27539       </method>
27540       <method name="Void .cctor()">
27541         <size>1</size>
27542       </method>
27543       <method name="Void Main()">
27544         <size>1</size>
27545       </method>
27546     </type>
27547   </test>
27548   <test name="test-329.cs">
27549     <type name="X">
27550       <method name="Void .ctor()">
27551         <size>7</size>
27552       </method>
27553       <method name="Void .ctor(Object)">
27554         <size>21</size>
27555       </method>
27556       <method name="Int32 Main()">
27557         <size>74</size>
27558       </method>
27559     </type>
27560   </test>
27561   <test name="test-33.cs">
27562     <type name="FirstOuter.FirstInner.First">
27563       <method name="Void .ctor()">
27564         <size>7</size>
27565       </method>
27566       <method name="System.String get_MyIdentity()">
27567         <size>12</size>
27568       </method>
27569     </type>
27570     <type name="FirstOuter.Second">
27571       <method name="Void .ctor()">
27572         <size>7</size>
27573       </method>
27574     </type>
27575     <type name="FirstOuter.SecondInner.Third">
27576       <method name="Void .ctor()">
27577         <size>7</size>
27578       </method>
27579     </type>
27580     <type name="FirstOuter.FirstInner.Fourth">
27581       <method name="Void .ctor()">
27582         <size>7</size>
27583       </method>
27584     </type>
27585     <type name="Fifth">
27586       <method name="Void .ctor()">
27587         <size>7</size>
27588       </method>
27589     </type>
27590     <type name="Application">
27591       <method name="Void .ctor()">
27592         <size>7</size>
27593       </method>
27594       <method name="Int32 Main(System.String[])">
27595         <size>139</size>
27596       </method>
27597     </type>
27598   </test>
27599   <test name="test-330.cs">
27600     <type name="X">
27601       <method name="Void .ctor()">
27602         <size>7</size>
27603       </method>
27604       <method name="Void Main()">
27605         <size>8</size>
27606       </method>
27607     </type>
27608   </test>
27609   <test name="test-331.cs">
27610     <type name="T">
27611       <method name="Void .ctor()">
27612         <size>7</size>
27613       </method>
27614       <method name="Void Main()">
27615         <size>1</size>
27616       </method>
27617       <method name="Byte* get_Ptr()">
27618         <size>7</size>
27619       </method>
27620       <method name="Void set_Ptr(Byte*)">
27621         <size>8</size>
27622       </method>
27623     </type>
27624   </test>
27625   <test name="test-332.cs">
27626     <type name="C">
27627       <method name="Void .ctor()">
27628         <size>7</size>
27629       </method>
27630       <method name="Void Main()">
27631         <size>1</size>
27632       </method>
27633     </type>
27634   </test>
27635   <test name="test-333.cs">
27636     <type name="Foo">
27637       <method name="Void .ctor()">
27638         <size>7</size>
27639       </method>
27640       <method name="Void Something()">
27641         <size>1</size>
27642       </method>
27643     </type>
27644     <type name="Bar">
27645       <method name="Void .ctor()">
27646         <size>7</size>
27647       </method>
27648       <method name="Void Something()">
27649         <size>1</size>
27650       </method>
27651       <method name="Void Main()">
27652         <size>1</size>
27653       </method>
27654     </type>
27655   </test>
27656   <test name="test-334.cs">
27657     <type name="Test.Foo.Index.CompoundFileReader">
27658       <method name="Void .ctor()">
27659         <size>7</size>
27660       </method>
27661       <method name="Void Main()">
27662         <size>1</size>
27663       </method>
27664     </type>
27665     <type name="Test.Foo.Store.Directory">
27666       <method name="Void .ctor()">
27667         <size>7</size>
27668       </method>
27669     </type>
27670   </test>
27671   <test name="test-335.cs">
27672     <type name="X">
27673       <method name="Void .ctor()">
27674         <size>7</size>
27675       </method>
27676       <method name="Void A(Int32, Int32)">
27677         <size>1</size>
27678       </method>
27679       <method name="Void C(Int32 ByRef)">
27680         <size>4</size>
27681       </method>
27682       <method name="Void Main()">
27683         <size>70</size>
27684       </method>
27685     </type>
27686     <type name="X+B">
27687       <method name="Void .ctor(Object, IntPtr)">
27688         <size>0</size>
27689       </method>
27690       <method name="Void Invoke(Int32, Int32)">
27691         <size>0</size>
27692       </method>
27693       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27694         <size>0</size>
27695       </method>
27696       <method name="Void EndInvoke(IAsyncResult)">
27697         <size>0</size>
27698       </method>
27699     </type>
27700     <type name="X+D">
27701       <method name="Void .ctor(Object, IntPtr)">
27702         <size>0</size>
27703       </method>
27704       <method name="Void Invoke(Int32 ByRef)">
27705         <size>0</size>
27706       </method>
27707       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
27708         <size>0</size>
27709       </method>
27710       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
27711         <size>0</size>
27712       </method>
27713     </type>
27714   </test>
27715   <test name="test-336.cs">
27716     <type name="X">
27717       <method name="Void .ctor(Foo)">
27718         <size>7</size>
27719       </method>
27720       <method name="Void .ctor(Bar)">
27721         <size>7</size>
27722       </method>
27723       <method name="Void Test()">
27724         <size>1</size>
27725       </method>
27726       <method name="Void Main()">
27727         <size>19</size>
27728       </method>
27729     </type>
27730     <type name="Foo">
27731       <method name="Void .ctor(Object, IntPtr)">
27732         <size>0</size>
27733       </method>
27734       <method name="Void Invoke()">
27735         <size>0</size>
27736       </method>
27737       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27738         <size>0</size>
27739       </method>
27740       <method name="Void EndInvoke(IAsyncResult)">
27741         <size>0</size>
27742       </method>
27743     </type>
27744     <type name="Bar">
27745       <method name="Void .ctor(Object, IntPtr)">
27746         <size>0</size>
27747       </method>
27748       <method name="Void Invoke(Int32)">
27749         <size>0</size>
27750       </method>
27751       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27752         <size>0</size>
27753       </method>
27754       <method name="Void EndInvoke(IAsyncResult)">
27755         <size>0</size>
27756       </method>
27757     </type>
27758   </test>
27759   <test name="test-337.cs">
27760     <type name="Test">
27761       <method name="Void .ctor()">
27762         <size>7</size>
27763       </method>
27764       <method name="Void Main()">
27765         <size>16</size>
27766       </method>
27767     </type>
27768   </test>
27769   <test name="test-338.cs">
27770     <type name="X">
27771       <method name="Void .ctor()">
27772         <size>7</size>
27773       </method>
27774       <method name="Void .cctor()">
27775         <size>11</size>
27776       </method>
27777       <method name="Void Main()">
27778         <size>1</size>
27779       </method>
27780       <method name="Y+Z fz()">
27781         <size>6</size>
27782       </method>
27783     </type>
27784     <type name="Y">
27785       <method name="Void .ctor()">
27786         <size>7</size>
27787       </method>
27788     </type>
27789     <type name="Y+Z">
27790       <method name="Void .ctor()">
27791         <size>7</size>
27792       </method>
27793       <method name="Void .cctor()">
27794         <size>11</size>
27795       </method>
27796     </type>
27797   </test>
27798   <test name="test-339.cs">
27799     <type name="C">
27800       <method name="Void .ctor()">
27801         <size>7</size>
27802       </method>
27803       <method name="Void .cctor()">
27804         <size>17</size>
27805       </method>
27806       <method name="Int32 Main()">
27807         <size>84</size>
27808       </method>
27809     </type>
27810   </test>
27811   <test name="test-34.cs">
27812     <type name="Blah">
27813       <method name="Void .ctor()">
27814         <size>7</size>
27815       </method>
27816       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
27817         <size>7</size>
27818       </method>
27819       <method name="Int32 Bar(Int32, System.Int32[])">
27820         <size>61</size>
27821       </method>
27822       <method name="Void Foo(Int32, Int32)">
27823         <size>7</size>
27824       </method>
27825       <method name="Void In(Int32 ByRef)">
27826         <size>7</size>
27827       </method>
27828       <method name="Void Out(Int32 ByRef)">
27829         <size>7</size>
27830       </method>
27831       <method name="Int32 AddArray(System.Int32[])">
27832         <size>30</size>
27833       </method>
27834       <method name="Int32 AddFancy(FancyInt[])">
27835         <size>39</size>
27836       </method>
27837       <method name="Int32 Main()">
27838         <size>269</size>
27839       </method>
27840     </type>
27841     <type name="&lt;PrivateImplementationDetails&gt;">
27842       <method name="Void .ctor()">
27843         <size>7</size>
27844       </method>
27845     </type>
27846     <type name="FancyInt">
27847       <method name="Void .ctor(Int32)">
27848         <size>8</size>
27849       </method>
27850     </type>
27851   </test>
27852   <test name="test-340.cs">
27853     <type name="FLMID.Bugs.BoolOne.A">
27854       <method name="Void .ctor()">
27855         <size>7</size>
27856       </method>
27857       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
27858         <size>8</size>
27859       </method>
27860     </type>
27861     <type name="FLMID.Bugs.BoolOne.B">
27862       <method name="Void .ctor()">
27863         <size>7</size>
27864       </method>
27865     </type>
27866     <type name="FLMID.Bugs.BoolOne.Test">
27867       <method name="Void .ctor()">
27868         <size>7</size>
27869       </method>
27870       <method name="Int32 Main(System.String[])">
27871         <size>34</size>
27872       </method>
27873     </type>
27874     <type name="FLMID.Bugs.BoolOne.B">
27875       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
27876         <size>12</size>
27877       </method>
27878     </type>
27879   </test>
27880   <test name="test-341.cs">
27881     <type name="Test">
27882       <method name="Void .ctor()">
27883         <size>7</size>
27884       </method>
27885       <method name="Void Main()">
27886         <size>1</size>
27887       </method>
27888     </type>
27889     <type name="Libs">
27890       <method name="Void .ctor()">
27891         <size>7</size>
27892       </method>
27893     </type>
27894     <type name="Bar">
27895       <method name="Void .ctor()">
27896         <size>7</size>
27897       </method>
27898     </type>
27899     <type name="Foo">
27900       <method name="Void .ctor()">
27901         <size>7</size>
27902       </method>
27903     </type>
27904   </test>
27905   <test name="test-342.cs">
27906     <type name="A">
27907       <method name="Void .ctor()">
27908         <size>7</size>
27909       </method>
27910       <method name="Void Foo(Int32)">
27911         <size>1</size>
27912       </method>
27913       <method name="Void Foo(Double)">
27914         <size>11</size>
27915       </method>
27916     </type>
27917     <type name="B">
27918       <method name="Void .ctor()">
27919         <size>7</size>
27920       </method>
27921       <method name="Void Foo(Double)">
27922         <size>11</size>
27923       </method>
27924       <method name="Void Main()">
27925         <size>24</size>
27926       </method>
27927     </type>
27928     <type name="A">
27929       <method name="Boolean get_Item(Int32)">
27930         <size>2</size>
27931       </method>
27932       <method name="Boolean get_Item(Double)">
27933         <size>11</size>
27934       </method>
27935     </type>
27936     <type name="B">
27937       <method name="Boolean get_Item(Double)">
27938         <size>11</size>
27939       </method>
27940     </type>
27941   </test>
27942   <test name="test-343.cs">
27943     <type name="X">
27944       <method name="Void .ctor()">
27945         <size>7</size>
27946       </method>
27947       <method name="Void Concat(System.String, System.String, System.String)">
27948         <size>1</size>
27949       </method>
27950       <method name="Void Concat(System.String[])">
27951         <size>11</size>
27952       </method>
27953       <method name="Void Main()">
27954         <size>21</size>
27955       </method>
27956     </type>
27957   </test>
27958   <test name="test-344.cs">
27959     <type name="X">
27960       <method name="Void .ctor()">
27961         <size>7</size>
27962       </method>
27963       <method name="Void add_y(Y)">
27964         <size>24</size>
27965       </method>
27966       <method name="Void remove_y(Y)">
27967         <size>24</size>
27968       </method>
27969       <method name="Void Main(System.String[])">
27970         <size>13</size>
27971       </method>
27972       <method name="Void Foo()">
27973         <size>66</size>
27974       </method>
27975     </type>
27976     <type name="Y">
27977       <method name="Void .ctor(Object, IntPtr)">
27978         <size>0</size>
27979       </method>
27980       <method name="Void Invoke()">
27981         <size>0</size>
27982       </method>
27983       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27984         <size>0</size>
27985       </method>
27986       <method name="Void EndInvoke(IAsyncResult)">
27987         <size>0</size>
27988       </method>
27989     </type>
27990     <type name="X+&lt;Foo&gt;c__AnonStorey0">
27991       <method name="Void .ctor()">
27992         <size>7</size>
27993       </method>
27994       <method name="Void &lt;&gt;m__0()">
27995         <size>28</size>
27996       </method>
27997     </type>
27998   </test>
27999   <test name="test-345.cs">
28000     <type name="EntryPoint">
28001       <method name="Void .ctor()">
28002         <size>7</size>
28003       </method>
28004       <method name="Void Main()">
28005         <size>1</size>
28006       </method>
28007     </type>
28008   </test>
28009   <test name="test-346.cs">
28010     <type name="TestMethods.Class1">
28011       <method name="Void .ctor()">
28012         <size>7</size>
28013       </method>
28014       <method name="Int32 Main()">
28015         <size>91</size>
28016       </method>
28017     </type>
28018     <type name="TestMethods.ParamClass">
28019       <method name="Void .ctor()">
28020         <size>7</size>
28021       </method>
28022     </type>
28023     <type name="TestMethods.TestParam">
28024       <method name="Void .ctor()">
28025         <size>7</size>
28026       </method>
28027     </type>
28028     <type name="TestMethods.BaseClass">
28029       <method name="Void .ctor()">
28030         <size>7</size>
28031       </method>
28032       <method name="Int32 AddItem(TestMethods.ParamClass)">
28033         <size>0</size>
28034       </method>
28035     </type>
28036     <type name="TestMethods.TestClass">
28037       <method name="Void .ctor()">
28038         <size>7</size>
28039       </method>
28040       <method name="Int32 AddItem(System.Object)">
28041         <size>2</size>
28042       </method>
28043       <method name="Int32 AddItem(TestMethods.ParamClass)">
28044         <size>2</size>
28045       </method>
28046     </type>
28047   </test>
28048   <test name="test-347.cs">
28049     <type name="Whatever.Core.Project">
28050       <method name="Void .ctor()">
28051         <size>7</size>
28052       </method>
28053     </type>
28054     <type name="Whatever.Core.A">
28055       <method name="Void .ctor()">
28056         <size>7</size>
28057       </method>
28058       <method name="Whatever.Core.Project get_Project()">
28059         <size>6</size>
28060       </method>
28061     </type>
28062     <type name="SomethingElse.Core.Project">
28063       <method name="Void .ctor()">
28064         <size>7</size>
28065       </method>
28066     </type>
28067     <type name="Whatever.App.B">
28068       <method name="Void .ctor()">
28069         <size>7</size>
28070       </method>
28071       <method name="System.String Execute()">
28072         <size>12</size>
28073       </method>
28074       <method name="Void Main()">
28075         <size>12</size>
28076       </method>
28077     </type>
28078   </test>
28079   <test name="test-348.cs">
28080     <type name="BoundAttribute">
28081       <method name="Void .ctor(Double, Int32)">
28082         <size>7</size>
28083       </method>
28084     </type>
28085     <type name="C">
28086       <method name="Void .ctor()">
28087         <size>7</size>
28088       </method>
28089       <method name="Void Main()">
28090         <size>1</size>
28091       </method>
28092     </type>
28093   </test>
28094   <test name="test-349.cs">
28095     <type name="C">
28096       <method name="Void .ctor()">
28097         <size>7</size>
28098       </method>
28099       <method name="Void add_Ev1(D)">
28100         <size>24</size>
28101       </method>
28102       <method name="Void remove_Ev1(D)">
28103         <size>24</size>
28104       </method>
28105     </type>
28106     <type name="X">
28107       <method name="Void .ctor()">
28108         <size>7</size>
28109       </method>
28110       <method name="Void .cctor()">
28111         <size>1</size>
28112       </method>
28113       <method name="Void add_Ev1(D)">
28114         <size>22</size>
28115       </method>
28116       <method name="Void remove_Ev1(D)">
28117         <size>22</size>
28118       </method>
28119       <method name="Void add_Ev2(D)">
28120         <size>22</size>
28121       </method>
28122       <method name="Void remove_Ev2(D)">
28123         <size>22</size>
28124       </method>
28125     </type>
28126     <type name="X2">
28127       <method name="Void .ctor()">
28128         <size>7</size>
28129       </method>
28130       <method name="Void .cctor()">
28131         <size>7</size>
28132       </method>
28133     </type>
28134     <type name="Test">
28135       <method name="Void .ctor()">
28136         <size>7</size>
28137       </method>
28138       <method name="Void .cctor()">
28139         <size>19</size>
28140       </method>
28141       <method name="Int32 Main()">
28142         <size>63</size>
28143       </method>
28144     </type>
28145     <type name="D">
28146       <method name="Void .ctor(Object, IntPtr)">
28147         <size>0</size>
28148       </method>
28149       <method name="Void Invoke()">
28150         <size>0</size>
28151       </method>
28152       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28153         <size>0</size>
28154       </method>
28155       <method name="Void EndInvoke(IAsyncResult)">
28156         <size>0</size>
28157       </method>
28158     </type>
28159   </test>
28160   <test name="test-35.cs">
28161     <type name="X">
28162       <method name="Void .ctor()">
28163         <size>7</size>
28164       </method>
28165       <method name="Void .cctor()">
28166         <size>7</size>
28167       </method>
28168       <method name="Void a()">
28169         <size>17</size>
28170       </method>
28171       <method name="Void w(Int32)">
28172         <size>22</size>
28173       </method>
28174       <method name="Int32 Main()">
28175         <size>298</size>
28176       </method>
28177     </type>
28178   </test>
28179   <test name="test-350.cs">
28180     <type name="A">
28181       <method name="Void .ctor()">
28182         <size>7</size>
28183       </method>
28184     </type>
28185     <type name="A+BAttribute">
28186       <method name="Void .ctor()">
28187         <size>7</size>
28188       </method>
28189     </type>
28190     <type name="C">
28191       <method name="Void .ctor()">
28192         <size>7</size>
28193       </method>
28194       <method name="Void Main()">
28195         <size>1</size>
28196       </method>
28197     </type>
28198   </test>
28199   <test name="test-351.cs">
28200     <type name="Test.Testee">
28201       <method name="Void .ctor()">
28202         <size>7</size>
28203       </method>
28204       <method name="Void Bar(System.String, System.Object[])">
28205         <size>1</size>
28206       </method>
28207       <method name="Void Main()">
28208         <size>242</size>
28209       </method>
28210     </type>
28211     <type name="Test.Foo">
28212       <method name="Void .ctor(Object, IntPtr)">
28213         <size>0</size>
28214       </method>
28215       <method name="Void Invoke(System.String, System.Object[])">
28216         <size>0</size>
28217       </method>
28218       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
28219         <size>0</size>
28220       </method>
28221       <method name="Void EndInvoke(IAsyncResult)">
28222         <size>0</size>
28223       </method>
28224     </type>
28225   </test>
28226   <test name="test-352.cs">
28227     <type name="C">
28228       <method name="Void .ctor()">
28229         <size>7</size>
28230       </method>
28231       <method name="Void Main()">
28232         <size>1</size>
28233       </method>
28234     </type>
28235   </test>
28236   <test name="test-353.cs">
28237     <type name="Three">
28238       <method name="Void .ctor()">
28239         <size>7</size>
28240       </method>
28241       <method name="Void Main()">
28242         <size>7</size>
28243       </method>
28244     </type>
28245     <type name="One">
28246       <method name="Void .ctor()">
28247         <size>7</size>
28248       </method>
28249     </type>
28250     <type name="Two">
28251       <method name="Void .ctor()">
28252         <size>7</size>
28253       </method>
28254     </type>
28255   </test>
28256   <test name="test-354.cs">
28257     <type name="MYAttr">
28258       <method name="Void .ctor()">
28259         <size>7</size>
28260       </method>
28261     </type>
28262     <type name="A">
28263       <method name="Void .ctor()">
28264         <size>7</size>
28265       </method>
28266       <method name="Void Main()">
28267         <size>1</size>
28268       </method>
28269     </type>
28270   </test>
28271   <test name="test-355.cs">
28272     <type name="Level1.Level1.Level2.MainClass">
28273       <method name="Void .ctor()">
28274         <size>7</size>
28275       </method>
28276       <method name="Void Main()">
28277         <size>1</size>
28278       </method>
28279     </type>
28280   </test>
28281   <test name="test-356.cs">
28282     <type name="MainClass">
28283       <method name="Void .ctor()">
28284         <size>7</size>
28285       </method>
28286       <method name="Void Main()">
28287         <size>1</size>
28288       </method>
28289     </type>
28290   </test>
28291   <test name="test-357.cs">
28292     <type name="SD.Sd">
28293       <method name="Void .ctor()">
28294         <size>7</size>
28295       </method>
28296       <method name="Void F(Boolean)">
28297         <size>1</size>
28298       </method>
28299     </type>
28300     <type name="Foo.Bar">
28301       <method name="Void .ctor()">
28302         <size>25</size>
28303       </method>
28304       <method name="Void Main()">
28305         <size>27</size>
28306       </method>
28307     </type>
28308     <type name="Foo.Bar+f_t">
28309       <method name="Void .ctor(Object, IntPtr)">
28310         <size>0</size>
28311       </method>
28312       <method name="Void Invoke(Boolean)">
28313         <size>0</size>
28314       </method>
28315       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
28316         <size>0</size>
28317       </method>
28318       <method name="Void EndInvoke(IAsyncResult)">
28319         <size>0</size>
28320       </method>
28321     </type>
28322   </test>
28323   <test name="test-358.cs">
28324     <type name="Test">
28325       <method name="Void .ctor()">
28326         <size>7</size>
28327       </method>
28328       <method name="Void Main()">
28329         <size>50</size>
28330       </method>
28331     </type>
28332   </test>
28333   <test name="test-359.cs">
28334     <type name="Test">
28335       <method name="Void .ctor()">
28336         <size>7</size>
28337       </method>
28338       <method name="Void Main()">
28339         <size>1</size>
28340       </method>
28341     </type>
28342   </test>
28343   <test name="test-36.cs">
28344     <type name="Y">
28345       <method name="Void .ctor()">
28346         <size>7</size>
28347       </method>
28348       <method name="Int32 Main()">
28349         <size>272</size>
28350       </method>
28351     </type>
28352     <type name="X">
28353       <method name="IEnumerator GetEnumerator()">
28354         <size>36</size>
28355       </method>
28356     </type>
28357   </test>
28358   <test name="test-360.cs">
28359     <type name="Application">
28360       <method name="Void .ctor()">
28361         <size>7</size>
28362       </method>
28363       <method name="Void Main(System.String[])">
28364         <size>13</size>
28365       </method>
28366     </type>
28367   </test>
28368   <test name="test-361.cs">
28369     <type name="X">
28370       <method name="Void .ctor()">
28371         <size>7</size>
28372       </method>
28373     </type>
28374     <type name="Test">
28375       <method name="Void .ctor()">
28376         <size>7</size>
28377       </method>
28378       <method name="Void Main()">
28379         <size>1</size>
28380       </method>
28381     </type>
28382   </test>
28383   <test name="test-362.cs">
28384     <type name="C">
28385       <method name="Void .ctor()">
28386         <size>7</size>
28387       </method>
28388       <method name="Void Main()">
28389         <size>17</size>
28390       </method>
28391       <method name="Void Test()">
28392         <size>26</size>
28393       </method>
28394     </type>
28395   </test>
28396   <test name="test-363.cs">
28397     <type name="Location">
28398       <method name="Void .ctor()">
28399         <size>7</size>
28400       </method>
28401       <method name="Void .cctor()">
28402         <size>11</size>
28403       </method>
28404     </type>
28405     <type name="Element">
28406       <method name="Void .ctor()">
28407         <size>18</size>
28408       </method>
28409       <method name="Location get_Location()">
28410         <size>7</size>
28411       </method>
28412       <method name="Void set_Location(Location)">
28413         <size>8</size>
28414       </method>
28415     </type>
28416     <type name="T">
28417       <method name="Void .ctor()">
28418         <size>7</size>
28419       </method>
28420       <method name="Void Main()">
28421         <size>1</size>
28422       </method>
28423     </type>
28424   </test>
28425   <test name="test-364.cs">
28426     <type name="X">
28427       <method name="Void .ctor()">
28428         <size>7</size>
28429       </method>
28430       <method name="Int32 Main()">
28431         <size>34</size>
28432       </method>
28433       <method name="Int32 t1(Int32)">
28434         <size>33</size>
28435       </method>
28436       <method name="Int32 t2(Int32)">
28437         <size>47</size>
28438       </method>
28439       <method name="Void Main2(System.String[])">
28440         <size>72</size>
28441       </method>
28442     </type>
28443     <type name="Delegable">
28444       <method name="Void .ctor()">
28445         <size>7</size>
28446       </method>
28447       <method name="Void add_MyDelegate(System.EventHandler)">
28448         <size>24</size>
28449       </method>
28450       <method name="Void remove_MyDelegate(System.EventHandler)">
28451         <size>24</size>
28452       </method>
28453     </type>
28454     <type name="X+Foo">
28455       <method name="Void .ctor(Object, IntPtr)">
28456         <size>0</size>
28457       </method>
28458       <method name="Int32 Invoke()">
28459         <size>0</size>
28460       </method>
28461       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28462         <size>0</size>
28463       </method>
28464       <method name="Int32 EndInvoke(IAsyncResult)">
28465         <size>0</size>
28466       </method>
28467     </type>
28468     <type name="X+&lt;t1&gt;c__AnonStorey0">
28469       <method name="Void .ctor()">
28470         <size>7</size>
28471       </method>
28472       <method name="Int32 &lt;&gt;m__0()">
28473         <size>7</size>
28474       </method>
28475     </type>
28476     <type name="X+&lt;t2&gt;c__AnonStorey1">
28477       <method name="Void .ctor()">
28478         <size>7</size>
28479       </method>
28480       <method name="Int32 &lt;&gt;m__1()">
28481         <size>7</size>
28482       </method>
28483     </type>
28484     <type name="X+&lt;Main2&gt;c__AnonStorey2">
28485       <method name="Void .ctor()">
28486         <size>7</size>
28487       </method>
28488       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
28489         <size>33</size>
28490       </method>
28491     </type>
28492   </test>
28493   <test name="test-365.cs">
28494     <type name="C">
28495       <method name="Void .ctor()">
28496         <size>19</size>
28497       </method>
28498       <method name="Void set_LiteralType(LiteralType)">
28499         <size>1</size>
28500       </method>
28501       <method name="Void Main()">
28502         <size>1</size>
28503       </method>
28504     </type>
28505   </test>
28506   <test name="test-366.cs">
28507     <type name="C">
28508       <method name="Void .ctor()">
28509         <size>7</size>
28510       </method>
28511       <method name="Int32 Main()">
28512         <size>20</size>
28513       </method>
28514     </type>
28515   </test>
28516   <test name="test-367.cs">
28517     <type name="X">
28518       <method name="Void .ctor()">
28519         <size>7</size>
28520       </method>
28521       <method name="Int32 Main()">
28522         <size>20</size>
28523       </method>
28524     </type>
28525   </test>
28526   <test name="test-368.cs">
28527     <type name="X">
28528       <method name="Void .ctor()">
28529         <size>7</size>
28530       </method>
28531       <method name="Void Main()">
28532         <size>27</size>
28533       </method>
28534     </type>
28535   </test>
28536   <test name="test-369.cs">
28537     <type name="Test">
28538       <method name="Void .ctor()">
28539         <size>7</size>
28540       </method>
28541       <method name="Boolean Equals(System.Object)">
28542         <size>2</size>
28543       </method>
28544       <method name="Int32 GetHashCode()">
28545         <size>2</size>
28546       </method>
28547       <method name="Void Main()">
28548         <size>47</size>
28549       </method>
28550       <method name="Boolean op_Equality(Test, Test)">
28551         <size>14</size>
28552       </method>
28553       <method name="Boolean op_Inequality(Test, Test)">
28554         <size>2</size>
28555       </method>
28556     </type>
28557   </test>
28558   <test name="test-37.cs">
28559     <type name="X">
28560       <method name="Void .ctor()">
28561         <size>7</size>
28562       </method>
28563       <method name="Void m(System.Int32[])">
28564         <size>9</size>
28565       </method>
28566       <method name="Int32 test_int_single_dim()">
28567         <size>88</size>
28568       </method>
28569       <method name="Int32 simple_test_double_dim()">
28570         <size>78</size>
28571       </method>
28572       <method name="Int32 Main()">
28573         <size>12</size>
28574       </method>
28575     </type>
28576   </test>
28577   <test name="test-370.cs">
28578     <type name="Test.Application">
28579       <method name="Void .ctor()">
28580         <size>7</size>
28581       </method>
28582       <method name="Int32 ParseType(System.String)">
28583         <size>168</size>
28584       </method>
28585       <method name="Int32 Main()">
28586         <size>54</size>
28587       </method>
28588     </type>
28589   </test>
28590   <test name="test-371.cs">
28591     <type name="X">
28592       <method name="Void .ctor(Boolean&amp;)">
28593         <size>10</size>
28594       </method>
28595       <method name="Void Main()">
28596         <size>1</size>
28597       </method>
28598     </type>
28599     <type name="Y">
28600       <method name="Void .ctor(Boolean&amp;)">
28601         <size>8</size>
28602       </method>
28603     </type>
28604   </test>
28605   <test name="test-372.cs">
28606     <type name="GenericNode">
28607       <method name="Void .ctor()">
28608         <size>7</size>
28609       </method>
28610       <method name="Int32 GetStat()">
28611         <size>2</size>
28612       </method>
28613     </type>
28614     <type name="GenericFileNode">
28615       <method name="Void .ctor()">
28616         <size>7</size>
28617       </method>
28618       <method name="Int32 NotUsed()">
28619         <size>2</size>
28620       </method>
28621     </type>
28622     <type name="WorkingTest">
28623       <method name="Void .ctor()">
28624         <size>7</size>
28625       </method>
28626       <method name="Int32 GetStat()">
28627         <size>3</size>
28628       </method>
28629     </type>
28630     <type name="FailingTest">
28631       <method name="Void .ctor()">
28632         <size>7</size>
28633       </method>
28634       <method name="Int32 GetStat()">
28635         <size>3</size>
28636       </method>
28637     </type>
28638     <type name="TestWrapper">
28639       <method name="Void .ctor()">
28640         <size>7</size>
28641       </method>
28642       <method name="Boolean Test(Node, System.String)">
28643         <size>39</size>
28644       </method>
28645       <method name="Int32 Main()">
28646         <size>44</size>
28647       </method>
28648     </type>
28649   </test>
28650   <test name="test-373.cs">
28651     <type name="Test">
28652       <method name="Void .ctor()">
28653         <size>7</size>
28654       </method>
28655       <method name="Void Main(System.String[])">
28656         <size>50</size>
28657       </method>
28658     </type>
28659   </test>
28660   <test name="test-374.cs">
28661     <type name="Test">
28662       <method name="Void .ctor()">
28663         <size>7</size>
28664       </method>
28665     </type>
28666     <type name="Rest">
28667       <method name="Void .ctor()">
28668         <size>7</size>
28669       </method>
28670       <method name="Void Main()">
28671         <size>1</size>
28672       </method>
28673     </type>
28674   </test>
28675   <test name="test-375.cs">
28676     <type name="a">
28677       <method name="Void .ctor()">
28678         <size>7</size>
28679       </method>
28680     </type>
28681     <type name="a+b">
28682       <method name="Void .ctor()">
28683         <size>7</size>
28684       </method>
28685     </type>
28686     <type name="c">
28687       <method name="Void .ctor()">
28688         <size>7</size>
28689       </method>
28690       <method name="Void Main()">
28691         <size>1</size>
28692       </method>
28693     </type>
28694     <type name="c+d">
28695       <method name="Void .ctor()">
28696         <size>7</size>
28697       </method>
28698     </type>
28699   </test>
28700   <test name="test-376.cs">
28701     <type name="C">
28702       <method name="Void .ctor()">
28703         <size>7</size>
28704       </method>
28705       <method name="Int32 Main()">
28706         <size>72</size>
28707       </method>
28708     </type>
28709   </test>
28710   <test name="test-377.cs">
28711     <type name="Tests">
28712       <method name="Void .ctor()">
28713         <size>7</size>
28714       </method>
28715       <method name="Void test()">
28716         <size>10</size>
28717       </method>
28718       <method name="Void Main()">
28719         <size>1</size>
28720       </method>
28721     </type>
28722   </test>
28723   <test name="test-378.cs">
28724     <type name="C">
28725       <method name="Void .ctor()">
28726         <size>7</size>
28727       </method>
28728       <method name="Void Main()">
28729         <size>1</size>
28730       </method>
28731     </type>
28732   </test>
28733   <test name="test-379.cs">
28734     <type name="DeadCode">
28735       <method name="Void .ctor()">
28736         <size>7</size>
28737       </method>
28738       <method name="Void Main()">
28739         <size>12</size>
28740       </method>
28741       <method name="System.String SomeFunc(System.String)">
28742         <size>2</size>
28743       </method>
28744     </type>
28745   </test>
28746   <test name="test-38.cs">
28747     <type name="X">
28748       <method name="Void .ctor()">
28749         <size>7</size>
28750       </method>
28751       <method name="Int32 get_Item(Int32)">
28752         <size>20</size>
28753       </method>
28754       <method name="Void set_Item(Int32, Int32)">
28755         <size>26</size>
28756       </method>
28757       <method name="Int32 Foo()">
28758         <size>2</size>
28759       </method>
28760       <method name="Int32 get_Bar()">
28761         <size>7</size>
28762       </method>
28763       <method name="Void set_Bar(Int32)">
28764         <size>8</size>
28765       </method>
28766     </type>
28767     <type name="Y">
28768       <method name="Void .ctor()">
28769         <size>7</size>
28770       </method>
28771       <method name="UInt32 get_Item(UInt32)">
28772         <size>20</size>
28773       </method>
28774       <method name="Void set_Item(UInt32, UInt32)">
28775         <size>26</size>
28776       </method>
28777       <method name="UInt32 Foo()">
28778         <size>2</size>
28779       </method>
28780       <method name="UInt32 get_Bar()">
28781         <size>7</size>
28782       </method>
28783       <method name="Void set_Bar(UInt32)">
28784         <size>8</size>
28785       </method>
28786     </type>
28787     <type name="Test">
28788       <method name="Void .ctor()">
28789         <size>7</size>
28790       </method>
28791       <method name="Int32 Main()">
28792         <size>288</size>
28793       </method>
28794     </type>
28795   </test>
28796   <test name="test-380.cs">
28797     <type name="T">
28798       <method name="Void .ctor()">
28799         <size>7</size>
28800       </method>
28801       <method name="Int32 Main()">
28802         <size>17</size>
28803       </method>
28804     </type>
28805   </test>
28806   <test name="test-381.cs">
28807     <type name="Application">
28808       <method name="Void .ctor()">
28809         <size>7</size>
28810       </method>
28811       <method name="Void Main(System.String[])">
28812         <size>13</size>
28813       </method>
28814     </type>
28815   </test>
28816   <test name="test-382.cs">
28817     <type name="Dec">
28818       <method name="Void .ctor()">
28819         <size>7</size>
28820       </method>
28821       <method name="Void .cctor()">
28822         <size>16</size>
28823       </method>
28824       <method name="Void Main()">
28825         <size>108</size>
28826       </method>
28827     </type>
28828   </test>
28829   <test name="test-383.cs">
28830     <type name="X">
28831       <method name="Void .ctor()">
28832         <size>37</size>
28833       </method>
28834       <method name="X testme(Int32 ByRef)">
28835         <size>5</size>
28836       </method>
28837       <method name="Void Main()">
28838         <size>7</size>
28839       </method>
28840     </type>
28841   </test>
28842   <test name="test-384.cs">
28843     <type name="X">
28844       <method name="Void .ctor()">
28845         <size>7</size>
28846       </method>
28847       <method name="Void .cctor()">
28848         <size>8</size>
28849       </method>
28850       <method name="Void Test()">
28851         <size>40</size>
28852       </method>
28853       <method name="Int32 Main()">
28854         <size>21</size>
28855       </method>
28856     </type>
28857   </test>
28858   <test name="test-385.cs">
28859     <type name="Test">
28860       <method name="Void .ctor()">
28861         <size>7</size>
28862       </method>
28863       <method name="Int32 Main()">
28864         <size>40</size>
28865       </method>
28866     </type>
28867   </test>
28868   <test name="test-386.cs">
28869     <type name="SuperDecimal">
28870       <method name="Void .ctor(Decimal)">
28871         <size>14</size>
28872       </method>
28873       <method name="Void Main()">
28874         <size>15</size>
28875       </method>
28876       <method name="SuperDecimal op_Implicit(Decimal)">
28877         <size>7</size>
28878       </method>
28879     </type>
28880   </test>
28881   <test name="test-387.cs">
28882     <type name="ObjectID">
28883       <method name="Void .ctor(Int64)">
28884         <size>8</size>
28885       </method>
28886       <method name="Void Main()">
28887         <size>22</size>
28888       </method>
28889       <method name="Int64 op_Implicit(ObjectID)">
28890         <size>8</size>
28891       </method>
28892       <method name="ObjectID op_Implicit(Int64)">
28893         <size>7</size>
28894       </method>
28895     </type>
28896   </test>
28897   <test name="test-388.cs">
28898     <type name="Schemas.basefieldtype">
28899       <method name="Void .ctor()">
28900         <size>7</size>
28901       </method>
28902       <method name="System.Object Instantiate()">
28903         <size>2</size>
28904       </method>
28905     </type>
28906     <type name="Schemas.fieldtype">
28907       <method name="Void .ctor()">
28908         <size>7</size>
28909       </method>
28910       <method name="System.Object Instantiate()">
28911         <size>18</size>
28912       </method>
28913     </type>
28914     <type name="Schemas.compoundfield">
28915       <method name="Void .ctor()">
28916         <size>7</size>
28917       </method>
28918       <method name="System.Object Instantiate()">
28919         <size>18</size>
28920       </method>
28921     </type>
28922     <type name="Schemas.field">
28923       <method name="Void .ctor()">
28924         <size>7</size>
28925       </method>
28926       <method name="System.Object Instantiate()">
28927         <size>18</size>
28928       </method>
28929     </type>
28930     <type name="Schemas.formdata">
28931       <method name="Void .ctor()">
28932         <size>7</size>
28933       </method>
28934       <method name="System.Object Instantiate()">
28935         <size>12</size>
28936       </method>
28937     </type>
28938     <type name="Schemas.M">
28939       <method name="Void .ctor()">
28940         <size>7</size>
28941       </method>
28942       <method name="Void Main()">
28943         <size>1</size>
28944       </method>
28945     </type>
28946   </test>
28947   <test name="test-389.cs">
28948     <type name="Schemas.basefieldtype">
28949       <method name="Void .ctor()">
28950         <size>7</size>
28951       </method>
28952       <method name="System.Object Instantiate()">
28953         <size>2</size>
28954       </method>
28955     </type>
28956     <type name="Schemas.fieldtype">
28957       <method name="Void .ctor()">
28958         <size>7</size>
28959       </method>
28960       <method name="System.Object Instantiate()">
28961         <size>18</size>
28962       </method>
28963     </type>
28964     <type name="Schemas.compoundfield">
28965       <method name="Void .ctor()">
28966         <size>7</size>
28967       </method>
28968       <method name="System.Object Instantiate()">
28969         <size>18</size>
28970       </method>
28971     </type>
28972     <type name="Schemas.field">
28973       <method name="Void .ctor()">
28974         <size>7</size>
28975       </method>
28976       <method name="System.Object Instantiate()">
28977         <size>18</size>
28978       </method>
28979     </type>
28980     <type name="Schemas.formdata">
28981       <method name="Void .ctor()">
28982         <size>7</size>
28983       </method>
28984       <method name="System.Object Instantiate()">
28985         <size>12</size>
28986       </method>
28987     </type>
28988     <type name="Schemas.M">
28989       <method name="Void .ctor()">
28990         <size>7</size>
28991       </method>
28992       <method name="Void Main()">
28993         <size>1</size>
28994       </method>
28995     </type>
28996   </test>
28997   <test name="test-39.cs">
28998     <type name="SimpleAttribute">
28999       <method name="Void .ctor(String)">
29000         <size>14</size>
29001       </method>
29002       <method name="System.String get_AnotherArg()">
29003         <size>7</size>
29004       </method>
29005       <method name="Void set_AnotherArg(System.String)">
29006         <size>8</size>
29007       </method>
29008       <method name="Int64 get_LongValue()">
29009         <size>3</size>
29010       </method>
29011       <method name="Void set_LongValue(Int64)">
29012         <size>1</size>
29013       </method>
29014       <method name="System.Int64[] get_ArrayValue()">
29015         <size>7</size>
29016       </method>
29017       <method name="Void set_ArrayValue(System.Int64[])">
29018         <size>1</size>
29019       </method>
29020     </type>
29021     <type name="Blah2">
29022       <method name="Void .ctor()">
29023         <size>7</size>
29024       </method>
29025     </type>
29026     <type name="Blah3">
29027       <method name="Void .ctor()">
29028         <size>7</size>
29029       </method>
29030     </type>
29031     <type name="Blah">
29032       <method name="Void .ctor()">
29033         <size>7</size>
29034       </method>
29035       <method name="Int32 Main()">
29036         <size>171</size>
29037       </method>
29038     </type>
29039   </test>
29040   <test name="test-390.cs">
29041     <type name="C">
29042       <method name="Void .ctor()">
29043         <size>7</size>
29044       </method>
29045       <method name="Void Main()">
29046         <size>1</size>
29047       </method>
29048     </type>
29049     <type name="C+O">
29050       <method name="Void .ctor()">
29051         <size>7</size>
29052       </method>
29053       <method name="Void Foo()">
29054         <size>1</size>
29055       </method>
29056     </type>
29057     <type name="C+N">
29058       <method name="Void .ctor()">
29059         <size>7</size>
29060       </method>
29061       <method name="Void Foo()">
29062         <size>1</size>
29063       </method>
29064     </type>
29065     <type name="C+M">
29066       <method name="Void .ctor()">
29067         <size>7</size>
29068       </method>
29069     </type>
29070   </test>
29071   <test name="test-391.cs">
29072     <type name="C">
29073       <method name="Void .ctor()">
29074         <size>7</size>
29075       </method>
29076       <method name="Void Foo(Int32)">
29077         <size>1</size>
29078       </method>
29079       <method name="Void Foo(Int32 ByRef)">
29080         <size>1</size>
29081       </method>
29082       <method name="Void Bar(Boolean ByRef)">
29083         <size>4</size>
29084       </method>
29085       <method name="Void Bar(Boolean)">
29086         <size>1</size>
29087       </method>
29088       <method name="Void Main()">
29089         <size>1</size>
29090       </method>
29091     </type>
29092   </test>
29093   <test name="test-392.cs">
29094     <type name="C">
29095       <method name="Int32 Test()">
29096         <size>80</size>
29097       </method>
29098       <method name="Int32 Main()">
29099         <size>16</size>
29100       </method>
29101     </type>
29102     <type name="C+S">
29103       <method name="Void .ctor(Int32)">
29104         <size>8</size>
29105       </method>
29106     </type>
29107   </test>
29108   <test name="test-393.cs">
29109     <type name="A">
29110       <method name="Void .ctor(String)">
29111         <size>24</size>
29112       </method>
29113       <method name="Void .ctor()">
29114         <size>7</size>
29115       </method>
29116       <method name="System.String get_Name()">
29117         <size>7</size>
29118       </method>
29119     </type>
29120     <type name="B">
29121       <method name="Void .ctor(String)">
29122         <size>24</size>
29123       </method>
29124       <method name="Void .ctor()">
29125         <size>7</size>
29126       </method>
29127     </type>
29128     <type name="C">
29129       <method name="Void .ctor(String)">
29130         <size>24</size>
29131       </method>
29132     </type>
29133     <type name="Tester">
29134       <method name="Void .ctor()">
29135         <size>7</size>
29136       </method>
29137       <method name="A MethodSampleA(System.String)">
29138         <size>7</size>
29139       </method>
29140       <method name="B MethodSampleB(System.String)">
29141         <size>7</size>
29142       </method>
29143       <method name="C MethodSampleC(System.String)">
29144         <size>7</size>
29145       </method>
29146       <method name="Void Main()">
29147         <size>113</size>
29148       </method>
29149     </type>
29150     <type name="Tester+MethodHandler">
29151       <method name="Void .ctor(Object, IntPtr)">
29152         <size>0</size>
29153       </method>
29154       <method name="A Invoke(System.String)">
29155         <size>0</size>
29156       </method>
29157       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
29158         <size>0</size>
29159       </method>
29160       <method name="A EndInvoke(IAsyncResult)">
29161         <size>0</size>
29162       </method>
29163     </type>
29164   </test>
29165   <test name="test-394.cs">
29166     <type name="A">
29167       <method name="Void .ctor(String)">
29168         <size>24</size>
29169       </method>
29170       <method name="Void .ctor()">
29171         <size>7</size>
29172       </method>
29173       <method name="System.String get_Name()">
29174         <size>7</size>
29175       </method>
29176     </type>
29177     <type name="B">
29178       <method name="Void .ctor(String)">
29179         <size>24</size>
29180       </method>
29181       <method name="Void .ctor()">
29182         <size>7</size>
29183       </method>
29184     </type>
29185     <type name="C">
29186       <method name="Void .ctor(String, String)">
29187         <size>31</size>
29188       </method>
29189       <method name="System.String get_Value()">
29190         <size>7</size>
29191       </method>
29192     </type>
29193     <type name="Tester">
29194       <method name="Void .ctor()">
29195         <size>7</size>
29196       </method>
29197       <method name="System.String MethodSampleA(A)">
29198         <size>7</size>
29199       </method>
29200       <method name="System.String MethodSampleB(B)">
29201         <size>7</size>
29202       </method>
29203       <method name="System.String MethodSampleC(C)">
29204         <size>23</size>
29205       </method>
29206       <method name="Void Main()">
29207         <size>128</size>
29208       </method>
29209     </type>
29210     <type name="Tester+MethodHandler">
29211       <method name="Void .ctor(Object, IntPtr)">
29212         <size>0</size>
29213       </method>
29214       <method name="System.String Invoke(C)">
29215         <size>0</size>
29216       </method>
29217       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
29218         <size>0</size>
29219       </method>
29220       <method name="System.String EndInvoke(IAsyncResult)">
29221         <size>0</size>
29222       </method>
29223     </type>
29224   </test>
29225   <test name="test-395.cs">
29226     <type name="A">
29227       <method name="Void .ctor(String)">
29228         <size>24</size>
29229       </method>
29230       <method name="Void .ctor()">
29231         <size>7</size>
29232       </method>
29233       <method name="System.String get_Name()">
29234         <size>7</size>
29235       </method>
29236     </type>
29237     <type name="B">
29238       <method name="Void .ctor(String)">
29239         <size>24</size>
29240       </method>
29241       <method name="Void .ctor()">
29242         <size>7</size>
29243       </method>
29244     </type>
29245     <type name="C">
29246       <method name="Void .ctor(String, String)">
29247         <size>31</size>
29248       </method>
29249       <method name="System.String get_Value()">
29250         <size>7</size>
29251       </method>
29252     </type>
29253     <type name="Tester">
29254       <method name="Void .ctor()">
29255         <size>7</size>
29256       </method>
29257       <method name="Void MethodSample(B, A, C)">
29258         <size>55</size>
29259       </method>
29260       <method name="Void Main()">
29261         <size>71</size>
29262       </method>
29263     </type>
29264     <type name="Tester+MethodHandler">
29265       <method name="Void .ctor(Object, IntPtr)">
29266         <size>0</size>
29267       </method>
29268       <method name="Void Invoke(C, C, C)">
29269         <size>0</size>
29270       </method>
29271       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
29272         <size>0</size>
29273       </method>
29274       <method name="Void EndInvoke(IAsyncResult)">
29275         <size>0</size>
29276       </method>
29277     </type>
29278   </test>
29279   <test name="test-396.cs">
29280     <type name="MainClass">
29281       <method name="Void .ctor()">
29282         <size>7</size>
29283       </method>
29284       <method name="Int32 Main()">
29285         <size>22</size>
29286       </method>
29287     </type>
29288   </test>
29289   <test name="test-397.cs">
29290     <type name="TypeCheckAttribute">
29291       <method name="Void .ctor()">
29292         <size>7</size>
29293       </method>
29294     </type>
29295     <type name="PropertyCheckAttribute">
29296       <method name="Void .ctor()">
29297         <size>7</size>
29298       </method>
29299     </type>
29300     <type name="AccessorCheckAttribute">
29301       <method name="Void .ctor(MethodAttributes)">
29302         <size>14</size>
29303       </method>
29304       <method name="MethodAttributes get_Attributes()">
29305         <size>7</size>
29306       </method>
29307     </type>
29308     <type name="Test">
29309       <method name="Void .ctor()">
29310         <size>7</size>
29311       </method>
29312       <method name="Int32 Main(System.String[])">
29313         <size>120</size>
29314       </method>
29315       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
29316         <size>153</size>
29317       </method>
29318     </type>
29319     <type name="A">
29320       <method name="Void .ctor()">
29321         <size>7</size>
29322       </method>
29323       <method name="Int32 get_Value1()">
29324         <size>2</size>
29325       </method>
29326       <method name="Void set_Value1(Int32)">
29327         <size>1</size>
29328       </method>
29329       <method name="Int32 get_Value2()">
29330         <size>2</size>
29331       </method>
29332       <method name="Void set_Value2(Int32)">
29333         <size>1</size>
29334       </method>
29335       <method name="Int32 get_Value3()">
29336         <size>2</size>
29337       </method>
29338       <method name="Void set_Value3(Int32)">
29339         <size>1</size>
29340       </method>
29341       <method name="Int32 get_Value4()">
29342         <size>2</size>
29343       </method>
29344       <method name="Void set_Value4(Int32)">
29345         <size>1</size>
29346       </method>
29347       <method name="Int32 get_Value5()">
29348         <size>2</size>
29349       </method>
29350       <method name="Void set_Value5(Int32)">
29351         <size>1</size>
29352       </method>
29353     </type>
29354   </test>
29355   <test name="test-398.cs">
29356     <type name="Tester">
29357       <method name="Void .ctor()">
29358         <size>7</size>
29359       </method>
29360       <method name="Void Main()">
29361         <size>118</size>
29362       </method>
29363     </type>
29364     <type name="A">
29365       <method name="Void .ctor(Int32)">
29366         <size>14</size>
29367       </method>
29368       <method name="Int32 get_Count()">
29369         <size>7</size>
29370       </method>
29371       <method name="Void set_Count(Int32)">
29372         <size>8</size>
29373       </method>
29374       <method name="Int32 get_Item(Int32)">
29375         <size>2</size>
29376       </method>
29377       <method name="System.String get_Message()">
29378         <size>6</size>
29379       </method>
29380     </type>
29381     <type name="B">
29382       <method name="Void .ctor(Int32)">
29383         <size>8</size>
29384       </method>
29385       <method name="Void set_Count(Int32)">
29386         <size>1</size>
29387       </method>
29388       <method name="Void SetCount(Int32)">
29389         <size>8</size>
29390       </method>
29391       <method name="Int32 get_Item(Int32)">
29392         <size>8</size>
29393       </method>
29394       <method name="System.String get_Message()">
29395         <size>6</size>
29396       </method>
29397       <method name="Void set_Message(System.String)">
29398         <size>1</size>
29399       </method>
29400     </type>
29401   </test>
29402   <test name="test-399.cs">
29403     <type name="TestVararg">
29404       <method name="Void .ctor()">
29405         <size>7</size>
29406       </method>
29407       <method name="Int32 Main()">
29408         <size>345</size>
29409       </method>
29410       <method name="Void F(RuntimeArgumentHandle)">
29411         <size>1</size>
29412       </method>
29413       <method name="Void G(...)">
29414         <size>22</size>
29415       </method>
29416     </type>
29417   </test>
29418   <test name="test-4.cs">
29419     <type name="X">
29420       <method name="Void .ctor()">
29421         <size>7</size>
29422       </method>
29423       <method name="Void test(SByte)">
29424         <size>8</size>
29425       </method>
29426       <method name="Void test(Int32)">
29427         <size>8</size>
29428       </method>
29429       <method name="Int32 Main()">
29430         <size>102</size>
29431       </method>
29432     </type>
29433   </test>
29434   <test name="test-40.cs">
29435     <type name="Blah">
29436       <method name="Void .ctor()">
29437         <size>7</size>
29438       </method>
29439       <method name="Int32 Main()">
29440         <size>203</size>
29441       </method>
29442     </type>
29443   </test>
29444   <test name="test-400.cs">
29445     <type name="X">
29446       <method name="Void .ctor()">
29447         <size>7</size>
29448       </method>
29449       <method name="Void .cctor()">
29450         <size>52</size>
29451       </method>
29452       <method name="Int32 TestDereference()">
29453         <size>89</size>
29454       </method>
29455       <method name="Int32 TestPtrAdd()">
29456         <size>86</size>
29457       </method>
29458       <method name="Int32 TestPtrAssign()">
29459         <size>198</size>
29460       </method>
29461       <method name="Int32 TestPtrArithmetic()">
29462         <size>226</size>
29463       </method>
29464       <method name="Int32 TestMultiple()">
29465         <size>93</size>
29466       </method>
29467       <method name="Int32 Main()">
29468         <size>82</size>
29469       </method>
29470     </type>
29471   </test>
29472   <test name="test-401.cs">
29473     <type name="X">
29474       <method name="Void .ctor()">
29475         <size>7</size>
29476       </method>
29477       <method name="Int32 Main()">
29478         <size>170</size>
29479       </method>
29480     </type>
29481   </test>
29482   <test name="test-402.cs">
29483     <type name="X">
29484       <method name="Void .ctor()">
29485         <size>7</size>
29486       </method>
29487       <method name="Int32 Main()">
29488         <size>18</size>
29489       </method>
29490     </type>
29491   </test>
29492   <test name="test-403.cs">
29493     <type name="Foo">
29494       <method name="Void .ctor()">
29495         <size>7</size>
29496       </method>
29497       <method name="Int32 Main()">
29498         <size>91</size>
29499       </method>
29500     </type>
29501   </test>
29502   <test name="test-404.cs">
29503     <type name="X">
29504       <method name="Void .ctor()">
29505         <size>7</size>
29506       </method>
29507       <method name="Int32 Main()">
29508         <size>48</size>
29509       </method>
29510       <method name="Int32* get_v()">
29511         <size>20</size>
29512       </method>
29513     </type>
29514   </test>
29515   <test name="test-405.cs">
29516     <type name="testapp.LibTestAPI">
29517       <method name="Void .ctor()">
29518         <size>7</size>
29519       </method>
29520       <method name="Void Create()">
29521         <size>17</size>
29522       </method>
29523     </type>
29524     <type name="testapp.TestApp">
29525       <method name="Void .ctor()">
29526         <size>7</size>
29527       </method>
29528       <method name="Void Main(System.String[])">
29529         <size>13</size>
29530       </method>
29531     </type>
29532   </test>
29533   <test name="test-406.cs">
29534     <type name="TestCase.Test">
29535       <method name="Void .ctor()">
29536         <size>7</size>
29537       </method>
29538       <method name="Int32 Main(System.String[])">
29539         <size>180</size>
29540       </method>
29541       <method name="UInt32 DoOp(UInt32*)">
29542         <size>11</size>
29543       </method>
29544       <method name="UInt32 DoOp2(UInt32*)">
29545         <size>10</size>
29546       </method>
29547     </type>
29548   </test>
29549   <test name="test-407.cs">
29550     <type name="MainClass">
29551       <method name="Void .ctor()">
29552         <size>7</size>
29553       </method>
29554       <method name="Void Main()">
29555         <size>12</size>
29556       </method>
29557     </type>
29558   </test>
29559   <test name="test-408.cs">
29560     <type name="T">
29561       <method name="Void .ctor()">
29562         <size>7</size>
29563       </method>
29564       <method name="Int32 Main()">
29565         <size>44</size>
29566       </method>
29567     </type>
29568   </test>
29569   <test name="test-409.cs">
29570     <type name="X">
29571       <method name="Int32 Main()">
29572         <size>27</size>
29573       </method>
29574     </type>
29575   </test>
29576   <test name="test-41.cs">
29577     <type name="X">
29578       <method name="Void .ctor()">
29579         <size>7</size>
29580       </method>
29581       <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)">
29582         <size>188</size>
29583       </method>
29584       <method name="Int32 Main()">
29585         <size>228</size>
29586       </method>
29587     </type>
29588   </test>
29589   <test name="test-410.cs">
29590     <type name="B">
29591       <method name="Void .ctor()">
29592         <size>7</size>
29593       </method>
29594       <method name="Int32 Main()">
29595         <size>28</size>
29596       </method>
29597     </type>
29598   </test>
29599   <test name="test-411.cs">
29600     <type name="QtSamples.QtClass">
29601       <method name="Void .ctor()">
29602         <size>24</size>
29603       </method>
29604       <method name="Void pressEvent()">
29605         <size>1</size>
29606       </method>
29607     </type>
29608     <type name="QtSamples.Testing">
29609       <method name="Void .ctor()">
29610         <size>7</size>
29611       </method>
29612       <method name="Int32 Main()">
29613         <size>8</size>
29614       </method>
29615     </type>
29616   </test>
29617   <test name="test-412.cs">
29618     <type name="Foo.Baz">
29619       <method name="Void .ctor()">
29620         <size>7</size>
29621       </method>
29622       <method name="Void Main()">
29623         <size>1</size>
29624       </method>
29625     </type>
29626   </test>
29627   <test name="test-413.cs">
29628     <type name="Driver">
29629       <method name="Void .ctor()">
29630         <size>7</size>
29631       </method>
29632       <method name="Void Main()">
29633         <size>6</size>
29634       </method>
29635     </type>
29636   </test>
29637   <test name="test-414.cs">
29638     <type name="BB">
29639       <method name="Void .ctor()">
29640         <size>7</size>
29641       </method>
29642       <method name="System.String get_Data()">
29643         <size>2</size>
29644       </method>
29645       <method name="Void Main()">
29646         <size>1</size>
29647       </method>
29648     </type>
29649   </test>
29650   <test name="test-415.cs">
29651     <type name="MyTestExtended">
29652       <method name="Void .ctor()">
29653         <size>7</size>
29654       </method>
29655       <method name="System.String GetName()">
29656         <size>6</size>
29657       </method>
29658       <method name="Void Main(System.String[])">
29659         <size>33</size>
29660       </method>
29661     </type>
29662   </test>
29663   <test name="test-417.cs">
29664     <type name="blah2.MyClass">
29665       <method name="Void .ctor()">
29666         <size>7</size>
29667       </method>
29668       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
29669         <size>24</size>
29670       </method>
29671       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
29672         <size>24</size>
29673       </method>
29674       <method name="Void DoSomethingFunny()">
29675         <size>46</size>
29676       </method>
29677       <method name="Void Main(System.String[])">
29678         <size>13</size>
29679       </method>
29680     </type>
29681   </test>
29682   <test name="test-419.cs">
29683     <type name="Test">
29684       <method name="Void .ctor()">
29685         <size>7</size>
29686       </method>
29687       <method name="Void Main()">
29688         <size>7</size>
29689       </method>
29690     </type>
29691   </test>
29692   <test name="test-42.cs">
29693     <type name="X">
29694       <method name="Void .ctor()">
29695         <size>7</size>
29696       </method>
29697       <method name="Int32 get_Item(Int32)">
29698         <size>14</size>
29699       </method>
29700       <method name="Void set_Item(Int32, Int32)">
29701         <size>15</size>
29702       </method>
29703       <method name="Int32 get_P()">
29704         <size>7</size>
29705       </method>
29706       <method name="Void set_P(Int32)">
29707         <size>8</size>
29708       </method>
29709     </type>
29710     <type name="Z">
29711       <method name="Void .ctor()">
29712         <size>7</size>
29713       </method>
29714       <method name="Z get_P()">
29715         <size>2</size>
29716       </method>
29717       <method name="Void set_P(Z)">
29718         <size>1</size>
29719       </method>
29720       <method name="Z op_Increment(Z)">
29721         <size>16</size>
29722       </method>
29723     </type>
29724     <type name="Y">
29725       <method name="Void .ctor()">
29726         <size>7</size>
29727       </method>
29728       <method name="Int32 p_pre_increment(X)">
29729         <size>18</size>
29730       </method>
29731       <method name="Int32 p_post_increment(X)">
29732         <size>18</size>
29733       </method>
29734       <method name="Int32 i_pre_increment(X)">
29735         <size>27</size>
29736       </method>
29737       <method name="Int32 i_post_increment(X)">
29738         <size>27</size>
29739       </method>
29740       <method name="Z overload_increment(Z)">
29741         <size>10</size>
29742       </method>
29743       <method name="Z overload_pre_increment(Z)">
29744         <size>10</size>
29745       </method>
29746       <method name="Z ugly(Z)">
29747         <size>21</size>
29748       </method>
29749       <method name="Int32 simple(Int32)">
29750         <size>62</size>
29751       </method>
29752       <method name="Int32 arrays()">
29753         <size>234</size>
29754       </method>
29755       <method name="Int32 Main()">
29756         <size>161</size>
29757       </method>
29758     </type>
29759   </test>
29760   <test name="test-420.cs">
29761     <type name="Test">
29762       <method name="Void .ctor()">
29763         <size>7</size>
29764       </method>
29765       <method name="Void Main()">
29766         <size>7</size>
29767       </method>
29768     </type>
29769   </test>
29770   <test name="test-421.cs">
29771     <type name="A">
29772       <method name="Void .ctor()">
29773         <size>7</size>
29774       </method>
29775       <method name="Void SetObject(System.String)">
29776         <size>12</size>
29777       </method>
29778     </type>
29779     <type name="B">
29780       <method name="Void .ctor()">
29781         <size>7</size>
29782       </method>
29783     </type>
29784     <type name="C">
29785       <method name="Void .ctor()">
29786         <size>7</size>
29787       </method>
29788       <method name="Void .cctor()">
29789         <size>1</size>
29790       </method>
29791       <method name="Void SetObject(System.String)">
29792         <size>18</size>
29793       </method>
29794     </type>
29795     <type name="X">
29796       <method name="Void .ctor()">
29797         <size>7</size>
29798       </method>
29799       <method name="Int32 Main(System.String[])">
29800         <size>31</size>
29801       </method>
29802     </type>
29803   </test>
29804   <test name="test-422.cs">
29805     <type name="HelloWorld.MainClass">
29806       <method name="Void .ctor()">
29807         <size>7</size>
29808       </method>
29809       <method name="Void .cctor()">
29810         <size>17</size>
29811       </method>
29812       <method name="Void Main(System.String[])">
29813         <size>1</size>
29814       </method>
29815       <method name="Boolean CheckTrueThat()">
29816         <size>2</size>
29817       </method>
29818     </type>
29819   </test>
29820   <test name="test-423.cs">
29821     <type name="Test">
29822       <method name="Void .ctor()">
29823         <size>7</size>
29824       </method>
29825       <method name="Void Func(Int32 ByRef)">
29826         <size>12</size>
29827       </method>
29828       <method name="Void Main()">
29829         <size>10</size>
29830       </method>
29831       <method name="Void lowLevelCall(Int32*)">
29832         <size>1</size>
29833       </method>
29834     </type>
29835   </test>
29836   <test name="test-424.cs">
29837     <type name="XX">
29838       <method name="Void .ctor()">
29839         <size>7</size>
29840       </method>
29841       <method name="Void Metodo(System.Exception)">
29842         <size>37</size>
29843       </method>
29844       <method name="IEnumerable X()">
29845         <size>16</size>
29846       </method>
29847       <method name="Void Main()">
29848         <size>63</size>
29849       </method>
29850     </type>
29851     <type name="XX+&lt;X&gt;c__Iterator0">
29852       <method name="Void .ctor()">
29853         <size>7</size>
29854       </method>
29855       <method name="System.Object System.Collections.IEnumerator.get_Current()">
29856         <size>7</size>
29857       </method>
29858       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
29859         <size>7</size>
29860       </method>
29861       <method name="Boolean MoveNext()">
29862         <size>105</size>
29863       </method>
29864       <method name="Void Dispose()">
29865         <size>8</size>
29866       </method>
29867       <method name="Void Reset()">
29868         <size>6</size>
29869       </method>
29870       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
29871         <size>7</size>
29872       </method>
29873       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
29874         <size>26</size>
29875       </method>
29876     </type>
29877   </test>
29878   <test name="test-425.cs">
29879     <type name="A">
29880       <method name="Void .ctor()">
29881         <size>7</size>
29882       </method>
29883       <method name="Void Main()">
29884         <size>1</size>
29885       </method>
29886     </type>
29887     <type name="AAttribute">
29888       <method name="Void .ctor()">
29889         <size>7</size>
29890       </method>
29891     </type>
29892   </test>
29893   <test name="test-426.cs">
29894     <type name="X">
29895       <method name="Void .ctor()">
29896         <size>7</size>
29897       </method>
29898       <method name="Void Main()">
29899         <size>11</size>
29900       </method>
29901     </type>
29902   </test>
29903   <test name="test-427.cs">
29904     <type name="X">
29905       <method name="Void .ctor()">
29906         <size>7</size>
29907       </method>
29908       <method name="Void Main()">
29909         <size>11</size>
29910       </method>
29911     </type>
29912   </test>
29913   <test name="test-428.cs">
29914     <type name="A">
29915       <method name="Void .ctor()">
29916         <size>7</size>
29917       </method>
29918     </type>
29919     <type name="X">
29920       <method name="Void .ctor()">
29921         <size>7</size>
29922       </method>
29923       <method name="Void Main()">
29924         <size>18</size>
29925       </method>
29926     </type>
29927     <type name="X+A">
29928       <method name="Void .ctor()">
29929         <size>7</size>
29930       </method>
29931     </type>
29932   </test>
29933   <test name="test-429.cs">
29934     <type name="Foo.A">
29935       <method name="Void .ctor()">
29936         <size>7</size>
29937       </method>
29938     </type>
29939     <type name="A">
29940       <method name="Void .ctor()">
29941         <size>7</size>
29942       </method>
29943     </type>
29944     <type name="X">
29945       <method name="Void .ctor()">
29946         <size>7</size>
29947       </method>
29948       <method name="Void Main()">
29949         <size>18</size>
29950       </method>
29951     </type>
29952   </test>
29953   <test name="test-43.cs">
29954     <type name="X">
29955       <method name="Void .ctor()">
29956         <size>7</size>
29957       </method>
29958       <method name="Int32 test_single(System.Int32[])">
29959         <size>34</size>
29960       </method>
29961       <method name="Int32 test_continue(System.Int32[])">
29962         <size>57</size>
29963       </method>
29964       <method name="Boolean test_double(System.Double[])">
29965         <size>61</size>
29966       </method>
29967       <method name="Int32 test_break(System.Int32[])">
29968         <size>57</size>
29969       </method>
29970       <method name="Boolean test_multi(System.Int32[,])">
29971         <size>84</size>
29972       </method>
29973       <method name="Int32 Main()">
29974         <size>309</size>
29975       </method>
29976     </type>
29977   </test>
29978   <test name="test-430.cs">
29979     <type name="A">
29980       <method name="Void .ctor()">
29981         <size>7</size>
29982       </method>
29983     </type>
29984     <type name="X">
29985       <method name="Void .ctor()">
29986         <size>7</size>
29987       </method>
29988       <method name="Void Main()">
29989         <size>18</size>
29990       </method>
29991     </type>
29992     <type name="X+A">
29993       <method name="Void .ctor()">
29994         <size>7</size>
29995       </method>
29996     </type>
29997   </test>
29998   <test name="test-431.cs">
29999     <type name="Foo.A">
30000       <method name="Void .ctor()">
30001         <size>7</size>
30002       </method>
30003     </type>
30004     <type name="X">
30005       <method name="Void .ctor()">
30006         <size>7</size>
30007       </method>
30008       <method name="Void Main()">
30009         <size>18</size>
30010       </method>
30011     </type>
30012   </test>
30013   <test name="test-432.cs">
30014     <type name="Foo.A">
30015       <method name="Void .ctor()">
30016         <size>7</size>
30017       </method>
30018     </type>
30019     <type name="X">
30020       <method name="Void .ctor()">
30021         <size>7</size>
30022       </method>
30023       <method name="Void Main()">
30024         <size>18</size>
30025       </method>
30026     </type>
30027   </test>
30028   <test name="test-433.cs">
30029     <type name="Foo.A">
30030       <method name="Void .ctor()">
30031         <size>7</size>
30032       </method>
30033     </type>
30034     <type name="X">
30035       <method name="Void .ctor()">
30036         <size>7</size>
30037       </method>
30038       <method name="Void .cctor()">
30039         <size>11</size>
30040       </method>
30041       <method name="Void Main()">
30042         <size>16</size>
30043       </method>
30044     </type>
30045   </test>
30046   <test name="test-434.cs">
30047     <type name="Foo.A">
30048       <method name="Void .ctor()">
30049         <size>7</size>
30050       </method>
30051     </type>
30052     <type name="X">
30053       <method name="Void .ctor()">
30054         <size>7</size>
30055       </method>
30056       <method name="Void .cctor()">
30057         <size>11</size>
30058       </method>
30059       <method name="Void Main()">
30060         <size>16</size>
30061       </method>
30062     </type>
30063   </test>
30064   <test name="test-435.cs">
30065     <type name="X">
30066       <method name="Void .ctor()">
30067         <size>7</size>
30068       </method>
30069       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
30070         <size>2</size>
30071       </method>
30072       <method name="Void Main()">
30073         <size>7</size>
30074       </method>
30075     </type>
30076   </test>
30077   <test name="test-436.cs">
30078     <type name="X">
30079       <method name="Void .ctor()">
30080         <size>7</size>
30081       </method>
30082       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
30083         <size>2</size>
30084       </method>
30085       <method name="Void Main()">
30086         <size>7</size>
30087       </method>
30088     </type>
30089   </test>
30090   <test name="test-437.cs">
30091     <type name="T2">
30092       <method name="Void .ctor()">
30093         <size>7</size>
30094       </method>
30095     </type>
30096     <type name="Test">
30097       <method name="Void .ctor()">
30098         <size>7</size>
30099       </method>
30100       <method name="Void Main()">
30101         <size>65</size>
30102       </method>
30103     </type>
30104   </test>
30105   <test name="test-438.cs">
30106     <type name="Program">
30107       <method name="Void .ctor()">
30108         <size>7</size>
30109       </method>
30110       <method name="Void Main(System.String[])">
30111         <size>40</size>
30112       </method>
30113     </type>
30114   </test>
30115   <test name="test-439.cs">
30116     <type name="Test">
30117       <method name="Void .ctor()">
30118         <size>7</size>
30119       </method>
30120       <method name="Void Main()">
30121         <size>45</size>
30122       </method>
30123     </type>
30124     <type name="LayerMask">
30125       <method name="Int32 op_Implicit(LayerMask)">
30126         <size>8</size>
30127       </method>
30128       <method name="LayerMask op_Implicit(Int32)">
30129         <size>11</size>
30130       </method>
30131     </type>
30132   </test>
30133   <test name="test-44.cs">
30134     <type name="X">
30135       <method name="Void .ctor()">
30136         <size>7</size>
30137       </method>
30138       <method name="Int32 dob(System.Int32[,])">
30139         <size>80</size>
30140       </method>
30141       <method name="Int32 count(System.Object)">
30142         <size>39</size>
30143       </method>
30144       <method name="Int32 Main()">
30145         <size>133</size>
30146       </method>
30147     </type>
30148   </test>
30149   <test name="test-440.cs">
30150     <type name="A">
30151       <method name="Void .ctor()">
30152         <size>7</size>
30153       </method>
30154       <method name="Void Main()">
30155         <size>26</size>
30156       </method>
30157       <method name="Double op_Implicit(A)">
30158         <size>10</size>
30159       </method>
30160       <method name="Int32 op_Implicit(A)">
30161         <size>2</size>
30162       </method>
30163     </type>
30164   </test>
30165   <test name="test-441.cs">
30166     <type name="Test">
30167       <method name="Void .ctor()">
30168         <size>7</size>
30169       </method>
30170       <method name="Void .cctor()">
30171         <size>1</size>
30172       </method>
30173       <method name="Void Main()">
30174         <size>25</size>
30175       </method>
30176     </type>
30177   </test>
30178   <test name="test-442.cs">
30179     <type name="ConsoleApplication1.Program">
30180       <method name="Void .ctor()">
30181         <size>7</size>
30182       </method>
30183       <method name="Void Main(System.String[])">
30184         <size>70</size>
30185       </method>
30186     </type>
30187   </test>
30188   <test name="test-443.cs">
30189     <type name="C">
30190       <method name="Void .ctor(ITopic)">
30191         <size>31</size>
30192       </method>
30193       <method name="Void Main()">
30194         <size>1</size>
30195       </method>
30196     </type>
30197   </test>
30198   <test name="test-444.cs">
30199     <type name="쯠쯡쯢">
30200       <method name="Void .ctor()">
30201         <size>7</size>
30202       </method>
30203       <method name="Void Main()">
30204         <size>1</size>
30205       </method>
30206     </type>
30207   </test>
30208   <test name="test-445.cs">
30209     <type name="ConvFromInt">
30210       <method name="Void .ctor()">
30211         <size>14</size>
30212       </method>
30213       <method name="Void .ctor(Int32)">
30214         <size>16</size>
30215       </method>
30216       <method name="ConvFromInt op_Implicit(Int32)">
30217         <size>7</size>
30218       </method>
30219     </type>
30220     <type name="Foo">
30221       <method name="Void .ctor()">
30222         <size>7</size>
30223       </method>
30224       <method name="Void .cctor()">
30225         <size>45</size>
30226       </method>
30227       <method name="Void Main()">
30228         <size>111</size>
30229       </method>
30230     </type>
30231   </test>
30232   <test name="test-446.cs">
30233     <type name="FooTest">
30234       <method name="Void .ctor()">
30235         <size>7</size>
30236       </method>
30237       <method name="Void Main()">
30238         <size>8</size>
30239       </method>
30240       <method name="Void Foo(UInt64)">
30241         <size>1</size>
30242       </method>
30243     </type>
30244   </test>
30245   <test name="test-447.cs">
30246     <type name="System.MonoTODOAttribute">
30247       <method name="Void .ctor()">
30248         <size>7</size>
30249       </method>
30250     </type>
30251     <type name="System.Web.HttpBrowserCapabilities">
30252       <method name="Void .ctor()">
30253         <size>7</size>
30254       </method>
30255       <method name="System.Version get_A()">
30256         <size>6</size>
30257       </method>
30258     </type>
30259     <type name="Test">
30260       <method name="Void .ctor()">
30261         <size>7</size>
30262       </method>
30263       <method name="Void Main()">
30264         <size>1</size>
30265       </method>
30266     </type>
30267   </test>
30268   <test name="test-448.cs">
30269     <type name="MonoDivideProblem">
30270       <method name="Void .ctor()">
30271         <size>7</size>
30272       </method>
30273       <method name="Void .cctor()">
30274         <size>17</size>
30275       </method>
30276       <method name="Void Main(System.String[])">
30277         <size>27</size>
30278       </method>
30279     </type>
30280   </test>
30281   <test name="test-449.cs">
30282     <type name="X">
30283       <method name="Void .ctor()">
30284         <size>7</size>
30285       </method>
30286       <method name="Void Main()">
30287         <size>1</size>
30288       </method>
30289       <method name="Void Z()">
30290         <size>19</size>
30291       </method>
30292       <method name="Void &lt;Z&gt;m__0(System.Object)">
30293         <size>25</size>
30294       </method>
30295       <method name="Void &lt;Z&gt;m__1(System.Object)">
30296         <size>7</size>
30297       </method>
30298     </type>
30299   </test>
30300   <test name="test-45.cs">
30301     <type name="Blah">
30302       <method name="Void .ctor()">
30303         <size>7</size>
30304       </method>
30305       <method name="Void .cctor()">
30306         <size>98</size>
30307       </method>
30308       <method name="Int32 Main()">
30309         <size>794</size>
30310       </method>
30311     </type>
30312     <type name="&lt;PrivateImplementationDetails&gt;">
30313       <method name="Void .ctor()">
30314         <size>7</size>
30315       </method>
30316     </type>
30317   </test>
30318   <test name="test-450.cs">
30319     <type name="MyAttribute">
30320       <method name="Void .ctor(String)">
30321         <size>7</size>
30322       </method>
30323     </type>
30324     <type name="X">
30325       <method name="Void .ctor()">
30326         <size>7</size>
30327       </method>
30328       <method name="Void Main()">
30329         <size>1</size>
30330       </method>
30331     </type>
30332   </test>
30333   <test name="test-451.cs">
30334     <type name="Test">
30335       <method name="Void .ctor()">
30336         <size>7</size>
30337       </method>
30338       <method name="Void Main()">
30339         <size>22</size>
30340       </method>
30341     </type>
30342   </test>
30343   <test name="test-452.cs">
30344     <type name="Foo">
30345       <method name="Void .ctor()">
30346         <size>7</size>
30347       </method>
30348     </type>
30349     <type name="Test">
30350       <method name="Void .ctor()">
30351         <size>7</size>
30352       </method>
30353       <method name="Void Main()">
30354         <size>7</size>
30355       </method>
30356     </type>
30357   </test>
30358   <test name="test-453.cs">
30359     <type name="C">
30360       <method name="Void .ctor()">
30361         <size>7</size>
30362       </method>
30363       <method name="Void Main()">
30364         <size>33</size>
30365       </method>
30366     </type>
30367   </test>
30368   <test name="test-454.cs">
30369     <type name="FooAttribute">
30370       <method name="Void .ctor()">
30371         <size>7</size>
30372       </method>
30373     </type>
30374     <type name="Test">
30375       <method name="Void .ctor()">
30376         <size>7</size>
30377       </method>
30378       <method name="Int32 Main()">
30379         <size>237</size>
30380       </method>
30381     </type>
30382   </test>
30383   <test name="test-455.cs">
30384     <type name="Test">
30385       <method name="Void .ctor()">
30386         <size>7</size>
30387       </method>
30388       <method name="Void Main()">
30389         <size>21</size>
30390       </method>
30391     </type>
30392     <type name="Foo">
30393       <method name="Int32 GetHashCode()">
30394         <size>17</size>
30395       </method>
30396     </type>
30397   </test>
30398   <test name="test-456.cs">
30399     <type name="Test">
30400       <method name="Void .ctor()">
30401         <size>7</size>
30402       </method>
30403       <method name="Void Main()">
30404         <size>16</size>
30405       </method>
30406     </type>
30407     <type name="Foo">
30408       <method name="Void foo()">
30409         <size>11</size>
30410       </method>
30411     </type>
30412   </test>
30413   <test name="test-457.cs">
30414     <type name="Number">
30415       <method name="Void .ctor()">
30416         <size>7</size>
30417       </method>
30418       <method name="Void IDouble.Add(Double)">
30419         <size>11</size>
30420       </method>
30421       <method name="Void IInteger.Add(Int32)">
30422         <size>11</size>
30423       </method>
30424       <method name="Int32 Main()">
30425         <size>52</size>
30426       </method>
30427     </type>
30428   </test>
30429   <test name="test-458.cs">
30430     <type name="MyAttr">
30431       <method name="Void .ctor()">
30432         <size>7</size>
30433       </method>
30434       <method name="Void .ctor(Type)">
30435         <size>7</size>
30436       </method>
30437       <method name="Void .ctor(String)">
30438         <size>7</size>
30439       </method>
30440       <method name="Void .ctor(Int32)">
30441         <size>7</size>
30442       </method>
30443     </type>
30444     <type name="ClassA">
30445       <method name="Void .ctor()">
30446         <size>7</size>
30447       </method>
30448     </type>
30449     <type name="ClassB">
30450       <method name="Void .ctor()">
30451         <size>7</size>
30452       </method>
30453     </type>
30454     <type name="ClassC">
30455       <method name="Void .ctor()">
30456         <size>7</size>
30457       </method>
30458     </type>
30459     <type name="ClassD">
30460       <method name="Void .ctor()">
30461         <size>7</size>
30462       </method>
30463     </type>
30464     <type name="Top">
30465       <method name="Void .ctor()">
30466         <size>7</size>
30467       </method>
30468       <method name="Int32 Main()">
30469         <size>28</size>
30470       </method>
30471     </type>
30472   </test>
30473   <test name="test-459.cs">
30474     <type name="CC">
30475       <method name="Void .ctor()">
30476         <size>7</size>
30477       </method>
30478       <method name="Int32 Main()">
30479         <size>13</size>
30480       </method>
30481     </type>
30482     <type name="CC+IfElseStateMachine">
30483       <method name="Void .ctor()">
30484         <size>7</size>
30485       </method>
30486       <method name="Void HandleToken(Token)">
30487         <size>15</size>
30488       </method>
30489     </type>
30490   </test>
30491   <test name="test-46.cs">
30492     <type name="X">
30493       <method name="Void .ctor()">
30494         <size>7</size>
30495       </method>
30496       <method name="Int32 cast_int(System.Object)">
30497         <size>7</size>
30498       </method>
30499       <method name="UInt32 cast_uint(System.Object)">
30500         <size>7</size>
30501       </method>
30502       <method name="Int16 cast_short(System.Object)">
30503         <size>7</size>
30504       </method>
30505       <method name="Char cast_char(System.Object)">
30506         <size>7</size>
30507       </method>
30508       <method name="UInt16 cast_ushort(System.Object)">
30509         <size>7</size>
30510       </method>
30511       <method name="Byte cast_byte(System.Object)">
30512         <size>7</size>
30513       </method>
30514       <method name="SByte cast_sbyte(System.Object)">
30515         <size>7</size>
30516       </method>
30517       <method name="Int64 cast_long(System.Object)">
30518         <size>7</size>
30519       </method>
30520       <method name="UInt64 cast_ulong(System.Object)">
30521         <size>7</size>
30522       </method>
30523       <method name="Single cast_float(System.Object)">
30524         <size>7</size>
30525       </method>
30526       <method name="Double cast_double(System.Object)">
30527         <size>7</size>
30528       </method>
30529       <method name="Boolean cast_bool(System.Object)">
30530         <size>7</size>
30531       </method>
30532       <method name="Int32 Main()">
30533         <size>1120</size>
30534       </method>
30535     </type>
30536   </test>
30537   <test name="test-460.cs">
30538     <type name="MainClass">
30539       <method name="Void .ctor()">
30540         <size>7</size>
30541       </method>
30542       <method name="Void .cctor()">
30543         <size>18</size>
30544       </method>
30545       <method name="Void Main()">
30546         <size>1</size>
30547       </method>
30548     </type>
30549   </test>
30550   <test name="test-461.cs">
30551     <type name="Valtest">
30552       <method name="Void .ctor()">
30553         <size>7</size>
30554       </method>
30555       <method name="Int32 Main()">
30556         <size>50</size>
30557       </method>
30558     </type>
30559     <type name="Value">
30560       <method name="Void .ctor(Object)">
30561         <size>1</size>
30562       </method>
30563       <method name="System.Object get_Val()">
30564         <size>7</size>
30565       </method>
30566       <method name="System.Enum get_Val2()">
30567         <size>7</size>
30568       </method>
30569     </type>
30570   </test>
30571   <test name="test-462.cs">
30572     <type name="X">
30573       <method name="Void .ctor()">
30574         <size>7</size>
30575       </method>
30576       <method name="Void Method(X)">
30577         <size>1</size>
30578       </method>
30579       <method name="Void Method(System.String)">
30580         <size>8</size>
30581       </method>
30582       <method name="Int32 Main()">
30583         <size>28</size>
30584       </method>
30585     </type>
30586   </test>
30587   <test name="test-463.cs">
30588     <type name="PropertySorter">
30589       <method name="Void .ctor()">
30590         <size>7</size>
30591       </method>
30592     </type>
30593     <type name="PathItemBase">
30594       <method name="Void .ctor()">
30595         <size>7</size>
30596       </method>
30597     </type>
30598     <type name="PathItemBase+TypeConverter">
30599       <method name="Void .ctor()">
30600         <size>7</size>
30601       </method>
30602     </type>
30603     <type name="X">
30604       <method name="Void .ctor()">
30605         <size>7</size>
30606       </method>
30607       <method name="Void Main()">
30608         <size>1</size>
30609       </method>
30610     </type>
30611   </test>
30612   <test name="test-464.cs">
30613     <type name="C">
30614       <method name="Void .ctor()">
30615         <size>7</size>
30616       </method>
30617       <method name="Int32 Main()">
30618         <size>85</size>
30619       </method>
30620     </type>
30621   </test>
30622   <test name="test-465.cs">
30623     <type name="C">
30624       <method name="Void .ctor()">
30625         <size>7</size>
30626       </method>
30627       <method name="Int32 Main()">
30628         <size>85</size>
30629       </method>
30630     </type>
30631   </test>
30632   <test name="test-467.cs">
30633     <type name="ExceptionWithAnonMethod">
30634       <method name="Void .ctor()">
30635         <size>7</size>
30636       </method>
30637       <method name="Int32 Main()">
30638         <size>96</size>
30639       </method>
30640       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
30641         <size>13</size>
30642       </method>
30643     </type>
30644     <type name="ExceptionWithAnonMethod+EmptyCallback">
30645       <method name="Void .ctor(Object, IntPtr)">
30646         <size>0</size>
30647       </method>
30648       <method name="Void Invoke()">
30649         <size>0</size>
30650       </method>
30651       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30652         <size>0</size>
30653       </method>
30654       <method name="Void EndInvoke(IAsyncResult)">
30655         <size>0</size>
30656       </method>
30657     </type>
30658     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
30659       <method name="Void .ctor()">
30660         <size>7</size>
30661       </method>
30662       <method name="Void &lt;&gt;m__0()">
30663         <size>33</size>
30664       </method>
30665     </type>
30666   </test>
30667   <test name="test-468.cs">
30668     <type name="CorMetaDataDispenserExClass">
30669       <method name="Void .ctor()">
30670         <size>0</size>
30671       </method>
30672     </type>
30673     <type name="Test">
30674       <method name="Void .ctor()">
30675         <size>7</size>
30676       </method>
30677       <method name="Void XXX()">
30678         <size>12</size>
30679       </method>
30680       <method name="Void Main()">
30681         <size>1</size>
30682       </method>
30683     </type>
30684   </test>
30685   <test name="test-469.cs">
30686     <type name="Lambda">
30687       <method name="Void .ctor()">
30688         <size>7</size>
30689       </method>
30690       <method name="Void f(Int32)">
30691         <size>7</size>
30692       </method>
30693       <method name="Del[] Make2(Int32)">
30694         <size>50</size>
30695       </method>
30696       <method name="Int32 Main()">
30697         <size>68</size>
30698       </method>
30699     </type>
30700     <type name="Del">
30701       <method name="Void .ctor(Object, IntPtr)">
30702         <size>0</size>
30703       </method>
30704       <method name="Void Invoke(Int32)">
30705         <size>0</size>
30706       </method>
30707       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30708         <size>0</size>
30709       </method>
30710       <method name="Void EndInvoke(IAsyncResult)">
30711         <size>0</size>
30712       </method>
30713     </type>
30714     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
30715       <method name="Void .ctor()">
30716         <size>7</size>
30717       </method>
30718       <method name="Void &lt;&gt;m__0(Int32)">
30719         <size>23</size>
30720       </method>
30721       <method name="Void &lt;&gt;m__1(Int32)">
30722         <size>23</size>
30723       </method>
30724     </type>
30725   </test>
30726   <test name="test-47.cs">
30727     <type name="X">
30728       <method name="Void .ctor()">
30729         <size>7</size>
30730       </method>
30731       <method name="Void .cctor()">
30732         <size>1</size>
30733       </method>
30734       <method name="Boolean f()">
30735         <size>24</size>
30736       </method>
30737       <method name="Boolean t()">
30738         <size>24</size>
30739       </method>
30740       <method name="Int32 Main()">
30741         <size>404</size>
30742       </method>
30743     </type>
30744   </test>
30745   <test name="test-470.cs">
30746     <type name="X">
30747       <method name="Void .ctor()">
30748         <size>7</size>
30749       </method>
30750       <method name="System.String get_ASTNodeTypeName()">
30751         <size>16</size>
30752       </method>
30753     </type>
30754     <type name="Demo">
30755       <method name="Void .ctor()">
30756         <size>7</size>
30757       </method>
30758       <method name="Void Main()">
30759         <size>1</size>
30760       </method>
30761     </type>
30762   </test>
30763   <test name="test-471.cs">
30764     <type name="AAttribute">
30765       <method name="Void .ctor()">
30766         <size>7</size>
30767       </method>
30768     </type>
30769     <type name="Demo">
30770       <method name="Void .ctor()">
30771         <size>7</size>
30772       </method>
30773       <method name="Void Main()">
30774         <size>1</size>
30775       </method>
30776     </type>
30777   </test>
30778   <test name="test-472.cs">
30779     <type name="Test">
30780       <method name="Void .ctor()">
30781         <size>7</size>
30782       </method>
30783       <method name="Int32 get_Prop()">
30784         <size>7</size>
30785       </method>
30786       <method name="Void set_Prop(Int32)">
30787         <size>8</size>
30788       </method>
30789       <method name="Int32 Main()">
30790         <size>79</size>
30791       </method>
30792     </type>
30793   </test>
30794   <test name="test-473.cs">
30795     <type name="UnixMarshal">
30796       <method name="Void .ctor()">
30797         <size>7</size>
30798       </method>
30799       <method name="Void .cctor()">
30800         <size>24</size>
30801       </method>
30802       <method name="Void Default(Int32)">
30803         <size>1</size>
30804       </method>
30805       <method name="System.String GetDescription(Error)">
30806         <size>2</size>
30807       </method>
30808     </type>
30809     <type name="UnixMarshal2">
30810       <method name="Void .ctor()">
30811         <size>7</size>
30812       </method>
30813       <method name="System.String GetDescription(Error)">
30814         <size>2</size>
30815       </method>
30816     </type>
30817     <type name="Stdlib">
30818       <method name="Void .ctor()">
30819         <size>7</size>
30820       </method>
30821     </type>
30822     <type name="TestConst">
30823       <method name="Void .ctor()">
30824         <size>7</size>
30825       </method>
30826     </type>
30827     <type name="XX">
30828       <method name="Void .ctor()">
30829         <size>7</size>
30830       </method>
30831     </type>
30832     <type name="Syscall">
30833       <method name="Void .ctor()">
30834         <size>7</size>
30835       </method>
30836       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
30837         <size>2</size>
30838       </method>
30839     </type>
30840     <type name="EnumWrapper">
30841       <method name="Void .ctor(Int32)">
30842         <size>7</size>
30843       </method>
30844     </type>
30845     <type name="Test">
30846       <method name="Void .ctor()">
30847         <size>7</size>
30848       </method>
30849       <method name="Void Main()">
30850         <size>1</size>
30851       </method>
30852     </type>
30853     <type name="SignalHandler">
30854       <method name="Void .ctor(Object, IntPtr)">
30855         <size>0</size>
30856       </method>
30857       <method name="Void Invoke(Int32)">
30858         <size>0</size>
30859       </method>
30860       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30861         <size>0</size>
30862       </method>
30863       <method name="Void EndInvoke(IAsyncResult)">
30864         <size>0</size>
30865       </method>
30866     </type>
30867     <type name="PS">
30868       <method name="Void GetDescription(Error)">
30869         <size>1</size>
30870       </method>
30871     </type>
30872     <type name="Value">
30873       <method name="EnumWrapper op_Explicit(Value)">
30874         <size>11</size>
30875       </method>
30876     </type>
30877   </test>
30878   <test name="test-474.cs">
30879     <type name="Z">
30880       <method name="Void .ctor()">
30881         <size>7</size>
30882       </method>
30883       <method name="Void Main()">
30884         <size>13</size>
30885       </method>
30886       <method name="Void TestPreinc(Int32)">
30887         <size>57</size>
30888       </method>
30889       <method name="Void TestPostinc(Int32)">
30890         <size>57</size>
30891       </method>
30892       <method name="Void Assert(Int32, Int32)">
30893         <size>67</size>
30894       </method>
30895     </type>
30896     <type name="Z+X">
30897       <method name="Void .ctor(Object, IntPtr)">
30898         <size>0</size>
30899       </method>
30900       <method name="Void Invoke()">
30901         <size>0</size>
30902       </method>
30903       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30904         <size>0</size>
30905       </method>
30906       <method name="Void EndInvoke(IAsyncResult)">
30907         <size>0</size>
30908       </method>
30909     </type>
30910     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
30911       <method name="Void .ctor()">
30912         <size>7</size>
30913       </method>
30914       <method name="Void &lt;&gt;m__0()">
30915         <size>38</size>
30916       </method>
30917     </type>
30918     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
30919       <method name="Void .ctor()">
30920         <size>7</size>
30921       </method>
30922       <method name="Void &lt;&gt;m__1()">
30923         <size>38</size>
30924       </method>
30925     </type>
30926   </test>
30927   <test name="test-475.cs">
30928     <type name="X">
30929       <method name="Void .ctor()">
30930         <size>7</size>
30931       </method>
30932       <method name="Void .cctor()">
30933         <size>24</size>
30934       </method>
30935       <method name="Void add_e(MyDelegate)">
30936         <size>22</size>
30937       </method>
30938       <method name="Void remove_e(MyDelegate)">
30939         <size>22</size>
30940       </method>
30941       <method name="Void Test(Int32)">
30942         <size>17</size>
30943       </method>
30944       <method name="Int32 Main()">
30945         <size>28</size>
30946       </method>
30947     </type>
30948     <type name="MyDelegate">
30949       <method name="Void .ctor(Object, IntPtr)">
30950         <size>0</size>
30951       </method>
30952       <method name="Void Invoke(Int32)">
30953         <size>0</size>
30954       </method>
30955       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30956         <size>0</size>
30957       </method>
30958       <method name="Void EndInvoke(IAsyncResult)">
30959         <size>0</size>
30960       </method>
30961     </type>
30962   </test>
30963   <test name="test-476.cs">
30964     <type name="Test">
30965       <method name="Void .ctor()">
30966         <size>7</size>
30967       </method>
30968       <method name="Void Main()">
30969         <size>1</size>
30970       </method>
30971     </type>
30972   </test>
30973   <test name="test-477.cs">
30974     <type name="C">
30975       <method name="Void .ctor()">
30976         <size>7</size>
30977       </method>
30978       <method name="Void Test(Int32 ByRef)">
30979         <size>1</size>
30980       </method>
30981       <method name="Void Main()">
30982         <size>1</size>
30983       </method>
30984     </type>
30985   </test>
30986   <test name="test-478.cs">
30987     <type name="Test.MainClass">
30988       <method name="Void .ctor()">
30989         <size>7</size>
30990       </method>
30991       <method name="Void Main()">
30992         <size>1</size>
30993       </method>
30994     </type>
30995     <type name="Test.TestAttribute">
30996       <method name="Void .ctor(TestEnum2)">
30997         <size>7</size>
30998       </method>
30999     </type>
31000     <type name="Test.Test2Attribute">
31001       <method name="Void .ctor()">
31002         <size>7</size>
31003       </method>
31004     </type>
31005   </test>
31006   <test name="test-479.cs">
31007     <type name="Test.Test">
31008       <method name="Void .ctor()">
31009         <size>7</size>
31010       </method>
31011       <method name="Boolean Equals(System.Object)">
31012         <size>2</size>
31013       </method>
31014       <method name="Int32 GetHashCode()">
31015         <size>2</size>
31016       </method>
31017       <method name="Void Main()">
31018         <size>1</size>
31019       </method>
31020     </type>
31021   </test>
31022   <test name="test-48.cs">
31023     <type name="Blah">
31024       <method name="Void .ctor()">
31025         <size>7</size>
31026       </method>
31027       <method name="Int32 Main()">
31028         <size>59</size>
31029       </method>
31030       <method name="Void Test_1()">
31031         <size>1</size>
31032       </method>
31033     </type>
31034   </test>
31035   <test name="test-480.cs">
31036     <type name="Space">
31037       <method name="Void .ctor()">
31038         <size>14</size>
31039       </method>
31040       <method name="Void Leak(Boolean, Int32)">
31041         <size>85</size>
31042       </method>
31043     </type>
31044     <type name="Program">
31045       <method name="Void .ctor()">
31046         <size>7</size>
31047       </method>
31048       <method name="Void Main(System.String[])">
31049         <size>1</size>
31050       </method>
31051     </type>
31052     <type name="Space+DoCopy">
31053       <method name="Void .ctor(Object, IntPtr)">
31054         <size>0</size>
31055       </method>
31056       <method name="Void Invoke()">
31057         <size>0</size>
31058       </method>
31059       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31060         <size>0</size>
31061       </method>
31062       <method name="Void EndInvoke(IAsyncResult)">
31063         <size>0</size>
31064       </method>
31065     </type>
31066     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
31067       <method name="Void .ctor()">
31068         <size>7</size>
31069       </method>
31070       <method name="Void &lt;&gt;m__0()">
31071         <size>18</size>
31072       </method>
31073       <method name="Void &lt;&gt;m__1()">
31074         <size>68</size>
31075       </method>
31076     </type>
31077     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
31078       <method name="Void .ctor()">
31079         <size>7</size>
31080       </method>
31081     </type>
31082   </test>
31083   <test name="test-481.cs">
31084     <type name="TestClass">
31085       <method name="Int32 Main()">
31086         <size>42</size>
31087       </method>
31088     </type>
31089     <type name="TestDelegate">
31090       <method name="Void .ctor(Object, IntPtr)">
31091         <size>0</size>
31092       </method>
31093       <method name="Void Invoke(Int32 ByRef)">
31094         <size>0</size>
31095       </method>
31096       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
31097         <size>0</size>
31098       </method>
31099       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
31100         <size>0</size>
31101       </method>
31102     </type>
31103     <type name="TestClass">
31104       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
31105         <size>4</size>
31106       </method>
31107     </type>
31108   </test>
31109   <test name="test-482.cs">
31110     <type name="X">
31111       <method name="Void .ctor()">
31112         <size>7</size>
31113       </method>
31114       <method name="Void M4(Int32)">
31115         <size>1</size>
31116       </method>
31117       <method name="Void Main()">
31118         <size>1</size>
31119       </method>
31120       <method name="Void M4(Int32, ...)">
31121         <size>1</size>
31122       </method>
31123     </type>
31124   </test>
31125   <test name="test-483.cs">
31126     <type name="Tests">
31127       <method name="Void .ctor()">
31128         <size>7</size>
31129       </method>
31130       <method name="Void Main()">
31131         <size>21</size>
31132       </method>
31133     </type>
31134   </test>
31135   <test name="test-484.cs">
31136     <type name="Test.TestBit">
31137       <method name="Void .ctor()">
31138         <size>7</size>
31139       </method>
31140       <method name="Void Main()">
31141         <size>1</size>
31142       </method>
31143     </type>
31144   </test>
31145   <test name="test-485.cs">
31146     <type name="MonoBUG">
31147       <method name="Void .ctor()">
31148         <size>7</size>
31149       </method>
31150       <method name="Void Main(System.String[])">
31151         <size>44</size>
31152       </method>
31153     </type>
31154   </test>
31155   <test name="test-486.cs">
31156     <type name="Test">
31157       <method name="Void .ctor()">
31158         <size>7</size>
31159       </method>
31160       <method name="Void Main()">
31161         <size>119</size>
31162       </method>
31163     </type>
31164   </test>
31165   <test name="test-487.cs">
31166     <type name="X">
31167       <method name="Void .ctor(Object)">
31168         <size>72</size>
31169       </method>
31170       <method name="Void .cctor()">
31171         <size>1</size>
31172       </method>
31173       <method name="Int32 Main()">
31174         <size>25</size>
31175       </method>
31176     </type>
31177   </test>
31178   <test name="test-488.cs">
31179     <type name="P">
31180       <method name="Void .ctor()">
31181         <size>7</size>
31182       </method>
31183     </type>
31184     <type name="Test">
31185       <method name="Void .ctor()">
31186         <size>7</size>
31187       </method>
31188       <method name="IEnumerable foo()">
31189         <size>2</size>
31190       </method>
31191       <method name="Void Main()">
31192         <size>165</size>
31193       </method>
31194     </type>
31195     <type name="Q">
31196       <method name="Void .ctor(P)">
31197         <size>8</size>
31198       </method>
31199     </type>
31200   </test>
31201   <test name="test-489.cs">
31202     <type name="test">
31203       <method name="Void .ctor()">
31204         <size>7</size>
31205       </method>
31206       <method name="Void Main()">
31207         <size>1</size>
31208       </method>
31209     </type>
31210   </test>
31211   <test name="test-49.cs">
31212     <type name="X">
31213       <method name="Void .ctor()">
31214         <size>7</size>
31215       </method>
31216       <method name="Int32 s(Byte)">
31217         <size>2182</size>
31218       </method>
31219       <method name="Int32 test(Int32)">
31220         <size>70</size>
31221       </method>
31222       <method name="Int32 tests(System.String)">
31223         <size>152</size>
31224       </method>
31225       <method name="Int32 testn(System.String)">
31226         <size>76</size>
31227       </method>
31228       <method name="Int32 testm(System.String)">
31229         <size>77</size>
31230       </method>
31231       <method name="Int32 testo(System.String)">
31232         <size>79</size>
31233       </method>
31234       <method name="Int32 testp(System.String)">
31235         <size>109</size>
31236       </method>
31237       <method name="Int32 test_def(System.String)">
31238         <size>119</size>
31239       </method>
31240       <method name="Int32 test_coverage(Int32)">
31241         <size>18</size>
31242       </method>
31243       <method name="Int32 test_goto(Int32)">
31244         <size>39</size>
31245       </method>
31246       <method name="Int32 test_memberaccess(System.String)">
31247         <size>76</size>
31248       </method>
31249       <method name="Int32 test_string_multiple_targets(System.String)">
31250         <size>128</size>
31251       </method>
31252       <method name="Int32 test_casts(Int32)">
31253         <size>17</size>
31254       </method>
31255       <method name="Int32 testSwitchEnumLong(TestEnum)">
31256         <size>56</size>
31257       </method>
31258       <method name="Int32 test_long_enum_switch()">
31259         <size>66</size>
31260       </method>
31261       <method name="Int32 tests_default(System.String)">
31262         <size>107</size>
31263       </method>
31264       <method name="Int32 tests_default_2(System.String)">
31265         <size>124</size>
31266       </method>
31267       <method name="Void test_76590(System.String)">
31268         <size>107</size>
31269       </method>
31270       <method name="Void test_77964()">
31271         <size>37</size>
31272       </method>
31273       <method name="Boolean bug_78860()">
31274         <size>114</size>
31275       </method>
31276       <method name="Int32 Main()">
31277         <size>1037</size>
31278       </method>
31279     </type>
31280   </test>
31281   <test name="test-490.cs">
31282     <type name="T">
31283       <method name="Void .ctor()">
31284         <size>7</size>
31285       </method>
31286       <method name="Void .cctor()">
31287         <size>39</size>
31288       </method>
31289       <method name="Void Main()">
31290         <size>1</size>
31291       </method>
31292     </type>
31293   </test>
31294   <test name="test-491.cs">
31295     <type name="M">
31296       <method name="Void .ctor()">
31297         <size>7</size>
31298       </method>
31299       <method name="Void Main()">
31300         <size>1</size>
31301       </method>
31302     </type>
31303     <type name="AttrA">
31304       <method name="Void .ctor()">
31305         <size>7</size>
31306       </method>
31307     </type>
31308     <type name="AttrB">
31309       <method name="Void .ctor()">
31310         <size>7</size>
31311       </method>
31312     </type>
31313   </test>
31314   <test name="test-492.cs">
31315     <type name="Test.My1Attribute">
31316       <method name="Void .ctor(Object)">
31317         <size>19</size>
31318       </method>
31319     </type>
31320     <type name="Test.My2Attribute">
31321       <method name="Void .ctor(String[])">
31322         <size>21</size>
31323       </method>
31324     </type>
31325     <type name="Test.My3Attribute">
31326       <method name="Void .ctor(Byte)">
31327         <size>24</size>
31328       </method>
31329     </type>
31330     <type name="Test.Test">
31331       <method name="Void .ctor()">
31332         <size>7</size>
31333       </method>
31334       <method name="Int32 Main()">
31335         <size>60</size>
31336       </method>
31337     </type>
31338   </test>
31339   <test name="test-493.cs">
31340     <type name="A">
31341       <method name="Void .ctor()">
31342         <size>7</size>
31343       </method>
31344       <method name="Int32 get_f()">
31345         <size>2</size>
31346       </method>
31347     </type>
31348     <type name="B">
31349       <method name="Void .ctor()">
31350         <size>7</size>
31351       </method>
31352       <method name="Int32 bar()">
31353         <size>11</size>
31354       </method>
31355     </type>
31356     <type name="C">
31357       <method name="Void .ctor()">
31358         <size>7</size>
31359       </method>
31360       <method name="Void Main()">
31361         <size>1</size>
31362       </method>
31363     </type>
31364   </test>
31365   <test name="test-494.cs">
31366     <type name="Agresso.Foundation.Function">
31367       <method name="Void .ctor()">
31368         <size>7</size>
31369       </method>
31370       <method name="Void Main()">
31371         <size>1</size>
31372       </method>
31373     </type>
31374     <type name="Agresso.Foundation.Translate">
31375       <method name="Void .ctor(Object, IntPtr)">
31376         <size>0</size>
31377       </method>
31378       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
31379         <size>0</size>
31380       </method>
31381       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
31382         <size>0</size>
31383       </method>
31384       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
31385         <size>0</size>
31386       </method>
31387     </type>
31388   </test>
31389   <test name="test-495.cs">
31390     <type name="plj.aClass">
31391       <method name="Void .ctor()">
31392         <size>7</size>
31393       </method>
31394       <method name="plj.aClass op_Implicit(plj.fromClass)">
31395         <size>2</size>
31396       </method>
31397     </type>
31398     <type name="plj.realClass1">
31399       <method name="Void .ctor()">
31400         <size>7</size>
31401       </method>
31402       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
31403         <size>2</size>
31404       </method>
31405     </type>
31406     <type name="plj.fromClass">
31407       <method name="Void .ctor()">
31408         <size>7</size>
31409       </method>
31410       <method name="Void Main()">
31411         <size>1</size>
31412       </method>
31413     </type>
31414   </test>
31415   <test name="test-496.cs">
31416     <type name="Test">
31417       <method name="Void .ctor()">
31418         <size>7</size>
31419       </method>
31420       <method name="IEnumerator GetEnumerator()">
31421         <size>15</size>
31422       </method>
31423       <method name="Void Main()">
31424         <size>11</size>
31425       </method>
31426       <method name="Void Run()">
31427         <size>176</size>
31428       </method>
31429     </type>
31430     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
31431       <method name="Void .ctor()">
31432         <size>7</size>
31433       </method>
31434       <method name="System.Object System.Collections.IEnumerator.get_Current()">
31435         <size>7</size>
31436       </method>
31437       <method name="Boolean MoveNext()">
31438         <size>129</size>
31439       </method>
31440       <method name="Void Dispose()">
31441         <size>8</size>
31442       </method>
31443       <method name="Void Reset()">
31444         <size>6</size>
31445       </method>
31446       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
31447         <size>7</size>
31448       </method>
31449     </type>
31450   </test>
31451   <test name="test-497.cs">
31452     <type name="PlotMenuItem">
31453       <method name="Void .ctor()">
31454         <size>7</size>
31455       </method>
31456       <method name="Void .ctor(EventHandler)">
31457         <size>54</size>
31458       </method>
31459       <method name="Int32 Main()">
31460         <size>50</size>
31461       </method>
31462       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
31463         <size>11</size>
31464       </method>
31465       <method name="System.EventHandler get_Callback()">
31466         <size>7</size>
31467       </method>
31468       <method name="Void set_Callback(System.EventHandler)">
31469         <size>8</size>
31470       </method>
31471     </type>
31472   </test>
31473   <test name="test-498.cs">
31474     <type name="C">
31475       <method name="Int32 Main()">
31476         <size>81</size>
31477       </method>
31478     </type>
31479     <type name="A">
31480       <method name="Void .ctor(Single)">
31481         <size>0</size>
31482       </method>
31483       <method name="Int32 get_Foo()">
31484         <size>0</size>
31485       </method>
31486     </type>
31487   </test>
31488   <test name="test-499.cs">
31489     <type name="X">
31490       <method name="Void .ctor()">
31491         <size>7</size>
31492       </method>
31493       <method name="Void Main()">
31494         <size>24</size>
31495       </method>
31496     </type>
31497   </test>
31498   <test name="test-5.cs">
31499     <type name="X">
31500       <method name="Void .ctor()">
31501         <size>7</size>
31502       </method>
31503       <method name="Int32 Main()">
31504         <size>37</size>
31505       </method>
31506     </type>
31507   </test>
31508   <test name="test-500.cs">
31509     <type name="SomeCustomAttribute">
31510       <method name="Void .ctor()">
31511         <size>7</size>
31512       </method>
31513     </type>
31514     <type name="MainClass">
31515       <method name="Void .ctor()">
31516         <size>7</size>
31517       </method>
31518       <method name="Int32 Main()">
31519         <size>117</size>
31520       </method>
31521     </type>
31522   </test>
31523   <test name="test-501.cs">
31524     <type name="Tests">
31525       <method name="Void .ctor()">
31526         <size>7</size>
31527       </method>
31528       <method name="Void DumpException(Tests+FilterStackFrame)">
31529         <size>1</size>
31530       </method>
31531       <method name="Void foo(Boolean ByRef)">
31532         <size>49</size>
31533       </method>
31534       <method name="Void Main(System.String[])">
31535         <size>8</size>
31536       </method>
31537     </type>
31538     <type name="Tests+FilterStackFrame">
31539       <method name="Void .ctor(Object, IntPtr)">
31540         <size>0</size>
31541       </method>
31542       <method name="Boolean Invoke(System.Object)">
31543         <size>0</size>
31544       </method>
31545       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
31546         <size>0</size>
31547       </method>
31548       <method name="Boolean EndInvoke(IAsyncResult)">
31549         <size>0</size>
31550       </method>
31551     </type>
31552     <type name="Tests">
31553       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
31554         <size>2</size>
31555       </method>
31556     </type>
31557   </test>
31558   <test name="test-502.cs">
31559     <type name="Base">
31560       <method name="Void .ctor()">
31561         <size>7</size>
31562       </method>
31563       <method name="Int32 get_Property()">
31564         <size>3</size>
31565       </method>
31566       <method name="Void Main()">
31567         <size>1</size>
31568       </method>
31569     </type>
31570     <type name="Derived">
31571       <method name="Void .ctor()">
31572         <size>7</size>
31573       </method>
31574       <method name="Int32 get_Property()">
31575         <size>3</size>
31576       </method>
31577     </type>
31578     <type name="BaseClass">
31579       <method name="Void .ctor()">
31580         <size>7</size>
31581       </method>
31582       <method name="Int32 get_Value()">
31583         <size>2</size>
31584       </method>
31585       <method name="Void set_Value(Int32)">
31586         <size>1</size>
31587       </method>
31588     </type>
31589     <type name="DerivedClass">
31590       <method name="Void .ctor()">
31591         <size>7</size>
31592       </method>
31593       <method name="Int32 get_Value()">
31594         <size>2</size>
31595       </method>
31596     </type>
31597     <type name="ErrorClass">
31598       <method name="Void .ctor()">
31599         <size>7</size>
31600       </method>
31601       <method name="Int32 get_Value()">
31602         <size>2</size>
31603       </method>
31604       <method name="Void set_Value(Int32)">
31605         <size>1</size>
31606       </method>
31607     </type>
31608   </test>
31609   <test name="test-503.cs">
31610     <type name="Foo">
31611       <method name="Void .ctor()">
31612         <size>7</size>
31613       </method>
31614       <method name="Int32 Main()">
31615         <size>33</size>
31616       </method>
31617     </type>
31618   </test>
31619   <test name="test-504.cs">
31620     <type name="Foo">
31621       <method name="Void .ctor()">
31622         <size>7</size>
31623       </method>
31624       <method name="Void .cctor()">
31625         <size>7</size>
31626       </method>
31627       <method name="Int32 f()">
31628         <size>2</size>
31629       </method>
31630       <method name="Int32 Main()">
31631         <size>32</size>
31632       </method>
31633     </type>
31634   </test>
31635   <test name="test-505.cs">
31636     <type name="T">
31637       <method name="Void .ctor()">
31638         <size>7</size>
31639       </method>
31640       <method name="Int32 f()">
31641         <size>19</size>
31642       </method>
31643       <method name="Void Main()">
31644         <size>38</size>
31645       </method>
31646     </type>
31647   </test>
31648   <test name="test-506.cs">
31649     <type name="ProtectedSetter.BaseClass">
31650       <method name="Void .ctor()">
31651         <size>7</size>
31652       </method>
31653       <method name="System.String get_Name()">
31654         <size>0</size>
31655       </method>
31656       <method name="Void set_Name(System.String)">
31657         <size>0</size>
31658       </method>
31659     </type>
31660     <type name="ProtectedSetter.DerivedClass">
31661       <method name="Void .ctor()">
31662         <size>7</size>
31663       </method>
31664       <method name="System.String get_Name()">
31665         <size>2</size>
31666       </method>
31667       <method name="Void set_Name(System.String)">
31668         <size>1</size>
31669       </method>
31670       <method name="Void Main()">
31671         <size>1</size>
31672       </method>
31673     </type>
31674   </test>
31675   <test name="test-507.cs">
31676     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
31677       <method name="Void .ctor()">
31678         <size>7</size>
31679       </method>
31680       <method name="Void SomeMethod()">
31681         <size>1</size>
31682       </method>
31683       <method name="Void SomeMethod2()">
31684         <size>1</size>
31685       </method>
31686     </type>
31687     <type name="NewslotVirtualFinal.C">
31688       <method name="Void .ctor()">
31689         <size>7</size>
31690       </method>
31691       <method name="Int32 Main()">
31692         <size>83</size>
31693       </method>
31694     </type>
31695   </test>
31696   <test name="test-508.cs">
31697     <type name="OutputParam">
31698       <method name="Void .ctor()">
31699         <size>7</size>
31700       </method>
31701       <method name="Void Main(System.String[])">
31702         <size>14</size>
31703       </method>
31704       <method name="Void Method(Int32 ByRef)">
31705         <size>17</size>
31706       </method>
31707     </type>
31708   </test>
31709   <test name="test-509.cs">
31710     <type name="BaseClass">
31711       <method name="Void .ctor()">
31712         <size>7</size>
31713       </method>
31714       <method name="Void add_OnEvent(DelegateHandler)">
31715         <size>24</size>
31716       </method>
31717       <method name="Void remove_OnEvent(DelegateHandler)">
31718         <size>24</size>
31719       </method>
31720     </type>
31721     <type name="ExtendingClass">
31722       <method name="Void .ctor()">
31723         <size>7</size>
31724       </method>
31725       <method name="Void Main()">
31726         <size>1</size>
31727       </method>
31728       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
31729         <size>8</size>
31730       </method>
31731       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
31732         <size>8</size>
31733       </method>
31734     </type>
31735     <type name="DelegateHandler">
31736       <method name="Void .ctor(Object, IntPtr)">
31737         <size>0</size>
31738       </method>
31739       <method name="Void Invoke()">
31740         <size>0</size>
31741       </method>
31742       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31743         <size>0</size>
31744       </method>
31745       <method name="Void EndInvoke(IAsyncResult)">
31746         <size>0</size>
31747       </method>
31748     </type>
31749   </test>
31750   <test name="test-51.cs">
31751     <type name="Base">
31752       <method name="Void .ctor()">
31753         <size>25</size>
31754       </method>
31755       <method name="Int32 get_b_int_property()">
31756         <size>7</size>
31757       </method>
31758       <method name="Void set_b_int_property(Int32)">
31759         <size>8</size>
31760       </method>
31761       <method name="System.String b_get_id()">
31762         <size>6</size>
31763       </method>
31764     </type>
31765     <type name="Derived">
31766       <method name="Void .ctor()">
31767         <size>26</size>
31768       </method>
31769       <method name="Int32 get_b_int_property()">
31770         <size>7</size>
31771       </method>
31772       <method name="Void set_b_int_property(Int32)">
31773         <size>8</size>
31774       </method>
31775       <method name="Int32 Test()">
31776         <size>138</size>
31777       </method>
31778     </type>
31779     <type name="boot">
31780       <method name="Void .ctor()">
31781         <size>7</size>
31782       </method>
31783       <method name="Int32 Main()">
31784         <size>13</size>
31785       </method>
31786     </type>
31787   </test>
31788   <test name="test-510.cs">
31789     <type name="Foo">
31790       <method name="Void .ctor()">
31791         <size>7</size>
31792       </method>
31793       <method name="Void test39(Int32 ByRef)">
31794         <size>36</size>
31795       </method>
31796       <method name="Void Main()">
31797         <size>28</size>
31798       </method>
31799     </type>
31800   </test>
31801   <test name="test-511.cs">
31802     <type name="Foo">
31803       <method name="Void .ctor()">
31804         <size>7</size>
31805       </method>
31806       <method name="Void Main(System.String[])">
31807         <size>17</size>
31808       </method>
31809       <method name="Void f()">
31810         <size>7</size>
31811       </method>
31812     </type>
31813   </test>
31814   <test name="test-512.cs">
31815     <type name="Foo">
31816       <method name="Void .ctor()">
31817         <size>7</size>
31818       </method>
31819       <method name="Void Main(System.String[])">
31820         <size>17</size>
31821       </method>
31822       <method name="Void f()">
31823         <size>7</size>
31824       </method>
31825     </type>
31826   </test>
31827   <test name="test-513.cs">
31828     <type name="Test">
31829       <method name="Void .ctor()">
31830         <size>7</size>
31831       </method>
31832       <method name="Int32 Main()">
31833         <size>246</size>
31834       </method>
31835     </type>
31836   </test>
31837   <test name="test-514.cs">
31838     <type name="X">
31839       <method name="Void .ctor()">
31840         <size>7</size>
31841       </method>
31842       <method name="Void HandleConflict(Int32)">
31843         <size>31</size>
31844       </method>
31845       <method name="Int32 Main()">
31846         <size>40</size>
31847       </method>
31848     </type>
31849   </test>
31850   <test name="test-515.cs">
31851     <type name="X">
31852       <method name="Void .ctor()">
31853         <size>7</size>
31854       </method>
31855       <method name="Void Main()">
31856         <size>35</size>
31857       </method>
31858     </type>
31859   </test>
31860   <test name="test-516.cs">
31861     <type name="X">
31862       <method name="Void .ctor()">
31863         <size>7</size>
31864       </method>
31865       <method name="Void Main()">
31866         <size>35</size>
31867       </method>
31868     </type>
31869   </test>
31870   <test name="test-517.cs">
31871     <type name="Test">
31872       <method name="Void .ctor()">
31873         <size>7</size>
31874       </method>
31875       <method name="Int32 Main()">
31876         <size>11</size>
31877       </method>
31878     </type>
31879   </test>
31880   <test name="test-518.cs">
31881     <type name="Foo">
31882       <method name="Void .ctor()">
31883         <size>7</size>
31884       </method>
31885       <method name="Int32 Main()">
31886         <size>19</size>
31887       </method>
31888     </type>
31889   </test>
31890   <test name="test-519.cs">
31891     <type name="Foo">
31892       <method name="Void .ctor()">
31893         <size>7</size>
31894       </method>
31895       <method name="Int32 Main()">
31896         <size>32</size>
31897       </method>
31898       <method name="Void f()">
31899         <size>29</size>
31900       </method>
31901     </type>
31902   </test>
31903   <test name="test-52.cs">
31904     <type name="Y">
31905       <method name="Void .ctor()">
31906         <size>7</size>
31907       </method>
31908       <method name="Boolean MoveNext()">
31909         <size>28</size>
31910       </method>
31911       <method name="System.Object get_Current()">
31912         <size>12</size>
31913       </method>
31914     </type>
31915     <type name="X">
31916       <method name="Void .ctor()">
31917         <size>7</size>
31918       </method>
31919       <method name="Void .cctor()">
31920         <size>36</size>
31921       </method>
31922       <method name="Y GetEnumerator()">
31923         <size>6</size>
31924       </method>
31925       <method name="Int32 Main()">
31926         <size>498</size>
31927       </method>
31928     </type>
31929   </test>
31930   <test name="test-520.cs">
31931     <type name="FakeInt">
31932       <method name="Void .ctor(Int64)">
31933         <size>14</size>
31934       </method>
31935       <method name="Int64 op_Implicit(FakeInt)">
31936         <size>7</size>
31937       </method>
31938     </type>
31939     <type name="MainClass">
31940       <method name="Void .ctor()">
31941         <size>7</size>
31942       </method>
31943       <method name="Void Main()">
31944         <size>28</size>
31945       </method>
31946     </type>
31947   </test>
31948   <test name="test-521.cs">
31949     <type name="Tests">
31950       <method name="Void .ctor()">
31951         <size>7</size>
31952       </method>
31953       <method name="Void CallWithContextN(System.Object, System.Object[])">
31954         <size>1</size>
31955       </method>
31956       <method name="Void Main()">
31957         <size>14</size>
31958       </method>
31959     </type>
31960     <type name="Tests+CallTargetWithContextN">
31961       <method name="Void .ctor(Object, IntPtr)">
31962         <size>0</size>
31963       </method>
31964       <method name="Void Invoke(System.Object, System.Object[])">
31965         <size>0</size>
31966       </method>
31967       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
31968         <size>0</size>
31969       </method>
31970       <method name="Void EndInvoke(IAsyncResult)">
31971         <size>0</size>
31972       </method>
31973     </type>
31974   </test>
31975   <test name="test-522.cs">
31976     <type name="Const">
31977       <method name="Void .ctor()">
31978         <size>7</size>
31979       </method>
31980       <method name="Void Main()">
31981         <size>1</size>
31982       </method>
31983     </type>
31984   </test>
31985   <test name="test-523.cs">
31986     <type name="T">
31987       <method name="Void .ctor()">
31988         <size>7</size>
31989       </method>
31990       <method name="Int32 stuff()">
31991         <size>20</size>
31992       </method>
31993       <method name="Int32 stuff2()">
31994         <size>44</size>
31995       </method>
31996       <method name="Int32 stuff3()">
31997         <size>44</size>
31998       </method>
31999       <method name="Void stuff4()">
32000         <size>20</size>
32001       </method>
32002       <method name="Void stuff_finally()">
32003         <size>1</size>
32004       </method>
32005       <method name="Void Main()">
32006         <size>1</size>
32007       </method>
32008     </type>
32009   </test>
32010   <test name="test-524.cs">
32011     <type name="Foo">
32012       <method name="Void .ctor()">
32013         <size>7</size>
32014       </method>
32015       <method name="Int32 Main()">
32016         <size>42</size>
32017       </method>
32018     </type>
32019   </test>
32020   <test name="test-525.cs">
32021     <type name="X">
32022       <method name="Void .ctor()">
32023         <size>7</size>
32024       </method>
32025       <method name="Void Finalize()">
32026         <size>23</size>
32027       </method>
32028       <method name="Int32 Test1()">
32029         <size>33</size>
32030       </method>
32031       <method name="Void Test2()">
32032         <size>67</size>
32033       </method>
32034       <method name="Void Main()">
32035         <size>39</size>
32036       </method>
32037     </type>
32038   </test>
32039   <test name="test-526.cs">
32040     <type name="Test">
32041       <method name="Void .ctor()">
32042         <size>7</size>
32043       </method>
32044       <method name="Void Main()">
32045         <size>1</size>
32046       </method>
32047       <method name="Void Foo(IListCounter)">
32048         <size>8</size>
32049       </method>
32050       <method name="Void Foo2(IC)">
32051         <size>8</size>
32052       </method>
32053       <method name="Void Foo3(ICC)">
32054         <size>8</size>
32055       </method>
32056       <method name="Void Foo4(IM2)">
32057         <size>8</size>
32058       </method>
32059     </type>
32060   </test>
32061   <test name="test-527.cs">
32062     <type name="Repro">
32063       <method name="Void .ctor()">
32064         <size>19</size>
32065       </method>
32066       <method name="Int32 Main()">
32067         <size>48</size>
32068       </method>
32069       <method name="Void foo()">
32070         <size>61</size>
32071       </method>
32072       <method name="Int32 bar()">
32073         <size>3</size>
32074       </method>
32075     </type>
32076   </test>
32077   <test name="test-528.cs">
32078     <type name="MicroFocus.MONO.Bugs.Odd">
32079       <method name="Void .ctor()">
32080         <size>7</size>
32081       </method>
32082       <method name="Void .cctor()">
32083         <size>25</size>
32084       </method>
32085       <method name="Void Main()">
32086         <size>1</size>
32087       </method>
32088     </type>
32089   </test>
32090   <test name="test-529.cs">
32091     <type name="C">
32092       <method name="Void .ctor()">
32093         <size>7</size>
32094       </method>
32095       <method name="Void Main()">
32096         <size>8</size>
32097       </method>
32098     </type>
32099   </test>
32100   <test name="test-53.cs">
32101     <type name="MyDispose">
32102       <method name="Void .ctor()">
32103         <size>7</size>
32104       </method>
32105       <method name="Void Dispose()">
32106         <size>8</size>
32107       </method>
32108     </type>
32109     <type name="X">
32110       <method name="Void .ctor()">
32111         <size>7</size>
32112       </method>
32113       <method name="Int32 Main()">
32114         <size>257</size>
32115       </method>
32116     </type>
32117   </test>
32118   <test name="test-530.cs">
32119     <type name="X">
32120       <method name="Void .ctor()">
32121         <size>7</size>
32122       </method>
32123       <method name="Void e(System.Object[])">
32124         <size>1</size>
32125       </method>
32126       <method name="Void Main()">
32127         <size>1</size>
32128       </method>
32129     </type>
32130   </test>
32131   <test name="test-531.cs">
32132     <type name="Test">
32133       <method name="Void .ctor()">
32134         <size>7</size>
32135       </method>
32136       <method name="Void Main()">
32137         <size>11</size>
32138       </method>
32139     </type>
32140   </test>
32141   <test name="test-532.cs">
32142     <type name="X">
32143       <method name="Void .ctor()">
32144         <size>47</size>
32145       </method>
32146       <method name="Void Main()">
32147         <size>1</size>
32148       </method>
32149     </type>
32150   </test>
32151   <test name="test-533.cs">
32152     <type name="Test">
32153       <method name="Void .ctor()">
32154         <size>7</size>
32155       </method>
32156       <method name="Void True(Boolean)">
32157         <size>10</size>
32158       </method>
32159       <method name="Void False(Boolean)">
32160         <size>13</size>
32161       </method>
32162       <method name="Void Main()">
32163         <size>61</size>
32164       </method>
32165     </type>
32166   </test>
32167   <test name="test-535.cs">
32168     <type name="X">
32169       <method name="Void .ctor()">
32170         <size>7</size>
32171       </method>
32172       <method name="Void Main()">
32173         <size>77</size>
32174       </method>
32175       <method name="Void Compile()">
32176         <size>19</size>
32177       </method>
32178       <method name="Void M(Int64)">
32179         <size>1</size>
32180       </method>
32181       <method name="Void M(UInt64)">
32182         <size>1</size>
32183       </method>
32184       <method name="Void M(System.Object)">
32185         <size>1</size>
32186       </method>
32187     </type>
32188   </test>
32189   <test name="test-536.cs">
32190     <type name="Test">
32191       <method name="Void add_Foo(FooHandler)">
32192         <size>22</size>
32193       </method>
32194       <method name="Void remove_Foo(FooHandler)">
32195         <size>22</size>
32196       </method>
32197       <method name="Void OnFooTest()">
32198         <size>1</size>
32199       </method>
32200       <method name="Void Main()">
32201         <size>31</size>
32202       </method>
32203     </type>
32204     <type name="FooHandler">
32205       <method name="Void .ctor(Object, IntPtr)">
32206         <size>0</size>
32207       </method>
32208       <method name="Void Invoke()">
32209         <size>0</size>
32210       </method>
32211       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32212         <size>0</size>
32213       </method>
32214       <method name="Void EndInvoke(IAsyncResult)">
32215         <size>0</size>
32216       </method>
32217     </type>
32218     <type name="Test">
32219       <method name="Void &lt;Main&gt;m__0()">
32220         <size>33</size>
32221       </method>
32222     </type>
32223   </test>
32224   <test name="test-537.cs">
32225     <type name="Base">
32226       <method name="Void .ctor()">
32227         <size>7</size>
32228       </method>
32229       <method name="System.String get_H()">
32230         <size>6</size>
32231       </method>
32232     </type>
32233     <type name="X">
32234       <method name="Void .ctor()">
32235         <size>7</size>
32236       </method>
32237     </type>
32238     <type name="X+Derived">
32239       <method name="Void .ctor()">
32240         <size>7</size>
32241       </method>
32242     </type>
32243     <type name="X+Derived+Nested">
32244       <method name="Void .ctor()">
32245         <size>7</size>
32246       </method>
32247       <method name="Void G()">
32248         <size>21</size>
32249       </method>
32250     </type>
32251     <type name="Derived">
32252       <method name="Void .ctor()">
32253         <size>7</size>
32254       </method>
32255     </type>
32256     <type name="Derived+Nested">
32257       <method name="Void .ctor()">
32258         <size>7</size>
32259       </method>
32260       <method name="Void G()">
32261         <size>18</size>
32262       </method>
32263     </type>
32264     <type name="Test">
32265       <method name="Void .ctor()">
32266         <size>7</size>
32267       </method>
32268       <method name="Void Main()">
32269         <size>1</size>
32270       </method>
32271     </type>
32272   </test>
32273   <test name="test-538.cs">
32274     <type name="concrete">
32275       <method name="Void .ctor()">
32276         <size>7</size>
32277       </method>
32278     </type>
32279     <type name="Program">
32280       <method name="Void .ctor()">
32281         <size>7</size>
32282       </method>
32283       <method name="concrete getConcrete(IInterface)">
32284         <size>6</size>
32285       </method>
32286       <method name="Void Main(System.String[])">
32287         <size>20</size>
32288       </method>
32289     </type>
32290     <type name="testDelegate">
32291       <method name="Void .ctor(Object, IntPtr)">
32292         <size>0</size>
32293       </method>
32294       <method name="IInterface Invoke(concrete)">
32295         <size>0</size>
32296       </method>
32297       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
32298         <size>0</size>
32299       </method>
32300       <method name="IInterface EndInvoke(IAsyncResult)">
32301         <size>0</size>
32302       </method>
32303     </type>
32304   </test>
32305   <test name="test-54.cs">
32306     <type name="X">
32307       <method name="Void .ctor()">
32308         <size>7</size>
32309       </method>
32310       <method name="Boolean v()">
32311         <size>26</size>
32312       </method>
32313       <method name="Int32 Main()">
32314         <size>2</size>
32315       </method>
32316     </type>
32317   </test>
32318   <test name="test-540.cs">
32319     <type name="A">
32320       <method name="Void .ctor()">
32321         <size>7</size>
32322       </method>
32323       <method name="Byte op_Implicit(A)">
32324         <size>3</size>
32325       </method>
32326     </type>
32327     <type name="Constraint">
32328       <method name="Void .ctor()">
32329         <size>7</size>
32330       </method>
32331       <method name="Void Foo(System.Object)">
32332         <size>1</size>
32333       </method>
32334       <method name="Int32 Main()">
32335         <size>93</size>
32336       </method>
32337       <method name="Constraint op_LogicalNot(Constraint)">
32338         <size>2</size>
32339       </method>
32340       <method name="Constraint op_UnaryPlus(Constraint)">
32341         <size>2</size>
32342       </method>
32343       <method name="Constraint op_OnesComplement(Constraint)">
32344         <size>2</size>
32345       </method>
32346       <method name="Constraint op_UnaryNegation(Constraint)">
32347         <size>2</size>
32348       </method>
32349     </type>
32350   </test>
32351   <test name="test-541.cs">
32352     <type name="A">
32353       <method name="Void .ctor(TestFunc)">
32354         <size>14</size>
32355       </method>
32356     </type>
32357     <type name="TestClass">
32358       <method name="Void .ctor()">
32359         <size>7</size>
32360       </method>
32361       <method name="Void .cctor()">
32362         <size>46</size>
32363       </method>
32364       <method name="Int32 Main()">
32365         <size>6</size>
32366       </method>
32367     </type>
32368     <type name="TestFunc">
32369       <method name="Void .ctor(Object, IntPtr)">
32370         <size>0</size>
32371       </method>
32372       <method name="Void Invoke(Int32)">
32373         <size>0</size>
32374       </method>
32375       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32376         <size>0</size>
32377       </method>
32378       <method name="Void EndInvoke(IAsyncResult)">
32379         <size>0</size>
32380       </method>
32381     </type>
32382     <type name="TestClass">
32383       <method name="Void &lt;a&gt;m__0(Int32)">
32384         <size>7</size>
32385       </method>
32386     </type>
32387   </test>
32388   <test name="test-542.cs">
32389     <type name="X">
32390       <method name="Void .ctor()">
32391         <size>7</size>
32392       </method>
32393       <method name="Void Main()">
32394         <size>1</size>
32395       </method>
32396     </type>
32397     <type name="ARec">
32398       <method name="Void .ctor(Decimal)">
32399         <size>14</size>
32400       </method>
32401       <method name="Decimal Round(Int32)">
32402         <size>13</size>
32403       </method>
32404       <method name="Decimal Round(Decimal, Int32)">
32405         <size>7</size>
32406       </method>
32407     </type>
32408   </test>
32409   <test name="test-543.cs">
32410     <type name="BetterMethod">
32411       <method name="Void .ctor()">
32412         <size>7</size>
32413       </method>
32414       <method name="Int32 get_Item(System.Boolean[])">
32415         <size>2</size>
32416       </method>
32417       <method name="System.String get_Item(Boolean, System.Object)">
32418         <size>6</size>
32419       </method>
32420     </type>
32421     <type name="MainClass">
32422       <method name="Void .ctor()">
32423         <size>7</size>
32424       </method>
32425       <method name="Int32 get_Item(Int32, System.String[])">
32426         <size>2</size>
32427       </method>
32428       <method name="Void set_Item(Int32, System.String[], Int32)">
32429         <size>40</size>
32430       </method>
32431       <method name="System.Object get_Item(Int32, System.Object[])">
32432         <size>2</size>
32433       </method>
32434       <method name="Void set_Item(Int32, System.Object[], System.Object)">
32435         <size>40</size>
32436       </method>
32437       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
32438         <size>2</size>
32439       </method>
32440       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
32441         <size>40</size>
32442       </method>
32443       <method name="Void Main(System.String[])">
32444         <size>258</size>
32445       </method>
32446     </type>
32447   </test>
32448   <test name="test-544.cs">
32449     <type name="X">
32450       <method name="Void .ctor()">
32451         <size>7</size>
32452       </method>
32453       <method name="Void Main()">
32454         <size>32</size>
32455       </method>
32456     </type>
32457   </test>
32458   <test name="test-545.cs">
32459     <type name="X">
32460       <method name="Void .ctor()">
32461         <size>7</size>
32462       </method>
32463       <method name="Void Main()">
32464         <size>1</size>
32465       </method>
32466     </type>
32467     <type name="Dingus">
32468       <method name="Void .ctor(Int32)">
32469         <size>1</size>
32470       </method>
32471     </type>
32472   </test>
32473   <test name="test-546.cs">
32474     <type name="NameSpace.C">
32475       <method name="Void .ctor()">
32476         <size>7</size>
32477       </method>
32478       <method name="Void Main()">
32479         <size>1</size>
32480       </method>
32481     </type>
32482   </test>
32483   <test name="test-547.cs">
32484     <type name="C">
32485       <method name="Void .ctor()">
32486         <size>7</size>
32487       </method>
32488       <method name="Void Main()">
32489         <size>1</size>
32490       </method>
32491     </type>
32492   </test>
32493   <test name="test-548.cs">
32494     <type name="Bugs.Bug0">
32495       <method name="Void .ctor()">
32496         <size>7</size>
32497       </method>
32498       <method name="Int32 Main()">
32499         <size>23</size>
32500       </method>
32501     </type>
32502     <type name="Bugs.Bug0+MyBoolean">
32503       <method name="Void .ctor(Boolean)">
32504         <size>8</size>
32505       </method>
32506       <method name="MyBoolean op_Implicit(Boolean)">
32507         <size>7</size>
32508       </method>
32509       <method name="Boolean op_Implicit(MyBoolean)">
32510         <size>8</size>
32511       </method>
32512     </type>
32513   </test>
32514   <test name="test-549.cs">
32515     <type name="Do">
32516       <method name="Void .ctor()">
32517         <size>7</size>
32518       </method>
32519       <method name="Void Register(Get)">
32520         <size>1</size>
32521       </method>
32522       <method name="Void Register(System.Object)">
32523         <size>1</size>
32524       </method>
32525       <method name="System.Object MyGet(Do)">
32526         <size>2</size>
32527       </method>
32528       <method name="Void X()">
32529         <size>19</size>
32530       </method>
32531     </type>
32532     <type name="User">
32533       <method name="Void .ctor()">
32534         <size>7</size>
32535       </method>
32536       <method name="Void Main()">
32537         <size>1</size>
32538       </method>
32539     </type>
32540     <type name="Get">
32541       <method name="Void .ctor(Object, IntPtr)">
32542         <size>0</size>
32543       </method>
32544       <method name="System.Object Invoke(Do)">
32545         <size>0</size>
32546       </method>
32547       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
32548         <size>0</size>
32549       </method>
32550       <method name="System.Object EndInvoke(IAsyncResult)">
32551         <size>0</size>
32552       </method>
32553     </type>
32554   </test>
32555   <test name="test-55.cs">
32556     <type name="A.B.C">
32557       <method name="Void .ctor()">
32558         <size>7</size>
32559       </method>
32560       <method name="Void Hola()">
32561         <size>11</size>
32562       </method>
32563     </type>
32564     <type name="X.Y.Z.W">
32565       <method name="Void .ctor()">
32566         <size>7</size>
32567       </method>
32568       <method name="Void Ahoj()">
32569         <size>11</size>
32570       </method>
32571     </type>
32572     <type name="Foo.System">
32573       <method name="Void .ctor()">
32574         <size>7</size>
32575       </method>
32576       <method name="Void X()">
32577         <size>11</size>
32578       </method>
32579     </type>
32580     <type name="App">
32581       <method name="Void .ctor()">
32582         <size>7</size>
32583       </method>
32584       <method name="Int32 Main()">
32585         <size>12</size>
32586       </method>
32587     </type>
32588   </test>
32589   <test name="test-550.cs">
32590     <type name="Bla.Blub.Fo‿o">
32591       <method name="Void .ctor()">
32592         <size>7</size>
32593       </method>
32594       <method name="Void Main(System.String[])">
32595         <size>11</size>
32596       </method>
32597     </type>
32598   </test>
32599   <test name="test-551.cs">
32600     <type name="System.Int32">
32601       <method name="Void Main()">
32602         <size>1</size>
32603       </method>
32604     </type>
32605   </test>
32606   <test name="test-552.cs">
32607     <type name="C">
32608       <method name="Void .ctor()">
32609         <size>7</size>
32610       </method>
32611       <method name="Void Test(C)">
32612         <size>1</size>
32613       </method>
32614       <method name="Void Main()">
32615         <size>14</size>
32616       </method>
32617     </type>
32618   </test>
32619   <test name="test-553.cs">
32620     <type name="A">
32621       <method name="Void .ctor()">
32622         <size>7</size>
32623       </method>
32624       <method name="Void Add(System.Object)">
32625         <size>1</size>
32626       </method>
32627     </type>
32628     <type name="B">
32629       <method name="Void .ctor()">
32630         <size>7</size>
32631       </method>
32632       <method name="Boolean Add(System.Object)">
32633         <size>2</size>
32634       </method>
32635       <method name="Void Main()">
32636         <size>1</size>
32637       </method>
32638     </type>
32639   </test>
32640   <test name="test-554.cs">
32641     <type name="C">
32642       <method name="Void .ctor()">
32643         <size>7</size>
32644       </method>
32645       <method name="Int32 Main()">
32646         <size>145</size>
32647       </method>
32648     </type>
32649     <type name="&lt;PrivateImplementationDetails&gt;">
32650       <method name="Void .ctor()">
32651         <size>7</size>
32652       </method>
32653     </type>
32654   </test>
32655   <test name="test-555.cs">
32656     <type name="Test">
32657       <method name="Void .ctor()">
32658         <size>7</size>
32659       </method>
32660       <method name="Int32 Main()">
32661         <size>351</size>
32662       </method>
32663     </type>
32664   </test>
32665   <test name="test-556.cs">
32666     <type name="S">
32667       <method name="Void .ctor()">
32668         <size>7</size>
32669       </method>
32670       <method name="Void Frobnikator()">
32671         <size>1</size>
32672       </method>
32673       <method name="Void CharToX()">
32674         <size>1</size>
32675       </method>
32676       <method name="Int32 Main()">
32677         <size>35</size>
32678       </method>
32679     </type>
32680   </test>
32681   <test name="test-557.cs">
32682     <type name="Test">
32683       <method name="Void .ctor()">
32684         <size>7</size>
32685       </method>
32686       <method name="Void Main(System.String[])">
32687         <size>1</size>
32688       </method>
32689     </type>
32690   </test>
32691   <test name="test-558.cs">
32692     <type name="TestClass">
32693       <method name="Void .ctor()">
32694         <size>7</size>
32695       </method>
32696       <method name="Void Main()">
32697         <size>21</size>
32698       </method>
32699       <method name="Void TestMethod(Int32)">
32700         <size>1</size>
32701       </method>
32702     </type>
32703     <type name="TestClass+OneDelegate">
32704       <method name="Void .ctor(Object, IntPtr)">
32705         <size>0</size>
32706       </method>
32707       <method name="Void Invoke(Int32)">
32708         <size>0</size>
32709       </method>
32710       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32711         <size>0</size>
32712       </method>
32713       <method name="Void EndInvoke(IAsyncResult)">
32714         <size>0</size>
32715       </method>
32716     </type>
32717   </test>
32718   <test name="test-559.cs">
32719     <type name="C">
32720       <method name="Void .ctor()">
32721         <size>7</size>
32722       </method>
32723       <method name="Void add_TestEvent(B+TestDelegate)">
32724         <size>24</size>
32725       </method>
32726       <method name="Void remove_TestEvent(B+TestDelegate)">
32727         <size>24</size>
32728       </method>
32729       <method name="Void Main()">
32730         <size>1</size>
32731       </method>
32732     </type>
32733   </test>
32734   <test name="test-56.cs">
32735     <type name="A">
32736       <method name="Void .ctor()">
32737         <size>7</size>
32738       </method>
32739       <method name="Int32 get_P()">
32740         <size>7</size>
32741       </method>
32742       <method name="Void set_P(Int32)">
32743         <size>8</size>
32744       </method>
32745       <method name="Int32 get_Q()">
32746         <size>0</size>
32747       </method>
32748       <method name="Void set_Q(Int32)">
32749         <size>0</size>
32750       </method>
32751       <method name="Int32 get_R()">
32752         <size>7</size>
32753       </method>
32754       <method name="Void set_R(Int32)">
32755         <size>8</size>
32756       </method>
32757     </type>
32758     <type name="B">
32759       <method name="Void .ctor()">
32760         <size>7</size>
32761       </method>
32762       <method name="Int32 get_P()">
32763         <size>7</size>
32764       </method>
32765       <method name="Void set_P(Int32)">
32766         <size>8</size>
32767       </method>
32768       <method name="Int32 get_Q()">
32769         <size>7</size>
32770       </method>
32771       <method name="Void set_Q(Int32)">
32772         <size>8</size>
32773       </method>
32774     </type>
32775     <type name="C">
32776       <method name="Void .ctor()">
32777         <size>7</size>
32778       </method>
32779       <method name="Int32 get_Q()">
32780         <size>7</size>
32781       </method>
32782       <method name="Void set_Q(Int32)">
32783         <size>8</size>
32784       </method>
32785       <method name="Int32 get_R()">
32786         <size>7</size>
32787       </method>
32788       <method name="Void set_R(Int32)">
32789         <size>8</size>
32790       </method>
32791     </type>
32792     <type name="M">
32793       <method name="Void .ctor()">
32794         <size>7</size>
32795       </method>
32796       <method name="Int32 Main()">
32797         <size>221</size>
32798       </method>
32799     </type>
32800   </test>
32801   <test name="test-560.cs">
32802     <type name="Bugs.Bug2">
32803       <method name="Void .ctor()">
32804         <size>7</size>
32805       </method>
32806       <method name="Void Main(System.String[])">
32807         <size>81</size>
32808       </method>
32809     </type>
32810     <type name="Bugs.Bug2+MyByte">
32811       <method name="Void .ctor(Byte)">
32812         <size>8</size>
32813       </method>
32814       <method name="MyByte op_Implicit(Byte)">
32815         <size>7</size>
32816       </method>
32817       <method name="Byte op_Implicit(MyByte)">
32818         <size>8</size>
32819       </method>
32820     </type>
32821     <type name="Bugs.Bug2+MyInt">
32822       <method name="Void .ctor(Int32)">
32823         <size>8</size>
32824       </method>
32825       <method name="MyInt op_Implicit(Int32)">
32826         <size>7</size>
32827       </method>
32828       <method name="Int32 op_Implicit(MyInt)">
32829         <size>8</size>
32830       </method>
32831     </type>
32832   </test>
32833   <test name="test-561.cs">
32834     <type name="A">
32835       <method name="Void .ctor()">
32836         <size>7</size>
32837       </method>
32838       <method name="Void I.M()">
32839         <size>1</size>
32840       </method>
32841       <method name="Void M()">
32842         <size>0</size>
32843       </method>
32844     </type>
32845     <type name="C">
32846       <method name="Void .ctor()">
32847         <size>7</size>
32848       </method>
32849       <method name="Void M()">
32850         <size>1</size>
32851       </method>
32852       <method name="Void Main()">
32853         <size>1</size>
32854       </method>
32855     </type>
32856   </test>
32857   <test name="test-562.cs">
32858     <type name="Program">
32859       <method name="Void .ctor()">
32860         <size>7</size>
32861       </method>
32862       <method name="Int32 Main()">
32863         <size>45</size>
32864       </method>
32865     </type>
32866   </test>
32867   <test name="test-563.cs">
32868     <type name="Test">
32869       <method name="Void .ctor()">
32870         <size>7</size>
32871       </method>
32872       <method name="System.Object TestMethod(TestCollection)">
32873         <size>64</size>
32874       </method>
32875       <method name="Void Main()">
32876         <size>1</size>
32877       </method>
32878     </type>
32879   </test>
32880   <test name="test-564.cs">
32881     <type name="A">
32882       <method name="Void .ctor()">
32883         <size>7</size>
32884       </method>
32885       <method name="Void Main()">
32886         <size>1</size>
32887       </method>
32888     </type>
32889   </test>
32890   <test name="test-565.cs">
32891     <type name="T">
32892       <method name="Void .ctor()">
32893         <size>7</size>
32894       </method>
32895       <method name="Boolean Equals(System.Object)">
32896         <size>2</size>
32897       </method>
32898       <method name="Void Main()">
32899         <size>1</size>
32900       </method>
32901     </type>
32902   </test>
32903   <test name="test-566.cs">
32904     <type name="Test">
32905       <method name="Void .ctor()">
32906         <size>7</size>
32907       </method>
32908       <method name="System.String get_Spec()">
32909         <size>12</size>
32910       </method>
32911       <method name="Void Foo(C)">
32912         <size>7</size>
32913       </method>
32914       <method name="Void Foo2(CC)">
32915         <size>12</size>
32916       </method>
32917       <method name="Void Main()">
32918         <size>1</size>
32919       </method>
32920     </type>
32921     <type name="CA">
32922       <method name="Void .ctor()">
32923         <size>7</size>
32924       </method>
32925       <method name="Void set_Spec(System.String)">
32926         <size>1</size>
32927       </method>
32928     </type>
32929     <type name="CB">
32930       <method name="Void .ctor()">
32931         <size>7</size>
32932       </method>
32933       <method name="Void set_Spec(System.String)">
32934         <size>1</size>
32935       </method>
32936     </type>
32937     <type name="CC">
32938       <method name="Void .ctor()">
32939         <size>7</size>
32940       </method>
32941     </type>
32942   </test>
32943   <test name="test-567.cs">
32944     <type name="preservesig_test.Class1">
32945       <method name="Void .ctor()">
32946         <size>7</size>
32947       </method>
32948       <method name="Int32 Main(System.String[])">
32949         <size>143</size>
32950       </method>
32951     </type>
32952     <type name="preservesig_test.TestClass">
32953       <method name="Void .ctor()">
32954         <size>7</size>
32955       </method>
32956       <method name="Void add_e(preservesig_test.TestClass+D)">
32957         <size>24</size>
32958       </method>
32959       <method name="Void remove_e(preservesig_test.TestClass+D)">
32960         <size>24</size>
32961       </method>
32962       <method name="Int32 DoFoo()">
32963         <size>2</size>
32964       </method>
32965       <method name="Int32 get_Foo()">
32966         <size>2</size>
32967       </method>
32968     </type>
32969     <type name="preservesig_test.TestClass+D">
32970       <method name="Void .ctor(Object, IntPtr)">
32971         <size>0</size>
32972       </method>
32973       <method name="Void Invoke()">
32974         <size>0</size>
32975       </method>
32976       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32977         <size>0</size>
32978       </method>
32979       <method name="Void EndInvoke(IAsyncResult)">
32980         <size>0</size>
32981       </method>
32982     </type>
32983   </test>
32984   <test name="test-568.cs">
32985     <type name="B">
32986       <method name="Void .ctor()">
32987         <size>7</size>
32988       </method>
32989       <method name="Void Main()">
32990         <size>1</size>
32991       </method>
32992     </type>
32993   </test>
32994   <test name="test-569.cs">
32995     <type name="MyAttribute">
32996       <method name="Void .ctor()">
32997         <size>7</size>
32998       </method>
32999     </type>
33000     <type name="SubAttribute">
33001       <method name="Void .ctor()">
33002         <size>7</size>
33003       </method>
33004     </type>
33005     <type name="test">
33006       <method name="Void .ctor()">
33007         <size>7</size>
33008       </method>
33009       <method name="Void method()">
33010         <size>1</size>
33011       </method>
33012       <method name="Void Main()">
33013         <size>1</size>
33014       </method>
33015     </type>
33016   </test>
33017   <test name="test-57.cs">
33018     <type name="Button">
33019       <method name="Void .ctor()">
33020         <size>7</size>
33021       </method>
33022       <method name="Void add_Click(EventHandler)">
33023         <size>24</size>
33024       </method>
33025       <method name="Void remove_Click(EventHandler)">
33026         <size>24</size>
33027       </method>
33028       <method name="Void OnClick(Int32, Int32)">
33029         <size>36</size>
33030       </method>
33031       <method name="Void Reset()">
33032         <size>8</size>
33033       </method>
33034     </type>
33035     <type name="Blah">
33036       <method name="Void .ctor()">
33037         <size>18</size>
33038       </method>
33039       <method name="Void Connect()">
33040         <size>59</size>
33041       </method>
33042       <method name="Void Button1_Click(Int32, Int32)">
33043         <size>34</size>
33044       </method>
33045       <method name="Void Foo_Click(Int32, Int32)">
33046         <size>34</size>
33047       </method>
33048       <method name="Void Disconnect()">
33049         <size>34</size>
33050       </method>
33051       <method name="Int32 Main()">
33052         <size>66</size>
33053       </method>
33054     </type>
33055     <type name="EventHandler">
33056       <method name="Void .ctor(Object, IntPtr)">
33057         <size>0</size>
33058       </method>
33059       <method name="Void Invoke(Int32, Int32)">
33060         <size>0</size>
33061       </method>
33062       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
33063         <size>0</size>
33064       </method>
33065       <method name="Void EndInvoke(IAsyncResult)">
33066         <size>0</size>
33067       </method>
33068     </type>
33069   </test>
33070   <test name="test-570.cs">
33071     <type name="Bar">
33072       <method name="Void .ctor()">
33073         <size>7</size>
33074       </method>
33075     </type>
33076     <type name="Program">
33077       <method name="Void .ctor()">
33078         <size>7</size>
33079       </method>
33080       <method name="Void Main()">
33081         <size>47</size>
33082       </method>
33083     </type>
33084   </test>
33085   <test name="test-571.cs">
33086     <type name="Test">
33087       <method name="Void .ctor()">
33088         <size>7</size>
33089       </method>
33090       <method name="Void Main()">
33091         <size>1</size>
33092       </method>
33093     </type>
33094   </test>
33095   <test name="test-572.cs">
33096     <type name="C">
33097       <method name="Void .ctor()">
33098         <size>7</size>
33099       </method>
33100       <method name="Color get_Color()">
33101         <size>10</size>
33102       </method>
33103       <method name="Void ResetCustomColors()">
33104         <size>16</size>
33105       </method>
33106       <method name="Void Main()">
33107         <size>1</size>
33108       </method>
33109     </type>
33110     <type name="Color">
33111       <method name="Color From(Int32)">
33112         <size>10</size>
33113       </method>
33114       <method name="Int32 ToArgb()">
33115         <size>2</size>
33116       </method>
33117     </type>
33118   </test>
33119   <test name="test-573.cs">
33120     <type name="C">
33121       <method name="Void .ctor()">
33122         <size>7</size>
33123       </method>
33124       <method name="Void .cctor()">
33125         <size>11</size>
33126       </method>
33127       <method name="Void Main()">
33128         <size>25</size>
33129       </method>
33130     </type>
33131   </test>
33132   <test name="test-574.cs">
33133     <type name="X">
33134       <method name="Void .ctor()">
33135         <size>7</size>
33136       </method>
33137       <method name="Int32 Main()">
33138         <size>31</size>
33139       </method>
33140     </type>
33141   </test>
33142   <test name="test-575.cs">
33143     <type name="Program">
33144       <method name="Void .ctor()">
33145         <size>7</size>
33146       </method>
33147       <method name="Void Main(System.String[])">
33148         <size>25</size>
33149       </method>
33150     </type>
33151   </test>
33152   <test name="test-576.cs">
33153     <type name="Foo">
33154       <method name="Void .ctor()">
33155         <size>7</size>
33156       </method>
33157       <method name="Void Main()">
33158         <size>24</size>
33159       </method>
33160     </type>
33161   </test>
33162   <test name="test-578.cs">
33163     <type name="Test1.TestItem1">
33164       <method name="Void .ctor()">
33165         <size>7</size>
33166       </method>
33167       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
33168         <size>34</size>
33169       </method>
33170       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
33171         <size>34</size>
33172       </method>
33173       <method name="Int32 Test()">
33174         <size>12</size>
33175       </method>
33176     </type>
33177     <type name="Test1.TestItem2">
33178       <method name="Void .ctor()">
33179         <size>7</size>
33180       </method>
33181       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
33182         <size>18</size>
33183       </method>
33184       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
33185         <size>18</size>
33186       </method>
33187     </type>
33188     <type name="Test1.CC">
33189       <method name="Void .ctor()">
33190         <size>7</size>
33191       </method>
33192       <method name="Int32 Main()">
33193         <size>57</size>
33194       </method>
33195     </type>
33196     <type name="Test1.TestDelegate1">
33197       <method name="Void .ctor(Object, IntPtr)">
33198         <size>0</size>
33199       </method>
33200       <method name="Int32 Invoke()">
33201         <size>0</size>
33202       </method>
33203       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33204         <size>0</size>
33205       </method>
33206       <method name="Int32 EndInvoke(IAsyncResult)">
33207         <size>0</size>
33208       </method>
33209     </type>
33210     <type name="Test1.CC">
33211       <method name="Int32 &lt;Main&gt;m__0()">
33212         <size>2</size>
33213       </method>
33214     </type>
33215   </test>
33216   <test name="test-579.cs">
33217     <type name="X">
33218       <method name="Void .ctor()">
33219         <size>7</size>
33220       </method>
33221       <method name="Void Main()">
33222         <size>35</size>
33223       </method>
33224       <method name="Void DoCall(X+test)">
33225         <size>1</size>
33226       </method>
33227     </type>
33228     <type name="X+test">
33229       <method name="Void .ctor(Object, IntPtr)">
33230         <size>0</size>
33231       </method>
33232       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
33233         <size>0</size>
33234       </method>
33235       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
33236         <size>0</size>
33237       </method>
33238       <method name="System.Object EndInvoke(IAsyncResult)">
33239         <size>0</size>
33240       </method>
33241     </type>
33242     <type name="X">
33243       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
33244         <size>18</size>
33245       </method>
33246     </type>
33247   </test>
33248   <test name="test-58.cs">
33249     <type name="Blah">
33250       <method name="Void .ctor()">
33251         <size>7</size>
33252       </method>
33253       <method name="Int32 Main()">
33254         <size>27</size>
33255       </method>
33256     </type>
33257   </test>
33258   <test name="test-580.cs">
33259     <type name="Bla">
33260       <method name="Void .ctor()">
33261         <size>7</size>
33262       </method>
33263       <method name="Void BuildNode(System.String ByRef)">
33264         <size>43</size>
33265       </method>
33266       <method name="Void BuildNode(System.String[] ByRef)">
33267         <size>56</size>
33268       </method>
33269       <method name="Void BuildNode_B(System.Object ByRef)">
33270         <size>18</size>
33271       </method>
33272       <method name="System.String BuildNode_C(System.String ByRef)">
33273         <size>76</size>
33274       </method>
33275       <method name="System.String BuildNode_D()">
33276         <size>155</size>
33277       </method>
33278       <method name="Void BuildNode_E(System.String[,] ByRef)">
33279         <size>68</size>
33280       </method>
33281       <method name="Int32 Main()">
33282         <size>265</size>
33283       </method>
33284     </type>
33285   </test>
33286   <test name="test-581.cs">
33287     <type name="TestParams">
33288       <method name="Void .ctor()">
33289         <size>7</size>
33290       </method>
33291       <method name="System.Object get_Item(System.String[])">
33292         <size>4</size>
33293       </method>
33294       <method name="Void set_Item(System.String[], System.Object)">
33295         <size>40</size>
33296       </method>
33297       <method name="Void TestMethod()">
33298         <size>179</size>
33299       </method>
33300     </type>
33301     <type name="TestNonParams">
33302       <method name="Void .ctor()">
33303         <size>7</size>
33304       </method>
33305       <method name="System.Object get_Item(System.String)">
33306         <size>2</size>
33307       </method>
33308       <method name="Void set_Item(System.String, System.Object)">
33309         <size>40</size>
33310       </method>
33311       <method name="Void TestMethod()">
33312         <size>71</size>
33313       </method>
33314     </type>
33315     <type name="M">
33316       <method name="Void .ctor()">
33317         <size>7</size>
33318       </method>
33319       <method name="Int32 Main()">
33320         <size>22</size>
33321       </method>
33322     </type>
33323   </test>
33324   <test name="test-582.cs">
33325     <type name="TrueClass">
33326       <method name="Void Main()">
33327         <size>1</size>
33328       </method>
33329     </type>
33330   </test>
33331   <test name="test-583.cs">
33332     <type name="Program">
33333       <method name="Void .ctor()">
33334         <size>7</size>
33335       </method>
33336       <method name="Int32 Main()">
33337         <size>19</size>
33338       </method>
33339     </type>
33340     <type name="ObjectContainerBase">
33341       <method name="Void .ctor()">
33342         <size>7</size>
33343       </method>
33344     </type>
33345   </test>
33346   <test name="test-584.cs">
33347     <type name="Style">
33348       <method name="Void .ctor()">
33349         <size>7</size>
33350       </method>
33351       <method name="Style get_CurrentStyle()">
33352         <size>2</size>
33353       </method>
33354       <method name="Void set_CurrentStyle(Style)">
33355         <size>1</size>
33356       </method>
33357       <method name="Boolean LoadCurrentStyle()">
33358         <size>20</size>
33359       </method>
33360       <method name="Style Load()">
33361         <size>2</size>
33362       </method>
33363       <method name="Int32 Main()">
33364         <size>18</size>
33365       </method>
33366     </type>
33367   </test>
33368   <test name="test-585.cs">
33369     <type name="A">
33370       <method name="Void .ctor()">
33371         <size>7</size>
33372       </method>
33373     </type>
33374     <type name="B">
33375       <method name="Void .ctor()">
33376         <size>7</size>
33377       </method>
33378     </type>
33379     <type name="X">
33380       <method name="Void .ctor()">
33381         <size>7</size>
33382       </method>
33383     </type>
33384     <type name="Program">
33385       <method name="Void .ctor()">
33386         <size>7</size>
33387       </method>
33388       <method name="Void Main()">
33389         <size>52</size>
33390       </method>
33391     </type>
33392   </test>
33393   <test name="test-586.cs">
33394     <type name="Program">
33395       <method name="Void .ctor()">
33396         <size>7</size>
33397       </method>
33398       <method name="Int32 Main()">
33399         <size>99</size>
33400       </method>
33401     </type>
33402     <type name="Program+MyColor">
33403       <method name="Void .ctor(Single)">
33404         <size>8</size>
33405       </method>
33406       <method name="Single get_Value()">
33407         <size>7</size>
33408       </method>
33409       <method name="MyColor op_Addition(MyColor, MyColor)">
33410         <size>21</size>
33411       </method>
33412     </type>
33413   </test>
33414   <test name="test-587.cs">
33415     <type name="Program">
33416       <method name="Void .ctor()">
33417         <size>7</size>
33418       </method>
33419       <method name="Int32 Main()">
33420         <size>17</size>
33421       </method>
33422     </type>
33423   </test>
33424   <test name="test-588.cs">
33425     <type name="TestNamespace.TestClass">
33426       <method name="Void .ctor()">
33427         <size>7</size>
33428       </method>
33429       <method name="Void HelloWorld()">
33430         <size>1</size>
33431       </method>
33432     </type>
33433     <type name="SuperClass">
33434       <method name="Void .ctor()">
33435         <size>7</size>
33436       </method>
33437       <method name="TestNamespace.TestClass get_TestClass()">
33438         <size>7</size>
33439       </method>
33440     </type>
33441     <type name="SubClass">
33442       <method name="Void .ctor()">
33443         <size>12</size>
33444       </method>
33445     </type>
33446     <type name="App">
33447       <method name="Void .ctor()">
33448         <size>7</size>
33449       </method>
33450       <method name="Void Main()">
33451         <size>7</size>
33452       </method>
33453     </type>
33454   </test>
33455   <test name="test-589.cs">
33456     <type name="TestNamespace.TestClass">
33457       <method name="Void .ctor()">
33458         <size>7</size>
33459       </method>
33460       <method name="Void HelloWorld()">
33461         <size>1</size>
33462       </method>
33463     </type>
33464     <type name="SuperClass">
33465       <method name="Void .ctor()">
33466         <size>7</size>
33467       </method>
33468       <method name="TestNamespace.TestClass get_TestClass()">
33469         <size>7</size>
33470       </method>
33471       <method name="Void set_TestClass(TestNamespace.TestClass)">
33472         <size>1</size>
33473       </method>
33474     </type>
33475     <type name="SubClass">
33476       <method name="Void .ctor()">
33477         <size>12</size>
33478       </method>
33479     </type>
33480     <type name="App">
33481       <method name="Void .ctor()">
33482         <size>7</size>
33483       </method>
33484       <method name="Void Main()">
33485         <size>7</size>
33486       </method>
33487     </type>
33488   </test>
33489   <test name="test-59.cs">
33490     <type name="X">
33491       <method name="Void .ctor()">
33492         <size>7</size>
33493       </method>
33494       <method name="Int32 test_explicit()">
33495         <size>224</size>
33496       </method>
33497       <method name="Int32 test_implicit()">
33498         <size>102</size>
33499       </method>
33500       <method name="Int32 Main()">
33501         <size>55</size>
33502       </method>
33503     </type>
33504   </test>
33505   <test name="test-590.cs">
33506     <type name="X">
33507       <method name="Void .ctor()">
33508         <size>18</size>
33509       </method>
33510       <method name="Int32 Main()">
33511         <size>28</size>
33512       </method>
33513       <method name="System.String Foo()">
33514         <size>6</size>
33515       </method>
33516       <method name="System.String get_Prop()">
33517         <size>7</size>
33518       </method>
33519       <method name="Void set_Prop(System.String)">
33520         <size>8</size>
33521       </method>
33522       <method name="System.String get_Item(Int32)">
33523         <size>7</size>
33524       </method>
33525       <method name="Void set_Item(Int32, System.String)">
33526         <size>8</size>
33527       </method>
33528       <method name="Int32 Do(System.String, System.String, System.String)">
33529         <size>334</size>
33530       </method>
33531     </type>
33532   </test>
33533   <test name="test-591.cs">
33534     <type name="C1">
33535       <method name="Void .ctor()">
33536         <size>7</size>
33537       </method>
33538       <method name="Void Foo(System.String)">
33539         <size>49</size>
33540       </method>
33541     </type>
33542     <type name="C2">
33543       <method name="Void .ctor()">
33544         <size>7</size>
33545       </method>
33546       <method name="Void Main()">
33547         <size>1</size>
33548       </method>
33549     </type>
33550   </test>
33551   <test name="test-592.cs">
33552     <type name="T">
33553       <method name="Void .ctor()">
33554         <size>7</size>
33555       </method>
33556       <method name="Int32 fib(Int32)">
33557         <size>53</size>
33558       </method>
33559       <method name="Int32 xx(Int32)">
33560         <size>33</size>
33561       </method>
33562       <method name="Void foo(Int32)">
33563         <size>38</size>
33564       </method>
33565       <method name="Void XXXA()">
33566         <size>6</size>
33567       </method>
33568       <method name="Void Main()">
33569         <size>1</size>
33570       </method>
33571     </type>
33572   </test>
33573   <test name="test-593.cs">
33574     <type name="MainClass">
33575       <method name="Void .ctor()">
33576         <size>7</size>
33577       </method>
33578       <method name="Void Foo(I)">
33579         <size>7</size>
33580       </method>
33581       <method name="Void Main()">
33582         <size>1</size>
33583       </method>
33584     </type>
33585   </test>
33586   <test name="test-594.cs">
33587     <type name="Test">
33588       <method name="Void .ctor()">
33589         <size>7</size>
33590       </method>
33591       <method name="Void Main()">
33592         <size>1</size>
33593       </method>
33594     </type>
33595   </test>
33596   <test name="test-595.cs">
33597     <type name="AttributesCollection">
33598       <method name="Void .ctor()">
33599         <size>7</size>
33600       </method>
33601       <method name="System.Object get_Item(SymbolId)">
33602         <size>2</size>
33603       </method>
33604       <method name="Void set_Item(SymbolId, System.Object)">
33605         <size>1</size>
33606       </method>
33607     </type>
33608     <type name="Program">
33609       <method name="Void .ctor()">
33610         <size>7</size>
33611       </method>
33612       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
33613         <size>18</size>
33614       </method>
33615       <method name="Void Main()">
33616         <size>23</size>
33617       </method>
33618     </type>
33619   </test>
33620   <test name="test-596.cs">
33621     <type name="C">
33622       <method name="Void .ctor()">
33623         <size>7</size>
33624       </method>
33625       <method name="Void Main()">
33626         <size>17</size>
33627       </method>
33628     </type>
33629   </test>
33630   <test name="test-597.cs">
33631     <type name="TestNS.Foo">
33632       <method name="Void .ctor()">
33633         <size>7</size>
33634       </method>
33635     </type>
33636     <type name="TestNS.XElement">
33637       <method name="Void .ctor()">
33638         <size>7</size>
33639       </method>
33640       <method name="TestNS.Bar get_Document()">
33641         <size>2</size>
33642       </method>
33643       <method name="System.Object get_CrashHere()">
33644         <size>29</size>
33645       </method>
33646     </type>
33647     <type name="TestNS.Element">
33648       <method name="Void .ctor()">
33649         <size>7</size>
33650       </method>
33651       <method name="TestNS.Foo get_Document()">
33652         <size>2</size>
33653       </method>
33654     </type>
33655     <type name="TestNS.Bar">
33656       <method name="Void .ctor()">
33657         <size>7</size>
33658       </method>
33659       <method name="IHoge get_Root()">
33660         <size>2</size>
33661       </method>
33662     </type>
33663     <type name="TestNS.C">
33664       <method name="Void .ctor()">
33665         <size>7</size>
33666       </method>
33667       <method name="Void Main()">
33668         <size>1</size>
33669       </method>
33670     </type>
33671   </test>
33672   <test name="test-598.cs">
33673     <type name="Test">
33674       <method name="Void .ctor()">
33675         <size>35</size>
33676       </method>
33677       <method name="V get_v()">
33678         <size>7</size>
33679       </method>
33680       <method name="Void Main()">
33681         <size>1</size>
33682       </method>
33683     </type>
33684     <type name="V">
33685       <method name="Void set_Item(Int32, Int32)">
33686         <size>1</size>
33687       </method>
33688     </type>
33689   </test>
33690   <test name="test-599.cs">
33691     <type name="Test.String">
33692       <method name="Void .ctor(String)">
33693         <size>14</size>
33694       </method>
33695       <method name="Test.String op_Implicit(System.String)">
33696         <size>15</size>
33697       </method>
33698       <method name="System.String op_Implicit(Test.String)">
33699         <size>15</size>
33700       </method>
33701     </type>
33702     <type name="TestCompiler.MainClass">
33703       <method name="Void .ctor()">
33704         <size>7</size>
33705       </method>
33706       <method name="Int32 Main()">
33707         <size>80</size>
33708       </method>
33709     </type>
33710   </test>
33711   <test name="test-6.cs">
33712     <type name="X">
33713       <method name="Void .ctor()">
33714         <size>7</size>
33715       </method>
33716       <method name="Int32 Main()">
33717         <size>37</size>
33718       </method>
33719     </type>
33720   </test>
33721   <test name="test-60.cs">
33722     <type name="ns5.Y">
33723       <method name="Void .ctor()">
33724         <size>7</size>
33725       </method>
33726       <method name="Void Run()">
33727         <size>1</size>
33728       </method>
33729     </type>
33730     <type name="X">
33731       <method name="Void .ctor()">
33732         <size>7</size>
33733       </method>
33734       <method name="Int32 Main()">
33735         <size>14</size>
33736       </method>
33737     </type>
33738   </test>
33739   <test name="test-600.cs">
33740     <type name="Test.Regression">
33741       <method name="Void .ctor()">
33742         <size>7</size>
33743       </method>
33744       <method name="Int32 Main()">
33745         <size>90</size>
33746       </method>
33747     </type>
33748   </test>
33749   <test name="test-601.cs">
33750     <type name="C">
33751       <method name="Void .ctor()">
33752         <size>7</size>
33753       </method>
33754       <method name="Void Main()">
33755         <size>1</size>
33756       </method>
33757     </type>
33758     <type name="C+MarkerUpdatedVMDelegate">
33759       <method name="Void .ctor(Object, IntPtr)">
33760         <size>0</size>
33761       </method>
33762       <method name="Void Invoke(IntPtr, IntPtr)">
33763         <size>0</size>
33764       </method>
33765       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
33766         <size>0</size>
33767       </method>
33768       <method name="Void EndInvoke(IAsyncResult)">
33769         <size>0</size>
33770       </method>
33771     </type>
33772   </test>
33773   <test name="test-602.cs">
33774     <type name="C">
33775       <method name="Void .ctor()">
33776         <size>7</size>
33777       </method>
33778       <method name="Int32 Main()">
33779         <size>95</size>
33780       </method>
33781       <method name="Int32 Error(System.String, System.Object[])">
33782         <size>8</size>
33783       </method>
33784       <method name="Int32 Format(System.String, System.Object)">
33785         <size>2</size>
33786       </method>
33787       <method name="Int32 Format(System.String, System.Object[])">
33788         <size>2</size>
33789       </method>
33790       <method name="Int32 Format(System.String, System.Object, System.Object[])">
33791         <size>2</size>
33792       </method>
33793       <method name="Int32 Test_A(System.String)">
33794         <size>2</size>
33795       </method>
33796       <method name="Int32 Test_A(System.String, System.Object[])">
33797         <size>2</size>
33798       </method>
33799       <method name="Int32 Test_C(System.Type, System.Int32[])">
33800         <size>2</size>
33801       </method>
33802       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
33803         <size>2</size>
33804       </method>
33805     </type>
33806   </test>
33807   <test name="test-603.cs">
33808     <type name="ConsoleApplication1.Program">
33809       <method name="Void .ctor()">
33810         <size>7</size>
33811       </method>
33812       <method name="Void .cctor()">
33813         <size>1</size>
33814       </method>
33815       <method name="Int32 Main()">
33816         <size>52</size>
33817       </method>
33818     </type>
33819   </test>
33820   <test name="test-604.cs">
33821     <type name="Program">
33822       <method name="Void .ctor()">
33823         <size>7</size>
33824       </method>
33825       <method name="Int32 Main()">
33826         <size>83</size>
33827       </method>
33828     </type>
33829     <type name="Program+ImplementingExplicitInterfacesMembers">
33830       <method name="Void .ctor()">
33831         <size>7</size>
33832       </method>
33833       <method name="Void Program.Iface1.IfaceMethod1()">
33834         <size>1</size>
33835       </method>
33836       <method name="Void Program.Iface2.IfaceMethod2()">
33837         <size>1</size>
33838       </method>
33839     </type>
33840   </test>
33841   <test name="test-605.cs">
33842     <type name="TestA">
33843       <method name="Void .ctor()">
33844         <size>7</size>
33845       </method>
33846       <method name="System.String get_Method()">
33847         <size>2</size>
33848       </method>
33849     </type>
33850     <type name="TestB">
33851       <method name="Void .ctor()">
33852         <size>7</size>
33853       </method>
33854       <method name="System.String get_Method()">
33855         <size>2</size>
33856       </method>
33857       <method name="Void Main()">
33858         <size>1</size>
33859       </method>
33860     </type>
33861   </test>
33862   <test name="test-606.cs">
33863     <type name="Program">
33864       <method name="Void .ctor()">
33865         <size>7</size>
33866       </method>
33867       <method name="Int32 Main()">
33868         <size>157</size>
33869       </method>
33870     </type>
33871     <type name="Info">
33872       <method name="Void .ctor()">
33873         <size>7</size>
33874       </method>
33875       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
33876         <size>2</size>
33877       </method>
33878       <method name="Void System.Collections.IEnumerator.Reset()">
33879         <size>1</size>
33880       </method>
33881       <method name="System.Object System.Collections.IEnumerator.get_Current()">
33882         <size>2</size>
33883       </method>
33884       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
33885         <size>2</size>
33886       </method>
33887       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
33888         <size>1</size>
33889       </method>
33890     </type>
33891   </test>
33892   <test name="test-607.cs">
33893     <type name="Program">
33894       <method name="Void .ctor()">
33895         <size>7</size>
33896       </method>
33897       <method name="Int32 Main()">
33898         <size>40</size>
33899       </method>
33900     </type>
33901   </test>
33902   <test name="test-608.cs">
33903     <type name="X">
33904       <method name="Void .ctor()">
33905         <size>7</size>
33906       </method>
33907       <method name="Void Main()">
33908         <size>60</size>
33909       </method>
33910     </type>
33911   </test>
33912   <test name="test-609.cs">
33913     <type name="Test">
33914       <method name="Void .ctor()">
33915         <size>7</size>
33916       </method>
33917       <method name="Int32 Main()">
33918         <size>36</size>
33919       </method>
33920     </type>
33921   </test>
33922   <test name="test-61.cs">
33923     <type name="X">
33924       <method name="Void .ctor()">
33925         <size>7</size>
33926       </method>
33927       <method name="Void add_XX(X+MyEvent)">
33928         <size>3</size>
33929       </method>
33930       <method name="Void remove_XX(X+MyEvent)">
33931         <size>3</size>
33932       </method>
33933       <method name="Int32 get_Property()">
33934         <size>4</size>
33935       </method>
33936       <method name="Void set_Property(Int32)">
33937         <size>3</size>
33938       </method>
33939       <method name="Int32 get_P2()">
33940         <size>2</size>
33941       </method>
33942       <method name="Void set_P3(Int32)">
33943         <size>1</size>
33944       </method>
33945       <method name="Int32 Main()">
33946         <size>2</size>
33947       </method>
33948     </type>
33949     <type name="X+MyEvent">
33950       <method name="Void .ctor(Object, IntPtr)">
33951         <size>0</size>
33952       </method>
33953       <method name="Void Invoke()">
33954         <size>0</size>
33955       </method>
33956       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33957         <size>0</size>
33958       </method>
33959       <method name="Void EndInvoke(IAsyncResult)">
33960         <size>0</size>
33961       </method>
33962     </type>
33963   </test>
33964   <test name="test-610.cs">
33965     <type name="A">
33966       <method name="Void .ctor()">
33967         <size>7</size>
33968       </method>
33969       <method name="Void Main()">
33970         <size>1</size>
33971       </method>
33972     </type>
33973     <type name="A+C">
33974       <method name="Void .ctor()">
33975         <size>7</size>
33976       </method>
33977     </type>
33978     <type name="A+C+D">
33979       <method name="Void .ctor()">
33980         <size>7</size>
33981       </method>
33982     </type>
33983     <type name="N.B">
33984       <method name="Void .ctor()">
33985         <size>7</size>
33986       </method>
33987     </type>
33988     <type name="N.B+C">
33989       <method name="Void .ctor()">
33990         <size>7</size>
33991       </method>
33992     </type>
33993     <type name="N.B+C+E">
33994       <method name="Void .ctor()">
33995         <size>7</size>
33996       </method>
33997     </type>
33998     <type name="N.B+A">
33999       <method name="Void .ctor()">
34000         <size>7</size>
34001       </method>
34002     </type>
34003     <type name="N.B+A+D">
34004       <method name="Void .ctor()">
34005         <size>7</size>
34006       </method>
34007     </type>
34008   </test>
34009   <test name="test-611.cs">
34010     <type name="T">
34011       <method name="Void .ctor()">
34012         <size>7</size>
34013       </method>
34014     </type>
34015     <type name="T+Protected">
34016       <method name="Void .ctor()">
34017         <size>7</size>
34018       </method>
34019     </type>
34020     <type name="D">
34021       <method name="Void .ctor()">
34022         <size>7</size>
34023       </method>
34024     </type>
34025     <type name="D+Private">
34026       <method name="Void .ctor()">
34027         <size>7</size>
34028       </method>
34029       <method name="Void Stuff(T+Protected)">
34030         <size>1</size>
34031       </method>
34032     </type>
34033     <type name="D2">
34034       <method name="Void .ctor()">
34035         <size>7</size>
34036       </method>
34037     </type>
34038     <type name="D2+P">
34039       <method name="Void .ctor()">
34040         <size>7</size>
34041       </method>
34042     </type>
34043     <type name="D2+P+Private">
34044       <method name="Void .ctor()">
34045         <size>7</size>
34046       </method>
34047       <method name="Void Stuff(T+Protected)">
34048         <size>1</size>
34049       </method>
34050     </type>
34051     <type name="Z">
34052       <method name="Void .ctor()">
34053         <size>7</size>
34054       </method>
34055       <method name="Void Main()">
34056         <size>1</size>
34057       </method>
34058     </type>
34059   </test>
34060   <test name="test-612.cs">
34061     <type name="Abcdefghijklmnopqrstuvwxyz">
34062       <method name="Void .ctor()">
34063         <size>7</size>
34064       </method>
34065       <method name="Void .cctor()">
34066         <size>7</size>
34067       </method>
34068     </type>
34069     <type name="OO">
34070       <method name="Void .ctor()">
34071         <size>7</size>
34072       </method>
34073       <method name="Void D()">
34074         <size>5293</size>
34075       </method>
34076     </type>
34077     <type name="Zyxwvutsrqp">
34078       <method name="Void .ctor()">
34079         <size>7</size>
34080       </method>
34081       <method name="Void .cctor()">
34082         <size>7</size>
34083       </method>
34084     </type>
34085     <type name="XXX">
34086       <method name="Void .ctor()">
34087         <size>7</size>
34088       </method>
34089       <method name="Boolean IsAltered()">
34090         <size>859</size>
34091       </method>
34092       <method name="Void Main()">
34093         <size>1</size>
34094       </method>
34095     </type>
34096   </test>
34097   <test name="test-613.cs">
34098     <type name="M">
34099       <method name="Void .ctor()">
34100         <size>7</size>
34101       </method>
34102       <method name="Boolean g()">
34103         <size>8</size>
34104       </method>
34105       <method name="Int32 Main()">
34106         <size>62</size>
34107       </method>
34108     </type>
34109   </test>
34110   <test name="test-614.cs">
34111     <type name="C">
34112       <method name="Void .ctor()">
34113         <size>7</size>
34114       </method>
34115       <method name="Void And()">
34116         <size>73</size>
34117       </method>
34118       <method name="Void Or()">
34119         <size>137</size>
34120       </method>
34121       <method name="Int32 Main()">
34122         <size>70</size>
34123       </method>
34124     </type>
34125   </test>
34126   <test name="test-615.cs">
34127     <type name="C">
34128       <method name="Void .ctor()">
34129         <size>7</size>
34130       </method>
34131       <method name="Void Main()">
34132         <size>16</size>
34133       </method>
34134     </type>
34135   </test>
34136   <test name="test-617.cs">
34137     <type name="Y">
34138       <method name="Void .ctor()">
34139         <size>7</size>
34140       </method>
34141       <method name="Void X.add_Foo(MyDelegate)">
34142         <size>1</size>
34143       </method>
34144       <method name="Void X.remove_Foo(MyDelegate)">
34145         <size>1</size>
34146       </method>
34147       <method name="Void add_Foo(MyDelegate)">
34148         <size>24</size>
34149       </method>
34150       <method name="Void remove_Foo(MyDelegate)">
34151         <size>24</size>
34152       </method>
34153       <method name="Int32 X.get_Prop()">
34154         <size>2</size>
34155       </method>
34156       <method name="Int32 Main()">
34157         <size>74</size>
34158       </method>
34159     </type>
34160     <type name="MyDelegate">
34161       <method name="Void .ctor(Object, IntPtr)">
34162         <size>0</size>
34163       </method>
34164       <method name="Int64 Invoke()">
34165         <size>0</size>
34166       </method>
34167       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34168         <size>0</size>
34169       </method>
34170       <method name="Int64 EndInvoke(IAsyncResult)">
34171         <size>0</size>
34172       </method>
34173     </type>
34174   </test>
34175   <test name="test-618.cs">
34176     <type name="C">
34177       <method name="Void .ctor()">
34178         <size>7</size>
34179       </method>
34180       <method name="Void ZeroBasedReductions()">
34181         <size>9</size>
34182       </method>
34183       <method name="Void Main()">
34184         <size>1</size>
34185       </method>
34186     </type>
34187   </test>
34188   <test name="test-619.cs">
34189     <type name="X">
34190       <method name="Void .ctor()">
34191         <size>7</size>
34192       </method>
34193       <method name="Void Main()">
34194         <size>11</size>
34195       </method>
34196     </type>
34197   </test>
34198   <test name="test-62.cs">
34199     <type name="X">
34200       <method name="Void .ctor()">
34201         <size>7</size>
34202       </method>
34203       <method name="X[] GetX()">
34204         <size>2</size>
34205       </method>
34206       <method name="System.Int32[] getInt()">
34207         <size>2</size>
34208       </method>
34209       <method name="System.Int32[,,] getMoreInt()">
34210         <size>2</size>
34211       </method>
34212       <method name="Int32 Main()">
34213         <size>2</size>
34214       </method>
34215     </type>
34216   </test>
34217   <test name="test-620.cs">
34218     <type name="X">
34219       <method name="Void .ctor()">
34220         <size>7</size>
34221       </method>
34222       <method name="Void A(Int32 ByRef)">
34223         <size>7</size>
34224       </method>
34225       <method name="Void B(Int32 ByRef)">
34226         <size>7</size>
34227       </method>
34228       <method name="Int32 Main()">
34229         <size>22</size>
34230       </method>
34231     </type>
34232   </test>
34233   <test name="test-621.cs">
34234     <type name="X">
34235       <method name="Void .ctor()">
34236         <size>7</size>
34237       </method>
34238       <method name="Void Main()">
34239         <size>129</size>
34240       </method>
34241     </type>
34242   </test>
34243   <test name="test-622.cs">
34244     <type name="A">
34245       <method name="Void .ctor(Int32)">
34246         <size>1</size>
34247       </method>
34248     </type>
34249     <type name="B">
34250       <method name="Void .ctor(Int32)">
34251         <size>7</size>
34252       </method>
34253     </type>
34254     <type name="X">
34255       <method name="Void .ctor()">
34256         <size>7</size>
34257       </method>
34258       <method name="Void Foo(A ByRef)">
34259         <size>8</size>
34260       </method>
34261       <method name="Void Foo(System.Object ByRef)">
34262         <size>9</size>
34263       </method>
34264       <method name="Int32 Main()">
34265         <size>16</size>
34266       </method>
34267     </type>
34268   </test>
34269   <test name="test-623.cs">
34270     <type name="X">
34271       <method name="Void .ctor()">
34272         <size>7</size>
34273       </method>
34274       <method name="Void a()">
34275         <size>0</size>
34276       </method>
34277     </type>
34278     <type name="Y">
34279       <method name="Void .ctor()">
34280         <size>7</size>
34281       </method>
34282       <method name="Void a()">
34283         <size>11</size>
34284       </method>
34285       <method name="Void Main()">
34286         <size>13</size>
34287       </method>
34288     </type>
34289   </test>
34290   <test name="test-624.cs">
34291     <type name="X">
34292       <method name="Void .ctor()">
34293         <size>7</size>
34294       </method>
34295       <method name="Int32 get_Type()">
34296         <size>2</size>
34297       </method>
34298       <method name="Void Main()">
34299         <size>3</size>
34300       </method>
34301     </type>
34302   </test>
34303   <test name="test-625.cs">
34304     <type name="Location">
34305       <method name="Void .ctor()">
34306         <size>7</size>
34307       </method>
34308       <method name="Int32 get_Null()">
34309         <size>2</size>
34310       </method>
34311     </type>
34312     <type name="X">
34313       <method name="Void .ctor()">
34314         <size>13</size>
34315       </method>
34316       <method name="Void Main()">
34317         <size>1</size>
34318       </method>
34319     </type>
34320   </test>
34321   <test name="test-626.cs">
34322     <type name="X">
34323       <method name="Void .ctor()">
34324         <size>7</size>
34325       </method>
34326       <method name="Void A()">
34327         <size>1</size>
34328       </method>
34329       <method name="Void Main()">
34330         <size>37</size>
34331       </method>
34332     </type>
34333   </test>
34334   <test name="test-627.cs">
34335     <type name="B">
34336       <method name="Void .ctor()">
34337         <size>7</size>
34338       </method>
34339       <method name="Void X.B()">
34340         <size>1</size>
34341       </method>
34342       <method name="Void A.B()">
34343         <size>1</size>
34344       </method>
34345     </type>
34346     <type name="M">
34347       <method name="Void .ctor()">
34348         <size>7</size>
34349       </method>
34350       <method name="Void N(System.Object)">
34351         <size>8</size>
34352       </method>
34353       <method name="Void Main()">
34354         <size>1</size>
34355       </method>
34356     </type>
34357   </test>
34358   <test name="test-628.cs">
34359     <type name="N1.B">
34360       <method name="Void .ctor()">
34361         <size>7</size>
34362       </method>
34363     </type>
34364     <type name="X">
34365       <method name="Void .ctor()">
34366         <size>7</size>
34367       </method>
34368     </type>
34369     <type name="X2">
34370       <method name="Void .ctor()">
34371         <size>7</size>
34372       </method>
34373     </type>
34374     <type name="Y2">
34375       <method name="Void .ctor()">
34376         <size>7</size>
34377       </method>
34378     </type>
34379     <type name="Y">
34380       <method name="Void .ctor()">
34381         <size>7</size>
34382       </method>
34383       <method name="Void Main()">
34384         <size>1</size>
34385       </method>
34386     </type>
34387   </test>
34388   <test name="test-629.cs">
34389     <type name="Foo">
34390       <method name="Void .ctor()">
34391         <size>7</size>
34392       </method>
34393       <method name="IEnumerable foo()">
34394         <size>16</size>
34395       </method>
34396       <method name="Int32 Main()">
34397         <size>65</size>
34398       </method>
34399     </type>
34400     <type name="Foo+&lt;foo&gt;c__Iterator0">
34401       <method name="Void .ctor()">
34402         <size>7</size>
34403       </method>
34404       <method name="System.Object System.Collections.IEnumerator.get_Current()">
34405         <size>7</size>
34406       </method>
34407       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34408         <size>7</size>
34409       </method>
34410       <method name="Boolean MoveNext()">
34411         <size>39</size>
34412       </method>
34413       <method name="Void Dispose()">
34414         <size>8</size>
34415       </method>
34416       <method name="Void Reset()">
34417         <size>6</size>
34418       </method>
34419       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
34420         <size>7</size>
34421       </method>
34422       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
34423         <size>26</size>
34424       </method>
34425     </type>
34426   </test>
34427   <test name="test-63.cs">
34428     <type name="X">
34429       <method name="Void .ctor()">
34430         <size>7</size>
34431       </method>
34432       <method name="Int32 Main()">
34433         <size>96</size>
34434       </method>
34435     </type>
34436   </test>
34437   <test name="test-630.cs">
34438     <type name="MyEx">
34439       <method name="Void .ctor()">
34440         <size>7</size>
34441       </method>
34442     </type>
34443     <type name="Ex">
34444       <method name="Void .ctor()">
34445         <size>7</size>
34446       </method>
34447       <method name="Int32 test(Int32)">
34448         <size>37</size>
34449       </method>
34450       <method name="Int32 Main()">
34451         <size>70</size>
34452       </method>
34453     </type>
34454   </test>
34455   <test name="test-631.cs">
34456     <type name="A">
34457       <method name="Void .ctor()">
34458         <size>7</size>
34459       </method>
34460       <method name="SByte op_Implicit(A)">
34461         <size>2</size>
34462       </method>
34463       <method name="Byte op_Implicit(A)">
34464         <size>2</size>
34465       </method>
34466       <method name="Int16 op_Implicit(A)">
34467         <size>2</size>
34468       </method>
34469       <method name="UInt16 op_Implicit(A)">
34470         <size>2</size>
34471       </method>
34472       <method name="Int32 op_Implicit(A)">
34473         <size>2</size>
34474       </method>
34475       <method name="UInt32 op_Implicit(A)">
34476         <size>2</size>
34477       </method>
34478       <method name="Int64 op_Implicit(A)">
34479         <size>3</size>
34480       </method>
34481       <method name="UInt64 op_Implicit(A)">
34482         <size>3</size>
34483       </method>
34484     </type>
34485     <type name="A2">
34486       <method name="Void .ctor()">
34487         <size>7</size>
34488       </method>
34489       <method name="SByte op_Implicit(A2)">
34490         <size>2</size>
34491       </method>
34492       <method name="Byte op_Implicit(A2)">
34493         <size>2</size>
34494       </method>
34495       <method name="Int16 op_Implicit(A2)">
34496         <size>2</size>
34497       </method>
34498       <method name="UInt32 op_Implicit(A2)">
34499         <size>2</size>
34500       </method>
34501       <method name="Int64 op_Implicit(A2)">
34502         <size>3</size>
34503       </method>
34504       <method name="UInt64 op_Implicit(A2)">
34505         <size>3</size>
34506       </method>
34507     </type>
34508     <type name="A3">
34509       <method name="Void .ctor()">
34510         <size>7</size>
34511       </method>
34512       <method name="SByte op_Implicit(A3)">
34513         <size>2</size>
34514       </method>
34515       <method name="UInt32 op_Implicit(A3)">
34516         <size>2</size>
34517       </method>
34518       <method name="Int64 op_Implicit(A3)">
34519         <size>3</size>
34520       </method>
34521       <method name="UInt64 op_Implicit(A3)">
34522         <size>3</size>
34523       </method>
34524     </type>
34525     <type name="A4">
34526       <method name="Void .ctor()">
34527         <size>7</size>
34528       </method>
34529       <method name="UInt32 op_Implicit(A4)">
34530         <size>2</size>
34531       </method>
34532       <method name="Int64 op_Implicit(A4)">
34533         <size>3</size>
34534       </method>
34535       <method name="UInt64 op_Implicit(A4)">
34536         <size>3</size>
34537       </method>
34538     </type>
34539     <type name="A5">
34540       <method name="Void .ctor()">
34541         <size>7</size>
34542       </method>
34543       <method name="UInt32 op_Implicit(A5)">
34544         <size>2</size>
34545       </method>
34546       <method name="Int32 op_Implicit(A5)">
34547         <size>2</size>
34548       </method>
34549     </type>
34550     <type name="A6">
34551       <method name="Void .ctor()">
34552         <size>7</size>
34553       </method>
34554       <method name="Byte op_Implicit(A6)">
34555         <size>2</size>
34556       </method>
34557     </type>
34558     <type name="MyDecimal">
34559       <method name="Void .ctor()">
34560         <size>7</size>
34561       </method>
34562       <method name="Decimal op_Implicit(MyDecimal)">
34563         <size>8</size>
34564       </method>
34565     </type>
34566     <type name="Constraint">
34567       <method name="Void .ctor()">
34568         <size>7</size>
34569       </method>
34570       <method name="Int32 Main()">
34571         <size>293</size>
34572       </method>
34573     </type>
34574   </test>
34575   <test name="test-632.cs">
34576     <type name="Bug379822">
34577       <method name="Void .ctor()">
34578         <size>7</size>
34579       </method>
34580       <method name="Void Assert(Boolean, Boolean)">
34581         <size>19</size>
34582       </method>
34583       <method name="Void TestAnd(Boolean)">
34584         <size>79</size>
34585       </method>
34586       <method name="Void TestOr(Boolean)">
34587         <size>92</size>
34588       </method>
34589       <method name="Void Test(Boolean)">
34590         <size>13</size>
34591       </method>
34592       <method name="Void Main()">
34593         <size>13</size>
34594       </method>
34595     </type>
34596   </test>
34597   <test name="test-633.cs">
34598     <type name="Test.C">
34599       <method name="Void .ctor()">
34600         <size>7</size>
34601       </method>
34602       <method name="Void Main()">
34603         <size>1</size>
34604       </method>
34605     </type>
34606   </test>
34607   <test name="test-634.cs">
34608     <type name="Test">
34609       <method name="Void .ctor()">
34610         <size>7</size>
34611       </method>
34612       <method name="Void TestFunc()">
34613         <size>2</size>
34614       </method>
34615       <method name="Void Main(System.String[])">
34616         <size>6</size>
34617       </method>
34618     </type>
34619     <type name="Test+D">
34620       <method name="Void .ctor(Object, IntPtr)">
34621         <size>0</size>
34622       </method>
34623       <method name="Void Invoke()">
34624         <size>0</size>
34625       </method>
34626       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34627         <size>0</size>
34628       </method>
34629       <method name="Void EndInvoke(IAsyncResult)">
34630         <size>0</size>
34631       </method>
34632     </type>
34633   </test>
34634   <test name="test-635.cs">
34635     <type name="ShortCircuitFold">
34636       <method name="Void .ctor()">
34637         <size>7</size>
34638       </method>
34639       <method name="Boolean get_False()">
34640         <size>14</size>
34641       </method>
34642       <method name="Boolean get_True()">
34643         <size>14</size>
34644       </method>
34645       <method name="Void a(Boolean, Boolean)">
34646         <size>19</size>
34647       </method>
34648       <method name="Void c(Int32)">
34649         <size>67</size>
34650       </method>
34651       <method name="Boolean f()">
34652         <size>11</size>
34653       </method>
34654       <method name="Void Main()">
34655         <size>169</size>
34656       </method>
34657     </type>
34658   </test>
34659   <test name="test-636.cs">
34660     <type name="Foo">
34661       <method name="Void .ctor()">
34662         <size>7</size>
34663       </method>
34664       <method name="Boolean get_False()">
34665         <size>14</size>
34666       </method>
34667       <method name="Void ping()">
34668         <size>13</size>
34669       </method>
34670       <method name="Int32 test_while(Int32)">
34671         <size>53</size>
34672       </method>
34673       <method name="Int32 test_do_while(Int32)">
34674         <size>53</size>
34675       </method>
34676       <method name="Int32 test_for(Int32)">
34677         <size>64</size>
34678       </method>
34679       <method name="Void test_for_empty()">
34680         <size>35</size>
34681       </method>
34682       <method name="Void Main()">
34683         <size>30</size>
34684       </method>
34685     </type>
34686   </test>
34687   <test name="test-638.cs">
34688     <type name="Fail">
34689       <method name="Void .ctor()">
34690         <size>7</size>
34691       </method>
34692       <method name="Void Main()">
34693         <size>110</size>
34694       </method>
34695     </type>
34696     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
34697       <method name="Void .ctor()">
34698         <size>7</size>
34699       </method>
34700       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
34701         <size>28</size>
34702       </method>
34703     </type>
34704   </test>
34705   <test name="test-639.cs">
34706     <type name="Foo">
34707       <method name="Void .ctor()">
34708         <size>7</size>
34709       </method>
34710       <method name="System.String get_s()">
34711         <size>13</size>
34712       </method>
34713       <method name="Void set_s(System.String)">
34714         <size>34</size>
34715       </method>
34716       <method name="Void Main()">
34717         <size>67</size>
34718       </method>
34719     </type>
34720   </test>
34721   <test name="test-64.cs">
34722     <type name="Operator">
34723       <method name="Void .ctor()">
34724         <size>7</size>
34725       </method>
34726     </type>
34727     <type name="Blah">
34728       <method name="Void .ctor(Operator)">
34729         <size>7</size>
34730       </method>
34731     </type>
34732     <type name="T">
34733       <method name="Void .ctor()">
34734         <size>7</size>
34735       </method>
34736       <method name="Int32 Main()">
34737         <size>9</size>
34738       </method>
34739     </type>
34740   </test>
34741   <test name="test-640.cs">
34742     <type name="C">
34743       <method name="Void .ctor()">
34744         <size>7</size>
34745       </method>
34746       <method name="Int32 Main()">
34747         <size>100</size>
34748       </method>
34749     </type>
34750   </test>
34751   <test name="test-641.cs">
34752     <type name="Identifier">
34753       <method name="Void .ctor()">
34754         <size>7</size>
34755       </method>
34756       <method name="Int32 Main()">
34757         <size>55</size>
34758       </method>
34759       <method name="Boolean op_Equality(Identifier, Identifier)">
34760         <size>2</size>
34761       </method>
34762       <method name="Boolean op_Inequality(Identifier, Identifier)">
34763         <size>2</size>
34764       </method>
34765       <method name="Identifier op_Implicit(System.String)">
34766         <size>2</size>
34767       </method>
34768       <method name="System.String op_Implicit(Identifier)">
34769         <size>2</size>
34770       </method>
34771       <method name="Decimal op_Implicit(Identifier)">
34772         <size>7</size>
34773       </method>
34774     </type>
34775   </test>
34776   <test name="test-642.cs">
34777     <type name="C">
34778       <method name="Void .ctor()">
34779         <size>7</size>
34780       </method>
34781       <method name="Int32 Main()">
34782         <size>40</size>
34783       </method>
34784     </type>
34785   </test>
34786   <test name="test-643.cs">
34787     <type name="PointerArithmeticTest">
34788       <method name="Void .ctor()">
34789         <size>7</size>
34790       </method>
34791       <method name="Int32 Main()">
34792         <size>130</size>
34793       </method>
34794       <method name="Int32* Conversions(Int64)">
34795         <size>3</size>
34796       </method>
34797       <method name="Int32 CheckAdd(Byte*, Int32)">
34798         <size>14</size>
34799       </method>
34800       <method name="Int32 CheckSub(Int16*, Int32)">
34801         <size>16</size>
34802       </method>
34803       <method name="Int32 CheckSub2(Int16*, Int32)">
34804         <size>23</size>
34805       </method>
34806     </type>
34807   </test>
34808   <test name="test-644.cs">
34809     <type name="Program">
34810       <method name="Void .ctor()">
34811         <size>7</size>
34812       </method>
34813       <method name="System.Object M(Int32)">
34814         <size>2</size>
34815       </method>
34816       <method name="Void Test_1()">
34817         <size>59</size>
34818       </method>
34819       <method name="Boolean Test_2()">
34820         <size>24</size>
34821       </method>
34822       <method name="Boolean Test_3()">
34823         <size>24</size>
34824       </method>
34825       <method name="Boolean Test_4(Program+D)">
34826         <size>13</size>
34827       </method>
34828       <method name="Int32 Main()">
34829         <size>75</size>
34830       </method>
34831     </type>
34832     <type name="Program+D">
34833       <method name="Void .ctor(Object, IntPtr)">
34834         <size>0</size>
34835       </method>
34836       <method name="System.Object Invoke(Int32)">
34837         <size>0</size>
34838       </method>
34839       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34840         <size>0</size>
34841       </method>
34842       <method name="System.Object EndInvoke(IAsyncResult)">
34843         <size>0</size>
34844       </method>
34845     </type>
34846   </test>
34847   <test name="test-645.cs">
34848     <type name="Program">
34849       <method name="Void .ctor()">
34850         <size>7</size>
34851       </method>
34852       <method name="IEnumerable get_Empty()">
34853         <size>16</size>
34854       </method>
34855       <method name="Void Main()">
34856         <size>61</size>
34857       </method>
34858     </type>
34859     <type name="Program+&lt;&gt;c__Iterator0">
34860       <method name="Void .ctor()">
34861         <size>7</size>
34862       </method>
34863       <method name="System.Object System.Collections.IEnumerator.get_Current()">
34864         <size>7</size>
34865       </method>
34866       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34867         <size>7</size>
34868       </method>
34869       <method name="Boolean MoveNext()">
34870         <size>158</size>
34871       </method>
34872       <method name="Void Dispose()">
34873         <size>8</size>
34874       </method>
34875       <method name="Void Reset()">
34876         <size>6</size>
34877       </method>
34878       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
34879         <size>7</size>
34880       </method>
34881       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
34882         <size>26</size>
34883       </method>
34884     </type>
34885   </test>
34886   <test name="test-646.cs">
34887     <type name="Program">
34888       <method name="Void .ctor()">
34889         <size>7</size>
34890       </method>
34891       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
34892         <size>7</size>
34893       </method>
34894       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
34895         <size>7</size>
34896       </method>
34897       <method name="Int32 Main()">
34898         <size>113</size>
34899       </method>
34900     </type>
34901   </test>
34902   <test name="test-647.cs">
34903     <type name="Foo">
34904       <method name="Void .ctor()">
34905         <size>7</size>
34906       </method>
34907       <method name="Void Main()">
34908         <size>28</size>
34909       </method>
34910     </type>
34911   </test>
34912   <test name="test-648.cs">
34913     <type name="ParamMismatch.TestCase">
34914       <method name="Void .ctor()">
34915         <size>7</size>
34916       </method>
34917       <method name="Void add_Culprit(System.EventHandler)">
34918         <size>1</size>
34919       </method>
34920       <method name="Void remove_Culprit(System.EventHandler)">
34921         <size>1</size>
34922       </method>
34923       <method name="Void Main()">
34924         <size>1</size>
34925       </method>
34926       <method name="Void Finalize()">
34927         <size>13</size>
34928       </method>
34929     </type>
34930   </test>
34931   <test name="test-649.cs">
34932     <type name="MainClass">
34933       <method name="Void .ctor()">
34934         <size>7</size>
34935       </method>
34936       <method name="Void Main(System.String[])">
34937         <size>609</size>
34938       </method>
34939     </type>
34940     <type name="MainClass+Decimal2">
34941       <method name="Void .ctor(Double)">
34942         <size>13</size>
34943       </method>
34944       <method name="Void .ctor(Decimal)">
34945         <size>8</size>
34946       </method>
34947       <method name="Decimal2 op_Explicit(Decimal)">
34948         <size>7</size>
34949       </method>
34950       <method name="Decimal2 op_Explicit(Double)">
34951         <size>7</size>
34952       </method>
34953       <method name="Decimal op_Implicit(Decimal2)">
34954         <size>8</size>
34955       </method>
34956     </type>
34957   </test>
34958   <test name="test-65.cs">
34959     <type name="X">
34960       <method name="Void .ctor()">
34961         <size>7</size>
34962       </method>
34963       <method name="Void receiver(S)">
34964         <size>7</size>
34965       </method>
34966       <method name="System.Object BoxS()">
34967         <size>21</size>
34968       </method>
34969       <method name="S Plain()">
34970         <size>16</size>
34971       </method>
34972       <method name="Int32 Main()">
34973         <size>98</size>
34974       </method>
34975     </type>
34976   </test>
34977   <test name="test-650.cs">
34978     <type name="App">
34979       <method name="Void .ctor()">
34980         <size>7</size>
34981       </method>
34982       <method name="Void Main()">
34983         <size>1</size>
34984       </method>
34985     </type>
34986   </test>
34987   <test name="test-651.cs">
34988     <type name="Foo">
34989       <method name="Void .ctor()">
34990         <size>7</size>
34991       </method>
34992       <method name="Void Open(IList)">
34993         <size>1</size>
34994       </method>
34995       <method name="Void Open(System.Collections.ArrayList ByRef)">
34996         <size>20</size>
34997       </method>
34998       <method name="Void Main()">
34999         <size>1</size>
35000       </method>
35001     </type>
35002   </test>
35003   <test name="test-652.cs">
35004     <type name="C">
35005       <method name="Void .ctor()">
35006         <size>7</size>
35007       </method>
35008       <method name="Int32 Main()">
35009         <size>6</size>
35010       </method>
35011       <method name="Int32 Test()">
35012         <size>27</size>
35013       </method>
35014     </type>
35015   </test>
35016   <test name="test-653.cs">
35017     <type name="C">
35018       <method name="Void .ctor()">
35019         <size>7</size>
35020       </method>
35021       <method name="Int32 Test()">
35022         <size>50</size>
35023       </method>
35024       <method name="Void Test2()">
35025         <size>32</size>
35026       </method>
35027       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
35028         <size>39</size>
35029       </method>
35030       <method name="Int32 Main()">
35031         <size>41</size>
35032       </method>
35033     </type>
35034   </test>
35035   <test name="test-654.cs">
35036     <type name="Program">
35037       <method name="Void .ctor()">
35038         <size>7</size>
35039       </method>
35040       <method name="Int32 Main()">
35041         <size>8</size>
35042       </method>
35043       <method name="Int32 Test(SByte*)">
35044         <size>33</size>
35045       </method>
35046     </type>
35047   </test>
35048   <test name="test-655.cs">
35049     <type name="D">
35050       <method name="Void .ctor()">
35051         <size>7</size>
35052       </method>
35053       <method name="Byte get_Item(Int32)">
35054         <size>7</size>
35055       </method>
35056       <method name="Void set_Item(Int32, Byte)">
35057         <size>8</size>
35058       </method>
35059       <method name="Int32 Main()">
35060         <size>77</size>
35061       </method>
35062     </type>
35063   </test>
35064   <test name="test-656.cs">
35065     <type name="Goo">
35066       <method name="Void .ctor()">
35067         <size>7</size>
35068       </method>
35069       <method name="Void Main()">
35070         <size>26</size>
35071       </method>
35072     </type>
35073   </test>
35074   <test name="test-657.cs">
35075     <type name="TestDebug.C">
35076       <method name="Void .ctor()">
35077         <size>7</size>
35078       </method>
35079       <method name="Void Method()">
35080         <size>1</size>
35081       </method>
35082     </type>
35083     <type name="TestDebug.Program">
35084       <method name="Void .ctor()">
35085         <size>7</size>
35086       </method>
35087       <method name="Void Excluded()">
35088         <size>11</size>
35089       </method>
35090       <method name="Int32 Main()">
35091         <size>7</size>
35092       </method>
35093     </type>
35094   </test>
35095   <test name="test-658.cs">
35096     <type name="A">
35097       <method name="Void .ctor()">
35098         <size>7</size>
35099       </method>
35100       <method name="Int32 get_Thread()">
35101         <size>2</size>
35102       </method>
35103     </type>
35104     <type name="Thread">
35105       <method name="Void .ctor()">
35106         <size>7</size>
35107       </method>
35108       <method name="Void Foo()">
35109         <size>1</size>
35110       </method>
35111     </type>
35112     <type name="B">
35113       <method name="Void .ctor()">
35114         <size>7</size>
35115       </method>
35116       <method name="Void Main()">
35117         <size>6</size>
35118       </method>
35119     </type>
35120   </test>
35121   <test name="test-659.cs">
35122     <type name="MySubClass">
35123       <method name="Void .ctor()">
35124         <size>7</size>
35125       </method>
35126       <method name="Int32 Main()">
35127         <size>30</size>
35128       </method>
35129       <method name="Void set_BB(Int32, Boolean)">
35130         <size>1</size>
35131       </method>
35132       <method name="Void Iface.set_AA(Int32, Boolean)">
35133         <size>9</size>
35134       </method>
35135     </type>
35136   </test>
35137   <test name="test-66.cs">
35138     <type name="Y">
35139       <method name="Void .ctor()">
35140         <size>7</size>
35141       </method>
35142     </type>
35143     <type name="X">
35144       <method name="Void .ctor()">
35145         <size>7</size>
35146       </method>
35147       <method name="Void .cctor()">
35148         <size>53</size>
35149       </method>
35150       <method name="Void FillOne()">
35151         <size>18</size>
35152       </method>
35153       <method name="Void FillSingle()">
35154         <size>39</size>
35155       </method>
35156       <method name="Void FillDouble()">
35157         <size>59</size>
35158       </method>
35159       <method name="Void FillObject()">
35160         <size>52</size>
35161       </method>
35162       <method name="Void FillDoubleObject()">
35163         <size>81</size>
35164       </method>
35165       <method name="Int32 TestSingle()">
35166         <size>47</size>
35167       </method>
35168       <method name="Int32 TestDouble()">
35169         <size>67</size>
35170       </method>
35171       <method name="Int32 TestObjectSingle()">
35172         <size>48</size>
35173       </method>
35174       <method name="Int32 TestObjectDouble()">
35175         <size>72</size>
35176       </method>
35177       <method name="Int32 Main()">
35178         <size>80</size>
35179       </method>
35180     </type>
35181   </test>
35182   <test name="test-660.cs">
35183     <type name="Test">
35184       <method name="Void .ctor()">
35185         <size>7</size>
35186       </method>
35187       <method name="Void Main()">
35188         <size>25</size>
35189       </method>
35190     </type>
35191     <type name="Status">
35192       <method name="Void .ctor(Code)">
35193         <size>8</size>
35194       </method>
35195       <method name="Status op_Implicit(Code)">
35196         <size>7</size>
35197       </method>
35198       <method name="Code op_Implicit(Status)">
35199         <size>8</size>
35200       </method>
35201     </type>
35202   </test>
35203   <test name="test-661.cs">
35204     <type name="Test">
35205       <method name="Void .ctor()">
35206         <size>7</size>
35207       </method>
35208       <method name="Void Main()">
35209         <size>1</size>
35210       </method>
35211       <method name="Void TestMethod()">
35212         <size>15</size>
35213       </method>
35214       <method name="SummaryInfo GetSummary()">
35215         <size>2</size>
35216       </method>
35217     </type>
35218   </test>
35219   <test name="test-662.cs">
35220     <type name="C">
35221       <method name="Void .ctor()">
35222         <size>7</size>
35223       </method>
35224       <method name="Void Main()">
35225         <size>1</size>
35226       </method>
35227     </type>
35228   </test>
35229   <test name="test-663.cs">
35230     <type name="A">
35231       <method name="Void .ctor()">
35232         <size>7</size>
35233       </method>
35234       <method name="Int32 op_Implicit(A)">
35235         <size>2</size>
35236       </method>
35237       <method name="Boolean op_Implicit(A)">
35238         <size>2</size>
35239       </method>
35240     </type>
35241     <type name="C">
35242       <method name="Void .ctor()">
35243         <size>7</size>
35244       </method>
35245       <method name="Void Main()">
35246         <size>17</size>
35247       </method>
35248     </type>
35249   </test>
35250   <test name="test-664.cs">
35251     <type name="C">
35252       <method name="Void .ctor()">
35253         <size>7</size>
35254       </method>
35255       <method name="Boolean Test(System.String)">
35256         <size>148</size>
35257       </method>
35258       <method name="Int32 Main()">
35259         <size>49</size>
35260       </method>
35261     </type>
35262   </test>
35263   <test name="test-665.cs">
35264     <type name="Test">
35265       <method name="Void .ctor()">
35266         <size>7</size>
35267       </method>
35268       <method name="Int32 Main()">
35269         <size>14</size>
35270       </method>
35271       <method name="Int32 Method(System.Object)">
35272         <size>2</size>
35273       </method>
35274     </type>
35275   </test>
35276   <test name="test-666.cs">
35277     <type name="C">
35278       <method name="Void .ctor()">
35279         <size>7</size>
35280       </method>
35281       <method name="Void Main()">
35282         <size>1</size>
35283       </method>
35284     </type>
35285   </test>
35286   <test name="test-667.cs">
35287     <type name="CA">
35288       <method name="Void .ctor()">
35289         <size>7</size>
35290       </method>
35291       <method name="Void IA.M()">
35292         <size>1</size>
35293       </method>
35294     </type>
35295     <type name="CC">
35296       <method name="Void .ctor()">
35297         <size>7</size>
35298       </method>
35299       <method name="Void Main()">
35300         <size>1</size>
35301       </method>
35302     </type>
35303   </test>
35304   <test name="test-668.cs">
35305     <type name="Bar">
35306       <method name="Void .ctor()">
35307         <size>7</size>
35308       </method>
35309     </type>
35310     <type name="Test">
35311       <method name="Void .ctor()">
35312         <size>7</size>
35313       </method>
35314       <method name="Void Main()">
35315         <size>7</size>
35316       </method>
35317     </type>
35318   </test>
35319   <test name="test-669.cs">
35320     <type name="Test">
35321       <method name="Void .ctor()">
35322         <size>7</size>
35323       </method>
35324       <method name="Void Main()">
35325         <size>3</size>
35326       </method>
35327     </type>
35328   </test>
35329   <test name="test-670.cs">
35330     <type name="C">
35331       <method name="Void .ctor()">
35332         <size>7</size>
35333       </method>
35334       <method name="Void Main()">
35335         <size>14</size>
35336       </method>
35337     </type>
35338   </test>
35339   <test name="test-671.cs">
35340     <type name="C">
35341       <method name="Void .ctor()">
35342         <size>7</size>
35343       </method>
35344       <method name="Int32 Main()">
35345         <size>19</size>
35346       </method>
35347       <method name="Boolean Bar(System.Object)">
35348         <size>2</size>
35349       </method>
35350     </type>
35351   </test>
35352   <test name="test-672.cs">
35353     <type name="X">
35354       <method name="Void .ctor()">
35355         <size>7</size>
35356       </method>
35357       <method name="S* get_Foo2()">
35358         <size>3</size>
35359       </method>
35360       <method name="Void Main()">
35361         <size>1</size>
35362       </method>
35363       <method name="Int32* get_Foo()">
35364         <size>3</size>
35365       </method>
35366     </type>
35367   </test>
35368   <test name="test-673.cs">
35369     <type name="Test">
35370       <method name="Void .ctor()">
35371         <size>7</size>
35372       </method>
35373       <method name="Void Foo()">
35374         <size>1</size>
35375       </method>
35376       <method name="Int32 Main()">
35377         <size>85</size>
35378       </method>
35379     </type>
35380   </test>
35381   <test name="test-674.cs">
35382     <type name="Test">
35383       <method name="Void .ctor()">
35384         <size>7</size>
35385       </method>
35386       <method name="Int32 Main()">
35387         <size>56</size>
35388       </method>
35389       <method name="Int32 &lt;Main&gt;m__0(Int32)">
35390         <size>2</size>
35391       </method>
35392     </type>
35393     <type name="Test+D">
35394       <method name="Void .ctor(Object, IntPtr)">
35395         <size>0</size>
35396       </method>
35397       <method name="Int32 Invoke(Int32)">
35398         <size>0</size>
35399       </method>
35400       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35401         <size>0</size>
35402       </method>
35403       <method name="Int32 EndInvoke(IAsyncResult)">
35404         <size>0</size>
35405       </method>
35406     </type>
35407   </test>
35408   <test name="test-675.cs">
35409     <type name="B">
35410       <method name="Void .ctor()">
35411         <size>7</size>
35412       </method>
35413       <method name="Int32 GetHashCode()">
35414         <size>2</size>
35415       </method>
35416       <method name="Boolean Equals(System.Object)">
35417         <size>2</size>
35418       </method>
35419       <method name="Boolean op_Equality(B, B)">
35420         <size>2</size>
35421       </method>
35422       <method name="Boolean op_Inequality(B, B)">
35423         <size>2</size>
35424       </method>
35425     </type>
35426     <type name="Test">
35427       <method name="Void .ctor()">
35428         <size>7</size>
35429       </method>
35430       <method name="Int32 Main()">
35431         <size>2</size>
35432       </method>
35433     </type>
35434   </test>
35435   <test name="test-676.cs">
35436     <type name="N.Item">
35437       <method name="Void .ctor()">
35438         <size>7</size>
35439       </method>
35440     </type>
35441     <type name="N.Test">
35442       <method name="Void .ctor()">
35443         <size>7</size>
35444       </method>
35445       <method name="N.Item get_Item(N.Test)">
35446         <size>2</size>
35447       </method>
35448       <method name="Void Foo(ItemSlot)">
35449         <size>27</size>
35450       </method>
35451       <method name="Int32 Main()">
35452         <size>2</size>
35453       </method>
35454     </type>
35455   </test>
35456   <test name="test-677.cs">
35457     <type name="InvokeWindow">
35458       <method name="Void .ctor()">
35459         <size>7</size>
35460       </method>
35461       <method name="Void add_E(D)">
35462         <size>24</size>
35463       </method>
35464       <method name="Void remove_E(D)">
35465         <size>24</size>
35466       </method>
35467       <method name="Void Run()">
35468         <size>12</size>
35469       </method>
35470     </type>
35471     <type name="Test">
35472       <method name="Void .ctor()">
35473         <size>7</size>
35474       </method>
35475       <method name="Int32 Main()">
35476         <size>32</size>
35477       </method>
35478       <method name="Void OnDeleteEvent()">
35479         <size>1</size>
35480       </method>
35481       <method name="Void OnDeleteEvent(Int32)">
35482         <size>1</size>
35483       </method>
35484     </type>
35485     <type name="D">
35486       <method name="Void .ctor(Object, IntPtr)">
35487         <size>0</size>
35488       </method>
35489       <method name="Void Invoke()">
35490         <size>0</size>
35491       </method>
35492       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35493         <size>0</size>
35494       </method>
35495       <method name="Void EndInvoke(IAsyncResult)">
35496         <size>0</size>
35497       </method>
35498     </type>
35499   </test>
35500   <test name="test-678.cs">
35501     <type name="NaNTest">
35502       <method name="Void .ctor(Double, Double)">
35503         <size>171</size>
35504       </method>
35505       <method name="Int32 Main()">
35506         <size>26</size>
35507       </method>
35508     </type>
35509   </test>
35510   <test name="test-679.cs">
35511     <type name="Program">
35512       <method name="Void .ctor()">
35513         <size>7</size>
35514       </method>
35515       <method name="Int32 Main()">
35516         <size>12</size>
35517       </method>
35518     </type>
35519   </test>
35520   <test name="test-68.cs">
35521     <type name="Y">
35522       <method name="Void .ctor()">
35523         <size>14</size>
35524       </method>
35525     </type>
35526     <type name="X">
35527       <method name="Void .ctor()">
35528         <size>7</size>
35529       </method>
35530       <method name="Int32 Main()">
35531         <size>147</size>
35532       </method>
35533     </type>
35534   </test>
35535   <test name="test-680.cs">
35536     <type name="AsStringProblem.MainClass">
35537       <method name="Void .ctor()">
35538         <size>7</size>
35539       </method>
35540       <method name="Void Main()">
35541         <size>94</size>
35542       </method>
35543     </type>
35544   </test>
35545   <test name="test-681.cs">
35546     <type name="Bug">
35547       <method name="Void .ctor()">
35548         <size>20</size>
35549       </method>
35550       <method name="Void Main()">
35551         <size>1</size>
35552       </method>
35553     </type>
35554     <type name="BugClass">
35555       <method name="Void .cctor()">
35556         <size>18</size>
35557       </method>
35558       <method name="Void FooImplementation(System.Void*)">
35559         <size>1</size>
35560       </method>
35561     </type>
35562     <type name="BugClass+Foo">
35563       <method name="Void .ctor(Object, IntPtr)">
35564         <size>0</size>
35565       </method>
35566       <method name="Void Invoke(System.Void*)">
35567         <size>0</size>
35568       </method>
35569       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
35570         <size>0</size>
35571       </method>
35572       <method name="Void EndInvoke(IAsyncResult)">
35573         <size>0</size>
35574       </method>
35575     </type>
35576   </test>
35577   <test name="test-682.cs">
35578     <type name="broken_cast">
35579       <method name="Void report(System.String)">
35580         <size>7</size>
35581       </method>
35582       <method name="Void conv_ovf_i(Int64, Boolean)">
35583         <size>73</size>
35584       </method>
35585       <method name="Void conv_ovf_i_un(Int64, Boolean)">
35586         <size>73</size>
35587       </method>
35588       <method name="Void conv_ovf_u(Int64, Boolean)">
35589         <size>73</size>
35590       </method>
35591       <method name="Void conv_ovf_u_un(Int64, Boolean)">
35592         <size>73</size>
35593       </method>
35594       <method name="Int32 Main()">
35595         <size>472</size>
35596       </method>
35597       <method name="Void .ctor()">
35598         <size>7</size>
35599       </method>
35600     </type>
35601   </test>
35602   <test name="test-683.cs">
35603     <type name="broken_cast">
35604       <method name="Void .ctor()">
35605         <size>7</size>
35606       </method>
35607       <method name="Int32 Main()">
35608         <size>32</size>
35609       </method>
35610     </type>
35611   </test>
35612   <test name="test-684.cs">
35613     <type name="mono_bug.Program">
35614       <method name="Void .ctor()">
35615         <size>7</size>
35616       </method>
35617       <method name="Void Main()">
35618         <size>71</size>
35619       </method>
35620       <method name="System.Double[][,] ReturnArray()">
35621         <size>62</size>
35622       </method>
35623     </type>
35624   </test>
35625   <test name="test-685.cs">
35626     <type name="C">
35627       <method name="Void .ctor()">
35628         <size>7</size>
35629       </method>
35630       <method name="Void Main()">
35631         <size>28</size>
35632       </method>
35633     </type>
35634   </test>
35635   <test name="test-686.cs">
35636     <type name="Test">
35637       <method name="Void .ctor()">
35638         <size>7</size>
35639       </method>
35640       <method name="Void Main()">
35641         <size>51</size>
35642       </method>
35643       <method name="Void Foo()">
35644         <size>145</size>
35645       </method>
35646     </type>
35647   </test>
35648   <test name="test-687.cs">
35649     <type name="XUnit">
35650       <method name="Void .ctor(Double)">
35651         <size>8</size>
35652       </method>
35653       <method name="XUnit op_Implicit(Double)">
35654         <size>10</size>
35655       </method>
35656       <method name="Double op_Implicit(XUnit)">
35657         <size>8</size>
35658       </method>
35659     </type>
35660     <type name="Unit">
35661       <method name="Void .ctor(Double)">
35662         <size>8</size>
35663       </method>
35664       <method name="Unit op_Implicit(Double)">
35665         <size>10</size>
35666       </method>
35667       <method name="Double op_Implicit(Unit)">
35668         <size>8</size>
35669       </method>
35670     </type>
35671     <type name="Test">
35672       <method name="Void .ctor()">
35673         <size>7</size>
35674       </method>
35675       <method name="Int32 Main()">
35676         <size>56</size>
35677       </method>
35678     </type>
35679   </test>
35680   <test name="test-688.cs">
35681     <type name="Test">
35682       <method name="Void .ctor()">
35683         <size>7</size>
35684       </method>
35685       <method name="Int32 Main()">
35686         <size>46</size>
35687       </method>
35688       <method name="Byte* GetFoo()">
35689         <size>7</size>
35690       </method>
35691       <method name="Byte* GetFoo2()">
35692         <size>7</size>
35693       </method>
35694     </type>
35695   </test>
35696   <test name="test-689.cs">
35697     <type name="Sample">
35698       <method name="Void Main()">
35699         <size>3</size>
35700       </method>
35701       <method name="Void Foo(Byte*, Byte*)">
35702         <size>42</size>
35703       </method>
35704     </type>
35705   </test>
35706   <test name="test-69.cs">
35707     <type name="Blah">
35708       <method name="Void .ctor()">
35709         <size>7</size>
35710       </method>
35711       <method name="Void Start_internal(IntPtr)">
35712         <size>0</size>
35713       </method>
35714       <method name="Int32 Main()">
35715         <size>2</size>
35716       </method>
35717     </type>
35718   </test>
35719   <test name="test-690.cs">
35720     <type name="Test.Test">
35721       <method name="Void .ctor()">
35722         <size>7</size>
35723       </method>
35724       <method name="Void Main()">
35725         <size>1</size>
35726       </method>
35727     </type>
35728   </test>
35729   <test name="test-691.cs">
35730     <type name="ConsoleApplication6.Program">
35731       <method name="Void .ctor()">
35732         <size>7</size>
35733       </method>
35734       <method name="Void .cctor()">
35735         <size>23</size>
35736       </method>
35737       <method name="Void Main()">
35738         <size>127</size>
35739       </method>
35740     </type>
35741   </test>
35742   <test name="test-692.cs">
35743     <type name="Test">
35744       <method name="Void .ctor()">
35745         <size>7</size>
35746       </method>
35747       <method name="Void test1(DateTime ByRef)">
35748         <size>10</size>
35749       </method>
35750       <method name="Void test2(DateTime ByRef)">
35751         <size>13</size>
35752       </method>
35753       <method name="Int32 Main()">
35754         <size>141</size>
35755       </method>
35756     </type>
35757   </test>
35758   <test name="test-693.cs">
35759     <type name="ConstTest">
35760       <method name="Void .ctor()">
35761         <size>7</size>
35762       </method>
35763       <method name="Int32 Main()">
35764         <size>32</size>
35765       </method>
35766     </type>
35767   </test>
35768   <test name="test-694.cs">
35769     <type name="Test">
35770       <method name="Void .ctor()">
35771         <size>7</size>
35772       </method>
35773       <method name="Int32 Main()">
35774         <size>2</size>
35775       </method>
35776     </type>
35777   </test>
35778   <test name="test-695.cs">
35779     <type name="Program">
35780       <method name="Void .ctor()">
35781         <size>7</size>
35782       </method>
35783       <method name="Void .cctor()">
35784         <size>53</size>
35785       </method>
35786       <method name="Int32 Main()">
35787         <size>680</size>
35788       </method>
35789       <method name="System.String get_BaseDirectory()">
35790         <size>28</size>
35791       </method>
35792     </type>
35793     <type name="&lt;PrivateImplementationDetails&gt;">
35794       <method name="Void .ctor()">
35795         <size>7</size>
35796       </method>
35797     </type>
35798   </test>
35799   <test name="test-696.cs">
35800     <type name="S">
35801       <method name="Void f(S)">
35802         <size>1</size>
35803       </method>
35804       <method name="S op_Implicit(C)">
35805         <size>2</size>
35806       </method>
35807     </type>
35808     <type name="C">
35809       <method name="Void .ctor()">
35810         <size>7</size>
35811       </method>
35812       <method name="Void Main()">
35813         <size>12</size>
35814       </method>
35815     </type>
35816   </test>
35817   <test name="test-697.cs">
35818     <type name="C">
35819       <method name="Void .ctor()">
35820         <size>7</size>
35821       </method>
35822       <method name="Void Main()">
35823         <size>1</size>
35824       </method>
35825     </type>
35826   </test>
35827   <test name="test-698.cs">
35828     <type name="test">
35829       <method name="Void .ctor()">
35830         <size>7</size>
35831       </method>
35832       <method name="Void Main()">
35833         <size>12</size>
35834       </method>
35835     </type>
35836   </test>
35837   <test name="test-699.cs">
35838     <type name="D">
35839       <method name="Void .ctor(String)">
35840         <size>25</size>
35841       </method>
35842       <method name="System.String get_message()">
35843         <size>7</size>
35844       </method>
35845       <method name="Void Main()">
35846         <size>1</size>
35847       </method>
35848     </type>
35849   </test>
35850   <test name="test-7.cs">
35851     <type name="Mine.MyBoolean">
35852       <method name="Void .ctor()">
35853         <size>7</size>
35854       </method>
35855       <method name="Boolean op_Implicit(Mine.MyBoolean)">
35856         <size>2</size>
35857       </method>
35858     </type>
35859     <type name="Mine.MyTrueFalse">
35860       <method name="Void .ctor()">
35861         <size>7</size>
35862       </method>
35863       <method name="Boolean op_True(Mine.MyTrueFalse)">
35864         <size>2</size>
35865       </method>
35866       <method name="Boolean op_False(Mine.MyTrueFalse)">
35867         <size>2</size>
35868       </method>
35869     </type>
35870     <type name="Mine.Blah">
35871       <method name="Void .ctor(Int32)">
35872         <size>14</size>
35873       </method>
35874       <method name="Int32 Main()">
35875         <size>408</size>
35876       </method>
35877       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
35878         <size>31</size>
35879       </method>
35880       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
35881         <size>22</size>
35882       </method>
35883       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
35884         <size>23</size>
35885       </method>
35886       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
35887         <size>31</size>
35888       </method>
35889       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
35890         <size>24</size>
35891       </method>
35892       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
35893         <size>24</size>
35894       </method>
35895       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
35896         <size>24</size>
35897       </method>
35898       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
35899         <size>23</size>
35900       </method>
35901       <method name="Boolean op_LogicalNot(Mine.Blah)">
35902         <size>20</size>
35903       </method>
35904       <method name="Mine.Blah op_Increment(Mine.Blah)">
35905         <size>26</size>
35906       </method>
35907       <method name="Mine.Blah op_Decrement(Mine.Blah)">
35908         <size>26</size>
35909       </method>
35910       <method name="Boolean op_True(Mine.Blah)">
35911         <size>20</size>
35912       </method>
35913       <method name="Boolean op_False(Mine.Blah)">
35914         <size>23</size>
35915       </method>
35916       <method name="Int32 op_Implicit(Mine.Blah)">
35917         <size>17</size>
35918       </method>
35919       <method name="Double op_Explicit(Mine.Blah)">
35920         <size>18</size>
35921       </method>
35922     </type>
35923   </test>
35924   <test name="test-70.cs">
35925     <type name="X">
35926       <method name="Void .ctor()">
35927         <size>7</size>
35928       </method>
35929       <method name="Int32 get_A()">
35930         <size>2</size>
35931       </method>
35932       <method name="Int32 B()">
35933         <size>2</size>
35934       </method>
35935     </type>
35936     <type name="Y">
35937       <method name="Void .ctor()">
35938         <size>7</size>
35939       </method>
35940       <method name="Int32 get_A()">
35941         <size>9</size>
35942       </method>
35943       <method name="Int32 B()">
35944         <size>9</size>
35945       </method>
35946     </type>
35947     <type name="Z">
35948       <method name="Void .ctor()">
35949         <size>7</size>
35950       </method>
35951       <method name="Int32 Main()">
35952         <size>70</size>
35953       </method>
35954     </type>
35955   </test>
35956   <test name="test-700.cs">
35957     <type name="FooAttribute">
35958       <method name="Void .ctor(String)">
35959         <size>7</size>
35960       </method>
35961     </type>
35962     <type name="Test">
35963       <method name="Void .ctor()">
35964         <size>7</size>
35965       </method>
35966     </type>
35967     <type name="Program">
35968       <method name="Void .ctor()">
35969         <size>7</size>
35970       </method>
35971       <method name="Void Main()">
35972         <size>1</size>
35973       </method>
35974     </type>
35975   </test>
35976   <test name="test-701.cs">
35977     <type name="Foo">
35978       <method name="Void .ctor()">
35979         <size>7</size>
35980       </method>
35981       <method name="UInt16 ToUint16()">
35982         <size>6</size>
35983       </method>
35984       <method name="Void Main()">
35985         <size>1</size>
35986       </method>
35987     </type>
35988   </test>
35989   <test name="test-703.cs">
35990     <type name="A">
35991       <method name="Void .ctor()">
35992         <size>7</size>
35993       </method>
35994       <method name="Void add_Finished(System.EventHandler)">
35995         <size>0</size>
35996       </method>
35997       <method name="Void remove_Finished(System.EventHandler)">
35998         <size>0</size>
35999       </method>
36000       <method name="Void test(A)">
36001         <size>19</size>
36002       </method>
36003       <method name="Void TestA(System.Object, System.EventArgs)">
36004         <size>25</size>
36005       </method>
36006     </type>
36007     <type name="B">
36008       <method name="Void .ctor()">
36009         <size>65</size>
36010       </method>
36011       <method name="Void add_Finished(System.EventHandler)">
36012         <size>24</size>
36013       </method>
36014       <method name="Void remove_Finished(System.EventHandler)">
36015         <size>24</size>
36016       </method>
36017       <method name="Void TestB(System.Object, System.EventArgs)">
36018         <size>25</size>
36019       </method>
36020       <method name="Int32 Main()">
36021         <size>14</size>
36022       </method>
36023     </type>
36024   </test>
36025   <test name="test-705.cs">
36026     <type name="Test">
36027       <method name="Void .ctor()">
36028         <size>7</size>
36029       </method>
36030       <method name="Void .cctor()">
36031         <size>1</size>
36032       </method>
36033       <method name="Nested GetEnumerator()">
36034         <size>10</size>
36035       </method>
36036     </type>
36037     <type name="Test+Nested">
36038       <method name="Void System.IDisposable.Dispose()">
36039         <size>13</size>
36040       </method>
36041       <method name="Int32 get_Current()">
36042         <size>2</size>
36043       </method>
36044       <method name="Boolean MoveNext()">
36045         <size>2</size>
36046       </method>
36047       <method name="Void Reset()">
36048         <size>1</size>
36049       </method>
36050       <method name="Void Dispose()">
36051         <size>11</size>
36052       </method>
36053     </type>
36054     <type name="Program">
36055       <method name="Int32 Main()">
36056         <size>70</size>
36057       </method>
36058     </type>
36059   </test>
36060   <test name="test-706.cs">
36061     <type name="Test.CustomParentAttribute">
36062       <method name="Void .ctor()">
36063         <size>7</size>
36064       </method>
36065       <method name="Void DoSomething()">
36066         <size>0</size>
36067       </method>
36068     </type>
36069     <type name="Test.MyClass">
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     <type name="Test.MyClass+CustomChildAttribute">
36078       <method name="Void .ctor()">
36079         <size>7</size>
36080       </method>
36081       <method name="Void DoSomething()">
36082         <size>1</size>
36083       </method>
36084     </type>
36085   </test>
36086   <test name="test-707.cs">
36087     <type name="Tzap">
36088       <method name="Void .ctor()">
36089         <size>7</size>
36090       </method>
36091     </type>
36092     <type name="Tzap+Baz">
36093       <method name="Void .ctor()">
36094         <size>7</size>
36095       </method>
36096       <method name="Void Gazonk()">
36097         <size>7</size>
36098       </method>
36099       <method name="Void Main()">
36100         <size>1</size>
36101       </method>
36102     </type>
36103     <type name="Tzap+Bar">
36104       <method name="Void .ctor()">
36105         <size>7</size>
36106       </method>
36107       <method name="Void Foo()">
36108         <size>1</size>
36109       </method>
36110     </type>
36111   </test>
36112   <test name="test-708.cs">
36113     <type name="A">
36114       <method name="Void .ctor()">
36115         <size>7</size>
36116       </method>
36117       <method name="A+ADelegate Delegate2(Boolean)">
36118         <size>25</size>
36119       </method>
36120       <method name="Void Main()">
36121         <size>1</size>
36122       </method>
36123     </type>
36124     <type name="A+ADelegate">
36125       <method name="Void .ctor(Object, IntPtr)">
36126         <size>0</size>
36127       </method>
36128       <method name="A+ADelegate Invoke(Boolean)">
36129         <size>0</size>
36130       </method>
36131       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
36132         <size>0</size>
36133       </method>
36134       <method name="A+ADelegate EndInvoke(IAsyncResult)">
36135         <size>0</size>
36136       </method>
36137     </type>
36138   </test>
36139   <test name="test-709.cs">
36140     <type name="C">
36141       <method name="Void .ctor()">
36142         <size>7</size>
36143       </method>
36144       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
36145         <size>68</size>
36146       </method>
36147       <method name="Void CharCopy(Char*, Char*, Int32)">
36148         <size>33</size>
36149       </method>
36150       <method name="Int32 Main()">
36151         <size>58</size>
36152       </method>
36153     </type>
36154   </test>
36155   <test name="test-71.cs">
36156     <type name="X">
36157       <method name="Void .ctor()">
36158         <size>7</size>
36159       </method>
36160       <method name="Void Main()">
36161         <size>37</size>
36162       </method>
36163     </type>
36164     <type name="MethodSignature">
36165       <method name="Void .ctor(String, Type, Type[])">
36166         <size>22</size>
36167       </method>
36168     </type>
36169   </test>
36170   <test name="test-710.cs">
36171     <type name="Z">
36172       <method name="Void .ctor()">
36173         <size>7</size>
36174       </method>
36175     </type>
36176     <type name="C">
36177       <method name="Void .ctor()">
36178         <size>7</size>
36179       </method>
36180       <method name="Void Main()">
36181         <size>7</size>
36182       </method>
36183     </type>
36184   </test>
36185   <test name="test-711.cs">
36186     <type name="N.Test">
36187       <method name="Void .ctor()">
36188         <size>7</size>
36189       </method>
36190       <method name="Void .ctor(Int32)">
36191         <size>7</size>
36192       </method>
36193       <method name="Void Main()">
36194         <size>1</size>
36195       </method>
36196     </type>
36197   </test>
36198   <test name="test-712.cs">
36199     <type name="Hello">
36200       <method name="Void .ctor()">
36201         <size>7</size>
36202       </method>
36203       <method name="Void Main()">
36204         <size>22</size>
36205       </method>
36206     </type>
36207   </test>
36208   <test name="test-713.cs">
36209     <type name="DispBar">
36210       <method name="Void .ctor()">
36211         <size>7</size>
36212       </method>
36213       <method name="Void Dispose()">
36214         <size>11</size>
36215       </method>
36216     </type>
36217     <type name="Foo">
36218       <method name="Void .ctor()">
36219         <size>7</size>
36220       </method>
36221       <method name="IDisposable GetBar()">
36222         <size>6</size>
36223       </method>
36224     </type>
36225     <type name="Test">
36226       <method name="Void .ctor()">
36227         <size>7</size>
36228       </method>
36229       <method name="Void .cctor()">
36230         <size>11</size>
36231       </method>
36232       <method name="Boolean TryThing()">
36233         <size>46</size>
36234       </method>
36235       <method name="Void Main()">
36236         <size>7</size>
36237       </method>
36238     </type>
36239   </test>
36240   <test name="test-714.cs">
36241     <type name="Hello">
36242       <method name="Void .ctor()">
36243         <size>7</size>
36244       </method>
36245       <method name="Void IBar.Test()">
36246         <size>1</size>
36247       </method>
36248       <method name="Void Main()">
36249         <size>1</size>
36250       </method>
36251     </type>
36252   </test>
36253   <test name="test-716.cs">
36254     <type name="SS">
36255       <method name="Void .cctor()">
36256         <size>8</size>
36257       </method>
36258     </type>
36259     <type name="SSS">
36260       <method name="Void .cctor()">
36261         <size>15</size>
36262       </method>
36263     </type>
36264     <type name="C">
36265       <method name="Void .ctor()">
36266         <size>7</size>
36267       </method>
36268     </type>
36269     <type name="CC">
36270       <method name="Void .ctor()">
36271         <size>7</size>
36272       </method>
36273       <method name="Void .cctor()">
36274         <size>8</size>
36275       </method>
36276     </type>
36277     <type name="CCC">
36278       <method name="Void .ctor()">
36279         <size>7</size>
36280       </method>
36281       <method name="Void .cctor()">
36282         <size>11</size>
36283       </method>
36284     </type>
36285     <type name="X">
36286       <method name="Void .ctor()">
36287         <size>7</size>
36288       </method>
36289       <method name="Int32 Main()">
36290         <size>192</size>
36291       </method>
36292     </type>
36293   </test>
36294   <test name="test-717.cs">
36295     <type name="AA">
36296       <method name="Void .ctor()">
36297         <size>7</size>
36298       </method>
36299       <method name="Int32 Foo(Int32)">
36300         <size>2</size>
36301       </method>
36302     </type>
36303     <type name="A">
36304       <method name="Void .ctor()">
36305         <size>7</size>
36306       </method>
36307       <method name="Int32 Foo(Byte)">
36308         <size>2</size>
36309       </method>
36310       <method name="Int32 Foo(Int32)">
36311         <size>2</size>
36312       </method>
36313     </type>
36314     <type name="B">
36315       <method name="Void .ctor()">
36316         <size>7</size>
36317       </method>
36318       <method name="Int32 Foo(Int32)">
36319         <size>2</size>
36320       </method>
36321       <method name="Void Foo(System.String)">
36322         <size>1</size>
36323       </method>
36324     </type>
36325     <type name="S">
36326       <method name="System.String ToString()">
36327         <size>6</size>
36328       </method>
36329     </type>
36330     <type name="MyClass">
36331       <method name="Void .ctor()">
36332         <size>7</size>
36333       </method>
36334       <method name="Int32 Main()">
36335         <size>61</size>
36336       </method>
36337     </type>
36338   </test>
36339   <test name="test-718.cs">
36340     <type name="A">
36341       <method name="Void .ctor()">
36342         <size>7</size>
36343       </method>
36344       <method name="Void Foo(Int32, Int32)">
36345         <size>1</size>
36346       </method>
36347     </type>
36348     <type name="B">
36349       <method name="Void .ctor()">
36350         <size>7</size>
36351       </method>
36352       <method name="Void Main()">
36353         <size>8</size>
36354       </method>
36355       <method name="Void Foo(Int32)">
36356         <size>1</size>
36357       </method>
36358     </type>
36359   </test>
36360   <test name="test-719.cs">
36361     <type name="C">
36362       <method name="Void .ctor()">
36363         <size>7</size>
36364       </method>
36365       <method name="Void Main()">
36366         <size>1</size>
36367       </method>
36368     </type>
36369   </test>
36370   <test name="test-72.cs">
36371     <type name="outer">
36372       <method name="Void .ctor()">
36373         <size>7</size>
36374       </method>
36375       <method name="Int32 Main()">
36376         <size>2</size>
36377       </method>
36378     </type>
36379     <type name="outer+inner">
36380       <method name="Void .ctor()">
36381         <size>7</size>
36382       </method>
36383       <method name="Void meth(System.Object)">
36384         <size>8</size>
36385       </method>
36386     </type>
36387   </test>
36388   <test name="test-720.cs">
36389     <type name="N.Program">
36390       <method name="Void .ctor()">
36391         <size>7</size>
36392       </method>
36393       <method name="Void Main()">
36394         <size>18</size>
36395       </method>
36396     </type>
36397     <type name="N.Parent">
36398       <method name="Void .ctor()">
36399         <size>7</size>
36400       </method>
36401       <method name="Void add_Example(N.Parent+ExampleHandler)">
36402         <size>0</size>
36403       </method>
36404       <method name="Void remove_Example(N.Parent+ExampleHandler)">
36405         <size>0</size>
36406       </method>
36407     </type>
36408     <type name="N.Child">
36409       <method name="Void .ctor()">
36410         <size>7</size>
36411       </method>
36412       <method name="Void add_Example(N.Parent+ExampleHandler)">
36413         <size>24</size>
36414       </method>
36415       <method name="Void remove_Example(N.Parent+ExampleHandler)">
36416         <size>24</size>
36417       </method>
36418       <method name="Void OnExample()">
36419         <size>23</size>
36420       </method>
36421     </type>
36422     <type name="N.Parent+ExampleHandler">
36423       <method name="Void .ctor(Object, IntPtr)">
36424         <size>0</size>
36425       </method>
36426       <method name="Void Invoke()">
36427         <size>0</size>
36428       </method>
36429       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36430         <size>0</size>
36431       </method>
36432       <method name="Void EndInvoke(IAsyncResult)">
36433         <size>0</size>
36434       </method>
36435     </type>
36436   </test>
36437   <test name="test-721.cs">
36438     <type name="Program">
36439       <method name="Void .ctor()">
36440         <size>7</size>
36441       </method>
36442       <method name="Int32 Main()">
36443         <size>55</size>
36444       </method>
36445     </type>
36446     <type name="Control">
36447       <method name="Void .ctor()">
36448         <size>7</size>
36449       </method>
36450       <method name="Void set_Foo(Int32)">
36451         <size>1</size>
36452       </method>
36453     </type>
36454   </test>
36455   <test name="test-723.cs">
36456     <type name="Test">
36457       <method name="Void .ctor()">
36458         <size>7</size>
36459       </method>
36460       <method name="Int32 get_Count()">
36461         <size>2</size>
36462       </method>
36463     </type>
36464     <type name="Maine">
36465       <method name="Int32 Main()">
36466         <size>21</size>
36467       </method>
36468     </type>
36469   </test>
36470   <test name="test-724.cs">
36471     <type name="Test">
36472       <method name="Void .ctor()">
36473         <size>7</size>
36474       </method>
36475       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
36476         <size>29</size>
36477       </method>
36478       <method name="Int32 Main()">
36479         <size>110</size>
36480       </method>
36481     </type>
36482     <type name="Concrete">
36483       <method name="Void .ctor()">
36484         <size>7</size>
36485       </method>
36486       <method name="System.String A.get_Spec()">
36487         <size>6</size>
36488       </method>
36489       <method name="System.String B.get_Spec()">
36490         <size>6</size>
36491       </method>
36492       <method name="System.String get_Spec()">
36493         <size>6</size>
36494       </method>
36495     </type>
36496   </test>
36497   <test name="test-726.cs">
36498     <type name="CS0102">
36499       <method name="System.Object IFoo.Clone()">
36500         <size>2</size>
36501       </method>
36502       <method name="Void Main()">
36503         <size>1</size>
36504       </method>
36505       <method name="Void .ctor()">
36506         <size>7</size>
36507       </method>
36508     </type>
36509     <type name="CS0102+Clone">
36510       <method name="Void .ctor()">
36511         <size>7</size>
36512       </method>
36513     </type>
36514   </test>
36515   <test name="test-727.cs">
36516     <type name="IDisposableTest.MainClass">
36517       <method name="Int32 Main()">
36518         <size>113</size>
36519       </method>
36520       <method name="Void .ctor()">
36521         <size>7</size>
36522       </method>
36523     </type>
36524     <type name="IDisposableTest.Foo">
36525       <method name="Void Dispose()">
36526         <size>32</size>
36527       </method>
36528       <method name="Void .ctor()">
36529         <size>57</size>
36530       </method>
36531       <method name="Void .cctor()">
36532         <size>1</size>
36533       </method>
36534     </type>
36535   </test>
36536   <test name="test-728.cs">
36537     <type name="Tests">
36538       <method name="Int32 Main()">
36539         <size>25</size>
36540       </method>
36541       <method name="Void .ctor()">
36542         <size>7</size>
36543       </method>
36544     </type>
36545   </test>
36546   <test name="test-729.cs">
36547     <type name="Primes.MainClass">
36548       <method name="Int32 Main()">
36549         <size>141</size>
36550       </method>
36551       <method name="Void .ctor()">
36552         <size>7</size>
36553       </method>
36554     </type>
36555   </test>
36556   <test name="test-73.cs">
36557     <type name="Abstract">
36558       <method name="Void .ctor()">
36559         <size>7</size>
36560       </method>
36561       <method name="Int32 A()">
36562         <size>0</size>
36563       </method>
36564     </type>
36565     <type name="Concrete">
36566       <method name="Void .ctor()">
36567         <size>7</size>
36568       </method>
36569       <method name="Int32 A()">
36570         <size>2</size>
36571       </method>
36572     </type>
36573     <type name="Test">
36574       <method name="Void .ctor()">
36575         <size>7</size>
36576       </method>
36577       <method name="Int32 Main()">
36578         <size>22</size>
36579       </method>
36580     </type>
36581   </test>
36582   <test name="test-730.cs">
36583     <type name="Demo">
36584       <method name="Void Test(System.Object)">
36585         <size>1</size>
36586       </method>
36587       <method name="Int32 Test(Int32)">
36588         <size>2</size>
36589       </method>
36590       <method name="Int32 GetPhones()">
36591         <size>22</size>
36592       </method>
36593       <method name="Int32 Main()">
36594         <size>23</size>
36595       </method>
36596       <method name="Void .ctor()">
36597         <size>7</size>
36598       </method>
36599     </type>
36600     <type name="Demo+D">
36601       <method name="Int32 Invoke(Int32)">
36602         <size>0</size>
36603       </method>
36604       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36605         <size>0</size>
36606       </method>
36607       <method name="Int32 EndInvoke(IAsyncResult)">
36608         <size>0</size>
36609       </method>
36610       <method name="Void .ctor(Object, IntPtr)">
36611         <size>0</size>
36612       </method>
36613     </type>
36614   </test>
36615   <test name="test-731.cs">
36616     <type name="C">
36617       <method name="Int32 Main()">
36618         <size>34</size>
36619       </method>
36620       <method name="Void .ctor()">
36621         <size>7</size>
36622       </method>
36623     </type>
36624     <type name="&lt;PrivateImplementationDetails&gt;">
36625       <method name="Void .ctor()">
36626         <size>7</size>
36627       </method>
36628     </type>
36629   </test>
36630   <test name="test-734.cs">
36631     <type name="M">
36632       <method name="Void Run()">
36633         <size>19</size>
36634       </method>
36635       <method name="Int32 Main()">
36636         <size>12</size>
36637       </method>
36638       <method name="Void .ctor()">
36639         <size>7</size>
36640       </method>
36641     </type>
36642   </test>
36643   <test name="test-74.cs">
36644     <type name="X">
36645       <method name="Void .ctor()">
36646         <size>7</size>
36647       </method>
36648       <method name="Int32 Main()">
36649         <size>168</size>
36650       </method>
36651     </type>
36652   </test>
36653   <test name="test-75.cs">
36654     <type name="X">
36655       <method name="Void .ctor()">
36656         <size>7</size>
36657       </method>
36658       <method name="Void .cctor()">
36659         <size>1</size>
36660       </method>
36661       <method name="X op_Addition(X, X)">
36662         <size>8</size>
36663       </method>
36664     </type>
36665     <type name="Y">
36666       <method name="Void .ctor()">
36667         <size>7</size>
36668       </method>
36669     </type>
36670     <type name="Z">
36671       <method name="Void .ctor()">
36672         <size>7</size>
36673       </method>
36674     </type>
36675     <type name="driver">
36676       <method name="Void .ctor()">
36677         <size>7</size>
36678       </method>
36679       <method name="Int32 Main()">
36680         <size>34</size>
36681       </method>
36682     </type>
36683   </test>
36684   <test name="test-76.cs">
36685     <type name="foo">
36686       <method name="Void .ctor()">
36687         <size>7</size>
36688       </method>
36689       <method name="System.String strcat(System.String[])">
36690         <size>47</size>
36691       </method>
36692       <method name="Int32 Main()">
36693         <size>142</size>
36694       </method>
36695     </type>
36696   </test>
36697   <test name="test-77.cs">
36698     <type name="XX">
36699       <method name="Void .ctor()">
36700         <size>7</size>
36701       </method>
36702       <method name="Int32 Main()">
36703         <size>220</size>
36704       </method>
36705     </type>
36706   </test>
36707   <test name="test-78.cs">
36708     <type name="N1.B">
36709       <method name="Void .ctor()">
36710         <size>7</size>
36711       </method>
36712       <method name="Boolean ShortCasting()">
36713         <size>19</size>
36714       </method>
36715       <method name="Boolean IntCasting()">
36716         <size>18</size>
36717       </method>
36718       <method name="Int32 Main()">
36719         <size>26</size>
36720       </method>
36721     </type>
36722   </test>
36723   <test name="test-79.cs">
36724     <type name="X">
36725       <method name="Void .ctor()">
36726         <size>7</size>
36727       </method>
36728       <method name="Int32 Main()">
36729         <size>40</size>
36730       </method>
36731     </type>
36732   </test>
36733   <test name="test-8.cs">
36734     <type name="X">
36735       <method name="Void .ctor()">
36736         <size>7</size>
36737       </method>
36738       <method name="Int32 Main(System.String[])">
36739         <size>115</size>
36740       </method>
36741     </type>
36742   </test>
36743   <test name="test-80.cs">
36744     <type name="X">
36745       <method name="Void .ctor()">
36746         <size>7</size>
36747       </method>
36748       <method name="Int32 Add(Int32, Int32)">
36749         <size>4</size>
36750       </method>
36751     </type>
36752     <type name="Y">
36753       <method name="Void .ctor()">
36754         <size>7</size>
36755       </method>
36756       <method name="Int32 Main()">
36757         <size>34</size>
36758       </method>
36759       <method name="Int32 A.Add(Int32, Int32)">
36760         <size>9</size>
36761       </method>
36762     </type>
36763   </test>
36764   <test name="test-81.cs">
36765     <type name="N1.A">
36766       <method name="Void .ctor()">
36767         <size>7</size>
36768       </method>
36769       <method name="Void Bar()">
36770         <size>44</size>
36771       </method>
36772       <method name="Int32 Main()">
36773         <size>71</size>
36774       </method>
36775     </type>
36776   </test>
36777   <test name="test-82.cs">
36778     <type name="N1.N2.B">
36779       <method name="Void .ctor()">
36780         <size>7</size>
36781       </method>
36782       <method name="Void Method(A ByRef)">
36783         <size>1</size>
36784       </method>
36785       <method name="Int32 Main()">
36786         <size>2</size>
36787       </method>
36788     </type>
36789     <type name="N1.N3.B">
36790       <method name="Void .ctor()">
36791         <size>7</size>
36792       </method>
36793       <method name="Void Method(A ByRef)">
36794         <size>1</size>
36795       </method>
36796     </type>
36797   </test>
36798   <test name="test-83.cs">
36799     <type name="PersonArrivedArgs">
36800       <method name="Void .ctor(String)">
36801         <size>14</size>
36802       </method>
36803     </type>
36804     <type name="Greeter">
36805       <method name="Void .ctor(String)">
36806         <size>14</size>
36807       </method>
36808       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
36809         <size>18</size>
36810       </method>
36811     </type>
36812     <type name="Room">
36813       <method name="Void .ctor()">
36814         <size>14</size>
36815       </method>
36816       <method name="Void add_PersonArrived(PersonArrivedHandler)">
36817         <size>24</size>
36818       </method>
36819       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
36820         <size>24</size>
36821       </method>
36822       <method name="Void AddPerson(System.String)">
36823         <size>14</size>
36824       </method>
36825     </type>
36826     <type name="DelegateTest">
36827       <method name="Void .ctor()">
36828         <size>7</size>
36829       </method>
36830       <method name="Int32 Main()">
36831         <size>2</size>
36832       </method>
36833     </type>
36834     <type name="PersonArrivedHandler">
36835       <method name="Void .ctor(Object, IntPtr)">
36836         <size>0</size>
36837       </method>
36838       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
36839         <size>0</size>
36840       </method>
36841       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
36842         <size>0</size>
36843       </method>
36844       <method name="Void EndInvoke(IAsyncResult)">
36845         <size>0</size>
36846       </method>
36847     </type>
36848   </test>
36849   <test name="test-84.cs">
36850     <type name="Ghost">
36851       <method name="Void .ctor()">
36852         <size>7</size>
36853       </method>
36854       <method name="Int32 Main()">
36855         <size>6</size>
36856       </method>
36857     </type>
36858   </test>
36859   <test name="test-85.cs">
36860     <type name="X">
36861       <method name="Void .ctor()">
36862         <size>7</size>
36863       </method>
36864       <method name="Int32 Main()">
36865         <size>20</size>
36866       </method>
36867     </type>
36868   </test>
36869   <test name="test-86.cs">
36870     <type name="T.T">
36871       <method name="Void .ctor()">
36872         <size>7</size>
36873       </method>
36874       <method name="Int32 method1(System.Type, Int32)">
36875         <size>23</size>
36876       </method>
36877       <method name="Int32 method1(System.Type, System.Type[])">
36878         <size>12</size>
36879       </method>
36880       <method name="Int32 method2(System.Type, Int32)">
36881         <size>23</size>
36882       </method>
36883       <method name="Int32 method2(System.Type, System.Type[])">
36884         <size>12</size>
36885       </method>
36886       <method name="Int32 Main()">
36887         <size>36</size>
36888       </method>
36889     </type>
36890   </test>
36891   <test name="test-87.cs">
36892     <type name="Top">
36893       <method name="Void .ctor()">
36894         <size>7</size>
36895       </method>
36896       <method name="Int32 Main()">
36897         <size>58</size>
36898       </method>
36899     </type>
36900     <type name="Top+X">
36901       <method name="Void .ctor()">
36902         <size>7</size>
36903       </method>
36904     </type>
36905     <type name="Top+Y">
36906       <method name="Void .ctor()">
36907         <size>7</size>
36908       </method>
36909     </type>
36910     <type name="Top+XA">
36911       <method name="Void .ctor()">
36912         <size>7</size>
36913       </method>
36914       <method name="Int32 get_one()">
36915         <size>2</size>
36916       </method>
36917     </type>
36918     <type name="Top+XB">
36919       <method name="Void .ctor()">
36920         <size>7</size>
36921       </method>
36922       <method name="Int32 get_one()">
36923         <size>2</size>
36924       </method>
36925       <method name="Int32 get_two()">
36926         <size>2</size>
36927       </method>
36928     </type>
36929     <type name="Other">
36930       <method name="Void .ctor()">
36931         <size>7</size>
36932       </method>
36933       <method name="Void X()">
36934         <size>5</size>
36935       </method>
36936     </type>
36937   </test>
36938   <test name="test-88.cs">
36939     <type name="X">
36940       <method name="Void .ctor()">
36941         <size>7</size>
36942       </method>
36943       <method name="Void f(System.String)">
36944         <size>19</size>
36945       </method>
36946       <method name="Int32 Main()">
36947         <size>67</size>
36948       </method>
36949     </type>
36950   </test>
36951   <test name="test-89.cs">
36952     <type name="X">
36953       <method name="Void .ctor(Int32)">
36954         <size>8</size>
36955       </method>
36956       <method name="X F(Int32)">
36957         <size>7</size>
36958       </method>
36959       <method name="Int32 Main()">
36960         <size>99</size>
36961       </method>
36962     </type>
36963   </test>
36964   <test name="test-9.cs">
36965     <type name="X">
36966       <method name="Void .ctor()">
36967         <size>7</size>
36968       </method>
36969       <method name="Int32 Main(System.String[])">
36970         <size>104</size>
36971       </method>
36972     </type>
36973   </test>
36974   <test name="test-90.cs">
36975     <type name="N1.Blah">
36976       <method name="Void .ctor()">
36977         <size>7</size>
36978       </method>
36979       <method name="Int32 Main()">
36980         <size>2</size>
36981       </method>
36982     </type>
36983   </test>
36984   <test name="test-91.cs">
36985     <type name="Abstract">
36986       <method name="Void .ctor()">
36987         <size>7</size>
36988       </method>
36989     </type>
36990     <type name="Plain">
36991       <method name="Void .ctor()">
36992         <size>7</size>
36993       </method>
36994     </type>
36995     <type name="Test">
36996       <method name="Void .ctor()">
36997         <size>7</size>
36998       </method>
36999       <method name="Void MyProtectedInternal()">
37000         <size>1</size>
37001       </method>
37002       <method name="Void MyInternal()">
37003         <size>1</size>
37004       </method>
37005       <method name="Void MyPublic()">
37006         <size>1</size>
37007       </method>
37008       <method name="Void MyPrivate()">
37009         <size>1</size>
37010       </method>
37011       <method name="Int32 Main()">
37012         <size>242</size>
37013       </method>
37014     </type>
37015   </test>
37016   <test name="test-92.cs">
37017     <type name="Outer">
37018       <method name="Void .ctor()">
37019         <size>7</size>
37020       </method>
37021     </type>
37022     <type name="Outer+Inner">
37023       <method name="Void .ctor()">
37024         <size>7</size>
37025       </method>
37026     </type>
37027     <type name="InnerBase">
37028       <method name="Void .ctor()">
37029         <size>7</size>
37030       </method>
37031     </type>
37032     <type name="MainClass">
37033       <method name="Void .ctor()">
37034         <size>7</size>
37035       </method>
37036       <method name="Int32 Main()">
37037         <size>2</size>
37038       </method>
37039     </type>
37040   </test>
37041   <test name="test-93.cs">
37042     <type name="N1.C">
37043       <method name="Void .ctor()">
37044         <size>7</size>
37045       </method>
37046       <method name="Void method(B ByRef)">
37047         <size>15</size>
37048       </method>
37049     </type>
37050     <type name="Test">
37051       <method name="Void .ctor()">
37052         <size>7</size>
37053       </method>
37054       <method name="Int32 Main()">
37055         <size>15</size>
37056       </method>
37057     </type>
37058   </test>
37059   <test name="test-94.cs">
37060     <type name="Base">
37061       <method name="Void .ctor()">
37062         <size>7</size>
37063       </method>
37064       <method name="Int32 IVehicle.Start()">
37065         <size>2</size>
37066       </method>
37067       <method name="Int32 Stop()">
37068         <size>2</size>
37069       </method>
37070       <method name="Int32 Turn()">
37071         <size>2</size>
37072       </method>
37073     </type>
37074     <type name="Derived1">
37075       <method name="Void .ctor()">
37076         <size>7</size>
37077       </method>
37078       <method name="Int32 Turn()">
37079         <size>2</size>
37080       </method>
37081     </type>
37082     <type name="Derived2">
37083       <method name="Void .ctor()">
37084         <size>7</size>
37085       </method>
37086       <method name="Int32 IVehicle.Start()">
37087         <size>2</size>
37088       </method>
37089       <method name="Int32 IVehicle.Turn()">
37090         <size>2</size>
37091       </method>
37092       <method name="Int32 Stop()">
37093         <size>2</size>
37094       </method>
37095       <method name="Int32 Turn()">
37096         <size>2</size>
37097       </method>
37098     </type>
37099     <type name="Test">
37100       <method name="Void .ctor()">
37101         <size>7</size>
37102       </method>
37103       <method name="Int32 Main()">
37104         <size>88</size>
37105       </method>
37106     </type>
37107   </test>
37108   <test name="test-95.cs">
37109     <type name="X">
37110       <method name="Void .ctor()">
37111         <size>7</size>
37112       </method>
37113       <method name="Int32 Main()">
37114         <size>30</size>
37115       </method>
37116     </type>
37117   </test>
37118   <test name="test-96.cs">
37119     <type name="N1.A">
37120       <method name="Void .ctor()">
37121         <size>7</size>
37122       </method>
37123       <method name="Int32 Main()">
37124         <size>2</size>
37125       </method>
37126     </type>
37127     <type name="N1.C">
37128       <method name="Void .ctor(Object, IntPtr)">
37129         <size>0</size>
37130       </method>
37131       <method name="Void Invoke(System.Object, N1.A)">
37132         <size>0</size>
37133       </method>
37134       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
37135         <size>0</size>
37136       </method>
37137       <method name="Void EndInvoke(IAsyncResult)">
37138         <size>0</size>
37139       </method>
37140     </type>
37141   </test>
37142   <test name="test-97.cs">
37143     <type name="X">
37144       <method name="Void .ctor()">
37145         <size>7</size>
37146       </method>
37147       <method name="Int32 Main()">
37148         <size>2</size>
37149       </method>
37150     </type>
37151   </test>
37152   <test name="test-98.cs">
37153     <type name="X">
37154       <method name="Void .ctor()">
37155         <size>7</size>
37156       </method>
37157       <method name="Void b()">
37158         <size>19</size>
37159       </method>
37160     </type>
37161     <type name="Y">
37162       <method name="Void .ctor()">
37163         <size>7</size>
37164       </method>
37165       <method name="Int32 Main()">
37166         <size>2</size>
37167       </method>
37168     </type>
37169   </test>
37170   <test name="test-99.cs">
37171     <type name="X">
37172       <method name="Void .ctor()">
37173         <size>7</size>
37174       </method>
37175       <method name="Int32 Main()">
37176         <size>104</size>
37177       </method>
37178     </type>
37179   </test>
37180   <test name="test-anon-01.cs">
37181     <type name="X">
37182       <method name="Void .ctor()">
37183         <size>7</size>
37184       </method>
37185       <method name="Int32 Main()">
37186         <size>21</size>
37187       </method>
37188     </type>
37189     <type name="S">
37190       <method name="Void .ctor(Object, IntPtr)">
37191         <size>0</size>
37192       </method>
37193       <method name="Void Invoke()">
37194         <size>0</size>
37195       </method>
37196       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37197         <size>0</size>
37198       </method>
37199       <method name="Void EndInvoke(IAsyncResult)">
37200         <size>0</size>
37201       </method>
37202     </type>
37203     <type name="X+&lt;Main&gt;c__AnonStorey0">
37204       <method name="Void .ctor()">
37205         <size>7</size>
37206       </method>
37207       <method name="Void &lt;&gt;m__0()">
37208         <size>8</size>
37209       </method>
37210     </type>
37211   </test>
37212   <test name="test-anon-02.cs">
37213     <type name="X">
37214       <method name="Void .ctor()">
37215         <size>7</size>
37216       </method>
37217       <method name="Int32 Main()">
37218         <size>151</size>
37219       </method>
37220     </type>
37221     <type name="S">
37222       <method name="Void .ctor(Object, IntPtr)">
37223         <size>0</size>
37224       </method>
37225       <method name="Void Invoke()">
37226         <size>0</size>
37227       </method>
37228       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37229         <size>0</size>
37230       </method>
37231       <method name="Void EndInvoke(IAsyncResult)">
37232         <size>0</size>
37233       </method>
37234     </type>
37235     <type name="X+&lt;Main&gt;c__AnonStorey0">
37236       <method name="Void .ctor()">
37237         <size>7</size>
37238       </method>
37239       <method name="Void &lt;&gt;m__0()">
37240         <size>113</size>
37241       </method>
37242     </type>
37243   </test>
37244   <test name="test-anon-03.cs">
37245     <type name="X">
37246       <method name="Void .ctor()">
37247         <size>7</size>
37248       </method>
37249       <method name="Void Main()">
37250         <size>59</size>
37251       </method>
37252     </type>
37253     <type name="S">
37254       <method name="Void .ctor(Object, IntPtr)">
37255         <size>0</size>
37256       </method>
37257       <method name="Void Invoke()">
37258         <size>0</size>
37259       </method>
37260       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37261         <size>0</size>
37262       </method>
37263       <method name="Void EndInvoke(IAsyncResult)">
37264         <size>0</size>
37265       </method>
37266     </type>
37267     <type name="X+&lt;Main&gt;c__AnonStorey0">
37268       <method name="Void .ctor()">
37269         <size>7</size>
37270       </method>
37271       <method name="Void &lt;&gt;m__0()">
37272         <size>8</size>
37273       </method>
37274     </type>
37275   </test>
37276   <test name="test-anon-04.cs">
37277     <type name="X">
37278       <method name="Void .ctor()">
37279         <size>7</size>
37280       </method>
37281       <method name="Void Main()">
37282         <size>59</size>
37283       </method>
37284     </type>
37285     <type name="S">
37286       <method name="Void .ctor(Object, IntPtr)">
37287         <size>0</size>
37288       </method>
37289       <method name="Void Invoke()">
37290         <size>0</size>
37291       </method>
37292       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37293         <size>0</size>
37294       </method>
37295       <method name="Void EndInvoke(IAsyncResult)">
37296         <size>0</size>
37297       </method>
37298     </type>
37299     <type name="X+&lt;Main&gt;c__AnonStorey0">
37300       <method name="Void .ctor()">
37301         <size>7</size>
37302       </method>
37303       <method name="Void &lt;&gt;m__0()">
37304         <size>30</size>
37305       </method>
37306     </type>
37307   </test>
37308   <test name="test-anon-05.cs">
37309     <type name="X">
37310       <method name="Void .ctor()">
37311         <size>7</size>
37312       </method>
37313       <method name="Int32 Main()">
37314         <size>207</size>
37315       </method>
37316       <method name="Boolean t(Int32, Int32)">
37317         <size>5</size>
37318       </method>
37319     </type>
37320     <type name="S">
37321       <method name="Void .ctor(Object, IntPtr)">
37322         <size>0</size>
37323       </method>
37324       <method name="Void Invoke()">
37325         <size>0</size>
37326       </method>
37327       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37328         <size>0</size>
37329       </method>
37330       <method name="Void EndInvoke(IAsyncResult)">
37331         <size>0</size>
37332       </method>
37333     </type>
37334     <type name="X+&lt;Main&gt;c__AnonStorey1">
37335       <method name="Void .ctor()">
37336         <size>7</size>
37337       </method>
37338       <method name="Void &lt;&gt;m__0()">
37339         <size>76</size>
37340       </method>
37341     </type>
37342     <type name="X+&lt;Main&gt;c__AnonStorey0">
37343       <method name="Void .ctor()">
37344         <size>7</size>
37345       </method>
37346     </type>
37347   </test>
37348   <test name="test-anon-06.cs">
37349     <type name="X">
37350       <method name="Void .ctor()">
37351         <size>7</size>
37352       </method>
37353       <method name="Int32 Main()">
37354         <size>112</size>
37355       </method>
37356     </type>
37357     <type name="S">
37358       <method name="Void .ctor(Object, IntPtr)">
37359         <size>0</size>
37360       </method>
37361       <method name="Void Invoke()">
37362         <size>0</size>
37363       </method>
37364       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37365         <size>0</size>
37366       </method>
37367       <method name="Void EndInvoke(IAsyncResult)">
37368         <size>0</size>
37369       </method>
37370     </type>
37371     <type name="X+&lt;Main&gt;c__AnonStorey0">
37372       <method name="Void .ctor()">
37373         <size>7</size>
37374       </method>
37375       <method name="Void &lt;&gt;m__0()">
37376         <size>18</size>
37377       </method>
37378     </type>
37379   </test>
37380   <test name="test-anon-07.cs">
37381     <type name="X">
37382       <method name="Void .ctor()">
37383         <size>7</size>
37384       </method>
37385       <method name="Int32 Main()">
37386         <size>120</size>
37387       </method>
37388       <method name="Boolean t(Int32, Int32)">
37389         <size>5</size>
37390       </method>
37391     </type>
37392     <type name="D">
37393       <method name="Void .ctor(Object, IntPtr)">
37394         <size>0</size>
37395       </method>
37396       <method name="Void Invoke()">
37397         <size>0</size>
37398       </method>
37399       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37400         <size>0</size>
37401       </method>
37402       <method name="Void EndInvoke(IAsyncResult)">
37403         <size>0</size>
37404       </method>
37405     </type>
37406     <type name="X+&lt;Main&gt;c__AnonStorey0">
37407       <method name="Void .ctor()">
37408         <size>7</size>
37409       </method>
37410       <method name="Void &lt;&gt;m__0()">
37411         <size>18</size>
37412       </method>
37413       <method name="Void &lt;&gt;m__1()">
37414         <size>18</size>
37415       </method>
37416     </type>
37417   </test>
37418   <test name="test-anon-08.cs">
37419     <type name="X">
37420       <method name="Void .ctor()">
37421         <size>7</size>
37422       </method>
37423       <method name="Int32 Main()">
37424         <size>35</size>
37425       </method>
37426     </type>
37427     <type name="S">
37428       <method name="Void .ctor(Object, IntPtr)">
37429         <size>0</size>
37430       </method>
37431       <method name="Void Invoke()">
37432         <size>0</size>
37433       </method>
37434       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37435         <size>0</size>
37436       </method>
37437       <method name="Void EndInvoke(IAsyncResult)">
37438         <size>0</size>
37439       </method>
37440     </type>
37441     <type name="X+&lt;Main&gt;c__AnonStorey0">
37442       <method name="Void .ctor()">
37443         <size>7</size>
37444       </method>
37445       <method name="Void &lt;&gt;m__0()">
37446         <size>13</size>
37447       </method>
37448     </type>
37449   </test>
37450   <test name="test-anon-09.cs">
37451     <type name="X">
37452       <method name="Void .ctor()">
37453         <size>7</size>
37454       </method>
37455       <method name="Int32 Main()">
37456         <size>59</size>
37457       </method>
37458     </type>
37459     <type name="X+D">
37460       <method name="Void .ctor(Object, IntPtr)">
37461         <size>0</size>
37462       </method>
37463       <method name="Void Invoke()">
37464         <size>0</size>
37465       </method>
37466       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37467         <size>0</size>
37468       </method>
37469       <method name="Void EndInvoke(IAsyncResult)">
37470         <size>0</size>
37471       </method>
37472     </type>
37473     <type name="X+&lt;Main&gt;c__AnonStorey0">
37474       <method name="Void .ctor()">
37475         <size>7</size>
37476       </method>
37477       <method name="Void &lt;&gt;m__0()">
37478         <size>49</size>
37479       </method>
37480     </type>
37481   </test>
37482   <test name="test-anon-10.cs">
37483     <type name="S">
37484       <method name="Void .ctor()">
37485         <size>7</size>
37486       </method>
37487       <method name="Void Test()">
37488         <size>105</size>
37489       </method>
37490       <method name="Int32 Main()">
37491         <size>66</size>
37492       </method>
37493     </type>
37494     <type name="S+T">
37495       <method name="Void .ctor(Object, IntPtr)">
37496         <size>0</size>
37497       </method>
37498       <method name="Void Invoke()">
37499         <size>0</size>
37500       </method>
37501       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37502         <size>0</size>
37503       </method>
37504       <method name="Void EndInvoke(IAsyncResult)">
37505         <size>0</size>
37506       </method>
37507     </type>
37508     <type name="S+&lt;Test&gt;c__AnonStorey1">
37509       <method name="Void .ctor()">
37510         <size>7</size>
37511       </method>
37512     </type>
37513     <type name="S+&lt;Test&gt;c__AnonStorey0">
37514       <method name="Void .ctor()">
37515         <size>7</size>
37516       </method>
37517     </type>
37518     <type name="S+&lt;Test&gt;c__AnonStorey1">
37519       <method name="Void &lt;&gt;m__0()">
37520         <size>76</size>
37521       </method>
37522     </type>
37523   </test>
37524   <test name="test-anon-11.cs">
37525     <type name="X">
37526       <method name="Void .ctor()">
37527         <size>7</size>
37528       </method>
37529       <method name="Int32 Main()">
37530         <size>122</size>
37531       </method>
37532     </type>
37533     <type name="D">
37534       <method name="Void .ctor(Object, IntPtr)">
37535         <size>0</size>
37536       </method>
37537       <method name="Void Invoke(Int32)">
37538         <size>0</size>
37539       </method>
37540       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37541         <size>0</size>
37542       </method>
37543       <method name="Void EndInvoke(IAsyncResult)">
37544         <size>0</size>
37545       </method>
37546     </type>
37547     <type name="E">
37548       <method name="Void .ctor(Object, IntPtr)">
37549         <size>0</size>
37550       </method>
37551       <method name="Void Invoke(Int32 ByRef)">
37552         <size>0</size>
37553       </method>
37554       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
37555         <size>0</size>
37556       </method>
37557       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
37558         <size>0</size>
37559       </method>
37560     </type>
37561     <type name="F">
37562       <method name="Void .ctor(Object, IntPtr)">
37563         <size>0</size>
37564       </method>
37565       <method name="Void Invoke(System.Int32[])">
37566         <size>0</size>
37567       </method>
37568       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
37569         <size>0</size>
37570       </method>
37571       <method name="Void EndInvoke(IAsyncResult)">
37572         <size>0</size>
37573       </method>
37574     </type>
37575     <type name="X">
37576       <method name="Void &lt;Main&gt;m__0(Int32)">
37577         <size>1</size>
37578       </method>
37579       <method name="Void &lt;Main&gt;m__1(Int32)">
37580         <size>1</size>
37581       </method>
37582       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
37583         <size>1</size>
37584       </method>
37585       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
37586         <size>1</size>
37587       </method>
37588     </type>
37589   </test>
37590   <test name="test-anon-12.cs">
37591     <type name="X">
37592       <method name="Void .ctor()">
37593         <size>7</size>
37594       </method>
37595       <method name="Int32 Main()">
37596         <size>257</size>
37597       </method>
37598       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
37599         <size>81</size>
37600       </method>
37601     </type>
37602     <type name="predicate">
37603       <method name="Void .ctor(Object, IntPtr)">
37604         <size>0</size>
37605       </method>
37606       <method name="Boolean Invoke(System.Object)">
37607         <size>0</size>
37608       </method>
37609       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
37610         <size>0</size>
37611       </method>
37612       <method name="Boolean EndInvoke(IAsyncResult)">
37613         <size>0</size>
37614       </method>
37615     </type>
37616     <type name="X">
37617       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
37618         <size>12</size>
37619       </method>
37620     </type>
37621   </test>
37622   <test name="test-anon-13.cs">
37623     <type name="X">
37624       <method name="Void .ctor(Int32)">
37625         <size>14</size>
37626       </method>
37627       <method name="Void Main()">
37628         <size>42</size>
37629       </method>
37630       <method name="D T()">
37631         <size>15</size>
37632       </method>
37633       <method name="System.String CALL()">
37634         <size>6</size>
37635       </method>
37636     </type>
37637     <type name="D">
37638       <method name="Void .ctor(Object, IntPtr)">
37639         <size>0</size>
37640       </method>
37641       <method name="Void Invoke()">
37642         <size>0</size>
37643       </method>
37644       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37645         <size>0</size>
37646       </method>
37647       <method name="Void EndInvoke(IAsyncResult)">
37648         <size>0</size>
37649       </method>
37650     </type>
37651     <type name="X">
37652       <method name="Void &lt;T&gt;m__0()">
37653         <size>22</size>
37654       </method>
37655     </type>
37656   </test>
37657   <test name="test-anon-14.cs">
37658     <type name="X">
37659       <method name="Void .ctor()">
37660         <size>7</size>
37661       </method>
37662       <method name="Void add_Click(X+T)">
37663         <size>22</size>
37664       </method>
37665       <method name="Void remove_Click(X+T)">
37666         <size>22</size>
37667       </method>
37668       <method name="Void Method()">
37669         <size>1</size>
37670       </method>
37671       <method name="Void Main()">
37672         <size>46</size>
37673       </method>
37674     </type>
37675     <type name="X+T">
37676       <method name="Void .ctor(Object, IntPtr)">
37677         <size>0</size>
37678       </method>
37679       <method name="Void Invoke()">
37680         <size>0</size>
37681       </method>
37682       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37683         <size>0</size>
37684       </method>
37685       <method name="Void EndInvoke(IAsyncResult)">
37686         <size>0</size>
37687       </method>
37688     </type>
37689   </test>
37690   <test name="test-anon-15.cs">
37691     <type name="Foo">
37692       <method name="Void .ctor()">
37693         <size>7</size>
37694       </method>
37695       <method name="Void Main()">
37696         <size>43</size>
37697       </method>
37698     </type>
37699     <type name="Foo+Inner">
37700       <method name="Void .ctor(String)">
37701         <size>7</size>
37702       </method>
37703     </type>
37704     <type name="Foo+foo_fn">
37705       <method name="Void .ctor(Object, IntPtr)">
37706         <size>0</size>
37707       </method>
37708       <method name="Foo+Inner Invoke(System.String)">
37709         <size>0</size>
37710       </method>
37711       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
37712         <size>0</size>
37713       </method>
37714       <method name="Foo+Inner EndInvoke(IAsyncResult)">
37715         <size>0</size>
37716       </method>
37717     </type>
37718     <type name="Foo">
37719       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
37720         <size>13</size>
37721       </method>
37722     </type>
37723   </test>
37724   <test name="test-anon-16.cs">
37725     <type name="X">
37726       <method name="Void .ctor(Int32)">
37727         <size>14</size>
37728       </method>
37729       <method name="Void Main()">
37730         <size>42</size>
37731       </method>
37732       <method name="D T()">
37733         <size>15</size>
37734       </method>
37735     </type>
37736     <type name="D">
37737       <method name="Void .ctor(Object, IntPtr)">
37738         <size>0</size>
37739       </method>
37740       <method name="Void Invoke()">
37741         <size>0</size>
37742       </method>
37743       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37744         <size>0</size>
37745       </method>
37746       <method name="Void EndInvoke(IAsyncResult)">
37747         <size>0</size>
37748       </method>
37749     </type>
37750     <type name="X">
37751       <method name="Void &lt;T&gt;m__0()">
37752         <size>27</size>
37753       </method>
37754     </type>
37755   </test>
37756   <test name="test-anon-17.cs">
37757     <type name="Button">
37758       <method name="Void .ctor()">
37759         <size>7</size>
37760       </method>
37761       <method name="Void add_Clicked(ClickEvent)">
37762         <size>24</size>
37763       </method>
37764       <method name="Void remove_Clicked(ClickEvent)">
37765         <size>24</size>
37766       </method>
37767       <method name="Void DoClick()">
37768         <size>12</size>
37769       </method>
37770     </type>
37771     <type name="X">
37772       <method name="Void .ctor()">
37773         <size>7</size>
37774       </method>
37775       <method name="Void .cctor()">
37776         <size>1</size>
37777       </method>
37778       <method name="Int32 Main()">
37779         <size>61</size>
37780       </method>
37781     </type>
37782     <type name="ClickEvent">
37783       <method name="Void .ctor(Object, IntPtr)">
37784         <size>0</size>
37785       </method>
37786       <method name="Void Invoke()">
37787         <size>0</size>
37788       </method>
37789       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37790         <size>0</size>
37791       </method>
37792       <method name="Void EndInvoke(IAsyncResult)">
37793         <size>0</size>
37794       </method>
37795     </type>
37796     <type name="X">
37797       <method name="Void &lt;Main&gt;m__0()">
37798         <size>17</size>
37799       </method>
37800     </type>
37801   </test>
37802   <test name="test-anon-18.cs">
37803     <type name="DelegateTest">
37804       <method name="Void .ctor()">
37805         <size>7</size>
37806       </method>
37807       <method name="Void Main(System.String[])">
37808         <size>83</size>
37809       </method>
37810     </type>
37811     <type name="A">
37812       <method name="Void .ctor(Object, IntPtr)">
37813         <size>0</size>
37814       </method>
37815       <method name="Void Invoke()">
37816         <size>0</size>
37817       </method>
37818       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37819         <size>0</size>
37820       </method>
37821       <method name="Void EndInvoke(IAsyncResult)">
37822         <size>0</size>
37823       </method>
37824     </type>
37825     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
37826       <method name="Void .ctor()">
37827         <size>7</size>
37828       </method>
37829       <method name="Void &lt;&gt;m__0()">
37830         <size>17</size>
37831       </method>
37832     </type>
37833   </test>
37834   <test name="test-anon-19.cs">
37835     <type name="X">
37836       <method name="Void .ctor()">
37837         <size>7</size>
37838       </method>
37839       <method name="Int32 Main()">
37840         <size>223</size>
37841       </method>
37842       <method name="Boolean t(Int32, Int32)">
37843         <size>5</size>
37844       </method>
37845     </type>
37846     <type name="S">
37847       <method name="Void .ctor(Object, IntPtr)">
37848         <size>0</size>
37849       </method>
37850       <method name="Void Invoke()">
37851         <size>0</size>
37852       </method>
37853       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37854         <size>0</size>
37855       </method>
37856       <method name="Void EndInvoke(IAsyncResult)">
37857         <size>0</size>
37858       </method>
37859     </type>
37860     <type name="X+&lt;Main&gt;c__AnonStorey1">
37861       <method name="Void .ctor()">
37862         <size>7</size>
37863       </method>
37864       <method name="Void &lt;&gt;m__0()">
37865         <size>93</size>
37866       </method>
37867     </type>
37868     <type name="X+&lt;Main&gt;c__AnonStorey0">
37869       <method name="Void .ctor()">
37870         <size>7</size>
37871       </method>
37872     </type>
37873   </test>
37874   <test name="test-anon-20.cs">
37875     <type name="X">
37876       <method name="Void .ctor()">
37877         <size>7</size>
37878       </method>
37879       <method name="Void Main()">
37880         <size>33</size>
37881       </method>
37882       <method name="D MainHost()">
37883         <size>28</size>
37884       </method>
37885     </type>
37886     <type name="D">
37887       <method name="Void .ctor(Object, IntPtr)">
37888         <size>0</size>
37889       </method>
37890       <method name="Void Invoke()">
37891         <size>0</size>
37892       </method>
37893       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37894         <size>0</size>
37895       </method>
37896       <method name="Void EndInvoke(IAsyncResult)">
37897         <size>0</size>
37898       </method>
37899     </type>
37900     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
37901       <method name="Void .ctor()">
37902         <size>7</size>
37903       </method>
37904       <method name="Void &lt;&gt;m__0()">
37905         <size>52</size>
37906       </method>
37907     </type>
37908     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
37909       <method name="Void .ctor()">
37910         <size>7</size>
37911       </method>
37912       <method name="Void &lt;&gt;m__1()">
37913         <size>52</size>
37914       </method>
37915     </type>
37916   </test>
37917   <test name="test-anon-21.cs">
37918     <type name="X">
37919       <method name="Void .ctor()">
37920         <size>7</size>
37921       </method>
37922       <method name="Void .cctor()">
37923         <size>1</size>
37924       </method>
37925       <method name="Int32 Main()">
37926         <size>68</size>
37927       </method>
37928       <method name="Void M()">
37929         <size>44</size>
37930       </method>
37931     </type>
37932     <type name="D">
37933       <method name="Void .ctor(Object, IntPtr)">
37934         <size>0</size>
37935       </method>
37936       <method name="Void Invoke()">
37937         <size>0</size>
37938       </method>
37939       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37940         <size>0</size>
37941       </method>
37942       <method name="Void EndInvoke(IAsyncResult)">
37943         <size>0</size>
37944       </method>
37945     </type>
37946     <type name="X+&lt;M&gt;c__AnonStorey0">
37947       <method name="Void .ctor()">
37948         <size>7</size>
37949       </method>
37950       <method name="Void &lt;&gt;m__0()">
37951         <size>48</size>
37952       </method>
37953     </type>
37954     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
37955       <method name="Void .ctor()">
37956         <size>7</size>
37957       </method>
37958       <method name="Void &lt;&gt;m__1()">
37959         <size>81</size>
37960       </method>
37961     </type>
37962   </test>
37963   <test name="test-anon-22.cs">
37964     <type name="X">
37965       <method name="Void .ctor()">
37966         <size>7</size>
37967       </method>
37968       <method name="Void Main()">
37969         <size>33</size>
37970       </method>
37971       <method name="D T()">
37972         <size>28</size>
37973       </method>
37974     </type>
37975     <type name="D">
37976       <method name="Void .ctor(Object, IntPtr)">
37977         <size>0</size>
37978       </method>
37979       <method name="Void Invoke()">
37980         <size>0</size>
37981       </method>
37982       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37983         <size>0</size>
37984       </method>
37985       <method name="Void EndInvoke(IAsyncResult)">
37986         <size>0</size>
37987       </method>
37988     </type>
37989     <type name="X+&lt;T&gt;c__AnonStorey0">
37990       <method name="Void .ctor()">
37991         <size>7</size>
37992       </method>
37993       <method name="Void &lt;&gt;m__0()">
37994         <size>52</size>
37995       </method>
37996     </type>
37997     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
37998       <method name="Void .ctor()">
37999         <size>7</size>
38000       </method>
38001       <method name="Void &lt;&gt;m__1()">
38002         <size>52</size>
38003       </method>
38004     </type>
38005   </test>
38006   <test name="test-anon-23.cs">
38007     <type name="X">
38008       <method name="Void .ctor()">
38009         <size>7</size>
38010       </method>
38011       <method name="Int32 Main()">
38012         <size>68</size>
38013       </method>
38014       <method name="Void M()">
38015         <size>34</size>
38016       </method>
38017     </type>
38018     <type name="D">
38019       <method name="Void .ctor(Object, IntPtr)">
38020         <size>0</size>
38021       </method>
38022       <method name="Void Invoke()">
38023         <size>0</size>
38024       </method>
38025       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38026         <size>0</size>
38027       </method>
38028       <method name="Void EndInvoke(IAsyncResult)">
38029         <size>0</size>
38030       </method>
38031     </type>
38032     <type name="X+&lt;M&gt;c__AnonStorey0">
38033       <method name="Void .ctor()">
38034         <size>7</size>
38035       </method>
38036       <method name="Void &lt;&gt;m__0()">
38037         <size>38</size>
38038       </method>
38039     </type>
38040     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
38041       <method name="Void .ctor()">
38042         <size>7</size>
38043       </method>
38044       <method name="Void &lt;&gt;m__1()">
38045         <size>24</size>
38046       </method>
38047     </type>
38048   </test>
38049   <test name="test-anon-24.cs">
38050     <type name="X">
38051       <method name="Void .ctor()">
38052         <size>7</size>
38053       </method>
38054       <method name="Void Main()">
38055         <size>29</size>
38056       </method>
38057       <method name="D T(Int32)">
38058         <size>28</size>
38059       </method>
38060     </type>
38061     <type name="D">
38062       <method name="Void .ctor(Object, IntPtr)">
38063         <size>0</size>
38064       </method>
38065       <method name="Int32 Invoke()">
38066         <size>0</size>
38067       </method>
38068       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38069         <size>0</size>
38070       </method>
38071       <method name="Int32 EndInvoke(IAsyncResult)">
38072         <size>0</size>
38073       </method>
38074     </type>
38075     <type name="X+&lt;T&gt;c__AnonStorey0">
38076       <method name="Void .ctor()">
38077         <size>7</size>
38078       </method>
38079       <method name="Int32 &lt;&gt;m__0()">
38080         <size>21</size>
38081       </method>
38082     </type>
38083   </test>
38084   <test name="test-anon-25.cs">
38085     <type name="X">
38086       <method name="Void .ctor()">
38087         <size>7</size>
38088       </method>
38089       <method name="Int32 Main()">
38090         <size>48</size>
38091       </method>
38092       <method name="D T(Int32)">
38093         <size>28</size>
38094       </method>
38095     </type>
38096     <type name="D">
38097       <method name="Void .ctor(Object, IntPtr)">
38098         <size>0</size>
38099       </method>
38100       <method name="Int32 Invoke(Int32)">
38101         <size>0</size>
38102       </method>
38103       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38104         <size>0</size>
38105       </method>
38106       <method name="Int32 EndInvoke(IAsyncResult)">
38107         <size>0</size>
38108       </method>
38109     </type>
38110     <type name="X+&lt;T&gt;c__AnonStorey0">
38111       <method name="Void .ctor()">
38112         <size>7</size>
38113       </method>
38114       <method name="Int32 &lt;&gt;m__0(Int32)">
38115         <size>9</size>
38116       </method>
38117     </type>
38118   </test>
38119   <test name="test-anon-27.cs">
38120     <type name="X">
38121       <method name="Void .ctor()">
38122         <size>7</size>
38123       </method>
38124       <method name="Int32 Main()">
38125         <size>138</size>
38126       </method>
38127       <method name="Void M(Int32)">
38128         <size>59</size>
38129       </method>
38130     </type>
38131     <type name="D">
38132       <method name="Void .ctor(Object, IntPtr)">
38133         <size>0</size>
38134       </method>
38135       <method name="Void Invoke()">
38136         <size>0</size>
38137       </method>
38138       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38139         <size>0</size>
38140       </method>
38141       <method name="Void EndInvoke(IAsyncResult)">
38142         <size>0</size>
38143       </method>
38144     </type>
38145     <type name="X+&lt;M&gt;c__AnonStorey0">
38146       <method name="Void .ctor()">
38147         <size>7</size>
38148       </method>
38149       <method name="Void &lt;&gt;m__0()">
38150         <size>38</size>
38151       </method>
38152     </type>
38153     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
38154       <method name="Void .ctor()">
38155         <size>7</size>
38156       </method>
38157       <method name="Void &lt;&gt;m__1()">
38158         <size>50</size>
38159       </method>
38160     </type>
38161   </test>
38162   <test name="test-anon-28.cs">
38163     <type name="Delegable">
38164       <method name="Void .ctor()">
38165         <size>7</size>
38166       </method>
38167       <method name="Void add_MyDelegate(System.EventHandler)">
38168         <size>24</size>
38169       </method>
38170       <method name="Void remove_MyDelegate(System.EventHandler)">
38171         <size>24</size>
38172       </method>
38173     </type>
38174     <type name="DelegateTest">
38175       <method name="Void .ctor()">
38176         <size>7</size>
38177       </method>
38178       <method name="Void Main(System.String[])">
38179         <size>58</size>
38180       </method>
38181     </type>
38182     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
38183       <method name="Void .ctor()">
38184         <size>7</size>
38185       </method>
38186       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
38187         <size>33</size>
38188       </method>
38189     </type>
38190   </test>
38191   <test name="test-anon-29.cs">
38192     <type name="X">
38193       <method name="Void .ctor()">
38194         <size>108</size>
38195       </method>
38196       <method name="System.String Hello()">
38197         <size>20</size>
38198       </method>
38199       <method name="Void Main()">
38200         <size>18</size>
38201       </method>
38202     </type>
38203     <type name="X+Foo">
38204       <method name="Void .ctor(Object, IntPtr)">
38205         <size>0</size>
38206       </method>
38207       <method name="System.String Invoke()">
38208         <size>0</size>
38209       </method>
38210       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38211         <size>0</size>
38212       </method>
38213       <method name="System.String EndInvoke(IAsyncResult)">
38214         <size>0</size>
38215       </method>
38216     </type>
38217     <type name="X+Bar">
38218       <method name="Void .ctor(Object, IntPtr)">
38219         <size>0</size>
38220       </method>
38221       <method name="Void Invoke(System.String)">
38222         <size>0</size>
38223       </method>
38224       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
38225         <size>0</size>
38226       </method>
38227       <method name="Void EndInvoke(IAsyncResult)">
38228         <size>0</size>
38229       </method>
38230     </type>
38231     <type name="X">
38232       <method name="Void &lt;Hello&gt;m__1(System.String)">
38233         <size>7</size>
38234       </method>
38235       <method name="System.String &lt;Hello&gt;m__0()">
38236         <size>201</size>
38237       </method>
38238       <method name="Void &lt;Hello&gt;m__2(System.String)">
38239         <size>7</size>
38240       </method>
38241     </type>
38242   </test>
38243   <test name="test-anon-30.cs">
38244     <type name="X">
38245       <method name="Void .ctor()">
38246         <size>7</size>
38247       </method>
38248     </type>
38249     <type name="Program">
38250       <method name="Void add_E(Program+D)">
38251         <size>22</size>
38252       </method>
38253       <method name="Void remove_E(Program+D)">
38254         <size>22</size>
38255       </method>
38256       <method name="Void Main()">
38257         <size>38</size>
38258       </method>
38259     </type>
38260     <type name="Program+D">
38261       <method name="Void .ctor(Object, IntPtr)">
38262         <size>0</size>
38263       </method>
38264       <method name="Void Invoke(X)">
38265         <size>0</size>
38266       </method>
38267       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
38268         <size>0</size>
38269       </method>
38270       <method name="Void EndInvoke(IAsyncResult)">
38271         <size>0</size>
38272       </method>
38273     </type>
38274     <type name="Program+&lt;Main&gt;c__AnonStorey0">
38275       <method name="Void .ctor()">
38276         <size>7</size>
38277       </method>
38278       <method name="Void &lt;&gt;m__0(X)">
38279         <size>15</size>
38280       </method>
38281     </type>
38282   </test>
38283   <test name="test-anon-31.cs">
38284     <type name="test">
38285       <method name="Void .ctor()">
38286         <size>7</size>
38287       </method>
38288       <method name="IEnumerable testen(Int32)">
38289         <size>30</size>
38290       </method>
38291     </type>
38292     <type name="reflect">
38293       <method name="Void .ctor()">
38294         <size>7</size>
38295       </method>
38296       <method name="Void Main(System.String[])">
38297         <size>122</size>
38298       </method>
38299     </type>
38300     <type name="test+&lt;testen&gt;c__Iterator0">
38301       <method name="Void .ctor()">
38302         <size>7</size>
38303       </method>
38304       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38305         <size>7</size>
38306       </method>
38307       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
38308         <size>7</size>
38309       </method>
38310       <method name="Boolean MoveNext()">
38311         <size>195</size>
38312       </method>
38313       <method name="Void Dispose()">
38314         <size>8</size>
38315       </method>
38316       <method name="Void Reset()">
38317         <size>6</size>
38318       </method>
38319       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38320         <size>7</size>
38321       </method>
38322       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
38323         <size>40</size>
38324       </method>
38325     </type>
38326   </test>
38327   <test name="test-anon-32.cs">
38328     <type name="MainClass">
38329       <method name="Void .ctor()">
38330         <size>7</size>
38331       </method>
38332       <method name="Void Main()">
38333         <size>37</size>
38334       </method>
38335       <method name="Void SimpleCallback(MainClass, System.String)">
38336         <size>7</size>
38337       </method>
38338     </type>
38339     <type name="StringSender">
38340       <method name="Void .ctor(Object, IntPtr)">
38341         <size>0</size>
38342       </method>
38343       <method name="Void Invoke(System.String)">
38344         <size>0</size>
38345       </method>
38346       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
38347         <size>0</size>
38348       </method>
38349       <method name="Void EndInvoke(IAsyncResult)">
38350         <size>0</size>
38351       </method>
38352     </type>
38353     <type name="VoidDelegate">
38354       <method name="Void .ctor(Object, IntPtr)">
38355         <size>0</size>
38356       </method>
38357       <method name="Void Invoke()">
38358         <size>0</size>
38359       </method>
38360       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38361         <size>0</size>
38362       </method>
38363       <method name="Void EndInvoke(IAsyncResult)">
38364         <size>0</size>
38365       </method>
38366     </type>
38367     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
38368       <method name="Void .ctor()">
38369         <size>7</size>
38370       </method>
38371       <method name="Void &lt;&gt;m__0()">
38372         <size>25</size>
38373       </method>
38374       <method name="Void &lt;&gt;m__1(System.String)">
38375         <size>13</size>
38376       </method>
38377     </type>
38378   </test>
38379   <test name="test-anon-33.cs">
38380     <type name="T">
38381       <method name="Void .ctor()">
38382         <size>7</size>
38383       </method>
38384       <method name="Void doit(Int32)">
38385         <size>7</size>
38386       </method>
38387       <method name="Void Main()">
38388         <size>162</size>
38389       </method>
38390     </type>
38391     <type name="Do">
38392       <method name="Void .ctor(Object, IntPtr)">
38393         <size>0</size>
38394       </method>
38395       <method name="Void Invoke()">
38396         <size>0</size>
38397       </method>
38398       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38399         <size>0</size>
38400       </method>
38401       <method name="Void EndInvoke(IAsyncResult)">
38402         <size>0</size>
38403       </method>
38404     </type>
38405     <type name="T+&lt;Main&gt;c__AnonStorey0">
38406       <method name="Void .ctor()">
38407         <size>7</size>
38408       </method>
38409       <method name="Void &lt;&gt;m__0()">
38410         <size>12</size>
38411       </method>
38412     </type>
38413     <type name="T+&lt;Main&gt;c__AnonStorey1">
38414       <method name="Void .ctor()">
38415         <size>7</size>
38416       </method>
38417       <method name="Void &lt;&gt;m__1()">
38418         <size>12</size>
38419       </method>
38420     </type>
38421   </test>
38422   <test name="test-anon-34.cs">
38423     <type name="Delegates.Space">
38424       <method name="Void .ctor()">
38425         <size>7</size>
38426       </method>
38427       <method name="Void Leak(Boolean, Int32)">
38428         <size>92</size>
38429       </method>
38430     </type>
38431     <type name="Delegates.Program">
38432       <method name="Void .ctor()">
38433         <size>7</size>
38434       </method>
38435       <method name="Void SpaceLeak()">
38436         <size>37</size>
38437       </method>
38438       <method name="Void Main(System.String[])">
38439         <size>6</size>
38440       </method>
38441     </type>
38442     <type name="Delegates.Space+DoCopy">
38443       <method name="Void .ctor(Object, IntPtr)">
38444         <size>0</size>
38445       </method>
38446       <method name="Void Invoke()">
38447         <size>0</size>
38448       </method>
38449       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38450         <size>0</size>
38451       </method>
38452       <method name="Void EndInvoke(IAsyncResult)">
38453         <size>0</size>
38454       </method>
38455     </type>
38456     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
38457       <method name="Void .ctor()">
38458         <size>7</size>
38459       </method>
38460       <method name="Void &lt;&gt;m__0()">
38461         <size>23</size>
38462       </method>
38463     </type>
38464     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
38465       <method name="Void .ctor()">
38466         <size>7</size>
38467       </method>
38468       <method name="Void &lt;&gt;m__1()">
38469         <size>19</size>
38470       </method>
38471     </type>
38472   </test>
38473   <test name="test-anon-35.cs">
38474     <type name="CustomDict">
38475       <method name="Void .ctor()">
38476         <size>66</size>
38477       </method>
38478       <method name="IEnumerator GetEnumerator()">
38479         <size>15</size>
38480       </method>
38481     </type>
38482     <type name="Tests">
38483       <method name="Void .ctor()">
38484         <size>7</size>
38485       </method>
38486       <method name="Void Main()">
38487         <size>7</size>
38488       </method>
38489     </type>
38490     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
38491       <method name="Void .ctor()">
38492         <size>7</size>
38493       </method>
38494       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38495         <size>7</size>
38496       </method>
38497       <method name="Boolean MoveNext()">
38498         <size>86</size>
38499       </method>
38500       <method name="Void Dispose()">
38501         <size>8</size>
38502       </method>
38503       <method name="Void Reset()">
38504         <size>6</size>
38505       </method>
38506       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38507         <size>7</size>
38508       </method>
38509     </type>
38510   </test>
38511   <test name="test-anon-36.cs">
38512     <type name="Test">
38513       <method name="Void .ctor(TestMethod)">
38514         <size>7</size>
38515       </method>
38516       <method name="Void .ctor(TestMethod2)">
38517         <size>7</size>
38518       </method>
38519       <method name="Void Main()">
38520         <size>36</size>
38521       </method>
38522     </type>
38523     <type name="TestMethod">
38524       <method name="Void .ctor(Object, IntPtr)">
38525         <size>0</size>
38526       </method>
38527       <method name="Void Invoke()">
38528         <size>0</size>
38529       </method>
38530       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38531         <size>0</size>
38532       </method>
38533       <method name="Void EndInvoke(IAsyncResult)">
38534         <size>0</size>
38535       </method>
38536     </type>
38537     <type name="TestMethod2">
38538       <method name="Void .ctor(Object, IntPtr)">
38539         <size>0</size>
38540       </method>
38541       <method name="Void Invoke(System.Object)">
38542         <size>0</size>
38543       </method>
38544       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
38545         <size>0</size>
38546       </method>
38547       <method name="Void EndInvoke(IAsyncResult)">
38548         <size>0</size>
38549       </method>
38550     </type>
38551     <type name="Test">
38552       <method name="Void &lt;Main&gt;m__0()">
38553         <size>1</size>
38554       </method>
38555     </type>
38556   </test>
38557   <test name="test-anon-37.cs">
38558     <type name="DelegateInit">
38559       <method name="Void .ctor()">
38560         <size>7</size>
38561       </method>
38562       <method name="Void .cctor()">
38563         <size>35</size>
38564       </method>
38565       <method name="Void Main(System.String[])">
38566         <size>11</size>
38567       </method>
38568     </type>
38569     <type name="DelegateInit+FooDelegate">
38570       <method name="Void .ctor(Object, IntPtr)">
38571         <size>0</size>
38572       </method>
38573       <method name="Void Invoke()">
38574         <size>0</size>
38575       </method>
38576       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38577         <size>0</size>
38578       </method>
38579       <method name="Void EndInvoke(IAsyncResult)">
38580         <size>0</size>
38581       </method>
38582     </type>
38583     <type name="DelegateInit">
38584       <method name="Void &lt;_print&gt;m__0()">
38585         <size>11</size>
38586       </method>
38587     </type>
38588   </test>
38589   <test name="test-anon-38.cs">
38590     <type name="X">
38591       <method name="Void .ctor()">
38592         <size>7</size>
38593       </method>
38594       <method name="Void Hello(Int64, Int64)">
38595         <size>1</size>
38596       </method>
38597       <method name="Void Test(Int32)">
38598         <size>67</size>
38599       </method>
38600       <method name="Void Main()">
38601         <size>14</size>
38602       </method>
38603     </type>
38604     <type name="Simple">
38605       <method name="Void .ctor(Object, IntPtr)">
38606         <size>0</size>
38607       </method>
38608       <method name="Void Invoke()">
38609         <size>0</size>
38610       </method>
38611       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38612         <size>0</size>
38613       </method>
38614       <method name="Void EndInvoke(IAsyncResult)">
38615         <size>0</size>
38616       </method>
38617     </type>
38618     <type name="Foo">
38619       <method name="Void .ctor(Object, IntPtr)">
38620         <size>0</size>
38621       </method>
38622       <method name="Simple Invoke()">
38623         <size>0</size>
38624       </method>
38625       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38626         <size>0</size>
38627       </method>
38628       <method name="Simple EndInvoke(IAsyncResult)">
38629         <size>0</size>
38630       </method>
38631     </type>
38632     <type name="X+&lt;Test&gt;c__AnonStorey0">
38633       <method name="Void .ctor()">
38634         <size>7</size>
38635       </method>
38636       <method name="Simple &lt;&gt;m__0()">
38637         <size>64</size>
38638       </method>
38639     </type>
38640     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38641       <method name="Void .ctor()">
38642         <size>7</size>
38643       </method>
38644       <method name="Void &lt;&gt;m__1()">
38645         <size>34</size>
38646       </method>
38647     </type>
38648   </test>
38649   <test name="test-anon-39.cs">
38650     <type name="X">
38651       <method name="Void .ctor()">
38652         <size>7</size>
38653       </method>
38654       <method name="Void Hello(Int64)">
38655         <size>1</size>
38656       </method>
38657       <method name="Void Test(Int32)">
38658         <size>65</size>
38659       </method>
38660       <method name="Void Main()">
38661         <size>14</size>
38662       </method>
38663     </type>
38664     <type name="Simple">
38665       <method name="Void .ctor(Object, IntPtr)">
38666         <size>0</size>
38667       </method>
38668       <method name="Void Invoke()">
38669         <size>0</size>
38670       </method>
38671       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38672         <size>0</size>
38673       </method>
38674       <method name="Void EndInvoke(IAsyncResult)">
38675         <size>0</size>
38676       </method>
38677     </type>
38678     <type name="Foo">
38679       <method name="Void .ctor(Object, IntPtr)">
38680         <size>0</size>
38681       </method>
38682       <method name="Simple Invoke()">
38683         <size>0</size>
38684       </method>
38685       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38686         <size>0</size>
38687       </method>
38688       <method name="Simple EndInvoke(IAsyncResult)">
38689         <size>0</size>
38690       </method>
38691     </type>
38692     <type name="X+&lt;Test&gt;c__AnonStorey0">
38693       <method name="Void .ctor()">
38694         <size>7</size>
38695       </method>
38696       <method name="Simple &lt;&gt;m__0()">
38697         <size>30</size>
38698       </method>
38699       <method name="Void &lt;&gt;m__1()">
38700         <size>18</size>
38701       </method>
38702     </type>
38703   </test>
38704   <test name="test-anon-40.cs">
38705     <type name="X">
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>65</size>
38714       </method>
38715       <method name="Void Main()">
38716         <size>14</size>
38717       </method>
38718     </type>
38719     <type name="Simple">
38720       <method name="Void .ctor(Object, IntPtr)">
38721         <size>0</size>
38722       </method>
38723       <method name="Void Invoke()">
38724         <size>0</size>
38725       </method>
38726       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38727         <size>0</size>
38728       </method>
38729       <method name="Void EndInvoke(IAsyncResult)">
38730         <size>0</size>
38731       </method>
38732     </type>
38733     <type name="Foo">
38734       <method name="Void .ctor(Object, IntPtr)">
38735         <size>0</size>
38736       </method>
38737       <method name="Simple Invoke()">
38738         <size>0</size>
38739       </method>
38740       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38741         <size>0</size>
38742       </method>
38743       <method name="Simple EndInvoke(IAsyncResult)">
38744         <size>0</size>
38745       </method>
38746     </type>
38747     <type name="X+&lt;Test&gt;c__AnonStorey0">
38748       <method name="Void .ctor()">
38749         <size>7</size>
38750       </method>
38751       <method name="Simple &lt;&gt;m__0()">
38752         <size>30</size>
38753       </method>
38754       <method name="Void &lt;&gt;m__1()">
38755         <size>18</size>
38756       </method>
38757     </type>
38758   </test>
38759   <test name="test-anon-41.cs">
38760     <type name="X">
38761       <method name="Void .ctor()">
38762         <size>7</size>
38763       </method>
38764       <method name="Void Hello(Int64)">
38765         <size>1</size>
38766       </method>
38767       <method name="Void Test(Int32)">
38768         <size>65</size>
38769       </method>
38770       <method name="Void Main()">
38771         <size>14</size>
38772       </method>
38773     </type>
38774     <type name="Simple">
38775       <method name="Void .ctor(Object, IntPtr)">
38776         <size>0</size>
38777       </method>
38778       <method name="Void Invoke()">
38779         <size>0</size>
38780       </method>
38781       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38782         <size>0</size>
38783       </method>
38784       <method name="Void EndInvoke(IAsyncResult)">
38785         <size>0</size>
38786       </method>
38787     </type>
38788     <type name="Foo">
38789       <method name="Void .ctor(Object, IntPtr)">
38790         <size>0</size>
38791       </method>
38792       <method name="Simple Invoke()">
38793         <size>0</size>
38794       </method>
38795       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38796         <size>0</size>
38797       </method>
38798       <method name="Simple EndInvoke(IAsyncResult)">
38799         <size>0</size>
38800       </method>
38801     </type>
38802     <type name="X+&lt;Test&gt;c__AnonStorey0">
38803       <method name="Void .ctor()">
38804         <size>7</size>
38805       </method>
38806       <method name="Simple &lt;&gt;m__0()">
38807         <size>55</size>
38808       </method>
38809     </type>
38810     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38811       <method name="Void .ctor()">
38812         <size>7</size>
38813       </method>
38814       <method name="Void &lt;&gt;m__1()">
38815         <size>35</size>
38816       </method>
38817     </type>
38818   </test>
38819   <test name="test-anon-42.cs">
38820     <type name="X">
38821       <method name="Void .ctor()">
38822         <size>7</size>
38823       </method>
38824       <method name="Void Hello(Int64)">
38825         <size>1</size>
38826       </method>
38827       <method name="Void Test(Int32)">
38828         <size>51</size>
38829       </method>
38830       <method name="Void Main()">
38831         <size>13</size>
38832       </method>
38833     </type>
38834     <type name="Simple">
38835       <method name="Void .ctor(Object, IntPtr)">
38836         <size>0</size>
38837       </method>
38838       <method name="Void Invoke()">
38839         <size>0</size>
38840       </method>
38841       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38842         <size>0</size>
38843       </method>
38844       <method name="Void EndInvoke(IAsyncResult)">
38845         <size>0</size>
38846       </method>
38847     </type>
38848     <type name="Foo">
38849       <method name="Void .ctor(Object, IntPtr)">
38850         <size>0</size>
38851       </method>
38852       <method name="Simple Invoke()">
38853         <size>0</size>
38854       </method>
38855       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38856         <size>0</size>
38857       </method>
38858       <method name="Simple EndInvoke(IAsyncResult)">
38859         <size>0</size>
38860       </method>
38861     </type>
38862     <type name="X">
38863       <method name="Simple &lt;Test&gt;m__0()">
38864         <size>37</size>
38865       </method>
38866       <method name="Void &lt;Test&gt;m__1()">
38867         <size>8</size>
38868       </method>
38869     </type>
38870   </test>
38871   <test name="test-anon-43.cs">
38872     <type name="X">
38873       <method name="Void .ctor()">
38874         <size>7</size>
38875       </method>
38876       <method name="Void Hello(Int64, Int64)">
38877         <size>1</size>
38878       </method>
38879       <method name="Void Test(Int32)">
38880         <size>54</size>
38881       </method>
38882       <method name="Void Main()">
38883         <size>14</size>
38884       </method>
38885     </type>
38886     <type name="Simple">
38887       <method name="Void .ctor(Object, IntPtr)">
38888         <size>0</size>
38889       </method>
38890       <method name="Void Invoke()">
38891         <size>0</size>
38892       </method>
38893       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38894         <size>0</size>
38895       </method>
38896       <method name="Void EndInvoke(IAsyncResult)">
38897         <size>0</size>
38898       </method>
38899     </type>
38900     <type name="Foo">
38901       <method name="Void .ctor(Object, IntPtr)">
38902         <size>0</size>
38903       </method>
38904       <method name="Simple Invoke()">
38905         <size>0</size>
38906       </method>
38907       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38908         <size>0</size>
38909       </method>
38910       <method name="Simple EndInvoke(IAsyncResult)">
38911         <size>0</size>
38912       </method>
38913     </type>
38914     <type name="X+&lt;Test&gt;c__AnonStorey0">
38915       <method name="Void .ctor()">
38916         <size>7</size>
38917       </method>
38918       <method name="Simple &lt;&gt;m__0()">
38919         <size>64</size>
38920       </method>
38921     </type>
38922     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38923       <method name="Void .ctor()">
38924         <size>7</size>
38925       </method>
38926       <method name="Void &lt;&gt;m__1()">
38927         <size>34</size>
38928       </method>
38929     </type>
38930   </test>
38931   <test name="test-anon-44.cs">
38932     <type name="X">
38933       <method name="Void .ctor()">
38934         <size>7</size>
38935       </method>
38936       <method name="Void Hello(Int64)">
38937         <size>1</size>
38938       </method>
38939       <method name="Void Test(Int32)">
38940         <size>68</size>
38941       </method>
38942       <method name="Void Main()">
38943         <size>14</size>
38944       </method>
38945     </type>
38946     <type name="Simple">
38947       <method name="Void .ctor(Object, IntPtr)">
38948         <size>0</size>
38949       </method>
38950       <method name="Void Invoke()">
38951         <size>0</size>
38952       </method>
38953       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38954         <size>0</size>
38955       </method>
38956       <method name="Void EndInvoke(IAsyncResult)">
38957         <size>0</size>
38958       </method>
38959     </type>
38960     <type name="Foo">
38961       <method name="Void .ctor(Object, IntPtr)">
38962         <size>0</size>
38963       </method>
38964       <method name="Simple Invoke()">
38965         <size>0</size>
38966       </method>
38967       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38968         <size>0</size>
38969       </method>
38970       <method name="Simple EndInvoke(IAsyncResult)">
38971         <size>0</size>
38972       </method>
38973     </type>
38974     <type name="X+&lt;Test&gt;c__AnonStorey0">
38975       <method name="Void .ctor()">
38976         <size>7</size>
38977       </method>
38978       <method name="Simple &lt;&gt;m__1()">
38979         <size>33</size>
38980       </method>
38981       <method name="Simple &lt;&gt;m__0()">
38982         <size>51</size>
38983       </method>
38984       <method name="Void &lt;&gt;m__3()">
38985         <size>21</size>
38986       </method>
38987     </type>
38988     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38989       <method name="Void .ctor()">
38990         <size>7</size>
38991       </method>
38992       <method name="Void &lt;&gt;m__2()">
38993         <size>26</size>
38994       </method>
38995     </type>
38996   </test>
38997   <test name="test-anon-45.cs">
38998     <type name="Test">
38999       <method name="Void .ctor()">
39000         <size>7</size>
39001       </method>
39002       <method name="Void Main()">
39003         <size>64</size>
39004       </method>
39005       <method name="IEnumerator GetEnumerator()">
39006         <size>8</size>
39007       </method>
39008     </type>
39009     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
39010       <method name="Void .ctor()">
39011         <size>7</size>
39012       </method>
39013       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39014         <size>7</size>
39015       </method>
39016       <method name="Boolean MoveNext()">
39017         <size>77</size>
39018       </method>
39019       <method name="Void Dispose()">
39020         <size>8</size>
39021       </method>
39022       <method name="Void Reset()">
39023         <size>6</size>
39024       </method>
39025       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39026         <size>7</size>
39027       </method>
39028     </type>
39029   </test>
39030   <test name="test-anon-46.cs">
39031     <type name="World">
39032       <method name="Void .ctor()">
39033         <size>7</size>
39034       </method>
39035       <method name="Void Hello(Int64)">
39036         <size>1</size>
39037       </method>
39038       <method name="Void Test(Int32)">
39039         <size>50</size>
39040       </method>
39041     </type>
39042     <type name="X">
39043       <method name="Void .ctor()">
39044         <size>7</size>
39045       </method>
39046       <method name="Void Main()">
39047         <size>14</size>
39048       </method>
39049     </type>
39050     <type name="Foo">
39051       <method name="Void .ctor(Object, IntPtr)">
39052         <size>0</size>
39053       </method>
39054       <method name="Void Invoke()">
39055         <size>0</size>
39056       </method>
39057       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39058         <size>0</size>
39059       </method>
39060       <method name="Void EndInvoke(IAsyncResult)">
39061         <size>0</size>
39062       </method>
39063     </type>
39064     <type name="World+&lt;Test&gt;c__AnonStorey0">
39065       <method name="Void .ctor()">
39066         <size>7</size>
39067       </method>
39068       <method name="Void &lt;&gt;m__0()">
39069         <size>19</size>
39070       </method>
39071     </type>
39072   </test>
39073   <test name="test-anon-47.cs">
39074     <type name="World">
39075       <method name="Void .ctor()">
39076         <size>7</size>
39077       </method>
39078       <method name="Void Hello(Int64)">
39079         <size>1</size>
39080       </method>
39081       <method name="Void Test(Int32)">
39082         <size>158</size>
39083       </method>
39084     </type>
39085     <type name="X">
39086       <method name="Void .ctor()">
39087         <size>7</size>
39088       </method>
39089       <method name="Void Main()">
39090         <size>14</size>
39091       </method>
39092     </type>
39093     <type name="Foo">
39094       <method name="Void .ctor(Object, IntPtr)">
39095         <size>0</size>
39096       </method>
39097       <method name="Void Invoke()">
39098         <size>0</size>
39099       </method>
39100       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39101         <size>0</size>
39102       </method>
39103       <method name="Void EndInvoke(IAsyncResult)">
39104         <size>0</size>
39105       </method>
39106     </type>
39107     <type name="World+&lt;Test&gt;c__AnonStorey2">
39108       <method name="Void .ctor()">
39109         <size>7</size>
39110       </method>
39111       <method name="Void &lt;&gt;m__0()">
39112         <size>45</size>
39113       </method>
39114     </type>
39115     <type name="World+&lt;Test&gt;c__AnonStorey0">
39116       <method name="Void .ctor()">
39117         <size>7</size>
39118       </method>
39119     </type>
39120     <type name="World+&lt;Test&gt;c__AnonStorey1">
39121       <method name="Void .ctor()">
39122         <size>7</size>
39123       </method>
39124     </type>
39125   </test>
39126   <test name="test-anon-48.cs">
39127     <type name="World">
39128       <method name="Void .ctor()">
39129         <size>7</size>
39130       </method>
39131       <method name="Void Hello(Int64)">
39132         <size>1</size>
39133       </method>
39134       <method name="Void Test(Int32)">
39135         <size>197</size>
39136       </method>
39137     </type>
39138     <type name="X">
39139       <method name="Void .ctor()">
39140         <size>7</size>
39141       </method>
39142       <method name="Void Main()">
39143         <size>14</size>
39144       </method>
39145     </type>
39146     <type name="Foo">
39147       <method name="Void .ctor(Object, IntPtr)">
39148         <size>0</size>
39149       </method>
39150       <method name="Void Invoke()">
39151         <size>0</size>
39152       </method>
39153       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39154         <size>0</size>
39155       </method>
39156       <method name="Void EndInvoke(IAsyncResult)">
39157         <size>0</size>
39158       </method>
39159     </type>
39160     <type name="World+&lt;Test&gt;c__AnonStorey1">
39161       <method name="Void .ctor()">
39162         <size>7</size>
39163       </method>
39164     </type>
39165     <type name="World+&lt;Test&gt;c__AnonStorey2">
39166       <method name="Void .ctor()">
39167         <size>7</size>
39168       </method>
39169     </type>
39170     <type name="World+&lt;Test&gt;c__AnonStorey0">
39171       <method name="Void .ctor()">
39172         <size>7</size>
39173       </method>
39174       <method name="Void &lt;&gt;m__0()">
39175         <size>63</size>
39176       </method>
39177     </type>
39178   </test>
39179   <test name="test-anon-49.cs">
39180     <type name="Test">
39181       <method name="Void .ctor()">
39182         <size>7</size>
39183       </method>
39184       <method name="Void Main()">
39185         <size>64</size>
39186       </method>
39187       <method name="IEnumerator GetEnumerator()">
39188         <size>8</size>
39189       </method>
39190     </type>
39191     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
39192       <method name="Void .ctor()">
39193         <size>7</size>
39194       </method>
39195       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39196         <size>7</size>
39197       </method>
39198       <method name="Boolean MoveNext()">
39199         <size>185</size>
39200       </method>
39201       <method name="Void Dispose()">
39202         <size>62</size>
39203       </method>
39204       <method name="Void Reset()">
39205         <size>6</size>
39206       </method>
39207       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39208         <size>7</size>
39209       </method>
39210     </type>
39211   </test>
39212   <test name="test-anon-50.cs">
39213     <type name="Test">
39214       <method name="Void .ctor()">
39215         <size>7</size>
39216       </method>
39217       <method name="IEnumerable Foo(Int32)">
39218         <size>30</size>
39219       </method>
39220     </type>
39221     <type name="X">
39222       <method name="Void .ctor()">
39223         <size>7</size>
39224       </method>
39225       <method name="Int32 Main()">
39226         <size>196</size>
39227       </method>
39228     </type>
39229     <type name="Test+&lt;Foo&gt;c__Iterator0">
39230       <method name="Void .ctor()">
39231         <size>7</size>
39232       </method>
39233       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39234         <size>7</size>
39235       </method>
39236       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
39237         <size>7</size>
39238       </method>
39239       <method name="Boolean MoveNext()">
39240         <size>118</size>
39241       </method>
39242       <method name="Void Dispose()">
39243         <size>8</size>
39244       </method>
39245       <method name="Void Reset()">
39246         <size>6</size>
39247       </method>
39248       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39249         <size>7</size>
39250       </method>
39251       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
39252         <size>40</size>
39253       </method>
39254     </type>
39255   </test>
39256   <test name="test-anon-51.cs">
39257     <type name="X">
39258       <method name="Void .ctor()">
39259         <size>7</size>
39260       </method>
39261       <method name="Void .cctor()">
39262         <size>35</size>
39263       </method>
39264       <method name="Void Main()">
39265         <size>11</size>
39266       </method>
39267     </type>
39268     <type name="FooDelegate">
39269       <method name="Void .ctor(Object, IntPtr)">
39270         <size>0</size>
39271       </method>
39272       <method name="Void Invoke()">
39273         <size>0</size>
39274       </method>
39275       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39276         <size>0</size>
39277       </method>
39278       <method name="Void EndInvoke(IAsyncResult)">
39279         <size>0</size>
39280       </method>
39281     </type>
39282     <type name="X">
39283       <method name="Void &lt;Print&gt;m__0()">
39284         <size>11</size>
39285       </method>
39286     </type>
39287   </test>
39288   <test name="test-anon-52.cs">
39289     <type name="X">
39290       <method name="Void .ctor()">
39291         <size>7</size>
39292       </method>
39293       <method name="IEnumerator GetIt(System.Int32[])">
39294         <size>22</size>
39295       </method>
39296       <method name="Int32 Main()">
39297         <size>33</size>
39298       </method>
39299     </type>
39300     <type name="X+A">
39301       <method name="Void .ctor(Object, IntPtr)">
39302         <size>0</size>
39303       </method>
39304       <method name="Void Invoke()">
39305         <size>0</size>
39306       </method>
39307       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39308         <size>0</size>
39309       </method>
39310       <method name="Void EndInvoke(IAsyncResult)">
39311         <size>0</size>
39312       </method>
39313     </type>
39314     <type name="X+&lt;GetIt&gt;c__Iterator0">
39315       <method name="Void .ctor()">
39316         <size>7</size>
39317       </method>
39318       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39319         <size>7</size>
39320       </method>
39321       <method name="Boolean MoveNext()">
39322         <size>201</size>
39323       </method>
39324       <method name="Void &lt;&gt;m__0()">
39325         <size>22</size>
39326       </method>
39327       <method name="Void Dispose()">
39328         <size>8</size>
39329       </method>
39330       <method name="Void Reset()">
39331         <size>6</size>
39332       </method>
39333       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39334         <size>7</size>
39335       </method>
39336     </type>
39337   </test>
39338   <test name="test-anon-53.cs">
39339     <type name="Test">
39340       <method name="Void .ctor(Int32)">
39341         <size>39</size>
39342       </method>
39343       <method name="Void .cctor()">
39344         <size>33</size>
39345       </method>
39346     </type>
39347     <type name="X">
39348       <method name="Void .ctor()">
39349         <size>7</size>
39350       </method>
39351       <method name="Void Main()">
39352         <size>15</size>
39353       </method>
39354     </type>
39355     <type name="Foo">
39356       <method name="Void .ctor(Object, IntPtr)">
39357         <size>0</size>
39358       </method>
39359       <method name="Void Invoke()">
39360         <size>0</size>
39361       </method>
39362       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39363         <size>0</size>
39364       </method>
39365       <method name="Void EndInvoke(IAsyncResult)">
39366         <size>0</size>
39367       </method>
39368     </type>
39369     <type name="Test+&lt;Test&gt;c__AnonStorey0">
39370       <method name="Void .ctor()">
39371         <size>7</size>
39372       </method>
39373       <method name="Void &lt;&gt;m__0()">
39374         <size>12</size>
39375       </method>
39376     </type>
39377     <type name="Test+&lt;Test&gt;c__AnonStorey1">
39378       <method name="Void .ctor()">
39379         <size>7</size>
39380       </method>
39381       <method name="Void &lt;&gt;m__1()">
39382         <size>12</size>
39383       </method>
39384     </type>
39385   </test>
39386   <test name="test-anon-54.cs">
39387     <type name="X">
39388       <method name="Void .ctor()">
39389         <size>7</size>
39390       </method>
39391       <method name="Void Main()">
39392         <size>22</size>
39393       </method>
39394     </type>
39395     <type name="Hello">
39396       <method name="Void .ctor(Object, IntPtr)">
39397         <size>0</size>
39398       </method>
39399       <method name="Void Invoke()">
39400         <size>0</size>
39401       </method>
39402       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39403         <size>0</size>
39404       </method>
39405       <method name="Void EndInvoke(IAsyncResult)">
39406         <size>0</size>
39407       </method>
39408     </type>
39409     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
39410       <method name="Void .ctor()">
39411         <size>7</size>
39412       </method>
39413       <method name="Void &lt;&gt;m__0()">
39414         <size>25</size>
39415       </method>
39416     </type>
39417     <type name="Foo">
39418       <method name="Void .ctor(Int32)">
39419         <size>8</size>
39420       </method>
39421       <method name="Void Test(Foo)">
39422         <size>45</size>
39423       </method>
39424       <method name="Void Hello(Int32)">
39425         <size>19</size>
39426       </method>
39427       <method name="System.String ToString()">
39428         <size>22</size>
39429       </method>
39430     </type>
39431   </test>
39432   <test name="test-anon-55.cs">
39433     <type name="Foo">
39434       <method name="Void .ctor()">
39435         <size>7</size>
39436       </method>
39437       <method name="Void Test(Foo+Hello)">
39438         <size>7</size>
39439       </method>
39440       <method name="Void Private()">
39441         <size>11</size>
39442       </method>
39443       <method name="Void Test()">
39444         <size>19</size>
39445       </method>
39446     </type>
39447     <type name="X">
39448       <method name="Void .ctor()">
39449         <size>7</size>
39450       </method>
39451       <method name="Void Main()">
39452         <size>13</size>
39453       </method>
39454     </type>
39455     <type name="Foo+Hello">
39456       <method name="Void .ctor(Object, IntPtr)">
39457         <size>0</size>
39458       </method>
39459       <method name="Void Invoke()">
39460         <size>0</size>
39461       </method>
39462       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39463         <size>0</size>
39464       </method>
39465       <method name="Void EndInvoke(IAsyncResult)">
39466         <size>0</size>
39467       </method>
39468     </type>
39469     <type name="Foo">
39470       <method name="Void &lt;Test&gt;m__0()">
39471         <size>7</size>
39472       </method>
39473     </type>
39474   </test>
39475   <test name="test-anon-56.cs">
39476     <type name="Observable">
39477       <method name="Void .ctor()">
39478         <size>7</size>
39479       </method>
39480       <method name="Void Main(System.String[])">
39481         <size>50</size>
39482       </method>
39483     </type>
39484     <type name="QueueHandler">
39485       <method name="Void .ctor(Object, IntPtr)">
39486         <size>0</size>
39487       </method>
39488       <method name="Void Invoke(Observable)">
39489         <size>0</size>
39490       </method>
39491       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
39492         <size>0</size>
39493       </method>
39494       <method name="Void EndInvoke(IAsyncResult)">
39495         <size>0</size>
39496       </method>
39497     </type>
39498     <type name="Observable">
39499       <method name="Void &lt;Main&gt;m__0(Observable)">
39500         <size>11</size>
39501       </method>
39502     </type>
39503   </test>
39504   <test name="test-anon-57.cs">
39505     <type name="X">
39506       <method name="Void .ctor()">
39507         <size>7</size>
39508       </method>
39509       <method name="Int32 Test()">
39510         <size>257</size>
39511       </method>
39512       <method name="Int32 Main()">
39513         <size>45</size>
39514       </method>
39515     </type>
39516     <type name="X+TestDelegate">
39517       <method name="Void .ctor(Object, IntPtr)">
39518         <size>0</size>
39519       </method>
39520       <method name="Void Invoke()">
39521         <size>0</size>
39522       </method>
39523       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39524         <size>0</size>
39525       </method>
39526       <method name="Void EndInvoke(IAsyncResult)">
39527         <size>0</size>
39528       </method>
39529     </type>
39530     <type name="X+&lt;Test&gt;c__AnonStorey1">
39531       <method name="Void .ctor()">
39532         <size>7</size>
39533       </method>
39534       <method name="Void &lt;&gt;m__0()">
39535         <size>89</size>
39536       </method>
39537     </type>
39538     <type name="X+&lt;Test&gt;c__AnonStorey0">
39539       <method name="Void .ctor()">
39540         <size>7</size>
39541       </method>
39542     </type>
39543   </test>
39544   <test name="test-anon-58.cs">
39545     <type name="X">
39546       <method name="Void .ctor()">
39547         <size>7</size>
39548       </method>
39549       <method name="Int32 Test(Int32)">
39550         <size>344</size>
39551       </method>
39552       <method name="Int32 Main()">
39553         <size>46</size>
39554       </method>
39555     </type>
39556     <type name="X+TestDelegate">
39557       <method name="Void .ctor(Object, IntPtr)">
39558         <size>0</size>
39559       </method>
39560       <method name="Void Invoke()">
39561         <size>0</size>
39562       </method>
39563       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39564         <size>0</size>
39565       </method>
39566       <method name="Void EndInvoke(IAsyncResult)">
39567         <size>0</size>
39568       </method>
39569     </type>
39570     <type name="X+&lt;Test&gt;c__AnonStorey1">
39571       <method name="Void .ctor()">
39572         <size>7</size>
39573       </method>
39574       <method name="Void &lt;&gt;m__0()">
39575         <size>162</size>
39576       </method>
39577     </type>
39578     <type name="X+&lt;Test&gt;c__AnonStorey0">
39579       <method name="Void .ctor()">
39580         <size>7</size>
39581       </method>
39582     </type>
39583     <type name="X+&lt;Test&gt;c__AnonStorey2">
39584       <method name="Void .ctor()">
39585         <size>7</size>
39586       </method>
39587     </type>
39588   </test>
39589   <test name="test-anon-59.cs">
39590     <type name="X">
39591       <method name="Void .ctor()">
39592         <size>7</size>
39593       </method>
39594       <method name="Int32 Test(Int32)">
39595         <size>515</size>
39596       </method>
39597       <method name="Int32 Main()">
39598         <size>46</size>
39599       </method>
39600     </type>
39601     <type name="X+TestDelegate">
39602       <method name="Void .ctor(Object, IntPtr)">
39603         <size>0</size>
39604       </method>
39605       <method name="Void Invoke()">
39606         <size>0</size>
39607       </method>
39608       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39609         <size>0</size>
39610       </method>
39611       <method name="Void EndInvoke(IAsyncResult)">
39612         <size>0</size>
39613       </method>
39614     </type>
39615     <type name="X+&lt;Test&gt;c__AnonStorey2">
39616       <method name="Void .ctor()">
39617         <size>7</size>
39618       </method>
39619       <method name="Void &lt;&gt;m__0()">
39620         <size>224</size>
39621       </method>
39622     </type>
39623     <type name="X+&lt;Test&gt;c__AnonStorey1">
39624       <method name="Void .ctor()">
39625         <size>7</size>
39626       </method>
39627     </type>
39628     <type name="X+&lt;Test&gt;c__AnonStorey0">
39629       <method name="Void .ctor()">
39630         <size>7</size>
39631       </method>
39632     </type>
39633     <type name="X+&lt;Test&gt;c__AnonStorey3">
39634       <method name="Void .ctor()">
39635         <size>7</size>
39636       </method>
39637     </type>
39638   </test>
39639   <test name="test-anon-60.cs">
39640     <type name="X">
39641       <method name="Void .ctor()">
39642         <size>7</size>
39643       </method>
39644       <method name="Int32 Test(Int32)">
39645         <size>567</size>
39646       </method>
39647       <method name="Int32 Main()">
39648         <size>46</size>
39649       </method>
39650     </type>
39651     <type name="X+TestDelegate">
39652       <method name="Void .ctor(Object, IntPtr)">
39653         <size>0</size>
39654       </method>
39655       <method name="Void Invoke()">
39656         <size>0</size>
39657       </method>
39658       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39659         <size>0</size>
39660       </method>
39661       <method name="Void EndInvoke(IAsyncResult)">
39662         <size>0</size>
39663       </method>
39664     </type>
39665     <type name="X+&lt;Test&gt;c__AnonStorey2">
39666       <method name="Void .ctor()">
39667         <size>7</size>
39668       </method>
39669     </type>
39670     <type name="X+&lt;Test&gt;c__AnonStorey1">
39671       <method name="Void .ctor()">
39672         <size>7</size>
39673       </method>
39674     </type>
39675     <type name="X+&lt;Test&gt;c__AnonStorey0">
39676       <method name="Void .ctor()">
39677         <size>7</size>
39678       </method>
39679     </type>
39680     <type name="X+&lt;Test&gt;c__AnonStorey3">
39681       <method name="Void .ctor()">
39682         <size>7</size>
39683       </method>
39684     </type>
39685     <type name="X+&lt;Test&gt;c__AnonStorey2">
39686       <method name="Void &lt;&gt;m__0()">
39687         <size>347</size>
39688       </method>
39689     </type>
39690     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
39691       <method name="Void .ctor()">
39692         <size>7</size>
39693       </method>
39694       <method name="Void &lt;&gt;m__1()">
39695         <size>124</size>
39696       </method>
39697     </type>
39698   </test>
39699   <test name="test-anon-61.cs">
39700     <type name="X">
39701       <method name="Void .ctor()">
39702         <size>7</size>
39703       </method>
39704       <method name="Int32 Test()">
39705         <size>333</size>
39706       </method>
39707       <method name="Int32 Main()">
39708         <size>59</size>
39709       </method>
39710     </type>
39711     <type name="X+TestDelegate">
39712       <method name="Void .ctor(Object, IntPtr)">
39713         <size>0</size>
39714       </method>
39715       <method name="Void Invoke()">
39716         <size>0</size>
39717       </method>
39718       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39719         <size>0</size>
39720       </method>
39721       <method name="Void EndInvoke(IAsyncResult)">
39722         <size>0</size>
39723       </method>
39724     </type>
39725     <type name="X+&lt;Test&gt;c__AnonStorey1">
39726       <method name="Void .ctor()">
39727         <size>7</size>
39728       </method>
39729       <method name="Void &lt;&gt;m__0()">
39730         <size>157</size>
39731       </method>
39732     </type>
39733     <type name="X+&lt;Test&gt;c__AnonStorey0">
39734       <method name="Void .ctor()">
39735         <size>7</size>
39736       </method>
39737     </type>
39738   </test>
39739   <test name="test-anon-62.cs">
39740     <type name="X">
39741       <method name="Void .ctor(String)">
39742         <size>14</size>
39743       </method>
39744       <method name="Void Main()">
39745         <size>1</size>
39746       </method>
39747     </type>
39748     <type name="Y">
39749       <method name="Void .ctor(Z)">
39750         <size>56</size>
39751       </method>
39752     </type>
39753     <type name="Z">
39754       <method name="Void .ctor()">
39755         <size>7</size>
39756       </method>
39757       <method name="Void Hello()">
39758         <size>1</size>
39759       </method>
39760     </type>
39761     <type name="FooHandler">
39762       <method name="Void .ctor(Object, IntPtr)">
39763         <size>0</size>
39764       </method>
39765       <method name="Void Invoke()">
39766         <size>0</size>
39767       </method>
39768       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39769         <size>0</size>
39770       </method>
39771       <method name="Void EndInvoke(IAsyncResult)">
39772         <size>0</size>
39773       </method>
39774     </type>
39775     <type name="Y+&lt;Y&gt;c__AnonStorey0">
39776       <method name="Void .ctor()">
39777         <size>7</size>
39778       </method>
39779       <method name="Void &lt;&gt;m__0()">
39780         <size>12</size>
39781       </method>
39782     </type>
39783   </test>
39784   <test name="test-anon-63.cs">
39785     <type name="X">
39786       <method name="Void .ctor()">
39787         <size>7</size>
39788       </method>
39789       <method name="IEnumerator GetIt(System.Int32[])">
39790         <size>22</size>
39791       </method>
39792       <method name="Int32 Main()">
39793         <size>34</size>
39794       </method>
39795     </type>
39796     <type name="X+A">
39797       <method name="Void .ctor(Object, IntPtr)">
39798         <size>0</size>
39799       </method>
39800       <method name="Int32 Invoke()">
39801         <size>0</size>
39802       </method>
39803       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39804         <size>0</size>
39805       </method>
39806       <method name="Int32 EndInvoke(IAsyncResult)">
39807         <size>0</size>
39808       </method>
39809     </type>
39810     <type name="X+&lt;GetIt&gt;c__Iterator0">
39811       <method name="Void .ctor()">
39812         <size>7</size>
39813       </method>
39814       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39815         <size>7</size>
39816       </method>
39817       <method name="Boolean MoveNext()">
39818         <size>195</size>
39819       </method>
39820       <method name="Int32 &lt;&gt;m__0()">
39821         <size>44</size>
39822       </method>
39823       <method name="Void Dispose()">
39824         <size>8</size>
39825       </method>
39826       <method name="Void Reset()">
39827         <size>6</size>
39828       </method>
39829       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39830         <size>7</size>
39831       </method>
39832     </type>
39833   </test>
39834   <test name="test-anon-64.cs">
39835     <type name="Source">
39836       <method name="Void .ctor()">
39837         <size>7</size>
39838       </method>
39839       <method name="Void add_ChildSourceAdded(System.EventHandler)">
39840         <size>24</size>
39841       </method>
39842       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
39843         <size>24</size>
39844       </method>
39845       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
39846         <size>24</size>
39847       </method>
39848       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
39849         <size>24</size>
39850       </method>
39851       <method name="Source FindSource(Source)">
39852         <size>2</size>
39853       </method>
39854       <method name="Void AddSource(Source, Int32, System.Object)">
39855         <size>132</size>
39856       </method>
39857       <method name="Void Main()">
39858         <size>1</size>
39859       </method>
39860     </type>
39861     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
39862       <method name="Void .ctor()">
39863         <size>7</size>
39864       </method>
39865       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
39866         <size>30</size>
39867       </method>
39868     </type>
39869     <type name="Source">
39870       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
39871         <size>1</size>
39872       </method>
39873     </type>
39874   </test>
39875   <test name="test-anon-65.cs">
39876     <type name="BaseClass">
39877       <method name="Void .ctor(SomeDelegate)">
39878         <size>13</size>
39879       </method>
39880     </type>
39881     <type name="TestClass">
39882       <method name="Void .ctor(Int32)">
39883         <size>32</size>
39884       </method>
39885       <method name="Int32 Main(System.String[])">
39886         <size>9</size>
39887       </method>
39888     </type>
39889     <type name="BaseClass+SomeDelegate">
39890       <method name="Void .ctor(Object, IntPtr)">
39891         <size>0</size>
39892       </method>
39893       <method name="Void Invoke()">
39894         <size>0</size>
39895       </method>
39896       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39897         <size>0</size>
39898       </method>
39899       <method name="Void EndInvoke(IAsyncResult)">
39900         <size>0</size>
39901       </method>
39902     </type>
39903     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
39904       <method name="Void .ctor()">
39905         <size>7</size>
39906       </method>
39907       <method name="Void &lt;&gt;m__0()">
39908         <size>12</size>
39909       </method>
39910     </type>
39911   </test>
39912   <test name="test-anon-66.cs">
39913     <type name="Test">
39914       <method name="Void .ctor()">
39915         <size>7</size>
39916       </method>
39917       <method name="Void add_testEvent(Test+TestEventHandler)">
39918         <size>24</size>
39919       </method>
39920       <method name="Void remove_testEvent(Test+TestEventHandler)">
39921         <size>24</size>
39922       </method>
39923       <method name="Void add_TestEvent(Test+TestEventHandler)">
39924         <size>33</size>
39925       </method>
39926       <method name="Void remove_TestEvent(Test+TestEventHandler)">
39927         <size>1</size>
39928       </method>
39929       <method name="Void Main()">
39930         <size>1</size>
39931       </method>
39932     </type>
39933     <type name="Test+TestEventHandler">
39934       <method name="Void .ctor(Object, IntPtr)">
39935         <size>0</size>
39936       </method>
39937       <method name="Void Invoke()">
39938         <size>0</size>
39939       </method>
39940       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39941         <size>0</size>
39942       </method>
39943       <method name="Void EndInvoke(IAsyncResult)">
39944         <size>0</size>
39945       </method>
39946     </type>
39947     <type name="Test+&lt;&gt;c__AnonStorey0">
39948       <method name="Void .ctor()">
39949         <size>7</size>
39950       </method>
39951       <method name="Void &lt;&gt;m__0()">
39952         <size>12</size>
39953       </method>
39954     </type>
39955   </test>
39956   <test name="test-anon-67.cs">
39957     <type name="ClassOne">
39958       <method name="Void .ctor(ReturnStringDelegate)">
39959         <size>7</size>
39960       </method>
39961       <method name="Void .ctor(String)">
39962         <size>32</size>
39963       </method>
39964       <method name="Void Main()">
39965         <size>1</size>
39966       </method>
39967     </type>
39968     <type name="ClassOne+ReturnStringDelegate">
39969       <method name="Void .ctor(Object, IntPtr)">
39970         <size>0</size>
39971       </method>
39972       <method name="System.String Invoke()">
39973         <size>0</size>
39974       </method>
39975       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39976         <size>0</size>
39977       </method>
39978       <method name="System.String EndInvoke(IAsyncResult)">
39979         <size>0</size>
39980       </method>
39981     </type>
39982     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
39983       <method name="Void .ctor()">
39984         <size>7</size>
39985       </method>
39986       <method name="System.String &lt;&gt;m__0()">
39987         <size>7</size>
39988       </method>
39989     </type>
39990   </test>
39991   <test name="test-anon-68.cs">
39992     <type name="C">
39993       <method name="Void .ctor()">
39994         <size>7</size>
39995       </method>
39996       <method name="Void T(D1)">
39997         <size>1</size>
39998       </method>
39999       <method name="Void T(D2)">
40000         <size>1</size>
40001       </method>
40002       <method name="Void Main()">
40003         <size>69</size>
40004       </method>
40005     </type>
40006     <type name="D1">
40007       <method name="Void .ctor(Object, IntPtr)">
40008         <size>0</size>
40009       </method>
40010       <method name="Void Invoke(Int32)">
40011         <size>0</size>
40012       </method>
40013       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40014         <size>0</size>
40015       </method>
40016       <method name="Void EndInvoke(IAsyncResult)">
40017         <size>0</size>
40018       </method>
40019     </type>
40020     <type name="D2">
40021       <method name="Void .ctor(Object, IntPtr)">
40022         <size>0</size>
40023       </method>
40024       <method name="Void Invoke(System.String ByRef)">
40025         <size>0</size>
40026       </method>
40027       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
40028         <size>0</size>
40029       </method>
40030       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
40031         <size>0</size>
40032       </method>
40033     </type>
40034     <type name="C">
40035       <method name="Void &lt;Main&gt;m__0(Int32)">
40036         <size>1</size>
40037       </method>
40038       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
40039         <size>8</size>
40040       </method>
40041     </type>
40042   </test>
40043   <test name="test-anon-69.cs">
40044     <type name="SingleSteppingEngine">
40045       <method name="Void .ctor()">
40046         <size>7</size>
40047       </method>
40048       <method name="System.Object SendCommand(TargetAccessDelegate)">
40049         <size>8</size>
40050       </method>
40051       <method name="Void Detach()">
40052         <size>20</size>
40053       </method>
40054     </type>
40055     <type name="X">
40056       <method name="Void .ctor()">
40057         <size>7</size>
40058       </method>
40059       <method name="Void Main()">
40060         <size>1</size>
40061       </method>
40062     </type>
40063     <type name="TargetAccessDelegate">
40064       <method name="Void .ctor(Object, IntPtr)">
40065         <size>0</size>
40066       </method>
40067       <method name="System.Object Invoke(System.Object)">
40068         <size>0</size>
40069       </method>
40070       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
40071         <size>0</size>
40072       </method>
40073       <method name="System.Object EndInvoke(IAsyncResult)">
40074         <size>0</size>
40075       </method>
40076     </type>
40077     <type name="SingleSteppingEngine">
40078       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
40079         <size>19</size>
40080       </method>
40081     </type>
40082   </test>
40083   <test name="test-anon-70.cs">
40084     <type name="C">
40085       <method name="Void .ctor()">
40086         <size>7</size>
40087       </method>
40088       <method name="Void Test(C+D)">
40089         <size>1</size>
40090       </method>
40091       <method name="Void Main()">
40092         <size>99</size>
40093       </method>
40094     </type>
40095     <type name="C+D">
40096       <method name="Void .ctor(Object, IntPtr)">
40097         <size>0</size>
40098       </method>
40099       <method name="Void Invoke()">
40100         <size>0</size>
40101       </method>
40102       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40103         <size>0</size>
40104       </method>
40105       <method name="Void EndInvoke(IAsyncResult)">
40106         <size>0</size>
40107       </method>
40108     </type>
40109     <type name="UnsafeClass">
40110       <method name="Void .ctor()">
40111         <size>7</size>
40112       </method>
40113     </type>
40114     <type name="C">
40115       <method name="Void UnsafeTests()">
40116         <size>35</size>
40117       </method>
40118     </type>
40119     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
40120       <method name="Void .ctor()">
40121         <size>7</size>
40122       </method>
40123       <method name="Void &lt;&gt;m__0()">
40124         <size>14</size>
40125       </method>
40126     </type>
40127     <type name="C+&lt;Main&gt;c__AnonStorey1">
40128       <method name="Void .ctor()">
40129         <size>7</size>
40130       </method>
40131       <method name="Void &lt;&gt;m__1()">
40132         <size>38</size>
40133       </method>
40134       <method name="Void &lt;&gt;m__2()">
40135         <size>32</size>
40136       </method>
40137     </type>
40138     <type name="C">
40139       <method name="Void &lt;Main&gt;m__3()">
40140         <size>16</size>
40141       </method>
40142     </type>
40143     <type name="UnsafeClass">
40144       <method name="Int32* GetUnsafeValue()">
40145         <size>3</size>
40146       </method>
40147     </type>
40148   </test>
40149   <test name="test-anon-71.cs">
40150     <type name="Program">
40151       <method name="Void .ctor()">
40152         <size>7</size>
40153       </method>
40154       <method name="Errno ProcessFile(System.String, Program+FdCb)">
40155         <size>2</size>
40156       </method>
40157       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
40158         <size>34</size>
40159       </method>
40160       <method name="Void Main()">
40161         <size>1</size>
40162       </method>
40163     </type>
40164     <type name="Program+FdCb">
40165       <method name="Void .ctor(Object, IntPtr)">
40166         <size>0</size>
40167       </method>
40168       <method name="Int32 Invoke(Int32)">
40169         <size>0</size>
40170       </method>
40171       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40172         <size>0</size>
40173       </method>
40174       <method name="Int32 EndInvoke(IAsyncResult)">
40175         <size>0</size>
40176       </method>
40177     </type>
40178     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
40179       <method name="Void .ctor()">
40180         <size>7</size>
40181       </method>
40182       <method name="Int32 &lt;&gt;m__0(Int32)">
40183         <size>46</size>
40184       </method>
40185     </type>
40186   </test>
40187   <test name="test-anon-72.cs">
40188     <type name="Test">
40189       <method name="Void .ctor()">
40190         <size>7</size>
40191       </method>
40192       <method name="Void AddOperator(Test+UnaryOperator)">
40193         <size>1</size>
40194       </method>
40195       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
40196         <size>5</size>
40197       </method>
40198       <method name="Void Main()">
40199         <size>1</size>
40200       </method>
40201       <method name="Void Foo()">
40202         <size>19</size>
40203       </method>
40204     </type>
40205     <type name="Test+UnaryOperator">
40206       <method name="Void .ctor(Object, IntPtr)">
40207         <size>0</size>
40208       </method>
40209       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
40210         <size>0</size>
40211       </method>
40212       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
40213         <size>0</size>
40214       </method>
40215       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
40216         <size>0</size>
40217       </method>
40218     </type>
40219     <type name="Test">
40220       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
40221         <size>31</size>
40222       </method>
40223     </type>
40224   </test>
40225   <test name="test-anon-73.cs">
40226     <type name="T">
40227       <method name="Void .ctor()">
40228         <size>7</size>
40229       </method>
40230       <method name="Void Main()">
40231         <size>31</size>
40232       </method>
40233       <method name="Void Test_1()">
40234         <size>36</size>
40235       </method>
40236     </type>
40237     <type name="D">
40238       <method name="Void .ctor(Object, IntPtr)">
40239         <size>0</size>
40240       </method>
40241       <method name="Void Invoke(System.Object)">
40242         <size>0</size>
40243       </method>
40244       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
40245         <size>0</size>
40246       </method>
40247       <method name="Void EndInvoke(IAsyncResult)">
40248         <size>0</size>
40249       </method>
40250     </type>
40251     <type name="T">
40252       <method name="Void &lt;Main&gt;m__0(System.Object)">
40253         <size>15</size>
40254       </method>
40255       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
40256         <size>29</size>
40257       </method>
40258     </type>
40259   </test>
40260   <test name="test-anon-74.cs">
40261     <type name="Foo">
40262       <method name="Void Baz(Foo+SimpleDelegate)">
40263         <size>8</size>
40264       </method>
40265       <method name="Void Main(System.String[])">
40266         <size>35</size>
40267       </method>
40268     </type>
40269     <type name="Foo+SimpleDelegate">
40270       <method name="Void .ctor(Object, IntPtr)">
40271         <size>0</size>
40272       </method>
40273       <method name="System.String[,] Invoke()">
40274         <size>0</size>
40275       </method>
40276       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40277         <size>0</size>
40278       </method>
40279       <method name="System.String[,] EndInvoke(IAsyncResult)">
40280         <size>0</size>
40281       </method>
40282     </type>
40283     <type name="Foo">
40284       <method name="System.String[,] &lt;Main&gt;m__0()">
40285         <size>34</size>
40286       </method>
40287     </type>
40288   </test>
40289   <test name="test-anon-75.cs">
40290     <type name="Data">
40291       <method name="Void .ctor()">
40292         <size>7</size>
40293       </method>
40294     </type>
40295     <type name="Test">
40296       <method name="Void .ctor()">
40297         <size>7</size>
40298       </method>
40299       <method name="Void Foo(Int32, D)">
40300         <size>1</size>
40301       </method>
40302       <method name="Void Main()">
40303         <size>1</size>
40304       </method>
40305       <method name="Void TestMe()">
40306         <size>154</size>
40307       </method>
40308       <method name="Boolean &lt;TestMe&gt;m__0()">
40309         <size>2</size>
40310       </method>
40311     </type>
40312     <type name="D">
40313       <method name="Void .ctor(Object, IntPtr)">
40314         <size>0</size>
40315       </method>
40316       <method name="Boolean Invoke()">
40317         <size>0</size>
40318       </method>
40319       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40320         <size>0</size>
40321       </method>
40322       <method name="Boolean EndInvoke(IAsyncResult)">
40323         <size>0</size>
40324       </method>
40325     </type>
40326     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
40327       <method name="Void .ctor()">
40328         <size>7</size>
40329       </method>
40330       <method name="Boolean &lt;&gt;m__2()">
40331         <size>14</size>
40332       </method>
40333     </type>
40334     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
40335       <method name="Void .ctor()">
40336         <size>7</size>
40337       </method>
40338     </type>
40339     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
40340       <method name="Boolean &lt;&gt;m__1()">
40341         <size>54</size>
40342       </method>
40343     </type>
40344   </test>
40345   <test name="test-anon-76.cs">
40346     <type name="C">
40347       <method name="Void .ctor()">
40348         <size>7</size>
40349       </method>
40350       <method name="Void set_Item(System.String, FactoryDelegate)">
40351         <size>8</size>
40352       </method>
40353       <method name="FactoryDelegate get_Item(System.String)">
40354         <size>7</size>
40355       </method>
40356       <method name="Void X()">
40357         <size>24</size>
40358       </method>
40359       <method name="Int32 Main()">
40360         <size>70</size>
40361       </method>
40362     </type>
40363     <type name="FactoryDelegate">
40364       <method name="Void .ctor(Object, IntPtr)">
40365         <size>0</size>
40366       </method>
40367       <method name="System.Object Invoke()">
40368         <size>0</size>
40369       </method>
40370       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40371         <size>0</size>
40372       </method>
40373       <method name="System.Object EndInvoke(IAsyncResult)">
40374         <size>0</size>
40375       </method>
40376     </type>
40377     <type name="C">
40378       <method name="System.Object &lt;X&gt;m__0()">
40379         <size>30</size>
40380       </method>
40381     </type>
40382   </test>
40383   <test name="test-anon-77.cs">
40384     <type name="y">
40385       <method name="Void .ctor()">
40386         <size>7</size>
40387       </method>
40388       <method name="Boolean get_Item(Int32)">
40389         <size>28</size>
40390       </method>
40391       <method name="Void set_Item(Int32, Boolean)">
40392         <size>10</size>
40393       </method>
40394       <method name="Void Main()">
40395         <size>1</size>
40396       </method>
40397     </type>
40398     <type name="D">
40399       <method name="Void .ctor(Object, IntPtr)">
40400         <size>0</size>
40401       </method>
40402       <method name="Void Invoke()">
40403         <size>0</size>
40404       </method>
40405       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40406         <size>0</size>
40407       </method>
40408       <method name="Void EndInvoke(IAsyncResult)">
40409         <size>0</size>
40410       </method>
40411     </type>
40412     <type name="y+&lt;&gt;c__AnonStorey0">
40413       <method name="Void .ctor()">
40414         <size>7</size>
40415       </method>
40416       <method name="Void &lt;&gt;m__0()">
40417         <size>8</size>
40418       </method>
40419     </type>
40420   </test>
40421   <test name="test-anon-78.cs">
40422     <type name="DelegateTest">
40423       <method name="Void .ctor()">
40424         <size>7</size>
40425       </method>
40426       <method name="Void .cctor()">
40427         <size>8</size>
40428       </method>
40429       <method name="Void Foo(D1)">
40430         <size>7</size>
40431       </method>
40432       <method name="Void Foo(D2)">
40433         <size>1</size>
40434       </method>
40435       <method name="Int32 Main()">
40436         <size>50</size>
40437       </method>
40438       <method name="Void &lt;Main&gt;m__0()">
40439         <size>18</size>
40440       </method>
40441     </type>
40442     <type name="D1">
40443       <method name="Void .ctor(Object, IntPtr)">
40444         <size>0</size>
40445       </method>
40446       <method name="Void Invoke()">
40447         <size>0</size>
40448       </method>
40449       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40450         <size>0</size>
40451       </method>
40452       <method name="Void EndInvoke(IAsyncResult)">
40453         <size>0</size>
40454       </method>
40455     </type>
40456     <type name="D2">
40457       <method name="Void .ctor(Object, IntPtr)">
40458         <size>0</size>
40459       </method>
40460       <method name="Void Invoke()">
40461         <size>0</size>
40462       </method>
40463       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40464         <size>0</size>
40465       </method>
40466       <method name="Void EndInvoke(IAsyncResult)">
40467         <size>0</size>
40468       </method>
40469     </type>
40470   </test>
40471   <test name="test-anon-79.cs">
40472     <type name="Test">
40473       <method name="Void .ctor()">
40474         <size>7</size>
40475       </method>
40476       <method name="Void add_E(Test+D)">
40477         <size>24</size>
40478       </method>
40479       <method name="Void remove_E(Test+D)">
40480         <size>24</size>
40481       </method>
40482       <method name="Void add_Changed(Test+D)">
40483         <size>30</size>
40484       </method>
40485       <method name="Void remove_Changed(Test+D)">
40486         <size>1</size>
40487       </method>
40488       <method name="Void Foo()">
40489         <size>1</size>
40490       </method>
40491       <method name="Void Main()">
40492         <size>1</size>
40493       </method>
40494     </type>
40495     <type name="Test+D">
40496       <method name="Void .ctor(Object, IntPtr)">
40497         <size>0</size>
40498       </method>
40499       <method name="Void Invoke()">
40500         <size>0</size>
40501       </method>
40502       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40503         <size>0</size>
40504       </method>
40505       <method name="Void EndInvoke(IAsyncResult)">
40506         <size>0</size>
40507       </method>
40508     </type>
40509     <type name="Test">
40510       <method name="Void &lt;add_Changed&gt;m__0()">
40511         <size>7</size>
40512       </method>
40513     </type>
40514   </test>
40515   <test name="test-anon-80.cs">
40516     <type name="MonoBug.MyTest">
40517       <method name="Void .ctor()">
40518         <size>7</size>
40519       </method>
40520       <method name="Int32 Main()">
40521         <size>167</size>
40522       </method>
40523     </type>
40524     <type name="MonoBug.MyTest+EventHandlers">
40525       <method name="Void .ctor()">
40526         <size>18</size>
40527       </method>
40528       <method name="System.EventHandler get_DoNothingEventHandler()">
40529         <size>30</size>
40530       </method>
40531       <method name="System.EventHandler get_DoSomethingEventHandler()">
40532         <size>13</size>
40533       </method>
40534       <method name="System.EventHandler get_Handler()">
40535         <size>7</size>
40536       </method>
40537       <method name="Void set_Handler(System.EventHandler)">
40538         <size>8</size>
40539       </method>
40540       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
40541         <size>1</size>
40542       </method>
40543       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
40544         <size>15</size>
40545       </method>
40546     </type>
40547   </test>
40548   <test name="test-anon-81.cs">
40549     <type name="C">
40550       <method name="Void .ctor()">
40551         <size>7</size>
40552       </method>
40553       <method name="Int32 Main()">
40554         <size>20</size>
40555       </method>
40556       <method name="Int32 Test()">
40557         <size>27</size>
40558       </method>
40559       <method name="Int32 Foo2(C+Cmd2)">
40560         <size>7</size>
40561       </method>
40562       <method name="Void Foo(C+Cmd)">
40563         <size>7</size>
40564       </method>
40565     </type>
40566     <type name="C+Cmd">
40567       <method name="Void .ctor(Object, IntPtr)">
40568         <size>0</size>
40569       </method>
40570       <method name="Void Invoke()">
40571         <size>0</size>
40572       </method>
40573       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40574         <size>0</size>
40575       </method>
40576       <method name="Void EndInvoke(IAsyncResult)">
40577         <size>0</size>
40578       </method>
40579     </type>
40580     <type name="C+Cmd2">
40581       <method name="Void .ctor(Object, IntPtr)">
40582         <size>0</size>
40583       </method>
40584       <method name="Int32 Invoke()">
40585         <size>0</size>
40586       </method>
40587       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40588         <size>0</size>
40589       </method>
40590       <method name="Int32 EndInvoke(IAsyncResult)">
40591         <size>0</size>
40592       </method>
40593     </type>
40594     <type name="C">
40595       <method name="Int32 &lt;Test&gt;m__0()">
40596         <size>45</size>
40597       </method>
40598     </type>
40599     <type name="C+&lt;Test&gt;c__AnonStorey1">
40600       <method name="Void .ctor()">
40601         <size>7</size>
40602       </method>
40603       <method name="Void &lt;&gt;m__1()">
40604         <size>44</size>
40605       </method>
40606     </type>
40607     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
40608       <method name="Void .ctor()">
40609         <size>7</size>
40610       </method>
40611       <method name="Void &lt;&gt;m__2()">
40612         <size>18</size>
40613       </method>
40614     </type>
40615   </test>
40616   <test name="test-anon-82.cs">
40617     <type name="MainClass">
40618       <method name="Void .ctor()">
40619         <size>7</size>
40620       </method>
40621       <method name="Void Main()">
40622         <size>87</size>
40623       </method>
40624       <method name="Void Test2(Int32)">
40625         <size>31</size>
40626       </method>
40627       <method name="Void Test3(Int32)">
40628         <size>57</size>
40629       </method>
40630       <method name="Void Test4()">
40631         <size>31</size>
40632       </method>
40633       <method name="Void Test5(Int32)">
40634         <size>27</size>
40635       </method>
40636       <method name="Void SimpleCallback(MainClass, System.String)">
40637         <size>7</size>
40638       </method>
40639     </type>
40640     <type name="MainClass+D">
40641       <method name="Void .ctor(Object, IntPtr)">
40642         <size>0</size>
40643       </method>
40644       <method name="Int32 Invoke(Int32)">
40645         <size>0</size>
40646       </method>
40647       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40648         <size>0</size>
40649       </method>
40650       <method name="Int32 EndInvoke(IAsyncResult)">
40651         <size>0</size>
40652       </method>
40653     </type>
40654     <type name="StringSender">
40655       <method name="Void .ctor(Object, IntPtr)">
40656         <size>0</size>
40657       </method>
40658       <method name="Void Invoke(System.String)">
40659         <size>0</size>
40660       </method>
40661       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
40662         <size>0</size>
40663       </method>
40664       <method name="Void EndInvoke(IAsyncResult)">
40665         <size>0</size>
40666       </method>
40667     </type>
40668     <type name="VoidDelegate">
40669       <method name="Void .ctor(Object, IntPtr)">
40670         <size>0</size>
40671       </method>
40672       <method name="Void Invoke()">
40673         <size>0</size>
40674       </method>
40675       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40676         <size>0</size>
40677       </method>
40678       <method name="Void EndInvoke(IAsyncResult)">
40679         <size>0</size>
40680       </method>
40681     </type>
40682     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
40683       <method name="Void .ctor()">
40684         <size>7</size>
40685       </method>
40686     </type>
40687     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
40688       <method name="Void .ctor()">
40689         <size>7</size>
40690       </method>
40691     </type>
40692     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
40693       <method name="Void .ctor()">
40694         <size>7</size>
40695       </method>
40696     </type>
40697     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
40698       <method name="Void .ctor()">
40699         <size>7</size>
40700       </method>
40701     </type>
40702     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
40703       <method name="Void .ctor()">
40704         <size>7</size>
40705       </method>
40706     </type>
40707     <type name="MainClass">
40708       <method name="Void &lt;Test2&gt;m__1(System.String)">
40709         <size>27</size>
40710       </method>
40711       <method name="Void &lt;Test3&gt;m__3()">
40712         <size>1</size>
40713       </method>
40714       <method name="Void &lt;Test4&gt;m__4()">
40715         <size>31</size>
40716       </method>
40717       <method name="Void &lt;Test4&gt;m__7()">
40718         <size>28</size>
40719       </method>
40720     </type>
40721     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
40722       <method name="Void &lt;&gt;m__0()">
40723         <size>25</size>
40724       </method>
40725       <method name="Void &lt;&gt;m__9(System.String)">
40726         <size>13</size>
40727       </method>
40728     </type>
40729     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
40730       <method name="Void &lt;&gt;m__2()">
40731         <size>9</size>
40732       </method>
40733     </type>
40734     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
40735       <method name="Int32 &lt;&gt;m__5(Int32)">
40736         <size>46</size>
40737       </method>
40738       <method name="Int32 &lt;&gt;m__A(Int32)">
40739         <size>2</size>
40740       </method>
40741     </type>
40742     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
40743       <method name="Void &lt;&gt;m__6()">
40744         <size>12</size>
40745       </method>
40746     </type>
40747     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
40748       <method name="Void &lt;&gt;m__8()">
40749         <size>14</size>
40750       </method>
40751       <method name="Void &lt;&gt;m__B()">
40752         <size>8</size>
40753       </method>
40754     </type>
40755   </test>
40756   <test name="test-anon-84.cs">
40757     <type name="C">
40758       <method name="Void .ctor()">
40759         <size>42</size>
40760       </method>
40761       <method name="Void .ctor(D)">
40762         <size>42</size>
40763       </method>
40764       <method name="Int32 Main()">
40765         <size>19</size>
40766       </method>
40767     </type>
40768     <type name="D">
40769       <method name="Void .ctor(Object, IntPtr)">
40770         <size>0</size>
40771       </method>
40772       <method name="C Invoke(Int32)">
40773         <size>0</size>
40774       </method>
40775       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40776         <size>0</size>
40777       </method>
40778       <method name="C EndInvoke(IAsyncResult)">
40779         <size>0</size>
40780       </method>
40781     </type>
40782     <type name="C">
40783       <method name="C &lt;field&gt;m__0(Int32)">
40784         <size>4</size>
40785       </method>
40786     </type>
40787   </test>
40788   <test name="test-anon-85.cs">
40789     <type name="X">
40790       <method name="Void .ctor()">
40791         <size>7</size>
40792       </method>
40793       <method name="Int32 Main()">
40794         <size>29</size>
40795       </method>
40796     </type>
40797     <type name="X+D">
40798       <method name="Void .ctor(Object, IntPtr)">
40799         <size>0</size>
40800       </method>
40801       <method name="Void Invoke()">
40802         <size>0</size>
40803       </method>
40804       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40805         <size>0</size>
40806       </method>
40807       <method name="Void EndInvoke(IAsyncResult)">
40808         <size>0</size>
40809       </method>
40810     </type>
40811     <type name="X+&lt;Main&gt;c__AnonStorey0">
40812       <method name="Void .ctor()">
40813         <size>7</size>
40814       </method>
40815       <method name="Void &lt;&gt;m__0()">
40816         <size>8</size>
40817       </method>
40818     </type>
40819   </test>
40820   <test name="test-anon-86.cs">
40821     <type name="Bug.A">
40822       <method name="Void .ctor()">
40823         <size>50</size>
40824       </method>
40825       <method name="Void Test()">
40826         <size>1</size>
40827       </method>
40828       <method name="Int32 Main()">
40829         <size>8</size>
40830       </method>
40831     </type>
40832     <type name="Bug.B">
40833       <method name="Void .ctor()">
40834         <size>7</size>
40835       </method>
40836       <method name="Int32 get_Prop()">
40837         <size>2</size>
40838       </method>
40839     </type>
40840     <type name="Bug.EventHandler">
40841       <method name="Void .ctor(Object, IntPtr)">
40842         <size>0</size>
40843       </method>
40844       <method name="Void Invoke()">
40845         <size>0</size>
40846       </method>
40847       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40848         <size>0</size>
40849       </method>
40850       <method name="Void EndInvoke(IAsyncResult)">
40851         <size>0</size>
40852       </method>
40853     </type>
40854     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
40855       <method name="Void .ctor()">
40856         <size>7</size>
40857       </method>
40858       <method name="Void &lt;&gt;m__0()">
40859         <size>24</size>
40860       </method>
40861     </type>
40862   </test>
40863   <test name="test-anon-87.cs">
40864     <type name="Bug.AA">
40865       <method name="Void .ctor(BB)">
40866         <size>51</size>
40867       </method>
40868       <method name="Void TestMe()">
40869         <size>1</size>
40870       </method>
40871       <method name="Int32 Main()">
40872         <size>18</size>
40873       </method>
40874     </type>
40875     <type name="Bug.BB">
40876       <method name="Void .ctor(String)">
40877         <size>18</size>
40878       </method>
40879       <method name="Void Foo()">
40880         <size>1</size>
40881       </method>
40882     </type>
40883     <type name="Bug.D">
40884       <method name="Void .ctor(Object, IntPtr)">
40885         <size>0</size>
40886       </method>
40887       <method name="Void Invoke()">
40888         <size>0</size>
40889       </method>
40890       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40891         <size>0</size>
40892       </method>
40893       <method name="Void EndInvoke(IAsyncResult)">
40894         <size>0</size>
40895       </method>
40896     </type>
40897     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
40898       <method name="Void .ctor()">
40899         <size>7</size>
40900       </method>
40901       <method name="Void &lt;&gt;m__0()">
40902         <size>23</size>
40903       </method>
40904     </type>
40905   </test>
40906   <test name="test-anon-88.cs">
40907     <type name="C">
40908       <method name="Void .ctor()">
40909         <size>7</size>
40910       </method>
40911       <method name="Int32 Main()">
40912         <size>12</size>
40913       </method>
40914       <method name="Void Test()">
40915         <size>102</size>
40916       </method>
40917     </type>
40918     <type name="C+D">
40919       <method name="Void .ctor(Object, IntPtr)">
40920         <size>0</size>
40921       </method>
40922       <method name="Void Invoke()">
40923         <size>0</size>
40924       </method>
40925       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40926         <size>0</size>
40927       </method>
40928       <method name="Void EndInvoke(IAsyncResult)">
40929         <size>0</size>
40930       </method>
40931     </type>
40932     <type name="C+&lt;Test&gt;c__AnonStorey0">
40933       <method name="Void .ctor()">
40934         <size>7</size>
40935       </method>
40936       <method name="Void &lt;&gt;m__2()">
40937         <size>8</size>
40938       </method>
40939     </type>
40940     <type name="C+&lt;Test&gt;c__AnonStorey2">
40941       <method name="Void .ctor()">
40942         <size>7</size>
40943       </method>
40944       <method name="Void &lt;&gt;m__0()">
40945         <size>69</size>
40946       </method>
40947       <method name="Void &lt;&gt;m__1()">
40948         <size>8</size>
40949       </method>
40950       <method name="Void &lt;&gt;m__4()">
40951         <size>3</size>
40952       </method>
40953     </type>
40954     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
40955       <method name="Void .ctor()">
40956         <size>7</size>
40957       </method>
40958       <method name="Void &lt;&gt;m__3()">
40959         <size>20</size>
40960       </method>
40961     </type>
40962   </test>
40963   <test name="test-anon-89.cs">
40964     <type name="C">
40965       <method name="Void .ctor()">
40966         <size>7</size>
40967       </method>
40968       <method name="Int32 Main()">
40969         <size>12</size>
40970       </method>
40971       <method name="System.Object get_GdkWindow()">
40972         <size>2</size>
40973       </method>
40974       <method name="Void set_GdkWindow(System.Object)">
40975         <size>1</size>
40976       </method>
40977       <method name="Void Invoke(C+D)">
40978         <size>1</size>
40979       </method>
40980       <method name="Void Test()">
40981         <size>69</size>
40982       </method>
40983     </type>
40984     <type name="C+D">
40985       <method name="Void .ctor(Object, IntPtr)">
40986         <size>0</size>
40987       </method>
40988       <method name="Void Invoke()">
40989         <size>0</size>
40990       </method>
40991       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40992         <size>0</size>
40993       </method>
40994       <method name="Void EndInvoke(IAsyncResult)">
40995         <size>0</size>
40996       </method>
40997     </type>
40998     <type name="C+&lt;Test&gt;c__AnonStorey0">
40999       <method name="Void .ctor()">
41000         <size>7</size>
41001       </method>
41002       <method name="Void &lt;&gt;m__0()">
41003         <size>108</size>
41004       </method>
41005       <method name="Void &lt;&gt;m__3()">
41006         <size>29</size>
41007       </method>
41008     </type>
41009     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
41010       <method name="Void .ctor()">
41011         <size>7</size>
41012       </method>
41013       <method name="Void &lt;&gt;m__1()">
41014         <size>18</size>
41015       </method>
41016       <method name="Void &lt;&gt;m__2()">
41017         <size>49</size>
41018       </method>
41019     </type>
41020   </test>
41021   <test name="test-anon-90.cs">
41022     <type name="C">
41023       <method name="Void .ctor()">
41024         <size>7</size>
41025       </method>
41026       <method name="Int32 Main()">
41027         <size>12</size>
41028       </method>
41029       <method name="Void Foo()">
41030         <size>27</size>
41031       </method>
41032     </type>
41033     <type name="C+D">
41034       <method name="Void .ctor(Object, IntPtr)">
41035         <size>0</size>
41036       </method>
41037       <method name="Void Invoke()">
41038         <size>0</size>
41039       </method>
41040       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41041         <size>0</size>
41042       </method>
41043       <method name="Void EndInvoke(IAsyncResult)">
41044         <size>0</size>
41045       </method>
41046     </type>
41047     <type name="C+&lt;Foo&gt;c__AnonStorey0">
41048       <method name="Void .ctor()">
41049         <size>7</size>
41050       </method>
41051       <method name="Void &lt;&gt;m__0()">
41052         <size>66</size>
41053       </method>
41054     </type>
41055     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
41056       <method name="Void .ctor()">
41057         <size>7</size>
41058       </method>
41059     </type>
41060     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
41061       <method name="Void .ctor()">
41062         <size>7</size>
41063       </method>
41064       <method name="Void &lt;&gt;m__1()">
41065         <size>32</size>
41066       </method>
41067     </type>
41068   </test>
41069   <test name="test-anon-91.cs">
41070     <type name="A">
41071       <method name="Void .ctor(Int32)">
41072         <size>27</size>
41073       </method>
41074     </type>
41075     <type name="C">
41076       <method name="Void .ctor()">
41077         <size>7</size>
41078       </method>
41079       <method name="Int32 Main()">
41080         <size>12</size>
41081       </method>
41082       <method name="Void SelectCommand(Int32)">
41083         <size>1</size>
41084       </method>
41085       <method name="Void Test()">
41086         <size>66</size>
41087       </method>
41088     </type>
41089     <type name="C+D">
41090       <method name="Void .ctor(Object, IntPtr)">
41091         <size>0</size>
41092       </method>
41093       <method name="Void Invoke()">
41094         <size>0</size>
41095       </method>
41096       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41097         <size>0</size>
41098       </method>
41099       <method name="Void EndInvoke(IAsyncResult)">
41100         <size>0</size>
41101       </method>
41102     </type>
41103     <type name="C+&lt;Test&gt;c__AnonStorey0">
41104       <method name="Void .ctor()">
41105         <size>7</size>
41106       </method>
41107       <method name="Void &lt;&gt;m__0()">
41108         <size>109</size>
41109       </method>
41110     </type>
41111     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
41112       <method name="Void .ctor()">
41113         <size>7</size>
41114       </method>
41115       <method name="Void &lt;&gt;m__1()">
41116         <size>23</size>
41117       </method>
41118     </type>
41119   </test>
41120   <test name="test-anon-92.cs">
41121     <type name="MainClass">
41122       <method name="Void Test(IEnumerable)">
41123         <size>33</size>
41124       </method>
41125       <method name="Int32 Main()">
41126         <size>21</size>
41127       </method>
41128       <method name="Void .ctor()">
41129         <size>7</size>
41130       </method>
41131     </type>
41132     <type name="D">
41133       <method name="Void Invoke()">
41134         <size>0</size>
41135       </method>
41136       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41137         <size>0</size>
41138       </method>
41139       <method name="Void EndInvoke(IAsyncResult)">
41140         <size>0</size>
41141       </method>
41142       <method name="Void .ctor(Object, IntPtr)">
41143         <size>0</size>
41144       </method>
41145     </type>
41146     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
41147       <method name="Void &lt;&gt;m__0()">
41148         <size>70</size>
41149       </method>
41150       <method name="Void .ctor()">
41151         <size>7</size>
41152       </method>
41153     </type>
41154   </test>
41155   <test name="test-cls-00.cs">
41156     <type name="CLSCLass_6">
41157       <method name="Void .ctor()">
41158         <size>18</size>
41159       </method>
41160       <method name="Void add_Disposed(Delegate)">
41161         <size>19</size>
41162       </method>
41163       <method name="Void remove_Disposed(Delegate)">
41164         <size>19</size>
41165       </method>
41166     </type>
41167     <type name="CLSDelegate">
41168       <method name="Void .ctor()">
41169         <size>7</size>
41170       </method>
41171     </type>
41172     <type name="CLSClass_5">
41173       <method name="Void .ctor()">
41174         <size>7</size>
41175       </method>
41176       <method name="UInt32 Test()">
41177         <size>2</size>
41178       </method>
41179     </type>
41180     <type name="CLSClass_4">
41181       <method name="Void .ctor()">
41182         <size>7</size>
41183       </method>
41184       <method name="UInt32 Test()">
41185         <size>2</size>
41186       </method>
41187     </type>
41188     <type name="CLSClass_3">
41189       <method name="Void .ctor()">
41190         <size>7</size>
41191       </method>
41192       <method name="UInt32 Test_3()">
41193         <size>2</size>
41194       </method>
41195     </type>
41196     <type name="CLSClass_2">
41197       <method name="Void .ctor()">
41198         <size>7</size>
41199       </method>
41200       <method name="SByte get_XX()">
41201         <size>2</size>
41202       </method>
41203     </type>
41204     <type name="CLSClass_1">
41205       <method name="Void .ctor()">
41206         <size>7</size>
41207       </method>
41208       <method name="UInt32 Valid()">
41209         <size>2</size>
41210       </method>
41211     </type>
41212     <type name="CLSClass">
41213       <method name="Void .ctor()">
41214         <size>7</size>
41215       </method>
41216       <method name="UInt64 Valid()">
41217         <size>3</size>
41218       </method>
41219       <method name="Byte get_XX()">
41220         <size>2</size>
41221       </method>
41222       <method name="UInt32 FooInternal()">
41223         <size>2</size>
41224       </method>
41225       <method name="UInt64 Foo()">
41226         <size>3</size>
41227       </method>
41228       <method name="Void Main()">
41229         <size>1</size>
41230       </method>
41231     </type>
41232     <type name="CLSClass+C1">
41233       <method name="Void .ctor()">
41234         <size>7</size>
41235       </method>
41236       <method name="Int64 Foo2()">
41237         <size>3</size>
41238       </method>
41239     </type>
41240     <type name="CLSClass+C1+C11">
41241       <method name="Void .ctor()">
41242         <size>7</size>
41243       </method>
41244       <method name="UInt64 Foo3()">
41245         <size>3</size>
41246       </method>
41247     </type>
41248     <type name="CLSClass+CLSClass_2">
41249       <method name="Void .ctor()">
41250         <size>7</size>
41251       </method>
41252       <method name="SByte get_XX()">
41253         <size>2</size>
41254       </method>
41255     </type>
41256     <type name="Delegate">
41257       <method name="Void .ctor(Object, IntPtr)">
41258         <size>0</size>
41259       </method>
41260       <method name="CLSDelegate Invoke()">
41261         <size>0</size>
41262       </method>
41263       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41264         <size>0</size>
41265       </method>
41266       <method name="CLSDelegate EndInvoke(IAsyncResult)">
41267         <size>0</size>
41268       </method>
41269     </type>
41270   </test>
41271   <test name="test-cls-01.cs">
41272     <type name="CLSClass">
41273       <method name="Void .ctor()">
41274         <size>7</size>
41275       </method>
41276       <method name="Byte get_XX()">
41277         <size>2</size>
41278       </method>
41279       <method name="Void Main()">
41280         <size>1</size>
41281       </method>
41282     </type>
41283     <type name="Big">
41284       <method name="Void .ctor()">
41285         <size>7</size>
41286       </method>
41287       <method name="Big op_Implicit(UInt32)">
41288         <size>2</size>
41289       </method>
41290     </type>
41291     <type name="C1">
41292       <method name="Void .ctor()">
41293         <size>7</size>
41294       </method>
41295       <method name="Void method(UInt32)">
41296         <size>1</size>
41297       </method>
41298     </type>
41299   </test>
41300   <test name="test-cls-02.cs">
41301     <type name="CLSClass">
41302       <method name="Void .ctor(UInt64)">
41303         <size>7</size>
41304       </method>
41305       <method name="Void .ctor(UInt32)">
41306         <size>7</size>
41307       </method>
41308       <method name="Void set_X_0(UInt64)">
41309         <size>1</size>
41310       </method>
41311       <method name="Void set_Item(UInt64, UInt64)">
41312         <size>1</size>
41313       </method>
41314       <method name="Void Main()">
41315         <size>1</size>
41316       </method>
41317     </type>
41318     <type name="InnerTypeClasss">
41319       <method name="Void .ctor()">
41320         <size>7</size>
41321       </method>
41322       <method name="Struct Method()">
41323         <size>10</size>
41324       </method>
41325     </type>
41326   </test>
41327   <test name="test-cls-03.cs">
41328     <type name="CLSClass">
41329       <method name="Void .ctor()">
41330         <size>7</size>
41331       </method>
41332       <method name="I1 Foo()">
41333         <size>2</size>
41334       </method>
41335       <method name="Void Main()">
41336         <size>1</size>
41337       </method>
41338     </type>
41339   </test>
41340   <test name="test-cls-05.cs">
41341     <type name="X1">
41342       <method name="Void .ctor()">
41343         <size>7</size>
41344       </method>
41345     </type>
41346     <type name="X2">
41347       <method name="Void .ctor()">
41348         <size>7</size>
41349       </method>
41350     </type>
41351     <type name="X3">
41352       <method name="Void .ctor()">
41353         <size>7</size>
41354       </method>
41355       <method name="Void bb(Boolean)">
41356         <size>1</size>
41357       </method>
41358       <method name="Void BB()">
41359         <size>1</size>
41360       </method>
41361     </type>
41362     <type name="X4">
41363       <method name="Void .ctor()">
41364         <size>7</size>
41365       </method>
41366       <method name="Void method(Int32)">
41367         <size>1</size>
41368       </method>
41369       <method name="Void method(Boolean)">
41370         <size>1</size>
41371       </method>
41372       <method name="Boolean method()">
41373         <size>2</size>
41374       </method>
41375     </type>
41376     <type name="BaseClass">
41377       <method name="Void .ctor()">
41378         <size>7</size>
41379       </method>
41380     </type>
41381     <type name="CLSClass">
41382       <method name="Void .ctor()">
41383         <size>7</size>
41384       </method>
41385       <method name="Void .ctor(Int32)">
41386         <size>7</size>
41387       </method>
41388       <method name="Void Method()">
41389         <size>1</size>
41390       </method>
41391       <method name="Int32 Method(Boolean)">
41392         <size>2</size>
41393       </method>
41394       <method name="Void methoD()">
41395         <size>1</size>
41396       </method>
41397       <method name="Void Main()">
41398         <size>1</size>
41399       </method>
41400       <method name="CLSClass op_Implicit(Boolean)">
41401         <size>7</size>
41402       </method>
41403       <method name="CLSClass op_Implicit(Int32)">
41404         <size>7</size>
41405       </method>
41406     </type>
41407     <type name="oBject">
41408       <method name="Void .ctor()">
41409         <size>7</size>
41410       </method>
41411     </type>
41412     <type name="A.C1">
41413       <method name="Void .ctor()">
41414         <size>7</size>
41415       </method>
41416     </type>
41417     <type name="B.c1">
41418       <method name="Void .ctor()">
41419         <size>7</size>
41420       </method>
41421     </type>
41422     <type name="c1">
41423       <method name="Void .ctor()">
41424         <size>7</size>
41425       </method>
41426     </type>
41427     <type name="CLSClass_2">
41428       <method name="Void .ctor()">
41429         <size>7</size>
41430       </method>
41431       <method name="Void Method()">
41432         <size>1</size>
41433       </method>
41434       <method name="Void method()">
41435         <size>1</size>
41436       </method>
41437     </type>
41438     <type name="System.sByte">
41439       <method name="Void .ctor()">
41440         <size>7</size>
41441       </method>
41442     </type>
41443     <type name="System.Web.HttpBrowserCapabilities">
41444       <method name="Void .ctor()">
41445         <size>7</size>
41446       </method>
41447     </type>
41448   </test>
41449   <test name="test-cls-06.cs">
41450     <type name="CLSClass">
41451       <method name="Void .ctor()">
41452         <size>7</size>
41453       </method>
41454       <method name="Void Main()">
41455         <size>1</size>
41456       </method>
41457     </type>
41458     <type name="CLSClass_2">
41459       <method name="Void .ctor(Int32[,,])">
41460         <size>7</size>
41461       </method>
41462       <method name="Void .ctor(Int32[,])">
41463         <size>7</size>
41464       </method>
41465       <method name="Void Test(System.Int32[,], Int32)">
41466         <size>1</size>
41467       </method>
41468       <method name="Void Test(System.Int32[,,], Boolean)">
41469         <size>1</size>
41470       </method>
41471     </type>
41472     <type name="X1">
41473       <method name="Void .ctor()">
41474         <size>7</size>
41475       </method>
41476       <method name="Void M2(Int32)">
41477         <size>1</size>
41478       </method>
41479     </type>
41480     <type name="X2">
41481       <method name="Void .ctor()">
41482         <size>7</size>
41483       </method>
41484       <method name="Void M2(Int32 ByRef)">
41485         <size>1</size>
41486       </method>
41487     </type>
41488     <type name="CLSClass+MyDelegate">
41489       <method name="Void .ctor(Object, IntPtr)">
41490         <size>0</size>
41491       </method>
41492       <method name="UInt32 Invoke()">
41493         <size>0</size>
41494       </method>
41495       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41496         <size>0</size>
41497       </method>
41498       <method name="UInt32 EndInvoke(IAsyncResult)">
41499         <size>0</size>
41500       </method>
41501     </type>
41502     <type name="MyDelegate">
41503       <method name="Void .ctor(Object, IntPtr)">
41504         <size>0</size>
41505       </method>
41506       <method name="UInt32 Invoke()">
41507         <size>0</size>
41508       </method>
41509       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41510         <size>0</size>
41511       </method>
41512       <method name="UInt32 EndInvoke(IAsyncResult)">
41513         <size>0</size>
41514       </method>
41515     </type>
41516   </test>
41517   <test name="test-cls-07.cs">
41518     <type name="aa.I1">
41519       <method name="Void .ctor()">
41520         <size>7</size>
41521       </method>
41522     </type>
41523     <type name="CLSClass">
41524       <method name="Void .ctor()">
41525         <size>7</size>
41526       </method>
41527       <method name="Void Main()">
41528         <size>1</size>
41529       </method>
41530     </type>
41531   </test>
41532   <test name="test-cls-10.cs">
41533     <type name="MainClass">
41534       <method name="Void .ctor()">
41535         <size>7</size>
41536       </method>
41537       <method name="Void Main()">
41538         <size>1</size>
41539       </method>
41540     </type>
41541   </test>
41542   <test name="test-cls-11.cs">
41543     <type name="CLSClass">
41544       <method name="Void .ctor()">
41545         <size>7</size>
41546       </method>
41547       <method name="Void Test(IComparable)">
41548         <size>0</size>
41549       </method>
41550     </type>
41551     <type name="CLSCLass_2">
41552       <method name="Void .ctor()">
41553         <size>7</size>
41554       </method>
41555       <method name="Void Test()">
41556         <size>0</size>
41557       </method>
41558     </type>
41559     <type name="CLSClass_3">
41560       <method name="Void .ctor()">
41561         <size>7</size>
41562       </method>
41563       <method name="Void Test()">
41564         <size>0</size>
41565       </method>
41566     </type>
41567     <type name="MainClass">
41568       <method name="Void .ctor()">
41569         <size>7</size>
41570       </method>
41571       <method name="Void Main()">
41572         <size>1</size>
41573       </method>
41574     </type>
41575   </test>
41576   <test name="test-cls-12.cs">
41577     <type name="MainClass">
41578       <method name="Void .ctor()">
41579         <size>7</size>
41580       </method>
41581       <method name="Void Main()">
41582         <size>1</size>
41583       </method>
41584     </type>
41585   </test>
41586   <test name="test-cls-14.cs">
41587     <type name="CLSClass">
41588       <method name="Void .ctor()">
41589         <size>7</size>
41590       </method>
41591       <method name="Void Error(Boolean)">
41592         <size>1</size>
41593       </method>
41594       <method name="CLSClass op_Implicit(Byte)">
41595         <size>6</size>
41596       </method>
41597     </type>
41598     <type name="MainClass">
41599       <method name="Void .ctor()">
41600         <size>7</size>
41601       </method>
41602       <method name="Void Main()">
41603         <size>1</size>
41604       </method>
41605     </type>
41606   </test>
41607   <test name="test-cls-15.cs">
41608     <type name="CLSAttribute_1">
41609       <method name="Void .ctor(Int32[])">
41610         <size>7</size>
41611       </method>
41612       <method name="Void .ctor(Int32)">
41613         <size>7</size>
41614       </method>
41615     </type>
41616     <type name="CLSAttribute_2">
41617       <method name="Void .ctor(Int32)">
41618         <size>7</size>
41619       </method>
41620     </type>
41621     <type name="CLSAttribute_3">
41622       <method name="Void .ctor(Int32[])">
41623         <size>7</size>
41624       </method>
41625     </type>
41626     <type name="CLSAttribute_4">
41627       <method name="Void .ctor(Int32[])">
41628         <size>7</size>
41629       </method>
41630     </type>
41631     <type name="ClassMain">
41632       <method name="Void .ctor()">
41633         <size>7</size>
41634       </method>
41635       <method name="Void Main()">
41636         <size>1</size>
41637       </method>
41638     </type>
41639   </test>
41640   <test name="test-cls-16.cs">
41641     <type name="CLSAttribute">
41642       <method name="Void .ctor(Boolean[])">
41643         <size>7</size>
41644       </method>
41645     </type>
41646     <type name="ClassMain">
41647       <method name="Void .ctor()">
41648         <size>7</size>
41649       </method>
41650       <method name="Void Main()">
41651         <size>1</size>
41652       </method>
41653     </type>
41654   </test>
41655   <test name="test-cls-17.cs">
41656     <type name="Foo">
41657       <method name="Void .ctor()">
41658         <size>7</size>
41659       </method>
41660       <method name="Void Main()">
41661         <size>1</size>
41662       </method>
41663     </type>
41664   </test>
41665   <test name="test-cls-18.cs">
41666     <type name="Base">
41667       <method name="Void .ctor()">
41668         <size>7</size>
41669       </method>
41670       <method name="Void Test(System.Int32[])">
41671         <size>1</size>
41672       </method>
41673     </type>
41674     <type name="CLSClass">
41675       <method name="Void .ctor()">
41676         <size>7</size>
41677       </method>
41678       <method name="Void Test(System.Int32[])">
41679         <size>1</size>
41680       </method>
41681       <method name="Void Main()">
41682         <size>1</size>
41683       </method>
41684     </type>
41685   </test>
41686   <test name="test-externalias-01.cs">
41687     <type name="Test">
41688       <method name="Void .ctor()">
41689         <size>7</size>
41690       </method>
41691       <method name="Int32 Main()">
41692         <size>64</size>
41693       </method>
41694     </type>
41695   </test>
41696   <test name="test-externalias-02.cs">
41697     <type name="Test">
41698       <method name="Void .ctor()">
41699         <size>7</size>
41700       </method>
41701       <method name="Int32 Main()">
41702         <size>64</size>
41703       </method>
41704     </type>
41705   </test>
41706   <test name="test-externalias-03.cs">
41707     <type name="Test">
41708       <method name="Void .ctor()">
41709         <size>7</size>
41710       </method>
41711       <method name="Int32 Main()">
41712         <size>64</size>
41713       </method>
41714     </type>
41715   </test>
41716   <test name="test-externalias-04.cs">
41717     <type name="Test">
41718       <method name="Void .ctor()">
41719         <size>7</size>
41720       </method>
41721       <method name="Int32 Main()">
41722         <size>64</size>
41723       </method>
41724     </type>
41725   </test>
41726   <test name="test-externalias-05.cs">
41727     <type name="Test">
41728       <method name="Void .ctor()">
41729         <size>7</size>
41730       </method>
41731       <method name="Void Main()">
41732         <size>21</size>
41733       </method>
41734     </type>
41735   </test>
41736   <test name="test-externalias-06.cs">
41737     <type name="MyAssembly01.Test">
41738       <method name="Void .ctor()">
41739         <size>7</size>
41740       </method>
41741     </type>
41742     <type name="MyAssembly01.Namespace1.Test">
41743       <method name="Void .ctor()">
41744         <size>7</size>
41745       </method>
41746     </type>
41747     <type name="MyAssembly02.Test">
41748       <method name="Void .ctor()">
41749         <size>7</size>
41750       </method>
41751     </type>
41752     <type name="MyAssembly02.Namespace1.Test">
41753       <method name="Void .ctor()">
41754         <size>7</size>
41755       </method>
41756     </type>
41757     <type name="Test">
41758       <method name="Void .ctor()">
41759         <size>7</size>
41760       </method>
41761       <method name="Void Main()">
41762         <size>1</size>
41763       </method>
41764     </type>
41765   </test>
41766   <test name="test-externalias-07.cs">
41767     <type name="NS.MyClass">
41768       <method name="Void .ctor()">
41769         <size>7</size>
41770       </method>
41771       <method name="Int32 GetInt()">
41772         <size>6</size>
41773       </method>
41774     </type>
41775     <type name="Test">
41776       <method name="Void .ctor()">
41777         <size>7</size>
41778       </method>
41779       <method name="Int32 Main()">
41780         <size>15</size>
41781       </method>
41782     </type>
41783   </test>
41784   <test name="test-externalias-08.cs">
41785     <type name="Test">
41786       <method name="Void .ctor()">
41787         <size>7</size>
41788       </method>
41789       <method name="Int32 Main()">
41790         <size>54</size>
41791       </method>
41792     </type>
41793   </test>
41794   <test name="test-externalias-09.cs">
41795     <type name="Test">
41796       <method name="Void .ctor()">
41797         <size>7</size>
41798       </method>
41799       <method name="Int32 Main()">
41800         <size>8</size>
41801       </method>
41802     </type>
41803   </test>
41804   <test name="test-iter-01.cs">
41805     <type name="X">
41806       <method name="Void .ctor()">
41807         <size>7</size>
41808       </method>
41809       <method name="IEnumerator GetIt()">
41810         <size>8</size>
41811       </method>
41812       <method name="IEnumerable GetIt2()">
41813         <size>16</size>
41814       </method>
41815       <method name="Int32 Main()">
41816         <size>171</size>
41817       </method>
41818     </type>
41819     <type name="X+&lt;GetIt&gt;c__Iterator0">
41820       <method name="Void .ctor()">
41821         <size>7</size>
41822       </method>
41823       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41824         <size>7</size>
41825       </method>
41826       <method name="Boolean MoveNext()">
41827         <size>126</size>
41828       </method>
41829       <method name="Void Dispose()">
41830         <size>8</size>
41831       </method>
41832       <method name="Void Reset()">
41833         <size>6</size>
41834       </method>
41835     </type>
41836     <type name="X+&lt;GetIt2&gt;c__Iterator1">
41837       <method name="Void .ctor()">
41838         <size>7</size>
41839       </method>
41840       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41841         <size>7</size>
41842       </method>
41843       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41844         <size>7</size>
41845       </method>
41846       <method name="Boolean MoveNext()">
41847         <size>126</size>
41848       </method>
41849       <method name="Void Dispose()">
41850         <size>8</size>
41851       </method>
41852       <method name="Void Reset()">
41853         <size>6</size>
41854       </method>
41855     </type>
41856     <type name="X+&lt;GetIt&gt;c__Iterator0">
41857       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41858         <size>7</size>
41859       </method>
41860     </type>
41861     <type name="X+&lt;GetIt2&gt;c__Iterator1">
41862       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41863         <size>7</size>
41864       </method>
41865       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41866         <size>26</size>
41867       </method>
41868     </type>
41869   </test>
41870   <test name="test-iter-02.cs">
41871     <type name="X">
41872       <method name="Void .ctor()">
41873         <size>7</size>
41874       </method>
41875       <method name="IEnumerator GetRange()">
41876         <size>8</size>
41877       </method>
41878       <method name="Int32 Main()">
41879         <size>88</size>
41880       </method>
41881     </type>
41882     <type name="X+&lt;GetRange&gt;c__Iterator0">
41883       <method name="Void .ctor()">
41884         <size>7</size>
41885       </method>
41886       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41887         <size>7</size>
41888       </method>
41889       <method name="Boolean MoveNext()">
41890         <size>173</size>
41891       </method>
41892       <method name="Void Dispose()">
41893         <size>8</size>
41894       </method>
41895       <method name="Void Reset()">
41896         <size>6</size>
41897       </method>
41898       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41899         <size>7</size>
41900       </method>
41901     </type>
41902   </test>
41903   <test name="test-iter-03.cs">
41904     <type name="X">
41905       <method name="Void .ctor()">
41906         <size>7</size>
41907       </method>
41908       <method name="IEnumerable GetIt(System.Int32[])">
41909         <size>30</size>
41910       </method>
41911       <method name="IEnumerable GetMulti(System.Int32[,])">
41912         <size>30</size>
41913       </method>
41914       <method name="Int32 Main()">
41915         <size>245</size>
41916       </method>
41917     </type>
41918     <type name="&lt;PrivateImplementationDetails&gt;">
41919       <method name="Void .ctor()">
41920         <size>7</size>
41921       </method>
41922     </type>
41923     <type name="X+&lt;GetIt&gt;c__Iterator0">
41924       <method name="Void .ctor()">
41925         <size>7</size>
41926       </method>
41927       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41928         <size>7</size>
41929       </method>
41930       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41931         <size>7</size>
41932       </method>
41933       <method name="Boolean MoveNext()">
41934         <size>151</size>
41935       </method>
41936       <method name="Void Dispose()">
41937         <size>8</size>
41938       </method>
41939       <method name="Void Reset()">
41940         <size>6</size>
41941       </method>
41942     </type>
41943     <type name="X+&lt;GetMulti&gt;c__Iterator1">
41944       <method name="Void .ctor()">
41945         <size>7</size>
41946       </method>
41947       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41948         <size>7</size>
41949       </method>
41950       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41951         <size>7</size>
41952       </method>
41953       <method name="Boolean MoveNext()">
41954         <size>238</size>
41955       </method>
41956       <method name="Void Dispose()">
41957         <size>8</size>
41958       </method>
41959       <method name="Void Reset()">
41960         <size>6</size>
41961       </method>
41962     </type>
41963     <type name="X+&lt;GetIt&gt;c__Iterator0">
41964       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41965         <size>7</size>
41966       </method>
41967       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41968         <size>40</size>
41969       </method>
41970     </type>
41971     <type name="X+&lt;GetMulti&gt;c__Iterator1">
41972       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41973         <size>7</size>
41974       </method>
41975       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41976         <size>40</size>
41977       </method>
41978     </type>
41979   </test>
41980   <test name="test-iter-04.cs">
41981     <type name="X">
41982       <method name="Void .ctor()">
41983         <size>7</size>
41984       </method>
41985       <method name="IEnumerable GetRange(Int32, Int32)">
41986         <size>44</size>
41987       </method>
41988       <method name="Void Main()">
41989         <size>98</size>
41990       </method>
41991     </type>
41992     <type name="X+&lt;GetRange&gt;c__Iterator0">
41993       <method name="Void .ctor()">
41994         <size>7</size>
41995       </method>
41996       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41997         <size>7</size>
41998       </method>
41999       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42000         <size>7</size>
42001       </method>
42002       <method name="Boolean MoveNext()">
42003         <size>123</size>
42004       </method>
42005       <method name="Void Dispose()">
42006         <size>8</size>
42007       </method>
42008       <method name="Void Reset()">
42009         <size>6</size>
42010       </method>
42011       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42012         <size>7</size>
42013       </method>
42014       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42015         <size>52</size>
42016       </method>
42017     </type>
42018   </test>
42019   <test name="test-iter-05.cs">
42020     <type name="X">
42021       <method name="Void .ctor()">
42022         <size>7</size>
42023       </method>
42024       <method name="IEnumerable GetIt()">
42025         <size>16</size>
42026       </method>
42027       <method name="Int32 Main()">
42028         <size>104</size>
42029       </method>
42030     </type>
42031     <type name="List">
42032       <method name="Void .ctor(Int32)">
42033         <size>19</size>
42034       </method>
42035       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42036         <size>12</size>
42037       </method>
42038       <method name="Void Add(Int32)">
42039         <size>26</size>
42040       </method>
42041       <method name="MyEnumerator GetEnumerator()">
42042         <size>7</size>
42043       </method>
42044     </type>
42045     <type name="X+&lt;GetIt&gt;c__Iterator0">
42046       <method name="Void .ctor()">
42047         <size>7</size>
42048       </method>
42049       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42050         <size>7</size>
42051       </method>
42052       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42053         <size>7</size>
42054       </method>
42055       <method name="Boolean MoveNext()">
42056         <size>183</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="List+MyEnumerator">
42066       <method name="Void .ctor(List)">
42067         <size>15</size>
42068       </method>
42069       <method name="System.Object get_Current()">
42070         <size>24</size>
42071       </method>
42072       <method name="Boolean MoveNext()">
42073         <size>31</size>
42074       </method>
42075       <method name="Void Reset()">
42076         <size>8</size>
42077       </method>
42078     </type>
42079     <type name="X+&lt;GetIt&gt;c__Iterator0">
42080       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42081         <size>7</size>
42082       </method>
42083       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42084         <size>26</size>
42085       </method>
42086     </type>
42087   </test>
42088   <test name="test-iter-06.cs">
42089     <type name="X">
42090       <method name="Void .ctor()">
42091         <size>7</size>
42092       </method>
42093       <method name="IEnumerable Get(Int32)">
42094         <size>30</size>
42095       </method>
42096       <method name="IEnumerable GetS(Int32)">
42097         <size>30</size>
42098       </method>
42099       <method name="Int32 Main()">
42100         <size>399</size>
42101       </method>
42102     </type>
42103     <type name="S+&lt;Get&gt;c__Iterator0">
42104       <method name="Void .ctor()">
42105         <size>7</size>
42106       </method>
42107       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42108         <size>7</size>
42109       </method>
42110       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42111         <size>7</size>
42112       </method>
42113       <method name="Boolean MoveNext()">
42114         <size>183</size>
42115       </method>
42116       <method name="Void Dispose()">
42117         <size>8</size>
42118       </method>
42119       <method name="Void Reset()">
42120         <size>6</size>
42121       </method>
42122     </type>
42123     <type name="S+&lt;GetS&gt;c__Iterator1">
42124       <method name="Void .ctor()">
42125         <size>7</size>
42126       </method>
42127       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42128         <size>7</size>
42129       </method>
42130       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42131         <size>7</size>
42132       </method>
42133       <method name="Boolean MoveNext()">
42134         <size>136</size>
42135       </method>
42136       <method name="Void Dispose()">
42137         <size>8</size>
42138       </method>
42139       <method name="Void Reset()">
42140         <size>6</size>
42141       </method>
42142     </type>
42143     <type name="X+&lt;Get&gt;c__Iterator2">
42144       <method name="Void .ctor()">
42145         <size>7</size>
42146       </method>
42147       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42148         <size>7</size>
42149       </method>
42150       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42151         <size>7</size>
42152       </method>
42153       <method name="Boolean MoveNext()">
42154         <size>131</size>
42155       </method>
42156       <method name="Void Dispose()">
42157         <size>8</size>
42158       </method>
42159       <method name="Void Reset()">
42160         <size>6</size>
42161       </method>
42162     </type>
42163     <type name="X+&lt;GetS&gt;c__Iterator3">
42164       <method name="Void .ctor()">
42165         <size>7</size>
42166       </method>
42167       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42168         <size>7</size>
42169       </method>
42170       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42171         <size>7</size>
42172       </method>
42173       <method name="Boolean MoveNext()">
42174         <size>136</size>
42175       </method>
42176       <method name="Void Dispose()">
42177         <size>8</size>
42178       </method>
42179       <method name="Void Reset()">
42180         <size>6</size>
42181       </method>
42182     </type>
42183     <type name="S">
42184       <method name="IEnumerable Get(Int32)">
42185         <size>42</size>
42186       </method>
42187       <method name="IEnumerable GetS(Int32)">
42188         <size>30</size>
42189       </method>
42190     </type>
42191     <type name="S+&lt;Get&gt;c__Iterator0">
42192       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42193         <size>7</size>
42194       </method>
42195       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42196         <size>52</size>
42197       </method>
42198     </type>
42199     <type name="S+&lt;GetS&gt;c__Iterator1">
42200       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42201         <size>7</size>
42202       </method>
42203       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42204         <size>40</size>
42205       </method>
42206     </type>
42207     <type name="X+&lt;Get&gt;c__Iterator2">
42208       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42209         <size>7</size>
42210       </method>
42211       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42212         <size>40</size>
42213       </method>
42214     </type>
42215     <type name="X+&lt;GetS&gt;c__Iterator3">
42216       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42217         <size>7</size>
42218       </method>
42219       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42220         <size>40</size>
42221       </method>
42222     </type>
42223   </test>
42224   <test name="test-iter-07.cs">
42225     <type name="Test">
42226       <method name="Void .ctor()">
42227         <size>7</size>
42228       </method>
42229       <method name="IEnumerable Foo(Int32)">
42230         <size>30</size>
42231       </method>
42232     </type>
42233     <type name="X">
42234       <method name="Void .ctor()">
42235         <size>7</size>
42236       </method>
42237       <method name="Int32 Main()">
42238         <size>372</size>
42239       </method>
42240     </type>
42241     <type name="Test+&lt;Foo&gt;c__Iterator0">
42242       <method name="Void .ctor()">
42243         <size>7</size>
42244       </method>
42245       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42246         <size>7</size>
42247       </method>
42248       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42249         <size>7</size>
42250       </method>
42251       <method name="Boolean MoveNext()">
42252         <size>253</size>
42253       </method>
42254       <method name="Void Dispose()">
42255         <size>112</size>
42256       </method>
42257       <method name="Void Reset()">
42258         <size>6</size>
42259       </method>
42260       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42261         <size>7</size>
42262       </method>
42263       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42264         <size>40</size>
42265       </method>
42266     </type>
42267   </test>
42268   <test name="test-iter-08.cs">
42269     <type name="Foo">
42270       <method name="Void .ctor(Int32)">
42271         <size>14</size>
42272       </method>
42273       <method name="Void Dispose()">
42274         <size>8</size>
42275       </method>
42276     </type>
42277     <type name="X">
42278       <method name="Void .ctor()">
42279         <size>7</size>
42280       </method>
42281       <method name="IEnumerable Test(Int32, Int32)">
42282         <size>44</size>
42283       </method>
42284       <method name="Int32 Main()">
42285         <size>167</size>
42286       </method>
42287     </type>
42288     <type name="X+&lt;Test&gt;c__Iterator0">
42289       <method name="Void .ctor()">
42290         <size>7</size>
42291       </method>
42292       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42293         <size>7</size>
42294       </method>
42295       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42296         <size>7</size>
42297       </method>
42298       <method name="Boolean MoveNext()">
42299         <size>360</size>
42300       </method>
42301       <method name="Void Dispose()">
42302         <size>102</size>
42303       </method>
42304       <method name="Void Reset()">
42305         <size>6</size>
42306       </method>
42307       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42308         <size>7</size>
42309       </method>
42310       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42311         <size>52</size>
42312       </method>
42313     </type>
42314   </test>
42315   <test name="test-iter-09.cs">
42316     <type name="Tester">
42317       <method name="Void .ctor()">
42318         <size>153</size>
42319       </method>
42320       <method name="IEnumerator GetEnumerator()">
42321         <size>15</size>
42322       </method>
42323     </type>
42324     <type name="Test">
42325       <method name="Void .ctor()">
42326         <size>7</size>
42327       </method>
42328       <method name="Int32 Main()">
42329         <size>268</size>
42330       </method>
42331     </type>
42332     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
42333       <method name="Void .ctor()">
42334         <size>7</size>
42335       </method>
42336       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42337         <size>7</size>
42338       </method>
42339       <method name="Boolean MoveNext()">
42340         <size>623</size>
42341       </method>
42342       <method name="Void Dispose()">
42343         <size>82</size>
42344       </method>
42345       <method name="Void Reset()">
42346         <size>6</size>
42347       </method>
42348       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42349         <size>7</size>
42350       </method>
42351     </type>
42352   </test>
42353   <test name="test-iter-10.cs">
42354     <type name="X">
42355       <method name="Void .ctor()">
42356         <size>7</size>
42357       </method>
42358       <method name="IEnumerator get_GetIt()">
42359         <size>8</size>
42360       </method>
42361       <method name="Void set_GetIt(IEnumerator)">
42362         <size>1</size>
42363       </method>
42364       <method name="IEnumerable get_Item(Int32)">
42365         <size>30</size>
42366       </method>
42367       <method name="Void set_Item(Int32, IEnumerable)">
42368         <size>1</size>
42369       </method>
42370       <method name="Int32 Main()">
42371         <size>184</size>
42372       </method>
42373     </type>
42374     <type name="X+&lt;&gt;c__Iterator0">
42375       <method name="Void .ctor()">
42376         <size>7</size>
42377       </method>
42378       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42379         <size>7</size>
42380       </method>
42381       <method name="Boolean MoveNext()">
42382         <size>126</size>
42383       </method>
42384       <method name="Void Dispose()">
42385         <size>8</size>
42386       </method>
42387       <method name="Void Reset()">
42388         <size>6</size>
42389       </method>
42390     </type>
42391     <type name="X+&lt;&gt;c__Iterator1">
42392       <method name="Void .ctor()">
42393         <size>7</size>
42394       </method>
42395       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42396         <size>7</size>
42397       </method>
42398       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42399         <size>7</size>
42400       </method>
42401       <method name="Boolean MoveNext()">
42402         <size>147</size>
42403       </method>
42404       <method name="Void Dispose()">
42405         <size>8</size>
42406       </method>
42407       <method name="Void Reset()">
42408         <size>6</size>
42409       </method>
42410     </type>
42411     <type name="X+&lt;&gt;c__Iterator0">
42412       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42413         <size>7</size>
42414       </method>
42415     </type>
42416     <type name="X+&lt;&gt;c__Iterator1">
42417       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42418         <size>7</size>
42419       </method>
42420       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42421         <size>40</size>
42422       </method>
42423     </type>
42424   </test>
42425   <test name="test-iter-11.cs">
42426     <type name="X">
42427       <method name="Void .ctor()">
42428         <size>7</size>
42429       </method>
42430       <method name="Void add_Hook(System.EventHandler)">
42431         <size>24</size>
42432       </method>
42433       <method name="Void remove_Hook(System.EventHandler)">
42434         <size>24</size>
42435       </method>
42436       <method name="IEnumerator Pipeline()">
42437         <size>15</size>
42438       </method>
42439       <method name="Void M(System.Object, System.EventArgs)">
42440         <size>11</size>
42441       </method>
42442       <method name="Void Main()">
42443         <size>55</size>
42444       </method>
42445     </type>
42446     <type name="X+&lt;Pipeline&gt;c__Iterator0">
42447       <method name="Void .ctor()">
42448         <size>7</size>
42449       </method>
42450       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42451         <size>7</size>
42452       </method>
42453       <method name="Boolean MoveNext()">
42454         <size>124</size>
42455       </method>
42456       <method name="Void Dispose()">
42457         <size>8</size>
42458       </method>
42459       <method name="Void Reset()">
42460         <size>6</size>
42461       </method>
42462       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42463         <size>7</size>
42464       </method>
42465     </type>
42466   </test>
42467   <test name="test-iter-12.cs">
42468     <type name="X">
42469       <method name="Void .ctor()">
42470         <size>7</size>
42471       </method>
42472       <method name="IEnumerable a()">
42473         <size>23</size>
42474       </method>
42475       <method name="Void Main()">
42476         <size>1</size>
42477       </method>
42478     </type>
42479     <type name="X+&lt;a&gt;c__Iterator0">
42480       <method name="Void .ctor()">
42481         <size>7</size>
42482       </method>
42483       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42484         <size>7</size>
42485       </method>
42486       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42487         <size>7</size>
42488       </method>
42489       <method name="Boolean MoveNext()">
42490         <size>165</size>
42491       </method>
42492       <method name="Void Dispose()">
42493         <size>55</size>
42494       </method>
42495       <method name="Void Reset()">
42496         <size>6</size>
42497       </method>
42498       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42499         <size>7</size>
42500       </method>
42501       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42502         <size>40</size>
42503       </method>
42504     </type>
42505   </test>
42506   <test name="test-iter-13.cs">
42507     <type name="Test">
42508       <method name="Void .ctor()">
42509         <size>7</size>
42510       </method>
42511       <method name="Void .cctor()">
42512         <size>11</size>
42513       </method>
42514       <method name="Void Main()">
42515         <size>1</size>
42516       </method>
42517       <method name="IEnumerable syntax_error(System.Object, System.Object)">
42518         <size>16</size>
42519       </method>
42520     </type>
42521     <type name="Test+Yp">
42522       <method name="Void .ctor()">
42523         <size>7</size>
42524       </method>
42525       <method name="IEnumerable fail()">
42526         <size>2</size>
42527       </method>
42528     </type>
42529     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
42530       <method name="Void .ctor()">
42531         <size>7</size>
42532       </method>
42533       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42534         <size>7</size>
42535       </method>
42536       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42537         <size>7</size>
42538       </method>
42539       <method name="Boolean MoveNext()">
42540         <size>27</size>
42541       </method>
42542       <method name="Void Dispose()">
42543         <size>8</size>
42544       </method>
42545       <method name="Void Reset()">
42546         <size>6</size>
42547       </method>
42548       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42549         <size>7</size>
42550       </method>
42551       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42552         <size>26</size>
42553       </method>
42554     </type>
42555   </test>
42556   <test name="test-named-01.cs">
42557     <type name="A">
42558       <method name="Void .ctor()">
42559         <size>13</size>
42560       </method>
42561       <method name="Void .ctor(Object)">
42562         <size>7</size>
42563       </method>
42564       <method name="Void set_Item(Int32, Int32)">
42565         <size>8</size>
42566       </method>
42567     </type>
42568     <type name="B">
42569       <method name="Void .ctor()">
42570         <size>12</size>
42571       </method>
42572       <method name="Void set_Item(Int32, Int32)">
42573         <size>11</size>
42574       </method>
42575     </type>
42576     <type name="XAttribute">
42577       <method name="Void .ctor(Int32)">
42578         <size>7</size>
42579       </method>
42580     </type>
42581     <type name="M">
42582       <method name="Void .ctor()">
42583         <size>7</size>
42584       </method>
42585       <method name="Void Foo(Int32)">
42586         <size>1</size>
42587       </method>
42588       <method name="Int32 Main()">
42589         <size>48</size>
42590       </method>
42591     </type>
42592   </test>
42593   <test name="test-named-02.cs">
42594     <type name="A">
42595       <method name="Void .ctor()">
42596         <size>7</size>
42597       </method>
42598       <method name="Void set_Item(Int32, Int32)">
42599         <size>29</size>
42600       </method>
42601       <method name="Int32 get_Item(Int32)">
42602         <size>28</size>
42603       </method>
42604     </type>
42605     <type name="MyPoint">
42606       <method name="Void .ctor(Int32, Int32)">
42607         <size>15</size>
42608       </method>
42609     </type>
42610     <type name="C">
42611       <method name="Void .ctor()">
42612         <size>7</size>
42613       </method>
42614       <method name="Decimal Foo(Decimal, Decimal)">
42615         <size>2</size>
42616       </method>
42617       <method name="System.String Bar(Int32, System.String, Char)">
42618         <size>20</size>
42619       </method>
42620       <method name="Int32 Test(Int32, Int32)">
42621         <size>30</size>
42622       </method>
42623       <method name="Int32 Main()">
42624         <size>279</size>
42625       </method>
42626     </type>
42627   </test>
42628   <test name="test-named-03.cs">
42629     <type name="C">
42630       <method name="Void .ctor()">
42631         <size>7</size>
42632       </method>
42633       <method name="Int32 TestInt(Int32)">
42634         <size>3</size>
42635       </method>
42636       <method name="Int32 Main()">
42637         <size>23</size>
42638       </method>
42639     </type>
42640     <type name="C+IntDelegate">
42641       <method name="Void .ctor(Object, IntPtr)">
42642         <size>0</size>
42643       </method>
42644       <method name="Int32 Invoke(Int32)">
42645         <size>0</size>
42646       </method>
42647       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42648         <size>0</size>
42649       </method>
42650       <method name="Int32 EndInvoke(IAsyncResult)">
42651         <size>0</size>
42652       </method>
42653     </type>
42654   </test>
42655   <test name="test-partial-01.cs">
42656     <type name="Foo.Hello">
42657       <method name="Void .ctor()">
42658         <size>7</size>
42659       </method>
42660       <method name="Void .cctor()">
42661         <size>7</size>
42662       </method>
42663     </type>
42664     <type name="Bar.Hello">
42665       <method name="Void .ctor()">
42666         <size>7</size>
42667       </method>
42668       <method name="Void .cctor()">
42669         <size>8</size>
42670       </method>
42671     </type>
42672     <type name="X.Test">
42673       <method name="Void .ctor()">
42674         <size>7</size>
42675       </method>
42676       <method name="Int32 FooWorld()">
42677         <size>6</size>
42678       </method>
42679       <method name="Int32 BarWorld()">
42680         <size>6</size>
42681       </method>
42682     </type>
42683     <type name="Y">
42684       <method name="Void .ctor()">
42685         <size>7</size>
42686       </method>
42687       <method name="Int32 Main()">
42688         <size>29</size>
42689       </method>
42690     </type>
42691   </test>
42692   <test name="test-partial-02.cs">
42693     <type name="Test1.Base">
42694       <method name="Void .ctor()">
42695         <size>7</size>
42696       </method>
42697     </type>
42698     <type name="Test1.Foo">
42699       <method name="Void .ctor()">
42700         <size>7</size>
42701       </method>
42702     </type>
42703     <type name="Test2.Foo">
42704       <method name="Void .ctor()">
42705         <size>7</size>
42706       </method>
42707     </type>
42708     <type name="ReflectedType">
42709       <method name="Void .ctor()">
42710         <size>7</size>
42711       </method>
42712     </type>
42713     <type name="D">
42714       <method name="Void .ctor()">
42715         <size>7</size>
42716       </method>
42717     </type>
42718     <type name="X">
42719       <method name="Void .ctor()">
42720         <size>7</size>
42721       </method>
42722       <method name="Void Main()">
42723         <size>1</size>
42724       </method>
42725     </type>
42726   </test>
42727   <test name="test-partial-03.cs">
42728     <type name="Test">
42729       <method name="Void .ctor()">
42730         <size>18</size>
42731       </method>
42732       <method name="Int32 TestFoo()">
42733         <size>13</size>
42734       </method>
42735       <method name="Int32 TestIFoo(IFoo)">
42736         <size>8</size>
42737       </method>
42738     </type>
42739     <type name="Test+Foo">
42740       <method name="Void .ctor()">
42741         <size>7</size>
42742       </method>
42743       <method name="Int32 Test.IFoo.Hello(Test)">
42744         <size>2</size>
42745       </method>
42746       <method name="Int32 Hello(Test)">
42747         <size>2</size>
42748       </method>
42749     </type>
42750     <type name="X">
42751       <method name="Void .ctor()">
42752         <size>7</size>
42753       </method>
42754       <method name="Int32 Main()">
42755         <size>42</size>
42756       </method>
42757     </type>
42758   </test>
42759   <test name="test-partial-04.cs">
42760     <type name="B.Test">
42761       <method name="Void .ctor()">
42762         <size>7</size>
42763       </method>
42764       <method name="Void A.IFoo.Hello(IFoo)">
42765         <size>1</size>
42766       </method>
42767     </type>
42768     <type name="X">
42769       <method name="Void .ctor()">
42770         <size>7</size>
42771       </method>
42772       <method name="Void Main()">
42773         <size>1</size>
42774       </method>
42775     </type>
42776   </test>
42777   <test name="test-partial-05.cs">
42778     <type name="B">
42779       <method name="Void .ctor()">
42780         <size>7</size>
42781       </method>
42782     </type>
42783     <type name="A">
42784       <method name="Void .ctor()">
42785         <size>7</size>
42786       </method>
42787     </type>
42788     <type name="A2">
42789       <method name="Void .ctor()">
42790         <size>7</size>
42791       </method>
42792     </type>
42793     <type name="D">
42794       <method name="Void .ctor()">
42795         <size>7</size>
42796       </method>
42797       <method name="Void Main()">
42798         <size>1</size>
42799       </method>
42800     </type>
42801   </test>
42802   <test name="test-partial-06.cs">
42803     <type name="Foo">
42804       <method name="Void .ctor()">
42805         <size>7</size>
42806       </method>
42807       <method name="Void Finalize()">
42808         <size>13</size>
42809       </method>
42810     </type>
42811     <type name="B">
42812       <method name="Void .ctor()">
42813         <size>7</size>
42814       </method>
42815       <method name="Void Main()">
42816         <size>1</size>
42817       </method>
42818     </type>
42819   </test>
42820   <test name="test-partial-07.cs">
42821     <type name="Test">
42822       <method name="Void .ctor()">
42823         <size>7</size>
42824       </method>
42825     </type>
42826     <type name="TestAttribute">
42827       <method name="Void .ctor()">
42828         <size>7</size>
42829       </method>
42830     </type>
42831     <type name="Test2Attribute">
42832       <method name="Void .ctor()">
42833         <size>7</size>
42834       </method>
42835     </type>
42836     <type name="X">
42837       <method name="Void .ctor()">
42838         <size>7</size>
42839       </method>
42840       <method name="Int32 Main()">
42841         <size>62</size>
42842       </method>
42843     </type>
42844   </test>
42845   <test name="test-partial-08.cs">
42846     <type name="Foo">
42847       <method name="Void .ctor()">
42848         <size>7</size>
42849       </method>
42850       <method name="System.String get_Id()">
42851         <size>7</size>
42852       </method>
42853     </type>
42854     <type name="PartialAbstractCompilationError">
42855       <method name="Void .ctor()">
42856         <size>7</size>
42857       </method>
42858       <method name="Int32 Main()">
42859         <size>54</size>
42860       </method>
42861     </type>
42862   </test>
42863   <test name="test-partial-09.cs">
42864     <type name="Foo">
42865       <method name="Void .ctor()">
42866         <size>7</size>
42867       </method>
42868       <method name="System.String get_Id()">
42869         <size>7</size>
42870       </method>
42871     </type>
42872     <type name="Bar">
42873       <method name="Void .ctor(String)">
42874         <size>14</size>
42875       </method>
42876     </type>
42877     <type name="PartialAbstractCompilationError">
42878       <method name="Void .ctor()">
42879         <size>7</size>
42880       </method>
42881       <method name="Void Main()">
42882         <size>21</size>
42883       </method>
42884     </type>
42885   </test>
42886   <test name="test-partial-10.cs">
42887     <type name="Test2.Foo">
42888       <method name="Void .ctor()">
42889         <size>7</size>
42890       </method>
42891       <method name="Void .cctor()">
42892         <size>15</size>
42893       </method>
42894     </type>
42895     <type name="X">
42896       <method name="Void .ctor()">
42897         <size>7</size>
42898       </method>
42899       <method name="Int32 Main()">
42900         <size>68</size>
42901       </method>
42902     </type>
42903     <type name="Test3.Foo">
42904       <method name="Void .cctor()">
42905         <size>15</size>
42906       </method>
42907     </type>
42908   </test>
42909   <test name="test-partial-11.cs">
42910     <type name="StaticClass">
42911       <method name="System.String Name()">
42912         <size>6</size>
42913       </method>
42914     </type>
42915     <type name="MainClass">
42916       <method name="Void .ctor()">
42917         <size>7</size>
42918       </method>
42919       <method name="Boolean IsStatic(System.Type)">
42920         <size>73</size>
42921       </method>
42922       <method name="Int32 Main()">
42923         <size>56</size>
42924       </method>
42925     </type>
42926   </test>
42927   <test name="test-partial-12.cs">
42928     <type name="Test1.Foo">
42929       <method name="Void .ctor()">
42930         <size>7</size>
42931       </method>
42932       <method name="IEnumerable E()">
42933         <size>16</size>
42934       </method>
42935     </type>
42936     <type name="X">
42937       <method name="Void .ctor()">
42938         <size>7</size>
42939       </method>
42940       <method name="Int32 Main()">
42941         <size>102</size>
42942       </method>
42943     </type>
42944     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
42945       <method name="Void .ctor()">
42946         <size>7</size>
42947       </method>
42948       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42949         <size>7</size>
42950       </method>
42951       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42952         <size>7</size>
42953       </method>
42954       <method name="Boolean MoveNext()">
42955         <size>69</size>
42956       </method>
42957       <method name="Void Dispose()">
42958         <size>8</size>
42959       </method>
42960       <method name="Void Reset()">
42961         <size>6</size>
42962       </method>
42963       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42964         <size>7</size>
42965       </method>
42966       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42967         <size>26</size>
42968       </method>
42969     </type>
42970   </test>
42971   <test name="test-partial-13.cs">
42972     <type name="Test.Test">
42973       <method name="Void .ctor()">
42974         <size>7</size>
42975       </method>
42976       <method name="Boolean Equals(System.Object)">
42977         <size>2</size>
42978       </method>
42979       <method name="Int32 GetHashCode()">
42980         <size>2</size>
42981       </method>
42982       <method name="Void Main()">
42983         <size>1</size>
42984       </method>
42985     </type>
42986   </test>
42987   <test name="test-partial-14.cs">
42988     <type name="T">
42989       <method name="Void .ctor()">
42990         <size>7</size>
42991       </method>
42992     </type>
42993     <type name="partial">
42994       <method name="Void .ctor()">
42995         <size>7</size>
42996       </method>
42997     </type>
42998     <type name="A">
42999       <method name="Void .ctor()">
43000         <size>7</size>
43001       </method>
43002       <method name="Void partial(partial)">
43003         <size>3</size>
43004       </method>
43005     </type>
43006     <type name="B">
43007       <method name="Void .ctor()">
43008         <size>7</size>
43009       </method>
43010       <method name="Void Main()">
43011         <size>1</size>
43012       </method>
43013     </type>
43014   </test>
43015   <test name="test-partial-15.cs">
43016     <type name="Foo.X">
43017       <method name="Void .ctor()">
43018         <size>7</size>
43019       </method>
43020       <method name="Void Main()">
43021         <size>1</size>
43022       </method>
43023       <method name="IEnumerable Attempts2()">
43024         <size>16</size>
43025       </method>
43026       <method name="IEnumerable get_Attempts()">
43027         <size>16</size>
43028       </method>
43029       <method name="IEnumerable get_Item(Int32)">
43030         <size>16</size>
43031       </method>
43032     </type>
43033     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
43034       <method name="Void .ctor()">
43035         <size>7</size>
43036       </method>
43037       <method name="System.Object System.Collections.IEnumerator.get_Current()">
43038         <size>7</size>
43039       </method>
43040       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
43041         <size>7</size>
43042       </method>
43043       <method name="Boolean MoveNext()">
43044         <size>36</size>
43045       </method>
43046       <method name="Void Dispose()">
43047         <size>8</size>
43048       </method>
43049       <method name="Void Reset()">
43050         <size>6</size>
43051       </method>
43052     </type>
43053     <type name="Foo.X+&lt;&gt;c__Iterator1">
43054       <method name="Void .ctor()">
43055         <size>7</size>
43056       </method>
43057       <method name="System.Object System.Collections.IEnumerator.get_Current()">
43058         <size>7</size>
43059       </method>
43060       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
43061         <size>7</size>
43062       </method>
43063       <method name="Boolean MoveNext()">
43064         <size>36</size>
43065       </method>
43066       <method name="Void Dispose()">
43067         <size>8</size>
43068       </method>
43069       <method name="Void Reset()">
43070         <size>6</size>
43071       </method>
43072     </type>
43073     <type name="Foo.X+&lt;&gt;c__Iterator2">
43074       <method name="Void .ctor()">
43075         <size>7</size>
43076       </method>
43077       <method name="System.Object System.Collections.IEnumerator.get_Current()">
43078         <size>7</size>
43079       </method>
43080       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
43081         <size>7</size>
43082       </method>
43083       <method name="Boolean MoveNext()">
43084         <size>36</size>
43085       </method>
43086       <method name="Void Dispose()">
43087         <size>8</size>
43088       </method>
43089       <method name="Void Reset()">
43090         <size>6</size>
43091       </method>
43092     </type>
43093     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
43094       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
43095         <size>7</size>
43096       </method>
43097       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
43098         <size>26</size>
43099       </method>
43100     </type>
43101     <type name="Foo.X+&lt;&gt;c__Iterator1">
43102       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
43103         <size>7</size>
43104       </method>
43105       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
43106         <size>26</size>
43107       </method>
43108     </type>
43109     <type name="Foo.X+&lt;&gt;c__Iterator2">
43110       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
43111         <size>7</size>
43112       </method>
43113       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
43114         <size>26</size>
43115       </method>
43116     </type>
43117   </test>
43118   <test name="test-partial-16.cs">
43119     <type name="A.C">
43120       <method name="Void .ctor()">
43121         <size>23</size>
43122       </method>
43123       <method name="Void .cctor()">
43124         <size>11</size>
43125       </method>
43126     </type>
43127     <type name="B.C2">
43128       <method name="Void .ctor()">
43129         <size>7</size>
43130       </method>
43131       <method name="Boolean Test()">
43132         <size>2</size>
43133       </method>
43134       <method name="System.Object Test_I()">
43135         <size>2</size>
43136       </method>
43137       <method name="Void Main()">
43138         <size>1</size>
43139       </method>
43140     </type>
43141   </test>
43142   <test name="test-partial-17.cs">
43143     <type name="Test">
43144       <method name="Void .ctor()">
43145         <size>7</size>
43146       </method>
43147       <method name="Boolean Check(System.String, System.String[])">
43148         <size>42</size>
43149       </method>
43150       <method name="Void Main()">
43151         <size>1</size>
43152       </method>
43153     </type>
43154   </test>
43155   <test name="test-partial-18.cs">
43156     <type name="N.Foo">
43157       <method name="Void .ctor()">
43158         <size>17</size>
43159       </method>
43160       <method name="Void Main()">
43161         <size>1</size>
43162       </method>
43163     </type>
43164   </test>
43165   <test name="test-partial-19.cs">
43166     <type name="Bug.GL">
43167       <method name="Void Main()">
43168         <size>7</size>
43169       </method>
43170     </type>
43171     <type name="Bug.GL+Core">
43172       <method name="Boolean A()">
43173         <size>2</size>
43174       </method>
43175     </type>
43176   </test>
43177   <test name="test-partial-20.cs">
43178     <type name="A">
43179       <method name="Void .ctor()">
43180         <size>7</size>
43181       </method>
43182       <method name="Void .cctor()">
43183         <size>7</size>
43184       </method>
43185     </type>
43186     <type name="B">
43187       <method name="Void .ctor()">
43188         <size>7</size>
43189       </method>
43190       <method name="Void .cctor()">
43191         <size>7</size>
43192       </method>
43193     </type>
43194     <type name="C">
43195       <method name="Void .ctor()">
43196         <size>7</size>
43197       </method>
43198       <method name="Int32 Main()">
43199         <size>38</size>
43200       </method>
43201     </type>
43202   </test>
43203   <test name="test-partial-21.cs">
43204     <type name="Mono.Sms.Main">
43205       <method name="Void .ctor()">
43206         <size>7</size>
43207       </method>
43208       <method name="Void Test()">
43209         <size>42</size>
43210       </method>
43211     </type>
43212     <type name="Mono.Sms.Contacts">
43213       <method name="Void .ctor()">
43214         <size>7</size>
43215       </method>
43216       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
43217         <size>24</size>
43218       </method>
43219       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
43220         <size>24</size>
43221       </method>
43222       <method name="Void Test()">
43223         <size>12</size>
43224       </method>
43225     </type>
43226     <type name="Mono.Sms.Core.Agenda">
43227       <method name="Void .ctor()">
43228         <size>7</size>
43229       </method>
43230       <method name="Void AddContact()">
43231         <size>1</size>
43232       </method>
43233       <method name="Void Main()">
43234         <size>1</size>
43235       </method>
43236     </type>
43237     <type name="Mono.Sms.Contacts+ContactsHandler">
43238       <method name="Void .ctor(Object, IntPtr)">
43239         <size>0</size>
43240       </method>
43241       <method name="Void Invoke()">
43242         <size>0</size>
43243       </method>
43244       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43245         <size>0</size>
43246       </method>
43247       <method name="Void EndInvoke(IAsyncResult)">
43248         <size>0</size>
43249       </method>
43250     </type>
43251     <type name="Mono.Sms.Main">
43252       <method name="Void &lt;Test&gt;m__0()">
43253         <size>6</size>
43254       </method>
43255     </type>
43256   </test>
43257   <test name="test-partial-22.cs">
43258     <type name="C">
43259       <method name="Void .ctor()">
43260         <size>7</size>
43261       </method>
43262       <method name="Int32 Main()">
43263         <size>2</size>
43264       </method>
43265     </type>
43266   </test>
43267   <test name="test-partial-23.cs">
43268     <type name="C">
43269       <method name="Void .ctor()">
43270         <size>7</size>
43271       </method>
43272       <method name="Void Partial_A()">
43273         <size>15</size>
43274       </method>
43275       <method name="Void Partial_B()">
43276         <size>15</size>
43277       </method>
43278       <method name="Void Partial_S()">
43279         <size>14</size>
43280       </method>
43281       <method name="Int32 Main()">
43282         <size>52</size>
43283       </method>
43284     </type>
43285   </test>
43286   <test name="test-partial-24.cs">
43287     <type name="N.C">
43288       <method name="Void .ctor()">
43289         <size>7</size>
43290       </method>
43291       <method name="Void Main()">
43292         <size>1</size>
43293       </method>
43294       <method name="Void Foo()">
43295         <size>1</size>
43296       </method>
43297     </type>
43298   </test>
43299   <test name="test-partial-25.cs">
43300     <type name="C">
43301       <method name="Void .ctor()">
43302         <size>7</size>
43303       </method>
43304       <method name="Void Partial(Int32)">
43305         <size>14</size>
43306       </method>
43307       <method name="Int32 Main()">
43308         <size>8</size>
43309       </method>
43310     </type>
43311   </test>
43312   <test name="test-partial-26.cs">
43313     <type name="ConsoleApplication1.X">
43314       <method name="Void .ctor()">
43315         <size>7</size>
43316       </method>
43317       <method name="Void Foo()">
43318         <size>1</size>
43319       </method>
43320     </type>
43321     <type name="ConsoleApplication1.Program">
43322       <method name="Void .ctor()">
43323         <size>7</size>
43324       </method>
43325       <method name="Int32 Main()">
43326         <size>98</size>
43327       </method>
43328     </type>
43329     <type name="ConsoleApplication1.Y">
43330       <method name="Void Foo()">
43331         <size>1</size>
43332       </method>
43333       <method name="Void .ctor()">
43334         <size>7</size>
43335       </method>
43336     </type>
43337   </test>
43338   <test name="test-var-01.cs">
43339     <type name="Test">
43340       <method name="Void .ctor()">
43341         <size>7</size>
43342       </method>
43343       <method name="Int32 Main()">
43344         <size>47</size>
43345       </method>
43346     </type>
43347   </test>
43348   <test name="test-var-02.cs">
43349     <type name="Class1">
43350       <method name="Void .ctor()">
43351         <size>15</size>
43352       </method>
43353       <method name="Boolean Method()">
43354         <size>2</size>
43355       </method>
43356     </type>
43357     <type name="Test">
43358       <method name="Void .ctor()">
43359         <size>7</size>
43360       </method>
43361       <method name="Int32 Main()">
43362         <size>116</size>
43363       </method>
43364     </type>
43365     <type name="Test+Class2">
43366       <method name="Void .ctor()">
43367         <size>15</size>
43368       </method>
43369       <method name="Boolean Method()">
43370         <size>2</size>
43371       </method>
43372     </type>
43373   </test>
43374   <test name="test-var-03.cs">
43375     <type name="Test">
43376       <method name="Void .ctor()">
43377         <size>7</size>
43378       </method>
43379       <method name="Int32 Main()">
43380         <size>166</size>
43381       </method>
43382     </type>
43383     <type name="&lt;PrivateImplementationDetails&gt;">
43384       <method name="Void .ctor()">
43385         <size>7</size>
43386       </method>
43387     </type>
43388   </test>
43389   <test name="test-var-05.cs">
43390     <type name="MyClass">
43391       <method name="Void .ctor(String)">
43392         <size>14</size>
43393       </method>
43394       <method name="Void Dispose()">
43395         <size>12</size>
43396       </method>
43397     </type>
43398     <type name="Test">
43399       <method name="Void .ctor()">
43400         <size>7</size>
43401       </method>
43402       <method name="Int32 Main()">
43403         <size>61</size>
43404       </method>
43405     </type>
43406   </test>
43407   <test name="test-var-06.cs">
43408     <type name="Test">
43409       <method name="Void .ctor()">
43410         <size>7</size>
43411       </method>
43412       <method name="Int32 Main()">
43413         <size>48</size>
43414       </method>
43415     </type>
43416   </test>
43417   <test name="test-var-07.cs">
43418     <type name="Test">
43419       <method name="Void .ctor()">
43420         <size>7</size>
43421       </method>
43422       <method name="Void var()">
43423         <size>1</size>
43424       </method>
43425       <method name="Int32 Main()">
43426         <size>33</size>
43427       </method>
43428     </type>
43429     <type name="var">
43430       <method name="Void .ctor()">
43431         <size>7</size>
43432       </method>
43433     </type>
43434   </test>
43435   <test name="test-var-08.cs">
43436     <type name="X">
43437       <method name="Void .ctor(Int32, Int32)">
43438         <size>10</size>
43439       </method>
43440       <method name="Void Main()">
43441         <size>1</size>
43442       </method>
43443     </type>
43444   </test>
43445   <test name="test-xml-042.cs">
43446     <type name="TestNamespace.TestClass">
43447       <method name="Void .ctor()">
43448         <size>7</size>
43449       </method>
43450       <method name="Void Main()">
43451         <size>1</size>
43452       </method>
43453       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
43454         <size>7</size>
43455       </method>
43456     </type>
43457   </test>
43458 </tests>