2010-05-13 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git] / mcs / tests / ver-il-gmcs.xml
blobd375dc3b176ae7a018ff82b681405bcdf205f763
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     </type>
918     <type name="A`1[U]">
919       <method name="Void .ctor()">
920         <size>7</size>
921       </method>
922     </type>
923     <type name="A`1+Test`1[U,T]">
924       <method name="A`1+Test`1+Nested`1[U,T,T] Foo()">
925         <size>2</size>
926       </method>
927       <method name="Void .ctor()">
928         <size>7</size>
929       </method>
930     </type>
931     <type name="A`1+Test`1+Nested`1[U,T,X]">
932       <method name="Void .ctor()">
933         <size>7</size>
934       </method>
935     </type>
936     <type name="X">
937       <method name="Int32 Main()">
938         <size>39</size>
939       </method>
940     </type>
941   </test>
942   <test name="gtest-041.cs">
943     <type name="Stack`1[T]">
944       <method name="Void .ctor()">
945         <size>7</size>
946       </method>
947       <method name="Void Hello(Int32, T[])">
948         <size>1</size>
949       </method>
950     </type>
951     <type name="X">
952       <method name="Void .ctor()">
953         <size>7</size>
954       </method>
955       <method name="Void Main()">
956         <size>36</size>
957       </method>
958     </type>
959   </test>
960   <test name="gtest-042.cs">
961     <type name="A.A`1[X]">
962       <method name="Void .ctor()">
963         <size>7</size>
964       </method>
965     </type>
966     <type name="A.B`1[X]">
967       <method name="Void .ctor()">
968         <size>7</size>
969       </method>
970     </type>
971     <type name="A.C`1[X]">
972       <method name="Void .ctor()">
973         <size>7</size>
974       </method>
975     </type>
976     <type name="A.D`1[X]">
977       <method name="Void .ctor()">
978         <size>7</size>
979       </method>
980     </type>
981     <type name="A.E`2[X,Y]">
982       <method name="Void .ctor()">
983         <size>7</size>
984       </method>
985     </type>
986     <type name="A.F`1[X]">
987       <method name="Void .ctor()">
988         <size>7</size>
989       </method>
990     </type>
991     <type name="B.MyTest`2[K,V]">
992       <method name="Void .ctor()">
993         <size>7</size>
994       </method>
995     </type>
996     <type name="C.S`1[K]">
997       <method name="Void .ctor()">
998         <size>7</size>
999       </method>
1000     </type>
1001     <type name="C.C`1[K]">
1002       <method name="Void .ctor()">
1003         <size>7</size>
1004       </method>
1005     </type>
1006     <type name="Test">
1007       <method name="Void .ctor()">
1008         <size>7</size>
1009       </method>
1010       <method name="Void Main()">
1011         <size>1</size>
1012       </method>
1013     </type>
1014   </test>
1015   <test name="gtest-043.cs">
1016     <type name="Test`1[T]">
1017       <method name="Void .ctor()">
1018         <size>7</size>
1019       </method>
1020       <method name="Void Foo()">
1021         <size>13</size>
1022       </method>
1023       <method name="Int32 GetCount()">
1024         <size>6</size>
1025       </method>
1026     </type>
1027     <type name="X">
1028       <method name="Void .ctor()">
1029         <size>7</size>
1030       </method>
1031       <method name="Int32 DoTheTest[T]()">
1032         <size>107</size>
1033       </method>
1034       <method name="Int32 Main()">
1035         <size>134</size>
1036       </method>
1037     </type>
1038   </test>
1039   <test name="gtest-044.cs">
1040     <type name="X`1[T]">
1041       <method name="Void .ctor(Int32)">
1042         <size>14</size>
1043       </method>
1044       <method name="X`1[T] op_Increment(X`1[T])">
1045         <size>14</size>
1046       </method>
1047     </type>
1048     <type name="Test">
1049       <method name="Void .ctor()">
1050         <size>7</size>
1051       </method>
1052       <method name="Void Main()">
1053         <size>37</size>
1054       </method>
1055     </type>
1056   </test>
1057   <test name="gtest-045.cs">
1058     <type name="Test`2[A,B]">
1059       <method name="Void .ctor()">
1060         <size>7</size>
1061       </method>
1062       <method name="Void Foo[U](U)">
1063         <size>1</size>
1064       </method>
1065       <method name="Void Foo[V](V[], V)">
1066         <size>1</size>
1067       </method>
1068       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
1069         <size>1</size>
1070       </method>
1071       <method name="Void ArrayMethod[V](V[])">
1072         <size>1</size>
1073       </method>
1074     </type>
1075     <type name="X">
1076       <method name="Void .ctor()">
1077         <size>7</size>
1078       </method>
1079       <method name="Void Main()">
1080         <size>86</size>
1081       </method>
1082     </type>
1083     <type name="&lt;PrivateImplementationDetails&gt;">
1084       <method name="Void .ctor()">
1085         <size>7</size>
1086       </method>
1087     </type>
1088   </test>
1089   <test name="gtest-046.cs">
1090     <type name="Foo`1[T]">
1091       <method name="Void .ctor()">
1092         <size>7</size>
1093       </method>
1094       <method name="Void add_MyEvent(Test`1[T])">
1095         <size>24</size>
1096       </method>
1097       <method name="Void remove_MyEvent(Test`1[T])">
1098         <size>24</size>
1099       </method>
1100       <method name="Void Hello(T)">
1101         <size>24</size>
1102       </method>
1103     </type>
1104     <type name="X">
1105       <method name="Void .ctor()">
1106         <size>7</size>
1107       </method>
1108       <method name="Void do_hello(System.String)">
1109         <size>12</size>
1110       </method>
1111       <method name="Void Main()">
1112         <size>36</size>
1113       </method>
1114     </type>
1115     <type name="Test`1[T]">
1116       <method name="Void .ctor(Object, IntPtr)">
1117         <size>0</size>
1118       </method>
1119       <method name="Void Invoke(T)">
1120         <size>0</size>
1121       </method>
1122       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
1123         <size>0</size>
1124       </method>
1125       <method name="Void EndInvoke(IAsyncResult)">
1126         <size>0</size>
1127       </method>
1128     </type>
1129   </test>
1130   <test name="gtest-047.cs">
1131     <type name="X">
1132       <method name="Void .ctor()">
1133         <size>7</size>
1134       </method>
1135       <method name="Void Main()">
1136         <size>7</size>
1137       </method>
1138     </type>
1139   </test>
1140   <test name="gtest-048.cs">
1141     <type name="Stack`1[T]">
1142       <method name="Void .ctor()">
1143         <size>20</size>
1144       </method>
1145       <method name="Void Add(T)">
1146         <size>14</size>
1147       </method>
1148     </type>
1149     <type name="X">
1150       <method name="Void .ctor()">
1151         <size>7</size>
1152       </method>
1153       <method name="Void Main()">
1154         <size>22</size>
1155       </method>
1156     </type>
1157   </test>
1158   <test name="gtest-049.cs">
1159     <type name="X`1[T]">
1160       <method name="Void .ctor()">
1161         <size>7</size>
1162       </method>
1163       <method name="Void A(T)">
1164         <size>1</size>
1165       </method>
1166       <method name="Void A(T[])">
1167         <size>1</size>
1168       </method>
1169       <method name="Void A(T[,])">
1170         <size>1</size>
1171       </method>
1172       <method name="Void A(T[][])">
1173         <size>1</size>
1174       </method>
1175       <method name="Void B(T[])">
1176         <size>1</size>
1177       </method>
1178       <method name="Void B(Int32)">
1179         <size>1</size>
1180       </method>
1181       <method name="Void C(T[])">
1182         <size>1</size>
1183       </method>
1184       <method name="Void C(T[,])">
1185         <size>1</size>
1186       </method>
1187       <method name="Void C(System.Int32[,,])">
1188         <size>1</size>
1189       </method>
1190       <method name="Void D(Int32, T)">
1191         <size>1</size>
1192       </method>
1193       <method name="Void D(T, Int64)">
1194         <size>1</size>
1195       </method>
1196     </type>
1197     <type name="Foo">
1198       <method name="Void .ctor()">
1199         <size>7</size>
1200       </method>
1201       <method name="Void Main()">
1202         <size>1</size>
1203       </method>
1204     </type>
1205   </test>
1206   <test name="gtest-050.cs">
1207     <type name="X">
1208       <method name="Void .ctor()">
1209         <size>7</size>
1210       </method>
1211       <method name="T F[T](System.String, T)">
1212         <size>2</size>
1213       </method>
1214       <method name="T G[T]()">
1215         <size>6</size>
1216       </method>
1217       <method name="Void Main()">
1218         <size>40</size>
1219       </method>
1220     </type>
1221     <type name="D">
1222       <method name="Void .ctor(Object, IntPtr)">
1223         <size>0</size>
1224       </method>
1225       <method name="Int32 Invoke(System.String, Int32)">
1226         <size>0</size>
1227       </method>
1228       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
1229         <size>0</size>
1230       </method>
1231       <method name="Int32 EndInvoke(IAsyncResult)">
1232         <size>0</size>
1233       </method>
1234     </type>
1235     <type name="E">
1236       <method name="Void .ctor(Object, IntPtr)">
1237         <size>0</size>
1238       </method>
1239       <method name="Int32 Invoke()">
1240         <size>0</size>
1241       </method>
1242       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1243         <size>0</size>
1244       </method>
1245       <method name="Int32 EndInvoke(IAsyncResult)">
1246         <size>0</size>
1247       </method>
1248     </type>
1249   </test>
1250   <test name="gtest-051.cs">
1251     <type name="Foo`1[T]">
1252       <method name="Void .ctor()">
1253         <size>7</size>
1254       </method>
1255       <method name="Void Test(T)">
1256         <size>43</size>
1257       </method>
1258     </type>
1259     <type name="A">
1260       <method name="Void .ctor()">
1261         <size>7</size>
1262       </method>
1263       <method name="Void Hello()">
1264         <size>11</size>
1265       </method>
1266     </type>
1267     <type name="B">
1268       <method name="Void .ctor()">
1269         <size>7</size>
1270       </method>
1271     </type>
1272     <type name="X">
1273       <method name="Void .ctor()">
1274         <size>7</size>
1275       </method>
1276       <method name="Void Main()">
1277         <size>18</size>
1278       </method>
1279     </type>
1280   </test>
1281   <test name="gtest-052.cs">
1282     <type name="Foo`1[T]">
1283       <method name="Void .ctor()">
1284         <size>7</size>
1285       </method>
1286       <method name="T Create()">
1287         <size>36</size>
1288       </method>
1289     </type>
1290     <type name="X">
1291       <method name="Void .ctor()">
1292         <size>7</size>
1293       </method>
1294       <method name="Void Hello()">
1295         <size>11</size>
1296       </method>
1297       <method name="Void Main()">
1298         <size>18</size>
1299       </method>
1300     </type>
1301   </test>
1302   <test name="gtest-053.cs">
1303     <type name="ReferenceTypeCounters.SimpleCounter">
1304       <method name="Void .ctor()">
1305         <size>7</size>
1306       </method>
1307       <method name="Void Increment()">
1308         <size>15</size>
1309       </method>
1310     </type>
1311     <type name="ReferenceTypeCounters.PrintingCounter">
1312       <method name="Void .ctor()">
1313         <size>7</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="ReferenceTypeCounters.ExplicitCounter">
1323       <method name="Void .ctor()">
1324         <size>7</size>
1325       </method>
1326       <method name="Void ICounter.Increment()">
1327         <size>15</size>
1328       </method>
1329       <method name="System.String ToString()">
1330         <size>12</size>
1331       </method>
1332     </type>
1333     <type name="ReferenceTypeCounters.InterfaceCounter">
1334       <method name="Void .ctor()">
1335         <size>7</size>
1336       </method>
1337       <method name="Void ICounter.Increment()">
1338         <size>15</size>
1339       </method>
1340       <method name="System.String ToString()">
1341         <size>12</size>
1342       </method>
1343       <method name="Void Increment()">
1344         <size>15</size>
1345       </method>
1346     </type>
1347     <type name="Test.Test`1[T]">
1348       <method name="Void .ctor()">
1349         <size>7</size>
1350       </method>
1351       <method name="Void Foo(T)">
1352         <size>50</size>
1353       </method>
1354     </type>
1355     <type name="Test.X">
1356       <method name="Void .ctor()">
1357         <size>7</size>
1358       </method>
1359       <method name="Void Main()">
1360         <size>97</size>
1361       </method>
1362     </type>
1363     <type name="ValueTypeCounters.SimpleCounter">
1364       <method name="Void Increment()">
1365         <size>15</size>
1366       </method>
1367     </type>
1368     <type name="ValueTypeCounters.PrintingCounter">
1369       <method name="System.String ToString()">
1370         <size>12</size>
1371       </method>
1372       <method name="Void Increment()">
1373         <size>15</size>
1374       </method>
1375     </type>
1376     <type name="ValueTypeCounters.ExplicitCounter">
1377       <method name="Void ICounter.Increment()">
1378         <size>15</size>
1379       </method>
1380       <method name="System.String ToString()">
1381         <size>12</size>
1382       </method>
1383     </type>
1384     <type name="ValueTypeCounters.InterfaceCounter">
1385       <method name="Void ICounter.Increment()">
1386         <size>15</size>
1387       </method>
1388       <method name="System.String ToString()">
1389         <size>12</size>
1390       </method>
1391       <method name="Void Increment()">
1392         <size>15</size>
1393       </method>
1394     </type>
1395   </test>
1396   <test name="gtest-054.cs">
1397     <type name="A">
1398       <method name="Void .ctor()">
1399         <size>7</size>
1400       </method>
1401     </type>
1402     <type name="B">
1403       <method name="Void .ctor()">
1404         <size>7</size>
1405       </method>
1406       <method name="Void Hello()">
1407         <size>1</size>
1408       </method>
1409       <method name="C op_Implicit(B)">
1410         <size>6</size>
1411       </method>
1412     </type>
1413     <type name="C">
1414       <method name="Void .ctor()">
1415         <size>7</size>
1416       </method>
1417       <method name="B op_Explicit(C)">
1418         <size>6</size>
1419       </method>
1420     </type>
1421     <type name="Test">
1422       <method name="Void .ctor()">
1423         <size>7</size>
1424       </method>
1425       <method name="Void Simple[T](T)">
1426         <size>36</size>
1427       </method>
1428       <method name="Void Interface[T](T)">
1429         <size>8</size>
1430       </method>
1431       <method name="Void Class[T](T)">
1432         <size>71</size>
1433       </method>
1434       <method name="Void Array[T](T[])">
1435         <size>21</size>
1436       </method>
1437       <method name="Void Main()">
1438         <size>1</size>
1439       </method>
1440     </type>
1441   </test>
1442   <test name="gtest-055.cs">
1443     <type name="N1.A`1[T]">
1444       <method name="Void .ctor()">
1445         <size>7</size>
1446       </method>
1447     </type>
1448     <type name="N1.A`1+B[T]">
1449       <method name="Void .ctor()">
1450         <size>7</size>
1451       </method>
1452     </type>
1453     <type name="N1.A`1+C`1[T,U]">
1454       <method name="Void .ctor()">
1455         <size>7</size>
1456       </method>
1457     </type>
1458     <type name="N1.C">
1459       <method name="Void .ctor()">
1460         <size>7</size>
1461       </method>
1462     </type>
1463     <type name="N2.X">
1464       <method name="Void .ctor()">
1465         <size>7</size>
1466       </method>
1467       <method name="Void Main()">
1468         <size>19</size>
1469       </method>
1470     </type>
1471   </test>
1472   <test name="gtest-056.cs">
1473     <type name="Log`1[T]">
1474       <method name="Void .ctor()">
1475         <size>31</size>
1476       </method>
1477       <method name="Void .cctor()">
1478         <size>1</size>
1479       </method>
1480       <method name="Int32 get_InstanceCount()">
1481         <size>6</size>
1482       </method>
1483       <method name="Void Add(T)">
1484         <size>32</size>
1485       </method>
1486       <method name="Int32 get_Count()">
1487         <size>7</size>
1488       </method>
1489       <method name="T get_Last()">
1490         <size>47</size>
1491       </method>
1492       <method name="Void set_Last(T)">
1493         <size>68</size>
1494       </method>
1495       <method name="T[] get_All()">
1496         <size>70</size>
1497       </method>
1498     </type>
1499     <type name="TestLog">
1500       <method name="Void .ctor()">
1501         <size>7</size>
1502       </method>
1503     </type>
1504     <type name="TestLog+MyTest">
1505       <method name="Void .ctor()">
1506         <size>7</size>
1507       </method>
1508       <method name="Void Main(System.String[])">
1509         <size>203</size>
1510       </method>
1511     </type>
1512   </test>
1513   <test name="gtest-057.cs">
1514     <type name="Hello`1[T]">
1515       <method name="Void .ctor()">
1516         <size>7</size>
1517       </method>
1518       <method name="IHello`1 Test[U]()">
1519         <size>6</size>
1520       </method>
1521       <method name="Void Print(T)">
1522         <size>17</size>
1523       </method>
1524     </type>
1525     <type name="X">
1526       <method name="Void .ctor()">
1527         <size>7</size>
1528       </method>
1529       <method name="Void Main()">
1530         <size>48</size>
1531       </method>
1532     </type>
1533   </test>
1534   <test name="gtest-058.cs">
1535     <type name="Foo">
1536       <method name="Void .ctor()">
1537         <size>7</size>
1538       </method>
1539       <method name="Void Main()">
1540         <size>1</size>
1541       </method>
1542     </type>
1543     <type name="Foo`1[T]">
1544       <method name="Void .ctor()">
1545         <size>7</size>
1546       </method>
1547       <method name="Foo`1[T] get_Blah()">
1548         <size>6</size>
1549       </method>
1550     </type>
1551   </test>
1552   <test name="gtest-059.cs">
1553     <type name="X`1[T]">
1554       <method name="Void .ctor()">
1555         <size>7</size>
1556       </method>
1557     </type>
1558     <type name="Foo">
1559       <method name="Void .ctor()">
1560         <size>7</size>
1561       </method>
1562       <method name="Void Main()">
1563         <size>1</size>
1564       </method>
1565     </type>
1566   </test>
1567   <test name="gtest-060.cs">
1568     <type name="MyList`1[T]">
1569       <method name="Void .ctor()">
1570         <size>7</size>
1571       </method>
1572       <method name="Void Hello(T)">
1573         <size>12</size>
1574       </method>
1575     </type>
1576     <type name="Foo">
1577       <method name="Void .ctor()">
1578         <size>7</size>
1579       </method>
1580       <method name="MyList`1[T] Map[T]()">
1581         <size>6</size>
1582       </method>
1583     </type>
1584     <type name="X">
1585       <method name="Void .ctor()">
1586         <size>7</size>
1587       </method>
1588       <method name="Void Main()">
1589         <size>22</size>
1590       </method>
1591     </type>
1592   </test>
1593   <test name="gtest-061.cs">
1594     <type name="Foo`1[T]">
1595       <method name="Void .ctor(T)">
1596         <size>14</size>
1597       </method>
1598       <method name="U Method[U](Test`2[T,U])">
1599         <size>13</size>
1600       </method>
1601     </type>
1602     <type name="X">
1603       <method name="Void .ctor()">
1604         <size>7</size>
1605       </method>
1606       <method name="Void Main()">
1607         <size>83</size>
1608       </method>
1609     </type>
1610     <type name="Test`2[A,B]">
1611       <method name="Void .ctor(Object, IntPtr)">
1612         <size>0</size>
1613       </method>
1614       <method name="B Invoke(A)">
1615         <size>0</size>
1616       </method>
1617       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
1618         <size>0</size>
1619       </method>
1620       <method name="B EndInvoke(IAsyncResult)">
1621         <size>0</size>
1622       </method>
1623     </type>
1624     <type name="X">
1625       <method name="System.String &lt;Main&gt;m__0(Double)">
1626         <size>17</size>
1627       </method>
1628     </type>
1629   </test>
1630   <test name="gtest-062.cs">
1631     <type name="X">
1632       <method name="Void .ctor()">
1633         <size>7</size>
1634       </method>
1635       <method name="IEnumerable`1 Test(Int32, Int64)">
1636         <size>44</size>
1637       </method>
1638       <method name="Int32 Main()">
1639         <size>82</size>
1640       </method>
1641     </type>
1642     <type name="X+&lt;Test&gt;c__Iterator0">
1643       <method name="Void .ctor()">
1644         <size>7</size>
1645       </method>
1646       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1647         <size>12</size>
1648       </method>
1649       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1650         <size>7</size>
1651       </method>
1652       <method name="Boolean MoveNext()">
1653         <size>107</size>
1654       </method>
1655       <method name="Void Dispose()">
1656         <size>8</size>
1657       </method>
1658       <method name="Void Reset()">
1659         <size>6</size>
1660       </method>
1661       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
1662         <size>7</size>
1663       </method>
1664       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
1665         <size>52</size>
1666       </method>
1667     </type>
1668   </test>
1669   <test name="gtest-063.cs">
1670     <type name="Test">
1671       <method name="Void .ctor()">
1672         <size>7</size>
1673       </method>
1674       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
1675         <size>2</size>
1676       </method>
1677       <method name="Int32 IndexOf(System.Array, System.Object)">
1678         <size>15</size>
1679       </method>
1680       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
1681         <size>2</size>
1682       </method>
1683     </type>
1684     <type name="X">
1685       <method name="Void .ctor()">
1686         <size>7</size>
1687       </method>
1688       <method name="Int32 Main()">
1689         <size>65</size>
1690       </method>
1691     </type>
1692   </test>
1693   <test name="gtest-064.cs">
1694     <type name="Foo`1[T]">
1695       <method name="Void .ctor()">
1696         <size>7</size>
1697       </method>
1698       <method name="Foo`1+Hello[T] GetHello()">
1699         <size>7</size>
1700       </method>
1701     </type>
1702     <type name="Foo`1+Hello[T]">
1703       <method name="Void .ctor(Foo`1)">
1704         <size>14</size>
1705       </method>
1706     </type>
1707     <type name="X">
1708       <method name="Void .ctor()">
1709         <size>7</size>
1710       </method>
1711       <method name="Void Main()">
1712         <size>1</size>
1713       </method>
1714     </type>
1715     <type name="Foo`1[T]">
1716       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
1717         <size>7</size>
1718       </method>
1719     </type>
1720   </test>
1721   <test name="gtest-065.cs">
1722     <type name="MyTest">
1723       <method name="Void .ctor()">
1724         <size>7</size>
1725       </method>
1726       <method name="Void Test()">
1727         <size>17</size>
1728       </method>
1729       <method name="Void Main(System.String[])">
1730         <size>214</size>
1731       </method>
1732     </type>
1733     <type name="ComparablePair`2[T,U]">
1734       <method name="Void .ctor(T, U)">
1735         <size>15</size>
1736       </method>
1737       <method name="Int32 CompareTo(ComparablePair`2)">
1738         <size>68</size>
1739       </method>
1740       <method name="Boolean Equals(ComparablePair`2)">
1741         <size>73</size>
1742       </method>
1743       <method name="System.String ToString()">
1744         <size>64</size>
1745       </method>
1746     </type>
1747   </test>
1748   <test name="gtest-066.cs">
1749     <type name="Foo`1[T]">
1750       <method name="Void .ctor()">
1751         <size>7</size>
1752       </method>
1753     </type>
1754     <type name="Foo`1+Bar`1[T,U]">
1755       <method name="Void .ctor()">
1756         <size>7</size>
1757       </method>
1758     </type>
1759     <type name="Test.FooEx`2[V,W]">
1760       <method name="Void .ctor()">
1761         <size>7</size>
1762       </method>
1763     </type>
1764     <type name="X">
1765       <method name="Void .ctor()">
1766         <size>7</size>
1767       </method>
1768       <method name="Void Main()">
1769         <size>61</size>
1770       </method>
1771     </type>
1772   </test>
1773   <test name="gtest-067.cs">
1774     <type name="Test">
1775       <method name="Void .ctor()">
1776         <size>7</size>
1777       </method>
1778       <method name="Void Hello[U](Test+Foo`1[U], U)">
1779         <size>1</size>
1780       </method>
1781     </type>
1782     <type name="X">
1783       <method name="Void .ctor()">
1784         <size>7</size>
1785       </method>
1786       <method name="Int32 Add(Int32, Int32)">
1787         <size>4</size>
1788       </method>
1789       <method name="Void Main()">
1790         <size>26</size>
1791       </method>
1792     </type>
1793     <type name="Test+Foo`1[T]">
1794       <method name="Void .ctor(Object, IntPtr)">
1795         <size>0</size>
1796       </method>
1797       <method name="Int32 Invoke(T, T)">
1798         <size>0</size>
1799       </method>
1800       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
1801         <size>0</size>
1802       </method>
1803       <method name="Int32 EndInvoke(IAsyncResult)">
1804         <size>0</size>
1805       </method>
1806     </type>
1807   </test>
1808   <test name="gtest-068.cs">
1809     <type name="Martin.Foo`1[T]">
1810       <method name="Void .ctor()">
1811         <size>7</size>
1812       </method>
1813     </type>
1814     <type name="Baulig.X">
1815       <method name="Void .ctor()">
1816         <size>7</size>
1817       </method>
1818       <method name="Void Main()">
1819         <size>1</size>
1820       </method>
1821     </type>
1822   </test>
1823   <test name="gtest-069.cs">
1824     <type name="Test`1[T]">
1825       <method name="Void .ctor()">
1826         <size>7</size>
1827       </method>
1828       <method name="Int32 Foo(IFoo`1)">
1829         <size>7</size>
1830       </method>
1831       <method name="Int32 Foo(IFoo)">
1832         <size>7</size>
1833       </method>
1834     </type>
1835     <type name="X">
1836       <method name="Void .ctor()">
1837         <size>7</size>
1838       </method>
1839       <method name="Void Main()">
1840         <size>1</size>
1841       </method>
1842     </type>
1843   </test>
1844   <test name="gtest-070.cs">
1845     <type name="Martin.Test`1[T]">
1846       <method name="Void .ctor()">
1847         <size>7</size>
1848       </method>
1849       <method name="Int32 Foo()">
1850         <size>2</size>
1851       </method>
1852     </type>
1853     <type name="Foo`1[T]">
1854       <method name="Void .ctor(Int32)">
1855         <size>7</size>
1856       </method>
1857       <method name="Void .ctor()">
1858         <size>12</size>
1859       </method>
1860     </type>
1861     <type name="X">
1862       <method name="Void .ctor()">
1863         <size>7</size>
1864       </method>
1865       <method name="Void Main()">
1866         <size>1</size>
1867       </method>
1868     </type>
1869   </test>
1870   <test name="gtest-071.cs">
1871     <type name="Foo`1[T]">
1872       <method name="Void .ctor()">
1873         <size>7</size>
1874       </method>
1875       <method name="T Test[U](U)">
1876         <size>12</size>
1877       </method>
1878     </type>
1879     <type name="X">
1880       <method name="Void .ctor()">
1881         <size>7</size>
1882       </method>
1883       <method name="Void Main()">
1884         <size>21</size>
1885       </method>
1886     </type>
1887     <type name="Y">
1888       <method name="Void .ctor()">
1889         <size>7</size>
1890       </method>
1891     </type>
1892   </test>
1893   <test name="gtest-072.cs">
1894     <type name="Log`1[T]">
1895       <method name="Void .ctor()">
1896         <size>31</size>
1897       </method>
1898       <method name="Void .cctor()">
1899         <size>1</size>
1900       </method>
1901       <method name="Int32 get_InstanceCount()">
1902         <size>6</size>
1903       </method>
1904       <method name="Void Add(T)">
1905         <size>32</size>
1906       </method>
1907       <method name="Int32 get_Count()">
1908         <size>7</size>
1909       </method>
1910       <method name="T get_Last()">
1911         <size>47</size>
1912       </method>
1913       <method name="Void set_Last(T)">
1914         <size>68</size>
1915       </method>
1916       <method name="T[] get_All()">
1917         <size>70</size>
1918       </method>
1919     </type>
1920     <type name="TestLog">
1921       <method name="Void .ctor()">
1922         <size>7</size>
1923       </method>
1924     </type>
1925     <type name="TestLog+MyTest">
1926       <method name="Void .ctor()">
1927         <size>7</size>
1928       </method>
1929       <method name="Void Main(System.String[])">
1930         <size>208</size>
1931       </method>
1932       <method name="Void TestPairLog()">
1933         <size>182</size>
1934       </method>
1935     </type>
1936     <type name="Pair`2[T,U]">
1937       <method name="Void .ctor(T, U)">
1938         <size>15</size>
1939       </method>
1940     </type>
1941   </test>
1942   <test name="gtest-073.cs">
1943     <type name="MyList`1[T]">
1944       <method name="Void .ctor()">
1945         <size>7</size>
1946       </method>
1947       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1948         <size>7</size>
1949       </method>
1950       <method name="IEnumerator`1 GetEnumerator()">
1951         <size>8</size>
1952       </method>
1953     </type>
1954     <type name="X">
1955       <method name="Void .ctor()">
1956         <size>7</size>
1957       </method>
1958       <method name="Void Main()">
1959         <size>53</size>
1960       </method>
1961     </type>
1962     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1963       <method name="Void .ctor()">
1964         <size>7</size>
1965       </method>
1966       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1967         <size>12</size>
1968       </method>
1969       <method name="Boolean MoveNext()">
1970         <size>25</size>
1971       </method>
1972       <method name="Void Dispose()">
1973         <size>8</size>
1974       </method>
1975       <method name="Void Reset()">
1976         <size>6</size>
1977       </method>
1978     </type>
1979     <type name="Foo`1[T]">
1980       <method name="Void .ctor(T)">
1981         <size>8</size>
1982       </method>
1983     </type>
1984     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1985       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
1986         <size>7</size>
1987       </method>
1988     </type>
1989   </test>
1990   <test name="gtest-074.cs">
1991     <type name="Test`1[T]">
1992       <method name="Void .ctor(T, T)">
1993         <size>21</size>
1994       </method>
1995     </type>
1996     <type name="X">
1997       <method name="Void .ctor()">
1998         <size>7</size>
1999       </method>
2000       <method name="Int32 Main()">
2001         <size>85</size>
2002       </method>
2003     </type>
2004     <type name="Foo`1[T]">
2005       <method name="Void .ctor(T, T)">
2006         <size>15</size>
2007       </method>
2008     </type>
2009   </test>
2010   <test name="gtest-075.cs">
2011     <type name="ArrayList`1[T]">
2012       <method name="Void .ctor()">
2013         <size>7</size>
2014       </method>
2015     </type>
2016     <type name="X">
2017       <method name="Void .ctor()">
2018         <size>7</size>
2019       </method>
2020       <method name="Void Main()">
2021         <size>1</size>
2022       </method>
2023     </type>
2024     <type name="ArrayList`1[T]">
2025       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
2026         <size>1</size>
2027       </method>
2028     </type>
2029   </test>
2030   <test name="gtest-076.cs">
2031     <type name="Test`1[T]">
2032       <method name="Void .ctor()">
2033         <size>7</size>
2034       </method>
2035       <method name="Foo`1 GetFoo(T)">
2036         <size>7</size>
2037       </method>
2038     </type>
2039     <type name="X">
2040       <method name="Void .ctor()">
2041         <size>7</size>
2042       </method>
2043       <method name="Int32 Main()">
2044         <size>41</size>
2045       </method>
2046     </type>
2047     <type name="Foo`1[T]">
2048       <method name="Void .ctor(T)">
2049         <size>8</size>
2050       </method>
2051     </type>
2052   </test>
2053   <test name="gtest-078.cs">
2054     <type name="Test">
2055       <method name="Void .ctor()">
2056         <size>7</size>
2057       </method>
2058       <method name="Void Main()">
2059         <size>64</size>
2060       </method>
2061       <method name="IEnumerator GetEnumerator()">
2062         <size>8</size>
2063       </method>
2064     </type>
2065     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
2066       <method name="Void .ctor()">
2067         <size>7</size>
2068       </method>
2069       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2070         <size>7</size>
2071       </method>
2072       <method name="Boolean MoveNext()">
2073         <size>185</size>
2074       </method>
2075       <method name="Void Dispose()">
2076         <size>62</size>
2077       </method>
2078       <method name="Void Reset()">
2079         <size>6</size>
2080       </method>
2081       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
2082         <size>7</size>
2083       </method>
2084     </type>
2085   </test>
2086   <test name="gtest-079.cs">
2087     <type name="A.ArrayList`1[T]">
2088       <method name="Void .ctor()">
2089         <size>7</size>
2090       </method>
2091       <method name="Void InsertAll(T)">
2092         <size>1</size>
2093       </method>
2094     </type>
2095     <type name="B.ArrayList`2[X,Y]">
2096       <method name="Void .ctor()">
2097         <size>7</size>
2098       </method>
2099       <method name="Void AddAll[Z](Z)">
2100         <size>18</size>
2101       </method>
2102       <method name="Void InsertAll(Y)">
2103         <size>1</size>
2104       </method>
2105     </type>
2106     <type name="C.Foo`1[U]">
2107       <method name="Void .ctor()">
2108         <size>7</size>
2109       </method>
2110     </type>
2111     <type name="C.ArrayList`1[X]">
2112       <method name="Void .ctor()">
2113         <size>7</size>
2114       </method>
2115       <method name="Void AddAll[Y](Y)">
2116         <size>13</size>
2117       </method>
2118       <method name="Void InsertAll(C.Foo`1[X])">
2119         <size>1</size>
2120       </method>
2121     </type>
2122     <type name="X">
2123       <method name="Void .ctor()">
2124         <size>7</size>
2125       </method>
2126       <method name="Void Main()">
2127         <size>1</size>
2128       </method>
2129     </type>
2130     <type name="A.ArrayList`1[T]">
2131       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
2132         <size>18</size>
2133       </method>
2134     </type>
2135   </test>
2136   <test name="gtest-080.cs">
2137     <type name="Test">
2138       <method name="Void .ctor()">
2139         <size>7</size>
2140       </method>
2141       <method name="Void Hello[T](IFoo`1)">
2142         <size>8</size>
2143       </method>
2144       <method name="Void InsertAll[U](IFoo`1)">
2145         <size>1</size>
2146       </method>
2147     </type>
2148     <type name="X">
2149       <method name="Void .ctor()">
2150         <size>7</size>
2151       </method>
2152       <method name="Void Main()">
2153         <size>1</size>
2154       </method>
2155     </type>
2156   </test>
2157   <test name="gtest-081.cs">
2158     <type name="ArrayList`1[T]">
2159       <method name="Void .ctor()">
2160         <size>7</size>
2161       </method>
2162       <method name="Void AddAll[U](U)">
2163         <size>18</size>
2164       </method>
2165       <method name="Void InsertAll(T)">
2166         <size>1</size>
2167       </method>
2168     </type>
2169     <type name="X">
2170       <method name="Void .ctor()">
2171         <size>7</size>
2172       </method>
2173       <method name="Void Main()">
2174         <size>1</size>
2175       </method>
2176     </type>
2177   </test>
2178   <test name="gtest-082.cs">
2179     <type name="Queue`1[T]">
2180       <method name="Void .ctor()">
2181         <size>7</size>
2182       </method>
2183     </type>
2184     <type name="Queue`1+Enumerator[T]">
2185       <method name="Void .ctor(Queue`1)">
2186         <size>14</size>
2187       </method>
2188     </type>
2189     <type name="X">
2190       <method name="Void .ctor()">
2191         <size>7</size>
2192       </method>
2193       <method name="Void Main()">
2194         <size>1</size>
2195       </method>
2196     </type>
2197   </test>
2198   <test name="gtest-083.cs">
2199     <type name="CollectionValueBase`1[T]">
2200       <method name="Void .ctor()">
2201         <size>7</size>
2202       </method>
2203       <method name="T[] ToArray()">
2204         <size>2</size>
2205       </method>
2206     </type>
2207     <type name="CollectionBase`1[T]">
2208       <method name="Void .ctor()">
2209         <size>7</size>
2210       </method>
2211     </type>
2212     <type name="SequencedBase`1[T]">
2213       <method name="Void .ctor()">
2214         <size>7</size>
2215       </method>
2216     </type>
2217     <type name="ArrayBase`1[T]">
2218       <method name="Void .ctor()">
2219         <size>7</size>
2220       </method>
2221       <method name="T[] ToArray()">
2222         <size>2</size>
2223       </method>
2224     </type>
2225     <type name="X">
2226       <method name="Void .ctor()">
2227         <size>7</size>
2228       </method>
2229       <method name="Void Main()">
2230         <size>1</size>
2231       </method>
2232     </type>
2233   </test>
2234   <test name="gtest-084.cs">
2235     <type name="HasherBuilder.ByPrototype`1[S]">
2236       <method name="Void .ctor()">
2237         <size>7</size>
2238       </method>
2239       <method name="IHasher`1 Examine()">
2240         <size>2</size>
2241       </method>
2242     </type>
2243     <type name="ArrayList`1[U]">
2244       <method name="Void .ctor()">
2245         <size>7</size>
2246       </method>
2247       <method name="IHasher`1 GetHasher()">
2248         <size>6</size>
2249       </method>
2250     </type>
2251     <type name="X">
2252       <method name="Void .ctor()">
2253         <size>7</size>
2254       </method>
2255       <method name="Void Main()">
2256         <size>1</size>
2257       </method>
2258     </type>
2259   </test>
2260   <test name="gtest-085.cs">
2261     <type name="ArrayList`1[T]">
2262       <method name="Void .ctor()">
2263         <size>7</size>
2264       </method>
2265       <method name="Int32 InsertAll[U](IFoo`1)">
2266         <size>2</size>
2267       </method>
2268       <method name="Int32 InsertAll(IFoo`1)">
2269         <size>2</size>
2270       </method>
2271       <method name="Int32 AddAll(IFoo`1)">
2272         <size>8</size>
2273       </method>
2274     </type>
2275     <type name="X">
2276       <method name="Void .ctor()">
2277         <size>7</size>
2278       </method>
2279       <method name="Int32 Main()">
2280         <size>14</size>
2281       </method>
2282     </type>
2283   </test>
2284   <test name="gtest-086.cs">
2285     <type name="ArrayList`1[T]">
2286       <method name="Void .ctor()">
2287         <size>7</size>
2288       </method>
2289       <method name="Int32 InsertAll[U](IFoo`1)">
2290         <size>2</size>
2291       </method>
2292       <method name="Int32 InsertAll(IFoo`1)">
2293         <size>2</size>
2294       </method>
2295       <method name="Int32 AddAll(IFoo`1)">
2296         <size>8</size>
2297       </method>
2298     </type>
2299     <type name="X">
2300       <method name="Void .ctor()">
2301         <size>7</size>
2302       </method>
2303       <method name="Void Main()">
2304         <size>1</size>
2305       </method>
2306     </type>
2307   </test>
2308   <test name="gtest-087.cs">
2309     <type name="C5.HashedArrayList`1[T]">
2310       <method name="Void .ctor()">
2311         <size>7</size>
2312       </method>
2313       <method name="Void Test()">
2314         <size>12</size>
2315       </method>
2316     </type>
2317     <type name="C5.HashSet`1[T]">
2318       <method name="Void .ctor(IHasher`1)">
2319         <size>7</size>
2320       </method>
2321     </type>
2322     <type name="C5.KeyValuePairHasher`2[K,V]">
2323       <method name="Void .ctor()">
2324         <size>7</size>
2325       </method>
2326     </type>
2327     <type name="X">
2328       <method name="Void .ctor()">
2329         <size>7</size>
2330       </method>
2331       <method name="Void Main()">
2332         <size>1</size>
2333       </method>
2334     </type>
2335   </test>
2336   <test name="gtest-088.cs">
2337     <type name="X">
2338       <method name="Void .ctor()">
2339         <size>7</size>
2340       </method>
2341       <method name="Void Main()">
2342         <size>9</size>
2343       </method>
2344     </type>
2345     <type name="KeyValuePair`2[K,V]">
2346       <method name="Void .ctor(K, V)">
2347         <size>1</size>
2348       </method>
2349       <method name="Void .ctor(K)">
2350         <size>1</size>
2351       </method>
2352     </type>
2353   </test>
2354   <test name="gtest-089.cs">
2355     <type name="Test`1[T]">
2356       <method name="Void .ctor()">
2357         <size>7</size>
2358       </method>
2359       <method name="Void Foo(T, Int32 ByRef)">
2360         <size>4</size>
2361       </method>
2362       <method name="Void Hello(T)">
2363         <size>10</size>
2364       </method>
2365     </type>
2366     <type name="X">
2367       <method name="Void .ctor()">
2368         <size>7</size>
2369       </method>
2370       <method name="Void Main()">
2371         <size>1</size>
2372       </method>
2373     </type>
2374   </test>
2375   <test name="gtest-090.cs">
2376     <type name="Foo`1[T]">
2377       <method name="Void .ctor()">
2378         <size>7</size>
2379       </method>
2380       <method name="T InsertAll[U](U)">
2381         <size>12</size>
2382       </method>
2383     </type>
2384     <type name="Bar`1[T]">
2385       <method name="Void .ctor()">
2386         <size>7</size>
2387       </method>
2388       <method name="T InsertAll[U](U)">
2389         <size>12</size>
2390       </method>
2391     </type>
2392     <type name="X">
2393       <method name="Void .ctor()">
2394         <size>7</size>
2395       </method>
2396       <method name="Void Main()">
2397         <size>1</size>
2398       </method>
2399     </type>
2400   </test>
2401   <test name="gtest-091.cs">
2402     <type name="Foo`1[T]">
2403       <method name="Void .ctor()">
2404         <size>7</size>
2405       </method>
2406       <method name="Foo`1+Node[T] Test[V]()">
2407         <size>7</size>
2408       </method>
2409     </type>
2410     <type name="Foo`1+Node[T]">
2411       <method name="Void .ctor()">
2412         <size>7</size>
2413       </method>
2414     </type>
2415     <type name="X">
2416       <method name="Void .ctor()">
2417         <size>7</size>
2418       </method>
2419       <method name="Void Main()">
2420         <size>1</size>
2421       </method>
2422     </type>
2423   </test>
2424   <test name="gtest-092.cs">
2425     <type name="Element`1[T]">
2426       <method name="Void .ctor(T)">
2427         <size>14</size>
2428       </method>
2429       <method name="Void GetItem(T ByRef)">
2430         <size>13</size>
2431       </method>
2432       <method name="T GetItem(Int32, T ByRef)">
2433         <size>7</size>
2434       </method>
2435       <method name="Void SetItem(T)">
2436         <size>1</size>
2437       </method>
2438     </type>
2439     <type name="Foo`1[T]">
2440       <method name="Void .ctor()">
2441         <size>7</size>
2442       </method>
2443       <method name="Foo`1+Node[T] Test()">
2444         <size>52</size>
2445       </method>
2446     </type>
2447     <type name="Foo`1+Node[T]">
2448       <method name="Void .ctor()">
2449         <size>7</size>
2450       </method>
2451     </type>
2452     <type name="X">
2453       <method name="Void .ctor()">
2454         <size>7</size>
2455       </method>
2456       <method name="Void Main()">
2457         <size>1</size>
2458       </method>
2459     </type>
2460   </test>
2461   <test name="gtest-093.cs">
2462     <type name="Foo`1[T]">
2463       <method name="Void .ctor(T)">
2464         <size>14</size>
2465       </method>
2466       <method name="Void Hello[U]()">
2467         <size>8</size>
2468       </method>
2469       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
2470         <size>8</size>
2471       </method>
2472     </type>
2473     <type name="Foo`1+Node[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-094.cs">
2488     <type name="LinkedList`1[T]">
2489       <method name="Void .ctor()">
2490         <size>7</size>
2491       </method>
2492     </type>
2493     <type name="LinkedList`1+Node[T]">
2494       <method name="Void .ctor()">
2495         <size>7</size>
2496       </method>
2497     </type>
2498     <type name="HashedLinkedList`1[T]">
2499       <method name="Void .ctor()">
2500         <size>7</size>
2501       </method>
2502     </type>
2503     <type name="X">
2504       <method name="Void .ctor()">
2505         <size>7</size>
2506       </method>
2507       <method name="Void Main()">
2508         <size>1</size>
2509       </method>
2510     </type>
2511   </test>
2512   <test name="gtest-095.cs">
2513     <type name="GuardedCollectionValue`1[T]">
2514       <method name="Void .ctor()">
2515         <size>7</size>
2516       </method>
2517       <method name="IDirectedCollectionValue`1 Backwards()">
2518         <size>2</size>
2519       </method>
2520     </type>
2521     <type name="GuardedSequenced`1[T]">
2522       <method name="Void .ctor()">
2523         <size>7</size>
2524       </method>
2525       <method name="IDirectedCollectionValue`1 Test()">
2526         <size>12</size>
2527       </method>
2528     </type>
2529     <type name="X">
2530       <method name="Void .ctor()">
2531         <size>7</size>
2532       </method>
2533       <method name="Void Main()">
2534         <size>1</size>
2535       </method>
2536     </type>
2537     <type name="GuardedCollectionValue`1[T]">
2538       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
2539         <size>2</size>
2540       </method>
2541     </type>
2542   </test>
2543   <test name="gtest-096.cs">
2544     <type name="Foo`1[T]">
2545       <method name="Void .ctor()">
2546         <size>7</size>
2547       </method>
2548     </type>
2549     <type name="Test">
2550       <method name="Void .ctor()">
2551         <size>7</size>
2552       </method>
2553       <method name="Void Hello[T](Foo`1[T][], Int32)">
2554         <size>27</size>
2555       </method>
2556       <method name="Void Quicksort[U](Foo`1[U][])">
2557         <size>8</size>
2558       </method>
2559       <method name="Void Main()">
2560         <size>22</size>
2561       </method>
2562     </type>
2563   </test>
2564   <test name="gtest-097.cs">
2565     <type name="Foo">
2566       <method name="Void .ctor()">
2567         <size>7</size>
2568       </method>
2569       <method name="Void IFoo.Test[Y,Z]()">
2570         <size>1</size>
2571       </method>
2572       <method name="Void IFoo.Test[X]()">
2573         <size>1</size>
2574       </method>
2575     </type>
2576     <type name="Bar`3[X,Y,Z]">
2577       <method name="Void .ctor()">
2578         <size>7</size>
2579       </method>
2580     </type>
2581     <type name="X">
2582       <method name="Void .ctor()">
2583         <size>7</size>
2584       </method>
2585       <method name="Void Main()">
2586         <size>1</size>
2587       </method>
2588     </type>
2589     <type name="Bar`3[X,Y,Z]">
2590       <method name="Void IBar&lt;X&gt;.Test()">
2591         <size>1</size>
2592       </method>
2593       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2594         <size>1</size>
2595       </method>
2596     </type>
2597   </test>
2598   <test name="gtest-098.cs">
2599     <type name="Foo">
2600       <method name="Void .ctor()">
2601         <size>7</size>
2602       </method>
2603       <method name="Void IFoo.Test[Y,Z]()">
2604         <size>1</size>
2605       </method>
2606       <method name="Void IFoo.Test[X]()">
2607         <size>1</size>
2608       </method>
2609     </type>
2610     <type name="Bar`3[X,Y,Z]">
2611       <method name="Void .ctor()">
2612         <size>7</size>
2613       </method>
2614     </type>
2615     <type name="X">
2616       <method name="Void .ctor()">
2617         <size>7</size>
2618       </method>
2619       <method name="Void Main()">
2620         <size>1</size>
2621       </method>
2622     </type>
2623     <type name="Bar`3[X,Y,Z]">
2624       <method name="Void IBar&lt;X&gt;.Test()">
2625         <size>1</size>
2626       </method>
2627       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2628         <size>1</size>
2629       </method>
2630     </type>
2631   </test>
2632   <test name="gtest-100.cs">
2633     <type name="C5.ArrayBase`1[T]">
2634       <method name="Void .ctor()">
2635         <size>7</size>
2636       </method>
2637     </type>
2638     <type name="C5.ArrayList`1[V]">
2639       <method name="Void .ctor()">
2640         <size>7</size>
2641       </method>
2642     </type>
2643     <type name="X">
2644       <method name="Void .ctor()">
2645         <size>7</size>
2646       </method>
2647       <method name="Void Main()">
2648         <size>7</size>
2649       </method>
2650     </type>
2651     <type name="C5.ArrayBase`1[T]">
2652       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
2653         <size>1</size>
2654       </method>
2655     </type>
2656   </test>
2657   <test name="gtest-101.cs">
2658     <type name="Test">
2659       <method name="Void .ctor()">
2660         <size>7</size>
2661       </method>
2662       <method name="Void Main()">
2663         <size>9</size>
2664       </method>
2665     </type>
2666     <type name="SimpleStruct`1[T]">
2667       <method name="Void .ctor(T)">
2668         <size>8</size>
2669       </method>
2670     </type>
2671   </test>
2672   <test name="gtest-102.cs">
2673     <type name="A`1[T]">
2674       <method name="Void .ctor()">
2675         <size>7</size>
2676       </method>
2677     </type>
2678     <type name="B`2[U,V]">
2679       <method name="Void .ctor()">
2680         <size>7</size>
2681       </method>
2682     </type>
2683     <type name="Driver">
2684       <method name="Void .ctor()">
2685         <size>7</size>
2686       </method>
2687       <method name="Void Main()">
2688         <size>1</size>
2689       </method>
2690     </type>
2691   </test>
2692   <test name="gtest-103.cs">
2693     <type name="Foo">
2694       <method name="Void .ctor()">
2695         <size>7</size>
2696       </method>
2697     </type>
2698     <type name="Hello">
2699       <method name="Void .ctor()">
2700         <size>7</size>
2701       </method>
2702       <method name="Void World[U](U, IFoo`1)">
2703         <size>1</size>
2704       </method>
2705       <method name="Void World[V](IFoo`1)">
2706         <size>1</size>
2707       </method>
2708       <method name="Void Test(Foo)">
2709         <size>20</size>
2710       </method>
2711     </type>
2712     <type name="X">
2713       <method name="Void .ctor()">
2714         <size>7</size>
2715       </method>
2716       <method name="Void Main()">
2717         <size>1</size>
2718       </method>
2719     </type>
2720   </test>
2721   <test name="gtest-104.cs">
2722     <type name="MainClass">
2723       <method name="Void .ctor()">
2724         <size>7</size>
2725       </method>
2726       <method name="Void Main()">
2727         <size>20</size>
2728       </method>
2729     </type>
2730     <type name="MainClass+Gen`1[T]">
2731       <method name="Void .ctor()">
2732         <size>7</size>
2733       </method>
2734       <method name="Void Test()">
2735         <size>1</size>
2736       </method>
2737     </type>
2738     <type name="MainClass+Der">
2739       <method name="Void .ctor()">
2740         <size>7</size>
2741       </method>
2742     </type>
2743   </test>
2744   <test name="gtest-105.cs">
2745     <type name="A.KeyValuePairComparer`2[K,V]">
2746       <method name="Void .ctor()">
2747         <size>7</size>
2748       </method>
2749       <method name="Int32 Compare(KeyValuePair`2)">
2750         <size>2</size>
2751       </method>
2752     </type>
2753     <type name="A.TreeBag`1[T]">
2754       <method name="Void .ctor(IComparer`1)">
2755         <size>14</size>
2756       </method>
2757       <method name="Int32 Find(T ByRef)">
2758         <size>18</size>
2759       </method>
2760     </type>
2761     <type name="A.X">
2762       <method name="Void .ctor()">
2763         <size>7</size>
2764       </method>
2765       <method name="Void Test()">
2766         <size>33</size>
2767       </method>
2768     </type>
2769     <type name="B.KeyValuePair`2[X,Y]">
2770       <method name="Void .ctor(X, Y)">
2771         <size>7</size>
2772       </method>
2773     </type>
2774     <type name="B.KeyValuePairComparer`2[K,V]">
2775       <method name="Void .ctor()">
2776         <size>7</size>
2777       </method>
2778       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
2779         <size>2</size>
2780       </method>
2781     </type>
2782     <type name="B.TreeBag`1[T]">
2783       <method name="Void .ctor(IComparer`1)">
2784         <size>14</size>
2785       </method>
2786       <method name="Int32 Find(T ByRef)">
2787         <size>18</size>
2788       </method>
2789     </type>
2790     <type name="B.X">
2791       <method name="Void .ctor()">
2792         <size>7</size>
2793       </method>
2794       <method name="Void Test()">
2795         <size>32</size>
2796       </method>
2797     </type>
2798     <type name="X">
2799       <method name="Void .ctor()">
2800         <size>7</size>
2801       </method>
2802       <method name="Void Main()">
2803         <size>11</size>
2804       </method>
2805     </type>
2806     <type name="A.KeyValuePair`2[X,Y]">
2807       <method name="Void .ctor(X, Y)">
2808         <size>1</size>
2809       </method>
2810     </type>
2811   </test>
2812   <test name="gtest-106.cs">
2813     <type name="KeyValuePairComparer`2[K,V]">
2814       <method name="Void .ctor()">
2815         <size>7</size>
2816       </method>
2817       <method name="Int32 Compare(KeyValuePair`2)">
2818         <size>2</size>
2819       </method>
2820     </type>
2821     <type name="TreeBag`1[T]">
2822       <method name="Void .ctor(IComparer`1, T)">
2823         <size>21</size>
2824       </method>
2825       <method name="Int32 Find()">
2826         <size>18</size>
2827       </method>
2828     </type>
2829     <type name="X">
2830       <method name="Void .ctor()">
2831         <size>7</size>
2832       </method>
2833       <method name="Void Main()">
2834         <size>32</size>
2835       </method>
2836     </type>
2837     <type name="KeyValuePair`2[X,Y]">
2838       <method name="Void .ctor(X, Y)">
2839         <size>1</size>
2840       </method>
2841     </type>
2842   </test>
2843   <test name="gtest-107.cs">
2844     <type name="Tree`1[T]">
2845       <method name="Void .ctor(T)">
2846         <size>14</size>
2847       </method>
2848       <method name="Void Map[V](Mapper`2[T,V])">
2849         <size>14</size>
2850       </method>
2851     </type>
2852     <type name="X">
2853       <method name="Void .ctor()">
2854         <size>7</size>
2855       </method>
2856       <method name="System.String themap(Int32)">
2857         <size>17</size>
2858       </method>
2859       <method name="Void Test()">
2860         <size>26</size>
2861       </method>
2862       <method name="Void Main()">
2863         <size>13</size>
2864       </method>
2865     </type>
2866     <type name="Mapper`2[T,V]">
2867       <method name="Void .ctor(Object, IntPtr)">
2868         <size>0</size>
2869       </method>
2870       <method name="V Invoke(T)">
2871         <size>0</size>
2872       </method>
2873       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
2874         <size>0</size>
2875       </method>
2876       <method name="V EndInvoke(IAsyncResult)">
2877         <size>0</size>
2878       </method>
2879     </type>
2880   </test>
2881   <test name="gtest-108.cs">
2882     <type name="Test`1[T]">
2883       <method name="Void .ctor(T)">
2884         <size>14</size>
2885       </method>
2886       <method name="IEnumerator`1 GetEnumerator()">
2887         <size>15</size>
2888       </method>
2889     </type>
2890     <type name="X">
2891       <method name="Void .ctor()">
2892         <size>7</size>
2893       </method>
2894       <method name="Void Main()">
2895         <size>54</size>
2896       </method>
2897     </type>
2898     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
2899       <method name="Void .ctor()">
2900         <size>7</size>
2901       </method>
2902       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2903         <size>12</size>
2904       </method>
2905       <method name="Boolean MoveNext()">
2906         <size>75</size>
2907       </method>
2908       <method name="Void Dispose()">
2909         <size>8</size>
2910       </method>
2911       <method name="Void Reset()">
2912         <size>6</size>
2913       </method>
2914       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
2915         <size>7</size>
2916       </method>
2917     </type>
2918   </test>
2919   <test name="gtest-109.cs">
2920     <type name="X">
2921       <method name="Void .ctor()">
2922         <size>7</size>
2923       </method>
2924       <method name="Void Main()">
2925         <size>12</size>
2926       </method>
2927     </type>
2928   </test>
2929   <test name="gtest-110.cs">
2930     <type name="List`1[T]">
2931       <method name="Void .ctor()">
2932         <size>7</size>
2933       </method>
2934       <method name="Int32 Map[U](U)">
2935         <size>2</size>
2936       </method>
2937     </type>
2938     <type name="SpecialList`1[V]">
2939       <method name="Void .ctor()">
2940         <size>7</size>
2941       </method>
2942       <method name="Int32 Map[W](W)">
2943         <size>2</size>
2944       </method>
2945     </type>
2946     <type name="X">
2947       <method name="Void .ctor()">
2948         <size>7</size>
2949       </method>
2950       <method name="Int32 Main()">
2951         <size>56</size>
2952       </method>
2953     </type>
2954   </test>
2955   <test name="gtest-111.cs">
2956     <type name="Collection`1[T]">
2957       <method name="Void .ctor(T)">
2958         <size>14</size>
2959       </method>
2960       <method name="Void Find(T ByRef)">
2961         <size>13</size>
2962       </method>
2963     </type>
2964     <type name="X">
2965       <method name="Void .ctor()">
2966         <size>7</size>
2967       </method>
2968       <method name="Int32 Main()">
2969         <size>68</size>
2970       </method>
2971     </type>
2972     <type name="KeyValuePair`2[K,V]">
2973       <method name="Void .ctor(K, V)">
2974         <size>15</size>
2975       </method>
2976       <method name="Void .ctor(K)">
2977         <size>23</size>
2978       </method>
2979     </type>
2980   </test>
2981   <test name="gtest-112.cs">
2982     <type name="IC">
2983       <method name="Void .ctor()">
2984         <size>7</size>
2985       </method>
2986       <method name="Void Compare(Foo`1)">
2987         <size>1</size>
2988       </method>
2989     </type>
2990     <type name="List`1[T]">
2991       <method name="Void .ctor()">
2992         <size>7</size>
2993       </method>
2994       <method name="Void Sort(IComparer`1, T)">
2995         <size>8</size>
2996       </method>
2997     </type>
2998     <type name="Sorting">
2999       <method name="Void .ctor()">
3000         <size>7</size>
3001       </method>
3002       <method name="Void IntroSort[T](IComparer`1, T)">
3003         <size>15</size>
3004       </method>
3005     </type>
3006     <type name="Sorting+Sorter`1[T]">
3007       <method name="Void .ctor(IComparer`1, Int32, T)">
3008         <size>26</size>
3009       </method>
3010       <method name="Void InsertionSort(Int32)">
3011         <size>26</size>
3012       </method>
3013     </type>
3014     <type name="X">
3015       <method name="Void .ctor()">
3016         <size>7</size>
3017       </method>
3018       <method name="Void Main()">
3019         <size>27</size>
3020       </method>
3021     </type>
3022     <type name="Foo`1[K]">
3023       <method name="Void .ctor(K)">
3024         <size>8</size>
3025       </method>
3026     </type>
3027   </test>
3028   <test name="gtest-113.cs">
3029     <type name="List`1[T]">
3030       <method name="Void .ctor()">
3031         <size>7</size>
3032       </method>
3033       <method name="Void Map[V](Mapper`2[T,V])">
3034         <size>1</size>
3035       </method>
3036     </type>
3037     <type name="X">
3038       <method name="Void .ctor()">
3039         <size>7</size>
3040       </method>
3041       <method name="Void Main()">
3042         <size>42</size>
3043       </method>
3044     </type>
3045     <type name="Mapper`2[T,V]">
3046       <method name="Void .ctor(Object, IntPtr)">
3047         <size>0</size>
3048       </method>
3049       <method name="V Invoke(T)">
3050         <size>0</size>
3051       </method>
3052       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3053         <size>0</size>
3054       </method>
3055       <method name="V EndInvoke(IAsyncResult)">
3056         <size>0</size>
3057       </method>
3058     </type>
3059     <type name="X">
3060       <method name="Double &lt;Main&gt;m__0(Int32)">
3061         <size>13</size>
3062       </method>
3063     </type>
3064   </test>
3065   <test name="gtest-114.cs">
3066     <type name="NaturalComparer`1[T]">
3067       <method name="Void .ctor()">
3068         <size>7</size>
3069       </method>
3070       <method name="Int32 Compare(T, T)">
3071         <size>15</size>
3072       </method>
3073     </type>
3074     <type name="X">
3075       <method name="Void .ctor()">
3076         <size>7</size>
3077       </method>
3078       <method name="Void Main()">
3079         <size>28</size>
3080       </method>
3081     </type>
3082     <type name="X+Test">
3083       <method name="Void .ctor()">
3084         <size>7</size>
3085       </method>
3086       <method name="Int32 CompareTo(X+Test)">
3087         <size>2</size>
3088       </method>
3089       <method name="Boolean Equals(X+Test)">
3090         <size>2</size>
3091       </method>
3092     </type>
3093   </test>
3094   <test name="gtest-115.cs">
3095     <type name="LinkedList`1[T]">
3096       <method name="Void .ctor()">
3097         <size>30</size>
3098       </method>
3099       <method name="Void .ctor(T[])">
3100         <size>44</size>
3101       </method>
3102       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
3103         <size>67</size>
3104       </method>
3105       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
3106         <size>7</size>
3107       </method>
3108       <method name="Int32 get_Count()">
3109         <size>7</size>
3110       </method>
3111       <method name="T get_Item(Int32)">
3112         <size>13</size>
3113       </method>
3114       <method name="Void set_Item(Int32, T)">
3115         <size>14</size>
3116       </method>
3117       <method name="LinkedList`1+Node[T] get(Int32)">
3118         <size>114</size>
3119       </method>
3120       <method name="Void Add(T)">
3121         <size>14</size>
3122       </method>
3123       <method name="Void Insert(Int32, T)">
3124         <size>256</size>
3125       </method>
3126       <method name="Void RemoveAt(Int32)">
3127         <size>113</size>
3128       </method>
3129       <method name="Boolean Equals(System.Object)">
3130         <size>143</size>
3131       </method>
3132       <method name="Int32 GetHashCode()">
3133         <size>66</size>
3134       </method>
3135       <method name="IEnumerator`1 GetEnumerator()">
3136         <size>7</size>
3137       </method>
3138       <method name="LinkedList`1[T] op_Explicit(T[])">
3139         <size>7</size>
3140       </method>
3141       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
3142         <size>119</size>
3143       </method>
3144     </type>
3145     <type name="LinkedList`1+Node[T]">
3146       <method name="Void .ctor(T)">
3147         <size>14</size>
3148       </method>
3149       <method name="Void .ctor(T, Node, Node)">
3150         <size>28</size>
3151       </method>
3152     </type>
3153     <type name="LinkedList`1+LinkedListEnumerator[T]">
3154       <method name="Void .ctor(LinkedList`1)">
3155         <size>26</size>
3156       </method>
3157       <method name="T get_Current()">
3158         <size>24</size>
3159       </method>
3160       <method name="Boolean MoveNext()">
3161         <size>71</size>
3162       </method>
3163       <method name="Void Reset()">
3164         <size>6</size>
3165       </method>
3166       <method name="Void Dispose()">
3167         <size>30</size>
3168       </method>
3169     </type>
3170     <type name="SortedList`1[T]">
3171       <method name="Void .ctor()">
3172         <size>7</size>
3173       </method>
3174       <method name="Void Insert(T)">
3175         <size>137</size>
3176       </method>
3177     </type>
3178     <type name="PrintableLinkedList`1[T]">
3179       <method name="Void .ctor()">
3180         <size>7</size>
3181       </method>
3182       <method name="Void Print(System.IO.TextWriter)">
3183         <size>87</size>
3184       </method>
3185     </type>
3186     <type name="MyString">
3187       <method name="Void .ctor(String)">
3188         <size>14</size>
3189       </method>
3190       <method name="Int32 CompareTo(MyString)">
3191         <size>18</size>
3192       </method>
3193       <method name="Boolean Equals(MyString)">
3194         <size>18</size>
3195       </method>
3196       <method name="System.String get_Value()">
3197         <size>7</size>
3198       </method>
3199     </type>
3200     <type name="MyTest">
3201       <method name="Void .ctor()">
3202         <size>7</size>
3203       </method>
3204       <method name="Void Main(System.String[])">
3205         <size>459</size>
3206       </method>
3207     </type>
3208     <type name="Mapper`2[A,R]">
3209       <method name="Void .ctor(Object, IntPtr)">
3210         <size>0</size>
3211       </method>
3212       <method name="R Invoke(A)">
3213         <size>0</size>
3214       </method>
3215       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
3216         <size>0</size>
3217       </method>
3218       <method name="R EndInvoke(IAsyncResult)">
3219         <size>0</size>
3220       </method>
3221     </type>
3222     <type name="LinkedList`1+LinkedListEnumerator[T]">
3223       <method name="System.Object System.Collections.IEnumerator.get_Current()">
3224         <size>12</size>
3225       </method>
3226     </type>
3227     <type name="MyTest">
3228       <method name="System.String &lt;Main&gt;m__0(Double)">
3229         <size>17</size>
3230       </method>
3231     </type>
3232     <type name="&lt;PrivateImplementationDetails&gt;">
3233       <method name="Void .ctor()">
3234         <size>7</size>
3235       </method>
3236     </type>
3237   </test>
3238   <test name="gtest-116.cs">
3239     <type name="Slow.Test">
3240       <method name="Void .ctor()">
3241         <size>7</size>
3242       </method>
3243       <method name="Void DoNothing[T]()">
3244         <size>8</size>
3245       </method>
3246     </type>
3247     <type name="Slow.Program">
3248       <method name="Void .ctor()">
3249         <size>7</size>
3250       </method>
3251       <method name="Void Main(System.String[])">
3252         <size>201</size>
3253       </method>
3254     </type>
3255   </test>
3256   <test name="gtest-117.cs">
3257     <type name="Foo`1[T]">
3258       <method name="Void .ctor()">
3259         <size>7</size>
3260       </method>
3261       <method name="Boolean Test(T)">
3262         <size>15</size>
3263       </method>
3264       <method name="Boolean Test()">
3265         <size>25</size>
3266       </method>
3267       <method name="Boolean TestB()">
3268         <size>25</size>
3269       </method>
3270     </type>
3271     <type name="Y`1[T]">
3272       <method name="Void .ctor()">
3273         <size>7</size>
3274       </method>
3275       <method name="Boolean Foo()">
3276         <size>12</size>
3277       </method>
3278     </type>
3279     <type name="X">
3280       <method name="Void .ctor()">
3281         <size>7</size>
3282       </method>
3283       <method name="Boolean TestB[T](T)">
3284         <size>15</size>
3285       </method>
3286       <method name="Boolean TestA(System.Object)">
3287         <size>10</size>
3288       </method>
3289       <method name="Int32 TestC()">
3290         <size>32</size>
3291       </method>
3292       <method name="Int32 Main()">
3293         <size>107</size>
3294       </method>
3295     </type>
3296   </test>
3297   <test name="gtest-118.cs">
3298     <type name="Polynomial`1[E]">
3299       <method name="Void .ctor()">
3300         <size>19</size>
3301       </method>
3302       <method name="Void .ctor(E[])">
3303         <size>14</size>
3304       </method>
3305       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
3306         <size>301</size>
3307       </method>
3308       <method name="Polynomial`1[E] Add(E)">
3309         <size>26</size>
3310       </method>
3311       <method name="Polynomial`1[E] Mul(E)">
3312         <size>78</size>
3313       </method>
3314       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
3315         <size>221</size>
3316       </method>
3317       <method name="E Eval(E)">
3318         <size>106</size>
3319       </method>
3320     </type>
3321     <type name="TestPolynomial">
3322       <method name="Void .ctor()">
3323         <size>7</size>
3324       </method>
3325       <method name="Void Main(System.String[])">
3326         <size>148</size>
3327       </method>
3328     </type>
3329     <type name="Int">
3330       <method name="Void .ctor(Int32)">
3331         <size>8</size>
3332       </method>
3333       <method name="Int Add(Int)">
3334         <size>20</size>
3335       </method>
3336       <method name="Int Mul(Int)">
3337         <size>20</size>
3338       </method>
3339       <method name="System.String ToString()">
3340         <size>15</size>
3341       </method>
3342     </type>
3343   </test>
3344   <test name="gtest-119.cs">
3345     <type name="Tests">
3346       <method name="Void .ctor()">
3347         <size>7</size>
3348       </method>
3349       <method name="Void Main()">
3350         <size>61</size>
3351       </method>
3352     </type>
3353   </test>
3354   <test name="gtest-120.cs">
3355     <type name="SequencedHasher`2[S,W]">
3356       <method name="Void .ctor()">
3357         <size>7</size>
3358       </method>
3359       <method name="Boolean Equals(S, S)">
3360         <size>45</size>
3361       </method>
3362     </type>
3363     <type name="Sequenced`1[T]">
3364       <method name="Void .ctor()">
3365         <size>7</size>
3366       </method>
3367       <method name="Boolean Equals(ISequenced`1)">
3368         <size>2</size>
3369       </method>
3370     </type>
3371     <type name="X">
3372       <method name="Void .ctor()">
3373         <size>7</size>
3374       </method>
3375       <method name="Void Main()">
3376         <size>22</size>
3377       </method>
3378     </type>
3379   </test>
3380   <test name="gtest-121.cs">
3381     <type name="B`1[T]">
3382       <method name="Void .ctor()">
3383         <size>7</size>
3384       </method>
3385       <method name="Int32 Add(T)">
3386         <size>2</size>
3387       </method>
3388       <method name="Void AddRange(System.Object)">
3389         <size>16</size>
3390       </method>
3391     </type>
3392     <type name="A">
3393       <method name="Void .ctor()">
3394         <size>7</size>
3395       </method>
3396     </type>
3397     <type name="Test">
3398       <method name="Void .ctor()">
3399         <size>7</size>
3400       </method>
3401       <method name="Void Main()">
3402         <size>18</size>
3403       </method>
3404     </type>
3405   </test>
3406   <test name="gtest-122.cs">
3407     <type name="Test">
3408       <method name="Void .ctor()">
3409         <size>7</size>
3410       </method>
3411       <method name="Void Main(System.String[])">
3412         <size>26</size>
3413       </method>
3414       <method name="Void D(Int32)">
3415         <size>22</size>
3416       </method>
3417     </type>
3418     <type name="A`1[T]">
3419       <method name="Void .ctor(B, T)">
3420         <size>21</size>
3421       </method>
3422       <method name="Void Run()">
3423         <size>18</size>
3424       </method>
3425     </type>
3426     <type name="A`1+B[T]">
3427       <method name="Void .ctor(Object, IntPtr)">
3428         <size>0</size>
3429       </method>
3430       <method name="Void Invoke(T)">
3431         <size>0</size>
3432       </method>
3433       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3434         <size>0</size>
3435       </method>
3436       <method name="Void EndInvoke(IAsyncResult)">
3437         <size>0</size>
3438       </method>
3439     </type>
3440   </test>
3441   <test name="gtest-123.cs">
3442     <type name="A`1[T]">
3443       <method name="Void .ctor()">
3444         <size>7</size>
3445       </method>
3446     </type>
3447     <type name="X">
3448       <method name="Void .ctor()">
3449         <size>7</size>
3450       </method>
3451       <method name="Void Main()">
3452         <size>1</size>
3453       </method>
3454     </type>
3455     <type name="A`1+Foo[T]">
3456       <method name="Void .ctor(Object, IntPtr)">
3457         <size>0</size>
3458       </method>
3459       <method name="Void Invoke()">
3460         <size>0</size>
3461       </method>
3462       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3463         <size>0</size>
3464       </method>
3465       <method name="Void EndInvoke(IAsyncResult)">
3466         <size>0</size>
3467       </method>
3468     </type>
3469     <type name="A`1+Bar`1[T,U]">
3470       <method name="Void .ctor(Object, IntPtr)">
3471         <size>0</size>
3472       </method>
3473       <method name="Void Invoke()">
3474         <size>0</size>
3475       </method>
3476       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3477         <size>0</size>
3478       </method>
3479       <method name="Void EndInvoke(IAsyncResult)">
3480         <size>0</size>
3481       </method>
3482     </type>
3483   </test>
3484   <test name="gtest-124.cs">
3485     <type name="FooCollection`1[T]">
3486       <method name="Void .ctor()">
3487         <size>7</size>
3488       </method>
3489     </type>
3490     <type name="X">
3491       <method name="Void .ctor()">
3492         <size>7</size>
3493       </method>
3494       <method name="Void Main()">
3495         <size>21</size>
3496       </method>
3497     </type>
3498     <type name="FooCollection`1[T]">
3499       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
3500         <size>10</size>
3501       </method>
3502       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
3503         <size>1</size>
3504       </method>
3505     </type>
3506   </test>
3507   <test name="gtest-125.cs">
3508     <type name="B`1[T]">
3509       <method name="Void .ctor()">
3510         <size>7</size>
3511       </method>
3512     </type>
3513     <type name="MainClass">
3514       <method name="Void .ctor()">
3515         <size>7</size>
3516       </method>
3517       <method name="Void Main()">
3518         <size>1</size>
3519       </method>
3520     </type>
3521   </test>
3522   <test name="gtest-126.cs">
3523     <type name="B">
3524       <method name="Void .ctor()">
3525         <size>7</size>
3526       </method>
3527       <method name="Boolean foo()">
3528         <size>2</size>
3529       </method>
3530     </type>
3531     <type name="MyFilter">
3532       <method name="Void .ctor()">
3533         <size>7</size>
3534       </method>
3535       <method name="K Is(IB)">
3536         <size>10</size>
3537       </method>
3538     </type>
3539     <type name="MyBFilter">
3540       <method name="Void .ctor()">
3541         <size>7</size>
3542       </method>
3543       <method name="B Is(IB)">
3544         <size>6</size>
3545       </method>
3546     </type>
3547     <type name="M">
3548       <method name="Void .ctor()">
3549         <size>7</size>
3550       </method>
3551       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
3552         <size>38</size>
3553       </method>
3554       <method name="Void Main()">
3555         <size>45</size>
3556       </method>
3557     </type>
3558     <type name="K">
3559       <method name="Boolean foo()">
3560         <size>2</size>
3561       </method>
3562     </type>
3563   </test>
3564   <test name="gtest-127.cs">
3565     <type name="A`1[T]">
3566       <method name="Void .ctor()">
3567         <size>7</size>
3568       </method>
3569       <method name="Void add__changed(A`1+Changed[T])">
3570         <size>24</size>
3571       </method>
3572       <method name="Void remove__changed(A`1+Changed[T])">
3573         <size>24</size>
3574       </method>
3575       <method name="Void Register(A`1+Changed[T])">
3576         <size>36</size>
3577       </method>
3578     </type>
3579     <type name="Test">
3580       <method name="Void .ctor()">
3581         <size>7</size>
3582       </method>
3583       <method name="Void Main()">
3584         <size>25</size>
3585       </method>
3586       <method name="Void Del(A`1[System.Int32])">
3587         <size>11</size>
3588       </method>
3589     </type>
3590     <type name="A`1+Changed[T]">
3591       <method name="Void .ctor(Object, IntPtr)">
3592         <size>0</size>
3593       </method>
3594       <method name="Void Invoke(A`1[T])">
3595         <size>0</size>
3596       </method>
3597       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
3598         <size>0</size>
3599       </method>
3600       <method name="Void EndInvoke(IAsyncResult)">
3601         <size>0</size>
3602       </method>
3603     </type>
3604   </test>
3605   <test name="gtest-128.cs">
3606     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
3607       <method name="Void .ctor()">
3608         <size>7</size>
3609       </method>
3610       <method name="Void Add(T)">
3611         <size>11</size>
3612       </method>
3613     </type>
3614     <type name="FLMID.Bugs.ParametersOne.Test">
3615       <method name="Void .ctor()">
3616         <size>7</size>
3617       </method>
3618       <method name="Void Main(System.String[])">
3619         <size>120</size>
3620       </method>
3621     </type>
3622   </test>
3623   <test name="gtest-129.cs">
3624     <type name="B.Test`1[T]">
3625       <method name="Void .ctor()">
3626         <size>7</size>
3627       </method>
3628     </type>
3629     <type name="X">
3630       <method name="Void .ctor()">
3631         <size>7</size>
3632       </method>
3633       <method name="Void Main()">
3634         <size>1</size>
3635       </method>
3636     </type>
3637   </test>
3638   <test name="gtest-130.cs">
3639     <type name="MyTest">
3640       <method name="Void .ctor()">
3641         <size>7</size>
3642       </method>
3643       <method name="Void Main(System.String[])">
3644         <size>846</size>
3645       </method>
3646     </type>
3647   </test>
3648   <test name="gtest-131.cs">
3649     <type name="MyTest">
3650       <method name="Void .ctor()">
3651         <size>7</size>
3652       </method>
3653       <method name="Void Main(System.String[])">
3654         <size>1330</size>
3655       </method>
3656     </type>
3657   </test>
3658   <test name="gtest-132.cs">
3659     <type name="MyTest">
3660       <method name="Void .ctor()">
3661         <size>7</size>
3662       </method>
3663       <method name="Nullable`1 Sqrt(Nullable`1)">
3664         <size>55</size>
3665       </method>
3666       <method name="Void Main(System.String[])">
3667         <size>63</size>
3668       </method>
3669     </type>
3670   </test>
3671   <test name="gtest-133.cs">
3672     <type name="MyTest">
3673       <method name="Void .ctor()">
3674         <size>7</size>
3675       </method>
3676       <method name="Void Main(System.String[])">
3677         <size>201</size>
3678       </method>
3679     </type>
3680     <type name="S">
3681       <method name="Int32 get_X()">
3682         <size>7</size>
3683       </method>
3684       <method name="Void set_X(Int32)">
3685         <size>8</size>
3686       </method>
3687       <method name="Void Set(Int32)">
3688         <size>8</size>
3689       </method>
3690     </type>
3691   </test>
3692   <test name="gtest-134.cs">
3693     <type name="MyTest">
3694       <method name="Void .ctor()">
3695         <size>7</size>
3696       </method>
3697       <method name="Void Main(System.String[])">
3698         <size>112</size>
3699       </method>
3700     </type>
3701     <type name="Foo`1[T]">
3702       <method name="Void .ctor(T)">
3703         <size>14</size>
3704       </method>
3705       <method name="System.String Fmt()">
3706         <size>40</size>
3707       </method>
3708     </type>
3709   </test>
3710   <test name="gtest-135.cs">
3711     <type name="X">
3712       <method name="Void .ctor()">
3713         <size>7</size>
3714       </method>
3715       <method name="Void Main()">
3716         <size>116</size>
3717       </method>
3718     </type>
3719   </test>
3720   <test name="gtest-136.cs">
3721     <type name="Martin.X">
3722       <method name="Void .ctor()">
3723         <size>7</size>
3724       </method>
3725       <method name="Void Main()">
3726         <size>148</size>
3727       </method>
3728     </type>
3729     <type name="Martin.A">
3730       <method name="Void .ctor(Int64)">
3731         <size>8</size>
3732       </method>
3733       <method name="B op_Explicit(A)">
3734         <size>14</size>
3735       </method>
3736     </type>
3737     <type name="Martin.B">
3738       <method name="Void .ctor(Int32)">
3739         <size>8</size>
3740       </method>
3741       <method name="A op_Implicit(B)">
3742         <size>14</size>
3743       </method>
3744     </type>
3745   </test>
3746   <test name="gtest-137.cs">
3747     <type name="X">
3748       <method name="Void .ctor()">
3749         <size>7</size>
3750       </method>
3751       <method name="Int32 Main()">
3752         <size>134</size>
3753       </method>
3754     </type>
3755   </test>
3756   <test name="gtest-138.cs">
3757     <type name="X">
3758       <method name="Void .ctor()">
3759         <size>7</size>
3760       </method>
3761       <method name="Void Main()">
3762         <size>61</size>
3763       </method>
3764     </type>
3765   </test>
3766   <test name="gtest-140.cs">
3767     <type name="X">
3768       <method name="Void .ctor()">
3769         <size>7</size>
3770       </method>
3771       <method name="Void Main()">
3772         <size>132</size>
3773       </method>
3774     </type>
3775   </test>
3776   <test name="gtest-141.cs">
3777     <type name="X">
3778       <method name="Void .ctor()">
3779         <size>7</size>
3780       </method>
3781       <method name="Void Main()">
3782         <size>90</size>
3783       </method>
3784     </type>
3785   </test>
3786   <test name="gtest-142.cs">
3787     <type name="Assert">
3788       <method name="Void .cctor()">
3789         <size>1</size>
3790       </method>
3791       <method name="Void IsNull[T](System.String, Nullable`1)">
3792         <size>24</size>
3793       </method>
3794       <method name="Void IsNotNull[T](System.String, Nullable`1)">
3795         <size>24</size>
3796       </method>
3797       <method name="Int32 get_Errors()">
3798         <size>6</size>
3799       </method>
3800       <method name="Void Error(System.String, System.String)">
3801         <size>25</size>
3802       </method>
3803       <method name="Void IsTrue(System.String, Boolean)">
3804         <size>18</size>
3805       </method>
3806       <method name="Void IsFalse(System.String, Boolean)">
3807         <size>18</size>
3808       </method>
3809       <method name="Void IsTrue(System.String, Nullable`1)">
3810         <size>36</size>
3811       </method>
3812       <method name="Void IsFalse(System.String, Nullable`1)">
3813         <size>36</size>
3814       </method>
3815     </type>
3816     <type name="X">
3817       <method name="Void .ctor()">
3818         <size>7</size>
3819       </method>
3820       <method name="Int32 Main()">
3821         <size>1599</size>
3822       </method>
3823     </type>
3824   </test>
3825   <test name="gtest-143.cs">
3826     <type name="X">
3827       <method name="Void .ctor()">
3828         <size>7</size>
3829       </method>
3830       <method name="Int32 Test()">
3831         <size>497</size>
3832       </method>
3833       <method name="Int32 Main()">
3834         <size>30</size>
3835       </method>
3836     </type>
3837   </test>
3838   <test name="gtest-144.cs">
3839     <type name="Test.Application">
3840       <method name="Void .ctor()">
3841         <size>7</size>
3842       </method>
3843       <method name="Void Main()">
3844         <size>11</size>
3845       </method>
3846     </type>
3847   </test>
3848   <test name="gtest-145.cs">
3849     <type name="Test`1[T]">
3850       <method name="Void .ctor(T[,])">
3851         <size>14</size>
3852       </method>
3853     </type>
3854     <type name="Program">
3855       <method name="Void .ctor()">
3856         <size>7</size>
3857       </method>
3858       <method name="Void Main(System.String[])">
3859         <size>14</size>
3860       </method>
3861     </type>
3862   </test>
3863   <test name="gtest-146.cs">
3864     <type name="MyLinkedList`1[T]">
3865       <method name="Void .ctor()">
3866         <size>7</size>
3867       </method>
3868     </type>
3869     <type name="MyLinkedList`1+Node[T]">
3870       <method name="Void .ctor(T)">
3871         <size>14</size>
3872       </method>
3873     </type>
3874     <type name="SortedList`1[U]">
3875       <method name="Void .ctor()">
3876         <size>7</size>
3877       </method>
3878       <method name="Void Insert(U)">
3879         <size>8</size>
3880       </method>
3881     </type>
3882     <type name="X">
3883       <method name="Void .ctor()">
3884         <size>7</size>
3885       </method>
3886       <method name="Void Main()">
3887         <size>1</size>
3888       </method>
3889     </type>
3890   </test>
3891   <test name="gtest-147.cs">
3892     <type name="B.Test`1[T]">
3893       <method name="Void .ctor()">
3894         <size>7</size>
3895       </method>
3896       <method name="Void A.IFoo.Hello(IFoo)">
3897         <size>1</size>
3898       </method>
3899     </type>
3900     <type name="Y">
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-148.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-149.cs">
3945     <type name="Test1">
3946       <method name="Void Foo[S,OP](UInt32)">
3947         <size>1</size>
3948       </method>
3949     </type>
3950     <type name="Test1+IOp`1[T]">
3951       <method name="Void .ctor()">
3952         <size>7</size>
3953       </method>
3954     </type>
3955     <type name="Test2">
3956       <method name="Void Foo[T,OP](UInt32)">
3957         <size>1</size>
3958       </method>
3959     </type>
3960     <type name="Test2+IOp`1[T]">
3961       <method name="Void .ctor()">
3962         <size>7</size>
3963       </method>
3964     </type>
3965     <type name="X">
3966       <method name="Void .ctor()">
3967         <size>7</size>
3968       </method>
3969       <method name="Void Main()">
3970         <size>1</size>
3971       </method>
3972     </type>
3973   </test>
3974   <test name="gtest-150.cs">
3975     <type name="Test1">
3976       <method name="Void Foo[T,OP](UInt32)">
3977         <size>35</size>
3978       </method>
3979       <method name="Void Main()">
3980         <size>15</size>
3981       </method>
3982     </type>
3983     <type name="Test1+Op">
3984       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
3985         <size>5</size>
3986       </method>
3987       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
3988         <size>4</size>
3989       </method>
3990     </type>
3991   </test>
3992   <test name="gtest-151.cs">
3993     <type name="Test`1[T]">
3994       <method name="Void .ctor()">
3995         <size>15</size>
3996       </method>
3997     </type>
3998     <type name="X">
3999       <method name="Void .ctor()">
4000         <size>7</size>
4001       </method>
4002       <method name="Int32 Main()">
4003         <size>8</size>
4004       </method>
4005     </type>
4006   </test>
4007   <test name="gtest-152.cs">
4008     <type name="EnumerableBase`1[T]">
4009       <method name="Void .ctor()">
4010         <size>7</size>
4011       </method>
4012       <method name="IFoo IFoo.Hello()">
4013         <size>7</size>
4014       </method>
4015       <method name="IFoo`1 Hello()">
4016         <size>0</size>
4017       </method>
4018     </type>
4019     <type name="CollectionBase`1[T]">
4020       <method name="Void .ctor()">
4021         <size>7</size>
4022       </method>
4023     </type>
4024     <type name="HashBag`1[T]">
4025       <method name="Void .ctor()">
4026         <size>7</size>
4027       </method>
4028       <method name="IFoo`1 Hello()">
4029         <size>2</size>
4030       </method>
4031     </type>
4032     <type name="X">
4033       <method name="Void .ctor()">
4034         <size>7</size>
4035       </method>
4036       <method name="Void Main()">
4037         <size>1</size>
4038       </method>
4039     </type>
4040   </test>
4041   <test name="gtest-153.cs">
4042     <type name="MyClass`1[T]">
4043       <method name="Void .ctor()">
4044         <size>56</size>
4045       </method>
4046     </type>
4047     <type name="X">
4048       <method name="Void .ctor()">
4049         <size>7</size>
4050       </method>
4051       <method name="Void Main()">
4052         <size>1</size>
4053       </method>
4054     </type>
4055   </test>
4056   <test name="gtest-154.cs">
4057     <type name="B">
4058       <method name="Void .ctor()">
4059         <size>7</size>
4060       </method>
4061       <method name="T`1[X] M[X]()">
4062         <size>13</size>
4063       </method>
4064       <method name="T`1[System.Int64] N()">
4065         <size>30</size>
4066       </method>
4067     </type>
4068     <type name="D">
4069       <method name="Void .ctor()">
4070         <size>7</size>
4071       </method>
4072       <method name="Void Main()">
4073         <size>13</size>
4074       </method>
4075     </type>
4076     <type name="T`1[X]">
4077       <method name="Void .ctor(Object, IntPtr)">
4078         <size>0</size>
4079       </method>
4080       <method name="Int32 Invoke(X)">
4081         <size>0</size>
4082       </method>
4083       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
4084         <size>0</size>
4085       </method>
4086       <method name="Int32 EndInvoke(IAsyncResult)">
4087         <size>0</size>
4088       </method>
4089     </type>
4090     <type name="B">
4091       <method name="Int32 &lt;N&gt;m__1(Int64)">
4092         <size>2</size>
4093       </method>
4094       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
4095         <size>2</size>
4096       </method>
4097     </type>
4098   </test>
4099   <test name="gtest-155.cs">
4100     <type name="MyClass`1[T]">
4101       <method name="Void .ctor()">
4102         <size>56</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   </test>
4114   <test name="gtest-156.cs">
4115     <type name="FLMID.Bugs.Marshal15.D">
4116       <method name="Void .ctor()">
4117         <size>18</size>
4118       </method>
4119       <method name="Void Main(System.String[])">
4120         <size>11</size>
4121       </method>
4122     </type>
4123   </test>
4124   <test name="gtest-157.cs">
4125     <type name="kv`2[k,v]">
4126       <method name="Void .ctor()">
4127         <size>7</size>
4128       </method>
4129     </type>
4130     <type name="m`2[k,v]">
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>1</size>
4141       </method>
4142     </type>
4143     <type name="m`2[k,v]">
4144       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
4145         <size>1</size>
4146       </method>
4147     </type>
4148   </test>
4149   <test name="gtest-158.cs">
4150     <type name="Moo`1[C]">
4151       <method name="Void .ctor()">
4152         <size>7</size>
4153       </method>
4154     </type>
4155     <type name="Moo`1+Foo[C]">
4156       <method name="Void .ctor()">
4157         <size>7</size>
4158       </method>
4159     </type>
4160     <type name="Test">
4161       <method name="Void .ctor()">
4162         <size>7</size>
4163       </method>
4164     </type>
4165     <type name="X">
4166       <method name="Void .ctor()">
4167         <size>7</size>
4168       </method>
4169       <method name="Void Main()">
4170         <size>7</size>
4171       </method>
4172     </type>
4173   </test>
4174   <test name="gtest-159.cs">
4175     <type name="App">
4176       <method name="Void .ctor()">
4177         <size>7</size>
4178       </method>
4179       <method name="Void Main()">
4180         <size>96</size>
4181       </method>
4182     </type>
4183   </test>
4184   <test name="gtest-160.cs">
4185     <type name="Fun`2[A,B]">
4186       <method name="Void .ctor()">
4187         <size>7</size>
4188       </method>
4189     </type>
4190     <type name="List`1[T]">
4191       <method name="Void .ctor()">
4192         <size>7</size>
4193       </method>
4194       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
4195         <size>6</size>
4196       </method>
4197       <method name="Void foo[T2]()">
4198         <size>17</size>
4199       </method>
4200     </type>
4201     <type name="X">
4202       <method name="Void .ctor()">
4203         <size>7</size>
4204       </method>
4205       <method name="Void Main()">
4206         <size>1</size>
4207       </method>
4208     </type>
4209   </test>
4210   <test name="gtest-161.cs">
4211     <type name="App">
4212       <method name="Void .ctor()">
4213         <size>7</size>
4214       </method>
4215       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
4216         <size>8</size>
4217       </method>
4218       <method name="Void Main()">
4219         <size>56</size>
4220       </method>
4221       <method name="System.String &lt;Main&gt;m__0(Int32)">
4222         <size>8</size>
4223       </method>
4224     </type>
4225   </test>
4226   <test name="gtest-162.cs">
4227     <type name="Generic`1[T]">
4228       <method name="Void .ctor()">
4229         <size>7</size>
4230       </method>
4231     </type>
4232     <type name="X">
4233       <method name="Void .ctor()">
4234         <size>7</size>
4235       </method>
4236       <method name="Int32 Main()">
4237         <size>33</size>
4238       </method>
4239     </type>
4240     <type name="Generic`1+Delegate[T]">
4241       <method name="Void .ctor(Object, IntPtr)">
4242         <size>0</size>
4243       </method>
4244       <method name="Void Invoke(Generic`1[T], T)">
4245         <size>0</size>
4246       </method>
4247       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
4248         <size>0</size>
4249       </method>
4250       <method name="Void EndInvoke(IAsyncResult)">
4251         <size>0</size>
4252       </method>
4253     </type>
4254   </test>
4255   <test name="gtest-163.cs">
4256     <type name="Foo`1[T]">
4257       <method name="Void .ctor()">
4258         <size>7</size>
4259       </method>
4260       <method name="IEnumerator`1 getEnumerator(Int32)">
4261         <size>22</size>
4262       </method>
4263     </type>
4264     <type name="X">
4265       <method name="Void .ctor()">
4266         <size>7</size>
4267       </method>
4268       <method name="Void Main()">
4269         <size>1</size>
4270       </method>
4271     </type>
4272     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
4273       <method name="Void .ctor()">
4274         <size>7</size>
4275       </method>
4276       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4277         <size>12</size>
4278       </method>
4279       <method name="Boolean MoveNext()">
4280         <size>95</size>
4281       </method>
4282       <method name="Void Dispose()">
4283         <size>8</size>
4284       </method>
4285       <method name="Void Reset()">
4286         <size>6</size>
4287       </method>
4288       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4289         <size>7</size>
4290       </method>
4291     </type>
4292   </test>
4293   <test name="gtest-164.cs">
4294     <type name="FunEnumerable">
4295       <method name="Void .ctor(Int32, Int2Int)">
4296         <size>21</size>
4297       </method>
4298       <method name="IEnumerator`1 GetEnumerator()">
4299         <size>15</size>
4300       </method>
4301     </type>
4302     <type name="X">
4303       <method name="Void .ctor()">
4304         <size>7</size>
4305       </method>
4306       <method name="Void Main()">
4307         <size>1</size>
4308       </method>
4309     </type>
4310     <type name="Int2Int">
4311       <method name="Void .ctor(Object, IntPtr)">
4312         <size>0</size>
4313       </method>
4314       <method name="Int32 Invoke(Int32)">
4315         <size>0</size>
4316       </method>
4317       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
4318         <size>0</size>
4319       </method>
4320       <method name="Int32 EndInvoke(IAsyncResult)">
4321         <size>0</size>
4322       </method>
4323     </type>
4324     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
4325       <method name="Void .ctor()">
4326         <size>7</size>
4327       </method>
4328       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4329         <size>12</size>
4330       </method>
4331       <method name="Boolean MoveNext()">
4332         <size>91</size>
4333       </method>
4334       <method name="Void Dispose()">
4335         <size>8</size>
4336       </method>
4337       <method name="Void Reset()">
4338         <size>6</size>
4339       </method>
4340       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
4341         <size>7</size>
4342       </method>
4343     </type>
4344   </test>
4345   <test name="gtest-165.cs">
4346     <type name="X">
4347       <method name="Void .ctor()">
4348         <size>7</size>
4349       </method>
4350       <method name="IEnumerable GetIt(System.Int32[])">
4351         <size>30</size>
4352       </method>
4353       <method name="Int32 Main()">
4354         <size>117</size>
4355       </method>
4356     </type>
4357     <type name="X+A">
4358       <method name="Void .ctor(Object, IntPtr)">
4359         <size>0</size>
4360       </method>
4361       <method name="Void Invoke()">
4362         <size>0</size>
4363       </method>
4364       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4365         <size>0</size>
4366       </method>
4367       <method name="Void EndInvoke(IAsyncResult)">
4368         <size>0</size>
4369       </method>
4370     </type>
4371     <type name="X+&lt;GetIt&gt;c__Iterator0">
4372       <method name="Void .ctor()">
4373         <size>7</size>
4374       </method>
4375       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4376         <size>7</size>
4377       </method>
4378       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4379         <size>7</size>
4380       </method>
4381       <method name="Boolean MoveNext()">
4382         <size>201</size>
4383       </method>
4384       <method name="Void &lt;&gt;m__0()">
4385         <size>22</size>
4386       </method>
4387       <method name="Void Dispose()">
4388         <size>8</size>
4389       </method>
4390       <method name="Void Reset()">
4391         <size>6</size>
4392       </method>
4393       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4394         <size>7</size>
4395       </method>
4396       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
4397         <size>40</size>
4398       </method>
4399     </type>
4400     <type name="&lt;PrivateImplementationDetails&gt;">
4401       <method name="Void .ctor()">
4402         <size>7</size>
4403       </method>
4404     </type>
4405   </test>
4406   <test name="gtest-166.cs">
4407     <type name="C">
4408       <method name="Void .ctor()">
4409         <size>7</size>
4410       </method>
4411       <method name="Int32 Test()">
4412         <size>324</size>
4413       </method>
4414       <method name="Int32 Main()">
4415         <size>6</size>
4416       </method>
4417     </type>
4418     <type name="TestNew">
4419       <method name="Void SetTest()">
4420         <size>20</size>
4421       </method>
4422     </type>
4423   </test>
4424   <test name="gtest-167.cs">
4425     <type name="TestAttribute">
4426       <method name="Void .ctor()">
4427         <size>7</size>
4428       </method>
4429     </type>
4430     <type name="TestNotAttribute">
4431       <method name="Void .ctor()">
4432         <size>7</size>
4433       </method>
4434     </type>
4435     <type name="TestMultiAttribute">
4436       <method name="Void .ctor()">
4437         <size>7</size>
4438       </method>
4439     </type>
4440     <type name="Class1">
4441       <method name="Void .ctor()">
4442         <size>7</size>
4443       </method>
4444     </type>
4445     <type name="Class2">
4446       <method name="Void .ctor()">
4447         <size>7</size>
4448       </method>
4449     </type>
4450     <type name="Class3">
4451       <method name="Void .ctor()">
4452         <size>7</size>
4453       </method>
4454     </type>
4455     <type name="TestClass">
4456       <method name="Void .ctor()">
4457         <size>7</size>
4458       </method>
4459       <method name="Int32 Main()">
4460         <size>86</size>
4461       </method>
4462     </type>
4463   </test>
4464   <test name="gtest-168.cs">
4465     <type name="lis`1[a]">
4466       <method name="Void .ctor()">
4467         <size>7</size>
4468       </method>
4469     </type>
4470     <type name="M">
4471       <method name="Void .ctor()">
4472         <size>7</size>
4473       </method>
4474       <method name="lis`1[a] Rev[a](lis`1[a])">
4475         <size>2</size>
4476       </method>
4477       <method name="lis`1[b] MapFromArray[a,b](a[])">
4478         <size>11</size>
4479       </method>
4480     </type>
4481     <type name="X">
4482       <method name="Void .ctor()">
4483         <size>7</size>
4484       </method>
4485       <method name="Void Main()">
4486         <size>1</size>
4487       </method>
4488     </type>
4489   </test>
4490   <test name="gtest-169.cs">
4491     <type name="list`1[A]">
4492       <method name="Void .ctor()">
4493         <size>7</size>
4494       </method>
4495     </type>
4496     <type name="list`1+Cons`1[A,T]">
4497       <method name="Void .ctor()">
4498         <size>7</size>
4499       </method>
4500     </type>
4501     <type name="list`1+Nil`1[A,T]">
4502       <method name="Void .ctor()">
4503         <size>7</size>
4504       </method>
4505     </type>
4506     <type name="C">
4507       <method name="Void .ctor()">
4508         <size>7</size>
4509       </method>
4510       <method name="Void Rev[T](list`1[T])">
4511         <size>43</size>
4512       </method>
4513     </type>
4514     <type name="M">
4515       <method name="Void .ctor()">
4516         <size>7</size>
4517       </method>
4518       <method name="Void Main()">
4519         <size>21</size>
4520       </method>
4521     </type>
4522   </test>
4523   <test name="gtest-170.cs">
4524     <type name="C`1[A]">
4525       <method name="Void .ctor()">
4526         <size>7</size>
4527       </method>
4528       <method name="Void foo[B](C`1[B])">
4529         <size>7</size>
4530       </method>
4531     </type>
4532     <type name="D">
4533       <method name="Void .ctor()">
4534         <size>7</size>
4535       </method>
4536       <method name="Void append[A](C`1[A])">
4537         <size>1</size>
4538       </method>
4539       <method name="Void Main()">
4540         <size>7</size>
4541       </method>
4542     </type>
4543   </test>
4544   <test name="gtest-171.cs">
4545     <type name="list`1[a]">
4546       <method name="Void .ctor()">
4547         <size>7</size>
4548       </method>
4549     </type>
4550     <type name="Nil`1[a]">
4551       <method name="Void .ctor()">
4552         <size>7</size>
4553       </method>
4554       <method name="Void .cctor()">
4555         <size>11</size>
4556       </method>
4557     </type>
4558     <type name="Test">
4559       <method name="Void .ctor()">
4560         <size>7</size>
4561       </method>
4562       <method name="Void Main()">
4563         <size>24</size>
4564       </method>
4565     </type>
4566   </test>
4567   <test name="gtest-172.cs">
4568     <type name="M">
4569       <method name="Void .ctor()">
4570         <size>7</size>
4571       </method>
4572       <method name="Void Main()">
4573         <size>7</size>
4574       </method>
4575     </type>
4576   </test>
4577   <test name="gtest-173.cs">
4578     <type name="List`1[t]">
4579       <method name="Void .ctor()">
4580         <size>7</size>
4581       </method>
4582       <method name="Void foo[b](List`1[t])">
4583         <size>27</size>
4584       </method>
4585     </type>
4586     <type name="C">
4587       <method name="Void .ctor()">
4588         <size>7</size>
4589       </method>
4590     </type>
4591     <type name="D">
4592       <method name="Void .ctor()">
4593         <size>7</size>
4594       </method>
4595     </type>
4596     <type name="M">
4597       <method name="Void .ctor()">
4598         <size>7</size>
4599       </method>
4600       <method name="Void Main()">
4601         <size>27</size>
4602       </method>
4603     </type>
4604   </test>
4605   <test name="gtest-174.cs">
4606     <type name="B`1[T]">
4607       <method name="Void .ctor()">
4608         <size>7</size>
4609       </method>
4610       <method name="Void .cctor()">
4611         <size>11</size>
4612       </method>
4613     </type>
4614     <type name="M">
4615       <method name="Void .ctor()">
4616         <size>7</size>
4617       </method>
4618       <method name="Void Main()">
4619         <size>13</size>
4620       </method>
4621     </type>
4622   </test>
4623   <test name="gtest-175.cs">
4624     <type name="Foo">
4625       <method name="Void .ctor()">
4626         <size>7</size>
4627       </method>
4628     </type>
4629     <type name="X">
4630       <method name="Void .ctor()">
4631         <size>7</size>
4632       </method>
4633       <method name="Foo Test(Foo, Foo)">
4634         <size>10</size>
4635       </method>
4636       <method name="Int32 Main()">
4637         <size>33</size>
4638       </method>
4639     </type>
4640   </test>
4641   <test name="gtest-176.cs">
4642     <type name="lis`1[a]">
4643       <method name="Void .ctor()">
4644         <size>7</size>
4645       </method>
4646     </type>
4647     <type name="fn`3[a,b,r]">
4648       <method name="Void .ctor()">
4649         <size>7</size>
4650       </method>
4651       <method name="r apply(a, b)">
4652         <size>0</size>
4653       </method>
4654     </type>
4655     <type name="fn1`1[a]">
4656       <method name="Void .ctor()">
4657         <size>7</size>
4658       </method>
4659       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
4660         <size>8</size>
4661       </method>
4662     </type>
4663     <type name="M">
4664       <method name="Void .ctor()">
4665         <size>7</size>
4666       </method>
4667       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
4668         <size>9</size>
4669       </method>
4670       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
4671         <size>2</size>
4672       </method>
4673       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
4674         <size>17</size>
4675       </method>
4676       <method name="Void Main()">
4677         <size>12</size>
4678       </method>
4679     </type>
4680   </test>
4681   <test name="gtest-177.cs">
4682     <type name="X">
4683       <method name="Void .ctor()">
4684         <size>7</size>
4685       </method>
4686       <method name="Void .cctor()">
4687         <size>25</size>
4688       </method>
4689       <method name="Int32 Main()">
4690         <size>96</size>
4691       </method>
4692     </type>
4693     <type name="X`1[T]">
4694       <method name="Void .ctor()">
4695         <size>7</size>
4696       </method>
4697       <method name="IEnumerator`1 Y(IEnumerable`1)">
4698         <size>7</size>
4699       </method>
4700       <method name="T Z(IList`1, Int32)">
4701         <size>8</size>
4702       </method>
4703     </type>
4704   </test>
4705   <test name="gtest-178.cs">
4706     <type name="X">
4707       <method name="Void .ctor()">
4708         <size>7</size>
4709       </method>
4710       <method name="Void Main()">
4711         <size>1</size>
4712       </method>
4713     </type>
4714   </test>
4715   <test name="gtest-179.cs">
4716     <type name="X`1[T]">
4717       <method name="Void .ctor()">
4718         <size>7</size>
4719       </method>
4720       <method name="Int32 get_i()">
4721         <size>2</size>
4722       </method>
4723       <method name="Void set_i(Int32)">
4724         <size>1</size>
4725       </method>
4726       <method name="Int32 myMain()">
4727         <size>14</size>
4728       </method>
4729     </type>
4730     <type name="Y">
4731       <method name="Void .ctor()">
4732         <size>7</size>
4733       </method>
4734       <method name="Int32 Main()">
4735         <size>6</size>
4736       </method>
4737     </type>
4738   </test>
4739   <test name="gtest-180.cs">
4740     <type name="C">
4741       <method name="Void .ctor()">
4742         <size>7</size>
4743       </method>
4744     </type>
4745     <type name="C+CC">
4746       <method name="Void .ctor()">
4747         <size>7</size>
4748       </method>
4749     </type>
4750     <type name="Program">
4751       <method name="Void .ctor()">
4752         <size>7</size>
4753       </method>
4754       <method name="Int32 Main()">
4755         <size>197</size>
4756       </method>
4757     </type>
4758     <type name="D">
4759       <method name="Void .ctor(Object, IntPtr)">
4760         <size>0</size>
4761       </method>
4762       <method name="Void Invoke()">
4763         <size>0</size>
4764       </method>
4765       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4766         <size>0</size>
4767       </method>
4768       <method name="Void EndInvoke(IAsyncResult)">
4769         <size>0</size>
4770       </method>
4771     </type>
4772   </test>
4773   <test name="gtest-181.cs">
4774     <type name="X">
4775       <method name="Void .ctor()">
4776         <size>7</size>
4777       </method>
4778       <method name="IEnumerator get_GetIt()">
4779         <size>8</size>
4780       </method>
4781       <method name="Void set_GetIt(IEnumerator)">
4782         <size>1</size>
4783       </method>
4784       <method name="IEnumerable get_Item(Int32)">
4785         <size>30</size>
4786       </method>
4787       <method name="Void set_Item(Int32, IEnumerable)">
4788         <size>1</size>
4789       </method>
4790       <method name="Int32 Main()">
4791         <size>184</size>
4792       </method>
4793     </type>
4794     <type name="X+&lt;&gt;c__Iterator0">
4795       <method name="Void .ctor()">
4796         <size>7</size>
4797       </method>
4798       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4799         <size>7</size>
4800       </method>
4801       <method name="Boolean MoveNext()">
4802         <size>126</size>
4803       </method>
4804       <method name="Void Dispose()">
4805         <size>8</size>
4806       </method>
4807       <method name="Void Reset()">
4808         <size>6</size>
4809       </method>
4810     </type>
4811     <type name="X+&lt;&gt;c__Iterator1">
4812       <method name="Void .ctor()">
4813         <size>7</size>
4814       </method>
4815       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4816         <size>7</size>
4817       </method>
4818       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4819         <size>7</size>
4820       </method>
4821       <method name="Boolean MoveNext()">
4822         <size>145</size>
4823       </method>
4824       <method name="Void Dispose()">
4825         <size>8</size>
4826       </method>
4827       <method name="Void Reset()">
4828         <size>6</size>
4829       </method>
4830     </type>
4831     <type name="X+&lt;&gt;c__Iterator0">
4832       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4833         <size>7</size>
4834       </method>
4835     </type>
4836     <type name="X+&lt;&gt;c__Iterator1">
4837       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4838         <size>7</size>
4839       </method>
4840       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
4841         <size>40</size>
4842       </method>
4843     </type>
4844   </test>
4845   <test name="gtest-182.cs">
4846     <type name="C1">
4847       <method name="Void .ctor()">
4848         <size>7</size>
4849       </method>
4850       <method name="Int32 GetId()">
4851         <size>3</size>
4852       </method>
4853     </type>
4854     <type name="X">
4855       <method name="Void .ctor()">
4856         <size>7</size>
4857       </method>
4858       <method name="Void foo[a](a)">
4859         <size>15</size>
4860       </method>
4861       <method name="Void Main()">
4862         <size>11</size>
4863       </method>
4864     </type>
4865   </test>
4866   <test name="gtest-183.cs">
4867     <type name="test.Test`1[T]">
4868       <method name="Void .ctor()">
4869         <size>7</size>
4870       </method>
4871       <method name="IEnumerable`1 Lookup(T)">
4872         <size>30</size>
4873       </method>
4874     </type>
4875     <type name="test.Program">
4876       <method name="Void .ctor()">
4877         <size>7</size>
4878       </method>
4879       <method name="Void Main(System.String[])">
4880         <size>69</size>
4881       </method>
4882     </type>
4883     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
4884       <method name="Void .ctor()">
4885         <size>7</size>
4886       </method>
4887       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4888         <size>12</size>
4889       </method>
4890       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4891         <size>7</size>
4892       </method>
4893       <method name="Boolean MoveNext()">
4894         <size>84</size>
4895       </method>
4896       <method name="Void Dispose()">
4897         <size>8</size>
4898       </method>
4899       <method name="Void Reset()">
4900         <size>6</size>
4901       </method>
4902       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4903         <size>7</size>
4904       </method>
4905       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
4906         <size>40</size>
4907       </method>
4908     </type>
4909   </test>
4910   <test name="gtest-184.cs">
4911     <type name="X">
4912       <method name="Void .ctor()">
4913         <size>7</size>
4914       </method>
4915       <method name="Void Main()">
4916         <size>68</size>
4917       </method>
4918       <method name="Boolean &lt;Main&gt;m__0(System.String)">
4919         <size>12</size>
4920       </method>
4921     </type>
4922   </test>
4923   <test name="gtest-185.cs">
4924     <type name="App">
4925       <method name="Void .ctor()">
4926         <size>7</size>
4927       </method>
4928       <method name="Void Main()">
4929         <size>47</size>
4930       </method>
4931     </type>
4932     <type name="FP">
4933       <method name="Void .ctor()">
4934         <size>7</size>
4935       </method>
4936       <method name="T[] appendArrays[T](T[][])">
4937         <size>140</size>
4938       </method>
4939     </type>
4940   </test>
4941   <test name="gtest-186.cs">
4942     <type name="Tuple`2[a,b]">
4943       <method name="Void .ctor(a, b)">
4944         <size>21</size>
4945       </method>
4946     </type>
4947     <type name="Test">
4948       <method name="Void .ctor()">
4949         <size>7</size>
4950       </method>
4951       <method name="Void Main()">
4952         <size>120</size>
4953       </method>
4954     </type>
4955     <type name="TestSimpleObject">
4956       <method name="Void .ctor()">
4957         <size>25</size>
4958       </method>
4959       <method name="Void Print()">
4960         <size>17</size>
4961       </method>
4962     </type>
4963   </test>
4964   <test name="gtest-187.cs">
4965     <type name="Foo`1[T]">
4966       <method name="Void .ctor()">
4967         <size>7</size>
4968       </method>
4969       <method name="T next()">
4970         <size>7</size>
4971       </method>
4972     </type>
4973     <type name="Goo">
4974       <method name="Void .ctor()">
4975         <size>7</size>
4976       </method>
4977     </type>
4978     <type name="Test">
4979       <method name="Void .ctor()">
4980         <size>7</size>
4981       </method>
4982       <method name="Void Main()">
4983         <size>14</size>
4984       </method>
4985     </type>
4986   </test>
4987   <test name="gtest-188.cs">
4988     <type name="Foo">
4989       <method name="Void .ctor(Object[])">
4990         <size>11</size>
4991       </method>
4992       <method name="Void .ctor(Object[], Object)">
4993         <size>217</size>
4994       </method>
4995       <method name="Void add_DoSomething(System.EventHandler)">
4996         <size>24</size>
4997       </method>
4998       <method name="Void remove_DoSomething(System.EventHandler)">
4999         <size>24</size>
5000       </method>
5001       <method name="Void Main()">
5002         <size>21</size>
5003       </method>
5004     </type>
5005     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
5006       <method name="Void .ctor()">
5007         <size>7</size>
5008       </method>
5009       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
5010         <size>46</size>
5011       </method>
5012     </type>
5013     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
5014       <method name="Void .ctor()">
5015         <size>7</size>
5016       </method>
5017     </type>
5018   </test>
5019   <test name="gtest-189.cs">
5020     <type name="Bar">
5021       <method name="Void .ctor()">
5022         <size>7</size>
5023       </method>
5024     </type>
5025     <type name="Cont`1[T]">
5026       <method name="Void .ctor(T)">
5027         <size>14</size>
5028       </method>
5029       <method name="System.String ToString()">
5030         <size>18</size>
5031       </method>
5032     </type>
5033     <type name="M">
5034       <method name="Void .ctor()">
5035         <size>7</size>
5036       </method>
5037       <method name="Void Main()">
5038         <size>18</size>
5039       </method>
5040     </type>
5041   </test>
5042   <test name="gtest-190.cs">
5043     <type name="Foo`1[T]">
5044       <method name="Void .ctor()">
5045         <size>7</size>
5046       </method>
5047       <method name="Foo`1+Node[T] GetRoot()">
5048         <size>6</size>
5049       </method>
5050       <method name="Void Test(Foo`1+Node[T])">
5051         <size>14</size>
5052       </method>
5053     </type>
5054     <type name="Foo`1+Node[T]">
5055       <method name="Void .ctor()">
5056         <size>7</size>
5057       </method>
5058     </type>
5059     <type name="Foo`1+ConcatNode[T]">
5060       <method name="Void .ctor()">
5061         <size>7</size>
5062       </method>
5063     </type>
5064     <type name="X">
5065       <method name="Void .ctor()">
5066         <size>7</size>
5067       </method>
5068       <method name="Void Main()">
5069         <size>21</size>
5070       </method>
5071     </type>
5072   </test>
5073   <test name="gtest-191.cs">
5074     <type name="Test1.Test">
5075       <method name="IEnumerable`1 Replace[T]()">
5076         <size>16</size>
5077       </method>
5078     </type>
5079     <type name="Test2.Test`1[S]">
5080       <method name="Void .ctor()">
5081         <size>7</size>
5082       </method>
5083       <method name="IEnumerable`1 Replace[T]()">
5084         <size>16</size>
5085       </method>
5086     </type>
5087     <type name="Test3.Test`1[S]">
5088       <method name="Void .ctor()">
5089         <size>7</size>
5090       </method>
5091       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
5092         <size>16</size>
5093       </method>
5094     </type>
5095     <type name="Test4.Test">
5096       <method name="Void .ctor()">
5097         <size>7</size>
5098       </method>
5099       <method name="IEnumerable`1 Replace[T]()">
5100         <size>16</size>
5101       </method>
5102     </type>
5103     <type name="Test5.Test">
5104       <method name="Void .ctor()">
5105         <size>7</size>
5106       </method>
5107       <method name="IEnumerable`1 Replace[T](T)">
5108         <size>30</size>
5109       </method>
5110     </type>
5111     <type name="Test6.Test">
5112       <method name="Void .ctor()">
5113         <size>7</size>
5114       </method>
5115       <method name="IEnumerable`1 Replace[T](T)">
5116         <size>30</size>
5117       </method>
5118     </type>
5119     <type name="Test7.Test">
5120       <method name="Void .ctor()">
5121         <size>7</size>
5122       </method>
5123       <method name="IEnumerable`1 Replace[T](T[])">
5124         <size>30</size>
5125       </method>
5126     </type>
5127     <type name="X">
5128       <method name="Void .ctor()">
5129         <size>7</size>
5130       </method>
5131       <method name="Void Main()">
5132         <size>1</size>
5133       </method>
5134     </type>
5135     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5136       <method name="Void .ctor()">
5137         <size>7</size>
5138       </method>
5139       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5140         <size>12</size>
5141       </method>
5142       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5143         <size>7</size>
5144       </method>
5145       <method name="Boolean MoveNext()">
5146         <size>25</size>
5147       </method>
5148       <method name="Void Dispose()">
5149         <size>8</size>
5150       </method>
5151       <method name="Void Reset()">
5152         <size>6</size>
5153       </method>
5154     </type>
5155     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
5156       <method name="Void .ctor()">
5157         <size>7</size>
5158       </method>
5159       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5160         <size>12</size>
5161       </method>
5162       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5163         <size>7</size>
5164       </method>
5165       <method name="Boolean MoveNext()">
5166         <size>25</size>
5167       </method>
5168       <method name="Void Dispose()">
5169         <size>8</size>
5170       </method>
5171       <method name="Void Reset()">
5172         <size>6</size>
5173       </method>
5174     </type>
5175     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
5176       <method name="Void .ctor()">
5177         <size>7</size>
5178       </method>
5179       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5180         <size>12</size>
5181       </method>
5182       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5183         <size>7</size>
5184       </method>
5185       <method name="Boolean MoveNext()">
5186         <size>25</size>
5187       </method>
5188       <method name="Void Dispose()">
5189         <size>8</size>
5190       </method>
5191       <method name="Void Reset()">
5192         <size>6</size>
5193       </method>
5194     </type>
5195     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
5196       <method name="Void .ctor()">
5197         <size>7</size>
5198       </method>
5199       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5200         <size>12</size>
5201       </method>
5202       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5203         <size>7</size>
5204       </method>
5205       <method name="Boolean MoveNext()">
5206         <size>25</size>
5207       </method>
5208       <method name="Void Dispose()">
5209         <size>8</size>
5210       </method>
5211       <method name="Void Reset()">
5212         <size>6</size>
5213       </method>
5214     </type>
5215     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
5216       <method name="Void .ctor()">
5217         <size>7</size>
5218       </method>
5219       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5220         <size>12</size>
5221       </method>
5222       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5223         <size>7</size>
5224       </method>
5225       <method name="Boolean MoveNext()">
5226         <size>70</size>
5227       </method>
5228       <method name="Void Dispose()">
5229         <size>8</size>
5230       </method>
5231       <method name="Void Reset()">
5232         <size>6</size>
5233       </method>
5234     </type>
5235     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
5236       <method name="Void .ctor()">
5237         <size>7</size>
5238       </method>
5239       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5240         <size>12</size>
5241       </method>
5242       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5243         <size>7</size>
5244       </method>
5245       <method name="Boolean MoveNext()">
5246         <size>82</size>
5247       </method>
5248       <method name="Void Dispose()">
5249         <size>8</size>
5250       </method>
5251       <method name="Void Reset()">
5252         <size>6</size>
5253       </method>
5254     </type>
5255     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
5256       <method name="Void .ctor()">
5257         <size>7</size>
5258       </method>
5259       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5260         <size>7</size>
5261       </method>
5262       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5263         <size>7</size>
5264       </method>
5265       <method name="Boolean MoveNext()">
5266         <size>82</size>
5267       </method>
5268       <method name="Void Dispose()">
5269         <size>8</size>
5270       </method>
5271       <method name="Void Reset()">
5272         <size>6</size>
5273       </method>
5274     </type>
5275     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5276       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5277         <size>7</size>
5278       </method>
5279       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5280         <size>26</size>
5281       </method>
5282     </type>
5283     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
5284       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5285         <size>7</size>
5286       </method>
5287       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5288         <size>26</size>
5289       </method>
5290     </type>
5291     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
5292       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
5293         <size>7</size>
5294       </method>
5295       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
5296         <size>26</size>
5297       </method>
5298     </type>
5299     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
5300       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5301         <size>7</size>
5302       </method>
5303       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5304         <size>26</size>
5305       </method>
5306     </type>
5307     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
5308       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5309         <size>7</size>
5310       </method>
5311       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5312         <size>40</size>
5313       </method>
5314     </type>
5315     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
5316       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5317         <size>7</size>
5318       </method>
5319       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5320         <size>40</size>
5321       </method>
5322     </type>
5323     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
5324       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
5325         <size>7</size>
5326       </method>
5327       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
5328         <size>40</size>
5329       </method>
5330     </type>
5331   </test>
5332   <test name="gtest-192.cs">
5333     <type name="xX">
5334       <method name="Void .ctor()">
5335         <size>7</size>
5336       </method>
5337       <method name="Void Main()">
5338         <size>1</size>
5339       </method>
5340     </type>
5341   </test>
5342   <test name="gtest-193.cs">
5343     <type name="OrderedMultiDictionary`2[T,U]">
5344       <method name="Void .ctor()">
5345         <size>7</size>
5346       </method>
5347       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5348         <size>29</size>
5349       </method>
5350     </type>
5351     <type name="RedBlackTree`1[S]">
5352       <method name="Void .ctor()">
5353         <size>7</size>
5354       </method>
5355       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5356         <size>16</size>
5357       </method>
5358     </type>
5359     <type name="X">
5360       <method name="Void .ctor()">
5361         <size>7</size>
5362       </method>
5363       <method name="Void Main()">
5364         <size>1</size>
5365       </method>
5366     </type>
5367     <type name="RedBlackTree`1+RangeTester[S]">
5368       <method name="Void .ctor(Object, IntPtr)">
5369         <size>0</size>
5370       </method>
5371       <method name="Int32 Invoke(S)">
5372         <size>0</size>
5373       </method>
5374       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5375         <size>0</size>
5376       </method>
5377       <method name="Int32 EndInvoke(IAsyncResult)">
5378         <size>0</size>
5379       </method>
5380     </type>
5381     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5382       <method name="Void .ctor()">
5383         <size>7</size>
5384       </method>
5385       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5386         <size>12</size>
5387       </method>
5388       <method name="Boolean MoveNext()">
5389         <size>48</size>
5390       </method>
5391       <method name="Void Dispose()">
5392         <size>8</size>
5393       </method>
5394       <method name="Void Reset()">
5395         <size>6</size>
5396       </method>
5397     </type>
5398     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5399       <method name="Void .ctor()">
5400         <size>7</size>
5401       </method>
5402       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5403         <size>12</size>
5404       </method>
5405       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5406         <size>7</size>
5407       </method>
5408       <method name="Boolean MoveNext()">
5409         <size>25</size>
5410       </method>
5411       <method name="Void Dispose()">
5412         <size>8</size>
5413       </method>
5414       <method name="Void Reset()">
5415         <size>6</size>
5416       </method>
5417     </type>
5418     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5419       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5420         <size>7</size>
5421       </method>
5422     </type>
5423     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5424       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5425         <size>7</size>
5426       </method>
5427       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5428         <size>26</size>
5429       </method>
5430     </type>
5431   </test>
5432   <test name="gtest-194.cs">
5433     <type name="RedBlackTree`1[S]">
5434       <method name="Void .ctor()">
5435         <size>7</size>
5436       </method>
5437       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5438         <size>16</size>
5439       </method>
5440     </type>
5441     <type name="OrderedMultiDictionary`2[T,U]">
5442       <method name="Void .ctor()">
5443         <size>7</size>
5444       </method>
5445       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5446         <size>29</size>
5447       </method>
5448     </type>
5449     <type name="X">
5450       <method name="Void .ctor()">
5451         <size>7</size>
5452       </method>
5453       <method name="Void Main()">
5454         <size>1</size>
5455       </method>
5456     </type>
5457     <type name="RedBlackTree`1+RangeTester[S]">
5458       <method name="Void .ctor(Object, IntPtr)">
5459         <size>0</size>
5460       </method>
5461       <method name="Int32 Invoke(S)">
5462         <size>0</size>
5463       </method>
5464       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5465         <size>0</size>
5466       </method>
5467       <method name="Int32 EndInvoke(IAsyncResult)">
5468         <size>0</size>
5469       </method>
5470     </type>
5471     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5472       <method name="Void .ctor()">
5473         <size>7</size>
5474       </method>
5475       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5476         <size>12</size>
5477       </method>
5478       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5479         <size>7</size>
5480       </method>
5481       <method name="Boolean MoveNext()">
5482         <size>25</size>
5483       </method>
5484       <method name="Void Dispose()">
5485         <size>8</size>
5486       </method>
5487       <method name="Void Reset()">
5488         <size>6</size>
5489       </method>
5490     </type>
5491     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
5492       <method name="Void .ctor()">
5493         <size>7</size>
5494       </method>
5495       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5496         <size>12</size>
5497       </method>
5498       <method name="Boolean MoveNext()">
5499         <size>48</size>
5500       </method>
5501       <method name="Void Dispose()">
5502         <size>8</size>
5503       </method>
5504       <method name="Void Reset()">
5505         <size>6</size>
5506       </method>
5507     </type>
5508     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5509       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5510         <size>7</size>
5511       </method>
5512       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5513         <size>26</size>
5514       </method>
5515     </type>
5516     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
5517       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5518         <size>7</size>
5519       </method>
5520     </type>
5521   </test>
5522   <test name="gtest-195.cs">
5523     <type name="OrderedMultiDictionary`2[T,U]">
5524       <method name="Void .ctor()">
5525         <size>7</size>
5526       </method>
5527       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5528         <size>13</size>
5529       </method>
5530     </type>
5531     <type name="RedBlackTree`1[S]">
5532       <method name="Void .ctor()">
5533         <size>7</size>
5534       </method>
5535       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
5536         <size>1</size>
5537       </method>
5538     </type>
5539     <type name="X">
5540       <method name="Void .ctor()">
5541         <size>7</size>
5542       </method>
5543       <method name="Void Main()">
5544         <size>1</size>
5545       </method>
5546     </type>
5547     <type name="RedBlackTree`1+RangeTester[S]">
5548       <method name="Void .ctor(Object, IntPtr)">
5549         <size>0</size>
5550       </method>
5551       <method name="Int32 Invoke(S)">
5552         <size>0</size>
5553       </method>
5554       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5555         <size>0</size>
5556       </method>
5557       <method name="Int32 EndInvoke(IAsyncResult)">
5558         <size>0</size>
5559       </method>
5560     </type>
5561   </test>
5562   <test name="gtest-196.cs">
5563     <type name="Dict">
5564       <method name="Void .ctor()">
5565         <size>7</size>
5566       </method>
5567     </type>
5568     <type name="Foo">
5569       <method name="Void .ctor()">
5570         <size>7</size>
5571       </method>
5572       <method name="Int32 Main()">
5573         <size>112</size>
5574       </method>
5575     </type>
5576   </test>
5577   <test name="gtest-197.cs">
5578     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
5579       <method name="Void .ctor()">
5580         <size>7</size>
5581       </method>
5582       <method name="Void .cctor()">
5583         <size>95</size>
5584       </method>
5585       <method name="Int32 GetHashCode(T)">
5586         <size>0</size>
5587       </method>
5588       <method name="Boolean Equals(T, T)">
5589         <size>0</size>
5590       </method>
5591       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
5592         <size>6</size>
5593       </method>
5594     </type>
5595     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
5596       <method name="Void .ctor()">
5597         <size>7</size>
5598       </method>
5599       <method name="Int32 GetHashCode(T)">
5600         <size>14</size>
5601       </method>
5602       <method name="Boolean Equals(T, T)">
5603         <size>41</size>
5604       </method>
5605     </type>
5606     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
5607       <method name="Void .ctor()">
5608         <size>7</size>
5609       </method>
5610       <method name="Int32 GetHashCode(T)">
5611         <size>14</size>
5612       </method>
5613       <method name="Boolean Equals(T, T)">
5614         <size>36</size>
5615       </method>
5616     </type>
5617     <type name="Martin.Collections.Generic.X">
5618       <method name="Void .ctor()">
5619         <size>7</size>
5620       </method>
5621       <method name="Void Main()">
5622         <size>1</size>
5623       </method>
5624     </type>
5625   </test>
5626   <test name="gtest-198.cs">
5627     <type name="ClassLibrary2.List1`1[T]">
5628       <method name="Void .ctor()">
5629         <size>7</size>
5630       </method>
5631     </type>
5632     <type name="ClassLibrary2.List2`1[T]">
5633       <method name="Void .ctor()">
5634         <size>18</size>
5635       </method>
5636       <method name="Void AddItem(T)">
5637         <size>13</size>
5638       </method>
5639     </type>
5640     <type name="ClassLibrary2.Foo">
5641       <method name="Void .ctor()">
5642         <size>7</size>
5643       </method>
5644       <method name="Void Main()">
5645         <size>1</size>
5646       </method>
5647     </type>
5648   </test>
5649   <test name="gtest-199.cs">
5650     <type name="Splay`1[T]">
5651       <method name="Void .ctor()">
5652         <size>7</size>
5653       </method>
5654     </type>
5655     <type name="Foo">
5656       <method name="Void .ctor()">
5657         <size>7</size>
5658       </method>
5659       <method name="Void Main()">
5660         <size>1</size>
5661       </method>
5662     </type>
5663   </test>
5664   <test name="gtest-200.cs">
5665     <type name="Test">
5666       <method name="Void .ctor()">
5667         <size>7</size>
5668       </method>
5669       <method name="T QueryInterface[T](System.Object)">
5670         <size>45</size>
5671       </method>
5672     </type>
5673     <type name="Driver">
5674       <method name="Void .ctor()">
5675         <size>7</size>
5676       </method>
5677       <method name="Void Main()">
5678         <size>1</size>
5679       </method>
5680     </type>
5681   </test>
5682   <test name="gtest-201.cs">
5683     <type name="HashSet`1[T]">
5684       <method name="Void .ctor(Int64)">
5685         <size>14</size>
5686       </method>
5687       <method name="Int64 Test()">
5688         <size>7</size>
5689       </method>
5690       <method name="IEnumerator`1 GetEnumerator()">
5691         <size>15</size>
5692       </method>
5693     </type>
5694     <type name="X">
5695       <method name="Void .ctor()">
5696         <size>7</size>
5697       </method>
5698       <method name="Int32 Main()">
5699         <size>81</size>
5700       </method>
5701     </type>
5702     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5703       <method name="Void .ctor()">
5704         <size>7</size>
5705       </method>
5706       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5707         <size>12</size>
5708       </method>
5709       <method name="Boolean MoveNext()">
5710         <size>75</size>
5711       </method>
5712       <method name="Void Dispose()">
5713         <size>8</size>
5714       </method>
5715       <method name="Void Reset()">
5716         <size>6</size>
5717       </method>
5718       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
5719         <size>7</size>
5720       </method>
5721     </type>
5722   </test>
5723   <test name="gtest-202.cs">
5724     <type name="Generic`1[T]">
5725       <method name="Void .ctor()">
5726         <size>20</size>
5727       </method>
5728       <method name="T get_Item(Int32, Int32)">
5729         <size>14</size>
5730       </method>
5731       <method name="Void set_Item(Int32, Int32, T)">
5732         <size>15</size>
5733       </method>
5734     </type>
5735     <type name="Fault">
5736       <method name="Void Main()">
5737         <size>47</size>
5738       </method>
5739       <method name="System.String ToString()">
5740         <size>6</size>
5741       </method>
5742     </type>
5743   </test>
5744   <test name="gtest-203.cs">
5745     <type name="C`2[X,Y]">
5746       <method name="Void .ctor()">
5747         <size>7</size>
5748       </method>
5749       <method name="Void foo[A,B]()">
5750         <size>14</size>
5751       </method>
5752       <method name="Void bar[A,B]()">
5753         <size>69</size>
5754       </method>
5755     </type>
5756     <type name="C`2+Q`2[X,Y,A,B]">
5757       <method name="Void .ctor()">
5758         <size>7</size>
5759       </method>
5760       <method name="Void apply(C`2[X,Y])">
5761         <size>7</size>
5762       </method>
5763     </type>
5764     <type name="X">
5765       <method name="Void .ctor()">
5766         <size>7</size>
5767       </method>
5768       <method name="Void Main()">
5769         <size>13</size>
5770       </method>
5771     </type>
5772   </test>
5773   <test name="gtest-204.cs">
5774     <type name="Map`1[b]">
5775       <method name="Void .ctor()">
5776         <size>7</size>
5777       </method>
5778       <method name="a Fold1[a](a)">
5779         <size>2</size>
5780       </method>
5781       <method name="c Fold[c](c)">
5782         <size>15</size>
5783       </method>
5784     </type>
5785     <type name="LocalContext">
5786       <method name="Void .ctor()">
5787         <size>18</size>
5788       </method>
5789       <method name="a Fold[a](a)">
5790         <size>13</size>
5791       </method>
5792     </type>
5793     <type name="M">
5794       <method name="Void .ctor()">
5795         <size>7</size>
5796       </method>
5797       <method name="Void Main()">
5798         <size>19</size>
5799       </method>
5800     </type>
5801   </test>
5802   <test name="gtest-205.cs">
5803     <type name="Foo`1[S]">
5804       <method name="Void .ctor()">
5805         <size>7</size>
5806       </method>
5807     </type>
5808     <type name="Test`1[U]">
5809       <method name="Void .ctor()">
5810         <size>7</size>
5811       </method>
5812       <method name="Void Func(U)">
5813         <size>12</size>
5814       </method>
5815     </type>
5816     <type name="X">
5817       <method name="Void .ctor()">
5818         <size>7</size>
5819       </method>
5820       <method name="Void Test(System.Type, System.Object)">
5821         <size>31</size>
5822       </method>
5823       <method name="Void Main()">
5824         <size>144</size>
5825       </method>
5826     </type>
5827   </test>
5828   <test name="gtest-206.cs">
5829     <type name="Continuation`2[R,A]">
5830       <method name="Void .ctor()">
5831         <size>7</size>
5832       </method>
5833       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
5834         <size>2</size>
5835       </method>
5836     </type>
5837     <type name="Driver">
5838       <method name="Void .ctor()">
5839         <size>7</size>
5840       </method>
5841       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
5842         <size>7</size>
5843       </method>
5844       <method name="Void Main()">
5845         <size>9</size>
5846       </method>
5847     </type>
5848   </test>
5849   <test name="gtest-207.cs">
5850     <type name="M">
5851       <method name="Void .ctor()">
5852         <size>7</size>
5853       </method>
5854       <method name="Void p(System.String)">
5855         <size>7</size>
5856       </method>
5857       <method name="Void Main()">
5858         <size>50</size>
5859       </method>
5860     </type>
5861   </test>
5862   <test name="gtest-208.cs">
5863     <type name="SomeClass">
5864       <method name="Void .ctor()">
5865         <size>7</size>
5866       </method>
5867     </type>
5868     <type name="Foo`1[T]">
5869       <method name="Void .ctor()">
5870         <size>7</size>
5871       </method>
5872       <method name="T Do(System.Object)">
5873         <size>12</size>
5874       </method>
5875     </type>
5876     <type name="Driver">
5877       <method name="Void .ctor()">
5878         <size>7</size>
5879       </method>
5880       <method name="Void Main()">
5881         <size>19</size>
5882       </method>
5883     </type>
5884   </test>
5885   <test name="gtest-209.cs">
5886     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
5887       <method name="Void .ctor()">
5888         <size>7</size>
5889       </method>
5890     </type>
5891     <type name="ClassLibrary3.Test">
5892       <method name="Void .ctor()">
5893         <size>7</size>
5894       </method>
5895       <method name="Void Main()">
5896         <size>23</size>
5897       </method>
5898     </type>
5899   </test>
5900   <test name="gtest-210.cs">
5901     <type name="Foo`1[T]">
5902       <method name="Void .ctor()">
5903         <size>7</size>
5904       </method>
5905       <method name="T next()">
5906         <size>7</size>
5907       </method>
5908     </type>
5909     <type name="Goo">
5910       <method name="Void .ctor()">
5911         <size>7</size>
5912       </method>
5913     </type>
5914     <type name="Test">
5915       <method name="Void .ctor()">
5916         <size>7</size>
5917       </method>
5918       <method name="Void Main()">
5919         <size>14</size>
5920       </method>
5921     </type>
5922   </test>
5923   <test name="gtest-211.cs">
5924     <type name="MyTest">
5925       <method name="Void .ctor()">
5926         <size>7</size>
5927       </method>
5928       <method name="Void f(Boolean, Boolean)">
5929         <size>59</size>
5930       </method>
5931       <method name="Void Main()">
5932         <size>448</size>
5933       </method>
5934     </type>
5935   </test>
5936   <test name="gtest-212.cs">
5937     <type name="Test">
5938       <method name="Void .ctor()">
5939         <size>7</size>
5940       </method>
5941       <method name="Void Fun[T](T)">
5942         <size>15</size>
5943       </method>
5944       <method name="Void Main()">
5945         <size>15</size>
5946       </method>
5947     </type>
5948     <type name="SomeStruct">
5949       <method name="Boolean get_Valid()">
5950         <size>2</size>
5951       </method>
5952     </type>
5953   </test>
5954   <test name="gtest-213.cs">
5955     <type name="Test">
5956       <method name="Void .ctor()">
5957         <size>7</size>
5958       </method>
5959       <method name="Void Fun[T](T)">
5960         <size>78</size>
5961       </method>
5962       <method name="Void Main()">
5963         <size>15</size>
5964       </method>
5965     </type>
5966     <type name="SomeStruct">
5967       <method name="Int32 get_Foo()">
5968         <size>7</size>
5969       </method>
5970       <method name="Void set_Foo(Int32)">
5971         <size>8</size>
5972       </method>
5973     </type>
5974   </test>
5975   <test name="gtest-214.cs">
5976     <type name="X">
5977       <method name="Void .ctor()">
5978         <size>7</size>
5979       </method>
5980       <method name="Int32 Main()">
5981         <size>83</size>
5982       </method>
5983     </type>
5984   </test>
5985   <test name="gtest-215.cs">
5986     <type name="R">
5987       <method name="Void .ctor()">
5988         <size>7</size>
5989       </method>
5990     </type>
5991     <type name="A`1[T]">
5992       <method name="Void .ctor()">
5993         <size>7</size>
5994       </method>
5995     </type>
5996     <type name="D">
5997       <method name="Void .ctor()">
5998         <size>7</size>
5999       </method>
6000     </type>
6001     <type name="MainClass">
6002       <method name="Void .ctor()">
6003         <size>7</size>
6004       </method>
6005       <method name="Void Main()">
6006         <size>1</size>
6007       </method>
6008     </type>
6009   </test>
6010   <test name="gtest-216.cs">
6011     <type name="BaseClass">
6012       <method name="Void .ctor()">
6013         <size>7</size>
6014       </method>
6015       <method name="Ret`1 Foo[T]()">
6016         <size>2</size>
6017       </method>
6018       <method name="Ret Foo()">
6019         <size>2</size>
6020       </method>
6021       <method name="Void Main()">
6022         <size>1</size>
6023       </method>
6024     </type>
6025     <type name="DerivedClass">
6026       <method name="Void .ctor()">
6027         <size>7</size>
6028       </method>
6029       <method name="Ret`1 Foo[T]()">
6030         <size>2</size>
6031       </method>
6032       <method name="Ret Foo()">
6033         <size>2</size>
6034       </method>
6035     </type>
6036   </test>
6037   <test name="gtest-217.cs">
6038     <type name="MyTest">
6039       <method name="Void .ctor()">
6040         <size>7</size>
6041       </method>
6042       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
6043         <size>44</size>
6044       </method>
6045       <method name="Void Main(System.String[])">
6046         <size>95</size>
6047       </method>
6048       <method name="IEnumerable`1 FromTo(Int32, Int32)">
6049         <size>44</size>
6050       </method>
6051     </type>
6052     <type name="Fun`2[A1,R]">
6053       <method name="Void .ctor(Object, IntPtr)">
6054         <size>0</size>
6055       </method>
6056       <method name="R Invoke(A1)">
6057         <size>0</size>
6058       </method>
6059       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
6060         <size>0</size>
6061       </method>
6062       <method name="R EndInvoke(IAsyncResult)">
6063         <size>0</size>
6064       </method>
6065     </type>
6066     <type name="MyTest">
6067       <method name="System.String &lt;Main&gt;m__0(Int32)">
6068         <size>8</size>
6069       </method>
6070     </type>
6071     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6072       <method name="Void .ctor()">
6073         <size>7</size>
6074       </method>
6075       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6076         <size>12</size>
6077       </method>
6078       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6079         <size>7</size>
6080       </method>
6081       <method name="Boolean MoveNext()">
6082         <size>205</size>
6083       </method>
6084       <method name="Void Dispose()">
6085         <size>60</size>
6086       </method>
6087       <method name="Void Reset()">
6088         <size>6</size>
6089       </method>
6090     </type>
6091     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
6092       <method name="Void .ctor()">
6093         <size>7</size>
6094       </method>
6095       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6096         <size>12</size>
6097       </method>
6098       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6099         <size>7</size>
6100       </method>
6101       <method name="Boolean MoveNext()">
6102         <size>118</size>
6103       </method>
6104       <method name="Void Dispose()">
6105         <size>8</size>
6106       </method>
6107       <method name="Void Reset()">
6108         <size>6</size>
6109       </method>
6110     </type>
6111     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6112       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
6113         <size>7</size>
6114       </method>
6115       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
6116         <size>52</size>
6117       </method>
6118     </type>
6119     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
6120       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
6121         <size>7</size>
6122       </method>
6123       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
6124         <size>52</size>
6125       </method>
6126     </type>
6127   </test>
6128   <test name="gtest-218.cs">
6129     <type name="Foo">
6130       <method name="Void .ctor()">
6131         <size>7</size>
6132       </method>
6133     </type>
6134     <type name="X">
6135       <method name="Void .ctor()">
6136         <size>7</size>
6137       </method>
6138       <method name="Void Main()">
6139         <size>1</size>
6140       </method>
6141     </type>
6142   </test>
6143   <test name="gtest-219.cs">
6144     <type name="Test">
6145       <method name="Void .ctor()">
6146         <size>7</size>
6147       </method>
6148       <method name="Void Foo[T]()">
6149         <size>1</size>
6150       </method>
6151       <method name="Int32 Main()">
6152         <size>70</size>
6153       </method>
6154     </type>
6155   </test>
6156   <test name="gtest-220.cs">
6157     <type name="A`1[T1]">
6158       <method name="Void .ctor()">
6159         <size>7</size>
6160       </method>
6161     </type>
6162     <type name="A`1+B`1[T1,T2]">
6163       <method name="Void .ctor()">
6164         <size>7</size>
6165       </method>
6166     </type>
6167     <type name="A`1+B`1+C`1[T1,T2,T3]">
6168       <method name="Void .ctor()">
6169         <size>7</size>
6170       </method>
6171     </type>
6172     <type name="PopQuiz">
6173       <method name="Void .ctor()">
6174         <size>7</size>
6175       </method>
6176       <method name="Int32 Main()">
6177         <size>145</size>
6178       </method>
6179     </type>
6180   </test>
6181   <test name="gtest-221.cs">
6182     <type name="C1`1[IFoo]">
6183       <method name="Void .ctor()">
6184         <size>7</size>
6185       </method>
6186     </type>
6187     <type name="C2">
6188       <method name="Void .ctor()">
6189         <size>7</size>
6190       </method>
6191       <method name="C1`1[T] Hoge[T](C1`1[T])">
6192         <size>0</size>
6193       </method>
6194     </type>
6195     <type name="C3">
6196       <method name="Void .ctor()">
6197         <size>7</size>
6198       </method>
6199       <method name="C1`1[T] Hoge[T](C1`1[T])">
6200         <size>2</size>
6201       </method>
6202     </type>
6203     <type name="X">
6204       <method name="Void .ctor()">
6205         <size>7</size>
6206       </method>
6207       <method name="Void Main()">
6208         <size>1</size>
6209       </method>
6210     </type>
6211   </test>
6212   <test name="gtest-222.cs">
6213     <type name="Mona`1[T]">
6214       <method name="Void .ctor()">
6215         <size>7</size>
6216       </method>
6217     </type>
6218     <type name="Test">
6219       <method name="Void .ctor()">
6220         <size>7</size>
6221       </method>
6222       <method name="Mona`1[K] GetMona[K]()">
6223         <size>6</size>
6224       </method>
6225       <method name="Void Main()">
6226         <size>1</size>
6227       </method>
6228     </type>
6229   </test>
6230   <test name="gtest-223.cs">
6231     <type name="Foo`1[T]">
6232       <method name="Void .ctor()">
6233         <size>7</size>
6234       </method>
6235     </type>
6236     <type name="Test">
6237       <method name="Void .ctor()">
6238         <size>7</size>
6239       </method>
6240       <method name="Foo`1[K] Hoge[K]()">
6241         <size>2</size>
6242       </method>
6243       <method name="Void Main()">
6244         <size>72</size>
6245       </method>
6246     </type>
6247   </test>
6248   <test name="gtest-224.cs">
6249     <type name="Base">
6250       <method name="Void .ctor()">
6251         <size>7</size>
6252       </method>
6253       <method name="Void Foo[T]()">
6254         <size>1</size>
6255       </method>
6256     </type>
6257     <type name="Derived">
6258       <method name="Void .ctor()">
6259         <size>7</size>
6260       </method>
6261       <method name="Void Foo[T]()">
6262         <size>1</size>
6263       </method>
6264     </type>
6265     <type name="Driver">
6266       <method name="Void .ctor()">
6267         <size>7</size>
6268       </method>
6269       <method name="Void Main()">
6270         <size>11</size>
6271       </method>
6272     </type>
6273   </test>
6274   <test name="gtest-225.cs">
6275     <type name="Set`1[Element]">
6276       <method name="Void .ctor()">
6277         <size>7</size>
6278       </method>
6279       <method name="Locator locate(Element)">
6280         <size>31</size>
6281       </method>
6282     </type>
6283     <type name="Set`1+Node[Element]">
6284       <method name="Void .ctor()">
6285         <size>7</size>
6286       </method>
6287     </type>
6288     <type name="SetTest">
6289       <method name="Void Main()">
6290         <size>1</size>
6291       </method>
6292     </type>
6293     <type name="Set`1+Locator+Replace[Element]">
6294       <method name="Void .ctor(Object, IntPtr)">
6295         <size>0</size>
6296       </method>
6297       <method name="Void Invoke(Set`1+Node[Element])">
6298         <size>0</size>
6299       </method>
6300       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
6301         <size>0</size>
6302       </method>
6303       <method name="Void EndInvoke(IAsyncResult)">
6304         <size>0</size>
6305       </method>
6306     </type>
6307     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
6308       <method name="Void .ctor()">
6309         <size>7</size>
6310       </method>
6311       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
6312         <size>15</size>
6313       </method>
6314     </type>
6315     <type name="Set`1+Locator[Element]">
6316       <method name="Void .ctor(Replace)">
6317         <size>1</size>
6318       </method>
6319     </type>
6320   </test>
6321   <test name="gtest-226.cs">
6322     <type name="A">
6323       <method name="Void .ctor()">
6324         <size>24</size>
6325       </method>
6326     </type>
6327     <type name="M">
6328       <method name="Void .ctor()">
6329         <size>7</size>
6330       </method>
6331       <method name="Int32 Main()">
6332         <size>84</size>
6333       </method>
6334     </type>
6335     <type name="Container`1[T]">
6336       <method name="Void .ctor(T)">
6337         <size>8</size>
6338       </method>
6339     </type>
6340   </test>
6341   <test name="gtest-227.cs">
6342     <type name="Foo`1[G]">
6343       <method name="Void .ctor()">
6344         <size>7</size>
6345       </method>
6346       <method name="Void Bar()">
6347         <size>26</size>
6348       </method>
6349     </type>
6350     <type name="X">
6351       <method name="Void .ctor()">
6352         <size>7</size>
6353       </method>
6354       <method name="Void Main()">
6355         <size>1</size>
6356       </method>
6357     </type>
6358   </test>
6359   <test name="gtest-228.cs">
6360     <type name="GenParAttribute">
6361       <method name="Void .ctor()">
6362         <size>7</size>
6363       </method>
6364     </type>
6365     <type name="cons`2[A,B]">
6366       <method name="Void .ctor()">
6367         <size>7</size>
6368       </method>
6369       <method name="Void abc[M]()">
6370         <size>1</size>
6371       </method>
6372     </type>
6373     <type name="Test">
6374       <method name="Void .ctor()">
6375         <size>7</size>
6376       </method>
6377       <method name="Void Main()">
6378         <size>1</size>
6379       </method>
6380     </type>
6381   </test>
6382   <test name="gtest-229.cs">
6383     <type name="B">
6384       <method name="Void .ctor()">
6385         <size>7</size>
6386       </method>
6387       <method name="Int32 CompareTo(B)">
6388         <size>2</size>
6389       </method>
6390     </type>
6391     <type name="Tester">
6392       <method name="Void .ctor()">
6393         <size>7</size>
6394       </method>
6395       <method name="Int32 Main()">
6396         <size>21</size>
6397       </method>
6398     </type>
6399   </test>
6400   <test name="gtest-231.cs">
6401     <type name="X">
6402       <method name="Void .ctor()">
6403         <size>7</size>
6404       </method>
6405       <method name="Void Main()">
6406         <size>31</size>
6407       </method>
6408     </type>
6409   </test>
6410   <test name="gtest-233.cs">
6411     <type name="Program">
6412       <method name="Void .ctor()">
6413         <size>7</size>
6414       </method>
6415       <method name="Void Main(System.String[])">
6416         <size>25</size>
6417       </method>
6418       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
6419         <size>1</size>
6420       </method>
6421     </type>
6422   </test>
6423   <test name="gtest-234.cs">
6424     <type name="Test">
6425       <method name="Void .ctor()">
6426         <size>7</size>
6427       </method>
6428       <method name="IFoo`1 GetFooGeneric[T]()">
6429         <size>2</size>
6430       </method>
6431       <method name="IFoo GetFoo()">
6432         <size>7</size>
6433       </method>
6434       <method name="Void Main()">
6435         <size>14</size>
6436       </method>
6437     </type>
6438   </test>
6439   <test name="gtest-235.cs">
6440     <type name="GettingStarted">
6441       <method name="Void .ctor()">
6442         <size>7</size>
6443       </method>
6444       <method name="Void Main()">
6445         <size>13</size>
6446       </method>
6447     </type>
6448   </test>
6449   <test name="gtest-236.cs">
6450     <type name="Foo`1[T]">
6451       <method name="Void .ctor()">
6452         <size>7</size>
6453       </method>
6454       <method name="Int32 Test(Foo`1[T])">
6455         <size>2</size>
6456       </method>
6457       <method name="Int32 Test(Foo`1[System.Int32])">
6458         <size>2</size>
6459       </method>
6460     </type>
6461     <type name="X">
6462       <method name="Void .ctor()">
6463         <size>7</size>
6464       </method>
6465       <method name="Int32 Main()">
6466         <size>59</size>
6467       </method>
6468     </type>
6469   </test>
6470   <test name="gtest-237.cs">
6471     <type name="Foo`1[T]">
6472       <method name="Void .ctor()">
6473         <size>7</size>
6474       </method>
6475       <method name="Int32 Test(T)">
6476         <size>2</size>
6477       </method>
6478       <method name="Int32 Test(Int32)">
6479         <size>2</size>
6480       </method>
6481     </type>
6482     <type name="X">
6483       <method name="Void .ctor()">
6484         <size>7</size>
6485       </method>
6486       <method name="Int32 Main()">
6487         <size>60</size>
6488       </method>
6489     </type>
6490   </test>
6491   <test name="gtest-238.cs">
6492     <type name="X">
6493       <method name="Void .ctor()">
6494         <size>7</size>
6495       </method>
6496       <method name="Int32 Main()">
6497         <size>39</size>
6498       </method>
6499     </type>
6500   </test>
6501   <test name="gtest-239.cs">
6502     <type name="Foo`2[T,U]">
6503       <method name="Void .ctor()">
6504         <size>7</size>
6505       </method>
6506       <method name="Int32 Test(T, U)">
6507         <size>2</size>
6508       </method>
6509       <method name="Int32 Test(Int32, U)">
6510         <size>2</size>
6511       </method>
6512       <method name="Int32 Test(T, Single)">
6513         <size>2</size>
6514       </method>
6515       <method name="Int32 Test(Int32, Single)">
6516         <size>2</size>
6517       </method>
6518     </type>
6519     <type name="X">
6520       <method name="Void .ctor()">
6521         <size>7</size>
6522       </method>
6523       <method name="Int32 Main()">
6524         <size>237</size>
6525       </method>
6526     </type>
6527   </test>
6528   <test name="gtest-240.cs">
6529     <type name="MyClass">
6530       <method name="Void .ctor()">
6531         <size>7</size>
6532       </method>
6533     </type>
6534     <type name="X">
6535       <method name="Void .ctor()">
6536         <size>7</size>
6537       </method>
6538       <method name="Void Main()">
6539         <size>1</size>
6540       </method>
6541     </type>
6542     <type name="MyClass">
6543       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
6544         <size>1</size>
6545       </method>
6546       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
6547         <size>1</size>
6548       </method>
6549       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
6550         <size>1</size>
6551       </method>
6552       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
6553         <size>1</size>
6554       </method>
6555     </type>
6556   </test>
6557   <test name="gtest-241.cs">
6558     <type name="a">
6559       <method name="Void .ctor()">
6560         <size>7</size>
6561       </method>
6562       <method name="Void func[T](T ByRef)">
6563         <size>0</size>
6564       </method>
6565     </type>
6566     <type name="b">
6567       <method name="Void .ctor()">
6568         <size>7</size>
6569       </method>
6570       <method name="Void func[T](T ByRef)">
6571         <size>1</size>
6572       </method>
6573     </type>
6574     <type name="main">
6575       <method name="Void .ctor()">
6576         <size>7</size>
6577       </method>
6578       <method name="Void Main()">
6579         <size>1</size>
6580       </method>
6581     </type>
6582   </test>
6583   <test name="gtest-242.cs">
6584     <type name="Container`1[T]">
6585       <method name="Void .ctor()">
6586         <size>7</size>
6587       </method>
6588     </type>
6589     <type name="ReferenceType">
6590       <method name="Void .ctor()">
6591         <size>7</size>
6592       </method>
6593       <method name="Int32 CompareTo(ReferenceType)">
6594         <size>2</size>
6595       </method>
6596     </type>
6597     <type name="Test">
6598       <method name="Void .ctor()">
6599         <size>7</size>
6600       </method>
6601       <method name="Void Main()">
6602         <size>13</size>
6603       </method>
6604     </type>
6605     <type name="MyValueType">
6606       <method name="Int32 CompareTo(MyValueType)">
6607         <size>2</size>
6608       </method>
6609     </type>
6610   </test>
6611   <test name="gtest-243.cs">
6612     <type name="Foo`1[T]">
6613       <method name="Void .ctor()">
6614         <size>7</size>
6615       </method>
6616       <method name="Void Test(T)">
6617         <size>1</size>
6618       </method>
6619     </type>
6620     <type name="Tests">
6621       <method name="Void .ctor()">
6622         <size>7</size>
6623       </method>
6624       <method name="Void foo[T]()">
6625         <size>1</size>
6626       </method>
6627       <method name="Int32 Test()">
6628         <size>148</size>
6629       </method>
6630       <method name="Int32 Main()">
6631         <size>8</size>
6632       </method>
6633     </type>
6634   </test>
6635   <test name="gtest-244.cs">
6636     <type name="B">
6637       <method name="Void .ctor()">
6638         <size>7</size>
6639       </method>
6640       <method name="T Get[T]()">
6641         <size>10</size>
6642       </method>
6643     </type>
6644     <type name="A">
6645       <method name="Void .ctor()">
6646         <size>7</size>
6647       </method>
6648       <method name="T Get[T]()">
6649         <size>30</size>
6650       </method>
6651       <method name="Void Main()">
6652         <size>12</size>
6653       </method>
6654     </type>
6655   </test>
6656   <test name="gtest-245.cs">
6657     <type name="DerivedGenericClass`1[T]">
6658       <method name="Void .ctor()">
6659         <size>7</size>
6660       </method>
6661       <method name="Void Foo()">
6662         <size>1</size>
6663       </method>
6664       <method name="Void Baz()">
6665         <size>7</size>
6666       </method>
6667     </type>
6668     <type name="BaseClass">
6669       <method name="Void .ctor()">
6670         <size>7</size>
6671       </method>
6672       <method name="Void Foo()">
6673         <size>0</size>
6674       </method>
6675     </type>
6676     <type name="X">
6677       <method name="Void .ctor()">
6678         <size>7</size>
6679       </method>
6680       <method name="Void Main()">
6681         <size>1</size>
6682       </method>
6683     </type>
6684   </test>
6685   <test name="gtest-246.cs">
6686     <type name="TestCase.CTest">
6687       <method name="Void .ctor()">
6688         <size>7</size>
6689       </method>
6690       <method name="Void Main()">
6691         <size>1</size>
6692       </method>
6693       <method name="Void Bar()">
6694         <size>1</size>
6695       </method>
6696     </type>
6697     <type name="TestCase.CGenericTest`2[T,V]">
6698       <method name="Void .ctor()">
6699         <size>7</size>
6700       </method>
6701       <method name="V Foo()">
6702         <size>21</size>
6703       </method>
6704     </type>
6705   </test>
6706   <test name="gtest-247.cs">
6707     <type name="EnumerableBase`1[T]">
6708       <method name="Void .ctor()">
6709         <size>7</size>
6710       </method>
6711       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6712         <size>7</size>
6713       </method>
6714       <method name="IEnumerator`1 GetEnumerator()">
6715         <size>0</size>
6716       </method>
6717     </type>
6718     <type name="CollectionValueBase`1[T]">
6719       <method name="Void .ctor()">
6720         <size>7</size>
6721       </method>
6722       <method name="Void raiseItemsAdded(T, Int32)">
6723         <size>1</size>
6724       </method>
6725       <method name="IEnumerator`1 GetEnumerator()">
6726         <size>0</size>
6727       </method>
6728     </type>
6729     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
6730       <method name="Void .ctor()">
6731         <size>7</size>
6732       </method>
6733     </type>
6734     <type name="CircularQueue`1[T]">
6735       <method name="Void .ctor()">
6736         <size>7</size>
6737       </method>
6738       <method name="IEnumerator`1 GetEnumerator()">
6739         <size>8</size>
6740       </method>
6741       <method name="Void Enqueue(T)">
6742         <size>1</size>
6743       </method>
6744     </type>
6745     <type name="HashSet`1[T]">
6746       <method name="Void .ctor()">
6747         <size>7</size>
6748       </method>
6749       <method name="Void RemoveAll[U](IEnumerable`1)">
6750         <size>7</size>
6751       </method>
6752       <method name="Void AddAll[U](IEnumerable`1)">
6753         <size>61</size>
6754       </method>
6755       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
6756         <size>2</size>
6757       </method>
6758       <method name="IEnumerator`1 GetEnumerator()">
6759         <size>8</size>
6760       </method>
6761     </type>
6762     <type name="X">
6763       <method name="Void .ctor()">
6764         <size>7</size>
6765       </method>
6766       <method name="Void Main()">
6767         <size>1</size>
6768       </method>
6769     </type>
6770     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6771       <method name="Void .ctor()">
6772         <size>7</size>
6773       </method>
6774       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6775         <size>12</size>
6776       </method>
6777       <method name="Boolean MoveNext()">
6778         <size>25</size>
6779       </method>
6780       <method name="Void Dispose()">
6781         <size>8</size>
6782       </method>
6783       <method name="Void Reset()">
6784         <size>6</size>
6785       </method>
6786     </type>
6787     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6788       <method name="Void .ctor()">
6789         <size>7</size>
6790       </method>
6791       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6792         <size>12</size>
6793       </method>
6794       <method name="Boolean MoveNext()">
6795         <size>25</size>
6796       </method>
6797       <method name="Void Dispose()">
6798         <size>8</size>
6799       </method>
6800       <method name="Void Reset()">
6801         <size>6</size>
6802       </method>
6803     </type>
6804     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6805       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6806         <size>7</size>
6807       </method>
6808     </type>
6809     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6810       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6811         <size>7</size>
6812       </method>
6813     </type>
6814   </test>
6815   <test name="gtest-248.cs">
6816     <type name="Foo`1[T]">
6817       <method name="Void .ctor()">
6818         <size>7</size>
6819       </method>
6820     </type>
6821     <type name="X">
6822       <method name="Void .ctor()">
6823         <size>7</size>
6824       </method>
6825       <method name="Boolean Test(System.Object)">
6826         <size>19</size>
6827       </method>
6828       <method name="Void Main()">
6829         <size>1</size>
6830       </method>
6831     </type>
6832   </test>
6833   <test name="gtest-249.cs">
6834     <type name="EnumerableBase`1[T]">
6835       <method name="Void .ctor()">
6836         <size>7</size>
6837       </method>
6838       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6839         <size>7</size>
6840       </method>
6841       <method name="IEnumerator`1 GetEnumerator()">
6842         <size>0</size>
6843       </method>
6844     </type>
6845     <type name="ArrayBase`1[T]">
6846       <method name="Void .ctor()">
6847         <size>7</size>
6848       </method>
6849       <method name="IEnumerator`1 GetEnumerator()">
6850         <size>8</size>
6851       </method>
6852     </type>
6853     <type name="HashedArrayList`1[T]">
6854       <method name="Void .ctor()">
6855         <size>7</size>
6856       </method>
6857       <method name="IEnumerator`1 GetEnumerator()">
6858         <size>7</size>
6859       </method>
6860     </type>
6861     <type name="X">
6862       <method name="Void .ctor()">
6863         <size>7</size>
6864       </method>
6865       <method name="Void Main()">
6866         <size>1</size>
6867       </method>
6868     </type>
6869     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6870       <method name="Void .ctor()">
6871         <size>7</size>
6872       </method>
6873       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6874         <size>12</size>
6875       </method>
6876       <method name="Boolean MoveNext()">
6877         <size>25</size>
6878       </method>
6879       <method name="Void Dispose()">
6880         <size>8</size>
6881       </method>
6882       <method name="Void Reset()">
6883         <size>6</size>
6884       </method>
6885       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6886         <size>7</size>
6887       </method>
6888     </type>
6889   </test>
6890   <test name="gtest-250.cs">
6891     <type name="GuardedIndexedSorted`1[T]">
6892       <method name="Void .ctor()">
6893         <size>7</size>
6894       </method>
6895       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
6896         <size>13</size>
6897       </method>
6898     </type>
6899     <type name="X">
6900       <method name="Void .ctor()">
6901         <size>7</size>
6902       </method>
6903       <method name="Void Main()">
6904         <size>1</size>
6905       </method>
6906     </type>
6907     <type name="Fun`2[R,S]">
6908       <method name="Void .ctor(Object, IntPtr)">
6909         <size>0</size>
6910       </method>
6911       <method name="S Invoke(R)">
6912         <size>0</size>
6913       </method>
6914       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
6915         <size>0</size>
6916       </method>
6917       <method name="S EndInvoke(IAsyncResult)">
6918         <size>0</size>
6919       </method>
6920     </type>
6921   </test>
6922   <test name="gtest-251.cs">
6923     <type name="SortedIndexedTester`1[T]">
6924       <method name="Void .ctor()">
6925         <size>7</size>
6926       </method>
6927       <method name="Void Test(ISorted`1)">
6928         <size>24</size>
6929       </method>
6930     </type>
6931     <type name="X">
6932       <method name="Void .ctor()">
6933         <size>7</size>
6934       </method>
6935       <method name="Void Main()">
6936         <size>1</size>
6937       </method>
6938     </type>
6939     <type name="&lt;PrivateImplementationDetails&gt;">
6940       <method name="Void .ctor()">
6941         <size>7</size>
6942       </method>
6943     </type>
6944   </test>
6945   <test name="gtest-252.cs">
6946     <type name="EqualityComparer`1[T]">
6947       <method name="Void .cctor()">
6948         <size>16</size>
6949       </method>
6950       <method name="Void Test()">
6951         <size>1</size>
6952       </method>
6953     </type>
6954     <type name="SequencedEqualityComparer`2[T,W]">
6955       <method name="Void .ctor()">
6956         <size>7</size>
6957       </method>
6958     </type>
6959     <type name="X">
6960       <method name="Void .ctor()">
6961         <size>7</size>
6962       </method>
6963       <method name="Void Main()">
6964         <size>6</size>
6965       </method>
6966     </type>
6967   </test>
6968   <test name="gtest-253.cs">
6969     <type name="CollectionValueTester`2[R,S]">
6970       <method name="Void .ctor()">
6971         <size>7</size>
6972       </method>
6973     </type>
6974     <type name="ExtensibleTester`1[U]">
6975       <method name="Void .ctor(U)">
6976         <size>14</size>
6977       </method>
6978       <method name="Void Direct()">
6979         <size>24</size>
6980       </method>
6981     </type>
6982     <type name="Extensible`1[V]">
6983       <method name="Void .ctor()">
6984         <size>7</size>
6985       </method>
6986       <method name="Void AddAll[W](IEnumerable`1)">
6987         <size>1</size>
6988       </method>
6989     </type>
6990     <type name="X">
6991       <method name="Void .ctor()">
6992         <size>7</size>
6993       </method>
6994       <method name="Void Main()">
6995         <size>20</size>
6996       </method>
6997     </type>
6998   </test>
6999   <test name="gtest-254.cs">
7000     <type name="HashedLinkedList`1[T]">
7001       <method name="Void .ctor()">
7002         <size>7</size>
7003       </method>
7004       <method name="HashedLinkedList`1[T] GetList()">
7005         <size>6</size>
7006       </method>
7007       <method name="Void Test(Int32)">
7008         <size>55</size>
7009       </method>
7010       <method name="Void Test(HashedLinkedList`1[T])">
7011         <size>40</size>
7012       </method>
7013     </type>
7014     <type name="X">
7015       <method name="Void .ctor()">
7016         <size>7</size>
7017       </method>
7018       <method name="Void Main()">
7019         <size>20</size>
7020       </method>
7021     </type>
7022   </test>
7023   <test name="gtest-255.cs">
7024     <type name="A">
7025       <method name="Void .ctor()">
7026         <size>7</size>
7027       </method>
7028       <method name="T Foo[T]()">
7029         <size>0</size>
7030       </method>
7031     </type>
7032     <type name="B">
7033       <method name="Void .ctor()">
7034         <size>7</size>
7035       </method>
7036       <method name="T Foo[T]()">
7037         <size>10</size>
7038       </method>
7039     </type>
7040     <type name="C">
7041       <method name="Void .ctor()">
7042         <size>7</size>
7043       </method>
7044       <method name="Void Main()">
7045         <size>1</size>
7046       </method>
7047     </type>
7048   </test>
7049   <test name="gtest-256.cs">
7050     <type name="Test">
7051       <method name="Void .ctor()">
7052         <size>7</size>
7053       </method>
7054       <method name="IEnumerator`1 GetEnumerator()">
7055         <size>15</size>
7056       </method>
7057       <method name="Void Main()">
7058         <size>11</size>
7059       </method>
7060       <method name="Void Run()">
7061         <size>147</size>
7062       </method>
7063     </type>
7064     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
7065       <method name="Void .ctor()">
7066         <size>7</size>
7067       </method>
7068       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7069         <size>7</size>
7070       </method>
7071       <method name="Boolean MoveNext()">
7072         <size>129</size>
7073       </method>
7074       <method name="Void Dispose()">
7075         <size>8</size>
7076       </method>
7077       <method name="Void Reset()">
7078         <size>6</size>
7079       </method>
7080       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
7081         <size>7</size>
7082       </method>
7083     </type>
7084   </test>
7085   <test name="gtest-257.cs">
7086     <type name="Tests">
7087       <method name="Void .ctor()">
7088         <size>7</size>
7089       </method>
7090       <method name="Void Main()">
7091         <size>32</size>
7092       </method>
7093     </type>
7094   </test>
7095   <test name="gtest-258.cs">
7096     <type name="A">
7097       <method name="Void .ctor()">
7098         <size>7</size>
7099       </method>
7100     </type>
7101     <type name="B">
7102       <method name="Void .ctor()">
7103         <size>7</size>
7104       </method>
7105     </type>
7106     <type name="Foo`1[T]">
7107       <method name="Void .ctor()">
7108         <size>7</size>
7109       </method>
7110     </type>
7111     <type name="X">
7112       <method name="Void .ctor()">
7113         <size>7</size>
7114       </method>
7115       <method name="Void Main()">
7116         <size>7</size>
7117       </method>
7118     </type>
7119   </test>
7120   <test name="gtest-259.cs">
7121     <type name="Class1`1[T]">
7122       <method name="Void .ctor()">
7123         <size>7</size>
7124       </method>
7125       <method name="Void MethodOfClass1(T, MyType)">
7126         <size>14</size>
7127       </method>
7128     </type>
7129     <type name="MyType">
7130       <method name="Void .ctor()">
7131         <size>7</size>
7132       </method>
7133       <method name="Void MethodOfMyBaseType()">
7134         <size>1</size>
7135       </method>
7136     </type>
7137     <type name="MyBaseType">
7138       <method name="Void .ctor()">
7139         <size>7</size>
7140       </method>
7141       <method name="Void MethodOfMyBaseType()">
7142         <size>0</size>
7143       </method>
7144     </type>
7145     <type name="X">
7146       <method name="Void .ctor()">
7147         <size>7</size>
7148       </method>
7149       <method name="Void Main()">
7150         <size>1</size>
7151       </method>
7152     </type>
7153   </test>
7154   <test name="gtest-260.cs">
7155     <type name="A`1[T]">
7156       <method name="Void .ctor()">
7157         <size>7</size>
7158       </method>
7159     </type>
7160     <type name="B`1[T]">
7161       <method name="Void .ctor()">
7162         <size>7</size>
7163       </method>
7164     </type>
7165     <type name="Test">
7166       <method name="Void .ctor()">
7167         <size>7</size>
7168       </method>
7169       <method name="Void .cctor()">
7170         <size>11</size>
7171       </method>
7172       <method name="Void Main()">
7173         <size>1</size>
7174       </method>
7175     </type>
7176   </test>
7177   <test name="gtest-261.cs">
7178     <type name="Cons`2[T,U]">
7179       <method name="Void .ctor(T, U)">
7180         <size>21</size>
7181       </method>
7182       <method name="System.String ToString()">
7183         <size>68</size>
7184       </method>
7185     </type>
7186     <type name="List`1[A]">
7187       <method name="Void .ctor(A)">
7188         <size>9</size>
7189       </method>
7190       <method name="Void .ctor(A, List`1)">
7191         <size>9</size>
7192       </method>
7193       <method name="Void zip[B](List`1[B])">
7194         <size>18</size>
7195       </method>
7196     </type>
7197     <type name="Test">
7198       <method name="Void .ctor()">
7199         <size>7</size>
7200       </method>
7201       <method name="Void Main(System.String[])">
7202         <size>14</size>
7203       </method>
7204     </type>
7205   </test>
7206   <test name="gtest-262.cs">
7207     <type name="Test">
7208       <method name="Void .ctor()">
7209         <size>7</size>
7210       </method>
7211       <method name="Void f1(System.Object)">
7212         <size>1</size>
7213       </method>
7214       <method name="Void f2(System.String)">
7215         <size>1</size>
7216       </method>
7217       <method name="Void f3(Test)">
7218         <size>1</size>
7219       </method>
7220       <method name="Void f4(Int32)">
7221         <size>1</size>
7222       </method>
7223       <method name="Void f5(Int16)">
7224         <size>1</size>
7225       </method>
7226       <method name="Void Main()">
7227         <size>163</size>
7228       </method>
7229       <method name="Void f6(ParamEnum)">
7230         <size>1</size>
7231       </method>
7232     </type>
7233   </test>
7234   <test name="gtest-263.cs">
7235     <type name="Foo`1[S]">
7236       <method name="Void .ctor()">
7237         <size>7</size>
7238       </method>
7239       <method name="ICloneable Test(S)">
7240         <size>12</size>
7241       </method>
7242     </type>
7243     <type name="ConvertHelper">
7244       <method name="IEnumerator`1 Test[S,T](S)">
7245         <size>22</size>
7246       </method>
7247       <method name="Void Main()">
7248         <size>1</size>
7249       </method>
7250     </type>
7251     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
7252       <method name="Void .ctor()">
7253         <size>7</size>
7254       </method>
7255       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7256         <size>12</size>
7257       </method>
7258       <method name="Boolean MoveNext()">
7259         <size>80</size>
7260       </method>
7261       <method name="Void Dispose()">
7262         <size>8</size>
7263       </method>
7264       <method name="Void Reset()">
7265         <size>6</size>
7266       </method>
7267       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7268         <size>7</size>
7269       </method>
7270     </type>
7271   </test>
7272   <test name="gtest-264.cs">
7273     <type name="BaseList`1[SubType]">
7274       <method name="Void .ctor()">
7275         <size>18</size>
7276       </method>
7277     </type>
7278     <type name="XXX">
7279       <method name="Void .ctor()">
7280         <size>7</size>
7281       </method>
7282     </type>
7283     <type name="Crash">
7284       <method name="Void .ctor()">
7285         <size>7</size>
7286       </method>
7287       <method name="Void Main()">
7288         <size>14</size>
7289       </method>
7290     </type>
7291   </test>
7292   <test name="gtest-265.cs">
7293     <type name="Test">
7294       <method name="Void .ctor()">
7295         <size>7</size>
7296       </method>
7297       <method name="Void Main()">
7298         <size>14</size>
7299       </method>
7300     </type>
7301   </test>
7302   <test name="gtest-266.cs">
7303     <type name="Test`1[T]">
7304       <method name="Void .ctor()">
7305         <size>7</size>
7306       </method>
7307     </type>
7308     <type name="Test`1+Inner`1[T,U]">
7309       <method name="Void .ctor()">
7310         <size>7</size>
7311       </method>
7312       <method name="Void Foo()">
7313         <size>13</size>
7314       </method>
7315     </type>
7316     <type name="Test">
7317       <method name="Void .ctor()">
7318         <size>7</size>
7319       </method>
7320       <method name="Void Main()">
7321         <size>1</size>
7322       </method>
7323     </type>
7324   </test>
7325   <test name="gtest-267.cs">
7326     <type name="T">
7327       <method name="Void .ctor()">
7328         <size>7</size>
7329       </method>
7330       <method name="Void Foo[T](Handler`1[T])">
7331         <size>34</size>
7332       </method>
7333       <method name="Void Response[T](Handler`1[T])">
7334         <size>1</size>
7335       </method>
7336       <method name="Void Main()">
7337         <size>1</size>
7338       </method>
7339     </type>
7340     <type name="Handler`1[T]">
7341       <method name="Void .ctor(Object, IntPtr)">
7342         <size>0</size>
7343       </method>
7344       <method name="Void Invoke(T)">
7345         <size>0</size>
7346       </method>
7347       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7348         <size>0</size>
7349       </method>
7350       <method name="Void EndInvoke(IAsyncResult)">
7351         <size>0</size>
7352       </method>
7353     </type>
7354     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
7355       <method name="Void .ctor()">
7356         <size>7</size>
7357       </method>
7358       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7359         <size>18</size>
7360       </method>
7361     </type>
7362   </test>
7363   <test name="gtest-268.cs">
7364     <type name="Test">
7365       <method name="Void .ctor()">
7366         <size>7</size>
7367       </method>
7368       <method name="Void Bar()">
7369         <size>7</size>
7370       </method>
7371       <method name="Void Main()">
7372         <size>1</size>
7373       </method>
7374     </type>
7375     <type name="Test+G`1[T]">
7376       <method name="Void .ctor()">
7377         <size>7</size>
7378       </method>
7379     </type>
7380   </test>
7381   <test name="gtest-269.cs">
7382     <type name="X">
7383       <method name="Void .ctor()">
7384         <size>7</size>
7385       </method>
7386       <method name="Int32 Beer(Nullable`1)">
7387         <size>54</size>
7388       </method>
7389       <method name="Int64 PubToLong(IrishPub)">
7390         <size>12</size>
7391       </method>
7392       <method name="Int32 Test(Nullable`1)">
7393         <size>53</size>
7394       </method>
7395       <method name="Int32 TestWithNull(Nullable`1)">
7396         <size>55</size>
7397       </method>
7398       <method name="Nullable`1 Foo(Boolean)">
7399         <size>24</size>
7400       </method>
7401       <method name="Int32 Test(Boolean)">
7402         <size>54</size>
7403       </method>
7404       <method name="Int32 Main()">
7405         <size>194</size>
7406       </method>
7407     </type>
7408     <type name="IrishPub">
7409       <method name="Void .ctor(IrishBeer)">
7410         <size>8</size>
7411       </method>
7412       <method name="Int64 op_Implicit(Nullable`1)">
7413         <size>36</size>
7414       </method>
7415       <method name="Nullable`1 op_Implicit(Int64)">
7416         <size>13</size>
7417       </method>
7418     </type>
7419   </test>
7420   <test name="gtest-270.cs">
7421     <type name="X">
7422       <method name="Void .ctor()">
7423         <size>7</size>
7424       </method>
7425       <method name="Int32 Test(Nullable`1)">
7426         <size>44</size>
7427       </method>
7428       <method name="Int32 Main()">
7429         <size>42</size>
7430       </method>
7431     </type>
7432   </test>
7433   <test name="gtest-271.cs">
7434     <type name="Qux`2[X,V]">
7435       <method name="Void .ctor()">
7436         <size>7</size>
7437       </method>
7438       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7439         <size>8</size>
7440       </method>
7441       <method name="IEnumerator`1 GetEnumerator()">
7442         <size>8</size>
7443       </method>
7444     </type>
7445     <type name="Foo`2[X,V]">
7446       <method name="Void .ctor()">
7447         <size>7</size>
7448       </method>
7449     </type>
7450     <type name="Test`1[T]">
7451       <method name="Void .ctor()">
7452         <size>7</size>
7453       </method>
7454       <method name="Int32 CompareTo(Test`1[T])">
7455         <size>2</size>
7456       </method>
7457     </type>
7458     <type name="X">
7459       <method name="Void .ctor()">
7460         <size>7</size>
7461       </method>
7462       <method name="Void Main()">
7463         <size>53</size>
7464       </method>
7465     </type>
7466     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7467       <method name="Void .ctor()">
7468         <size>7</size>
7469       </method>
7470       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7471         <size>7</size>
7472       </method>
7473       <method name="Boolean MoveNext()">
7474         <size>25</size>
7475       </method>
7476       <method name="Void Dispose()">
7477         <size>8</size>
7478       </method>
7479       <method name="Void Reset()">
7480         <size>6</size>
7481       </method>
7482     </type>
7483     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7484       <method name="Void .ctor()">
7485         <size>7</size>
7486       </method>
7487       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7488         <size>12</size>
7489       </method>
7490       <method name="Boolean MoveNext()">
7491         <size>25</size>
7492       </method>
7493       <method name="Void Dispose()">
7494         <size>8</size>
7495       </method>
7496       <method name="Void Reset()">
7497         <size>6</size>
7498       </method>
7499     </type>
7500     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7501       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7502         <size>7</size>
7503       </method>
7504     </type>
7505     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7506       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
7507         <size>7</size>
7508       </method>
7509     </type>
7510   </test>
7511   <test name="gtest-272.cs">
7512     <type name="X">
7513       <method name="Void Foo[T](Handler`1[T])">
7514         <size>27</size>
7515       </method>
7516       <method name="Void Response[T](Handler`1[T])">
7517         <size>1</size>
7518       </method>
7519       <method name="Void Test[T](T)">
7520         <size>1</size>
7521       </method>
7522       <method name="Void Main()">
7523         <size>18</size>
7524       </method>
7525     </type>
7526     <type name="Handler`1[T]">
7527       <method name="Void .ctor(Object, IntPtr)">
7528         <size>0</size>
7529       </method>
7530       <method name="Void Invoke(T)">
7531         <size>0</size>
7532       </method>
7533       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7534         <size>0</size>
7535       </method>
7536       <method name="Void EndInvoke(IAsyncResult)">
7537         <size>0</size>
7538       </method>
7539     </type>
7540     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
7541       <method name="Void .ctor()">
7542         <size>7</size>
7543       </method>
7544       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7545         <size>12</size>
7546       </method>
7547     </type>
7548   </test>
7549   <test name="gtest-273.cs">
7550     <type name="ThisBaseClass`3[A,B,C]">
7551       <method name="Void .ctor()">
7552         <size>7</size>
7553       </method>
7554     </type>
7555     <type name="ThatBaseClass`3[B,A,C]">
7556       <method name="Void .ctor()">
7557         <size>7</size>
7558       </method>
7559     </type>
7560     <type name="ThisClass`3[A,B,C]">
7561       <method name="Void .ctor()">
7562         <size>7</size>
7563       </method>
7564     </type>
7565     <type name="ThatClass`3[B,A,C]">
7566       <method name="Void .ctor()">
7567         <size>7</size>
7568       </method>
7569     </type>
7570     <type name="ThisClass">
7571       <method name="Void .ctor()">
7572         <size>7</size>
7573       </method>
7574     </type>
7575     <type name="ThatClass">
7576       <method name="Void .ctor()">
7577         <size>7</size>
7578       </method>
7579     </type>
7580     <type name="Test">
7581       <method name="Void .ctor()">
7582         <size>7</size>
7583       </method>
7584       <method name="Void Main()">
7585         <size>1</size>
7586       </method>
7587     </type>
7588   </test>
7589   <test name="gtest-274.cs">
7590     <type name="X">
7591       <method name="Void .ctor()">
7592         <size>7</size>
7593       </method>
7594       <method name="Void Main()">
7595         <size>447</size>
7596       </method>
7597     </type>
7598     <type name="Foo">
7599       <method name="Void .ctor(Int64)">
7600         <size>8</size>
7601       </method>
7602       <method name="Foo op_Implicit(Int64)">
7603         <size>7</size>
7604       </method>
7605     </type>
7606     <type name="Bar">
7607       <method name="Void .ctor(Foo)">
7608         <size>8</size>
7609       </method>
7610       <method name="Bar op_Implicit(Foo)">
7611         <size>7</size>
7612       </method>
7613     </type>
7614     <type name="Baz">
7615       <method name="Void .ctor(Foo)">
7616         <size>8</size>
7617       </method>
7618       <method name="Baz op_Explicit(Foo)">
7619         <size>7</size>
7620       </method>
7621     </type>
7622   </test>
7623   <test name="gtest-275.cs">
7624     <type name="Test">
7625       <method name="Void .ctor()">
7626         <size>7</size>
7627       </method>
7628       <method name="Void Main()">
7629         <size>19</size>
7630       </method>
7631     </type>
7632     <type name="Test+C">
7633       <method name="Void .ctor()">
7634         <size>18</size>
7635       </method>
7636     </type>
7637     <type name="Test+D`2[T,U]">
7638       <method name="Void .ctor()">
7639         <size>18</size>
7640       </method>
7641     </type>
7642     <type name="Test+E`1[T]">
7643       <method name="Void .ctor()">
7644         <size>18</size>
7645       </method>
7646     </type>
7647   </test>
7648   <test name="gtest-276.cs">
7649     <type name="Tests">
7650       <method name="Void .ctor()">
7651         <size>7</size>
7652       </method>
7653       <method name="Int32 Main()">
7654         <size>30</size>
7655       </method>
7656     </type>
7657     <type name="Tests+GenericClass`1[T]">
7658       <method name="Void .ctor()">
7659         <size>7</size>
7660       </method>
7661       <method name="T Z(IList`1, Int32)">
7662         <size>8</size>
7663       </method>
7664     </type>
7665   </test>
7666   <test name="gtest-277.cs">
7667     <type name="X">
7668       <method name="Void .ctor()">
7669         <size>7</size>
7670       </method>
7671       <method name="Void Main()">
7672         <size>1</size>
7673       </method>
7674     </type>
7675   </test>
7676   <test name="gtest-278.cs">
7677     <type name="Program">
7678       <method name="Void .ctor()">
7679         <size>7</size>
7680       </method>
7681       <method name="Int32 Main()">
7682         <size>6</size>
7683       </method>
7684     </type>
7685   </test>
7686   <test name="gtest-279.cs">
7687     <type name="Foo">
7688       <method name="Void .ctor()">
7689         <size>7</size>
7690       </method>
7691       <method name="IList`1 Bar[T]()">
7692         <size>12</size>
7693       </method>
7694       <method name="Void Bar()">
7695         <size>11</size>
7696       </method>
7697     </type>
7698     <type name="BugReport">
7699       <method name="Void .ctor()">
7700         <size>7</size>
7701       </method>
7702       <method name="Void Main(System.String[])">
7703         <size>20</size>
7704       </method>
7705     </type>
7706   </test>
7707   <test name="gtest-280.cs">
7708     <type name="Test">
7709       <method name="Void .ctor()">
7710         <size>7</size>
7711       </method>
7712       <method name="Void Main(System.String[])">
7713         <size>69</size>
7714       </method>
7715     </type>
7716     <type name="Test+TestDel">
7717       <method name="Void .ctor(Object, IntPtr)">
7718         <size>0</size>
7719       </method>
7720       <method name="Int32 Invoke(Int32)">
7721         <size>0</size>
7722       </method>
7723       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
7724         <size>0</size>
7725       </method>
7726       <method name="Int32 EndInvoke(IAsyncResult)">
7727         <size>0</size>
7728       </method>
7729     </type>
7730     <type name="Test">
7731       <method name="Int32 &lt;Main&gt;m__0(Int32)">
7732         <size>2</size>
7733       </method>
7734     </type>
7735   </test>
7736   <test name="gtest-281.cs">
7737     <type name="List">
7738       <method name="Void .ctor()">
7739         <size>7</size>
7740       </method>
7741       <method name="Void AddRange[T](ICollection`1)">
7742         <size>1</size>
7743       </method>
7744     </type>
7745     <type name="Tests">
7746       <method name="Void .ctor()">
7747         <size>7</size>
7748       </method>
7749       <method name="Void Main()">
7750         <size>21</size>
7751       </method>
7752     </type>
7753   </test>
7754   <test name="gtest-282.cs">
7755     <type name="Foo">
7756       <method name="Void .ctor()">
7757         <size>7</size>
7758       </method>
7759     </type>
7760     <type name="Foo+Bar">
7761       <method name="Void .ctor()">
7762         <size>7</size>
7763       </method>
7764     </type>
7765     <type name="C`1[T]">
7766       <method name="Void .ctor()">
7767         <size>7</size>
7768       </method>
7769     </type>
7770     <type name="Test">
7771       <method name="Void .ctor()">
7772         <size>7</size>
7773       </method>
7774       <method name="Void .cctor()">
7775         <size>11</size>
7776       </method>
7777       <method name="Void Main()">
7778         <size>21</size>
7779       </method>
7780     </type>
7781   </test>
7782   <test name="gtest-283.cs">
7783     <type name="Point">
7784       <method name="Void .ctor(Int32, Int32)">
7785         <size>15</size>
7786       </method>
7787     </type>
7788     <type name="TestPoint">
7789       <method name="Void Serialize(IFoo)">
7790         <size>39</size>
7791       </method>
7792       <method name="Void Main()">
7793         <size>1</size>
7794       </method>
7795     </type>
7796   </test>
7797   <test name="gtest-284.cs">
7798     <type name="X">
7799       <method name="Void .ctor()">
7800         <size>7</size>
7801       </method>
7802     </type>
7803     <type name="CollectionTester">
7804       <method name="Int32 Test[T](IList`1)">
7805         <size>67</size>
7806       </method>
7807       <method name="Int32 Test()">
7808         <size>522</size>
7809       </method>
7810     </type>
7811     <type name="InterfaceTester">
7812       <method name="Void .cctor()">
7813         <size>106</size>
7814       </method>
7815       <method name="Int32 Test(System.Type, System.Type[])">
7816         <size>398</size>
7817       </method>
7818       <method name="Int32 Test()">
7819         <size>532</size>
7820       </method>
7821     </type>
7822     <type name="Z">
7823       <method name="Void .ctor()">
7824         <size>7</size>
7825       </method>
7826       <method name="Int32 Test()">
7827         <size>36</size>
7828       </method>
7829       <method name="Int32 Main()">
7830         <size>45</size>
7831       </method>
7832     </type>
7833   </test>
7834   <test name="gtest-285.cs">
7835     <type name="A">
7836       <method name="Void .ctor()">
7837         <size>7</size>
7838       </method>
7839     </type>
7840     <type name="B">
7841       <method name="Void .ctor()">
7842         <size>7</size>
7843       </method>
7844     </type>
7845     <type name="Tests">
7846       <method name="Void .ctor()">
7847         <size>7</size>
7848       </method>
7849       <method name="Void Main()">
7850         <size>38</size>
7851       </method>
7852     </type>
7853   </test>
7854   <test name="gtest-286.cs">
7855     <type name="TestAttribute">
7856       <method name="Void .ctor(Type)">
7857         <size>14</size>
7858       </method>
7859     </type>
7860     <type name="C`1[T]">
7861       <method name="Void .ctor()">
7862         <size>7</size>
7863       </method>
7864       <method name="Void Foo()">
7865         <size>1</size>
7866       </method>
7867     </type>
7868     <type name="C">
7869       <method name="Void .ctor()">
7870         <size>7</size>
7871       </method>
7872       <method name="Int32 Main()">
7873         <size>76</size>
7874       </method>
7875     </type>
7876   </test>
7877   <test name="gtest-287.cs">
7878     <type name="X">
7879       <method name="Void .ctor()">
7880         <size>7</size>
7881       </method>
7882       <method name="Void Main()">
7883         <size>36</size>
7884       </method>
7885       <method name="Void D()">
7886         <size>1</size>
7887       </method>
7888     </type>
7889   </test>
7890   <test name="gtest-288.cs">
7891     <type name="A">
7892       <method name="Void .ctor()">
7893         <size>7</size>
7894       </method>
7895       <method name="Boolean Test(Int32)">
7896         <size>5</size>
7897       </method>
7898     </type>
7899     <type name="B">
7900       <method name="Void .ctor()">
7901         <size>7</size>
7902       </method>
7903       <method name="Void Test()">
7904         <size>1</size>
7905       </method>
7906     </type>
7907     <type name="B+C">
7908       <method name="Void .ctor()">
7909         <size>7</size>
7910       </method>
7911       <method name="Boolean Foo(Int32)">
7912         <size>13</size>
7913       </method>
7914     </type>
7915     <type name="X">
7916       <method name="Void .ctor()">
7917         <size>7</size>
7918       </method>
7919       <method name="Void Main()">
7920         <size>1</size>
7921       </method>
7922     </type>
7923   </test>
7924   <test name="gtest-289.cs">
7925     <type name="C">
7926       <method name="Void .ctor()">
7927         <size>7</size>
7928       </method>
7929       <method name="Void add_Ev1(D)">
7930         <size>24</size>
7931       </method>
7932       <method name="Void remove_Ev1(D)">
7933         <size>24</size>
7934       </method>
7935     </type>
7936     <type name="Consts">
7937       <method name="Void .ctor()">
7938         <size>7</size>
7939       </method>
7940       <method name="Void .cctor()">
7941         <size>1</size>
7942       </method>
7943     </type>
7944     <type name="Test">
7945       <method name="Void .ctor()">
7946         <size>7</size>
7947       </method>
7948       <method name="Int32 Main()">
7949         <size>94</size>
7950       </method>
7951     </type>
7952     <type name="D">
7953       <method name="Void .ctor(Object, IntPtr)">
7954         <size>0</size>
7955       </method>
7956       <method name="Void Invoke()">
7957         <size>0</size>
7958       </method>
7959       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
7960         <size>0</size>
7961       </method>
7962       <method name="Void EndInvoke(IAsyncResult)">
7963         <size>0</size>
7964       </method>
7965     </type>
7966   </test>
7967   <test name="gtest-290.cs">
7968     <type name="GenericEventNotUsedTest`1[T]">
7969       <method name="Void .ctor()">
7970         <size>7</size>
7971       </method>
7972       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7973         <size>24</size>
7974       </method>
7975       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7976         <size>24</size>
7977       </method>
7978       <method name="Void RaiseTestEvent(T)">
7979         <size>14</size>
7980       </method>
7981     </type>
7982     <type name="TestEntry">
7983       <method name="Void Main()">
7984         <size>1</size>
7985       </method>
7986     </type>
7987     <type name="GenericEventHandler`2[U,V]">
7988       <method name="Void .ctor(Object, IntPtr)">
7989         <size>0</size>
7990       </method>
7991       <method name="Void Invoke(U, V)">
7992         <size>0</size>
7993       </method>
7994       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
7995         <size>0</size>
7996       </method>
7997       <method name="Void EndInvoke(IAsyncResult)">
7998         <size>0</size>
7999       </method>
8000     </type>
8001   </test>
8002   <test name="gtest-291.cs">
8003     <type name="Global">
8004       <method name="Void .ctor()">
8005         <size>7</size>
8006       </method>
8007       <method name="Void Main()">
8008         <size>22</size>
8009       </method>
8010       <method name="System.String Test2(Nullable`1)">
8011         <size>6</size>
8012       </method>
8013     </type>
8014   </test>
8015   <test name="gtest-292.cs">
8016     <type name="Test.A`1[TA]">
8017       <method name="Void .ctor()">
8018         <size>7</size>
8019       </method>
8020     </type>
8021     <type name="X">
8022       <method name="Void .ctor()">
8023         <size>7</size>
8024       </method>
8025       <method name="Void Main()">
8026         <size>1</size>
8027       </method>
8028     </type>
8029     <type name="Test.Handler`1[TA]">
8030       <method name="Void .ctor(Object, IntPtr)">
8031         <size>0</size>
8032       </method>
8033       <method name="Void Invoke(TA)">
8034         <size>0</size>
8035       </method>
8036       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
8037         <size>0</size>
8038       </method>
8039       <method name="Void EndInvoke(IAsyncResult)">
8040         <size>0</size>
8041       </method>
8042     </type>
8043   </test>
8044   <test name="gtest-293.cs">
8045     <type name="Test`1[T]">
8046       <method name="Void .ctor()">
8047         <size>7</size>
8048       </method>
8049       <method name="Void Invalid(T)">
8050         <size>21</size>
8051       </method>
8052       <method name="Void Other(IEnumerable`1)">
8053         <size>1</size>
8054       </method>
8055     </type>
8056     <type name="X">
8057       <method name="Void .ctor()">
8058         <size>7</size>
8059       </method>
8060       <method name="Void Main()">
8061         <size>1</size>
8062       </method>
8063     </type>
8064   </test>
8065   <test name="gtest-294.cs">
8066     <type name="A">
8067       <method name="Void .ctor()">
8068         <size>7</size>
8069       </method>
8070     </type>
8071     <type name="B">
8072       <method name="Void .ctor()">
8073         <size>7</size>
8074       </method>
8075     </type>
8076     <type name="X">
8077       <method name="Void .ctor()">
8078         <size>7</size>
8079       </method>
8080       <method name="A Test(A, B)">
8081         <size>10</size>
8082       </method>
8083       <method name="Int32 Main()">
8084         <size>73</size>
8085       </method>
8086     </type>
8087   </test>
8088   <test name="gtest-295.cs">
8089     <type name="Test.Cache`1[T]">
8090       <method name="Void .ctor()">
8091         <size>7</size>
8092       </method>
8093     </type>
8094     <type name="Test.Base">
8095       <method name="Void .ctor()">
8096         <size>7</size>
8097       </method>
8098     </type>
8099     <type name="Test.MyType`1[T]">
8100       <method name="Void .ctor()">
8101         <size>7</size>
8102       </method>
8103     </type>
8104     <type name="Test.Foo">
8105       <method name="Void .ctor()">
8106         <size>7</size>
8107       </method>
8108       <method name="Void Main()">
8109         <size>7</size>
8110       </method>
8111     </type>
8112   </test>
8113   <test name="gtest-296.cs">
8114     <type name="MyCollection`1[T]">
8115       <method name="Void .ctor()">
8116         <size>7</size>
8117       </method>
8118       <method name="Void Foo()">
8119         <size>14</size>
8120       </method>
8121     </type>
8122     <type name="C">
8123       <method name="Void .ctor()">
8124         <size>7</size>
8125       </method>
8126       <method name="Void Main()">
8127         <size>1</size>
8128       </method>
8129     </type>
8130   </test>
8131   <test name="gtest-297.cs">
8132     <type name="Test">
8133       <method name="Void .ctor()">
8134         <size>7</size>
8135       </method>
8136       <method name="Void Main()">
8137         <size>18</size>
8138       </method>
8139     </type>
8140   </test>
8141   <test name="gtest-298.cs">
8142     <type name="A">
8143       <method name="Void .ctor(TestFunc`1)">
8144         <size>14</size>
8145       </method>
8146     </type>
8147     <type name="TestClass">
8148       <method name="Void .ctor()">
8149         <size>7</size>
8150       </method>
8151       <method name="Void .cctor()">
8152         <size>46</size>
8153       </method>
8154       <method name="Int32 Main()">
8155         <size>6</size>
8156       </method>
8157     </type>
8158     <type name="TestFunc`1[T]">
8159       <method name="Void .ctor(Object, IntPtr)">
8160         <size>0</size>
8161       </method>
8162       <method name="Void Invoke(T)">
8163         <size>0</size>
8164       </method>
8165       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
8166         <size>0</size>
8167       </method>
8168       <method name="Void EndInvoke(IAsyncResult)">
8169         <size>0</size>
8170       </method>
8171     </type>
8172     <type name="TestClass">
8173       <method name="Void &lt;a&gt;m__0(Int32)">
8174         <size>7</size>
8175       </method>
8176     </type>
8177   </test>
8178   <test name="gtest-299.cs">
8179     <type name="N.A">
8180       <method name="Void .ctor()">
8181         <size>7</size>
8182       </method>
8183     </type>
8184     <type name="B`1[T]">
8185       <method name="Void .ctor()">
8186         <size>7</size>
8187       </method>
8188     </type>
8189     <type name="Test">
8190       <method name="Void .ctor()">
8191         <size>7</size>
8192       </method>
8193       <method name="Void Main()">
8194         <size>47</size>
8195       </method>
8196     </type>
8197   </test>
8198   <test name="gtest-300.cs">
8199     <type name="Test">
8200       <method name="Void .ctor()">
8201         <size>7</size>
8202       </method>
8203       <method name="Void Main()">
8204         <size>64</size>
8205       </method>
8206     </type>
8207   </test>
8208   <test name="gtest-301.cs">
8209     <type name="Test">
8210       <method name="Void .ctor()">
8211         <size>7</size>
8212       </method>
8213       <method name="Void Main(System.String[])">
8214         <size>23</size>
8215       </method>
8216     </type>
8217   </test>
8218   <test name="gtest-302.cs">
8219     <type name="Test">
8220       <method name="Void .ctor()">
8221         <size>7</size>
8222       </method>
8223       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8224         <size>6</size>
8225       </method>
8226     </type>
8227     <type name="M">
8228       <method name="Void .ctor()">
8229         <size>7</size>
8230       </method>
8231       <method name="Void Main()">
8232         <size>59</size>
8233       </method>
8234     </type>
8235     <type name="Test+GetEnumerator&gt;c__Iterator0">
8236       <method name="Void .ctor()">
8237         <size>7</size>
8238       </method>
8239       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8240         <size>12</size>
8241       </method>
8242       <method name="Boolean MoveNext()">
8243         <size>25</size>
8244       </method>
8245       <method name="Void Dispose()">
8246         <size>8</size>
8247       </method>
8248       <method name="Void Reset()">
8249         <size>6</size>
8250       </method>
8251     </type>
8252     <type name="Test">
8253       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
8254         <size>8</size>
8255       </method>
8256     </type>
8257     <type name="Test+GetEnumerator&gt;c__Iterator0">
8258       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
8259         <size>7</size>
8260       </method>
8261     </type>
8262   </test>
8263   <test name="gtest-303.cs">
8264     <type name="test.BaseClass">
8265       <method name="Void .ctor()">
8266         <size>7</size>
8267       </method>
8268       <method name="System.String get_Hello()">
8269         <size>6</size>
8270       </method>
8271     </type>
8272     <type name="test.Printer">
8273       <method name="Void .ctor()">
8274         <size>7</size>
8275       </method>
8276       <method name="Void Print[T](T)">
8277         <size>0</size>
8278       </method>
8279     </type>
8280     <type name="test.PrinterImpl">
8281       <method name="Void .ctor()">
8282         <size>7</size>
8283       </method>
8284       <method name="Void Print[T](T)">
8285         <size>19</size>
8286       </method>
8287     </type>
8288     <type name="test.Starter">
8289       <method name="Void .ctor()">
8290         <size>7</size>
8291       </method>
8292       <method name="Void Main(System.String[])">
8293         <size>20</size>
8294       </method>
8295     </type>
8296   </test>
8297   <test name="gtest-304.cs">
8298     <type name="test.BaseClass">
8299       <method name="Void .ctor()">
8300         <size>7</size>
8301       </method>
8302       <method name="System.String get_Hello()">
8303         <size>6</size>
8304       </method>
8305     </type>
8306     <type name="test.Printer">
8307       <method name="Void .ctor()">
8308         <size>7</size>
8309       </method>
8310       <method name="Void Print[T](System.Object)">
8311         <size>0</size>
8312       </method>
8313     </type>
8314     <type name="test.PrinterImpl">
8315       <method name="Void .ctor()">
8316         <size>7</size>
8317       </method>
8318       <method name="Void Print[T](System.Object)">
8319         <size>31</size>
8320       </method>
8321     </type>
8322     <type name="test.Starter">
8323       <method name="Void .ctor()">
8324         <size>7</size>
8325       </method>
8326       <method name="Void Main(System.String[])">
8327         <size>20</size>
8328       </method>
8329     </type>
8330   </test>
8331   <test name="gtest-305.cs">
8332     <type name="T">
8333       <method name="Void .ctor()">
8334         <size>82</size>
8335       </method>
8336       <method name="Int32 Main()">
8337         <size>54</size>
8338       </method>
8339     </type>
8340   </test>
8341   <test name="gtest-306.cs">
8342     <type name="FuParentClass`1[Trow]">
8343       <method name="Void .ctor()">
8344         <size>7</size>
8345       </method>
8346     </type>
8347     <type name="FuParentClass`1+FuChildClass[Trow]">
8348       <method name="Void .ctor()">
8349         <size>7</size>
8350       </method>
8351     </type>
8352     <type name="C">
8353       <method name="Void .ctor()">
8354         <size>7</size>
8355       </method>
8356       <method name="Void Main()">
8357         <size>1</size>
8358       </method>
8359     </type>
8360   </test>
8361   <test name="gtest-307.cs">
8362     <type name="Foo`1[T]">
8363       <method name="Void .ctor()">
8364         <size>7</size>
8365       </method>
8366     </type>
8367     <type name="Bar">
8368       <method name="Void .ctor()">
8369         <size>7</size>
8370       </method>
8371       <method name="Int32 g()">
8372         <size>2</size>
8373       </method>
8374       <method name="Int32 Main()">
8375         <size>20</size>
8376       </method>
8377     </type>
8378     <type name="Foo`1+F[T]">
8379       <method name="Void .ctor(Object, IntPtr)">
8380         <size>0</size>
8381       </method>
8382       <method name="Int32 Invoke()">
8383         <size>0</size>
8384       </method>
8385       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8386         <size>0</size>
8387       </method>
8388       <method name="Int32 EndInvoke(IAsyncResult)">
8389         <size>0</size>
8390       </method>
8391     </type>
8392   </test>
8393   <test name="gtest-308.cs">
8394     <type name="Test">
8395       <method name="Void .ctor()">
8396         <size>7</size>
8397       </method>
8398       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
8399         <size>26</size>
8400       </method>
8401       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
8402         <size>26</size>
8403       </method>
8404     </type>
8405     <type name="Foo">
8406       <method name="Void .ctor()">
8407         <size>7</size>
8408       </method>
8409       <method name="Int32 compare(Int32, Int32)">
8410         <size>4</size>
8411       </method>
8412       <method name="Int32 compare(System.String, System.String)">
8413         <size>8</size>
8414       </method>
8415       <method name="Void test(Int32)">
8416         <size>29</size>
8417       </method>
8418       <method name="Void Main()">
8419         <size>141</size>
8420       </method>
8421     </type>
8422     <type name="Test+MyComparison`1[V]">
8423       <method name="Void .ctor(Object, IntPtr)">
8424         <size>0</size>
8425       </method>
8426       <method name="Int32 Invoke(V, V)">
8427         <size>0</size>
8428       </method>
8429       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
8430         <size>0</size>
8431       </method>
8432       <method name="Int32 EndInvoke(IAsyncResult)">
8433         <size>0</size>
8434       </method>
8435     </type>
8436     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
8437       <method name="Void .ctor()">
8438         <size>7</size>
8439       </method>
8440       <method name="Int32 &lt;&gt;m__0(U, U)">
8441         <size>14</size>
8442       </method>
8443     </type>
8444     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
8445       <method name="Void .ctor()">
8446         <size>7</size>
8447       </method>
8448       <method name="Int32 &lt;&gt;m__1(W, W)">
8449         <size>14</size>
8450       </method>
8451     </type>
8452   </test>
8453   <test name="gtest-309.cs">
8454     <type name="Test`2[A,B]">
8455       <method name="Void .ctor()">
8456         <size>7</size>
8457       </method>
8458       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
8459         <size>1</size>
8460       </method>
8461     </type>
8462     <type name="X">
8463       <method name="Void .ctor()">
8464         <size>7</size>
8465       </method>
8466       <method name="Void Main()">
8467         <size>15</size>
8468       </method>
8469     </type>
8470   </test>
8471   <test name="gtest-310.cs">
8472     <type name="MonoBugs.IncompleteGenericInference">
8473       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
8474         <size>1</size>
8475       </method>
8476       <method name="Void Main()">
8477         <size>20</size>
8478       </method>
8479     </type>
8480   </test>
8481   <test name="gtest-312.cs">
8482     <type name="CantCastGenericListToArray">
8483       <method name="Void .ctor()">
8484         <size>7</size>
8485       </method>
8486       <method name="Void Main(System.String[])">
8487         <size>51</size>
8488       </method>
8489     </type>
8490   </test>
8491   <test name="gtest-313.cs">
8492     <type name="Foo`1[T]">
8493       <method name="Void .ctor(TestEnum)">
8494         <size>14</size>
8495       </method>
8496     </type>
8497     <type name="X">
8498       <method name="Void .ctor()">
8499         <size>7</size>
8500       </method>
8501       <method name="Void Main()">
8502         <size>28</size>
8503       </method>
8504     </type>
8505   </test>
8506   <test name="gtest-314.cs">
8507     <type name="test.App">
8508       <method name="Void .ctor()">
8509         <size>7</size>
8510       </method>
8511       <method name="Void Main()">
8512         <size>1</size>
8513       </method>
8514     </type>
8515     <type name="test.ThisClass`2[T,O]">
8516       <method name="Void .ctor()">
8517         <size>7</size>
8518       </method>
8519     </type>
8520     <type name="test.OtherClass`2[O,T]">
8521       <method name="Void .ctor()">
8522         <size>7</size>
8523       </method>
8524       <method name="Void Test(T)">
8525         <size>8</size>
8526       </method>
8527     </type>
8528   </test>
8529   <test name="gtest-315.cs">
8530     <type name="A`1[T]">
8531       <method name="Void .ctor()">
8532         <size>7</size>
8533       </method>
8534     </type>
8535     <type name="A`1+B[T]">
8536       <method name="Void .ctor()">
8537         <size>7</size>
8538       </method>
8539     </type>
8540     <type name="X">
8541       <method name="Void .ctor()">
8542         <size>7</size>
8543       </method>
8544       <method name="Void Main()">
8545         <size>18</size>
8546       </method>
8547     </type>
8548   </test>
8549   <test name="gtest-317.cs">
8550     <type name="Foo`1[K]">
8551       <method name="Void .ctor()">
8552         <size>7</size>
8553       </method>
8554     </type>
8555     <type name="Bar`1[Q]">
8556       <method name="Void .ctor()">
8557         <size>7</size>
8558       </method>
8559     </type>
8560     <type name="Bar`1+Baz[Q]">
8561       <method name="Void .ctor()">
8562         <size>7</size>
8563       </method>
8564     </type>
8565     <type name="X">
8566       <method name="Void .ctor()">
8567         <size>7</size>
8568       </method>
8569       <method name="Void Main()">
8570         <size>13</size>
8571       </method>
8572     </type>
8573   </test>
8574   <test name="gtest-318.cs">
8575     <type name="Foo`1[K]">
8576       <method name="Void .ctor()">
8577         <size>7</size>
8578       </method>
8579     </type>
8580     <type name="Bar`1[Q]">
8581       <method name="Void .ctor()">
8582         <size>7</size>
8583       </method>
8584     </type>
8585     <type name="Bar`1+Baz[Q]">
8586       <method name="Void .ctor()">
8587         <size>7</size>
8588       </method>
8589     </type>
8590     <type name="Goo`1[Q]">
8591       <method name="Void .ctor()">
8592         <size>7</size>
8593       </method>
8594     </type>
8595     <type name="X">
8596       <method name="Void .ctor()">
8597         <size>7</size>
8598       </method>
8599       <method name="Void Main()">
8600         <size>13</size>
8601       </method>
8602     </type>
8603   </test>
8604   <test name="gtest-319.cs">
8605     <type name="Temp`1[T]">
8606       <method name="Void .ctor()">
8607         <size>7</size>
8608       </method>
8609       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8610         <size>7</size>
8611       </method>
8612       <method name="IEnumerator`1 GetEnumerator()">
8613         <size>8</size>
8614       </method>
8615     </type>
8616     <type name="Temp`1+Foo[T]">
8617       <method name="Void .ctor()">
8618         <size>7</size>
8619       </method>
8620     </type>
8621     <type name="X">
8622       <method name="Void .ctor()">
8623         <size>7</size>
8624       </method>
8625       <method name="Void Main()">
8626         <size>1</size>
8627       </method>
8628     </type>
8629     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8630       <method name="Void .ctor()">
8631         <size>7</size>
8632       </method>
8633       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8634         <size>7</size>
8635       </method>
8636       <method name="Boolean MoveNext()">
8637         <size>69</size>
8638       </method>
8639       <method name="Void Dispose()">
8640         <size>8</size>
8641       </method>
8642       <method name="Void Reset()">
8643         <size>6</size>
8644       </method>
8645       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
8646         <size>7</size>
8647       </method>
8648     </type>
8649   </test>
8650   <test name="gtest-320.cs">
8651     <type name="Foo`1[K]">
8652       <method name="Void .ctor()">
8653         <size>7</size>
8654       </method>
8655     </type>
8656     <type name="B">
8657       <method name="Void .ctor()">
8658         <size>7</size>
8659       </method>
8660     </type>
8661     <type name="B+C">
8662       <method name="Void .ctor()">
8663         <size>7</size>
8664       </method>
8665     </type>
8666     <type name="X">
8667       <method name="Void .ctor()">
8668         <size>7</size>
8669       </method>
8670       <method name="Void Main()">
8671         <size>1</size>
8672       </method>
8673     </type>
8674   </test>
8675   <test name="gtest-321.cs">
8676     <type name="App">
8677       <method name="Void .ctor()">
8678         <size>7</size>
8679       </method>
8680       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
8681         <size>25</size>
8682       </method>
8683       <method name="Void ADelegate[T](System.String)">
8684         <size>12</size>
8685       </method>
8686       <method name="Void Main(System.String[])">
8687         <size>13</size>
8688       </method>
8689       <method name="Void Run()">
8690         <size>49</size>
8691       </method>
8692     </type>
8693     <type name="App+TGenericDelegate`1[T]">
8694       <method name="Void .ctor(Object, IntPtr)">
8695         <size>0</size>
8696       </method>
8697       <method name="Void Invoke(System.String)">
8698         <size>0</size>
8699       </method>
8700       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
8701         <size>0</size>
8702       </method>
8703       <method name="Void EndInvoke(IAsyncResult)">
8704         <size>0</size>
8705       </method>
8706     </type>
8707   </test>
8708   <test name="gtest-322.cs">
8709     <type name="MyBase`2[K,V]">
8710       <method name="Void .ctor(Callback)">
8711         <size>7</size>
8712       </method>
8713     </type>
8714     <type name="X">
8715       <method name="Void .ctor(Callback)">
8716         <size>8</size>
8717       </method>
8718       <method name="Void Main()">
8719         <size>1</size>
8720       </method>
8721     </type>
8722     <type name="MyBase`2+Callback[K,V]">
8723       <method name="Void .ctor(Object, IntPtr)">
8724         <size>0</size>
8725       </method>
8726       <method name="Void Invoke(K, V)">
8727         <size>0</size>
8728       </method>
8729       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
8730         <size>0</size>
8731       </method>
8732       <method name="Void EndInvoke(IAsyncResult)">
8733         <size>0</size>
8734       </method>
8735     </type>
8736   </test>
8737   <test name="gtest-323.cs">
8738     <type name="MyBase`2[K,V]">
8739       <method name="Void .ctor()">
8740         <size>7</size>
8741       </method>
8742       <method name="Void Hello(MyBase`2+Callback[K,V])">
8743         <size>1</size>
8744       </method>
8745     </type>
8746     <type name="MyBase`2+Callback[K,V]">
8747       <method name="Void .ctor()">
8748         <size>7</size>
8749       </method>
8750     </type>
8751     <type name="X">
8752       <method name="Void .ctor(Callback)">
8753         <size>7</size>
8754       </method>
8755       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
8756         <size>8</size>
8757       </method>
8758       <method name="Void Main()">
8759         <size>1</size>
8760       </method>
8761     </type>
8762   </test>
8763   <test name="gtest-324.cs">
8764     <type name="B">
8765       <method name="Void .ctor()">
8766         <size>19</size>
8767       </method>
8768       <method name="Void add_D(A)">
8769         <size>22</size>
8770       </method>
8771       <method name="Void remove_D(A)">
8772         <size>22</size>
8773       </method>
8774       <method name="Void C()">
8775         <size>36</size>
8776       </method>
8777       <method name="Void F(Int64)">
8778         <size>1</size>
8779       </method>
8780       <method name="Void Main()">
8781         <size>1</size>
8782       </method>
8783     </type>
8784     <type name="A">
8785       <method name="Void .ctor(Object, IntPtr)">
8786         <size>0</size>
8787       </method>
8788       <method name="Void Invoke()">
8789         <size>0</size>
8790       </method>
8791       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8792         <size>0</size>
8793       </method>
8794       <method name="Void EndInvoke(IAsyncResult)">
8795         <size>0</size>
8796       </method>
8797     </type>
8798     <type name="B+&lt;C&gt;c__AnonStorey1">
8799       <method name="Void .ctor()">
8800         <size>7</size>
8801       </method>
8802       <method name="Void &lt;&gt;m__0()">
8803         <size>54</size>
8804       </method>
8805     </type>
8806     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
8807       <method name="Void .ctor()">
8808         <size>7</size>
8809       </method>
8810       <method name="Void &lt;&gt;m__1()">
8811         <size>57</size>
8812       </method>
8813     </type>
8814   </test>
8815   <test name="gtest-325.cs">
8816     <type name="SomeClass`1[T]">
8817       <method name="Void .ctor()">
8818         <size>7</size>
8819       </method>
8820       <method name="Void Foo()">
8821         <size>37</size>
8822       </method>
8823     </type>
8824     <type name="Foo">
8825       <method name="Void .ctor()">
8826         <size>7</size>
8827       </method>
8828       <method name="Void Main()">
8829         <size>13</size>
8830       </method>
8831     </type>
8832   </test>
8833   <test name="gtest-326.cs">
8834     <type name="A">
8835       <method name="Void .ctor()">
8836         <size>7</size>
8837       </method>
8838     </type>
8839     <type name="X">
8840       <method name="Void .ctor()">
8841         <size>7</size>
8842       </method>
8843       <method name="Void Main()">
8844         <size>53</size>
8845       </method>
8846     </type>
8847   </test>
8848   <test name="gtest-327.cs">
8849     <type name="Tester`1[T]">
8850       <method name="Void .ctor()">
8851         <size>7</size>
8852       </method>
8853       <method name="Void Do()">
8854         <size>50</size>
8855       </method>
8856     </type>
8857     <type name="Reference">
8858       <method name="Void .ctor()">
8859         <size>7</size>
8860       </method>
8861       <method name="Void Test()">
8862         <size>1</size>
8863       </method>
8864     </type>
8865     <type name="C">
8866       <method name="Void .ctor()">
8867         <size>7</size>
8868       </method>
8869       <method name="Void Main()">
8870         <size>21</size>
8871       </method>
8872     </type>
8873     <type name="Value">
8874       <method name="Void Test()">
8875         <size>1</size>
8876       </method>
8877     </type>
8878   </test>
8879   <test name="gtest-328.cs">
8880     <type name="App">
8881       <method name="Void .ctor()">
8882         <size>7</size>
8883       </method>
8884       <method name="Void Main()">
8885         <size>34</size>
8886       </method>
8887       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
8888         <size>13</size>
8889       </method>
8890     </type>
8891     <type name="App+MyClass">
8892       <method name="Void .ctor()">
8893         <size>7</size>
8894       </method>
8895     </type>
8896   </test>
8897   <test name="gtest-329.cs">
8898     <type name="NullableInt">
8899       <method name="Void .ctor()">
8900         <size>7</size>
8901       </method>
8902       <method name="Void Main()">
8903         <size>53</size>
8904       </method>
8905     </type>
8906   </test>
8907   <test name="gtest-330.cs">
8908     <type name="BaseCollection`1[T]">
8909       <method name="Void .ctor()">
8910         <size>18</size>
8911       </method>
8912       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8913         <size>17</size>
8914       </method>
8915     </type>
8916     <type name="BaseIntList`1[T]">
8917       <method name="Void .ctor()">
8918         <size>7</size>
8919       </method>
8920     </type>
8921     <type name="IntList">
8922       <method name="Void .ctor()">
8923         <size>7</size>
8924       </method>
8925     </type>
8926     <type name="X">
8927       <method name="Void .ctor()">
8928         <size>7</size>
8929       </method>
8930       <method name="Void Main()">
8931         <size>59</size>
8932       </method>
8933     </type>
8934     <type name="BaseCollection`1[T]">
8935       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8936         <size>17</size>
8937       </method>
8938     </type>
8939   </test>
8940   <test name="gtest-331.cs">
8941     <type name="Foo`1[T]">
8942       <method name="Void .ctor()">
8943         <size>7</size>
8944       </method>
8945       <method name="Void Map[S](S)">
8946         <size>14</size>
8947       </method>
8948       <method name="Void Test(T)">
8949         <size>12</size>
8950       </method>
8951     </type>
8952     <type name="X">
8953       <method name="Void .ctor()">
8954         <size>7</size>
8955       </method>
8956       <method name="Void Main()">
8957         <size>18</size>
8958       </method>
8959     </type>
8960   </test>
8961   <test name="gtest-332.cs">
8962     <type name="C`1[T]">
8963       <method name="Void .ctor()">
8964         <size>7</size>
8965       </method>
8966       <method name="System.Type Test()">
8967         <size>15</size>
8968       </method>
8969     </type>
8970     <type name="M">
8971       <method name="Void .ctor()">
8972         <size>7</size>
8973       </method>
8974       <method name="Void Main()">
8975         <size>67</size>
8976       </method>
8977     </type>
8978   </test>
8979   <test name="gtest-333.cs">
8980     <type name="Test">
8981       <method name="Void .ctor()">
8982         <size>7</size>
8983       </method>
8984       <method name="Void Main()">
8985         <size>1</size>
8986       </method>
8987       <method name="Void Foo(System.Object)">
8988         <size>20</size>
8989       </method>
8990     </type>
8991   </test>
8992   <test name="gtest-334.cs">
8993     <type name="Test">
8994       <method name="Void .ctor()">
8995         <size>7</size>
8996       </method>
8997       <method name="Int32 Main()">
8998         <size>105</size>
8999       </method>
9000       <method name="Void DelegateMethod(Boolean)">
9001         <size>1</size>
9002       </method>
9003       <method name="Int32 DelegateMethod(Int32)">
9004         <size>2</size>
9005       </method>
9006     </type>
9007     <type name="Test+DelegateA">
9008       <method name="Void .ctor(Object, IntPtr)">
9009         <size>0</size>
9010       </method>
9011       <method name="Void Invoke(Boolean)">
9012         <size>0</size>
9013       </method>
9014       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
9015         <size>0</size>
9016       </method>
9017       <method name="Void EndInvoke(IAsyncResult)">
9018         <size>0</size>
9019       </method>
9020     </type>
9021     <type name="Test+DelegateB">
9022       <method name="Void .ctor(Object, IntPtr)">
9023         <size>0</size>
9024       </method>
9025       <method name="Int32 Invoke(Int32)">
9026         <size>0</size>
9027       </method>
9028       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
9029         <size>0</size>
9030       </method>
9031       <method name="Int32 EndInvoke(IAsyncResult)">
9032         <size>0</size>
9033       </method>
9034     </type>
9035   </test>
9036   <test name="gtest-335.cs">
9037     <type name="TestClass">
9038       <method name="Void .ctor()">
9039         <size>7</size>
9040       </method>
9041       <method name="Boolean Test_1()">
9042         <size>43</size>
9043       </method>
9044       <method name="Boolean Test_2()">
9045         <size>48</size>
9046       </method>
9047       <method name="Boolean Test_3()">
9048         <size>46</size>
9049       </method>
9050       <method name="Boolean Test_4()">
9051         <size>29</size>
9052       </method>
9053       <method name="Int32 Main()">
9054         <size>60</size>
9055       </method>
9056     </type>
9057   </test>
9058   <test name="gtest-336.cs">
9059     <type name="TestAttribute">
9060       <method name="Void .ctor()">
9061         <size>7</size>
9062       </method>
9063       <method name="Void .ctor(Type)">
9064         <size>14</size>
9065       </method>
9066       <method name="System.Object get_Type()">
9067         <size>7</size>
9068       </method>
9069       <method name="Void set_Type(System.Object)">
9070         <size>8</size>
9071       </method>
9072     </type>
9073     <type name="N.C`1[T]">
9074       <method name="Void .ctor()">
9075         <size>7</size>
9076       </method>
9077       <method name="Void Bar()">
9078         <size>1</size>
9079       </method>
9080       <method name="Void Bar2()">
9081         <size>1</size>
9082       </method>
9083       <method name="Void Bar3()">
9084         <size>1</size>
9085       </method>
9086       <method name="Void Bar4()">
9087         <size>1</size>
9088       </method>
9089     </type>
9090     <type name="N.CC">
9091       <method name="Void .ctor()">
9092         <size>7</size>
9093       </method>
9094       <method name="Void Main()">
9095         <size>1</size>
9096       </method>
9097     </type>
9098   </test>
9099   <test name="gtest-337.cs">
9100     <type name="X">
9101       <method name="Void .ctor()">
9102         <size>7</size>
9103       </method>
9104       <method name="Void SetValue[T](System.Object, T)">
9105         <size>1</size>
9106       </method>
9107       <method name="Void Main()">
9108         <size>12</size>
9109       </method>
9110     </type>
9111   </test>
9112   <test name="gtest-338.cs">
9113     <type name="Test">
9114       <method name="Void .ctor()">
9115         <size>7</size>
9116       </method>
9117       <method name="Void Foo[T](IList`1)">
9118         <size>25</size>
9119       </method>
9120       <method name="Void Main()">
9121         <size>13</size>
9122       </method>
9123     </type>
9124     <type name="FooList`1[T]">
9125       <method name="Void .ctor()">
9126         <size>7</size>
9127       </method>
9128       <method name="Int32 IndexOf(T)">
9129         <size>6</size>
9130       </method>
9131       <method name="Void Insert(Int32, T)">
9132         <size>6</size>
9133       </method>
9134       <method name="Void RemoveAt(Int32)">
9135         <size>6</size>
9136       </method>
9137       <method name="T get_Item(Int32)">
9138         <size>6</size>
9139       </method>
9140       <method name="Void set_Item(Int32, T)">
9141         <size>6</size>
9142       </method>
9143       <method name="Void Add(T)">
9144         <size>6</size>
9145       </method>
9146       <method name="Void Clear()">
9147         <size>6</size>
9148       </method>
9149       <method name="Boolean Contains(T)">
9150         <size>6</size>
9151       </method>
9152       <method name="Void CopyTo(T[], Int32)">
9153         <size>6</size>
9154       </method>
9155       <method name="Boolean Remove(T)">
9156         <size>6</size>
9157       </method>
9158       <method name="Int32 get_Count()">
9159         <size>6</size>
9160       </method>
9161       <method name="Boolean get_IsReadOnly()">
9162         <size>6</size>
9163       </method>
9164       <method name="IEnumerator GetEnumerator()">
9165         <size>6</size>
9166       </method>
9167       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
9168         <size>6</size>
9169       </method>
9170     </type>
9171   </test>
9172   <test name="gtest-339.cs">
9173     <type name="Program">
9174       <method name="Void .ctor()">
9175         <size>7</size>
9176       </method>
9177       <method name="Void Main()">
9178         <size>11</size>
9179       </method>
9180       <method name="Void SerializeDictionary(IDictionary)">
9181         <size>1</size>
9182       </method>
9183       <method name="Void SerializeDictionary(IDictionary`2)">
9184         <size>1</size>
9185       </method>
9186     </type>
9187     <type name="SerializerLazyDictionary">
9188       <method name="Void .ctor()">
9189         <size>7</size>
9190       </method>
9191       <method name="IEnumerator`1 GetEnumerator()">
9192         <size>2</size>
9193       </method>
9194     </type>
9195     <type name="LazyDictionary">
9196       <method name="Void .ctor()">
9197         <size>7</size>
9198       </method>
9199       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9200         <size>7</size>
9201       </method>
9202       <method name="IEnumerator`1 GetEnumerator()">
9203         <size>0</size>
9204       </method>
9205       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
9206         <size>6</size>
9207       </method>
9208       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
9209         <size>6</size>
9210       </method>
9211       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
9212         <size>6</size>
9213       </method>
9214       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
9215         <size>6</size>
9216       </method>
9217       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
9218         <size>6</size>
9219       </method>
9220       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
9221         <size>6</size>
9222       </method>
9223       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
9224         <size>6</size>
9225       </method>
9226       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
9227         <size>6</size>
9228       </method>
9229       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
9230         <size>6</size>
9231       </method>
9232       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
9233         <size>6</size>
9234       </method>
9235       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
9236         <size>6</size>
9237       </method>
9238       <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)">
9239         <size>6</size>
9240       </method>
9241       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
9242         <size>6</size>
9243       </method>
9244       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
9245         <size>6</size>
9246       </method>
9247       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
9248         <size>6</size>
9249       </method>
9250       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
9251         <size>7</size>
9252       </method>
9253     </type>
9254   </test>
9255   <test name="gtest-340.cs">
9256     <type name="Tests">
9257       <method name="Void .ctor()">
9258         <size>7</size>
9259       </method>
9260       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
9261         <size>7</size>
9262       </method>
9263       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
9264         <size>2</size>
9265       </method>
9266       <method name="System.Reflection.MemberInfo[] foo()">
9267         <size>44</size>
9268       </method>
9269       <method name="Void Main(System.String[])">
9270         <size>12</size>
9271       </method>
9272     </type>
9273   </test>
9274   <test name="gtest-341.cs">
9275     <type name="C">
9276       <method name="Void .ctor()">
9277         <size>7</size>
9278       </method>
9279       <method name="Int32 GetLength()">
9280         <size>2</size>
9281       </method>
9282     </type>
9283     <type name="Tests">
9284       <method name="Void .ctor()">
9285         <size>7</size>
9286       </method>
9287       <method name="Void Main()">
9288         <size>1</size>
9289       </method>
9290     </type>
9291   </test>
9292   <test name="gtest-342.cs">
9293     <type name="Base`1[T]">
9294       <method name="Void .ctor()">
9295         <size>7</size>
9296       </method>
9297       <method name="T op_Implicit(Base`1[T])">
9298         <size>7</size>
9299       </method>
9300     </type>
9301     <type name="TestMain">
9302       <method name="Void .ctor()">
9303         <size>7</size>
9304       </method>
9305       <method name="Void Main(System.String[])">
9306         <size>1</size>
9307       </method>
9308     </type>
9309   </test>
9310   <test name="gtest-343.cs">
9311     <type name="Implementer">
9312       <method name="Void .ctor()">
9313         <size>7</size>
9314       </method>
9315       <method name="Void Combine[TOImplementer]()">
9316         <size>1</size>
9317       </method>
9318     </type>
9319     <type name="MainClass">
9320       <method name="Void .ctor()">
9321         <size>7</size>
9322       </method>
9323       <method name="Int32 Main()">
9324         <size>8</size>
9325       </method>
9326     </type>
9327   </test>
9328   <test name="gtest-344.cs">
9329     <type name="ConfigurationElement">
9330       <method name="Void .ctor()">
9331         <size>7</size>
9332       </method>
9333       <method name="Void Main()">
9334         <size>1</size>
9335       </method>
9336     </type>
9337     <type name="CustomConfigurationElement">
9338       <method name="Void .ctor()">
9339         <size>7</size>
9340       </method>
9341     </type>
9342     <type name="CustomConfigurationElementCollection">
9343       <method name="Void .ctor()">
9344         <size>7</size>
9345       </method>
9346     </type>
9347     <type name="BaseCollection`1[T]">
9348       <method name="Void .ctor()">
9349         <size>7</size>
9350       </method>
9351     </type>
9352   </test>
9353   <test name="gtest-345.cs">
9354     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
9355       <method name="Void .ctor()">
9356         <size>7</size>
9357       </method>
9358       <method name="Void Dump(System.String)">
9359         <size>6</size>
9360       </method>
9361     </type>
9362     <type name="Parser">
9363       <method name="Void .ctor()">
9364         <size>7</size>
9365       </method>
9366       <method name="Void NoCall[T](T)">
9367         <size>1</size>
9368       </method>
9369       <method name="Int32 Main()">
9370         <size>2</size>
9371       </method>
9372     </type>
9373   </test>
9374   <test name="gtest-346.cs">
9375     <type name="test">
9376       <method name="Void .ctor()">
9377         <size>7</size>
9378       </method>
9379       <method name="Void CreateSimpleCallSite[A]()">
9380         <size>1</size>
9381       </method>
9382       <method name="Void CreateSimpleCallSite[A](Int32)">
9383         <size>1</size>
9384       </method>
9385       <method name="Void CreateSimpleCallSite(Int32)">
9386         <size>1</size>
9387       </method>
9388       <method name="Void Main()">
9389         <size>1</size>
9390       </method>
9391     </type>
9392   </test>
9393   <test name="gtest-347.cs">
9394     <type name="X">
9395       <method name="Void .ctor()">
9396         <size>7</size>
9397       </method>
9398       <method name="IEnumerable`1 Enumerable[T](System.String)">
9399         <size>6</size>
9400       </method>
9401       <method name="IEnumerable Enumerable(Int32)">
9402         <size>6</size>
9403       </method>
9404       <method name="IEnumerable Enumerable(System.String)">
9405         <size>6</size>
9406       </method>
9407       <method name="Void Main()">
9408         <size>1</size>
9409       </method>
9410     </type>
9411   </test>
9412   <test name="gtest-348.cs">
9413     <type name="Bar`1[U]">
9414       <method name="Void .ctor()">
9415         <size>7</size>
9416       </method>
9417       <method name="Void OnWorldDestroyed()">
9418         <size>1</size>
9419       </method>
9420     </type>
9421     <type name="Baz`1[U]">
9422       <method name="Void .ctor()">
9423         <size>7</size>
9424       </method>
9425       <method name="Void DestroyWorld(U)">
9426         <size>14</size>
9427       </method>
9428     </type>
9429     <type name="Bling">
9430       <method name="Void .ctor()">
9431         <size>7</size>
9432       </method>
9433       <method name="Void Main()">
9434         <size>1</size>
9435       </method>
9436     </type>
9437   </test>
9438   <test name="gtest-349.cs">
9439     <type name="X">
9440       <method name="Void .ctor()">
9441         <size>7</size>
9442       </method>
9443       <method name="Int32 Main()">
9444         <size>103</size>
9445       </method>
9446       <method name="Int32 f2(IList, IList)">
9447         <size>2</size>
9448       </method>
9449       <method name="Int32 f2(IList, System.Object)">
9450         <size>2</size>
9451       </method>
9452     </type>
9453     <type name="X+Function`3[T1,T2,R]">
9454       <method name="Void .ctor(Object, IntPtr)">
9455         <size>0</size>
9456       </method>
9457       <method name="R Invoke(T1, T2)">
9458         <size>0</size>
9459       </method>
9460       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
9461         <size>0</size>
9462       </method>
9463       <method name="R EndInvoke(IAsyncResult)">
9464         <size>0</size>
9465       </method>
9466     </type>
9467   </test>
9468   <test name="gtest-350.cs">
9469     <type name="Foo`1[T]">
9470       <method name="Void .ctor()">
9471         <size>7</size>
9472       </method>
9473       <method name="Boolean Equals(T)">
9474         <size>0</size>
9475       </method>
9476     </type>
9477     <type name="C">
9478       <method name="Void .ctor()">
9479         <size>7</size>
9480       </method>
9481       <method name="Void Main()">
9482         <size>1</size>
9483       </method>
9484     </type>
9485   </test>
9486   <test name="gtest-351.cs">
9487     <type name="TestThing">
9488       <method name="Void .ctor()">
9489         <size>7</size>
9490       </method>
9491     </type>
9492     <type name="Test">
9493       <method name="Void .ctor()">
9494         <size>7</size>
9495       </method>
9496       <method name="Int32 Main(System.String[])">
9497         <size>31</size>
9498       </method>
9499     </type>
9500     <type name="TestThing">
9501       <method name="Int32 SetEnum(System.String, System.Enum)">
9502         <size>2</size>
9503       </method>
9504       <method name="Int32 SetEnum(Int32, System.Enum)">
9505         <size>2</size>
9506       </method>
9507     </type>
9508   </test>
9509   <test name="gtest-352.cs">
9510     <type name="T">
9511       <method name="Void .ctor()">
9512         <size>7</size>
9513       </method>
9514       <method name="Int32 Main()">
9515         <size>125</size>
9516       </method>
9517     </type>
9518     <type name="D">
9519       <method name="Void .ctor(Int32)">
9520         <size>8</size>
9521       </method>
9522       <method name="Void .cctor()">
9523         <size>12</size>
9524       </method>
9525     </type>
9526   </test>
9527   <test name="gtest-353.cs">
9528     <type name="Bug.RedSkyTimeCode">
9529       <method name="Void .ctor()">
9530         <size>7</size>
9531       </method>
9532       <method name="Void CopyTo(Bug.xxx*)">
9533         <size>99</size>
9534       </method>
9535       <method name="Void Main()">
9536         <size>1</size>
9537       </method>
9538       <method name="Void Convert(Bug.xxx*, UInt64*)">
9539         <size>93</size>
9540       </method>
9541     </type>
9542   </test>
9543   <test name="gtest-354.cs">
9544     <type name="M">
9545       <method name="Void .ctor()">
9546         <size>7</size>
9547       </method>
9548       <method name="Void Main()">
9549         <size>1</size>
9550       </method>
9551     </type>
9552   </test>
9553   <test name="gtest-355.cs">
9554     <type name="A">
9555       <method name="Void .ctor()">
9556         <size>7</size>
9557       </method>
9558       <method name="System.String Foo[T](System.String)">
9559         <size>6</size>
9560       </method>
9561       <method name="Boolean Foo(System.String)">
9562         <size>2</size>
9563       </method>
9564     </type>
9565     <type name="B">
9566       <method name="Void .ctor()">
9567         <size>7</size>
9568       </method>
9569       <method name="System.String Foo[T](System.String)">
9570         <size>6</size>
9571       </method>
9572       <method name="Boolean Goo(System.String)">
9573         <size>8</size>
9574       </method>
9575       <method name="Boolean Foo(System.String)">
9576         <size>2</size>
9577       </method>
9578     </type>
9579     <type name="C">
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-356.cs">
9589     <type name="A`1[T]">
9590       <method name="Void .ctor()">
9591         <size>7</size>
9592       </method>
9593       <method name="Void Foo(B+E)">
9594         <size>1</size>
9595       </method>
9596     </type>
9597     <type name="B`1[U]">
9598       <method name="Void .ctor()">
9599         <size>7</size>
9600       </method>
9601     </type>
9602     <type name="B">
9603       <method name="Void .ctor()">
9604         <size>7</size>
9605       </method>
9606     </type>
9607     <type name="B+E">
9608       <method name="Void .ctor()">
9609         <size>7</size>
9610       </method>
9611     </type>
9612     <type name="C">
9613       <method name="Void .ctor()">
9614         <size>7</size>
9615       </method>
9616       <method name="Void Main()">
9617         <size>1</size>
9618       </method>
9619     </type>
9620   </test>
9621   <test name="gtest-357.cs">
9622     <type name="C`1[T]">
9623       <method name="Void .ctor()">
9624         <size>7</size>
9625       </method>
9626     </type>
9627     <type name="D`1[U]">
9628       <method name="Void .ctor()">
9629         <size>7</size>
9630       </method>
9631     </type>
9632     <type name="X">
9633       <method name="Void .ctor()">
9634         <size>7</size>
9635       </method>
9636       <method name="Void Main()">
9637         <size>1</size>
9638       </method>
9639     </type>
9640   </test>
9641   <test name="gtest-358.cs">
9642     <type name="Test">
9643       <method name="Void .ctor()">
9644         <size>7</size>
9645       </method>
9646       <method name="Void Main()">
9647         <size>1</size>
9648       </method>
9649     </type>
9650     <type name="Foo">
9651       <method name="Boolean op_Equality(Foo, Foo)">
9652         <size>6</size>
9653       </method>
9654       <method name="Boolean op_Inequality(Foo, Foo)">
9655         <size>6</size>
9656       </method>
9657     </type>
9658   </test>
9659   <test name="gtest-359.cs">
9660     <type name="BaseGeneric`1[T]">
9661       <method name="Void .ctor()">
9662         <size>7</size>
9663       </method>
9664     </type>
9665     <type name="BaseGeneric`1+InnerDerived[T]">
9666       <method name="Void .ctor(T)">
9667         <size>7</size>
9668       </method>
9669     </type>
9670     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
9671       <method name="Void .ctor(T, U)">
9672         <size>7</size>
9673       </method>
9674     </type>
9675     <type name="BaseConcrete">
9676       <method name="Void .ctor()">
9677         <size>7</size>
9678       </method>
9679     </type>
9680     <type name="Concrete_A">
9681       <method name="Void .ctor()">
9682         <size>7</size>
9683       </method>
9684     </type>
9685     <type name="Concrete_B">
9686       <method name="Void .ctor()">
9687         <size>7</size>
9688       </method>
9689     </type>
9690     <type name="BaseGeneric_2`2[T,U]">
9691       <method name="Void .ctor()">
9692         <size>7</size>
9693       </method>
9694     </type>
9695     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
9696       <method name="Void .ctor(T, U)">
9697         <size>7</size>
9698       </method>
9699     </type>
9700     <type name="BaseGeneric_1`1[T]">
9701       <method name="Void .ctor()">
9702         <size>7</size>
9703       </method>
9704     </type>
9705     <type name="Concrete_2">
9706       <method name="Void .ctor()">
9707         <size>7</size>
9708       </method>
9709     </type>
9710     <type name="Program">
9711       <method name="Void .ctor()">
9712         <size>7</size>
9713       </method>
9714       <method name="Void Main()">
9715         <size>40</size>
9716       </method>
9717     </type>
9718   </test>
9719   <test name="gtest-360.cs">
9720     <type name="C">
9721       <method name="Void .ctor()">
9722         <size>7</size>
9723       </method>
9724       <method name="Int32 Foo[T](T, System.Object[])">
9725         <size>2</size>
9726       </method>
9727       <method name="Int32 Foo(System.String, System.Object[])">
9728         <size>2</size>
9729       </method>
9730       <method name="Int32 InvokeMethod(System.String, System.Object[])">
9731         <size>8</size>
9732       </method>
9733       <method name="Int32 Main()">
9734         <size>17</size>
9735       </method>
9736     </type>
9737   </test>
9738   <test name="gtest-361.cs">
9739     <type name="Thing">
9740       <method name="Void .ctor()">
9741         <size>7</size>
9742       </method>
9743       <method name="Void Foo()">
9744         <size>1</size>
9745       </method>
9746       <method name="Int32 Main()">
9747         <size>164</size>
9748       </method>
9749       <method name="Void Method(Thing+Handler, System.String[])">
9750         <size>1</size>
9751       </method>
9752     </type>
9753     <type name="Thing+Handler">
9754       <method name="Void .ctor(Object, IntPtr)">
9755         <size>0</size>
9756       </method>
9757       <method name="Void Invoke()">
9758         <size>0</size>
9759       </method>
9760       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
9761         <size>0</size>
9762       </method>
9763       <method name="Void EndInvoke(IAsyncResult)">
9764         <size>0</size>
9765       </method>
9766     </type>
9767     <type name="Thing">
9768       <method name="Void &lt;Main&gt;m__0()">
9769         <size>1</size>
9770       </method>
9771       <method name="Void &lt;Main&gt;m__1()">
9772         <size>1</size>
9773       </method>
9774     </type>
9775   </test>
9776   <test name="gtest-362.cs">
9777     <type name="C">
9778       <method name="Void .ctor()">
9779         <size>7</size>
9780       </method>
9781       <method name="Void Assert[T](T)">
9782         <size>1</size>
9783       </method>
9784       <method name="Void Assert[T](T, T)">
9785         <size>1</size>
9786       </method>
9787       <method name="Int32 Main()">
9788         <size>83</size>
9789       </method>
9790     </type>
9791   </test>
9792   <test name="gtest-363.cs">
9793     <type name="Test">
9794       <method name="Void .ctor()">
9795         <size>7</size>
9796       </method>
9797       <method name="Void InsertAt[T](T[], Int32, T[])">
9798         <size>1</size>
9799       </method>
9800       <method name="Void Main()">
9801         <size>39</size>
9802       </method>
9803     </type>
9804   </test>
9805   <test name="gtest-364.cs">
9806     <type name="BugReport.Program">
9807       <method name="Void .ctor()">
9808         <size>7</size>
9809       </method>
9810       <method name="Int32 Main()">
9811         <size>307</size>
9812       </method>
9813     </type>
9814     <type name="BugReport.A">
9815       <method name="Void .ctor()">
9816         <size>7</size>
9817       </method>
9818       <method name="Nullable`1 get_Counter()">
9819         <size>7</size>
9820       </method>
9821       <method name="Void set_Counter(Nullable`1)">
9822         <size>8</size>
9823       </method>
9824     </type>
9825   </test>
9826   <test name="gtest-365.cs">
9827     <type name="B.Program">
9828       <method name="Void .ctor()">
9829         <size>7</size>
9830       </method>
9831       <method name="Int32 Main()">
9832         <size>51</size>
9833       </method>
9834     </type>
9835   </test>
9836   <test name="gtest-366.cs">
9837     <type name="Tester">
9838       <method name="Void .ctor()">
9839         <size>7</size>
9840       </method>
9841       <method name="Void Assert[T](T, T)">
9842         <size>1</size>
9843       </method>
9844       <method name="Void Main()">
9845         <size>20</size>
9846       </method>
9847     </type>
9848     <type name="MyType">
9849       <method name="Void .ctor(Int32)">
9850         <size>8</size>
9851       </method>
9852       <method name="Int32 op_Implicit(MyType)">
9853         <size>8</size>
9854       </method>
9855     </type>
9856   </test>
9857   <test name="gtest-367.cs">
9858     <type name="Foo">
9859       <method name="Void .ctor()">
9860         <size>7</size>
9861       </method>
9862     </type>
9863     <type name="Repro">
9864       <method name="Void .ctor()">
9865         <size>7</size>
9866       </method>
9867       <method name="Void Bar[TFoo](TFoo)">
9868         <size>19</size>
9869       </method>
9870       <method name="Void Baz[T](T, System.Action`1[T])">
9871         <size>8</size>
9872       </method>
9873       <method name="Void Main()">
9874         <size>1</size>
9875       </method>
9876       <method name="Void Gazonk(Repro)">
9877         <size>1</size>
9878       </method>
9879     </type>
9880   </test>
9881   <test name="gtest-368.cs">
9882     <type name="C`1[T]">
9883       <method name="Void .ctor(D)">
9884         <size>7</size>
9885       </method>
9886       <method name="Void .ctor()">
9887         <size>7</size>
9888       </method>
9889     </type>
9890     <type name="C`1+D[T]">
9891       <method name="Void .ctor()">
9892         <size>7</size>
9893       </method>
9894     </type>
9895     <type name="M">
9896       <method name="Void .ctor()">
9897         <size>7</size>
9898       </method>
9899       <method name="Void Main()">
9900         <size>1</size>
9901       </method>
9902     </type>
9903   </test>
9904   <test name="gtest-369.cs">
9905     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
9906       <method name="Void .ctor()">
9907         <size>7</size>
9908       </method>
9909       <method name="IList`1 Query[Extent](IList`1, IList`1)">
9910         <size>2</size>
9911       </method>
9912       <method name="IList Query()">
9913         <size>2</size>
9914       </method>
9915     </type>
9916     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9917       <method name="Void .ctor()">
9918         <size>7</size>
9919       </method>
9920     </type>
9921     <type name="Db4objects.Db4o.Internal.M">
9922       <method name="Void .ctor()">
9923         <size>7</size>
9924       </method>
9925       <method name="Void Main()">
9926         <size>1</size>
9927       </method>
9928     </type>
9929     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9930       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
9931         <size>7</size>
9932       </method>
9933       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
9934         <size>9</size>
9935       </method>
9936     </type>
9937   </test>
9938   <test name="gtest-370.cs">
9939     <type name="N2.X`1[T]">
9940       <method name="Void .ctor()">
9941         <size>7</size>
9942       </method>
9943     </type>
9944     <type name="N2.X`1+A`1[T,T]">
9945       <method name="Void .ctor()">
9946         <size>7</size>
9947       </method>
9948     </type>
9949     <type name="N2.X`1+A`1+B`1[T,T,T]">
9950       <method name="Void .ctor()">
9951         <size>7</size>
9952       </method>
9953     </type>
9954     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
9955       <method name="Void .ctor()">
9956         <size>7</size>
9957       </method>
9958     </type>
9959     <type name="N2.C">
9960       <method name="Void .ctor()">
9961         <size>7</size>
9962       </method>
9963       <method name="Void Main()">
9964         <size>1</size>
9965       </method>
9966     </type>
9967   </test>
9968   <test name="gtest-371.cs">
9969     <type name="X">
9970       <method name="Void .ctor()">
9971         <size>7</size>
9972       </method>
9973       <method name="Void Main()">
9974         <size>86</size>
9975       </method>
9976     </type>
9977     <type name="&lt;PrivateImplementationDetails&gt;">
9978       <method name="Void .ctor()">
9979         <size>7</size>
9980       </method>
9981     </type>
9982   </test>
9983   <test name="gtest-372.cs">
9984     <type name="TestClass`1[T]">
9985       <method name="Void .ctor()">
9986         <size>7</size>
9987       </method>
9988       <method name="Boolean Check(T, T)">
9989         <size>15</size>
9990       </method>
9991     </type>
9992     <type name="C">
9993       <method name="Void .ctor()">
9994         <size>7</size>
9995       </method>
9996     </type>
9997     <type name="TestClass2`1[T]">
9998       <method name="Void .ctor()">
9999         <size>7</size>
10000       </method>
10001       <method name="Boolean Check(T, T)">
10002         <size>15</size>
10003       </method>
10004     </type>
10005     <type name="X">
10006       <method name="Void .ctor()">
10007         <size>7</size>
10008       </method>
10009       <method name="Int32 Main()">
10010         <size>28</size>
10011       </method>
10012     </type>
10013   </test>
10014   <test name="gtest-373.cs">
10015     <type name="MonoBug.MainClass">
10016       <method name="Void .ctor()">
10017         <size>7</size>
10018       </method>
10019       <method name="Void Main()">
10020         <size>29</size>
10021       </method>
10022     </type>
10023     <type name="MonoBug.GenericType`1[T]">
10024       <method name="Void .ctor(T)">
10025         <size>14</size>
10026       </method>
10027       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
10028         <size>7</size>
10029       </method>
10030     </type>
10031   </test>
10032   <test name="gtest-374.cs">
10033     <type name="aClass">
10034       <method name="Void .ctor()">
10035         <size>7</size>
10036       </method>
10037       <method name="Void Main(System.String[])">
10038         <size>14</size>
10039       </method>
10040     </type>
10041   </test>
10042   <test name="gtest-375.cs">
10043     <type name="X">
10044       <method name="Void .ctor()">
10045         <size>7</size>
10046       </method>
10047       <method name="Boolean Compute(Int32)">
10048         <size>2</size>
10049       </method>
10050       <method name="Boolean Compute2(Int32)">
10051         <size>2</size>
10052       </method>
10053       <method name="Int32 Main()">
10054         <size>28</size>
10055       </method>
10056     </type>
10057   </test>
10058   <test name="gtest-376.cs">
10059     <type name="C">
10060       <method name="Void .ctor()">
10061         <size>7</size>
10062       </method>
10063       <method name="Void Main()">
10064         <size>1</size>
10065       </method>
10066     </type>
10067     <type name="S`1[T]">
10068       <method name="System.Object Box(Nullable`1)">
10069         <size>30</size>
10070       </method>
10071     </type>
10072   </test>
10073   <test name="gtest-377.cs">
10074     <type name="D">
10075       <method name="Void .cctor()">
10076         <size>26</size>
10077       </method>
10078       <method name="Void Main()">
10079         <size>98</size>
10080       </method>
10081     </type>
10082   </test>
10083   <test name="gtest-378.cs">
10084     <type name="Test">
10085       <method name="Void .ctor()">
10086         <size>7</size>
10087       </method>
10088       <method name="System.Object FooG[T](Nullable`1)">
10089         <size>7</size>
10090       </method>
10091       <method name="System.Object Foo(Nullable`1)">
10092         <size>7</size>
10093       </method>
10094       <method name="Int32 Main()">
10095         <size>58</size>
10096       </method>
10097     </type>
10098   </test>
10099   <test name="gtest-379.cs">
10100     <type name="C">
10101       <method name="Void .ctor()">
10102         <size>7</size>
10103       </method>
10104       <method name="Int32 Print(Nullable`1)">
10105         <size>16</size>
10106       </method>
10107       <method name="Int32 Main()">
10108         <size>15</size>
10109       </method>
10110     </type>
10111     <type name="S">
10112       <method name="Boolean op_Equality(S, S)">
10113         <size>2</size>
10114       </method>
10115       <method name="Boolean op_Inequality(S, S)">
10116         <size>2</size>
10117       </method>
10118     </type>
10119   </test>
10120   <test name="gtest-380.cs">
10121     <type name="Test">
10122       <method name="Void .ctor()">
10123         <size>7</size>
10124       </method>
10125       <method name="Int32 Main()">
10126         <size>165</size>
10127       </method>
10128     </type>
10129     <type name="GTest`1[T]">
10130       <method name="Void .ctor()">
10131         <size>7</size>
10132       </method>
10133       <method name="Void .cctor()">
10134         <size>13</size>
10135       </method>
10136     </type>
10137   </test>
10138   <test name="gtest-381.cs">
10139     <type name="TestGoto">
10140       <method name="Void .ctor()">
10141         <size>7</size>
10142       </method>
10143       <method name="Void .cctor()">
10144         <size>7</size>
10145       </method>
10146       <method name="Void Main(System.String[])">
10147         <size>67</size>
10148       </method>
10149       <method name="IEnumerable`1 setX()">
10150         <size>16</size>
10151       </method>
10152       <method name="IEnumerable`1 test()">
10153         <size>16</size>
10154       </method>
10155     </type>
10156     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10157       <method name="Void .ctor()">
10158         <size>7</size>
10159       </method>
10160       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10161         <size>12</size>
10162       </method>
10163       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10164         <size>7</size>
10165       </method>
10166       <method name="Boolean MoveNext()">
10167         <size>106</size>
10168       </method>
10169       <method name="Void Dispose()">
10170         <size>46</size>
10171       </method>
10172       <method name="Void Reset()">
10173         <size>6</size>
10174       </method>
10175     </type>
10176     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10177       <method name="Void .ctor()">
10178         <size>7</size>
10179       </method>
10180       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10181         <size>12</size>
10182       </method>
10183       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10184         <size>7</size>
10185       </method>
10186       <method name="Boolean MoveNext()">
10187         <size>176</size>
10188       </method>
10189       <method name="Void Dispose()">
10190         <size>60</size>
10191       </method>
10192       <method name="Void Reset()">
10193         <size>6</size>
10194       </method>
10195     </type>
10196     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10197       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10198         <size>7</size>
10199       </method>
10200       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10201         <size>26</size>
10202       </method>
10203     </type>
10204     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10205       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10206         <size>7</size>
10207       </method>
10208       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10209         <size>26</size>
10210       </method>
10211     </type>
10212   </test>
10213   <test name="gtest-382.cs">
10214     <type name="C">
10215       <method name="Void .ctor()">
10216         <size>7</size>
10217       </method>
10218       <method name="Int32 Main()">
10219         <size>76</size>
10220       </method>
10221     </type>
10222   </test>
10223   <test name="gtest-383.cs">
10224     <type name="C">
10225       <method name="Void .ctor()">
10226         <size>7</size>
10227       </method>
10228       <method name="Int32 Main()">
10229         <size>260</size>
10230       </method>
10231     </type>
10232     <type name="MyTypeA">
10233       <method name="Void .ctor(Int16)">
10234         <size>8</size>
10235       </method>
10236       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
10237         <size>6</size>
10238       </method>
10239       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
10240         <size>2</size>
10241       </method>
10242       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
10243         <size>6</size>
10244       </method>
10245       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
10246         <size>6</size>
10247       </method>
10248       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
10249         <size>6</size>
10250       </method>
10251     </type>
10252     <type name="MyTypeB">
10253       <method name="Void .ctor(Int16)">
10254         <size>8</size>
10255       </method>
10256       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
10257         <size>2</size>
10258       </method>
10259       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
10260         <size>2</size>
10261       </method>
10262       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
10263         <size>2</size>
10264       </method>
10265       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
10266         <size>2</size>
10267       </method>
10268       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
10269         <size>2</size>
10270       </method>
10271       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
10272         <size>2</size>
10273       </method>
10274     </type>
10275   </test>
10276   <test name="gtest-384.cs">
10277     <type name="N.TestG">
10278       <method name="Void .ctor()">
10279         <size>7</size>
10280       </method>
10281       <method name="Void Foo[T]()">
10282         <size>1</size>
10283       </method>
10284     </type>
10285     <type name="NonGeneric">
10286       <method name="Void .ctor()">
10287         <size>7</size>
10288       </method>
10289     </type>
10290     <type name="Generic`1[T]">
10291       <method name="Void .ctor()">
10292         <size>7</size>
10293       </method>
10294     </type>
10295     <type name="m">
10296       <method name="Void .ctor()">
10297         <size>7</size>
10298       </method>
10299       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
10300         <size>13</size>
10301       </method>
10302       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
10303         <size>13</size>
10304       </method>
10305       <method name="Void Main()">
10306         <size>6</size>
10307       </method>
10308     </type>
10309   </test>
10310   <test name="gtest-385.cs">
10311     <type name="DocAttribute">
10312       <method name="Void .ctor()">
10313         <size>7</size>
10314       </method>
10315       <method name="Void .ctor(String)">
10316         <size>7</size>
10317       </method>
10318     </type>
10319     <type name="Test">
10320       <method name="Void .ctor()">
10321         <size>7</size>
10322       </method>
10323       <method name="Int32 Main()">
10324         <size>66</size>
10325       </method>
10326     </type>
10327     <type name="Func`2[TArg,TRet]">
10328       <method name="Void .ctor(Object, IntPtr)">
10329         <size>0</size>
10330       </method>
10331       <method name="Void Invoke()">
10332         <size>0</size>
10333       </method>
10334       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10335         <size>0</size>
10336       </method>
10337       <method name="Void EndInvoke(IAsyncResult)">
10338         <size>0</size>
10339       </method>
10340     </type>
10341   </test>
10342   <test name="gtest-386.cs">
10343     <type name="C">
10344       <method name="Void .ctor()">
10345         <size>7</size>
10346       </method>
10347       <method name="Int32 Main()">
10348         <size>220</size>
10349       </method>
10350     </type>
10351     <type name="MyType">
10352       <method name="Void .ctor(Int32)">
10353         <size>8</size>
10354       </method>
10355       <method name="MyType op_UnaryNegation(MyType)">
10356         <size>14</size>
10357       </method>
10358     </type>
10359   </test>
10360   <test name="gtest-387.cs">
10361     <type name="C">
10362       <method name="Void .ctor()">
10363         <size>7</size>
10364       </method>
10365       <method name="Int32 Main()">
10366         <size>168</size>
10367       </method>
10368     </type>
10369   </test>
10370   <test name="gtest-388.cs">
10371     <type name="Data">
10372       <method name="Void .ctor()">
10373         <size>7</size>
10374       </method>
10375     </type>
10376     <type name="Foo">
10377       <method name="Void .ctor()">
10378         <size>7</size>
10379       </method>
10380       <method name="Void f(Data)">
10381         <size>19</size>
10382       </method>
10383       <method name="Void Main()">
10384         <size>22</size>
10385       </method>
10386     </type>
10387   </test>
10388   <test name="gtest-389.cs">
10389     <type name="C">
10390       <method name="Void .ctor()">
10391         <size>7</size>
10392       </method>
10393       <method name="Int32 Main()">
10394         <size>234</size>
10395       </method>
10396     </type>
10397   </test>
10398   <test name="gtest-390.cs">
10399     <type name="Program">
10400       <method name="Void .ctor()">
10401         <size>7</size>
10402       </method>
10403       <method name="Int32 Main()">
10404         <size>4</size>
10405       </method>
10406     </type>
10407   </test>
10408   <test name="gtest-391.cs">
10409     <type name="C">
10410       <method name="Void .ctor()">
10411         <size>7</size>
10412       </method>
10413       <method name="Int32 Main()">
10414         <size>121</size>
10415       </method>
10416       <method name="Boolean Test_1()">
10417         <size>36</size>
10418       </method>
10419     </type>
10420   </test>
10421   <test name="gtest-392.cs">
10422     <type name="DieSubrangeType">
10423       <method name="Void .ctor()">
10424         <size>19</size>
10425       </method>
10426       <method name="Nullable`1 get_UpperBound()">
10427         <size>7</size>
10428       </method>
10429       <method name="Void set_UpperBound(Nullable`1)">
10430         <size>8</size>
10431       </method>
10432     </type>
10433     <type name="X">
10434       <method name="Void .ctor()">
10435         <size>7</size>
10436       </method>
10437       <method name="Int32 Main()">
10438         <size>61</size>
10439       </method>
10440     </type>
10441   </test>
10442   <test name="gtest-393.cs">
10443     <type name="B`1[T]">
10444       <method name="Void .ctor()">
10445         <size>7</size>
10446       </method>
10447     </type>
10448     <type name="A">
10449       <method name="Void .ctor(Type)">
10450         <size>29</size>
10451       </method>
10452       <method name="Void .cctor()">
10453         <size>7</size>
10454       </method>
10455       <method name="Int32 Main()">
10456         <size>23</size>
10457       </method>
10458     </type>
10459   </test>
10460   <test name="gtest-394.cs">
10461     <type name="Test">
10462       <method name="Void .ctor()">
10463         <size>7</size>
10464       </method>
10465       <method name="Void FindMembers(Test+MemberFilter)">
10466         <size>1</size>
10467       </method>
10468       <method name="Void GetMethodGroup(Test+MemberFilter)">
10469         <size>43</size>
10470       </method>
10471       <method name="Void Main()">
10472         <size>1</size>
10473       </method>
10474     </type>
10475     <type name="Test+MemberFilter">
10476       <method name="Void .ctor(Object, IntPtr)">
10477         <size>0</size>
10478       </method>
10479       <method name="Boolean Invoke()">
10480         <size>0</size>
10481       </method>
10482       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10483         <size>0</size>
10484       </method>
10485       <method name="Boolean EndInvoke(IAsyncResult)">
10486         <size>0</size>
10487       </method>
10488     </type>
10489     <type name="Test">
10490       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
10491         <size>2</size>
10492       </method>
10493     </type>
10494   </test>
10495   <test name="gtest-395.cs">
10496     <type name="RuleBuilder`1[T]">
10497       <method name="Void .ctor()">
10498         <size>7</size>
10499       </method>
10500     </type>
10501     <type name="RubyMethod">
10502       <method name="Void .ctor()">
10503         <size>7</size>
10504       </method>
10505       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
10506         <size>6</size>
10507       </method>
10508     </type>
10509     <type name="T">
10510       <method name="Void .ctor()">
10511         <size>7</size>
10512       </method>
10513       <method name="Void Main()">
10514         <size>1</size>
10515       </method>
10516     </type>
10517   </test>
10518   <test name="gtest-396.cs">
10519     <type name="Test">
10520       <method name="Void .ctor()">
10521         <size>7</size>
10522       </method>
10523       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
10524         <size>1</size>
10525       </method>
10526       <method name="System.Func`1[System.Int32] Method(System.String)">
10527         <size>2</size>
10528       </method>
10529       <method name="Void Main()">
10530         <size>24</size>
10531       </method>
10532     </type>
10533   </test>
10534   <test name="gtest-397.cs">
10535     <type name="Test">
10536       <method name="Void .ctor()">
10537         <size>7</size>
10538       </method>
10539       <method name="Foo NegateFoo(Foo)">
10540         <size>12</size>
10541       </method>
10542       <method name="Foo NegateFooNullable(Nullable`1)">
10543         <size>7</size>
10544       </method>
10545       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
10546         <size>7</size>
10547       </method>
10548       <method name="Nullable`1 NegateBar(Bar)">
10549         <size>12</size>
10550       </method>
10551       <method name="Int32 Main()">
10552         <size>139</size>
10553       </method>
10554     </type>
10555     <type name="Foo">
10556       <method name="Void .ctor(Int32)">
10557         <size>8</size>
10558       </method>
10559       <method name="Foo op_UnaryNegation(Nullable`1)">
10560         <size>42</size>
10561       </method>
10562     </type>
10563     <type name="Bar">
10564       <method name="Void .ctor(Int32)">
10565         <size>8</size>
10566       </method>
10567       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
10568         <size>41</size>
10569       </method>
10570     </type>
10571   </test>
10572   <test name="gtest-398.cs">
10573     <type name="GenericClass`1[T]">
10574       <method name="Void .ctor(T)">
10575         <size>14</size>
10576       </method>
10577       <method name="Void Method()">
10578         <size>42</size>
10579       </method>
10580       <method name="Void Test(T)">
10581         <size>1</size>
10582       </method>
10583     </type>
10584     <type name="Foo">
10585       <method name="Void .ctor()">
10586         <size>7</size>
10587       </method>
10588       <method name="Void Main(System.String[])">
10589         <size>15</size>
10590       </method>
10591     </type>
10592     <type name="ToStr">
10593       <method name="Void .ctor(Object, IntPtr)">
10594         <size>0</size>
10595       </method>
10596       <method name="System.String Invoke(System.String, IFormatProvider)">
10597         <size>0</size>
10598       </method>
10599       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
10600         <size>0</size>
10601       </method>
10602       <method name="System.String EndInvoke(IAsyncResult)">
10603         <size>0</size>
10604       </method>
10605     </type>
10606   </test>
10607   <test name="gtest-399.cs">
10608     <type name="TestIssue.Base">
10609       <method name="Void .ctor()">
10610         <size>7</size>
10611       </method>
10612     </type>
10613     <type name="TestIssue.Derived">
10614       <method name="Void .ctor()">
10615         <size>7</size>
10616       </method>
10617     </type>
10618     <type name="TestIssue.Program">
10619       <method name="Void .ctor()">
10620         <size>7</size>
10621       </method>
10622       <method name="Int32 Main()">
10623         <size>39</size>
10624       </method>
10625     </type>
10626   </test>
10627   <test name="gtest-400.cs">
10628     <type name="Gen`1[T]">
10629       <method name="Void .ctor()">
10630         <size>7</size>
10631       </method>
10632       <method name="Boolean Foo(T)">
10633         <size>15</size>
10634       </method>
10635     </type>
10636     <type name="Program">
10637       <method name="Void .ctor()">
10638         <size>7</size>
10639       </method>
10640       <method name="Boolean Foo[T]()">
10641         <size>17</size>
10642       </method>
10643       <method name="Int32 Main()">
10644         <size>66</size>
10645       </method>
10646     </type>
10647   </test>
10648   <test name="gtest-401.cs">
10649     <type name="ParserTest">
10650       <method name="Void .ctor()">
10651         <size>7</size>
10652       </method>
10653       <method name="Void Main()">
10654         <size>165</size>
10655       </method>
10656     </type>
10657   </test>
10658   <test name="gtest-402.cs">
10659     <type name="X">
10660       <method name="Void .ctor()">
10661         <size>7</size>
10662       </method>
10663       <method name="Void Main()">
10664         <size>16</size>
10665       </method>
10666     </type>
10667   </test>
10668   <test name="gtest-403.cs">
10669     <type name="T">
10670       <method name="Void .ctor()">
10671         <size>7</size>
10672       </method>
10673       <method name="Void Main()">
10674         <size>15</size>
10675       </method>
10676     </type>
10677     <type name="S`1[T]">
10678       <method name="Void Foo()">
10679         <size>1</size>
10680       </method>
10681     </type>
10682   </test>
10683   <test name="gtest-404.cs">
10684     <type name="Test.Program">
10685       <method name="Void Main()">
10686         <size>1</size>
10687       </method>
10688     </type>
10689     <type name="Test.Class1`1[T1]">
10690       <method name="Void .ctor()">
10691         <size>7</size>
10692       </method>
10693       <method name="Void add_doSomething(System.EventHandler)">
10694         <size>24</size>
10695       </method>
10696       <method name="Void remove_doSomething(System.EventHandler)">
10697         <size>24</size>
10698       </method>
10699     </type>
10700     <type name="Test.Class2`1[T]">
10701       <method name="Void .ctor()">
10702         <size>7</size>
10703       </method>
10704       <method name="Void add_DoSomething(System.EventHandler)">
10705         <size>8</size>
10706       </method>
10707       <method name="Void remove_DoSomething(System.EventHandler)">
10708         <size>8</size>
10709       </method>
10710     </type>
10711   </test>
10712   <test name="gtest-405.cs">
10713     <type name="C">
10714       <method name="Void .ctor()">
10715         <size>7</size>
10716       </method>
10717       <method name="Void Main()">
10718         <size>1</size>
10719       </method>
10720     </type>
10721   </test>
10722   <test name="gtest-406.cs">
10723     <type name="Test`1[T]">
10724       <method name="Void .ctor()">
10725         <size>7</size>
10726       </method>
10727       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
10728         <size>1</size>
10729       </method>
10730     </type>
10731     <type name="C`2[A,B]">
10732       <method name="Void .ctor(IEnumerable`1)">
10733         <size>46</size>
10734       </method>
10735       <method name="B &lt;C&gt;m__0(B)">
10736         <size>2</size>
10737       </method>
10738     </type>
10739     <type name="M">
10740       <method name="Void .ctor()">
10741         <size>7</size>
10742       </method>
10743       <method name="Void Main()">
10744         <size>1</size>
10745       </method>
10746     </type>
10747   </test>
10748   <test name="gtest-407.cs">
10749     <type name="NullableColorTests">
10750       <method name="Void .ctor()">
10751         <size>7</size>
10752       </method>
10753       <method name="Int32 Main()">
10754         <size>99</size>
10755       </method>
10756     </type>
10757     <type name="MyColor">
10758       <method name="Void .ctor(Int32)">
10759         <size>8</size>
10760       </method>
10761       <method name="Boolean op_Equality(MyColor, MyColor)">
10762         <size>17</size>
10763       </method>
10764       <method name="Boolean op_Inequality(MyColor, MyColor)">
10765         <size>20</size>
10766       </method>
10767     </type>
10768   </test>
10769   <test name="gtest-408.cs">
10770     <type name="Test">
10771       <method name="Void .ctor()">
10772         <size>7</size>
10773       </method>
10774       <method name="Int32 Main()">
10775         <size>92</size>
10776       </method>
10777     </type>
10778   </test>
10779   <test name="gtest-409.cs">
10780     <type name="ConditionalParsing">
10781       <method name="Void .ctor()">
10782         <size>7</size>
10783       </method>
10784       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
10785         <size>14</size>
10786       </method>
10787       <method name="Void Test_1(Boolean)">
10788         <size>20</size>
10789       </method>
10790       <method name="Void Test_2()">
10791         <size>31</size>
10792       </method>
10793       <method name="Void Test_4(Boolean, Boolean)">
10794         <size>39</size>
10795       </method>
10796       <method name="Void Test_5(Boolean, IDisposable)">
10797         <size>45</size>
10798       </method>
10799       <method name="Void Test_6(Boolean)">
10800         <size>47</size>
10801       </method>
10802       <method name="Void Test_7(System.Object)">
10803         <size>8</size>
10804       </method>
10805       <method name="Void Main()">
10806         <size>1</size>
10807       </method>
10808     </type>
10809     <type name="ConditionalParsing+T">
10810       <method name="Void .ctor(String, Boolean)">
10811         <size>28</size>
10812       </method>
10813       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
10814         <size>7</size>
10815       </method>
10816     </type>
10817     <type name="&lt;PrivateImplementationDetails&gt;">
10818       <method name="Void .ctor()">
10819         <size>7</size>
10820       </method>
10821     </type>
10822     <type name="ConditionalParsing+Const">
10823       <method name="Void .ctor()">
10824         <size>7</size>
10825       </method>
10826     </type>
10827     <type name="ConditionalParsing">
10828       <method name="Void Test_8(DateTime)">
10829         <size>38</size>
10830       </method>
10831       <method name="Void Test_9()">
10832         <size>43</size>
10833       </method>
10834     </type>
10835   </test>
10836   <test name="gtest-410.cs">
10837     <type name="Program">
10838       <method name="Void .ctor()">
10839         <size>7</size>
10840       </method>
10841       <method name="Void Main()">
10842         <size>7</size>
10843       </method>
10844     </type>
10845   </test>
10846   <test name="gtest-411.cs">
10847     <type name="Maybe">
10848       <method name="Maybe`1[T] C[T](T)">
10849         <size>2</size>
10850       </method>
10851     </type>
10852     <type name="Maybe`1[T]">
10853       <method name="Void .ctor(T)">
10854         <size>7</size>
10855       </method>
10856     </type>
10857     <type name="Extensions">
10858       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
10859         <size>10</size>
10860       </method>
10861     </type>
10862     <type name="Test">
10863       <method name="Void .ctor()">
10864         <size>7</size>
10865       </method>
10866       <method name="Void Main()">
10867         <size>131</size>
10868       </method>
10869       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
10870         <size>7</size>
10871       </method>
10872       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
10873         <size>7</size>
10874       </method>
10875       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
10876         <size>11</size>
10877       </method>
10878     </type>
10879   </test>
10880   <test name="gtest-412.cs">
10881     <type name="Program">
10882       <method name="Void .ctor()">
10883         <size>7</size>
10884       </method>
10885       <method name="Int32 Main()">
10886         <size>213</size>
10887       </method>
10888     </type>
10889   </test>
10890   <test name="gtest-413.cs">
10891     <type name="Test">
10892       <method name="Void .ctor()">
10893         <size>7</size>
10894       </method>
10895       <method name="Int32 Main()">
10896         <size>95</size>
10897       </method>
10898     </type>
10899     <type name="S">
10900       <method name="Int64 op_Addition(S, Int64)">
10901         <size>2</size>
10902       </method>
10903     </type>
10904   </test>
10905   <test name="gtest-414.cs">
10906     <type name="MonoTest.MainClass">
10907       <method name="Void .ctor()">
10908         <size>7</size>
10909       </method>
10910       <method name="Void Main()">
10911         <size>1</size>
10912       </method>
10913     </type>
10914     <type name="MonoTest.TestImpl">
10915       <method name="Void .ctor()">
10916         <size>7</size>
10917       </method>
10918       <method name="Void MonoTest.ITest.Get[T](System.Object)">
10919         <size>1</size>
10920       </method>
10921       <method name="Void Get[T]()">
10922         <size>1</size>
10923       </method>
10924       <method name="Void Get[T](System.Object)">
10925         <size>1</size>
10926       </method>
10927     </type>
10928     <type name="MonoTest.C">
10929       <method name="Void .ctor()">
10930         <size>7</size>
10931       </method>
10932       <method name="Void MonoTest.IG&lt;int&gt;.M()">
10933         <size>1</size>
10934       </method>
10935       <method name="Void MonoTest.IG&lt;string&gt;.M()">
10936         <size>1</size>
10937       </method>
10938     </type>
10939   </test>
10940   <test name="gtest-415.cs">
10941     <type name="S2">
10942       <method name="Void Test()">
10943         <size>39</size>
10944       </method>
10945       <method name="Void Main()">
10946         <size>16</size>
10947       </method>
10948     </type>
10949   </test>
10950   <test name="gtest-416.cs">
10951     <type name="Bug.Demo">
10952       <method name="Boolean Fixed()">
10953         <size>14</size>
10954       </method>
10955       <method name="Boolean Foo(System.Int32[])">
10956         <size>43</size>
10957       </method>
10958       <method name="Int32 Main()">
10959         <size>65</size>
10960       </method>
10961     </type>
10962   </test>
10963   <test name="gtest-417.cs">
10964     <type name="C">
10965       <method name="Void .ctor()">
10966         <size>7</size>
10967       </method>
10968       <method name="Void Goo()">
10969         <size>11</size>
10970       </method>
10971       <method name="Void Main()">
10972         <size>1</size>
10973       </method>
10974     </type>
10975   </test>
10976   <test name="gtest-418.cs">
10977     <type name="N.Nested">
10978       <method name="Void .ctor()">
10979         <size>7</size>
10980       </method>
10981     </type>
10982     <type name="N.Nested+C">
10983       <method name="Void .ctor()">
10984         <size>7</size>
10985       </method>
10986       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
10987         <size>2</size>
10988       </method>
10989     </type>
10990     <type name="N.M">
10991       <method name="Void .ctor()">
10992         <size>7</size>
10993       </method>
10994       <method name="Int32 Main()">
10995         <size>173</size>
10996       </method>
10997     </type>
10998   </test>
10999   <test name="gtest-419.cs">
11000     <type name="Program">
11001       <method name="Void .ctor()">
11002         <size>7</size>
11003       </method>
11004       <method name="Int32 Main()">
11005         <size>56</size>
11006       </method>
11007       <method name="System.Object Test(System.String)">
11008         <size>42</size>
11009       </method>
11010     </type>
11011   </test>
11012   <test name="gtest-420.cs">
11013     <type name="C">
11014       <method name="Void .ctor()">
11015         <size>7</size>
11016       </method>
11017     </type>
11018     <type name="TestClass">
11019       <method name="Void .ctor()">
11020         <size>7</size>
11021       </method>
11022       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
11023         <size>2</size>
11024       </method>
11025       <method name="Int32 Test(System.Object, System.Object[])">
11026         <size>2</size>
11027       </method>
11028       <method name="Int32 Main()">
11029         <size>43</size>
11030       </method>
11031     </type>
11032   </test>
11033   <test name="gtest-421.cs">
11034     <type name="OneOff">
11035       <method name="Void .ctor()">
11036         <size>7</size>
11037       </method>
11038       <method name="Int32 Main()">
11039         <size>50</size>
11040       </method>
11041       <method name="T[] Clone[T](T[])">
11042         <size>166</size>
11043       </method>
11044     </type>
11045     <type name="&lt;PrivateImplementationDetails&gt;">
11046       <method name="Void .ctor()">
11047         <size>7</size>
11048       </method>
11049     </type>
11050   </test>
11051   <test name="gtest-422.cs">
11052     <type name="A">
11053       <method name="Void .ctor()">
11054         <size>7</size>
11055       </method>
11056       <method name="Boolean op_GreaterThan(A, System.Object)">
11057         <size>2</size>
11058       </method>
11059       <method name="Boolean op_LessThan(A, System.Object)">
11060         <size>2</size>
11061       </method>
11062     </type>
11063     <type name="C">
11064       <method name="Void .ctor()">
11065         <size>7</size>
11066       </method>
11067       <method name="Int32 Main()">
11068         <size>23</size>
11069       </method>
11070       <method name="Nullable`1 get_Id()">
11071         <size>7</size>
11072       </method>
11073       <method name="Boolean Test()">
11074         <size>51</size>
11075       </method>
11076     </type>
11077   </test>
11078   <test name="gtest-423.cs">
11079     <type name="App">
11080       <method name="Void .ctor()">
11081         <size>7</size>
11082       </method>
11083       <method name="Void Main()">
11084         <size>33</size>
11085       </method>
11086       <method name="Void Test(System.Object, System.EventArgs)">
11087         <size>1</size>
11088       </method>
11089     </type>
11090   </test>
11091   <test name="gtest-424.cs">
11092     <type name="A">
11093       <method name="Void .ctor()">
11094         <size>7</size>
11095       </method>
11096     </type>
11097     <type name="B">
11098       <method name="Void .ctor()">
11099         <size>7</size>
11100       </method>
11101     </type>
11102     <type name="Test">
11103       <method name="Void .ctor()">
11104         <size>7</size>
11105       </method>
11106       <method name="Void Block(A[])">
11107         <size>6</size>
11108       </method>
11109       <method name="Void Block(IEnumerable`1, A[])">
11110         <size>1</size>
11111       </method>
11112       <method name="Int32 Main()">
11113         <size>29</size>
11114       </method>
11115     </type>
11116   </test>
11117   <test name="gtest-425.cs">
11118     <type name="EventClass`1[T]">
11119       <method name="Void .ctor()">
11120         <size>7</size>
11121       </method>
11122     </type>
11123     <type name="Test">
11124       <method name="Void .ctor()">
11125         <size>7</size>
11126       </method>
11127       <method name="Void Main()">
11128         <size>16</size>
11129       </method>
11130     </type>
11131     <type name="EventClass`1+HookDelegate[T]">
11132       <method name="Void .ctor(Object, IntPtr)">
11133         <size>0</size>
11134       </method>
11135       <method name="Void Invoke(T)">
11136         <size>0</size>
11137       </method>
11138       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11139         <size>0</size>
11140       </method>
11141       <method name="Void EndInvoke(IAsyncResult)">
11142         <size>0</size>
11143       </method>
11144     </type>
11145   </test>
11146   <test name="gtest-426.cs">
11147     <type name="OverloadTest.MyClass`1[T]">
11148       <method name="Void .ctor()">
11149         <size>7</size>
11150       </method>
11151       <method name="Boolean Method(MyInterface`1)">
11152         <size>20</size>
11153       </method>
11154       <method name="Boolean Method(System.Action`1[T])">
11155         <size>2</size>
11156       </method>
11157     </type>
11158     <type name="OverloadTest.C">
11159       <method name="Void .ctor()">
11160         <size>7</size>
11161       </method>
11162       <method name="Void Main()">
11163         <size>1</size>
11164       </method>
11165     </type>
11166   </test>
11167   <test name="gtest-427.cs">
11168     <type name="T">
11169       <method name="Void .ctor()">
11170         <size>7</size>
11171       </method>
11172       <method name="Void Test()">
11173         <size>19</size>
11174       </method>
11175       <method name="Void Attach(EventHandler)">
11176         <size>2</size>
11177       </method>
11178       <method name="Void Attach(EventHandler`1[System.String])">
11179         <size>1</size>
11180       </method>
11181       <method name="Void OnClick(System.String)">
11182         <size>1</size>
11183       </method>
11184       <method name="Void Main()">
11185         <size>11</size>
11186       </method>
11187     </type>
11188     <type name="EventHandler">
11189       <method name="Void .ctor(Object, IntPtr)">
11190         <size>0</size>
11191       </method>
11192       <method name="Void Invoke(System.Object)">
11193         <size>0</size>
11194       </method>
11195       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
11196         <size>0</size>
11197       </method>
11198       <method name="Void EndInvoke(IAsyncResult)">
11199         <size>0</size>
11200       </method>
11201     </type>
11202     <type name="EventHandler`1[T]">
11203       <method name="Void .ctor(Object, IntPtr)">
11204         <size>0</size>
11205       </method>
11206       <method name="Void Invoke(T)">
11207         <size>0</size>
11208       </method>
11209       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11210         <size>0</size>
11211       </method>
11212       <method name="Void EndInvoke(IAsyncResult)">
11213         <size>0</size>
11214       </method>
11215     </type>
11216   </test>
11217   <test name="gtest-428.cs">
11218     <type name="CInt">
11219       <method name="Void .ctor(Int32)">
11220         <size>8</size>
11221       </method>
11222       <method name="CInt op_Implicit(Int32)">
11223         <size>7</size>
11224       </method>
11225       <method name="Int32 op_Implicit(CInt)">
11226         <size>8</size>
11227       </method>
11228     </type>
11229     <type name="Klass">
11230       <method name="Void .ctor(Nullable`1)">
11231         <size>14</size>
11232       </method>
11233       <method name="Nullable`1 get_Value()">
11234         <size>7</size>
11235       </method>
11236     </type>
11237     <type name="MainClass">
11238       <method name="Void .ctor()">
11239         <size>7</size>
11240       </method>
11241       <method name="Int32 Main()">
11242         <size>173</size>
11243       </method>
11244     </type>
11245   </test>
11246   <test name="gtest-429.cs">
11247     <type name="CInt">
11248       <method name="Void .ctor(Int32)">
11249         <size>8</size>
11250       </method>
11251       <method name="CInt op_Implicit(Int32)">
11252         <size>7</size>
11253       </method>
11254       <method name="Int32 op_Implicit(CInt)">
11255         <size>8</size>
11256       </method>
11257     </type>
11258     <type name="Klass">
11259       <method name="Void .ctor(Nullable`1)">
11260         <size>14</size>
11261       </method>
11262     </type>
11263     <type name="MainClass">
11264       <method name="Void .ctor()">
11265         <size>7</size>
11266       </method>
11267       <method name="Int32 Main()">
11268         <size>36</size>
11269       </method>
11270     </type>
11271   </test>
11272   <test name="gtest-430.cs">
11273     <type name="Tmp">
11274       <method name="Void .ctor()">
11275         <size>7</size>
11276       </method>
11277     </type>
11278     <type name="Driver">
11279       <method name="Void .ctor()">
11280         <size>7</size>
11281       </method>
11282       <method name="Nullable`1 get_Prop()">
11283         <size>42</size>
11284       </method>
11285       <method name="Int32 Main()">
11286         <size>42</size>
11287       </method>
11288     </type>
11289   </test>
11290   <test name="gtest-431.cs">
11291     <type name="Program">
11292       <method name="Void .ctor()">
11293         <size>7</size>
11294       </method>
11295       <method name="Void Main()">
11296         <size>13</size>
11297       </method>
11298     </type>
11299   </test>
11300   <test name="gtest-432.cs">
11301     <type name="Test.Bar`2[T,U]">
11302       <method name="Void .ctor()">
11303         <size>7</size>
11304       </method>
11305       <method name="Void DoSomething[V]()">
11306         <size>1</size>
11307       </method>
11308     </type>
11309     <type name="Test.Baz">
11310       <method name="Void .ctor()">
11311         <size>7</size>
11312       </method>
11313       <method name="Void GetInTroubleHere()">
11314         <size>13</size>
11315       </method>
11316       <method name="Void Main()">
11317         <size>1</size>
11318       </method>
11319     </type>
11320   </test>
11321   <test name="gtest-433.cs">
11322     <type name="M">
11323       <method name="Void .ctor()">
11324         <size>7</size>
11325       </method>
11326       <method name="Void Main()">
11327         <size>37</size>
11328       </method>
11329     </type>
11330   </test>
11331   <test name="gtest-434.cs">
11332     <type name="testcase.Init">
11333       <method name="Void .ctor()">
11334         <size>7</size>
11335       </method>
11336       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
11337         <size>8</size>
11338       </method>
11339     </type>
11340     <type name="testcase.Program">
11341       <method name="Void .ctor()">
11342         <size>7</size>
11343       </method>
11344       <method name="Int32 Main()">
11345         <size>75</size>
11346       </method>
11347     </type>
11348   </test>
11349   <test name="gtest-435.cs">
11350     <type name="testcase.Program">
11351       <method name="Void .ctor()">
11352         <size>7</size>
11353       </method>
11354       <method name="Int32 Main()">
11355         <size>258</size>
11356       </method>
11357     </type>
11358   </test>
11359   <test name="gtest-436.cs">
11360     <type name="SomeClass">
11361       <method name="Void .ctor()">
11362         <size>7</size>
11363       </method>
11364       <method name="Int32 Main()">
11365         <size>2</size>
11366       </method>
11367     </type>
11368   </test>
11369   <test name="gtest-438.cs">
11370     <type name="Tests">
11371       <method name="Void .ctor()">
11372         <size>7</size>
11373       </method>
11374       <method name="ServiceType GetService[ServiceType](System.Object[])">
11375         <size>17</size>
11376       </method>
11377       <method name="Int32 Main()">
11378         <size>19</size>
11379       </method>
11380     </type>
11381   </test>
11382   <test name="gtest-439.cs">
11383     <type name="MonoBug.Stuff">
11384       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
11385         <size>8</size>
11386       </method>
11387     </type>
11388     <type name="MonoBug.GenericStuff`2[T1,T2]">
11389       <method name="Void .ctor(T1, T2)">
11390         <size>21</size>
11391       </method>
11392     </type>
11393     <type name="MonoBug.Program">
11394       <method name="Void Main()">
11395         <size>35</size>
11396       </method>
11397     </type>
11398   </test>
11399   <test name="gtest-440.cs">
11400     <type name="AnyObjectId">
11401       <method name="Void .ctor()">
11402         <size>7</size>
11403       </method>
11404       <method name="Int32 get_W1()">
11405         <size>7</size>
11406       </method>
11407       <method name="Void set_W1(Int32)">
11408         <size>8</size>
11409       </method>
11410     </type>
11411     <type name="ObjectId">
11412       <method name="Void .ctor()">
11413         <size>14</size>
11414       </method>
11415       <method name="Void Main()">
11416         <size>1</size>
11417       </method>
11418     </type>
11419   </test>
11420   <test name="gtest-441.cs">
11421     <type name="Name.Test">
11422       <method name="Void .ctor()">
11423         <size>7</size>
11424       </method>
11425     </type>
11426     <type name="Name.Subclass">
11427       <method name="Void .ctor()">
11428         <size>7</size>
11429       </method>
11430       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
11431         <size>7</size>
11432       </method>
11433       <method name="Void Main(System.String[])">
11434         <size>7</size>
11435       </method>
11436     </type>
11437   </test>
11438   <test name="gtest-442.cs">
11439     <type name="NonGenericBase">
11440       <method name="Void .ctor()">
11441         <size>7</size>
11442       </method>
11443       <method name="Int32 get_Item(Int32)">
11444         <size>0</size>
11445       </method>
11446     </type>
11447     <type name="GenericBase`1[T]">
11448       <method name="Void .ctor()">
11449         <size>7</size>
11450       </method>
11451       <method name="T get_Instance()">
11452         <size>7</size>
11453       </method>
11454       <method name="Void Foo()">
11455         <size>24</size>
11456       </method>
11457     </type>
11458     <type name="EntryPoint">
11459       <method name="Void .ctor()">
11460         <size>7</size>
11461       </method>
11462       <method name="Void Main()">
11463         <size>1</size>
11464       </method>
11465     </type>
11466   </test>
11467   <test name="gtest-443.cs">
11468     <type name="C">
11469       <method name="Void .ctor()">
11470         <size>7</size>
11471       </method>
11472       <method name="Void M[T]()">
11473         <size>28</size>
11474       </method>
11475       <method name="Int32 Main()">
11476         <size>7</size>
11477       </method>
11478     </type>
11479   </test>
11480   <test name="gtest-444.cs">
11481     <type name="MyClass">
11482       <method name="Void .ctor()">
11483         <size>7</size>
11484       </method>
11485       <method name="Int32 Main()">
11486         <size>114</size>
11487       </method>
11488     </type>
11489   </test>
11490   <test name="gtest-445.cs">
11491     <type name="Test">
11492       <method name="Void .ctor()">
11493         <size>7</size>
11494       </method>
11495       <method name="Void Main()">
11496         <size>1</size>
11497       </method>
11498       <method name="Void Foo[T](T ByRef)">
11499         <size>1</size>
11500       </method>
11501       <method name="Void Foo[T](T[])">
11502         <size>1</size>
11503       </method>
11504       <method name="Void Foo[T](T[,])">
11505         <size>1</size>
11506       </method>
11507       <method name="Void Foo[T](T[,,])">
11508         <size>1</size>
11509       </method>
11510       <method name="Void Bar(Int32 ByRef)">
11511         <size>1</size>
11512       </method>
11513       <method name="Void Bar(System.Int32[])">
11514         <size>1</size>
11515       </method>
11516       <method name="Void Bar(System.Int32[,])">
11517         <size>1</size>
11518       </method>
11519       <method name="Void Bar(System.Int32[,,])">
11520         <size>1</size>
11521       </method>
11522     </type>
11523   </test>
11524   <test name="gtest-446.cs">
11525     <type name="BugTest.Bug`1[T]">
11526       <method name="Void .ctor()">
11527         <size>7</size>
11528       </method>
11529       <method name="Void CreateObject(T ByRef)">
11530         <size>42</size>
11531       </method>
11532     </type>
11533     <type name="BugTest.Program">
11534       <method name="Int32 Main()">
11535         <size>16</size>
11536       </method>
11537     </type>
11538   </test>
11539   <test name="gtest-447.cs">
11540     <type name="B">
11541       <method name="Void .ctor()">
11542         <size>7</size>
11543       </method>
11544       <method name="Int32 Main()">
11545         <size>29</size>
11546       </method>
11547     </type>
11548   </test>
11549   <test name="gtest-449.cs">
11550     <type name="Program">
11551       <method name="Void .ctor()">
11552         <size>7</size>
11553       </method>
11554       <method name="Int32 Main()">
11555         <size>59</size>
11556       </method>
11557     </type>
11558   </test>
11559   <test name="gtest-450.cs">
11560     <type name="Program">
11561       <method name="Void .ctor()">
11562         <size>7</size>
11563       </method>
11564       <method name="Int32 Main()">
11565         <size>59</size>
11566       </method>
11567     </type>
11568   </test>
11569   <test name="gtest-453.cs">
11570     <type name="Test.CompilerTest">
11571       <method name="Void .ctor()">
11572         <size>7</size>
11573       </method>
11574       <method name="Int32 Main()">
11575         <size>12</size>
11576       </method>
11577       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
11578         <size>73</size>
11579       </method>
11580       <method name="Void ThisDoesNotWork()">
11581         <size>27</size>
11582       </method>
11583       <method name="Void ThisWorksFine()">
11584         <size>38</size>
11585       </method>
11586     </type>
11587   </test>
11588   <test name="gtest-454.cs">
11589     <type name="TestNS.TestCase">
11590       <method name="Void .ctor()">
11591         <size>7</size>
11592       </method>
11593       <method name="Int32 Compare[T](T[], T[])">
11594         <size>2</size>
11595       </method>
11596       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
11597         <size>30</size>
11598       </method>
11599       <method name="Int32 Main()">
11600         <size>19</size>
11601       </method>
11602     </type>
11603   </test>
11604   <test name="gtest-455.cs">
11605     <type name="ConsoleApplication1.Program">
11606       <method name="Void .ctor()">
11607         <size>7</size>
11608       </method>
11609       <method name="Void Main()">
11610         <size>14</size>
11611       </method>
11612     </type>
11613     <type name="ConsoleApplication1.Inner`1[T]">
11614       <method name="Void .ctor()">
11615         <size>7</size>
11616       </method>
11617       <method name="Void Compare(System.Object, T)">
11618         <size>13</size>
11619       </method>
11620     </type>
11621   </test>
11622   <test name="gtest-456.cs">
11623     <type name="G`1[T]">
11624       <method name="Void .ctor()">
11625         <size>7</size>
11626       </method>
11627     </type>
11628     <type name="G`1+S[T]">
11629       <method name="System.String Test()">
11630         <size>22</size>
11631       </method>
11632     </type>
11633     <type name="C">
11634       <method name="Int32 Main()">
11635         <size>36</size>
11636       </method>
11637       <method name="Void .ctor()">
11638         <size>7</size>
11639       </method>
11640     </type>
11641   </test>
11642   <test name="gtest-457.cs">
11643     <type name="Program">
11644       <method name="Void Foo[T]()">
11645         <size>1</size>
11646       </method>
11647       <method name="Int32 Main()">
11648         <size>2</size>
11649       </method>
11650       <method name="Void .ctor()">
11651         <size>7</size>
11652       </method>
11653     </type>
11654     <type name="Program+C">
11655       <method name="Void .ctor()">
11656         <size>7</size>
11657       </method>
11658     </type>
11659   </test>
11660   <test name="gtest-458.cs">
11661     <type name="MyList`1[T]">
11662       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
11663         <size>2</size>
11664       </method>
11665       <method name="Void .ctor()">
11666         <size>7</size>
11667       </method>
11668     </type>
11669     <type name="MyList`1+Helper`2[T,U,V]">
11670       <method name="Void .ctor()">
11671         <size>7</size>
11672       </method>
11673     </type>
11674     <type name="C">
11675       <method name="Int32 Main()">
11676         <size>13</size>
11677       </method>
11678       <method name="Void .ctor()">
11679         <size>7</size>
11680       </method>
11681     </type>
11682   </test>
11683   <test name="gtest-459.cs">
11684     <type name="GenericTest.OuterGeneric`1[T]">
11685       <method name="Void .ctor()">
11686         <size>7</size>
11687       </method>
11688     </type>
11689     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
11690       <method name="System.String GetTypeNames()">
11691         <size>41</size>
11692       </method>
11693       <method name="Void .ctor()">
11694         <size>7</size>
11695       </method>
11696     </type>
11697     <type name="GenericTest.Program">
11698       <method name="Int32 Main()">
11699         <size>14</size>
11700       </method>
11701       <method name="Void .ctor()">
11702         <size>7</size>
11703       </method>
11704     </type>
11705   </test>
11706   <test name="gtest-460.cs">
11707     <type name="Foo`1[T]">
11708       <method name="Void .ctor()">
11709         <size>7</size>
11710       </method>
11711     </type>
11712     <type name="Foo`1+Bar`1[T,V]">
11713       <method name="Void .ctor()">
11714         <size>7</size>
11715       </method>
11716     </type>
11717     <type name="FooImpl">
11718       <method name="Int32 Main()">
11719         <size>8</size>
11720       </method>
11721       <method name="Void .ctor()">
11722         <size>7</size>
11723       </method>
11724     </type>
11725     <type name="FooImpl+BarImpl">
11726       <method name="Void .ctor()">
11727         <size>7</size>
11728       </method>
11729     </type>
11730   </test>
11731   <test name="gtest-461.cs">
11732     <type name="Test.BaseContext">
11733       <method name="Void .ctor()">
11734         <size>7</size>
11735       </method>
11736     </type>
11737     <type name="Test.MyDataContext">
11738       <method name="Void .ctor()">
11739         <size>7</size>
11740       </method>
11741     </type>
11742     <type name="Test.Entity`1[T]">
11743       <method name="Void .ctor()">
11744         <size>7</size>
11745       </method>
11746     </type>
11747     <type name="Test.Person">
11748       <method name="Void .ctor()">
11749         <size>7</size>
11750       </method>
11751     </type>
11752     <type name="Test.TheBox`1[T]">
11753       <method name="U GetById[U](Guid)">
11754         <size>7</size>
11755       </method>
11756       <method name="Void .ctor()">
11757         <size>7</size>
11758       </method>
11759     </type>
11760     <type name="Test.Program">
11761       <method name="Void Main()">
11762         <size>19</size>
11763       </method>
11764       <method name="Void .ctor()">
11765         <size>7</size>
11766       </method>
11767     </type>
11768   </test>
11769   <test name="gtest-462.cs">
11770     <type name="Program">
11771       <method name="Int32 Main()">
11772         <size>79</size>
11773       </method>
11774       <method name="Void .ctor()">
11775         <size>7</size>
11776       </method>
11777     </type>
11778     <type name="Program+Tester`1[T]">
11779       <method name="T Get(System.Object)">
11780         <size>30</size>
11781       </method>
11782       <method name="Void .ctor()">
11783         <size>7</size>
11784       </method>
11785     </type>
11786   </test>
11787   <test name="gtest-463.cs">
11788     <type name="STuple`1[Ta]">
11789       <method name="Void .ctor(Ta)">
11790         <size>8</size>
11791       </method>
11792     </type>
11793     <type name="C">
11794       <method name="Int32 Main()">
11795         <size>10</size>
11796       </method>
11797       <method name="Void .ctor()">
11798         <size>7</size>
11799       </method>
11800     </type>
11801   </test>
11802   <test name="gtest-464.cs">
11803     <type name="Test">
11804       <method name="Int32 Main()">
11805         <size>28</size>
11806       </method>
11807       <method name="Void .ctor()">
11808         <size>7</size>
11809       </method>
11810     </type>
11811   </test>
11812   <test name="gtest-465.cs">
11813     <type name="DerivedClass">
11814       <method name="Void GenericMethod_1[T]()">
11815         <size>1</size>
11816       </method>
11817       <method name="Void GenericMethod_2[T]()">
11818         <size>1</size>
11819       </method>
11820       <method name="Void GenericMethod_3[T]()">
11821         <size>1</size>
11822       </method>
11823       <method name="Void .ctor()">
11824         <size>7</size>
11825       </method>
11826     </type>
11827     <type name="Program">
11828       <method name="Int32 Main()">
11829         <size>8</size>
11830       </method>
11831       <method name="Void .ctor()">
11832         <size>7</size>
11833       </method>
11834     </type>
11835   </test>
11836   <test name="gtest-466.cs">
11837     <type name="Program">
11838       <method name="Boolean Test[T](T)">
11839         <size>10</size>
11840       </method>
11841       <method name="Int32 Main()">
11842         <size>40</size>
11843       </method>
11844       <method name="Void .ctor()">
11845         <size>7</size>
11846       </method>
11847     </type>
11848   </test>
11849   <test name="gtest-467.cs">
11850     <type name="S">
11851       <method name="Int32 Main()">
11852         <size>79</size>
11853       </method>
11854     </type>
11855     <type name="A">
11856       <method name="A op_Implicit(S)">
11857         <size>6</size>
11858       </method>
11859       <method name="Void .ctor()">
11860         <size>7</size>
11861       </method>
11862     </type>
11863     <type name="B">
11864       <method name="Void .ctor()">
11865         <size>7</size>
11866       </method>
11867     </type>
11868   </test>
11869   <test name="gtest-468.cs">
11870     <type name="TS">
11871       <method name="Nullable`1 get_v()">
11872         <size>7</size>
11873       </method>
11874       <method name="Int32 Main()">
11875         <size>43</size>
11876       </method>
11877       <method name="Nullable`1 op_Implicit(TS)">
11878         <size>7</size>
11879       </method>
11880       <method name="TS op_Implicit(Nullable`1)">
11881         <size>2</size>
11882       </method>
11883       <method name="Void .ctor()">
11884         <size>7</size>
11885       </method>
11886     </type>
11887   </test>
11888   <test name="gtest-469.cs">
11889     <type name="Foo`2[T1,T2]">
11890       <method name="Void .ctor(T2)">
11891         <size>7</size>
11892       </method>
11893     </type>
11894     <type name="Bar">
11895       <method name="Int32 Main()">
11896         <size>13</size>
11897       </method>
11898       <method name="Void .ctor()">
11899         <size>7</size>
11900       </method>
11901     </type>
11902   </test>
11903   <test name="gtest-470.cs">
11904     <type name="C">
11905       <method name="Void Main()">
11906         <size>13</size>
11907       </method>
11908       <method name="Void .ctor()">
11909         <size>7</size>
11910       </method>
11911     </type>
11912   </test>
11913   <test name="gtest-471.cs">
11914     <type name="Q">
11915       <method name="Void bar[T](T ByRef)">
11916         <size>16</size>
11917       </method>
11918       <method name="Int32 Main()">
11919         <size>11</size>
11920       </method>
11921       <method name="Void .ctor()">
11922         <size>7</size>
11923       </method>
11924     </type>
11925   </test>
11926   <test name="gtest-472.cs">
11927     <type name="C`1[T]">
11928       <method name="Void CopyUnsafe(T[], System.Int64[])">
11929         <size>1</size>
11930       </method>
11931       <method name="Boolean CopyUnsafe(T[], Int64)">
11932         <size>2</size>
11933       </method>
11934       <method name="Void CopyUnsafe(T[])">
11935         <size>11</size>
11936       </method>
11937       <method name="Void .ctor()">
11938         <size>7</size>
11939       </method>
11940     </type>
11941     <type name="A">
11942       <method name="Void Main()">
11943         <size>1</size>
11944       </method>
11945       <method name="Void .ctor()">
11946         <size>7</size>
11947       </method>
11948     </type>
11949   </test>
11950   <test name="gtest-473.cs">
11951     <type name="A`1[X]">
11952       <method name="Void Foo[T]()">
11953         <size>1</size>
11954       </method>
11955       <method name="Void .ctor()">
11956         <size>7</size>
11957       </method>
11958     </type>
11959     <type name="B">
11960       <method name="Void Foo[T]()">
11961         <size>1</size>
11962       </method>
11963       <method name="Void .ctor()">
11964         <size>7</size>
11965       </method>
11966     </type>
11967     <type name="C">
11968       <method name="Int32 Main()">
11969         <size>8</size>
11970       </method>
11971       <method name="Void .ctor()">
11972         <size>7</size>
11973       </method>
11974     </type>
11975   </test>
11976   <test name="gtest-474.cs">
11977     <type name="A`1[X]">
11978       <method name="Void .ctor()">
11979         <size>7</size>
11980       </method>
11981     </type>
11982     <type name="B`1[T]">
11983       <method name="Void .ctor()">
11984         <size>7</size>
11985       </method>
11986     </type>
11987     <type name="C">
11988       <method name="Void Main()">
11989         <size>7</size>
11990       </method>
11991       <method name="Void .ctor()">
11992         <size>7</size>
11993       </method>
11994     </type>
11995   </test>
11996   <test name="gtest-475.cs">
11997     <type name="Value`1[T]">
11998       <method name="Void .ctor()">
11999         <size>7</size>
12000       </method>
12001       <method name="Void .cctor()">
12002         <size>1</size>
12003       </method>
12004     </type>
12005     <type name="Test`2[T,U]">
12006       <method name="Value`1[T] get_Value()">
12007         <size>2</size>
12008       </method>
12009       <method name="Void .ctor()">
12010         <size>7</size>
12011       </method>
12012     </type>
12013     <type name="Test`2+B[T,U]">
12014       <method name="Void .ctor(Value`1)">
12015         <size>7</size>
12016       </method>
12017       <method name="Void .cctor()">
12018         <size>16</size>
12019       </method>
12020     </type>
12021     <type name="C">
12022       <method name="Void Main()">
12023         <size>7</size>
12024       </method>
12025       <method name="Void .ctor()">
12026         <size>7</size>
12027       </method>
12028     </type>
12029   </test>
12030   <test name="gtest-476.cs">
12031     <type name="Test`1[T]">
12032       <method name="B First()">
12033         <size>10</size>
12034       </method>
12035       <method name="IFoo Second()">
12036         <size>15</size>
12037       </method>
12038       <method name="Void .ctor()">
12039         <size>7</size>
12040       </method>
12041     </type>
12042     <type name="C">
12043       <method name="Void Main()">
12044         <size>1</size>
12045       </method>
12046       <method name="Void .ctor()">
12047         <size>7</size>
12048       </method>
12049     </type>
12050   </test>
12051   <test name="gtest-477.cs">
12052     <type name="B`1[T]">
12053       <method name="Void .ctor()">
12054         <size>7</size>
12055       </method>
12056     </type>
12057     <type name="B`1+BNested[T]">
12058       <method name="Void .ctor()">
12059         <size>7</size>
12060       </method>
12061     </type>
12062     <type name="A`1[T]">
12063       <method name="Void .ctor()">
12064         <size>7</size>
12065       </method>
12066     </type>
12067     <type name="AA`1[T]">
12068       <method name="Void .ctor()">
12069         <size>7</size>
12070       </method>
12071     </type>
12072     <type name="AA`1+ANested[T]">
12073       <method name="Void .ctor()">
12074         <size>7</size>
12075       </method>
12076     </type>
12077     <type name="M">
12078       <method name="Void Main()">
12079         <size>1</size>
12080       </method>
12081       <method name="Void .ctor()">
12082         <size>7</size>
12083       </method>
12084     </type>
12085   </test>
12086   <test name="gtest-478.cs">
12087     <type name="M">
12088       <method name="Void Foo()">
12089         <size>1</size>
12090       </method>
12091       <method name="Void GenFoo()">
12092         <size>1</size>
12093       </method>
12094       <method name="Void Main()">
12095         <size>13</size>
12096       </method>
12097       <method name="Void .ctor()">
12098         <size>7</size>
12099       </method>
12100     </type>
12101   </test>
12102   <test name="gtest-479.cs">
12103     <type name="A">
12104       <method name="Void .ctor()">
12105         <size>7</size>
12106       </method>
12107     </type>
12108     <type name="B">
12109       <method name="Void .ctor()">
12110         <size>7</size>
12111       </method>
12112     </type>
12113     <type name="M">
12114       <method name="Void Test[T](I`1)">
12115         <size>1</size>
12116       </method>
12117       <method name="Void Main()">
12118         <size>21</size>
12119       </method>
12120       <method name="Void .ctor()">
12121         <size>7</size>
12122       </method>
12123     </type>
12124   </test>
12125   <test name="gtest-480.cs">
12126     <type name="C">
12127       <method name="Void Foo()">
12128         <size>55</size>
12129       </method>
12130       <method name="Void Main()">
12131         <size>30</size>
12132       </method>
12133       <method name="Void .ctor()">
12134         <size>7</size>
12135       </method>
12136     </type>
12137   </test>
12138   <test name="gtest-481.cs">
12139     <type name="TestClass`1[T]">
12140       <method name="Void Add(T[][] ByRef)">
12141         <size>1</size>
12142       </method>
12143       <method name="Void .ctor(Int32)">
12144         <size>18</size>
12145       </method>
12146     </type>
12147     <type name="C">
12148       <method name="Void Main()">
12149         <size>8</size>
12150       </method>
12151       <method name="Void .ctor()">
12152         <size>7</size>
12153       </method>
12154     </type>
12155   </test>
12156   <test name="gtest-482.cs">
12157     <type name="TestBug.BugClass`1[T]">
12158       <method name="Void add_Evt(System.EventHandler)">
12159         <size>1</size>
12160       </method>
12161       <method name="Void remove_Evt(System.EventHandler)">
12162         <size>1</size>
12163       </method>
12164       <method name="Void Bug()">
12165         <size>19</size>
12166       </method>
12167       <method name="Void Handler(System.Object, System.EventArgs)">
12168         <size>1</size>
12169       </method>
12170       <method name="Void .ctor()">
12171         <size>7</size>
12172       </method>
12173     </type>
12174     <type name="TestBug.MainClass">
12175       <method name="Void Main()">
12176         <size>25</size>
12177       </method>
12178       <method name="Void .ctor()">
12179         <size>7</size>
12180       </method>
12181     </type>
12182   </test>
12183   <test name="gtest-483.cs">
12184     <type name="Program">
12185       <method name="Int32 Main()">
12186         <size>86</size>
12187       </method>
12188       <method name="Void ReplaceContentsWith[T](T, T)">
12189         <size>91</size>
12190       </method>
12191       <method name="Void .ctor()">
12192         <size>7</size>
12193       </method>
12194     </type>
12195     <type name="Int32Collection">
12196       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12197         <size>17</size>
12198       </method>
12199       <method name="Int32 get_Count()">
12200         <size>12</size>
12201       </method>
12202       <method name="Int32 get_Item(Int32)">
12203         <size>13</size>
12204       </method>
12205       <method name="Void set_Item(Int32, Int32)">
12206         <size>14</size>
12207       </method>
12208       <method name="Void Add(Int32)">
12209         <size>13</size>
12210       </method>
12211       <method name="Void Clear()">
12212         <size>12</size>
12213       </method>
12214       <method name="Void .ctor()">
12215         <size>18</size>
12216       </method>
12217     </type>
12218   </test>
12219   <test name="gtest-484.cs">
12220     <type name="MainClass">
12221       <method name="Void Foo(System.Action`1[MainClass][][])">
12222         <size>1</size>
12223       </method>
12224       <method name="System.Action`1[MainClass][] Set(System.Action`1[MainClass][])">
12225         <size>2</size>
12226       </method>
12227       <method name="Void Bar(MainClass)">
12228         <size>1</size>
12229       </method>
12230       <method name="Void Main(System.String[])">
12231         <size>100</size>
12232       </method>
12233       <method name="Void .ctor()">
12234         <size>7</size>
12235       </method>
12236     </type>
12237   </test>
12238   <test name="gtest-485.cs">
12239     <type name="C">
12240       <method name="Void Main()">
12241         <size>1</size>
12242       </method>
12243       <method name="Void .ctor()">
12244         <size>7</size>
12245       </method>
12246     </type>
12247   </test>
12248   <test name="gtest-486.cs">
12249     <type name="MyCollection`1[T]">
12250       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12251         <size>2</size>
12252       </method>
12253       <method name="Void AddRange(IMyCollection`1)">
12254         <size>1</size>
12255       </method>
12256       <method name="Void AddRange(IEnumerable`1)">
12257         <size>1</size>
12258       </method>
12259       <method name="Int32 get_Count()">
12260         <size>2</size>
12261       </method>
12262       <method name="Boolean get_IsReadOnly()">
12263         <size>2</size>
12264       </method>
12265       <method name="Void Add(T)">
12266         <size>1</size>
12267       </method>
12268       <method name="Void Clear()">
12269         <size>1</size>
12270       </method>
12271       <method name="Boolean Contains(T)">
12272         <size>2</size>
12273       </method>
12274       <method name="Void CopyTo(T[], Int32)">
12275         <size>1</size>
12276       </method>
12277       <method name="Boolean Remove(T)">
12278         <size>2</size>
12279       </method>
12280       <method name="IEnumerator`1 GetEnumerator()">
12281         <size>2</size>
12282       </method>
12283       <method name="Void .ctor()">
12284         <size>7</size>
12285       </method>
12286     </type>
12287     <type name="P">
12288       <method name="MyCollection`1[System.String] get_IgnoreTokens()">
12289         <size>36</size>
12290       </method>
12291       <method name="Void Main()">
12292         <size>1</size>
12293       </method>
12294       <method name="Void .ctor()">
12295         <size>7</size>
12296       </method>
12297       <method name="Void .cctor()">
12298         <size>21</size>
12299       </method>
12300     </type>
12301   </test>
12302   <test name="gtest-487.cs">
12303     <type name="Limada.MonoTests.Generics.MultiDictionary`3[K,V,TDictionary]">
12304       <method name="Void .ctor()">
12305         <size>7</size>
12306       </method>
12307     </type>
12308     <type name="Limada.MonoTests.Generics.Test">
12309       <method name="Void Main()">
12310         <size>7</size>
12311       </method>
12312       <method name="Void .ctor()">
12313         <size>7</size>
12314       </method>
12315     </type>
12316   </test>
12317   <test name="gtest-488.cs">
12318     <type name="Ref">
12319       <method name="Void .ctor()">
12320         <size>7</size>
12321       </method>
12322     </type>
12323     <type name="Def">
12324       <method name="Void .ctor()">
12325         <size>7</size>
12326       </method>
12327     </type>
12328     <type name="FooProcessor`1[T]">
12329       <method name="Void Attach(T, Def)">
12330         <size>15</size>
12331       </method>
12332       <method name="Void .ctor()">
12333         <size>7</size>
12334       </method>
12335     </type>
12336     <type name="Program">
12337       <method name="Void Main()">
12338         <size>1</size>
12339       </method>
12340       <method name="Void .ctor()">
12341         <size>7</size>
12342       </method>
12343     </type>
12344   </test>
12345   <test name="gtest-489.cs">
12346     <type name="sample">
12347       <method name="TValue Value[TKey,TValue]()">
12348         <size>0</size>
12349       </method>
12350       <method name="Void Main()">
12351         <size>1</size>
12352       </method>
12353       <method name="Void .ctor()">
12354         <size>7</size>
12355       </method>
12356     </type>
12357     <type name="sample+nested`1[T]">
12358       <method name="TValue Value[TKey,TValue]()">
12359         <size>6</size>
12360       </method>
12361       <method name="Void .ctor()">
12362         <size>7</size>
12363       </method>
12364     </type>
12365   </test>
12366   <test name="gtest-490.cs">
12367     <type name="Foo">
12368       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
12369         <size>17</size>
12370       </method>
12371       <method name="IEnumerator GetEnumerator()">
12372         <size>17</size>
12373       </method>
12374       <method name="Void Main()">
12375         <size>1</size>
12376       </method>
12377       <method name="Void .ctor()">
12378         <size>18</size>
12379       </method>
12380     </type>
12381   </test>
12382   <test name="gtest-491.cs">
12383     <type name="ArrayEqualityComparer`1[T]">
12384       <method name="Boolean Equals(T[], T[])">
12385         <size>2</size>
12386       </method>
12387       <method name="Int32 GetHashCode(T[])">
12388         <size>2</size>
12389       </method>
12390       <method name="Void .ctor()">
12391         <size>7</size>
12392       </method>
12393     </type>
12394     <type name="Program">
12395       <method name="Int32 Main()">
12396         <size>13</size>
12397       </method>
12398       <method name="Void .ctor()">
12399         <size>7</size>
12400       </method>
12401     </type>
12402   </test>
12403   <test name="gtest-492.cs">
12404     <type name="B`1[T]">
12405       <method name="Void .ctor()">
12406         <size>7</size>
12407       </method>
12408     </type>
12409     <type name="A`1[T]">
12410       <method name="Void .ctor()">
12411         <size>7</size>
12412       </method>
12413     </type>
12414     <type name="A`1+C[T]">
12415       <method name="Void .ctor()">
12416         <size>7</size>
12417       </method>
12418     </type>
12419     <type name="M">
12420       <method name="Void Main()">
12421         <size>1</size>
12422       </method>
12423       <method name="Void .ctor()">
12424         <size>7</size>
12425       </method>
12426     </type>
12427   </test>
12428   <test name="gtest-493.cs">
12429     <type name="MonoGenericIteratorTest.MyType">
12430       <method name="Void .ctor()">
12431         <size>7</size>
12432       </method>
12433     </type>
12434     <type name="MonoGenericIteratorTest.MyCollectionBase`1[T]">
12435       <method name="IEnumerator GetEnumerator()">
12436         <size>17</size>
12437       </method>
12438       <method name="Void .ctor()">
12439         <size>7</size>
12440       </method>
12441     </type>
12442     <type name="MonoGenericIteratorTest.MyCollection">
12443       <method name="Void .ctor()">
12444         <size>7</size>
12445       </method>
12446     </type>
12447     <type name="MonoGenericIteratorTest.MainClass">
12448       <method name="Void Main(System.String[])">
12449         <size>75</size>
12450       </method>
12451       <method name="Void .ctor()">
12452         <size>7</size>
12453       </method>
12454     </type>
12455   </test>
12456   <test name="gtest-494.cs">
12457     <type name="Grid`1[CT]">
12458       <method name="Void .ctor()">
12459         <size>7</size>
12460       </method>
12461     </type>
12462     <type name="Grid`1+GPD[CT]">
12463       <method name="Void .ctor()">
12464         <size>18</size>
12465       </method>
12466     </type>
12467     <type name="Grid`1+GPD+GC[CT]">
12468       <method name="Void .ctor()">
12469         <size>7</size>
12470       </method>
12471     </type>
12472     <type name="H">
12473       <method name="Void .ctor()">
12474         <size>7</size>
12475       </method>
12476     </type>
12477     <type name="H+MyCT">
12478       <method name="Void .ctor()">
12479         <size>7</size>
12480       </method>
12481     </type>
12482     <type name="TheTest">
12483       <method name="Void Main(System.String[])">
12484         <size>7</size>
12485       </method>
12486       <method name="Void .ctor()">
12487         <size>7</size>
12488       </method>
12489     </type>
12490   </test>
12491   <test name="gtest-495.cs">
12492     <type name="Repro">
12493       <method name="Void Main()">
12494         <size>12</size>
12495       </method>
12496       <method name="Void .ctor()">
12497         <size>7</size>
12498       </method>
12499     </type>
12500     <type name="Repro+Outer">
12501       <method name="Void .ctor()">
12502         <size>7</size>
12503       </method>
12504     </type>
12505     <type name="Repro+Outer+Inner`1[T]">
12506       <method name="Void .ctor()">
12507         <size>7</size>
12508       </method>
12509     </type>
12510   </test>
12511   <test name="gtest-496.cs">
12512     <type name="Base">
12513       <method name="T EndExecute[T](System.Object, System.String)">
12514         <size>7</size>
12515       </method>
12516       <method name="Void .ctor()">
12517         <size>7</size>
12518       </method>
12519     </type>
12520     <type name="Derived">
12521       <method name="Derived EndExecute[TElement](System.Object)">
12522         <size>2</size>
12523       </method>
12524       <method name="Void .ctor()">
12525         <size>7</size>
12526       </method>
12527     </type>
12528     <type name="a">
12529       <method name="Int32 Main()">
12530         <size>14</size>
12531       </method>
12532       <method name="Void .ctor()">
12533         <size>7</size>
12534       </method>
12535     </type>
12536   </test>
12537   <test name="gtest-497.cs">
12538     <type name="Item">
12539       <method name="Void .ctor()">
12540         <size>7</size>
12541       </method>
12542     </type>
12543     <type name="ItemCollection`1[T]">
12544       <method name="Void Bind[U](ItemCollection`1[U])">
12545         <size>1</size>
12546       </method>
12547       <method name="Void .ctor()">
12548         <size>7</size>
12549       </method>
12550     </type>
12551     <type name="a">
12552       <method name="Void Main()">
12553         <size>14</size>
12554       </method>
12555       <method name="Void .ctor()">
12556         <size>7</size>
12557       </method>
12558     </type>
12559   </test>
12560   <test name="gtest-498.cs">
12561     <type name="A">
12562       <method name="Int32 Main()">
12563         <size>16</size>
12564       </method>
12565       <method name="Void .ctor()">
12566         <size>15</size>
12567       </method>
12568     </type>
12569   </test>
12570   <test name="gtest-499.cs">
12571     <type name="C">
12572       <method name="Int32 Test[T](T[])">
12573         <size>21</size>
12574       </method>
12575       <method name="Int32 TestExtra[T](T[,])">
12576         <size>22</size>
12577       </method>
12578       <method name="Int32 Main()">
12579         <size>118</size>
12580       </method>
12581       <method name="Void .ctor()">
12582         <size>7</size>
12583       </method>
12584     </type>
12585   </test>
12586   <test name="gtest-500.cs">
12587     <type name="Program">
12588       <method name="Int32 Main()">
12589         <size>70</size>
12590       </method>
12591       <method name="Void .ctor()">
12592         <size>7</size>
12593       </method>
12594     </type>
12595   </test>
12596   <test name="gtest-501.cs">
12597     <type name="UndoableDictionary`2[TKey,TValue]">
12598       <method name="Void TestFunc()">
12599         <size>1</size>
12600       </method>
12601       <method name="Void .ctor()">
12602         <size>7</size>
12603       </method>
12604     </type>
12605     <type name="UpdateableCollection`1[T]">
12606       <method name="Void AddReferences()">
12607         <size>1</size>
12608       </method>
12609       <method name="Void TestFunc()">
12610         <size>1</size>
12611       </method>
12612       <method name="Void .ctor()">
12613         <size>7</size>
12614       </method>
12615     </type>
12616     <type name="UpdateableCollection`1+X[T]">
12617       <method name="Void .ctor()">
12618         <size>7</size>
12619       </method>
12620     </type>
12621     <type name="C">
12622       <method name="Int32 Main()">
12623         <size>8</size>
12624       </method>
12625       <method name="Void .ctor()">
12626         <size>7</size>
12627       </method>
12628     </type>
12629   </test>
12630   <test name="gtest-502.cs">
12631     <type name="C`1[T]">
12632       <method name="Void .ctor()">
12633         <size>7</size>
12634       </method>
12635       <method name="Void .cctor()">
12636         <size>31</size>
12637       </method>
12638     </type>
12639     <type name="C`1+Foo`1[T,U]">
12640       <method name="Void .ctor()">
12641         <size>7</size>
12642       </method>
12643     </type>
12644     <type name="C`1+Simple[T]">
12645       <method name="Void .ctor()">
12646         <size>7</size>
12647       </method>
12648     </type>
12649     <type name="M">
12650       <method name="Void Main()">
12651         <size>7</size>
12652       </method>
12653       <method name="Void .ctor()">
12654         <size>7</size>
12655       </method>
12656     </type>
12657   </test>
12658   <test name="gtest-503.cs">
12659     <type name="TestAttribute">
12660       <method name="Void .ctor(Type)">
12661         <size>7</size>
12662       </method>
12663     </type>
12664     <type name="C`1[T]">
12665       <method name="Void .ctor()">
12666         <size>7</size>
12667       </method>
12668     </type>
12669     <type name="C`1+N`1[T,U]">
12670       <method name="Void .ctor()">
12671         <size>7</size>
12672       </method>
12673     </type>
12674     <type name="A">
12675       <method name="Int32 Main()">
12676         <size>28</size>
12677       </method>
12678       <method name="Void .ctor()">
12679         <size>7</size>
12680       </method>
12681     </type>
12682   </test>
12683   <test name="gtest-504.cs">
12684     <type name="C">
12685       <method name="Void Main()">
12686         <size>1</size>
12687       </method>
12688       <method name="Void .ctor()">
12689         <size>7</size>
12690       </method>
12691     </type>
12692   </test>
12693   <test name="gtest-505.cs">
12694     <type name="C">
12695       <method name="Int32 Test(System.Collections.Generic.List`1[System.Int32])">
12696         <size>3</size>
12697       </method>
12698       <method name="Int32 Test(System.String)">
12699         <size>3</size>
12700       </method>
12701       <method name="Int32 Test(Int32)">
12702         <size>2</size>
12703       </method>
12704       <method name="R Method[T,R](IEnumerable`1, System.Func`2[T,R])">
12705         <size>16</size>
12706       </method>
12707       <method name="R Method2[T,R](IEnumerable`1, System.Func`2[System.Collections.Generic.List`1[T],R])">
12708         <size>8</size>
12709       </method>
12710       <method name="Int32 Main()">
12711         <size>73</size>
12712       </method>
12713       <method name="Void .ctor()">
12714         <size>7</size>
12715       </method>
12716     </type>
12717   </test>
12718   <test name="gtest-506.cs">
12719     <type name="C">
12720       <method name="Void Main()">
12721         <size>9</size>
12722       </method>
12723       <method name="Void .ctor()">
12724         <size>7</size>
12725       </method>
12726     </type>
12727   </test>
12728   <test name="gtest-507.cs">
12729     <type name="A">
12730       <method name="Int32 Main()">
12731         <size>26</size>
12732       </method>
12733       <method name="Void .ctor()">
12734         <size>7</size>
12735       </method>
12736     </type>
12737     <type name="B`1[T]">
12738       <method name="Int32 get_Item(T)">
12739         <size>2</size>
12740       </method>
12741       <method name="Int32 get_Item(System.Object)">
12742         <size>2</size>
12743       </method>
12744       <method name="Void .ctor()">
12745         <size>7</size>
12746       </method>
12747     </type>
12748   </test>
12749   <test name="gtest-508.cs">
12750     <type name="B">
12751       <method name="Void Main()">
12752         <size>8</size>
12753       </method>
12754       <method name="Void .ctor(Int32)">
12755         <size>8</size>
12756       </method>
12757     </type>
12758     <type name="A`1[T]">
12759       <method name="Void .ctor(T)">
12760         <size>7</size>
12761       </method>
12762     </type>
12763   </test>
12764   <test name="gtest-anon-1.cs">
12765     <type name="X">
12766       <method name="Void .ctor()">
12767         <size>7</size>
12768       </method>
12769       <method name="Void Hello[U](U)">
12770         <size>1</size>
12771       </method>
12772       <method name="Void Test[T](T)">
12773         <size>64</size>
12774       </method>
12775       <method name="Void Main()">
12776         <size>14</size>
12777       </method>
12778     </type>
12779     <type name="Foo">
12780       <method name="Void .ctor(Object, IntPtr)">
12781         <size>0</size>
12782       </method>
12783       <method name="Void Invoke()">
12784         <size>0</size>
12785       </method>
12786       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12787         <size>0</size>
12788       </method>
12789       <method name="Void EndInvoke(IAsyncResult)">
12790         <size>0</size>
12791       </method>
12792     </type>
12793     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
12794       <method name="Void .ctor()">
12795         <size>7</size>
12796       </method>
12797       <method name="Void &lt;&gt;m__0()">
12798         <size>18</size>
12799       </method>
12800     </type>
12801   </test>
12802   <test name="gtest-anon-10.cs">
12803     <type name="X">
12804       <method name="Void .ctor()">
12805         <size>7</size>
12806       </method>
12807       <method name="IEnumerable`1 Test[T](T, T)">
12808         <size>44</size>
12809       </method>
12810       <method name="Int32 Main()">
12811         <size>95</size>
12812       </method>
12813     </type>
12814     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
12815       <method name="Void .ctor()">
12816         <size>7</size>
12817       </method>
12818       <method name="System.Object System.Collections.IEnumerator.get_Current()">
12819         <size>12</size>
12820       </method>
12821       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12822         <size>7</size>
12823       </method>
12824       <method name="Boolean MoveNext()">
12825         <size>110</size>
12826       </method>
12827       <method name="Void Dispose()">
12828         <size>8</size>
12829       </method>
12830       <method name="Void Reset()">
12831         <size>6</size>
12832       </method>
12833       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
12834         <size>7</size>
12835       </method>
12836       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12837         <size>52</size>
12838       </method>
12839     </type>
12840   </test>
12841   <test name="gtest-anon-11.cs">
12842     <type name="Test`1[R]">
12843       <method name="Void .ctor()">
12844         <size>7</size>
12845       </method>
12846       <method name="Void World[S,T](S, T)">
12847         <size>1</size>
12848       </method>
12849       <method name="Void Hello[U,V](U, V)">
12850         <size>47</size>
12851       </method>
12852     </type>
12853     <type name="X">
12854       <method name="Void .ctor()">
12855         <size>7</size>
12856       </method>
12857       <method name="Void Main()">
12858         <size>21</size>
12859       </method>
12860     </type>
12861     <type name="Foo">
12862       <method name="Void .ctor(Object, IntPtr)">
12863         <size>0</size>
12864       </method>
12865       <method name="Void Invoke()">
12866         <size>0</size>
12867       </method>
12868       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12869         <size>0</size>
12870       </method>
12871       <method name="Void EndInvoke(IAsyncResult)">
12872         <size>0</size>
12873       </method>
12874     </type>
12875     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
12876       <method name="Void .ctor()">
12877         <size>7</size>
12878       </method>
12879       <method name="Void &lt;&gt;m__0()">
12880         <size>24</size>
12881       </method>
12882     </type>
12883   </test>
12884   <test name="gtest-anon-12.cs">
12885     <type name="World`1[T]">
12886       <method name="Void .ctor()">
12887         <size>7</size>
12888       </method>
12889       <method name="Void Hello[U](U)">
12890         <size>1</size>
12891       </method>
12892       <method name="Void Test(T)">
12893         <size>46</size>
12894       </method>
12895     </type>
12896     <type name="X">
12897       <method name="Void .ctor()">
12898         <size>7</size>
12899       </method>
12900       <method name="Void Main()">
12901         <size>18</size>
12902       </method>
12903     </type>
12904     <type name="Foo">
12905       <method name="Void .ctor(Object, IntPtr)">
12906         <size>0</size>
12907       </method>
12908       <method name="Void Invoke()">
12909         <size>0</size>
12910       </method>
12911       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12912         <size>0</size>
12913       </method>
12914       <method name="Void EndInvoke(IAsyncResult)">
12915         <size>0</size>
12916       </method>
12917     </type>
12918     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
12919       <method name="Void .ctor()">
12920         <size>7</size>
12921       </method>
12922       <method name="Void &lt;&gt;m__0()">
12923         <size>18</size>
12924       </method>
12925     </type>
12926   </test>
12927   <test name="gtest-anon-13.cs">
12928     <type name="X">
12929       <method name="Void .ctor()">
12930         <size>7</size>
12931       </method>
12932       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
12933         <size>13</size>
12934       </method>
12935       <method name="Void Main()">
12936         <size>1</size>
12937       </method>
12938     </type>
12939     <type name="X+ModuleBinder`1[T]">
12940       <method name="Void .ctor(Object, IntPtr)">
12941         <size>0</size>
12942       </method>
12943       <method name="T Invoke(System.Object)">
12944         <size>0</size>
12945       </method>
12946       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
12947         <size>0</size>
12948       </method>
12949       <method name="T EndInvoke(IAsyncResult)">
12950         <size>0</size>
12951       </method>
12952     </type>
12953     <type name="X">
12954       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
12955         <size>7</size>
12956       </method>
12957     </type>
12958   </test>
12959   <test name="gtest-anon-14.cs">
12960     <type name="T">
12961       <method name="Void .ctor()">
12962         <size>7</size>
12963       </method>
12964       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
12965         <size>1</size>
12966       </method>
12967       <method name="Void SomeCaller()">
12968         <size>36</size>
12969       </method>
12970       <method name="Void Main()">
12971         <size>1</size>
12972       </method>
12973       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
12974         <size>2</size>
12975       </method>
12976     </type>
12977   </test>
12978   <test name="gtest-anon-15.cs">
12979     <type name="Test`1[T]">
12980       <method name="Void .ctor()">
12981         <size>7</size>
12982       </method>
12983       <method name="Void Hello[S](T, S)">
12984         <size>42</size>
12985       </method>
12986     </type>
12987     <type name="X">
12988       <method name="Void .ctor()">
12989         <size>7</size>
12990       </method>
12991       <method name="Void Main()">
12992         <size>16</size>
12993       </method>
12994     </type>
12995     <type name="Foo`1[V]">
12996       <method name="Void .ctor(Object, IntPtr)">
12997         <size>0</size>
12998       </method>
12999       <method name="Void Invoke(V)">
13000         <size>0</size>
13001       </method>
13002       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
13003         <size>0</size>
13004       </method>
13005       <method name="Void EndInvoke(IAsyncResult)">
13006         <size>0</size>
13007       </method>
13008     </type>
13009     <type name="Bar`1[W]">
13010       <method name="Void .ctor(Object, IntPtr)">
13011         <size>0</size>
13012       </method>
13013       <method name="Void Invoke(W)">
13014         <size>0</size>
13015       </method>
13016       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
13017         <size>0</size>
13018       </method>
13019       <method name="Void EndInvoke(IAsyncResult)">
13020         <size>0</size>
13021       </method>
13022     </type>
13023     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
13024       <method name="Void .ctor()">
13025         <size>7</size>
13026       </method>
13027       <method name="Void &lt;&gt;m__0(Int64)">
13028         <size>57</size>
13029       </method>
13030     </type>
13031     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
13032       <method name="Void .ctor()">
13033         <size>7</size>
13034       </method>
13035       <method name="Void &lt;&gt;m__1(T)">
13036         <size>65</size>
13037       </method>
13038     </type>
13039   </test>
13040   <test name="gtest-anon-16.cs">
13041     <type name="A">
13042       <method name="Void .ctor(TestFunc`1)">
13043         <size>7</size>
13044       </method>
13045       <method name="Void Main()">
13046         <size>1</size>
13047       </method>
13048     </type>
13049     <type name="TestClass">
13050       <method name="Void .ctor()">
13051         <size>47</size>
13052       </method>
13053       <method name="Void Func[T](TestFunc`1[T])">
13054         <size>1</size>
13055       </method>
13056     </type>
13057     <type name="TestFunc`1[T]">
13058       <method name="Void .ctor(Object, IntPtr)">
13059         <size>0</size>
13060       </method>
13061       <method name="Void Invoke(T)">
13062         <size>0</size>
13063       </method>
13064       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
13065         <size>0</size>
13066       </method>
13067       <method name="Void EndInvoke(IAsyncResult)">
13068         <size>0</size>
13069       </method>
13070     </type>
13071     <type name="TestClass">
13072       <method name="Void &lt;a&gt;m__0(Int32)">
13073         <size>1</size>
13074       </method>
13075     </type>
13076   </test>
13077   <test name="gtest-anon-17.cs">
13078     <type name="C">
13079       <method name="Void .ctor()">
13080         <size>7</size>
13081       </method>
13082       <method name="Void Test[T,U](C+Func`1[T], U)">
13083         <size>1</size>
13084       </method>
13085       <method name="Void Main()">
13086         <size>75</size>
13087       </method>
13088     </type>
13089     <type name="C+Func`1[T]">
13090       <method name="Void .ctor(Object, IntPtr)">
13091         <size>0</size>
13092       </method>
13093       <method name="T Invoke(T)">
13094         <size>0</size>
13095       </method>
13096       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
13097         <size>0</size>
13098       </method>
13099       <method name="T EndInvoke(IAsyncResult)">
13100         <size>0</size>
13101       </method>
13102     </type>
13103     <type name="C">
13104       <method name="Int32 &lt;Main&gt;m__0(Int32)">
13105         <size>2</size>
13106       </method>
13107       <method name="Int32 &lt;Main&gt;m__1(Int32)">
13108         <size>2</size>
13109       </method>
13110     </type>
13111   </test>
13112   <test name="gtest-anon-18.cs">
13113     <type name="C">
13114       <method name="Void .ctor()">
13115         <size>7</size>
13116       </method>
13117       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
13118         <size>10</size>
13119       </method>
13120       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
13121         <size>10</size>
13122       </method>
13123       <method name="Void Test2[T]()">
13124         <size>19</size>
13125       </method>
13126       <method name="Void Main()">
13127         <size>100</size>
13128       </method>
13129     </type>
13130     <type name="C+Func`2[TR,TA]">
13131       <method name="Void .ctor(Object, IntPtr)">
13132         <size>0</size>
13133       </method>
13134       <method name="TR Invoke(TA)">
13135         <size>0</size>
13136       </method>
13137       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
13138         <size>0</size>
13139       </method>
13140       <method name="TR EndInvoke(IAsyncResult)">
13141         <size>0</size>
13142       </method>
13143     </type>
13144     <type name="C">
13145       <method name="Int32 &lt;Main&gt;m__1(Int32)">
13146         <size>16</size>
13147       </method>
13148       <method name="System.String &lt;Main&gt;m__2(Int32)">
13149         <size>6</size>
13150       </method>
13151       <method name="System.String &lt;Main&gt;m__3(Int32)">
13152         <size>6</size>
13153       </method>
13154       <method name="T &lt;Test2`1&gt;m__0[T](T)">
13155         <size>2</size>
13156       </method>
13157     </type>
13158   </test>
13159   <test name="gtest-anon-19.cs">
13160     <type name="Test">
13161       <method name="Void .ctor()">
13162         <size>7</size>
13163       </method>
13164       <method name="Void TestNaturalSort()">
13165         <size>31</size>
13166       </method>
13167       <method name="Void Main()">
13168         <size>6</size>
13169       </method>
13170     </type>
13171     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
13172       <method name="Void .ctor()">
13173         <size>7</size>
13174       </method>
13175       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
13176         <size>113</size>
13177       </method>
13178     </type>
13179     <type name="Test">
13180       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
13181         <size>106</size>
13182       </method>
13183     </type>
13184     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
13185       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
13186         <size>113</size>
13187       </method>
13188     </type>
13189   </test>
13190   <test name="gtest-anon-2.cs">
13191     <type name="X">
13192       <method name="Void .ctor()">
13193         <size>7</size>
13194       </method>
13195       <method name="Void Hello[U](U)">
13196         <size>1</size>
13197       </method>
13198       <method name="Void Test[T](T)">
13199         <size>71</size>
13200       </method>
13201       <method name="Void Main()">
13202         <size>14</size>
13203       </method>
13204     </type>
13205     <type name="Simple">
13206       <method name="Void .ctor(Object, IntPtr)">
13207         <size>0</size>
13208       </method>
13209       <method name="Void Invoke()">
13210         <size>0</size>
13211       </method>
13212       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13213         <size>0</size>
13214       </method>
13215       <method name="Void EndInvoke(IAsyncResult)">
13216         <size>0</size>
13217       </method>
13218     </type>
13219     <type name="Foo">
13220       <method name="Void .ctor(Object, IntPtr)">
13221         <size>0</size>
13222       </method>
13223       <method name="Simple Invoke()">
13224         <size>0</size>
13225       </method>
13226       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13227         <size>0</size>
13228       </method>
13229       <method name="Simple EndInvoke(IAsyncResult)">
13230         <size>0</size>
13231       </method>
13232     </type>
13233     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
13234       <method name="Void .ctor()">
13235         <size>7</size>
13236       </method>
13237       <method name="Simple &lt;&gt;m__0()">
13238         <size>55</size>
13239       </method>
13240     </type>
13241     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
13242       <method name="Void .ctor()">
13243         <size>7</size>
13244       </method>
13245       <method name="Void &lt;&gt;m__1()">
13246         <size>50</size>
13247       </method>
13248     </type>
13249   </test>
13250   <test name="gtest-anon-21.cs">
13251     <type name="BaseObject">
13252       <method name="Void .ctor()">
13253         <size>7</size>
13254       </method>
13255       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
13256         <size>53</size>
13257       </method>
13258       <method name="T MakeSomething[T]()">
13259         <size>7</size>
13260       </method>
13261       <method name="Int32 Main()">
13262         <size>10</size>
13263       </method>
13264       <method name="Void Closure(EmptyDelegate)">
13265         <size>1</size>
13266       </method>
13267     </type>
13268     <type name="EmptyDelegate">
13269       <method name="Void .ctor(Object, IntPtr)">
13270         <size>0</size>
13271       </method>
13272       <method name="Void Invoke()">
13273         <size>0</size>
13274       </method>
13275       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13276         <size>0</size>
13277       </method>
13278       <method name="Void EndInvoke(IAsyncResult)">
13279         <size>0</size>
13280       </method>
13281     </type>
13282     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
13283       <method name="Void .ctor()">
13284         <size>7</size>
13285       </method>
13286       <method name="Void &lt;&gt;m__0()">
13287         <size>17</size>
13288       </method>
13289     </type>
13290   </test>
13291   <test name="gtest-anon-22.cs">
13292     <type name="C">
13293       <method name="Void .ctor()">
13294         <size>7</size>
13295       </method>
13296       <method name="Int32 Foo(D1)">
13297         <size>2</size>
13298       </method>
13299       <method name="Int32 Foo(D2)">
13300         <size>2</size>
13301       </method>
13302       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
13303         <size>2</size>
13304       </method>
13305       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
13306         <size>2</size>
13307       </method>
13308       <method name="Int32 Main()">
13309         <size>82</size>
13310       </method>
13311     </type>
13312     <type name="D1">
13313       <method name="Void .ctor(Object, IntPtr)">
13314         <size>0</size>
13315       </method>
13316       <method name="Int32 Invoke()">
13317         <size>0</size>
13318       </method>
13319       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13320         <size>0</size>
13321       </method>
13322       <method name="Int32 EndInvoke(IAsyncResult)">
13323         <size>0</size>
13324       </method>
13325     </type>
13326     <type name="D2">
13327       <method name="Void .ctor(Object, IntPtr)">
13328         <size>0</size>
13329       </method>
13330       <method name="Int64 Invoke()">
13331         <size>0</size>
13332       </method>
13333       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13334         <size>0</size>
13335       </method>
13336       <method name="Int64 EndInvoke(IAsyncResult)">
13337         <size>0</size>
13338       </method>
13339     </type>
13340     <type name="C">
13341       <method name="Int32 &lt;Main&gt;m__0()">
13342         <size>2</size>
13343       </method>
13344     </type>
13345   </test>
13346   <test name="gtest-anon-23.cs">
13347     <type name="MemberAccessData">
13348       <method name="Void .ctor()">
13349         <size>7</size>
13350       </method>
13351       <method name="Void set_MyTypeProperty(Nullable`1)">
13352         <size>8</size>
13353       </method>
13354       <method name="Nullable`1 get_MyTypeProperty()">
13355         <size>7</size>
13356       </method>
13357     </type>
13358     <type name="C">
13359       <method name="Void .ctor()">
13360         <size>7</size>
13361       </method>
13362       <method name="Void Test(C+D)">
13363         <size>1</size>
13364       </method>
13365       <method name="Void Main()">
13366         <size>200</size>
13367       </method>
13368     </type>
13369     <type name="C+D">
13370       <method name="Void .ctor(Object, IntPtr)">
13371         <size>0</size>
13372       </method>
13373       <method name="Void Invoke()">
13374         <size>0</size>
13375       </method>
13376       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13377         <size>0</size>
13378       </method>
13379       <method name="Void EndInvoke(IAsyncResult)">
13380         <size>0</size>
13381       </method>
13382     </type>
13383     <type name="C+&lt;Main&gt;c__AnonStorey0">
13384       <method name="Void .ctor()">
13385         <size>7</size>
13386       </method>
13387       <method name="Void &lt;&gt;m__0()">
13388         <size>38</size>
13389       </method>
13390       <method name="Void &lt;&gt;m__1()">
13391         <size>32</size>
13392       </method>
13393     </type>
13394     <type name="C">
13395       <method name="Void &lt;Main&gt;m__2()">
13396         <size>16</size>
13397       </method>
13398       <method name="Void &lt;Main&gt;m__3()">
13399         <size>16</size>
13400       </method>
13401       <method name="Void &lt;Main&gt;m__4()">
13402         <size>61</size>
13403       </method>
13404       <method name="Void &lt;Main&gt;m__5()">
13405         <size>53</size>
13406       </method>
13407     </type>
13408     <type name="&lt;PrivateImplementationDetails&gt;">
13409       <method name="Void .ctor()">
13410         <size>7</size>
13411       </method>
13412     </type>
13413   </test>
13414   <test name="gtest-anon-24.cs">
13415     <type name="Disposable`1[T]">
13416       <method name="Void .ctor()">
13417         <size>7</size>
13418       </method>
13419       <method name="Void Dispose()">
13420         <size>1</size>
13421       </method>
13422     </type>
13423     <type name="Test">
13424       <method name="Void .ctor()">
13425         <size>7</size>
13426       </method>
13427       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
13428         <size>38</size>
13429       </method>
13430       <method name="System.Func`1[T] Throw[T](T)">
13431         <size>26</size>
13432       </method>
13433       <method name="System.Func`1[T] Do[T](T)">
13434         <size>26</size>
13435       </method>
13436       <method name="System.Func`1[T] Lock[T](T)">
13437         <size>26</size>
13438       </method>
13439       <method name="System.Func`1[T] Catch[T](T)">
13440         <size>26</size>
13441       </method>
13442       <method name="System.Func`1[T] Finally[T](T)">
13443         <size>26</size>
13444       </method>
13445       <method name="System.Func`1[T] Using[T](T)">
13446         <size>57</size>
13447       </method>
13448       <method name="System.Func`1[T] Switch[T](T)">
13449         <size>38</size>
13450       </method>
13451       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
13452         <size>26</size>
13453       </method>
13454       <method name="Int32 Main()">
13455         <size>568</size>
13456       </method>
13457     </type>
13458     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
13459       <method name="Void .ctor()">
13460         <size>7</size>
13461       </method>
13462       <method name="T[] &lt;&gt;m__0()">
13463         <size>56</size>
13464       </method>
13465     </type>
13466     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
13467       <method name="Void .ctor()">
13468         <size>7</size>
13469       </method>
13470       <method name="T &lt;&gt;m__1()">
13471         <size>23</size>
13472       </method>
13473     </type>
13474     <type name="Test">
13475       <method name="Void ArrayMutate[T](T[])">
13476         <size>27</size>
13477       </method>
13478       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
13479         <size>26</size>
13480       </method>
13481       <method name="System.Func`1[System.Type] TypeOf[T](T)">
13482         <size>38</size>
13483       </method>
13484     </type>
13485     <type name="Test+&lt;TypeOf&gt;c__AnonStorey2`1[T]">
13486       <method name="System.Type &lt;&gt;m__2()">
13487         <size>56</size>
13488       </method>
13489       <method name="Void .ctor()">
13490         <size>7</size>
13491       </method>
13492     </type>
13493     <type name="Test+&lt;Do&gt;c__AnonStorey3`1[T]">
13494       <method name="T &lt;&gt;m__3()">
13495         <size>28</size>
13496       </method>
13497       <method name="Void .ctor()">
13498         <size>7</size>
13499       </method>
13500     </type>
13501     <type name="Test+&lt;Lock&gt;c__AnonStorey4`1[T]">
13502       <method name="T &lt;&gt;m__4()">
13503         <size>65</size>
13504       </method>
13505       <method name="Void .ctor()">
13506         <size>7</size>
13507       </method>
13508     </type>
13509     <type name="Test+&lt;Catch&gt;c__AnonStorey5`1[T]">
13510       <method name="T &lt;&gt;m__5()">
13511         <size>48</size>
13512       </method>
13513       <method name="Void .ctor()">
13514         <size>7</size>
13515       </method>
13516     </type>
13517     <type name="Test+&lt;Finally&gt;c__AnonStorey6`1[T]">
13518       <method name="T &lt;&gt;m__6()">
13519         <size>50</size>
13520       </method>
13521       <method name="Void .ctor()">
13522         <size>7</size>
13523       </method>
13524     </type>
13525     <type name="Test+&lt;Using&gt;c__AnonStorey7`1[T]">
13526       <method name="T &lt;&gt;m__7()">
13527         <size>7</size>
13528       </method>
13529       <method name="Void .ctor()">
13530         <size>7</size>
13531       </method>
13532     </type>
13533     <type name="Test+&lt;Switch&gt;c__AnonStorey8`1[T]">
13534       <method name="T &lt;&gt;m__8()">
13535         <size>35</size>
13536       </method>
13537       <method name="Void .ctor()">
13538         <size>7</size>
13539       </method>
13540     </type>
13541     <type name="Test+&lt;ForForeach&gt;c__AnonStorey9`1[T]">
13542       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__9()">
13543         <size>56</size>
13544       </method>
13545       <method name="Void .ctor()">
13546         <size>7</size>
13547       </method>
13548     </type>
13549     <type name="Test+&lt;ArrayMutate&gt;c__AnonStoreyA`1[T]">
13550       <method name="Void &lt;&gt;m__A(Int32)">
13551         <size>36</size>
13552       </method>
13553       <method name="Void .ctor()">
13554         <size>7</size>
13555       </method>
13556     </type>
13557     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyB`1[T]">
13558       <method name="T[][] &lt;&gt;m__B()">
13559         <size>48</size>
13560       </method>
13561       <method name="Void .ctor()">
13562         <size>7</size>
13563       </method>
13564     </type>
13565     <type name="CA`1[T]">
13566       <method name="Void .ctor()">
13567         <size>7</size>
13568       </method>
13569     </type>
13570     <type name="Test">
13571       <method name="System.Func`1[T[]] NestedTypeMutate[T]()">
13572         <size>34</size>
13573       </method>
13574       <method name="System.Func`1[System.Int32] ArrayMultiMutate[T](T[,])">
13575         <size>26</size>
13576       </method>
13577     </type>
13578     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyC`1[T]">
13579       <method name="Int32 &lt;&gt;m__C()">
13580         <size>27</size>
13581       </method>
13582       <method name="Void .ctor()">
13583         <size>7</size>
13584       </method>
13585     </type>
13586     <type name="Test+&lt;NestedTypeMutate&gt;c__AnonStoreyD`1[T]">
13587       <method name="T[] &lt;&gt;m__D()">
13588         <size>37</size>
13589       </method>
13590       <method name="Void .ctor()">
13591         <size>7</size>
13592       </method>
13593     </type>
13594   </test>
13595   <test name="gtest-anon-25.cs">
13596     <type name="HS`1[T]">
13597       <method name="Void .ctor(IEqualityComparer`1)">
13598         <size>7</size>
13599       </method>
13600     </type>
13601     <type name="Test">
13602       <method name="Void .ctor()">
13603         <size>7</size>
13604       </method>
13605       <method name="Void Foo[T](IEqualityComparer`1)">
13606         <size>27</size>
13607       </method>
13608       <method name="Int32 Main()">
13609         <size>8</size>
13610       </method>
13611     </type>
13612     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
13613       <method name="Void .ctor()">
13614         <size>7</size>
13615       </method>
13616       <method name="HS`1[T] &lt;&gt;m__0()">
13617         <size>12</size>
13618       </method>
13619     </type>
13620   </test>
13621   <test name="gtest-anon-26.cs">
13622     <type name="MonoBugs.BrokenGenericCast">
13623       <method name="Void .ctor()">
13624         <size>7</size>
13625       </method>
13626       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
13627         <size>13</size>
13628       </method>
13629       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
13630         <size>13</size>
13631       </method>
13632       <method name="Void Main()">
13633         <size>1</size>
13634       </method>
13635       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
13636         <size>12</size>
13637       </method>
13638       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
13639         <size>12</size>
13640       </method>
13641     </type>
13642   </test>
13643   <test name="gtest-anon-27.cs">
13644     <type name="BaseDataObjectFactory">
13645       <method name="Void .ctor()">
13646         <size>7</size>
13647       </method>
13648       <method name="T GetBusinessQueryObjectFromReader[T]()">
13649         <size>8</size>
13650       </method>
13651       <method name="T[] GetQueryObjects[T](System.String)">
13652         <size>0</size>
13653       </method>
13654     </type>
13655     <type name="BusinessQueryObject">
13656       <method name="Void .ctor()">
13657         <size>7</size>
13658       </method>
13659     </type>
13660     <type name="MySqlDataObjectFactory">
13661       <method name="Void .ctor()">
13662         <size>7</size>
13663       </method>
13664       <method name="T[] GetQueryObjects[T](System.String)">
13665         <size>63</size>
13666       </method>
13667       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
13668         <size>1</size>
13669       </method>
13670     </type>
13671     <type name="C">
13672       <method name="Void .ctor()">
13673         <size>7</size>
13674       </method>
13675       <method name="Void Main()">
13676         <size>1</size>
13677       </method>
13678     </type>
13679     <type name="MySqlDataObjectFactory+PerformActionWithReader">
13680       <method name="Void .ctor(Object, IntPtr)">
13681         <size>0</size>
13682       </method>
13683       <method name="Void Invoke()">
13684         <size>0</size>
13685       </method>
13686       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13687         <size>0</size>
13688       </method>
13689       <method name="Void EndInvoke(IAsyncResult)">
13690         <size>0</size>
13691       </method>
13692     </type>
13693     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
13694       <method name="Void .ctor()">
13695         <size>7</size>
13696       </method>
13697       <method name="Void &lt;&gt;m__0()">
13698         <size>17</size>
13699       </method>
13700     </type>
13701   </test>
13702   <test name="gtest-anon-28.cs">
13703     <type name="A">
13704       <method name="Void .ctor()">
13705         <size>7</size>
13706       </method>
13707       <method name="Void Foo[T]()">
13708         <size>0</size>
13709       </method>
13710     </type>
13711     <type name="B">
13712       <method name="Void .ctor()">
13713         <size>7</size>
13714       </method>
13715       <method name="Void Foo[T]()">
13716         <size>14</size>
13717       </method>
13718       <method name="Void Main()">
13719         <size>1</size>
13720       </method>
13721     </type>
13722     <type name="B+Del">
13723       <method name="Void .ctor(Object, IntPtr)">
13724         <size>0</size>
13725       </method>
13726       <method name="Void Invoke()">
13727         <size>0</size>
13728       </method>
13729       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13730         <size>0</size>
13731       </method>
13732       <method name="Void EndInvoke(IAsyncResult)">
13733         <size>0</size>
13734       </method>
13735     </type>
13736     <type name="B">
13737       <method name="Void &lt;Foo`1&gt;m__0[T]()">
13738         <size>7</size>
13739       </method>
13740     </type>
13741   </test>
13742   <test name="gtest-anon-29.cs">
13743     <type name="Test">
13744       <method name="Void .ctor()">
13745         <size>7</size>
13746       </method>
13747       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
13748         <size>17</size>
13749       </method>
13750       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
13751         <size>32</size>
13752       </method>
13753       <method name="T Item[T](IList`1)">
13754         <size>7</size>
13755       </method>
13756       <method name="T GetSingleItem[T](IList`1)">
13757         <size>10</size>
13758       </method>
13759       <method name="Void Main()">
13760         <size>15</size>
13761       </method>
13762     </type>
13763     <type name="Test+Creator`1[T]">
13764       <method name="Void .ctor(Object, IntPtr)">
13765         <size>0</size>
13766       </method>
13767       <method name="T Invoke()">
13768         <size>0</size>
13769       </method>
13770       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13771         <size>0</size>
13772       </method>
13773       <method name="T EndInvoke(IAsyncResult)">
13774         <size>0</size>
13775       </method>
13776     </type>
13777     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
13778       <method name="Void .ctor()">
13779         <size>7</size>
13780       </method>
13781       <method name="T &lt;&gt;m__0()">
13782         <size>12</size>
13783       </method>
13784     </type>
13785   </test>
13786   <test name="gtest-anon-3.cs">
13787     <type name="X">
13788       <method name="Void .ctor()">
13789         <size>7</size>
13790       </method>
13791       <method name="Void Hello[U](U)">
13792         <size>1</size>
13793       </method>
13794       <method name="Void Test[T](T)">
13795         <size>28</size>
13796       </method>
13797       <method name="Void Main()">
13798         <size>14</size>
13799       </method>
13800     </type>
13801     <type name="Foo`1[S]">
13802       <method name="Void .ctor(Object, IntPtr)">
13803         <size>0</size>
13804       </method>
13805       <method name="Void Invoke(S)">
13806         <size>0</size>
13807       </method>
13808       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
13809         <size>0</size>
13810       </method>
13811       <method name="Void EndInvoke(IAsyncResult)">
13812         <size>0</size>
13813       </method>
13814     </type>
13815     <type name="X">
13816       <method name="Void &lt;Test`1&gt;m__0[T](T)">
13817         <size>8</size>
13818       </method>
13819     </type>
13820   </test>
13821   <test name="gtest-anon-30.cs">
13822     <type name="X">
13823       <method name="Void .ctor()">
13824         <size>7</size>
13825       </method>
13826       <method name="Void Hello[U](U)">
13827         <size>1</size>
13828       </method>
13829       <method name="Void Test[T](T)">
13830         <size>46</size>
13831       </method>
13832       <method name="Void Main()">
13833         <size>1</size>
13834       </method>
13835     </type>
13836     <type name="Simple">
13837       <method name="Void .ctor(Object, IntPtr)">
13838         <size>0</size>
13839       </method>
13840       <method name="Void Invoke()">
13841         <size>0</size>
13842       </method>
13843       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13844         <size>0</size>
13845       </method>
13846       <method name="Void EndInvoke(IAsyncResult)">
13847         <size>0</size>
13848       </method>
13849     </type>
13850     <type name="Foo">
13851       <method name="Void .ctor(Object, IntPtr)">
13852         <size>0</size>
13853       </method>
13854       <method name="Simple Invoke()">
13855         <size>0</size>
13856       </method>
13857       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13858         <size>0</size>
13859       </method>
13860       <method name="Simple EndInvoke(IAsyncResult)">
13861         <size>0</size>
13862       </method>
13863     </type>
13864     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
13865       <method name="Void .ctor()">
13866         <size>7</size>
13867       </method>
13868       <method name="Simple &lt;&gt;m__0()">
13869         <size>55</size>
13870       </method>
13871     </type>
13872     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
13873       <method name="Void .ctor()">
13874         <size>7</size>
13875       </method>
13876       <method name="Void &lt;&gt;m__1()">
13877         <size>50</size>
13878       </method>
13879     </type>
13880   </test>
13881   <test name="gtest-anon-31.cs">
13882     <type name="A">
13883       <method name="Void Fail[X]()">
13884         <size>25</size>
13885       </method>
13886       <method name="Void Main()">
13887         <size>1</size>
13888       </method>
13889     </type>
13890     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
13891       <method name="Void .ctor()">
13892         <size>7</size>
13893       </method>
13894       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
13895         <size>36</size>
13896       </method>
13897       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
13898         <size>1</size>
13899       </method>
13900     </type>
13901   </test>
13902   <test name="gtest-anon-32.cs">
13903     <type name="Program">
13904       <method name="Void .ctor()">
13905         <size>7</size>
13906       </method>
13907       <method name="Void Foo[T](IList`1)">
13908         <size>31</size>
13909       </method>
13910       <method name="Void Assert(System.Action`1[System.Int32])">
13911         <size>9</size>
13912       </method>
13913       <method name="Void Main(System.String[])">
13914         <size>7</size>
13915       </method>
13916     </type>
13917     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
13918       <method name="Void .ctor()">
13919         <size>7</size>
13920       </method>
13921       <method name="Void &lt;&gt;m__0(Int32)">
13922         <size>18</size>
13923       </method>
13924     </type>
13925   </test>
13926   <test name="gtest-anon-33.cs">
13927     <type name="IEnumerableRocks">
13928       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
13929         <size>33</size>
13930       </method>
13931       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
13932         <size>126</size>
13933       </method>
13934     </type>
13935     <type name="Test">
13936       <method name="Void .ctor()">
13937         <size>7</size>
13938       </method>
13939       <method name="Void Main()">
13940         <size>67</size>
13941       </method>
13942       <method name="System.String &lt;Main&gt;m__1(System.String)">
13943         <size>17</size>
13944       </method>
13945     </type>
13946     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
13947       <method name="Void .ctor()">
13948         <size>7</size>
13949       </method>
13950       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
13951         <size>34</size>
13952       </method>
13953     </type>
13954   </test>
13955   <test name="gtest-anon-34.cs">
13956     <type name="MyClass">
13957       <method name="Void .ctor()">
13958         <size>18</size>
13959       </method>
13960       <method name="Int32 get_Answer()">
13961         <size>7</size>
13962       </method>
13963       <method name="Void set_Answer(Int32)">
13964         <size>8</size>
13965       </method>
13966     </type>
13967     <type name="Test">
13968       <method name="Void .ctor()">
13969         <size>7</size>
13970       </method>
13971       <method name="Int32 Main()">
13972         <size>82</size>
13973       </method>
13974     </type>
13975     <type name="Test+D">
13976       <method name="Void .ctor(Object, IntPtr)">
13977         <size>0</size>
13978       </method>
13979       <method name="Void Invoke()">
13980         <size>0</size>
13981       </method>
13982       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13983         <size>0</size>
13984       </method>
13985       <method name="Void EndInvoke(IAsyncResult)">
13986         <size>0</size>
13987       </method>
13988     </type>
13989     <type name="Test+&lt;Main&gt;c__AnonStorey0">
13990       <method name="Void .ctor()">
13991         <size>7</size>
13992       </method>
13993       <method name="Void &lt;&gt;m__0()">
13994         <size>33</size>
13995       </method>
13996     </type>
13997   </test>
13998   <test name="gtest-anon-35.cs">
13999     <type name="C`1[T]">
14000       <method name="Void .ctor()">
14001         <size>7</size>
14002       </method>
14003       <method name="System.Func`1[T] XX()">
14004         <size>32</size>
14005       </method>
14006       <method name="T &lt;XX&gt;m__0()">
14007         <size>10</size>
14008       </method>
14009     </type>
14010     <type name="C2`1[T]">
14011       <method name="Void .ctor()">
14012         <size>7</size>
14013       </method>
14014       <method name="System.Func`1[C`1[T]] XX()">
14015         <size>32</size>
14016       </method>
14017       <method name="C`1[T] &lt;XX&gt;m__1()">
14018         <size>2</size>
14019       </method>
14020     </type>
14021     <type name="N1">
14022       <method name="Void .ctor()">
14023         <size>7</size>
14024       </method>
14025       <method name="System.Func`1[T] XX[T]()">
14026         <size>15</size>
14027       </method>
14028     </type>
14029     <type name="Test">
14030       <method name="Void .ctor()">
14031         <size>7</size>
14032       </method>
14033       <method name="Int32 Main()">
14034         <size>98</size>
14035       </method>
14036     </type>
14037     <type name="N1">
14038       <method name="T &lt;XX`1&gt;m__2[T]()">
14039         <size>10</size>
14040       </method>
14041     </type>
14042   </test>
14043   <test name="gtest-anon-36.cs">
14044     <type name="Foo`1[T]">
14045       <method name="Void .ctor()">
14046         <size>7</size>
14047       </method>
14048       <method name="Void add_handler(Handler`1[T])">
14049         <size>24</size>
14050       </method>
14051       <method name="Void remove_handler(Handler`1[T])">
14052         <size>24</size>
14053       </method>
14054       <method name="Void add_Handler(Handler`1[T])">
14055         <size>64</size>
14056       </method>
14057       <method name="Void remove_Handler(Handler`1[T])">
14058         <size>24</size>
14059       </method>
14060       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
14061         <size>18</size>
14062       </method>
14063     </type>
14064     <type name="Program">
14065       <method name="Void .ctor()">
14066         <size>7</size>
14067       </method>
14068       <method name="Int32 Main()">
14069         <size>15</size>
14070       </method>
14071     </type>
14072     <type name="Handler`1[T]">
14073       <method name="Void .ctor(Object, IntPtr)">
14074         <size>0</size>
14075       </method>
14076       <method name="Void Invoke(System.Object)">
14077         <size>0</size>
14078       </method>
14079       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
14080         <size>0</size>
14081       </method>
14082       <method name="Void EndInvoke(IAsyncResult)">
14083         <size>0</size>
14084       </method>
14085     </type>
14086   </test>
14087   <test name="gtest-anon-37.cs">
14088     <type name="Wrap`1[U]">
14089       <method name="Void .ctor()">
14090         <size>7</size>
14091       </method>
14092     </type>
14093     <type name="Test">
14094       <method name="Void .ctor()">
14095         <size>7</size>
14096       </method>
14097       <method name="Int32 Run[T](Wrap`1[T])">
14098         <size>56</size>
14099       </method>
14100       <method name="Int32 Main()">
14101         <size>16</size>
14102       </method>
14103     </type>
14104     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
14105       <method name="Void .ctor()">
14106         <size>7</size>
14107       </method>
14108       <method name="Void &lt;&gt;m__0()">
14109         <size>17</size>
14110       </method>
14111     </type>
14112   </test>
14113   <test name="gtest-anon-38.cs">
14114     <type name="Foo`1[T]">
14115       <method name="Void .ctor()">
14116         <size>7</size>
14117       </method>
14118       <method name="Boolean ContainsAll[U](IEnumerable`1)">
14119         <size>40</size>
14120       </method>
14121       <method name="Boolean Contains(T)">
14122         <size>2</size>
14123       </method>
14124     </type>
14125     <type name="Program">
14126       <method name="Void .ctor()">
14127         <size>7</size>
14128       </method>
14129       <method name="Int32 Main()">
14130         <size>42</size>
14131       </method>
14132     </type>
14133     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
14134       <method name="Void .ctor()">
14135         <size>7</size>
14136       </method>
14137       <method name="Boolean &lt;&gt;m__0()">
14138         <size>199</size>
14139       </method>
14140     </type>
14141     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
14142       <method name="Void .ctor()">
14143         <size>7</size>
14144       </method>
14145     </type>
14146     <type name="&lt;PrivateImplementationDetails&gt;">
14147       <method name="Void .ctor()">
14148         <size>7</size>
14149       </method>
14150     </type>
14151   </test>
14152   <test name="gtest-anon-39.cs">
14153     <type name="Test">
14154       <method name="Void .ctor()">
14155         <size>7</size>
14156       </method>
14157       <method name="Void Test_1[T](T)">
14158         <size>33</size>
14159       </method>
14160       <method name="Void Test_2[T](Nullable`1)">
14161         <size>33</size>
14162       </method>
14163       <method name="Void Main()">
14164         <size>39</size>
14165       </method>
14166     </type>
14167     <type name="Test+D">
14168       <method name="Void .ctor(Object, IntPtr)">
14169         <size>0</size>
14170       </method>
14171       <method name="Void Invoke()">
14172         <size>0</size>
14173       </method>
14174       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14175         <size>0</size>
14176       </method>
14177       <method name="Void EndInvoke(IAsyncResult)">
14178         <size>0</size>
14179       </method>
14180     </type>
14181     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
14182       <method name="Void .ctor()">
14183         <size>7</size>
14184       </method>
14185       <method name="Void &lt;&gt;m__0()">
14186         <size>24</size>
14187       </method>
14188     </type>
14189     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
14190       <method name="Void .ctor()">
14191         <size>7</size>
14192       </method>
14193       <method name="Void &lt;&gt;m__1()">
14194         <size>85</size>
14195       </method>
14196     </type>
14197     <type name="Test">
14198       <method name="T Test_3[T](System.Object)">
14199         <size>51</size>
14200       </method>
14201     </type>
14202     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
14203       <method name="Void .ctor()">
14204         <size>7</size>
14205       </method>
14206       <method name="Void &lt;&gt;m__2()">
14207         <size>23</size>
14208       </method>
14209     </type>
14210   </test>
14211   <test name="gtest-anon-4.cs">
14212     <type name="Test">
14213       <method name="Void .ctor()">
14214         <size>7</size>
14215       </method>
14216       <method name="Void Main()">
14217         <size>57</size>
14218       </method>
14219       <method name="Int32 GetItem()">
14220         <size>50</size>
14221       </method>
14222       <method name="IEnumerable`1 GetItems()">
14223         <size>16</size>
14224       </method>
14225     </type>
14226     <type name="&lt;PrivateImplementationDetails&gt;">
14227       <method name="Void .ctor()">
14228         <size>7</size>
14229       </method>
14230     </type>
14231     <type name="Test+&lt;GetItems&gt;c__Iterator0">
14232       <method name="Void .ctor()">
14233         <size>7</size>
14234       </method>
14235       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14236         <size>12</size>
14237       </method>
14238       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14239         <size>7</size>
14240       </method>
14241       <method name="Boolean MoveNext()">
14242         <size>69</size>
14243       </method>
14244       <method name="Void Dispose()">
14245         <size>8</size>
14246       </method>
14247       <method name="Void Reset()">
14248         <size>6</size>
14249       </method>
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   </test>
14258   <test name="gtest-anon-40.cs">
14259     <type name="RunTests">
14260       <method name="Int32 Main()">
14261         <size>7</size>
14262       </method>
14263     </type>
14264     <type name="Test1.X">
14265       <method name="Void .ctor()">
14266         <size>7</size>
14267       </method>
14268       <method name="Void Test1[R](R, Int32)">
14269         <size>150</size>
14270       </method>
14271       <method name="Void Run()">
14272         <size>13</size>
14273       </method>
14274     </type>
14275     <type name="Test1.Foo">
14276       <method name="Void .ctor(Object, IntPtr)">
14277         <size>0</size>
14278       </method>
14279       <method name="Int32 Invoke()">
14280         <size>0</size>
14281       </method>
14282       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14283         <size>0</size>
14284       </method>
14285       <method name="Int32 EndInvoke(IAsyncResult)">
14286         <size>0</size>
14287       </method>
14288     </type>
14289     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
14290       <method name="Void .ctor()">
14291         <size>7</size>
14292       </method>
14293       <method name="Int32 &lt;&gt;m__0()">
14294         <size>71</size>
14295       </method>
14296     </type>
14297     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
14298       <method name="Void .ctor()">
14299         <size>7</size>
14300       </method>
14301     </type>
14302     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
14303       <method name="Void .ctor()">
14304         <size>7</size>
14305       </method>
14306     </type>
14307   </test>
14308   <test name="gtest-anon-41.cs">
14309     <type name="C">
14310       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
14311         <size>37</size>
14312       </method>
14313       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
14314         <size>6</size>
14315       </method>
14316       <method name="Void Main()">
14317         <size>1</size>
14318       </method>
14319       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
14320         <size>8</size>
14321       </method>
14322       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
14323         <size>8</size>
14324       </method>
14325     </type>
14326   </test>
14327   <test name="gtest-anon-42.cs">
14328     <type name="Test">
14329       <method name="Void .ctor()">
14330         <size>7</size>
14331       </method>
14332       <method name="Void Test_3[T]()">
14333         <size>20</size>
14334       </method>
14335       <method name="Int32 Main()">
14336         <size>12</size>
14337       </method>
14338     </type>
14339     <type name="Test+D">
14340       <method name="Void .ctor(Object, IntPtr)">
14341         <size>0</size>
14342       </method>
14343       <method name="Void Invoke()">
14344         <size>0</size>
14345       </method>
14346       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14347         <size>0</size>
14348       </method>
14349       <method name="Void EndInvoke(IAsyncResult)">
14350         <size>0</size>
14351       </method>
14352     </type>
14353     <type name="Test">
14354       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
14355         <size>11</size>
14356       </method>
14357     </type>
14358   </test>
14359   <test name="gtest-anon-43.cs">
14360     <type name="TestC">
14361       <method name="Void .ctor()">
14362         <size>7</size>
14363       </method>
14364       <method name="System.Func`1[System.Type] Test[T]()">
14365         <size>13</size>
14366       </method>
14367       <method name="Int32 Main()">
14368         <size>66</size>
14369       </method>
14370       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
14371         <size>11</size>
14372       </method>
14373     </type>
14374   </test>
14375   <test name="gtest-anon-44.cs">
14376     <type name="UiaAtkBridgeTest.Test">
14377       <method name="Void .ctor()">
14378         <size>7</size>
14379       </method>
14380       <method name="Void Invoke(System.EventHandler)">
14381         <size>1</size>
14382       </method>
14383     </type>
14384     <type name="UiaAtkBridgeTest.GailTester">
14385       <method name="Void .ctor()">
14386         <size>7</size>
14387       </method>
14388       <method name="Void ThisCausesACrash[I]()">
14389         <size>18</size>
14390       </method>
14391       <method name="Void Main()">
14392         <size>1</size>
14393       </method>
14394       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
14395         <size>1</size>
14396       </method>
14397     </type>
14398   </test>
14399   <test name="gtest-anon-45.cs">
14400     <type name="C">
14401       <method name="Void .ctor()">
14402         <size>7</size>
14403       </method>
14404       <method name="Void AnyMethod[T]()">
14405         <size>20</size>
14406       </method>
14407       <method name="Int32 Main()">
14408         <size>12</size>
14409       </method>
14410     </type>
14411     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
14412       <method name="Void .ctor()">
14413         <size>7</size>
14414       </method>
14415       <method name="Void &lt;&gt;m__1(System.String)">
14416         <size>14</size>
14417       </method>
14418     </type>
14419     <type name="C">
14420       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
14421         <size>31</size>
14422       </method>
14423     </type>
14424   </test>
14425   <test name="gtest-anon-46.cs">
14426     <type name="TheClass">
14427       <method name="Void .ctor()">
14428         <size>7</size>
14429       </method>
14430       <method name="Void Foo[T](T, System.Func`2[T,T])">
14431         <size>41</size>
14432       </method>
14433       <method name="Void Main()">
14434         <size>8</size>
14435       </method>
14436     </type>
14437     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
14438       <method name="Void .ctor()">
14439         <size>7</size>
14440       </method>
14441       <method name="System.Func`1[T] &lt;&gt;m__0()">
14442         <size>31</size>
14443       </method>
14444       <method name="T &lt;&gt;m__1()">
14445         <size>18</size>
14446       </method>
14447     </type>
14448   </test>
14449   <test name="gtest-anon-47.cs">
14450     <type name="C">
14451       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
14452         <size>26</size>
14453       </method>
14454     </type>
14455     <type name="Test">
14456       <method name="Int32 Main()">
14457         <size>59</size>
14458       </method>
14459       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
14460         <size>23</size>
14461       </method>
14462       <method name="Void .ctor()">
14463         <size>7</size>
14464       </method>
14465     </type>
14466     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
14467       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
14468         <size>33</size>
14469       </method>
14470       <method name="Void .ctor()">
14471         <size>7</size>
14472       </method>
14473     </type>
14474     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
14475       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
14476         <size>45</size>
14477       </method>
14478       <method name="Void .ctor()">
14479         <size>7</size>
14480       </method>
14481     </type>
14482     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
14483       <method name="Void &lt;&gt;m__2(T3)">
14484         <size>35</size>
14485       </method>
14486       <method name="Void .ctor()">
14487         <size>7</size>
14488       </method>
14489     </type>
14490   </test>
14491   <test name="gtest-anon-48.cs">
14492     <type name="GeneratorEnumerable`1[T]">
14493       <method name="Void .ctor(Func`1)">
14494         <size>7</size>
14495       </method>
14496     </type>
14497     <type name="GeneratorExpression">
14498       <method name="Void .ctor()">
14499         <size>7</size>
14500       </method>
14501     </type>
14502     <type name="GeneratorInvoker">
14503       <method name="Void .ctor(GeneratorExpression)">
14504         <size>7</size>
14505       </method>
14506       <method name="Void Invoke[T](T ByRef)">
14507         <size>1</size>
14508       </method>
14509     </type>
14510     <type name="Interpreter">
14511       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
14512         <size>31</size>
14513       </method>
14514       <method name="Int32 Main()">
14515         <size>13</size>
14516       </method>
14517     </type>
14518     <type name="Func`1[TResult]">
14519       <method name="Void .ctor(Object, IntPtr)">
14520         <size>0</size>
14521       </method>
14522       <method name="TResult Invoke()">
14523         <size>0</size>
14524       </method>
14525       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14526         <size>0</size>
14527       </method>
14528       <method name="TResult EndInvoke(IAsyncResult)">
14529         <size>0</size>
14530       </method>
14531     </type>
14532     <type name="GeneratorNext`1[T]">
14533       <method name="Void .ctor(Object, IntPtr)">
14534         <size>0</size>
14535       </method>
14536       <method name="Void Invoke(T ByRef)">
14537         <size>0</size>
14538       </method>
14539       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
14540         <size>0</size>
14541       </method>
14542       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
14543         <size>0</size>
14544       </method>
14545     </type>
14546     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
14547       <method name="Void .ctor()">
14548         <size>7</size>
14549       </method>
14550       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
14551         <size>23</size>
14552       </method>
14553     </type>
14554   </test>
14555   <test name="gtest-anon-49.cs">
14556     <type name="Test">
14557       <method name="Void .ctor()">
14558         <size>7</size>
14559       </method>
14560       <method name="Void Main()">
14561         <size>1</size>
14562       </method>
14563       <method name="Void DetermineLinkedCells()">
14564         <size>74</size>
14565       </method>
14566     </type>
14567     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
14568       <method name="Void .ctor()">
14569         <size>7</size>
14570       </method>
14571     </type>
14572     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
14573       <method name="Void .ctor()">
14574         <size>7</size>
14575       </method>
14576       <method name="Boolean &lt;&gt;m__1(System.Object)">
14577         <size>13</size>
14578       </method>
14579       <method name="Boolean &lt;&gt;m__0(System.Object)">
14580         <size>18</size>
14581       </method>
14582     </type>
14583   </test>
14584   <test name="gtest-anon-5.cs">
14585     <type name="X">
14586       <method name="Void .ctor()">
14587         <size>7</size>
14588       </method>
14589       <method name="Void Main()">
14590         <size>78</size>
14591       </method>
14592     </type>
14593     <type name="Hello">
14594       <method name="Void .ctor(Object, IntPtr)">
14595         <size>0</size>
14596       </method>
14597       <method name="Void Invoke()">
14598         <size>0</size>
14599       </method>
14600       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14601         <size>0</size>
14602       </method>
14603       <method name="Void EndInvoke(IAsyncResult)">
14604         <size>0</size>
14605       </method>
14606     </type>
14607     <type name="Foo+&lt;Test&gt;c__Iterator0">
14608       <method name="Void .ctor()">
14609         <size>7</size>
14610       </method>
14611       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14612         <size>12</size>
14613       </method>
14614       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14615         <size>7</size>
14616       </method>
14617       <method name="Boolean MoveNext()">
14618         <size>98</size>
14619       </method>
14620       <method name="Void Dispose()">
14621         <size>8</size>
14622       </method>
14623       <method name="Void Reset()">
14624         <size>6</size>
14625       </method>
14626     </type>
14627     <type name="Foo">
14628       <method name="Void .ctor(Int32)">
14629         <size>8</size>
14630       </method>
14631       <method name="IEnumerable`1 Test(Foo)">
14632         <size>42</size>
14633       </method>
14634       <method name="Void Hello(Int32)">
14635         <size>19</size>
14636       </method>
14637       <method name="System.String ToString()">
14638         <size>22</size>
14639       </method>
14640     </type>
14641     <type name="Foo+&lt;Test&gt;c__Iterator0">
14642       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
14643         <size>7</size>
14644       </method>
14645       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
14646         <size>52</size>
14647       </method>
14648     </type>
14649   </test>
14650   <test name="gtest-anon-50.cs">
14651     <type name="M">
14652       <method name="Void .ctor()">
14653         <size>7</size>
14654       </method>
14655       <method name="Int32 Main()">
14656         <size>12</size>
14657       </method>
14658     </type>
14659     <type name="SomeGenericClass`1[SomeType]">
14660       <method name="Void .ctor()">
14661         <size>7</size>
14662       </method>
14663       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
14664         <size>1</size>
14665       </method>
14666       <method name="Void FailsToCompile()">
14667         <size>19</size>
14668       </method>
14669     </type>
14670     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
14671       <method name="Void .ctor(Object, IntPtr)">
14672         <size>0</size>
14673       </method>
14674       <method name="Void Invoke()">
14675         <size>0</size>
14676       </method>
14677       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14678         <size>0</size>
14679       </method>
14680       <method name="Void EndInvoke(IAsyncResult)">
14681         <size>0</size>
14682       </method>
14683     </type>
14684     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
14685       <method name="Void .ctor()">
14686         <size>7</size>
14687       </method>
14688     </type>
14689     <type name="SomeGenericClass`1[SomeType]">
14690       <method name="Void &lt;FailsToCompile&gt;m__0()">
14691         <size>44</size>
14692       </method>
14693     </type>
14694     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
14695       <method name="Void &lt;&gt;m__1()">
14696         <size>18</size>
14697       </method>
14698     </type>
14699   </test>
14700   <test name="gtest-anon-51.cs">
14701     <type name="Driver">
14702       <method name="Void .ctor()">
14703         <size>7</size>
14704       </method>
14705       <method name="Int32 Main()">
14706         <size>12</size>
14707       </method>
14708       <method name="Void P(Int32, Int32)">
14709         <size>1</size>
14710       </method>
14711       <method name="Void Repro()">
14712         <size>100</size>
14713       </method>
14714     </type>
14715     <type name="Bla">
14716       <method name="Void .ctor(Object, IntPtr)">
14717         <size>0</size>
14718       </method>
14719       <method name="Void Invoke()">
14720         <size>0</size>
14721       </method>
14722       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14723         <size>0</size>
14724       </method>
14725       <method name="Void EndInvoke(IAsyncResult)">
14726         <size>0</size>
14727       </method>
14728     </type>
14729     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
14730       <method name="Void .ctor()">
14731         <size>7</size>
14732       </method>
14733       <method name="Void &lt;&gt;m__0()">
14734         <size>35</size>
14735       </method>
14736     </type>
14737   </test>
14738   <test name="gtest-anon-52.cs">
14739     <type name="A`1[T]">
14740       <method name="Void .ctor()">
14741         <size>7</size>
14742       </method>
14743     </type>
14744     <type name="A`1+B[T]">
14745       <method name="Void .ctor()">
14746         <size>18</size>
14747       </method>
14748       <method name="Void W[R](System.String, System.Func`2[T,R])">
14749         <size>39</size>
14750       </method>
14751     </type>
14752     <type name="B">
14753       <method name="Void .ctor()">
14754         <size>7</size>
14755       </method>
14756       <method name="Void Main()">
14757         <size>1</size>
14758       </method>
14759     </type>
14760     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
14761       <method name="Void .ctor()">
14762         <size>7</size>
14763       </method>
14764       <method name="Void &lt;&gt;m__0(T[])">
14765         <size>55</size>
14766       </method>
14767     </type>
14768   </test>
14769   <test name="gtest-anon-53.cs">
14770     <type name="TestComp.Program">
14771       <method name="Void .ctor()">
14772         <size>7</size>
14773       </method>
14774       <method name="Void Main(System.String[])">
14775         <size>1</size>
14776       </method>
14777     </type>
14778     <type name="TestComp.Program+MyClass">
14779       <method name="Void .ctor()">
14780         <size>7</size>
14781       </method>
14782       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
14783         <size>1</size>
14784       </method>
14785       <method name="Void UseATemplate()">
14786         <size>36</size>
14787       </method>
14788       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
14789         <size>16</size>
14790       </method>
14791     </type>
14792     <type name="TestComp.Program+MyClass+MyDelegate">
14793       <method name="Void .ctor(Object, IntPtr)">
14794         <size>0</size>
14795       </method>
14796       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
14797         <size>0</size>
14798       </method>
14799       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
14800         <size>0</size>
14801       </method>
14802       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
14803         <size>0</size>
14804       </method>
14805     </type>
14806   </test>
14807   <test name="gtest-anon-54.cs">
14808     <type name="Class">
14809       <method name="Void .ctor()">
14810         <size>7</size>
14811       </method>
14812       <method name="System.String get_Property()">
14813         <size>6</size>
14814       </method>
14815       <method name="System.String Method()">
14816         <size>44</size>
14817       </method>
14818       <method name="Int32 Main()">
14819         <size>39</size>
14820       </method>
14821     </type>
14822     <type name="Class+&lt;Method&gt;c__AnonStorey0">
14823       <method name="Void .ctor()">
14824         <size>7</size>
14825       </method>
14826       <method name="System.String &lt;&gt;m__0()">
14827         <size>56</size>
14828       </method>
14829     </type>
14830     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
14831       <method name="Void .ctor()">
14832         <size>7</size>
14833       </method>
14834       <method name="System.String &lt;&gt;m__1(System.String)">
14835         <size>52</size>
14836       </method>
14837     </type>
14838     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
14839       <method name="Void .ctor()">
14840         <size>7</size>
14841       </method>
14842       <method name="System.String &lt;&gt;m__2()">
14843         <size>39</size>
14844       </method>
14845     </type>
14846   </test>
14847   <test name="gtest-anon-55.cs">
14848     <type name="Thing`1[TFirst]">
14849       <method name="Void .ctor(Action`1)">
14850         <size>14</size>
14851       </method>
14852       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
14853         <size>31</size>
14854       </method>
14855       <method name="Void SomeAction()">
14856         <size>18</size>
14857       </method>
14858     </type>
14859     <type name="Program">
14860       <method name="Void Main()">
14861         <size>42</size>
14862       </method>
14863       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
14864         <size>2</size>
14865       </method>
14866     </type>
14867     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
14868       <method name="Void .ctor()">
14869         <size>7</size>
14870       </method>
14871       <method name="Void &lt;&gt;m__0(TFirst)">
14872         <size>47</size>
14873       </method>
14874     </type>
14875   </test>
14876   <test name="gtest-anon-56.cs">
14877     <type name="G`1[T]">
14878       <method name="Void .ctor()">
14879         <size>7</size>
14880       </method>
14881       <method name="T def()">
14882         <size>10</size>
14883       </method>
14884     </type>
14885     <type name="C">
14886       <method name="Void .ctor()">
14887         <size>7</size>
14888       </method>
14889       <method name="Void foo(System.Object)">
14890         <size>1</size>
14891       </method>
14892       <method name="Void cf[T]()">
14893         <size>35</size>
14894       </method>
14895       <method name="Int32 Main()">
14896         <size>17</size>
14897       </method>
14898     </type>
14899     <type name="C+DF">
14900       <method name="Void .ctor(Object, IntPtr)">
14901         <size>0</size>
14902       </method>
14903       <method name="Void Invoke()">
14904         <size>0</size>
14905       </method>
14906       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14907         <size>0</size>
14908       </method>
14909       <method name="Void EndInvoke(IAsyncResult)">
14910         <size>0</size>
14911       </method>
14912     </type>
14913     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
14914       <method name="Void .ctor()">
14915         <size>7</size>
14916       </method>
14917       <method name="Void &lt;&gt;m__0()">
14918         <size>22</size>
14919       </method>
14920     </type>
14921   </test>
14922   <test name="gtest-anon-57.cs">
14923     <type name="X`1[T]">
14924       <method name="Void IFoo&lt;T&gt;.Test()">
14925         <size>37</size>
14926       </method>
14927       <method name="Void &lt;Test&gt;m__0()">
14928         <size>7</size>
14929       </method>
14930       <method name="Void .ctor()">
14931         <size>7</size>
14932       </method>
14933     </type>
14934     <type name="M">
14935       <method name="Void Main()">
14936         <size>13</size>
14937       </method>
14938       <method name="Void .ctor()">
14939         <size>7</size>
14940       </method>
14941     </type>
14942     <type name="Foo">
14943       <method name="Void Invoke()">
14944         <size>0</size>
14945       </method>
14946       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14947         <size>0</size>
14948       </method>
14949       <method name="Void EndInvoke(IAsyncResult)">
14950         <size>0</size>
14951       </method>
14952       <method name="Void .ctor(Object, IntPtr)">
14953         <size>0</size>
14954       </method>
14955     </type>
14956   </test>
14957   <test name="gtest-anon-58.cs">
14958     <type name="Test">
14959       <method name="X Foo[X](Boolean)">
14960         <size>45</size>
14961       </method>
14962       <method name="X FooNested[X](Boolean)">
14963         <size>66</size>
14964       </method>
14965       <method name="Int32 Main()">
14966         <size>36</size>
14967       </method>
14968       <method name="Void .ctor()">
14969         <size>7</size>
14970       </method>
14971     </type>
14972     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[X]">
14973       <method name="X &lt;&gt;m__0()">
14974         <size>12</size>
14975       </method>
14976       <method name="Void .ctor()">
14977         <size>7</size>
14978       </method>
14979     </type>
14980     <type name="Test+&lt;FooNested&gt;c__AnonStorey1`1[X]">
14981       <method name="Call`1[X] &lt;&gt;m__1()">
14982         <size>12</size>
14983       </method>
14984       <method name="Void .ctor()">
14985         <size>7</size>
14986       </method>
14987     </type>
14988   </test>
14989   <test name="gtest-anon-59.cs">
14990     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
14991       <method name="Void DoSend[TMessage](System.Action`1[T])">
14992         <size>83</size>
14993       </method>
14994       <method name="Void Send(System.Action`1[T])">
14995         <size>1</size>
14996       </method>
14997       <method name="Void ActionOnObject(System.Object)">
14998         <size>8</size>
14999       </method>
15000       <method name="Void Dispose()">
15001         <size>11</size>
15002       </method>
15003       <method name="Void .ctor()">
15004         <size>7</size>
15005       </method>
15006     </type>
15007     <type name="TestGenericsSubtypeMatching.C">
15008       <method name="Void Main()">
15009         <size>40</size>
15010       </method>
15011       <method name="Void &lt;Main&gt;m__1(System.String)">
15012         <size>7</size>
15013       </method>
15014       <method name="Void .ctor()">
15015         <size>7</size>
15016       </method>
15017     </type>
15018     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
15019       <method name="Void .ctor()">
15020         <size>7</size>
15021       </method>
15022     </type>
15023     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
15024       <method name="Void &lt;&gt;m__0(T)">
15025         <size>35</size>
15026       </method>
15027       <method name="Void .ctor()">
15028         <size>7</size>
15029       </method>
15030     </type>
15031   </test>
15032   <test name="gtest-anon-6.cs">
15033     <type name="X">
15034       <method name="Void .ctor()">
15035         <size>7</size>
15036       </method>
15037       <method name="Void Hello[U,V](U, V)">
15038         <size>1</size>
15039       </method>
15040       <method name="Void Test[A,B,C](A, B, C)">
15041         <size>49</size>
15042       </method>
15043       <method name="Void Main()">
15044         <size>28</size>
15045       </method>
15046     </type>
15047     <type name="Foo`2[R,S]">
15048       <method name="Void .ctor(Object, IntPtr)">
15049         <size>0</size>
15050       </method>
15051       <method name="Void Invoke(R, S)">
15052         <size>0</size>
15053       </method>
15054       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
15055         <size>0</size>
15056       </method>
15057       <method name="Void EndInvoke(IAsyncResult)">
15058         <size>0</size>
15059       </method>
15060     </type>
15061     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
15062       <method name="Void .ctor()">
15063         <size>7</size>
15064       </method>
15065       <method name="Void &lt;&gt;m__0(A, Int32)">
15066         <size>32</size>
15067       </method>
15068     </type>
15069   </test>
15070   <test name="gtest-anon-60.cs">
15071     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
15072       <method name="Void DoSend[TMessage](System.Action`1[T])">
15073         <size>83</size>
15074       </method>
15075       <method name="Void Send(System.Action`1[T])">
15076         <size>1</size>
15077       </method>
15078       <method name="Void ActionOnObject(System.Object)">
15079         <size>8</size>
15080       </method>
15081       <method name="Void Dispose()">
15082         <size>11</size>
15083       </method>
15084       <method name="Void .ctor()">
15085         <size>7</size>
15086       </method>
15087     </type>
15088     <type name="TestGenericsSubtypeMatching.C">
15089       <method name="Int32 Main()">
15090         <size>41</size>
15091       </method>
15092       <method name="Void &lt;Main&gt;m__1(Int32)">
15093         <size>7</size>
15094       </method>
15095       <method name="Void .ctor()">
15096         <size>7</size>
15097       </method>
15098     </type>
15099     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
15100       <method name="Void .ctor()">
15101         <size>7</size>
15102       </method>
15103     </type>
15104     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
15105       <method name="Void &lt;&gt;m__0(T)">
15106         <size>35</size>
15107       </method>
15108       <method name="Void .ctor()">
15109         <size>7</size>
15110       </method>
15111     </type>
15112   </test>
15113   <test name="gtest-anon-61.cs">
15114     <type name="TestCase">
15115       <method name="Void Main()">
15116         <size>32</size>
15117       </method>
15118       <method name="Void Test[T](IList`1)">
15119         <size>33</size>
15120       </method>
15121       <method name="Void .ctor()">
15122         <size>7</size>
15123       </method>
15124     </type>
15125     <type name="&lt;PrivateImplementationDetails&gt;">
15126       <method name="Void .ctor()">
15127         <size>7</size>
15128       </method>
15129     </type>
15130     <type name="TestCase+&lt;Test&gt;c__AnonStorey0`1[T]">
15131       <method name="Void &lt;&gt;m__0()">
15132         <size>46</size>
15133       </method>
15134       <method name="Int32 &lt;&gt;m__1(IList`1)">
15135         <size>2</size>
15136       </method>
15137       <method name="Void .ctor()">
15138         <size>7</size>
15139       </method>
15140     </type>
15141   </test>
15142   <test name="gtest-anon-62.cs">
15143     <type name="D">
15144       <method name="Void Invoke(System.Object)">
15145         <size>0</size>
15146       </method>
15147       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
15148         <size>0</size>
15149       </method>
15150       <method name="Void EndInvoke(IAsyncResult)">
15151         <size>0</size>
15152       </method>
15153       <method name="Void .ctor(Object, IntPtr)">
15154         <size>0</size>
15155       </method>
15156     </type>
15157     <type name="T">
15158       <method name="Void Assert(System.Object)">
15159         <size>1</size>
15160       </method>
15161       <method name="Void Execute(System.Action)">
15162         <size>1</size>
15163       </method>
15164       <method name="D GetD[T](System.Object)">
15165         <size>33</size>
15166       </method>
15167       <method name="Void Main()">
15168         <size>24</size>
15169       </method>
15170       <method name="Void .ctor()">
15171         <size>7</size>
15172       </method>
15173     </type>
15174     <type name="T+&lt;GetD&gt;c__AnonStorey2`1[T]">
15175       <method name="Void &lt;&gt;m__0(System.Object)">
15176         <size>77</size>
15177       </method>
15178       <method name="Void .ctor()">
15179         <size>7</size>
15180       </method>
15181     </type>
15182     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey0`1[T]">
15183       <method name="Void .ctor()">
15184         <size>7</size>
15185       </method>
15186     </type>
15187     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey1`1[T]">
15188       <method name="Void &lt;&gt;m__1()">
15189         <size>51</size>
15190       </method>
15191       <method name="Void .ctor()">
15192         <size>7</size>
15193       </method>
15194     </type>
15195   </test>
15196   <test name="gtest-anon-7.cs">
15197     <type name="MyDisposable">
15198       <method name="Void .ctor()">
15199         <size>26</size>
15200       </method>
15201       <method name="Void Dispose()">
15202         <size>1</size>
15203       </method>
15204       <method name="Int32 get_ID()">
15205         <size>7</size>
15206       </method>
15207       <method name="System.String ToString()">
15208         <size>28</size>
15209       </method>
15210     </type>
15211     <type name="X">
15212       <method name="Void .ctor()">
15213         <size>7</size>
15214       </method>
15215       <method name="IEnumerable`1 Test(Int32)">
15216         <size>30</size>
15217       </method>
15218       <method name="Void Main()">
15219         <size>58</size>
15220       </method>
15221     </type>
15222     <type name="X+&lt;Test&gt;c__Iterator0">
15223       <method name="Void .ctor()">
15224         <size>7</size>
15225       </method>
15226       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15227         <size>12</size>
15228       </method>
15229       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15230         <size>7</size>
15231       </method>
15232       <method name="Boolean MoveNext()">
15233         <size>180</size>
15234       </method>
15235       <method name="Void Dispose()">
15236         <size>66</size>
15237       </method>
15238       <method name="Void Reset()">
15239         <size>6</size>
15240       </method>
15241       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
15242         <size>7</size>
15243       </method>
15244       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
15245         <size>40</size>
15246       </method>
15247     </type>
15248   </test>
15249   <test name="gtest-anon-8.cs">
15250     <type name="X">
15251       <method name="Void .ctor()">
15252         <size>7</size>
15253       </method>
15254       <method name="Void Test[R](R, Int32)">
15255         <size>88</size>
15256       </method>
15257       <method name="Void Main()">
15258         <size>12</size>
15259       </method>
15260     </type>
15261     <type name="Foo">
15262       <method name="Void .ctor(Object, IntPtr)">
15263         <size>0</size>
15264       </method>
15265       <method name="Int32 Invoke()">
15266         <size>0</size>
15267       </method>
15268       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15269         <size>0</size>
15270       </method>
15271       <method name="Int32 EndInvoke(IAsyncResult)">
15272         <size>0</size>
15273       </method>
15274     </type>
15275     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
15276       <method name="Void .ctor()">
15277         <size>7</size>
15278       </method>
15279       <method name="Int32 &lt;&gt;m__0()">
15280         <size>34</size>
15281       </method>
15282     </type>
15283     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
15284       <method name="Void .ctor()">
15285         <size>7</size>
15286       </method>
15287     </type>
15288   </test>
15289   <test name="gtest-anon-9.cs">
15290     <type name="Test">
15291       <method name="Void .ctor()">
15292         <size>7</size>
15293       </method>
15294       <method name="IEnumerable`1 get_Foo()">
15295         <size>16</size>
15296       </method>
15297       <method name="Void set_Foo(IEnumerable`1)">
15298         <size>11</size>
15299       </method>
15300       <method name="Void Main()">
15301         <size>78</size>
15302       </method>
15303       <method name="Foo op_Implicit(Test)">
15304         <size>30</size>
15305       </method>
15306       <method name="IEnumerable`1 op_Addition(Test, Test)">
15307         <size>44</size>
15308       </method>
15309     </type>
15310     <type name="Foo">
15311       <method name="Void .ctor(Object, IntPtr)">
15312         <size>0</size>
15313       </method>
15314       <method name="Void Invoke()">
15315         <size>0</size>
15316       </method>
15317       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15318         <size>0</size>
15319       </method>
15320       <method name="Void EndInvoke(IAsyncResult)">
15321         <size>0</size>
15322       </method>
15323     </type>
15324     <type name="Test">
15325       <method name="Void &lt;op_Implicit&gt;m__0()">
15326         <size>11</size>
15327       </method>
15328     </type>
15329     <type name="Test+&lt;&gt;c__Iterator0">
15330       <method name="Void .ctor()">
15331         <size>7</size>
15332       </method>
15333       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15334         <size>12</size>
15335       </method>
15336       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15337         <size>7</size>
15338       </method>
15339       <method name="Boolean MoveNext()">
15340         <size>65</size>
15341       </method>
15342       <method name="Void Dispose()">
15343         <size>8</size>
15344       </method>
15345       <method name="Void Reset()">
15346         <size>6</size>
15347       </method>
15348     </type>
15349     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
15350       <method name="Void .ctor()">
15351         <size>7</size>
15352       </method>
15353       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15354         <size>7</size>
15355       </method>
15356       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15357         <size>7</size>
15358       </method>
15359       <method name="Boolean MoveNext()">
15360         <size>98</size>
15361       </method>
15362       <method name="Void Dispose()">
15363         <size>8</size>
15364       </method>
15365       <method name="Void Reset()">
15366         <size>6</size>
15367       </method>
15368     </type>
15369     <type name="Test+&lt;&gt;c__Iterator0">
15370       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
15371         <size>7</size>
15372       </method>
15373       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
15374         <size>26</size>
15375       </method>
15376     </type>
15377     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
15378       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
15379         <size>7</size>
15380       </method>
15381       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
15382         <size>52</size>
15383       </method>
15384     </type>
15385   </test>
15386   <test name="gtest-anontype-01.cs">
15387     <type name="Test">
15388       <method name="Void .ctor()">
15389         <size>7</size>
15390       </method>
15391       <method name="Int32 Main()">
15392         <size>53</size>
15393       </method>
15394     </type>
15395     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
15396       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
15397         <size>21</size>
15398       </method>
15399       <method name="&lt;Foo&gt;__T get_Foo()">
15400         <size>7</size>
15401       </method>
15402       <method name="&lt;Baz&gt;__T get_Baz()">
15403         <size>7</size>
15404       </method>
15405       <method name="Boolean Equals(System.Object)">
15406         <size>69</size>
15407       </method>
15408       <method name="Int32 GetHashCode()">
15409         <size>86</size>
15410       </method>
15411       <method name="System.String ToString()">
15412         <size>142</size>
15413       </method>
15414     </type>
15415   </test>
15416   <test name="gtest-anontype-02.cs">
15417     <type name="Test">
15418       <method name="Void .ctor()">
15419         <size>7</size>
15420       </method>
15421       <method name="System.Object TestA(System.String)">
15422         <size>7</size>
15423       </method>
15424       <method name="Int32 Main()">
15425         <size>99</size>
15426       </method>
15427     </type>
15428     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
15429       <method name="Void .ctor(&lt;s&gt;__T)">
15430         <size>14</size>
15431       </method>
15432       <method name="&lt;s&gt;__T get_s()">
15433         <size>7</size>
15434       </method>
15435       <method name="Boolean Equals(System.Object)">
15436         <size>39</size>
15437       </method>
15438       <method name="Int32 GetHashCode()">
15439         <size>63</size>
15440       </method>
15441       <method name="System.String ToString()">
15442         <size>67</size>
15443       </method>
15444     </type>
15445     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
15446       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
15447         <size>21</size>
15448       </method>
15449       <method name="&lt;Foo&gt;__T get_Foo()">
15450         <size>7</size>
15451       </method>
15452       <method name="&lt;Baz&gt;__T get_Baz()">
15453         <size>7</size>
15454       </method>
15455       <method name="Boolean Equals(System.Object)">
15456         <size>69</size>
15457       </method>
15458       <method name="Int32 GetHashCode()">
15459         <size>86</size>
15460       </method>
15461       <method name="System.String ToString()">
15462         <size>142</size>
15463       </method>
15464     </type>
15465   </test>
15466   <test name="gtest-anontype-03.cs">
15467     <type name="MyClass">
15468       <method name="Void .ctor()">
15469         <size>18</size>
15470       </method>
15471       <method name="Int32 get_Baz()">
15472         <size>3</size>
15473       </method>
15474     </type>
15475     <type name="Test">
15476       <method name="Void .ctor()">
15477         <size>7</size>
15478       </method>
15479       <method name="Int32 Main()">
15480         <size>64</size>
15481       </method>
15482     </type>
15483     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
15484       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
15485         <size>21</size>
15486       </method>
15487       <method name="&lt;Foo&gt;__T get_Foo()">
15488         <size>7</size>
15489       </method>
15490       <method name="&lt;Baz&gt;__T get_Baz()">
15491         <size>7</size>
15492       </method>
15493       <method name="Boolean Equals(System.Object)">
15494         <size>69</size>
15495       </method>
15496       <method name="Int32 GetHashCode()">
15497         <size>86</size>
15498       </method>
15499       <method name="System.String ToString()">
15500         <size>142</size>
15501       </method>
15502     </type>
15503   </test>
15504   <test name="gtest-anontype-04.cs">
15505     <type name="MyClass">
15506       <method name="Void .ctor()">
15507         <size>18</size>
15508       </method>
15509       <method name="Int32 get_Baz()">
15510         <size>3</size>
15511       </method>
15512     </type>
15513     <type name="Test">
15514       <method name="Void .ctor()">
15515         <size>7</size>
15516       </method>
15517       <method name="Int32 Main()">
15518         <size>111</size>
15519       </method>
15520     </type>
15521     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
15522       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
15523         <size>36</size>
15524       </method>
15525       <method name="&lt;Foo&gt;__T get_Foo()">
15526         <size>7</size>
15527       </method>
15528       <method name="&lt;Baz&gt;__T get_Baz()">
15529         <size>7</size>
15530       </method>
15531       <method name="&lt;Hello&gt;__T get_Hello()">
15532         <size>7</size>
15533       </method>
15534       <method name="&lt;Answer&gt;__T get_Answer()">
15535         <size>7</size>
15536       </method>
15537       <method name="Boolean Equals(System.Object)">
15538         <size>123</size>
15539       </method>
15540       <method name="Int32 GetHashCode()">
15541         <size>132</size>
15542       </method>
15543       <method name="System.String ToString()">
15544         <size>258</size>
15545       </method>
15546     </type>
15547   </test>
15548   <test name="gtest-anontype-05.cs">
15549     <type name="Test">
15550       <method name="Void .ctor()">
15551         <size>7</size>
15552       </method>
15553       <method name="System.String Null()">
15554         <size>2</size>
15555       </method>
15556       <method name="Int32 Main()">
15557         <size>287</size>
15558       </method>
15559     </type>
15560     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
15561       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
15562         <size>21</size>
15563       </method>
15564       <method name="&lt;Name&gt;__T get_Name()">
15565         <size>7</size>
15566       </method>
15567       <method name="&lt;Age&gt;__T get_Age()">
15568         <size>7</size>
15569       </method>
15570       <method name="Boolean Equals(System.Object)">
15571         <size>69</size>
15572       </method>
15573       <method name="Int32 GetHashCode()">
15574         <size>86</size>
15575       </method>
15576       <method name="System.String ToString()">
15577         <size>142</size>
15578       </method>
15579     </type>
15580     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
15581       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
15582         <size>21</size>
15583       </method>
15584       <method name="&lt;Age&gt;__T get_Age()">
15585         <size>7</size>
15586       </method>
15587       <method name="&lt;Name&gt;__T get_Name()">
15588         <size>7</size>
15589       </method>
15590       <method name="Boolean Equals(System.Object)">
15591         <size>69</size>
15592       </method>
15593       <method name="Int32 GetHashCode()">
15594         <size>86</size>
15595       </method>
15596       <method name="System.String ToString()">
15597         <size>142</size>
15598       </method>
15599     </type>
15600     <type name="&lt;&gt;__AnonType2">
15601       <method name="Void .ctor()">
15602         <size>7</size>
15603       </method>
15604       <method name="Boolean Equals(System.Object)">
15605         <size>15</size>
15606       </method>
15607       <method name="Int32 GetHashCode()">
15608         <size>40</size>
15609       </method>
15610       <method name="System.String ToString()">
15611         <size>6</size>
15612       </method>
15613     </type>
15614     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
15615       <method name="Void .ctor(&lt;Foo&gt;__T)">
15616         <size>14</size>
15617       </method>
15618       <method name="&lt;Foo&gt;__T get_Foo()">
15619         <size>7</size>
15620       </method>
15621       <method name="Boolean Equals(System.Object)">
15622         <size>39</size>
15623       </method>
15624       <method name="Int32 GetHashCode()">
15625         <size>63</size>
15626       </method>
15627       <method name="System.String ToString()">
15628         <size>67</size>
15629       </method>
15630     </type>
15631   </test>
15632   <test name="gtest-anontype-06.cs">
15633     <type name="CastByExample">
15634       <method name="Void .ctor()">
15635         <size>7</size>
15636       </method>
15637       <method name="T Cast[T](System.Object, T)">
15638         <size>7</size>
15639       </method>
15640       <method name="Void Main()">
15641         <size>29</size>
15642       </method>
15643     </type>
15644     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
15645       <method name="Void .ctor(&lt;Foo&gt;__T)">
15646         <size>14</size>
15647       </method>
15648       <method name="&lt;Foo&gt;__T get_Foo()">
15649         <size>7</size>
15650       </method>
15651       <method name="Boolean Equals(System.Object)">
15652         <size>39</size>
15653       </method>
15654       <method name="Int32 GetHashCode()">
15655         <size>63</size>
15656       </method>
15657       <method name="System.String ToString()">
15658         <size>67</size>
15659       </method>
15660     </type>
15661   </test>
15662   <test name="gtest-anontype-07.cs">
15663     <type name="Test">
15664       <method name="Void .ctor()">
15665         <size>7</size>
15666       </method>
15667       <method name="Int32 Main()">
15668         <size>59</size>
15669       </method>
15670     </type>
15671     <type name="&lt;&gt;__AnonType0">
15672       <method name="Void .ctor()">
15673         <size>7</size>
15674       </method>
15675       <method name="Boolean Equals(System.Object)">
15676         <size>15</size>
15677       </method>
15678       <method name="Int32 GetHashCode()">
15679         <size>40</size>
15680       </method>
15681       <method name="System.String ToString()">
15682         <size>6</size>
15683       </method>
15684     </type>
15685   </test>
15686   <test name="gtest-anontype-08.cs">
15687     <type name="Test">
15688       <method name="Void Main()">
15689         <size>15</size>
15690       </method>
15691     </type>
15692     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
15693       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
15694         <size>21</size>
15695       </method>
15696       <method name="&lt;X&gt;__T get_X()">
15697         <size>7</size>
15698       </method>
15699       <method name="&lt;Y&gt;__T get_Y()">
15700         <size>7</size>
15701       </method>
15702       <method name="Boolean Equals(System.Object)">
15703         <size>69</size>
15704       </method>
15705       <method name="Int32 GetHashCode()">
15706         <size>86</size>
15707       </method>
15708       <method name="System.String ToString()">
15709         <size>142</size>
15710       </method>
15711     </type>
15712   </test>
15713   <test name="gtest-anontype-09.cs">
15714     <type name="My.System.Test">
15715       <method name="Int32 Main()">
15716         <size>35</size>
15717       </method>
15718     </type>
15719     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
15720       <method name="Void .ctor(&lt;X&gt;__T)">
15721         <size>14</size>
15722       </method>
15723       <method name="&lt;X&gt;__T get_X()">
15724         <size>7</size>
15725       </method>
15726       <method name="Boolean Equals(System.Object)">
15727         <size>39</size>
15728       </method>
15729       <method name="Int32 GetHashCode()">
15730         <size>63</size>
15731       </method>
15732       <method name="System.String ToString()">
15733         <size>67</size>
15734       </method>
15735     </type>
15736     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
15737       <method name="Void .ctor(&lt;Value&gt;__T)">
15738         <size>14</size>
15739       </method>
15740       <method name="&lt;Value&gt;__T get_Value()">
15741         <size>7</size>
15742       </method>
15743       <method name="Boolean Equals(System.Object)">
15744         <size>39</size>
15745       </method>
15746       <method name="Int32 GetHashCode()">
15747         <size>63</size>
15748       </method>
15749       <method name="System.String ToString()">
15750         <size>67</size>
15751       </method>
15752     </type>
15753   </test>
15754   <test name="gtest-anontype-10.cs">
15755     <type name="A">
15756       <method name="Void .ctor()">
15757         <size>7</size>
15758       </method>
15759       <method name="Int32 get_X()">
15760         <size>3</size>
15761       </method>
15762     </type>
15763     <type name="B">
15764       <method name="Void .ctor()">
15765         <size>7</size>
15766       </method>
15767       <method name="Int32 Main()">
15768         <size>11</size>
15769       </method>
15770       <method name="Int32 Test()">
15771         <size>33</size>
15772       </method>
15773     </type>
15774     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
15775       <method name="Void .ctor(&lt;X&gt;__T)">
15776         <size>14</size>
15777       </method>
15778       <method name="&lt;X&gt;__T get_X()">
15779         <size>7</size>
15780       </method>
15781       <method name="Boolean Equals(System.Object)">
15782         <size>39</size>
15783       </method>
15784       <method name="Int32 GetHashCode()">
15785         <size>63</size>
15786       </method>
15787       <method name="System.String ToString()">
15788         <size>67</size>
15789       </method>
15790     </type>
15791   </test>
15792   <test name="gtest-anontype-11.cs">
15793     <type name="Alpha">
15794       <method name="Void .ctor(String)">
15795         <size>14</size>
15796       </method>
15797       <method name="Int32 GetHashCode()">
15798         <size>18</size>
15799       </method>
15800     </type>
15801     <type name="Beta">
15802       <method name="Void .ctor(String)">
15803         <size>14</size>
15804       </method>
15805       <method name="Int32 GetHashCode()">
15806         <size>18</size>
15807       </method>
15808     </type>
15809     <type name="Program">
15810       <method name="Int32 Main()">
15811         <size>49</size>
15812       </method>
15813     </type>
15814     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
15815       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
15816         <size>21</size>
15817       </method>
15818       <method name="&lt;First&gt;__T get_First()">
15819         <size>7</size>
15820       </method>
15821       <method name="&lt;Second&gt;__T get_Second()">
15822         <size>7</size>
15823       </method>
15824       <method name="Boolean Equals(System.Object)">
15825         <size>69</size>
15826       </method>
15827       <method name="Int32 GetHashCode()">
15828         <size>86</size>
15829       </method>
15830       <method name="System.String ToString()">
15831         <size>142</size>
15832       </method>
15833     </type>
15834   </test>
15835   <test name="gtest-autoproperty-01.cs">
15836     <type name="Test">
15837       <method name="Void .ctor()">
15838         <size>15</size>
15839       </method>
15840       <method name="System.String get_Foo()">
15841         <size>7</size>
15842       </method>
15843       <method name="Void set_Foo(System.String)">
15844         <size>8</size>
15845       </method>
15846       <method name="Int32 get_Answer()">
15847         <size>7</size>
15848       </method>
15849       <method name="Void set_Answer(Int32)">
15850         <size>8</size>
15851       </method>
15852       <method name="Int32 Main()">
15853         <size>97</size>
15854       </method>
15855     </type>
15856     <type name="Test+A">
15857       <method name="Void .ctor()">
15858         <size>7</size>
15859       </method>
15860       <method name="System.String get_B()">
15861         <size>7</size>
15862       </method>
15863       <method name="Void set_B(System.String)">
15864         <size>8</size>
15865       </method>
15866     </type>
15867   </test>
15868   <test name="gtest-autoproperty-02.cs">
15869     <type name="Test">
15870       <method name="Void .ctor()">
15871         <size>7</size>
15872       </method>
15873       <method name="System.String get_Foo()">
15874         <size>6</size>
15875       </method>
15876       <method name="Void set_Foo(System.String)">
15877         <size>7</size>
15878       </method>
15879       <method name="Int32 get_Answer()">
15880         <size>6</size>
15881       </method>
15882       <method name="Void set_Answer(Int32)">
15883         <size>7</size>
15884       </method>
15885       <method name="Int32 Main()">
15886         <size>114</size>
15887       </method>
15888     </type>
15889     <type name="Test+A">
15890       <method name="Void .ctor()">
15891         <size>7</size>
15892       </method>
15893       <method name="System.String get_B()">
15894         <size>6</size>
15895       </method>
15896       <method name="Void set_B(System.String)">
15897         <size>7</size>
15898       </method>
15899       <method name="System.String get_C()">
15900         <size>6</size>
15901       </method>
15902       <method name="Void set_C(System.String)">
15903         <size>7</size>
15904       </method>
15905       <method name="Void DoThings()">
15906         <size>11</size>
15907       </method>
15908     </type>
15909   </test>
15910   <test name="gtest-autoproperty-03.cs">
15911     <type name="Test">
15912       <method name="Void .ctor()">
15913         <size>7</size>
15914       </method>
15915       <method name="System.String get_Foo()">
15916         <size>7</size>
15917       </method>
15918       <method name="Void set_Foo(System.String)">
15919         <size>8</size>
15920       </method>
15921       <method name="Int32 Main()">
15922         <size>236</size>
15923       </method>
15924     </type>
15925   </test>
15926   <test name="gtest-autoproperty-04.cs">
15927     <type name="MonoTests.MainClass">
15928       <method name="Void .ctor()">
15929         <size>7</size>
15930       </method>
15931       <method name="System.String[] get_foo()">
15932         <size>7</size>
15933       </method>
15934       <method name="Void set_foo(System.String[])">
15935         <size>8</size>
15936       </method>
15937       <method name="System.String[] get_bar()">
15938         <size>0</size>
15939       </method>
15940       <method name="Void set_bar(System.String[])">
15941         <size>0</size>
15942       </method>
15943       <method name="Void Main(System.String[])">
15944         <size>11</size>
15945       </method>
15946     </type>
15947     <type name="MonoTests.ChildClass">
15948       <method name="Void .ctor()">
15949         <size>7</size>
15950       </method>
15951       <method name="System.String[] get_foo()">
15952         <size>7</size>
15953       </method>
15954       <method name="Void set_foo(System.String[])">
15955         <size>8</size>
15956       </method>
15957       <method name="System.String[] get_bar()">
15958         <size>7</size>
15959       </method>
15960       <method name="Void set_bar(System.String[])">
15961         <size>8</size>
15962       </method>
15963     </type>
15964   </test>
15965   <test name="gtest-autoproperty-05.cs">
15966     <type name="Test">
15967       <method name="Void .ctor()">
15968         <size>7</size>
15969       </method>
15970       <method name="System.String get_X()">
15971         <size>7</size>
15972       </method>
15973       <method name="Void set_X(System.String)">
15974         <size>8</size>
15975       </method>
15976     </type>
15977     <type name="M">
15978       <method name="Void .ctor()">
15979         <size>7</size>
15980       </method>
15981       <method name="Void Main()">
15982         <size>1</size>
15983       </method>
15984     </type>
15985   </test>
15986   <test name="gtest-autoproperty-06.cs">
15987     <type name="A">
15988       <method name="Void .ctor()">
15989         <size>7</size>
15990       </method>
15991     </type>
15992     <type name="B">
15993       <method name="Void .ctor()">
15994         <size>7</size>
15995       </method>
15996     </type>
15997     <type name="C">
15998       <method name="Void .ctor()">
15999         <size>7</size>
16000       </method>
16001       <method name="B I&lt;B&gt;.get_Prop()">
16002         <size>7</size>
16003       </method>
16004       <method name="Void I&lt;B&gt;.set_Prop(B)">
16005         <size>8</size>
16006       </method>
16007       <method name="A I&lt;A&gt;.get_Prop()">
16008         <size>7</size>
16009       </method>
16010       <method name="Void I&lt;A&gt;.set_Prop(A)">
16011         <size>8</size>
16012       </method>
16013     </type>
16014     <type name="Program">
16015       <method name="Void .ctor()">
16016         <size>7</size>
16017       </method>
16018       <method name="Void Main(System.String[])">
16019         <size>7</size>
16020       </method>
16021     </type>
16022   </test>
16023   <test name="gtest-collectioninit-01.cs">
16024     <type name="Test">
16025       <method name="Void .ctor()">
16026         <size>7</size>
16027       </method>
16028       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
16029         <size>81</size>
16030       </method>
16031       <method name="Int32 Main()">
16032         <size>524</size>
16033       </method>
16034     </type>
16035     <type name="Test+Wrap">
16036       <method name="Void .ctor()">
16037         <size>31</size>
16038       </method>
16039       <method name="Void .ctor(Int32)">
16040         <size>25</size>
16041       </method>
16042       <method name="System.Collections.ArrayList get_Numbers()">
16043         <size>7</size>
16044       </method>
16045     </type>
16046   </test>
16047   <test name="gtest-collectioninit-02.cs">
16048     <type name="C">
16049       <method name="Void .ctor()">
16050         <size>7</size>
16051       </method>
16052       <method name="Int32 Main()">
16053         <size>73</size>
16054       </method>
16055     </type>
16056   </test>
16057   <test name="gtest-collectioninit-03.cs">
16058     <type name="X">
16059       <method name="Void .ctor()">
16060         <size>7</size>
16061       </method>
16062       <method name="Int32 Main()">
16063         <size>34</size>
16064       </method>
16065       <method name="Void R(System.Object ByRef)">
16066         <size>28</size>
16067       </method>
16068     </type>
16069   </test>
16070   <test name="gtest-etree-01.cs">
16071     <type name="MyTypeExplicit">
16072       <method name="Void .ctor(Int32)">
16073         <size>14</size>
16074       </method>
16075       <method name="Int32 op_Explicit(MyTypeExplicit)">
16076         <size>7</size>
16077       </method>
16078     </type>
16079     <type name="MemberAccessData">
16080       <method name="Void .ctor()">
16081         <size>7</size>
16082       </method>
16083       <method name="Void .cctor()">
16084         <size>16</size>
16085       </method>
16086       <method name="Void add_EventField(System.Func`1[System.Boolean])">
16087         <size>24</size>
16088       </method>
16089       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
16090         <size>24</size>
16091       </method>
16092       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
16093         <size>33</size>
16094       </method>
16095       <method name="Void set_MyTypeProperty(MyType)">
16096         <size>8</size>
16097       </method>
16098       <method name="MyType get_MyTypeProperty()">
16099         <size>7</size>
16100       </method>
16101       <method name="System.String get_StaticProperty()">
16102         <size>6</size>
16103       </method>
16104     </type>
16105     <type name="NewTest`1[T]">
16106       <method name="Void .ctor(T)">
16107         <size>27</size>
16108       </method>
16109       <method name="Void .ctor(T[])">
16110         <size>14</size>
16111       </method>
16112       <method name="Int32 GetHashCode()">
16113         <size>7</size>
16114       </method>
16115       <method name="Boolean Equals(System.Object)">
16116         <size>91</size>
16117       </method>
16118     </type>
16119     <type name="Indexer">
16120       <method name="Void .ctor()">
16121         <size>7</size>
16122       </method>
16123       <method name="Int32 get_Item(Int32)">
16124         <size>2</size>
16125       </method>
16126       <method name="Void set_Item(Int32, Int32)">
16127         <size>1</size>
16128       </method>
16129       <method name="System.String get_Item(System.String[])">
16130         <size>7</size>
16131       </method>
16132     </type>
16133     <type name="Tester">
16134       <method name="Void .ctor()">
16135         <size>7</size>
16136       </method>
16137       <method name="Void Assert[T](T, T)">
16138         <size>9</size>
16139       </method>
16140       <method name="Void Assert[T](T, T, System.String)">
16141         <size>89</size>
16142       </method>
16143       <method name="Void Assert[T](T[], T[])">
16144         <size>220</size>
16145       </method>
16146       <method name="T GenericMethod[T](T)">
16147         <size>2</size>
16148       </method>
16149       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
16150         <size>56</size>
16151       </method>
16152       <method name="Void AddTest()">
16153         <size>99</size>
16154       </method>
16155       <method name="Void AddTest_2()">
16156         <size>118</size>
16157       </method>
16158       <method name="Void AddTest_3()">
16159         <size>129</size>
16160       </method>
16161       <method name="Void AddTest_4()">
16162         <size>191</size>
16163       </method>
16164       <method name="Void AddTest_5()">
16165         <size>133</size>
16166       </method>
16167       <method name="Void AddTest_6()">
16168         <size>158</size>
16169       </method>
16170       <method name="Void AddTest_7()">
16171         <size>142</size>
16172       </method>
16173       <method name="Void AddTest_8()">
16174         <size>248</size>
16175       </method>
16176       <method name="Void AddTest_9()">
16177         <size>142</size>
16178       </method>
16179       <method name="Void AddCheckedTest()">
16180         <size>99</size>
16181       </method>
16182       <method name="Void AddCheckedTest_2()">
16183         <size>118</size>
16184       </method>
16185       <method name="Void AddCheckedTest_3()">
16186         <size>129</size>
16187       </method>
16188       <method name="Void AddStringTest()">
16189         <size>128</size>
16190       </method>
16191       <method name="Void AddStringTest_2()">
16192         <size>173</size>
16193       </method>
16194       <method name="Void AddStringTest_3()">
16195         <size>174</size>
16196       </method>
16197       <method name="Void AddStringTest_4()">
16198         <size>174</size>
16199       </method>
16200       <method name="Void AndTest()">
16201         <size>140</size>
16202       </method>
16203       <method name="Void AndTest_2()">
16204         <size>161</size>
16205       </method>
16206       <method name="Void AndTest_3()">
16207         <size>161</size>
16208       </method>
16209       <method name="Void AndNullableTest()">
16210         <size>381</size>
16211       </method>
16212       <method name="Void AndNullableTest_2()">
16213         <size>237</size>
16214       </method>
16215       <method name="Void AndNullableTest_3()">
16216         <size>198</size>
16217       </method>
16218       <method name="Void AndAlsoTest()">
16219         <size>96</size>
16220       </method>
16221       <method name="Void AndAlsoTest_2()">
16222         <size>165</size>
16223       </method>
16224       <method name="Void AndAlsoTest_3()">
16225         <size>108</size>
16226       </method>
16227       <method name="Void ArrayIndexTest()">
16228         <size>145</size>
16229       </method>
16230       <method name="Void ArrayIndexTest_2()">
16231         <size>115</size>
16232       </method>
16233       <method name="Void ArrayIndexTest_3()">
16234         <size>199</size>
16235       </method>
16236       <method name="Void ArrayIndexTest_4()">
16237         <size>243</size>
16238       </method>
16239       <method name="Void ArrayIndexTest_5()">
16240         <size>108</size>
16241       </method>
16242       <method name="Void ArrayLengthTest()">
16243         <size>99</size>
16244       </method>
16245       <method name="Void ArrayLengthTest_2()">
16246         <size>91</size>
16247       </method>
16248       <method name="Void CallTest()">
16249         <size>138</size>
16250       </method>
16251       <method name="Void CallTest_2()">
16252         <size>107</size>
16253       </method>
16254       <method name="Void CallTest_3()">
16255         <size>207</size>
16256       </method>
16257       <method name="Void CallTest_4()">
16258         <size>121</size>
16259       </method>
16260       <method name="Void CallTest_5()">
16261         <size>99</size>
16262       </method>
16263       <method name="Void CallTest_6()">
16264         <size>70</size>
16265       </method>
16266       <method name="Void CallTest_7()">
16267         <size>124</size>
16268       </method>
16269       <method name="Void CallTest_8()">
16270         <size>227</size>
16271       </method>
16272       <method name="Void CallTest_9()">
16273         <size>88</size>
16274       </method>
16275       <method name="Void CoalesceTest()">
16276         <size>120</size>
16277       </method>
16278       <method name="Void CoalesceTest_2()">
16279         <size>171</size>
16280       </method>
16281       <method name="Void ConditionTest()">
16282         <size>170</size>
16283       </method>
16284       <method name="Void ConditionTest_2()">
16285         <size>301</size>
16286       </method>
16287       <method name="Void ConditionTest_3()">
16288         <size>179</size>
16289       </method>
16290       <method name="Void ConditionTest_4()">
16291         <size>183</size>
16292       </method>
16293       <method name="Void ConstantTest()">
16294         <size>59</size>
16295       </method>
16296       <method name="Void ConstantTest_2()">
16297         <size>62</size>
16298       </method>
16299       <method name="Void ConstantTest_3()">
16300         <size>54</size>
16301       </method>
16302       <method name="Void ConstantTest_4()">
16303         <size>44</size>
16304       </method>
16305       <method name="Void ConstantTest_5()">
16306         <size>59</size>
16307       </method>
16308       <method name="Void ConstantTest_6()">
16309         <size>67</size>
16310       </method>
16311       <method name="Void ConstantTest_7()">
16312         <size>62</size>
16313       </method>
16314       <method name="Void ConstantTest_8()">
16315         <size>72</size>
16316       </method>
16317       <method name="Void ConstantTest_9()">
16318         <size>72</size>
16319       </method>
16320       <method name="Void ConstantTest_10()">
16321         <size>72</size>
16322       </method>
16323       <method name="Void ConstantTest_11()">
16324         <size>59</size>
16325       </method>
16326       <method name="Void ConstantTest_13()">
16327         <size>59</size>
16328       </method>
16329       <method name="Void ConstantTest_14()">
16330         <size>72</size>
16331       </method>
16332       <method name="Void ConstantTest_15()">
16333         <size>62</size>
16334       </method>
16335       <method name="Void ConvertTest()">
16336         <size>82</size>
16337       </method>
16338       <method name="Void ConvertTest_2()">
16339         <size>83</size>
16340       </method>
16341       <method name="Void ConvertTest_3()">
16342         <size>93</size>
16343       </method>
16344       <method name="Void ConvertTest_4()">
16345         <size>102</size>
16346       </method>
16347       <method name="Void ConvertTest_5()">
16348         <size>109</size>
16349       </method>
16350       <method name="Void ConvertTest_6()">
16351         <size>240</size>
16352       </method>
16353       <method name="Void ConvertTest_7()">
16354         <size>122</size>
16355       </method>
16356       <method name="Void ConvertTest_8()">
16357         <size>118</size>
16358       </method>
16359       <method name="Void ConvertTest_9()">
16360         <size>97</size>
16361       </method>
16362       <method name="Void ConvertTest_10()">
16363         <size>163</size>
16364       </method>
16365       <method name="Void ConvertTest_11()">
16366         <size>101</size>
16367       </method>
16368       <method name="Void ConvertTest_12()">
16369         <size>156</size>
16370       </method>
16371       <method name="Void ConvertTest_13()">
16372         <size>86</size>
16373       </method>
16374       <method name="Void ConvertTest_14()">
16375         <size>88</size>
16376       </method>
16377       <method name="Void ConvertTest_15()">
16378         <size>132</size>
16379       </method>
16380       <method name="Void ConvertCheckedTest()">
16381         <size>82</size>
16382       </method>
16383       <method name="Void ConvertCheckedTest_2()">
16384         <size>83</size>
16385       </method>
16386       <method name="Void ConvertCheckedTest_3()">
16387         <size>93</size>
16388       </method>
16389       <method name="Void ConvertCheckedTest_4()">
16390         <size>102</size>
16391       </method>
16392       <method name="Void DivideTest()">
16393         <size>99</size>
16394       </method>
16395       <method name="Void DivideTest_2()">
16396         <size>185</size>
16397       </method>
16398       <method name="Void DivideTest_3()">
16399         <size>129</size>
16400       </method>
16401       <method name="Void DivideTest_4()">
16402         <size>192</size>
16403       </method>
16404       <method name="Void DivideTest_5()">
16405         <size>134</size>
16406       </method>
16407       <method name="Void DivideTest_6()">
16408         <size>196</size>
16409       </method>
16410       <method name="Void EqualTest()">
16411         <size>118</size>
16412       </method>
16413       <method name="Void EqualTest_2()">
16414         <size>168</size>
16415       </method>
16416       <method name="Void EqualTest_3()">
16417         <size>125</size>
16418       </method>
16419       <method name="Void EqualTest_4()">
16420         <size>210</size>
16421       </method>
16422       <method name="Void EqualTest_5()">
16423         <size>176</size>
16424       </method>
16425       <method name="Void EqualTest_6()">
16426         <size>119</size>
16427       </method>
16428       <method name="Void EqualTest_7()">
16429         <size>167</size>
16430       </method>
16431       <method name="Void EqualTest_8()">
16432         <size>116</size>
16433       </method>
16434       <method name="Void EqualTest_9()">
16435         <size>146</size>
16436       </method>
16437       <method name="Void EqualTest_10()">
16438         <size>169</size>
16439       </method>
16440       <method name="Void EqualTest_11()">
16441         <size>132</size>
16442       </method>
16443       <method name="Void EqualTest_12()">
16444         <size>127</size>
16445       </method>
16446       <method name="Void EqualTest_13()">
16447         <size>124</size>
16448       </method>
16449       <method name="Void EqualTestDelegate()">
16450         <size>113</size>
16451       </method>
16452       <method name="Void EqualTestDelegate_2()">
16453         <size>312</size>
16454       </method>
16455       <method name="Void ExclusiveOrTest()">
16456         <size>115</size>
16457       </method>
16458       <method name="Void ExclusiveOrTest_2()">
16459         <size>183</size>
16460       </method>
16461       <method name="Void ExclusiveOrTest_3()">
16462         <size>129</size>
16463       </method>
16464       <method name="Void ExclusiveOrTest_4()">
16465         <size>192</size>
16466       </method>
16467       <method name="Void ExclusiveOrTest_5()">
16468         <size>197</size>
16469       </method>
16470       <method name="Void ExclusiveOrTest_6()">
16471         <size>161</size>
16472       </method>
16473       <method name="Void ExclusiveOrTest_7()">
16474         <size>198</size>
16475       </method>
16476       <method name="Void ExclusiveOrTest_8()">
16477         <size>164</size>
16478       </method>
16479       <method name="Void GreaterThanTest()">
16480         <size>99</size>
16481       </method>
16482       <method name="Void GreaterThanTest_2()">
16483         <size>154</size>
16484       </method>
16485       <method name="Void GreaterThanTest_3()">
16486         <size>125</size>
16487       </method>
16488       <method name="Void GreaterThanTest_4()">
16489         <size>210</size>
16490       </method>
16491       <method name="Void GreaterThanTest_5()">
16492         <size>209</size>
16493       </method>
16494       <method name="Void GreaterThanTest_6()">
16495         <size>102</size>
16496       </method>
16497       <method name="Void GreaterThanTest_7()">
16498         <size>146</size>
16499       </method>
16500       <method name="Void GreaterThanTest_8()">
16501         <size>169</size>
16502       </method>
16503       <method name="Void GreaterThanOrEqualTest()">
16504         <size>99</size>
16505       </method>
16506       <method name="Void GreaterThanOrEqualTest_2()">
16507         <size>169</size>
16508       </method>
16509       <method name="Void GreaterThanOrEqualTest_3()">
16510         <size>130</size>
16511       </method>
16512       <method name="Void GreaterThanOrEqualTest_4()">
16513         <size>210</size>
16514       </method>
16515       <method name="Void GreaterThanOrEqualTest_5()">
16516         <size>209</size>
16517       </method>
16518       <method name="Void GreaterThanOrEqualTest_6()">
16519         <size>102</size>
16520       </method>
16521       <method name="Void GreaterThanOrEqualTest_7()">
16522         <size>146</size>
16523       </method>
16524       <method name="Void GreaterThanOrEqualTest_8()">
16525         <size>169</size>
16526       </method>
16527       <method name="Void InvokeTest()">
16528         <size>90</size>
16529       </method>
16530       <method name="Void InvokeTest_2()">
16531         <size>138</size>
16532       </method>
16533       <method name="Void LeftShiftTest()">
16534         <size>155</size>
16535       </method>
16536       <method name="Void LeftShiftTest_2()">
16537         <size>162</size>
16538       </method>
16539       <method name="Void LeftShiftTest_3()">
16540         <size>184</size>
16541       </method>
16542       <method name="Void LeftShiftTest_4()">
16543         <size>261</size>
16544       </method>
16545       <method name="Void LeftShiftTest_5()">
16546         <size>110</size>
16547       </method>
16548       <method name="Void LessThanTest()">
16549         <size>99</size>
16550       </method>
16551       <method name="Void LessThanTest_2()">
16552         <size>154</size>
16553       </method>
16554       <method name="Void LessThanTest_3()">
16555         <size>125</size>
16556       </method>
16557       <method name="Void LessThanTest_4()">
16558         <size>210</size>
16559       </method>
16560       <method name="Void LessThanTest_5()">
16561         <size>209</size>
16562       </method>
16563       <method name="Void LessThanTest_6()">
16564         <size>102</size>
16565       </method>
16566       <method name="Void LessThanTest_7()">
16567         <size>146</size>
16568       </method>
16569       <method name="Void LessThanTest_8()">
16570         <size>169</size>
16571       </method>
16572       <method name="Void LessThanOrEqualTest()">
16573         <size>99</size>
16574       </method>
16575       <method name="Void LessThanOrEqualTest_2()">
16576         <size>169</size>
16577       </method>
16578       <method name="Void LessThanOrEqualTest_3()">
16579         <size>125</size>
16580       </method>
16581       <method name="Void LessThanOrEqualTest_4()">
16582         <size>210</size>
16583       </method>
16584       <method name="Void LessThanOrEqualTest_5()">
16585         <size>209</size>
16586       </method>
16587       <method name="Void LessThanOrEqualTest_6()">
16588         <size>102</size>
16589       </method>
16590       <method name="Void LessThanOrEqualTest_7()">
16591         <size>146</size>
16592       </method>
16593       <method name="Void LessThanOrEqualTest_8()">
16594         <size>169</size>
16595       </method>
16596       <method name="Void ListInitTest()">
16597         <size>404</size>
16598       </method>
16599       <method name="Void ListInitTest_2()">
16600         <size>292</size>
16601       </method>
16602       <method name="Void MemberAccessTest()">
16603         <size>132</size>
16604       </method>
16605       <method name="Void MemberAccessTest_2()">
16606         <size>63</size>
16607       </method>
16608       <method name="Void MemberAccessTest_3()">
16609         <size>113</size>
16610       </method>
16611       <method name="Void MemberAccessTest_4()">
16612         <size>91</size>
16613       </method>
16614       <method name="Void MemberAccessTest_5()">
16615         <size>39</size>
16616       </method>
16617       <method name="Void MemberAccessTest_6()">
16618         <size>104</size>
16619       </method>
16620       <method name="Void MemberAccessTest_7()">
16621         <size>109</size>
16622       </method>
16623       <method name="Void MemberAccessTest_8()">
16624         <size>63</size>
16625       </method>
16626       <method name="Void MemberAccessTest_9()">
16627         <size>91</size>
16628       </method>
16629       <method name="Void MemberInitTest()">
16630         <size>302</size>
16631       </method>
16632       <method name="Void MemberInitTest_2()">
16633         <size>250</size>
16634       </method>
16635       <method name="Void MemberInitTest_3()">
16636         <size>124</size>
16637       </method>
16638       <method name="Void ModuloTest()">
16639         <size>100</size>
16640       </method>
16641       <method name="Void ModuloTest_2()">
16642         <size>185</size>
16643       </method>
16644       <method name="Void ModuloTest_3()">
16645         <size>129</size>
16646       </method>
16647       <method name="Void ModuloTest_4()">
16648         <size>192</size>
16649       </method>
16650       <method name="Void ModuloTest_5()">
16651         <size>133</size>
16652       </method>
16653       <method name="Void ModuloTest_6()">
16654         <size>200</size>
16655       </method>
16656       <method name="Void ModuloTest_7()">
16657         <size>110</size>
16658       </method>
16659       <method name="Void MultiplyTest()">
16660         <size>131</size>
16661       </method>
16662       <method name="Void MultiplyTest_2()">
16663         <size>185</size>
16664       </method>
16665       <method name="Void MultiplyTest_3()">
16666         <size>133</size>
16667       </method>
16668       <method name="Void MultiplyTest_4()">
16669         <size>195</size>
16670       </method>
16671       <method name="Void MultiplyTest_5()">
16672         <size>137</size>
16673       </method>
16674       <method name="Void MultiplyTest_6()">
16675         <size>202</size>
16676       </method>
16677       <method name="Void MultiplyTest_7()">
16678         <size>110</size>
16679       </method>
16680       <method name="Void MultiplyCheckedTest()">
16681         <size>122</size>
16682       </method>
16683       <method name="Void MultiplyCheckedTest_2()">
16684         <size>192</size>
16685       </method>
16686       <method name="Void MultiplyCheckedTest_3()">
16687         <size>133</size>
16688       </method>
16689       <method name="Void MultiplyCheckedTest_4()">
16690         <size>121</size>
16691       </method>
16692       <method name="Void MultiplyCheckedTest_5()">
16693         <size>124</size>
16694       </method>
16695       <method name="Void NegateTest()">
16696         <size>72</size>
16697       </method>
16698       <method name="Void NegateTest_2()">
16699         <size>92</size>
16700       </method>
16701       <method name="Void NegateTest_3()">
16702         <size>130</size>
16703       </method>
16704       <method name="Void NegateTest_4()">
16705         <size>97</size>
16706       </method>
16707       <method name="Void NegateTest_5()">
16708         <size>141</size>
16709       </method>
16710       <method name="Void NegateTest_6()">
16711         <size>121</size>
16712       </method>
16713       <method name="Void NegateTest_7()">
16714         <size>132</size>
16715       </method>
16716       <method name="Void NegateTest_8()">
16717         <size>97</size>
16718       </method>
16719       <method name="Void NegateTest_9()">
16720         <size>87</size>
16721       </method>
16722       <method name="Void NegateTestChecked()">
16723         <size>91</size>
16724       </method>
16725       <method name="Void NegateTestChecked_2()">
16726         <size>137</size>
16727       </method>
16728       <method name="Void NegateTestChecked_3()">
16729         <size>97</size>
16730       </method>
16731       <method name="Void NegateTestChecked_4()">
16732         <size>86</size>
16733       </method>
16734       <method name="Void NewArrayInitTest()">
16735         <size>92</size>
16736       </method>
16737       <method name="Void NewArrayInitTest_2()">
16738         <size>64</size>
16739       </method>
16740       <method name="Void NewArrayInitTest_3()">
16741         <size>136</size>
16742       </method>
16743       <method name="Void NewArrayInitTest_4()">
16744         <size>120</size>
16745       </method>
16746       <method name="Void NewArrayBoundsTest()">
16747         <size>123</size>
16748       </method>
16749       <method name="Void NewArrayBoundsTest_2()">
16750         <size>123</size>
16751       </method>
16752       <method name="Void NewTest()">
16753         <size>93</size>
16754       </method>
16755       <method name="Void NewTest_2()">
16756         <size>61</size>
16757       </method>
16758       <method name="Void NewTest_3()">
16759         <size>98</size>
16760       </method>
16761       <method name="Void NewTest_4()">
16762         <size>252</size>
16763       </method>
16764       <method name="Void NewTest_5()">
16765         <size>371</size>
16766       </method>
16767       <method name="Void NotTest()">
16768         <size>70</size>
16769       </method>
16770       <method name="Void NotTest_2()">
16771         <size>113</size>
16772       </method>
16773       <method name="Void NotTest_3()">
16774         <size>71</size>
16775       </method>
16776       <method name="Void NotTest_4()">
16777         <size>105</size>
16778       </method>
16779       <method name="Void NotTest_5()">
16780         <size>73</size>
16781       </method>
16782       <method name="Void NotTest_6()">
16783         <size>104</size>
16784       </method>
16785       <method name="Void NotNullableTest()">
16786         <size>114</size>
16787       </method>
16788       <method name="Void NotNullableTest_2()">
16789         <size>134</size>
16790       </method>
16791       <method name="Void NotNullableTest_3()">
16792         <size>130</size>
16793       </method>
16794       <method name="Void NotNullableTest_4()">
16795         <size>149</size>
16796       </method>
16797       <method name="Void NotNullableTest_5()">
16798         <size>148</size>
16799       </method>
16800       <method name="Void NotEqualTest()">
16801         <size>118</size>
16802       </method>
16803       <method name="Void NotEqualTest_2()">
16804         <size>166</size>
16805       </method>
16806       <method name="Void NotEqualTest_3()">
16807         <size>125</size>
16808       </method>
16809       <method name="Void NotEqualTest_4()">
16810         <size>210</size>
16811       </method>
16812       <method name="Void NotEqualTest_5()">
16813         <size>176</size>
16814       </method>
16815       <method name="Void NotEqualTest_6()">
16816         <size>119</size>
16817       </method>
16818       <method name="Void NotEqualTest_7()">
16819         <size>167</size>
16820       </method>
16821       <method name="Void NotEqualTest_8()">
16822         <size>116</size>
16823       </method>
16824       <method name="Void NotEqualTest_9()">
16825         <size>146</size>
16826       </method>
16827       <method name="Void NotEqualTest_10()">
16828         <size>169</size>
16829       </method>
16830       <method name="Void NotEqualTest_11()">
16831         <size>132</size>
16832       </method>
16833       <method name="Void OrTest()">
16834         <size>141</size>
16835       </method>
16836       <method name="Void OrTest_2()">
16837         <size>129</size>
16838       </method>
16839       <method name="Void OrTest_3()">
16840         <size>161</size>
16841       </method>
16842       <method name="Void OrNullableTest()">
16843         <size>382</size>
16844       </method>
16845       <method name="Void OrNullableTest_2()">
16846         <size>186</size>
16847       </method>
16848       <method name="Void OrNullableTest_3()">
16849         <size>176</size>
16850       </method>
16851       <method name="Void OrNullableTest_4()">
16852         <size>198</size>
16853       </method>
16854       <method name="Void OrElseTest()">
16855         <size>97</size>
16856       </method>
16857       <method name="Void OrElseTest_2()">
16858         <size>167</size>
16859       </method>
16860       <method name="Void ParameterTest()">
16861         <size>73</size>
16862       </method>
16863       <method name="Void ParameterTest_2()">
16864         <size>75</size>
16865       </method>
16866       <method name="Void ParameterTest_3()">
16867         <size>73</size>
16868       </method>
16869       <method name="Void ParameterTest_4()">
16870         <size>100</size>
16871       </method>
16872       <method name="Void QuoteTest()">
16873         <size>85</size>
16874       </method>
16875       <method name="Void RightShiftTest()">
16876         <size>152</size>
16877       </method>
16878       <method name="Void RightShiftTest_2()">
16879         <size>159</size>
16880       </method>
16881       <method name="Void RightShiftTest_3()">
16882         <size>184</size>
16883       </method>
16884       <method name="Void RightShiftTest_4()">
16885         <size>258</size>
16886       </method>
16887       <method name="Void SubtractTest()">
16888         <size>100</size>
16889       </method>
16890       <method name="Void SubtractTest_2()">
16891         <size>119</size>
16892       </method>
16893       <method name="Void SubtractTest_3()">
16894         <size>130</size>
16895       </method>
16896       <method name="Void SubtractTest_4()">
16897         <size>192</size>
16898       </method>
16899       <method name="Void SubtractTest_5()">
16900         <size>134</size>
16901       </method>
16902       <method name="Void SubtractTest_6()">
16903         <size>160</size>
16904       </method>
16905       <method name="Void SubtractTest_7()">
16906         <size>113</size>
16907       </method>
16908       <method name="Void SubtractTest_8()">
16909         <size>146</size>
16910       </method>
16911       <method name="Void SubtractTest_9()">
16912         <size>142</size>
16913       </method>
16914       <method name="Void SubtractTest_10()">
16915         <size>161</size>
16916       </method>
16917       <method name="Void SubtractTest_11()">
16918         <size>157</size>
16919       </method>
16920       <method name="Void SubtractCheckedTest()">
16921         <size>127</size>
16922       </method>
16923       <method name="Void SubtractCheckedTest_2()">
16924         <size>185</size>
16925       </method>
16926       <method name="Void SubtractCheckedTest_3()">
16927         <size>130</size>
16928       </method>
16929       <method name="Void SubtractCheckedTest_4()">
16930         <size>121</size>
16931       </method>
16932       <method name="Void TypeAsTest()">
16933         <size>80</size>
16934       </method>
16935       <method name="Void TypeAsTest_2()">
16936         <size>144</size>
16937       </method>
16938       <method name="Void TypeAsTest_3()">
16939         <size>85</size>
16940       </method>
16941       <method name="Void TypeIsTest()">
16942         <size>103</size>
16943       </method>
16944       <method name="Void TypeIsTest_2()">
16945         <size>103</size>
16946       </method>
16947       <method name="Void TypeIsTest_3()">
16948         <size>85</size>
16949       </method>
16950       <method name="Void TypeIsTest_5()">
16951         <size>74</size>
16952       </method>
16953       <method name="Void TypeIsTest_6()">
16954         <size>111</size>
16955       </method>
16956       <method name="Void UnaryPlusTest()">
16957         <size>67</size>
16958       </method>
16959       <method name="Void UnaryPlusTest_2()">
16960         <size>47</size>
16961       </method>
16962       <method name="Void UnaryPlusTest_3()">
16963         <size>97</size>
16964       </method>
16965       <method name="Void UnaryPlusTest_4()">
16966         <size>141</size>
16967       </method>
16968       <method name="Void UnaryPlusTest_5()">
16969         <size>140</size>
16970       </method>
16971       <method name="System.String InstanceMethod(System.String)">
16972         <size>2</size>
16973       </method>
16974       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
16975         <size>30</size>
16976       </method>
16977       <method name="Int32 TestInt()">
16978         <size>3</size>
16979       </method>
16980       <method name="Void RefMethod(Int32 ByRef)">
16981         <size>8</size>
16982       </method>
16983       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
16984         <size>87</size>
16985       </method>
16986       <method name="Int32 Main()">
16987         <size>179</size>
16988       </method>
16989     </type>
16990     <type name="Tester+EmptyDelegate">
16991       <method name="Void .ctor(Object, IntPtr)">
16992         <size>0</size>
16993       </method>
16994       <method name="Void Invoke()">
16995         <size>0</size>
16996       </method>
16997       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16998         <size>0</size>
16999       </method>
17000       <method name="Void EndInvoke(IAsyncResult)">
17001         <size>0</size>
17002       </method>
17003     </type>
17004     <type name="Tester+IntDelegate">
17005       <method name="Void .ctor(Object, IntPtr)">
17006         <size>0</size>
17007       </method>
17008       <method name="Int32 Invoke()">
17009         <size>0</size>
17010       </method>
17011       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17012         <size>0</size>
17013       </method>
17014       <method name="Int32 EndInvoke(IAsyncResult)">
17015         <size>0</size>
17016       </method>
17017     </type>
17018     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
17019       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
17020         <size>21</size>
17021       </method>
17022       <method name="&lt;A&gt;__T get_A()">
17023         <size>7</size>
17024       </method>
17025       <method name="&lt;Value&gt;__T get_Value()">
17026         <size>7</size>
17027       </method>
17028       <method name="Boolean Equals(System.Object)">
17029         <size>69</size>
17030       </method>
17031       <method name="Int32 GetHashCode()">
17032         <size>86</size>
17033       </method>
17034       <method name="System.String ToString()">
17035         <size>142</size>
17036       </method>
17037     </type>
17038     <type name="Tester">
17039       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
17040         <size>1</size>
17041       </method>
17042       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
17043         <size>1</size>
17044       </method>
17045       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
17046         <size>1</size>
17047       </method>
17048       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
17049         <size>1</size>
17050       </method>
17051       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
17052         <size>1</size>
17053       </method>
17054       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
17055         <size>12</size>
17056       </method>
17057       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
17058         <size>12</size>
17059       </method>
17060       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
17061         <size>7</size>
17062       </method>
17063       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
17064         <size>7</size>
17065       </method>
17066       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
17067         <size>5</size>
17068       </method>
17069       <method name="Void NewArrayInitTest_5()">
17070         <size>158</size>
17071       </method>
17072       <method name="Void ConditionTest_5()">
17073         <size>107</size>
17074       </method>
17075       <method name="Void AndTest_4()">
17076         <size>92</size>
17077       </method>
17078       <method name="Void MemberInitTest_4()">
17079         <size>66</size>
17080       </method>
17081       <method name="Void NewTest_6()">
17082         <size>182</size>
17083       </method>
17084     </type>
17085     <type name="InverseLogicalOperator">
17086       <method name="Void .ctor(Boolean)">
17087         <size>8</size>
17088       </method>
17089       <method name="Boolean op_True(InverseLogicalOperator)">
17090         <size>8</size>
17091       </method>
17092       <method name="Boolean op_False(InverseLogicalOperator)">
17093         <size>8</size>
17094       </method>
17095     </type>
17096     <type name="MyType">
17097       <method name="Void .ctor(Int32)">
17098         <size>8</size>
17099       </method>
17100       <method name="Int16 get_ShortProp()">
17101         <size>7</size>
17102       </method>
17103       <method name="Void set_ShortProp(Int16)">
17104         <size>8</size>
17105       </method>
17106       <method name="Int32 GetHashCode()">
17107         <size>6</size>
17108       </method>
17109       <method name="System.String ToString()">
17110         <size>12</size>
17111       </method>
17112       <method name="Int32 op_Implicit(MyType)">
17113         <size>8</size>
17114       </method>
17115       <method name="Boolean op_True(MyType)">
17116         <size>16</size>
17117       </method>
17118       <method name="Boolean op_False(MyType)">
17119         <size>19</size>
17120       </method>
17121       <method name="MyType op_Addition(MyType, MyType)">
17122         <size>21</size>
17123       </method>
17124       <method name="MyType op_Subtraction(MyType, MyType)">
17125         <size>21</size>
17126       </method>
17127       <method name="MyType op_Division(MyType, MyType)">
17128         <size>21</size>
17129       </method>
17130       <method name="MyType op_Multiply(MyType, MyType)">
17131         <size>21</size>
17132       </method>
17133       <method name="MyType op_Modulus(MyType, MyType)">
17134         <size>21</size>
17135       </method>
17136       <method name="MyType op_BitwiseAnd(MyType, MyType)">
17137         <size>21</size>
17138       </method>
17139       <method name="MyType op_BitwiseOr(MyType, MyType)">
17140         <size>21</size>
17141       </method>
17142       <method name="MyType op_ExclusiveOr(MyType, MyType)">
17143         <size>21</size>
17144       </method>
17145       <method name="Boolean op_Equality(MyType, MyType)">
17146         <size>17</size>
17147       </method>
17148       <method name="Boolean op_Inequality(MyType, MyType)">
17149         <size>20</size>
17150       </method>
17151       <method name="Boolean op_GreaterThan(MyType, MyType)">
17152         <size>17</size>
17153       </method>
17154       <method name="Boolean op_LessThan(MyType, MyType)">
17155         <size>17</size>
17156       </method>
17157       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
17158         <size>20</size>
17159       </method>
17160       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
17161         <size>20</size>
17162       </method>
17163       <method name="Boolean op_LogicalNot(MyType)">
17164         <size>11</size>
17165       </method>
17166       <method name="Int32 op_RightShift(MyType, Int32)">
17167         <size>13</size>
17168       </method>
17169       <method name="Int32 op_LeftShift(MyType, Int32)">
17170         <size>13</size>
17171       </method>
17172       <method name="MyType op_UnaryNegation(MyType)">
17173         <size>14</size>
17174       </method>
17175       <method name="MyType op_UnaryPlus(MyType)">
17176         <size>13</size>
17177       </method>
17178     </type>
17179     <type name="MyTypeImplicitOnly">
17180       <method name="Void .ctor(Int16)">
17181         <size>8</size>
17182       </method>
17183       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
17184         <size>8</size>
17185       </method>
17186     </type>
17187     <type name="Tester">
17188       <method name="Void EqualTest_14()">
17189         <size>101</size>
17190       </method>
17191     </type>
17192     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
17193       <method name="Void .ctor()">
17194         <size>7</size>
17195       </method>
17196     </type>
17197     <type name="Tester">
17198       <method name="Void NewArrayInitTest_6()">
17199         <size>103</size>
17200       </method>
17201       <method name="Void LambdaTest()">
17202         <size>89</size>
17203       </method>
17204       <method name="Void EqualTest_15()">
17205         <size>159</size>
17206       </method>
17207       <method name="Void ArrayIndexTest_6()">
17208         <size>122</size>
17209       </method>
17210       <method name="Void ArrayIndexTest_7()">
17211         <size>128</size>
17212       </method>
17213       <method name="Void NewArrayBoundsTest_3()">
17214         <size>85</size>
17215       </method>
17216       <method name="Void NewArrayBoundsTest_4()">
17217         <size>82</size>
17218       </method>
17219     </type>
17220     <type name="&lt;PrivateImplementationDetails&gt;">
17221       <method name="Void .ctor()">
17222         <size>7</size>
17223       </method>
17224     </type>
17225     <type name="Tester">
17226       <method name="Void LeftShiftTest_6()">
17227         <size>155</size>
17228       </method>
17229       <method name="Void RightShiftTest_5()">
17230         <size>152</size>
17231       </method>
17232       <method name="Void QuoteTest_2()">
17233         <size>99</size>
17234       </method>
17235     </type>
17236     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
17237       <method name="Void .ctor()">
17238         <size>7</size>
17239       </method>
17240     </type>
17241     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
17242       <method name="Void .ctor()">
17243         <size>7</size>
17244       </method>
17245     </type>
17246     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
17247       <method name="Void .ctor()">
17248         <size>7</size>
17249       </method>
17250     </type>
17251     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
17252       <method name="Void .ctor()">
17253         <size>7</size>
17254       </method>
17255     </type>
17256     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
17257       <method name="Void .ctor()">
17258         <size>7</size>
17259       </method>
17260     </type>
17261     <type name="Tester">
17262       <method name="Void NewTest_7()">
17263         <size>53</size>
17264       </method>
17265     </type>
17266   </test>
17267   <test name="gtest-etree-02.cs">
17268     <type name="M">
17269       <method name="Void .ctor()">
17270         <size>7</size>
17271       </method>
17272       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
17273         <size>1</size>
17274       </method>
17275       <method name="System.String Param(System.String)">
17276         <size>114</size>
17277       </method>
17278       <method name="Int32 Main()">
17279         <size>157</size>
17280       </method>
17281     </type>
17282     <type name="M+&lt;Param&gt;c__AnonStorey0">
17283       <method name="Void .ctor()">
17284         <size>7</size>
17285       </method>
17286     </type>
17287   </test>
17288   <test name="gtest-etree-03.cs">
17289     <type name="C">
17290       <method name="Void .ctor()">
17291         <size>7</size>
17292       </method>
17293       <method name="Int32 Main()">
17294         <size>6</size>
17295       </method>
17296     </type>
17297     <type name="S`1[T]">
17298       <method name="Int32 Test()">
17299         <size>145</size>
17300       </method>
17301     </type>
17302   </test>
17303   <test name="gtest-etree-04.cs">
17304     <type name="C">
17305       <method name="Void .ctor()">
17306         <size>7</size>
17307       </method>
17308       <method name="Int32 Main()">
17309         <size>366</size>
17310       </method>
17311     </type>
17312     <type name="C+&lt;Main&gt;c__AnonStorey0">
17313       <method name="Void .ctor()">
17314         <size>7</size>
17315       </method>
17316     </type>
17317     <type name="Foo">
17318       <method name="Boolean op_GreaterThan(Foo, Foo)">
17319         <size>6</size>
17320       </method>
17321       <method name="Boolean op_LessThan(Foo, Foo)">
17322         <size>6</size>
17323       </method>
17324       <method name="Boolean op_Equality(Foo, Foo)">
17325         <size>6</size>
17326       </method>
17327       <method name="Boolean op_Inequality(Foo, Foo)">
17328         <size>6</size>
17329       </method>
17330     </type>
17331   </test>
17332   <test name="gtest-etree-05.cs">
17333     <type name="C">
17334       <method name="Void .ctor()">
17335         <size>7</size>
17336       </method>
17337       <method name="Void Assert[T](T, T)">
17338         <size>46</size>
17339       </method>
17340       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
17341         <size>56</size>
17342       </method>
17343       <method name="Int32 Main()">
17344         <size>350</size>
17345       </method>
17346     </type>
17347   </test>
17348   <test name="gtest-etree-06.cs">
17349     <type name="Test">
17350       <method name="Void .ctor()">
17351         <size>7</size>
17352       </method>
17353       <method name="Int32 Main()">
17354         <size>45</size>
17355       </method>
17356       <method name="Int32 Value()">
17357         <size>2</size>
17358       </method>
17359     </type>
17360   </test>
17361   <test name="gtest-etree-07.cs">
17362     <type name="C">
17363       <method name="Void .ctor()">
17364         <size>7</size>
17365       </method>
17366       <method name="Void Test()">
17367         <size>14</size>
17368       </method>
17369       <method name="Int32* Foo()">
17370         <size>3</size>
17371       </method>
17372       <method name="Int32 Main()">
17373         <size>564</size>
17374       </method>
17375     </type>
17376     <type name="EmptyDelegate">
17377       <method name="Void .ctor(Object, IntPtr)">
17378         <size>0</size>
17379       </method>
17380       <method name="Void Invoke()">
17381         <size>0</size>
17382       </method>
17383       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17384         <size>0</size>
17385       </method>
17386       <method name="Void EndInvoke(IAsyncResult)">
17387         <size>0</size>
17388       </method>
17389     </type>
17390     <type name="UnsafeDelegate">
17391       <method name="Void .ctor(Object, IntPtr)">
17392         <size>0</size>
17393       </method>
17394       <method name="Int32* Invoke()">
17395         <size>0</size>
17396       </method>
17397       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17398         <size>0</size>
17399       </method>
17400       <method name="Int32* EndInvoke(IAsyncResult)">
17401         <size>0</size>
17402       </method>
17403     </type>
17404   </test>
17405   <test name="gtest-etree-08.cs">
17406     <type name="Foo">
17407       <method name="Void .ctor()">
17408         <size>7</size>
17409       </method>
17410       <method name="Int32 ThisMethod()">
17411         <size>3</size>
17412       </method>
17413       <method name="Int32 Goo(Boolean)">
17414         <size>204</size>
17415       </method>
17416       <method name="Int32 Main()">
17417         <size>14</size>
17418       </method>
17419     </type>
17420     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
17421       <method name="Void .ctor()">
17422         <size>7</size>
17423       </method>
17424     </type>
17425   </test>
17426   <test name="gtest-etree-09.cs">
17427     <type name="Mono.C">
17428       <method name="Void .ctor()">
17429         <size>7</size>
17430       </method>
17431       <method name="Int32 Main()">
17432         <size>300</size>
17433       </method>
17434       <method name="System.Int64[] GetValues()">
17435         <size>18</size>
17436       </method>
17437     </type>
17438     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
17439       <method name="Void .ctor()">
17440         <size>7</size>
17441       </method>
17442     </type>
17443     <type name="&lt;PrivateImplementationDetails&gt;">
17444       <method name="Void .ctor()">
17445         <size>7</size>
17446       </method>
17447     </type>
17448   </test>
17449   <test name="gtest-etree-10.cs">
17450     <type name="Foo`1[T]">
17451       <method name="Void .ctor()">
17452         <size>7</size>
17453       </method>
17454       <method name="Boolean ContainsAll[U](IEnumerable`1)">
17455         <size>189</size>
17456       </method>
17457       <method name="Boolean Contains(T)">
17458         <size>2</size>
17459       </method>
17460     </type>
17461     <type name="Program">
17462       <method name="Void .ctor()">
17463         <size>7</size>
17464       </method>
17465       <method name="Int32 Main()">
17466         <size>42</size>
17467       </method>
17468     </type>
17469     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
17470       <method name="Void .ctor()">
17471         <size>7</size>
17472       </method>
17473     </type>
17474     <type name="&lt;PrivateImplementationDetails&gt;">
17475       <method name="Void .ctor()">
17476         <size>7</size>
17477       </method>
17478     </type>
17479   </test>
17480   <test name="gtest-etree-11.cs">
17481     <type name="C">
17482       <method name="Void .ctor()">
17483         <size>7</size>
17484       </method>
17485       <method name="Void Main()">
17486         <size>12</size>
17487       </method>
17488     </type>
17489     <type name="Test">
17490       <method name="Void .ctor()">
17491         <size>7</size>
17492       </method>
17493       <method name="Void Invalid(Int32)">
17494         <size>124</size>
17495       </method>
17496       <method name="Void Other(System.Int32[])">
17497         <size>1</size>
17498       </method>
17499     </type>
17500     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
17501       <method name="Void .ctor()">
17502         <size>7</size>
17503       </method>
17504     </type>
17505   </test>
17506   <test name="gtest-etree-12.cs">
17507     <type name="TestCase">
17508       <method name="Void .cctor()">
17509         <size>68</size>
17510       </method>
17511       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
17512         <size>2</size>
17513       </method>
17514       <method name="Void DummyToMakeTheStaticsInitialize()">
17515         <size>1</size>
17516       </method>
17517     </type>
17518     <type name="Program">
17519       <method name="Void .ctor()">
17520         <size>7</size>
17521       </method>
17522       <method name="Int32 Main()">
17523         <size>7</size>
17524       </method>
17525     </type>
17526   </test>
17527   <test name="gtest-etree-13.cs">
17528     <type name="Program">
17529       <method name="Void .ctor()">
17530         <size>7</size>
17531       </method>
17532       <method name="Int32 Main()">
17533         <size>53</size>
17534       </method>
17535       <method name="IEnumerable`1 Test[T](Int32)">
17536         <size>30</size>
17537       </method>
17538     </type>
17539     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
17540       <method name="Void .ctor()">
17541         <size>7</size>
17542       </method>
17543       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
17544         <size>7</size>
17545       </method>
17546       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17547         <size>12</size>
17548       </method>
17549       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17550         <size>7</size>
17551       </method>
17552       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
17553         <size>40</size>
17554       </method>
17555       <method name="Boolean MoveNext()">
17556         <size>108</size>
17557       </method>
17558       <method name="Void Dispose()">
17559         <size>8</size>
17560       </method>
17561       <method name="Void Reset()">
17562         <size>6</size>
17563       </method>
17564     </type>
17565   </test>
17566   <test name="gtest-etree-14.cs">
17567     <type name="Person">
17568       <method name="Void .ctor()">
17569         <size>7</size>
17570       </method>
17571       <method name="Int32 get_Age()">
17572         <size>7</size>
17573       </method>
17574       <method name="Void set_Age(Int32)">
17575         <size>8</size>
17576       </method>
17577     </type>
17578     <type name="Repro">
17579       <method name="Void .ctor()">
17580         <size>7</size>
17581       </method>
17582       <method name="Int32 Main()">
17583         <size>59</size>
17584       </method>
17585       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
17586         <size>44</size>
17587       </method>
17588       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
17589         <size>13</size>
17590       </method>
17591     </type>
17592     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
17593       <method name="Void .ctor()">
17594         <size>7</size>
17595       </method>
17596       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17597         <size>7</size>
17598       </method>
17599       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17600         <size>12</size>
17601       </method>
17602       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17603         <size>7</size>
17604       </method>
17605       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17606         <size>52</size>
17607       </method>
17608       <method name="Boolean MoveNext()">
17609         <size>293</size>
17610       </method>
17611       <method name="Void Dispose()">
17612         <size>60</size>
17613       </method>
17614       <method name="Void Reset()">
17615         <size>6</size>
17616       </method>
17617     </type>
17618   </test>
17619   <test name="gtest-etree-15.cs">
17620     <type name="Foo">
17621       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
17622         <size>2</size>
17623       </method>
17624       <method name="Void Main()">
17625         <size>190</size>
17626       </method>
17627     </type>
17628   </test>
17629   <test name="gtest-etree-16.cs">
17630     <type name="Program">
17631       <method name="Void .ctor()">
17632         <size>7</size>
17633       </method>
17634       <method name="Int32 Main()">
17635         <size>136</size>
17636       </method>
17637     </type>
17638     <type name="Foo">
17639       <method name="Void .ctor()">
17640         <size>7</size>
17641       </method>
17642     </type>
17643   </test>
17644   <test name="gtest-etree-17.cs">
17645     <type name="CompilerCrashTest.QueryCompiler">
17646       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
17647         <size>12</size>
17648       </method>
17649       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
17650         <size>6</size>
17651       </method>
17652       <method name="Void Main()">
17653         <size>1</size>
17654       </method>
17655     </type>
17656   </test>
17657   <test name="gtest-etree-18.cs">
17658     <type name="FooBase">
17659       <method name="Void .ctor()">
17660         <size>7</size>
17661       </method>
17662     </type>
17663     <type name="Foo">
17664       <method name="Void .ctor()">
17665         <size>7</size>
17666       </method>
17667     </type>
17668     <type name="Program">
17669       <method name="Void .ctor()">
17670         <size>7</size>
17671       </method>
17672       <method name="Int32 Main()">
17673         <size>140</size>
17674       </method>
17675     </type>
17676   </test>
17677   <test name="gtest-etree-19.cs">
17678     <type name="Test">
17679       <method name="Void .ctor()">
17680         <size>7</size>
17681       </method>
17682       <method name="Int32 Main()">
17683         <size>20</size>
17684       </method>
17685       <method name="T Value[T]()">
17686         <size>76</size>
17687       </method>
17688     </type>
17689   </test>
17690   <test name="gtest-etree-20.cs">
17691     <type name="S">
17692       <method name="Int32 Main()">
17693         <size>215</size>
17694       </method>
17695     </type>
17696     <type name="A">
17697       <method name="A op_Implicit(S)">
17698         <size>6</size>
17699       </method>
17700       <method name="Void .ctor()">
17701         <size>7</size>
17702       </method>
17703     </type>
17704     <type name="B">
17705       <method name="Void .ctor()">
17706         <size>7</size>
17707       </method>
17708     </type>
17709   </test>
17710   <test name="gtest-etree-22.cs">
17711     <type name="FieldInfoBug.MonoRuntime">
17712       <method name="Int32 Main()">
17713         <size>13</size>
17714       </method>
17715       <method name="Void .ctor()">
17716         <size>7</size>
17717       </method>
17718     </type>
17719     <type name="FieldInfoBug.GenericClass`1[T]">
17720       <method name="Void .ctor(String)">
17721         <size>58</size>
17722       </method>
17723     </type>
17724     <type name="FieldInfoBug.GenericClass`1+&lt;GenericClass&gt;c__AnonStorey0[T]">
17725       <method name="Void .ctor()">
17726         <size>7</size>
17727       </method>
17728     </type>
17729   </test>
17730   <test name="gtest-etree-23.cs">
17731     <type name="Test.OrderBySpecification">
17732       <method name="Void .ctor(Expression`1)">
17733         <size>7</size>
17734       </method>
17735     </type>
17736     <type name="Test.RateOrderById">
17737       <method name="Int32 Main()">
17738         <size>8</size>
17739       </method>
17740       <method name="Void .ctor()">
17741         <size>44</size>
17742       </method>
17743     </type>
17744   </test>
17745   <test name="gtest-exmethod-01.cs">
17746     <type name="SimpleTest">
17747       <method name="System.String Prefix(System.String, System.String)">
17748         <size>8</size>
17749       </method>
17750     </type>
17751     <type name="M">
17752       <method name="Void .ctor()">
17753         <size>7</size>
17754       </method>
17755       <method name="Int32 Main()">
17756         <size>157</size>
17757       </method>
17758     </type>
17759   </test>
17760   <test name="gtest-exmethod-02.cs">
17761     <type name="M">
17762       <method name="Void .ctor()">
17763         <size>7</size>
17764       </method>
17765       <method name="Void Main()">
17766         <size>12</size>
17767       </method>
17768     </type>
17769     <type name="N.M">
17770       <method name="Void .ctor()">
17771         <size>7</size>
17772       </method>
17773       <method name="Void Test2()">
17774         <size>12</size>
17775       </method>
17776     </type>
17777   </test>
17778   <test name="gtest-exmethod-03.cs">
17779     <type name="A.A">
17780       <method name="Int32 Foo(Int32)">
17781         <size>2</size>
17782       </method>
17783       <method name="Int32 Foo(Int32, System.String)">
17784         <size>3</size>
17785       </method>
17786     </type>
17787     <type name="B.X">
17788       <method name="Int32 Foo(Int32)">
17789         <size>2</size>
17790       </method>
17791       <method name="Int32 Foo(Int32, Boolean)">
17792         <size>3</size>
17793       </method>
17794     </type>
17795     <type name="C.F">
17796       <method name="Boolean Foo(Byte)">
17797         <size>2</size>
17798       </method>
17799     </type>
17800     <type name="C.D.F">
17801       <method name="Int32 Foo(Int32)">
17802         <size>3</size>
17803       </method>
17804       <method name="Void TestX()">
17805         <size>9</size>
17806       </method>
17807     </type>
17808     <type name="C.M">
17809       <method name="Int32 Foo(Int32)">
17810         <size>2</size>
17811       </method>
17812       <method name="Int32 Main()">
17813         <size>61</size>
17814       </method>
17815     </type>
17816   </test>
17817   <test name="gtest-exmethod-04.cs">
17818     <type name="A.Test">
17819       <method name="System.String Test_1(Boolean)">
17820         <size>6</size>
17821       </method>
17822     </type>
17823     <type name="B.M">
17824       <method name="Void .ctor()">
17825         <size>7</size>
17826       </method>
17827       <method name="Void Main()">
17828         <size>12</size>
17829       </method>
17830     </type>
17831   </test>
17832   <test name="gtest-exmethod-05.cs">
17833     <type name="A.Test_A">
17834       <method name="System.String Test_1(System.String)">
17835         <size>6</size>
17836       </method>
17837     </type>
17838     <type name="A.Test_B">
17839       <method name="System.String Test_2(System.String)">
17840         <size>6</size>
17841       </method>
17842     </type>
17843     <type name="B.M">
17844       <method name="Void .ctor()">
17845         <size>7</size>
17846       </method>
17847       <method name="Void Main()">
17848         <size>23</size>
17849       </method>
17850     </type>
17851   </test>
17852   <test name="gtest-exmethod-06.cs">
17853     <type name="Gen">
17854       <method name="T Test_1[T](T)">
17855         <size>10</size>
17856       </method>
17857       <method name="System.String Test_1[T](System.String)">
17858         <size>6</size>
17859       </method>
17860     </type>
17861     <type name="B.M">
17862       <method name="Void .ctor()">
17863         <size>7</size>
17864       </method>
17865       <method name="Void Main()">
17866         <size>30</size>
17867       </method>
17868     </type>
17869   </test>
17870   <test name="gtest-exmethod-07.cs">
17871     <type name="E">
17872       <method name="Void ToReadOnly[T](IEnumerable`1)">
17873         <size>1</size>
17874       </method>
17875       <method name="Void To(IA)">
17876         <size>1</size>
17877       </method>
17878     </type>
17879     <type name="C">
17880       <method name="Void .ctor()">
17881         <size>7</size>
17882       </method>
17883       <method name="Void Main()">
17884         <size>1</size>
17885       </method>
17886       <method name="Void Test(IEnumerable`1)">
17887         <size>15</size>
17888       </method>
17889     </type>
17890   </test>
17891   <test name="gtest-exmethod-08.cs">
17892     <type name="C">
17893       <method name="Void .ctor()">
17894         <size>7</size>
17895       </method>
17896       <method name="Void Main()">
17897         <size>21</size>
17898       </method>
17899     </type>
17900   </test>
17901   <test name="gtest-exmethod-09.cs">
17902     <type name="Test">
17903       <method name="Void Foo[T](System.String)">
17904         <size>1</size>
17905       </method>
17906     </type>
17907     <type name="C">
17908       <method name="Void .ctor()">
17909         <size>7</size>
17910       </method>
17911       <method name="Void Main()">
17912         <size>11</size>
17913       </method>
17914     </type>
17915   </test>
17916   <test name="gtest-exmethod-10.cs">
17917     <type name="AExtensions">
17918       <method name="Int32 Round(Double)">
17919         <size>8</size>
17920       </method>
17921     </type>
17922     <type name="BExtensions">
17923       <method name="T GetBy[T](T[], Double)">
17924         <size>13</size>
17925       </method>
17926     </type>
17927     <type name="C">
17928       <method name="Void .ctor()">
17929         <size>7</size>
17930       </method>
17931       <method name="Void Main()">
17932         <size>1</size>
17933       </method>
17934     </type>
17935   </test>
17936   <test name="gtest-exmethod-11.cs">
17937     <type name="Test">
17938       <method name="Void .ctor()">
17939         <size>7</size>
17940       </method>
17941       <method name="Int32 Main(System.String[])">
17942         <size>20</size>
17943       </method>
17944     </type>
17945     <type name="Lol">
17946       <method name="Boolean OneEleven(System.Object)">
17947         <size>2</size>
17948       </method>
17949     </type>
17950   </test>
17951   <test name="gtest-exmethod-12.cs">
17952     <type name="Program">
17953       <method name="Void .ctor()">
17954         <size>7</size>
17955       </method>
17956       <method name="Void Main(System.String[])">
17957         <size>63</size>
17958       </method>
17959     </type>
17960     <type name="ChatClient">
17961       <method name="Void .ctor()">
17962         <size>7</size>
17963       </method>
17964       <method name="Void Say(System.String, System.String)">
17965         <size>13</size>
17966       </method>
17967     </type>
17968     <type name="ChatExtensions">
17969       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
17970         <size>62</size>
17971       </method>
17972     </type>
17973   </test>
17974   <test name="gtest-exmethod-13.cs">
17975     <type name="Foo">
17976       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
17977         <size>2</size>
17978       </method>
17979       <method name="Void Main()">
17980         <size>23</size>
17981       </method>
17982     </type>
17983   </test>
17984   <test name="gtest-exmethod-14.cs">
17985     <type name="C">
17986       <method name="Void Bar[U](IA)">
17987         <size>7</size>
17988       </method>
17989       <method name="Void Foo[T](IA)">
17990         <size>1</size>
17991       </method>
17992       <method name="Void Foo(IA)">
17993         <size>7</size>
17994       </method>
17995       <method name="Void Main()">
17996         <size>1</size>
17997       </method>
17998     </type>
17999   </test>
18000   <test name="gtest-exmethod-15.cs">
18001     <type name="C">
18002       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
18003         <size>15</size>
18004       </method>
18005       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
18006         <size>2</size>
18007       </method>
18008       <method name="Void Main()">
18009         <size>1</size>
18010       </method>
18011     </type>
18012   </test>
18013   <test name="gtest-exmethod-16.cs">
18014     <type name="Rocks">
18015       <method name="Boolean Extension(System.String)">
18016         <size>2</size>
18017       </method>
18018       <method name="Boolean Extension(D)">
18019         <size>2</size>
18020       </method>
18021     </type>
18022     <type name="Program">
18023       <method name="Void .ctor()">
18024         <size>7</size>
18025       </method>
18026       <method name="Void add_e(D)">
18027         <size>24</size>
18028       </method>
18029       <method name="Void remove_e(D)">
18030         <size>24</size>
18031       </method>
18032       <method name="System.String get_Item(Int32)">
18033         <size>6</size>
18034       </method>
18035       <method name="System.String get_Property()">
18036         <size>6</size>
18037       </method>
18038       <method name="Void Main(System.String[])">
18039         <size>44</size>
18040       </method>
18041     </type>
18042     <type name="D">
18043       <method name="Void .ctor(Object, IntPtr)">
18044         <size>0</size>
18045       </method>
18046       <method name="System.String Invoke()">
18047         <size>0</size>
18048       </method>
18049       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18050         <size>0</size>
18051       </method>
18052       <method name="System.String EndInvoke(IAsyncResult)">
18053         <size>0</size>
18054       </method>
18055     </type>
18056   </test>
18057   <test name="gtest-exmethod-17.cs">
18058     <type name="MainClass">
18059       <method name="Void Main()">
18060         <size>45</size>
18061       </method>
18062     </type>
18063   </test>
18064   <test name="gtest-exmethod-18.cs">
18065     <type name="Foo">
18066       <method name="Void .ctor()">
18067         <size>7</size>
18068       </method>
18069       <method name="Boolean get_IsBar()">
18070         <size>2</size>
18071       </method>
18072     </type>
18073     <type name="FooExt">
18074       <method name="Boolean IsBar(Foo)">
18075         <size>7</size>
18076       </method>
18077     </type>
18078     <type name="Repro">
18079       <method name="Void .ctor()">
18080         <size>7</size>
18081       </method>
18082       <method name="Void Main()">
18083         <size>18</size>
18084       </method>
18085     </type>
18086   </test>
18087   <test name="gtest-exmethod-19.cs">
18088     <type name="Rocks">
18089       <method name="Int32 Test_2[T](IEnumerable`1)">
18090         <size>3</size>
18091       </method>
18092       <method name="System.String Test_1(System.String)">
18093         <size>12</size>
18094       </method>
18095     </type>
18096     <type name="Test">
18097       <method name="Void .ctor()">
18098         <size>7</size>
18099       </method>
18100       <method name="Int32 Main()">
18101         <size>142</size>
18102       </method>
18103     </type>
18104     <type name="Test+D">
18105       <method name="Void .ctor(Object, IntPtr)">
18106         <size>0</size>
18107       </method>
18108       <method name="System.String Invoke()">
18109         <size>0</size>
18110       </method>
18111       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18112         <size>0</size>
18113       </method>
18114       <method name="System.String EndInvoke(IAsyncResult)">
18115         <size>0</size>
18116       </method>
18117     </type>
18118   </test>
18119   <test name="gtest-exmethod-20.cs">
18120     <type name="Outer.Inner.Test">
18121       <method name="Void .ctor()">
18122         <size>7</size>
18123       </method>
18124       <method name="Void M(I)">
18125         <size>13</size>
18126       </method>
18127       <method name="Void Main()">
18128         <size>1</size>
18129       </method>
18130     </type>
18131     <type name="Outer.ExtensionMethods">
18132       <method name="Void AddRange[T](I, IEnumerable`1)">
18133         <size>1</size>
18134       </method>
18135     </type>
18136   </test>
18137   <test name="gtest-exmethod-21.cs">
18138     <type name="Outer.Inner.Test">
18139       <method name="Void .ctor()">
18140         <size>7</size>
18141       </method>
18142       <method name="Void M(I)">
18143         <size>7</size>
18144       </method>
18145       <method name="Void Main()">
18146         <size>1</size>
18147       </method>
18148     </type>
18149     <type name="External.ExtensionMethods">
18150       <method name="Void AddRange(I)">
18151         <size>1</size>
18152       </method>
18153     </type>
18154   </test>
18155   <test name="gtest-exmethod-22.cs">
18156     <type name="Program">
18157       <method name="Void .ctor()">
18158         <size>7</size>
18159       </method>
18160       <method name="Int32 Main()">
18161         <size>8</size>
18162       </method>
18163     </type>
18164   </test>
18165   <test name="gtest-exmethod-23.cs">
18166     <type name="T">
18167       <method name="Void A(System.String, Int32)">
18168         <size>1</size>
18169       </method>
18170       <method name="Void Main()">
18171         <size>1</size>
18172       </method>
18173     </type>
18174   </test>
18175   <test name="gtest-exmethod-24.cs">
18176     <type name="Bar">
18177       <method name="Void .ctor()">
18178         <size>7</size>
18179       </method>
18180       <method name="Void Main()">
18181         <size>1</size>
18182       </method>
18183     </type>
18184   </test>
18185   <test name="gtest-exmethod-25.cs">
18186     <type name="Bar">
18187       <method name="Void .ctor()">
18188         <size>7</size>
18189       </method>
18190       <method name="Void Main()">
18191         <size>11</size>
18192       </method>
18193     </type>
18194   </test>
18195   <test name="gtest-exmethod-26.cs">
18196     <type name="test.TypeExtensions">
18197       <method name="Boolean IsNullable(System.Type)">
18198         <size>2</size>
18199       </method>
18200     </type>
18201     <type name="testmono.MainClass">
18202       <method name="Void .ctor()">
18203         <size>7</size>
18204       </method>
18205       <method name="Void Main()">
18206         <size>33</size>
18207       </method>
18208     </type>
18209   </test>
18210   <test name="gtest-exmethod-27.cs">
18211     <type name="Foo.Extensions">
18212       <method name="System.String AsString(IList`1)">
18213         <size>6</size>
18214       </method>
18215     </type>
18216     <type name="Bar.Program">
18217       <method name="Void .ctor()">
18218         <size>7</size>
18219       </method>
18220       <method name="Void Main()">
18221         <size>17</size>
18222       </method>
18223       <method name="System.String Pan(System.Byte[])">
18224         <size>7</size>
18225       </method>
18226     </type>
18227   </test>
18228   <test name="gtest-exmethod-28.cs">
18229     <type name="Foo">
18230       <method name="Void .ctor()">
18231         <size>7</size>
18232       </method>
18233     </type>
18234     <type name="Extensions">
18235       <method name="Boolean IsFoo(Foo)">
18236         <size>2</size>
18237       </method>
18238       <method name="Boolean IsBar(Bar)">
18239         <size>2</size>
18240       </method>
18241     </type>
18242     <type name="Bar">
18243       <method name="Void .ctor()">
18244         <size>7</size>
18245       </method>
18246     </type>
18247     <type name="Program">
18248       <method name="Void .ctor()">
18249         <size>7</size>
18250       </method>
18251       <method name="Void Main()">
18252         <size>1</size>
18253       </method>
18254     </type>
18255   </test>
18256   <test name="gtest-exmethod-29.cs">
18257     <type name="My">
18258       <method name="Void .ctor()">
18259         <size>7</size>
18260       </method>
18261     </type>
18262     <type name="Test">
18263       <method name="Int32 Main()">
18264         <size>40</size>
18265       </method>
18266       <method name="Int32 ContentTransferEncoding[T](My)">
18267         <size>2</size>
18268       </method>
18269       <method name="Int32 ContentTransferEncoding(My)">
18270         <size>2</size>
18271       </method>
18272     </type>
18273     <type name="My">
18274       <method name="Void set_ContentTransferEncoding(Boolean)">
18275         <size>1</size>
18276       </method>
18277     </type>
18278   </test>
18279   <test name="gtest-exmethod-30.cs">
18280     <type name="Test">
18281       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18282         <size>2</size>
18283       </method>
18284       <method name="Int32 get_First()">
18285         <size>2</size>
18286       </method>
18287       <method name="IEnumerator`1 GetEnumerator()">
18288         <size>2</size>
18289       </method>
18290       <method name="Void .ctor()">
18291         <size>7</size>
18292       </method>
18293     </type>
18294     <type name="C">
18295       <method name="Void Test()">
18296         <size>14</size>
18297       </method>
18298       <method name="Void Main()">
18299         <size>1</size>
18300       </method>
18301       <method name="Void .ctor()">
18302         <size>7</size>
18303       </method>
18304     </type>
18305   </test>
18306   <test name="gtest-exmethod-31.cs">
18307     <type name="N.S">
18308       <method name="Void Map[T](Int32, System.Func`2[T,System.String])">
18309         <size>1</size>
18310       </method>
18311     </type>
18312     <type name="N2.S2">
18313       <method name="Void Map(Int32, Int32)">
18314         <size>1</size>
18315       </method>
18316     </type>
18317     <type name="M.C">
18318       <method name="Void Main()">
18319         <size>8</size>
18320       </method>
18321       <method name="Void .ctor()">
18322         <size>7</size>
18323       </method>
18324     </type>
18325   </test>
18326   <test name="gtest-exmethod-32.cs">
18327     <type name="A">
18328       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18329         <size>2</size>
18330       </method>
18331       <method name="Int32 get_Count()">
18332         <size>2</size>
18333       </method>
18334       <method name="Void .ctor()">
18335         <size>7</size>
18336       </method>
18337     </type>
18338     <type name="G`1[T]">
18339       <method name="Void Test()">
18340         <size>20</size>
18341       </method>
18342       <method name="Void .ctor()">
18343         <size>7</size>
18344       </method>
18345     </type>
18346     <type name="Extensions">
18347       <method name="Int32 Count(IEnumerable)">
18348         <size>2</size>
18349       </method>
18350       <method name="Void Main()">
18351         <size>1</size>
18352       </method>
18353     </type>
18354   </test>
18355   <test name="gtest-friend-01.cs">
18356     <type name="Test">
18357       <method name="Void .ctor()">
18358         <size>7</size>
18359       </method>
18360       <method name="Void Main()">
18361         <size>20</size>
18362       </method>
18363     </type>
18364   </test>
18365   <test name="gtest-friend-02.cs">
18366     <type name="Test">
18367       <method name="Void .ctor()">
18368         <size>7</size>
18369       </method>
18370       <method name="Void Main()">
18371         <size>20</size>
18372       </method>
18373     </type>
18374   </test>
18375   <test name="gtest-friend-03.cs">
18376     <type name="Test">
18377       <method name="Void .ctor()">
18378         <size>7</size>
18379       </method>
18380       <method name="Void Main()">
18381         <size>20</size>
18382       </method>
18383     </type>
18384   </test>
18385   <test name="gtest-friend-04.cs">
18386     <type name="Test">
18387       <method name="Void .ctor()">
18388         <size>7</size>
18389       </method>
18390       <method name="Void Main()">
18391         <size>19</size>
18392       </method>
18393     </type>
18394   </test>
18395   <test name="gtest-friend-05.cs">
18396     <type name="Test">
18397       <method name="Void .ctor()">
18398         <size>7</size>
18399       </method>
18400       <method name="Void Main()">
18401         <size>20</size>
18402       </method>
18403     </type>
18404   </test>
18405   <test name="gtest-friend-06.cs">
18406     <type name="Test">
18407       <method name="Void .ctor()">
18408         <size>7</size>
18409       </method>
18410       <method name="Void Main()">
18411         <size>20</size>
18412       </method>
18413     </type>
18414   </test>
18415   <test name="gtest-friend-07.cs">
18416     <type name="Test">
18417       <method name="Void .ctor()">
18418         <size>7</size>
18419       </method>
18420       <method name="Void Main()">
18421         <size>20</size>
18422       </method>
18423     </type>
18424   </test>
18425   <test name="gtest-friend-08.cs">
18426     <type name="Test">
18427       <method name="Void .ctor()">
18428         <size>7</size>
18429       </method>
18430       <method name="Void Main()">
18431         <size>19</size>
18432       </method>
18433     </type>
18434   </test>
18435   <test name="gtest-friend-09.cs">
18436     <type name="Test">
18437       <method name="Void .ctor()">
18438         <size>7</size>
18439       </method>
18440       <method name="Void Main()">
18441         <size>20</size>
18442       </method>
18443     </type>
18444   </test>
18445   <test name="gtest-friend-10.cs">
18446     <type name="Test">
18447       <method name="Void .ctor()">
18448         <size>7</size>
18449       </method>
18450       <method name="Void Main()">
18451         <size>20</size>
18452       </method>
18453     </type>
18454   </test>
18455   <test name="gtest-friend-11.cs">
18456     <type name="Test">
18457       <method name="Void .ctor()">
18458         <size>7</size>
18459       </method>
18460       <method name="Void Main()">
18461         <size>20</size>
18462       </method>
18463     </type>
18464   </test>
18465   <test name="gtest-friend-12.cs">
18466     <type name="Test">
18467       <method name="Void .ctor()">
18468         <size>7</size>
18469       </method>
18470       <method name="Void Main()">
18471         <size>19</size>
18472       </method>
18473     </type>
18474   </test>
18475   <test name="gtest-friend-13.cs">
18476     <type name="B">
18477       <method name="Void .ctor()">
18478         <size>7</size>
18479       </method>
18480       <method name="Void Test()">
18481         <size>1</size>
18482       </method>
18483       <method name="Void Test_2()">
18484         <size>1</size>
18485       </method>
18486     </type>
18487     <type name="Test">
18488       <method name="Void .ctor()">
18489         <size>7</size>
18490       </method>
18491       <method name="Void Main()">
18492         <size>1</size>
18493       </method>
18494     </type>
18495   </test>
18496   <test name="gtest-implicitarray-01.cs">
18497     <type name="Test">
18498       <method name="Void .ctor()">
18499         <size>7</size>
18500       </method>
18501       <method name="Int32 Main()">
18502         <size>280</size>
18503       </method>
18504     </type>
18505     <type name="&lt;PrivateImplementationDetails&gt;">
18506       <method name="Void .ctor()">
18507         <size>7</size>
18508       </method>
18509     </type>
18510   </test>
18511   <test name="gtest-implicitarray-02.cs">
18512     <type name="MyString">
18513       <method name="Void .ctor()">
18514         <size>7</size>
18515       </method>
18516       <method name="System.String op_Implicit(MyString)">
18517         <size>6</size>
18518       </method>
18519     </type>
18520     <type name="Test">
18521       <method name="Void .ctor()">
18522         <size>7</size>
18523       </method>
18524       <method name="Int32 Main()">
18525         <size>50</size>
18526       </method>
18527     </type>
18528   </test>
18529   <test name="gtest-initialize-01.cs">
18530     <type name="MyClass">
18531       <method name="Void .ctor()">
18532         <size>18</size>
18533       </method>
18534       <method name="Int32 get_Answer()">
18535         <size>7</size>
18536       </method>
18537       <method name="Void set_Answer(Int32)">
18538         <size>8</size>
18539       </method>
18540     </type>
18541     <type name="Test">
18542       <method name="Void .ctor()">
18543         <size>7</size>
18544       </method>
18545       <method name="Int32 Main()">
18546         <size>67</size>
18547       </method>
18548     </type>
18549   </test>
18550   <test name="gtest-initialize-02.cs">
18551     <type name="Test">
18552       <method name="Void .ctor()">
18553         <size>7</size>
18554       </method>
18555       <method name="Int32 Main()">
18556         <size>1099</size>
18557       </method>
18558     </type>
18559     <type name="Test+Point">
18560       <method name="Void .ctor()">
18561         <size>7</size>
18562       </method>
18563     </type>
18564     <type name="Test+Line">
18565       <method name="Void .ctor()">
18566         <size>29</size>
18567       </method>
18568     </type>
18569     <type name="Test+Rectangle">
18570       <method name="Void .ctor()">
18571         <size>51</size>
18572       </method>
18573     </type>
18574     <type name="Test+Library">
18575       <method name="Void .ctor()">
18576         <size>53</size>
18577       </method>
18578     </type>
18579     <type name="Test+Thing">
18580       <method name="Void .ctor()">
18581         <size>7</size>
18582       </method>
18583     </type>
18584     <type name="Test+Box">
18585       <method name="Void .ctor()">
18586         <size>7</size>
18587       </method>
18588     </type>
18589   </test>
18590   <test name="gtest-initialize-03.cs">
18591     <type name="Data">
18592       <method name="Void .ctor()">
18593         <size>7</size>
18594       </method>
18595     </type>
18596     <type name="Test">
18597       <method name="Void .ctor()">
18598         <size>7</size>
18599       </method>
18600       <method name="Void set_Prop(Data)">
18601         <size>1</size>
18602       </method>
18603       <method name="System.Object Foo()">
18604         <size>15</size>
18605       </method>
18606       <method name="Void Main()">
18607         <size>52</size>
18608       </method>
18609     </type>
18610   </test>
18611   <test name="gtest-initialize-04.cs">
18612     <type name="C">
18613       <method name="Void .ctor()">
18614         <size>7</size>
18615       </method>
18616       <method name="Void .cctor()">
18617         <size>34</size>
18618       </method>
18619       <method name="Int32 Main()">
18620         <size>30</size>
18621       </method>
18622     </type>
18623   </test>
18624   <test name="gtest-initialize-05.cs">
18625     <type name="C">
18626       <method name="Void .ctor()">
18627         <size>7</size>
18628       </method>
18629       <method name="Int32 Main()">
18630         <size>219</size>
18631       </method>
18632     </type>
18633   </test>
18634   <test name="gtest-initialize-06.cs">
18635     <type name="C">
18636       <method name="Void .ctor()">
18637         <size>7</size>
18638       </method>
18639       <method name="Int32 Main()">
18640         <size>39</size>
18641       </method>
18642       <method name="Void Foo(Point ByRef)">
18643         <size>38</size>
18644       </method>
18645     </type>
18646   </test>
18647   <test name="gtest-initialize-07.cs">
18648     <type name="A">
18649       <method name="Void .ctor()">
18650         <size>7</size>
18651       </method>
18652       <method name="System.String get_Name()">
18653         <size>7</size>
18654       </method>
18655       <method name="Void set_Name(System.String)">
18656         <size>8</size>
18657       </method>
18658       <method name="Boolean Matches(System.String)">
18659         <size>13</size>
18660       </method>
18661     </type>
18662     <type name="M">
18663       <method name="Void .ctor()">
18664         <size>7</size>
18665       </method>
18666       <method name="Int32 Main()">
18667         <size>37</size>
18668       </method>
18669     </type>
18670   </test>
18671   <test name="gtest-initialize-08.cs">
18672     <type name="T">
18673       <method name="Void .ctor()">
18674         <size>7</size>
18675       </method>
18676     </type>
18677     <type name="X">
18678       <method name="Void .ctor()">
18679         <size>7</size>
18680       </method>
18681       <method name="Z[] get_Prop()">
18682         <size>7</size>
18683       </method>
18684       <method name="Void set_Prop(Z[])">
18685         <size>8</size>
18686       </method>
18687     </type>
18688     <type name="Z">
18689       <method name="Void .ctor()">
18690         <size>7</size>
18691       </method>
18692     </type>
18693     <type name="Test">
18694       <method name="Void .ctor(String)">
18695         <size>70</size>
18696       </method>
18697       <method name="Void .ctor(Int32)">
18698         <size>70</size>
18699       </method>
18700     </type>
18701     <type name="C">
18702       <method name="Void .ctor()">
18703         <size>7</size>
18704       </method>
18705       <method name="Int32 Main()">
18706         <size>13</size>
18707       </method>
18708     </type>
18709   </test>
18710   <test name="gtest-initialize-09.cs">
18711     <type name="Test">
18712       <method name="Void .ctor()">
18713         <size>7</size>
18714       </method>
18715       <method name="Int32 Main()">
18716         <size>53</size>
18717       </method>
18718     </type>
18719     <type name="&lt;PrivateImplementationDetails&gt;">
18720       <method name="Void .ctor()">
18721         <size>7</size>
18722       </method>
18723     </type>
18724   </test>
18725   <test name="gtest-initialize-10.cs">
18726     <type name="Foo">
18727       <method name="Void .ctor()">
18728         <size>7</size>
18729       </method>
18730       <method name="Int32 get_P()">
18731         <size>7</size>
18732       </method>
18733       <method name="Void set_P(Int32)">
18734         <size>8</size>
18735       </method>
18736     </type>
18737     <type name="Y">
18738       <method name="Void .ctor()">
18739         <size>7</size>
18740       </method>
18741       <method name="Int32 Main()">
18742         <size>38</size>
18743       </method>
18744       <method name="Boolean Do(Foo)">
18745         <size>86</size>
18746       </method>
18747     </type>
18748   </test>
18749   <test name="gtest-iter-01.cs">
18750     <type name="C">
18751       <method name="Void .ctor()">
18752         <size>7</size>
18753       </method>
18754       <method name="Void Main()">
18755         <size>1</size>
18756       </method>
18757     </type>
18758     <type name="C+ArrayReadOnlyList`1[T]">
18759       <method name="Void .ctor()">
18760         <size>7</size>
18761       </method>
18762       <method name="T get_Item(Int32)">
18763         <size>13</size>
18764       </method>
18765       <method name="IEnumerator`1 GetEnumerator()">
18766         <size>15</size>
18767       </method>
18768     </type>
18769     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
18770       <method name="Void .ctor()">
18771         <size>7</size>
18772       </method>
18773       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18774         <size>12</size>
18775       </method>
18776       <method name="Boolean MoveNext()">
18777         <size>136</size>
18778       </method>
18779       <method name="Void Dispose()">
18780         <size>8</size>
18781       </method>
18782       <method name="Void Reset()">
18783         <size>6</size>
18784       </method>
18785       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
18786         <size>7</size>
18787       </method>
18788     </type>
18789   </test>
18790   <test name="gtest-iter-02.cs">
18791     <type name="C">
18792       <method name="Void .ctor()">
18793         <size>7</size>
18794       </method>
18795       <method name="IEnumerator`1 Test()">
18796         <size>8</size>
18797       </method>
18798       <method name="Void Main()">
18799         <size>1</size>
18800       </method>
18801     </type>
18802     <type name="C+&lt;Test&gt;c__Iterator0">
18803       <method name="Void .ctor()">
18804         <size>7</size>
18805       </method>
18806       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18807         <size>12</size>
18808       </method>
18809       <method name="Boolean MoveNext()">
18810         <size>25</size>
18811       </method>
18812       <method name="Void Dispose()">
18813         <size>8</size>
18814       </method>
18815       <method name="Void Reset()">
18816         <size>6</size>
18817       </method>
18818       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
18819         <size>7</size>
18820       </method>
18821     </type>
18822   </test>
18823   <test name="gtest-iter-03.cs">
18824     <type name="Test">
18825       <method name="Void .ctor()">
18826         <size>18</size>
18827       </method>
18828       <method name="IEnumerable`1 Annotations[T]()">
18829         <size>23</size>
18830       </method>
18831       <method name="IEnumerable`1 Annotations(System.Type)">
18832         <size>37</size>
18833       </method>
18834       <method name="Void Main()">
18835         <size>14</size>
18836       </method>
18837     </type>
18838     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
18839       <method name="Void .ctor()">
18840         <size>7</size>
18841       </method>
18842       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18843         <size>12</size>
18844       </method>
18845       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18846         <size>7</size>
18847       </method>
18848       <method name="Boolean MoveNext()">
18849         <size>194</size>
18850       </method>
18851       <method name="Void Dispose()">
18852         <size>60</size>
18853       </method>
18854       <method name="Void Reset()">
18855         <size>6</size>
18856       </method>
18857     </type>
18858     <type name="Test+&lt;Annotations&gt;c__Iterator1">
18859       <method name="Void .ctor()">
18860         <size>7</size>
18861       </method>
18862       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18863         <size>7</size>
18864       </method>
18865       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18866         <size>7</size>
18867       </method>
18868       <method name="Boolean MoveNext()">
18869         <size>218</size>
18870       </method>
18871       <method name="Void Dispose()">
18872         <size>56</size>
18873       </method>
18874       <method name="Void Reset()">
18875         <size>6</size>
18876       </method>
18877     </type>
18878     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
18879       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
18880         <size>7</size>
18881       </method>
18882       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
18883         <size>40</size>
18884       </method>
18885     </type>
18886     <type name="Test+&lt;Annotations&gt;c__Iterator1">
18887       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
18888         <size>7</size>
18889       </method>
18890       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
18891         <size>52</size>
18892       </method>
18893     </type>
18894   </test>
18895   <test name="gtest-iter-04.cs">
18896     <type name="TestClass">
18897       <method name="Void .ctor()">
18898         <size>7</size>
18899       </method>
18900       <method name="Void ToString(System.Object)">
18901         <size>0</size>
18902       </method>
18903       <method name="IEnumerable`1 TestEnumerator()">
18904         <size>23</size>
18905       </method>
18906       <method name="Void Test()">
18907         <size>8</size>
18908       </method>
18909     </type>
18910     <type name="M">
18911       <method name="Void .ctor()">
18912         <size>7</size>
18913       </method>
18914       <method name="Void Main()">
18915         <size>1</size>
18916       </method>
18917     </type>
18918     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
18919       <method name="Void .ctor()">
18920         <size>7</size>
18921       </method>
18922       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18923         <size>7</size>
18924       </method>
18925       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18926         <size>7</size>
18927       </method>
18928       <method name="Boolean MoveNext()">
18929         <size>37</size>
18930       </method>
18931       <method name="Void Dispose()">
18932         <size>8</size>
18933       </method>
18934       <method name="Void Reset()">
18935         <size>6</size>
18936       </method>
18937       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
18938         <size>7</size>
18939       </method>
18940       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
18941         <size>40</size>
18942       </method>
18943     </type>
18944   </test>
18945   <test name="gtest-iter-05.cs">
18946     <type name="Test">
18947       <method name="Void .ctor()">
18948         <size>7</size>
18949       </method>
18950       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
18951         <size>44</size>
18952       </method>
18953       <method name="Void Main()">
18954         <size>31</size>
18955       </method>
18956     </type>
18957     <type name="Foo`1[T]">
18958       <method name="Void .ctor()">
18959         <size>7</size>
18960       </method>
18961       <method name="Void CreateItem[G]()">
18962         <size>1</size>
18963       </method>
18964     </type>
18965     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
18966       <method name="Void .ctor()">
18967         <size>7</size>
18968       </method>
18969       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18970         <size>12</size>
18971       </method>
18972       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18973         <size>7</size>
18974       </method>
18975       <method name="Boolean MoveNext()">
18976         <size>185</size>
18977       </method>
18978       <method name="Void Dispose()">
18979         <size>60</size>
18980       </method>
18981       <method name="Void Reset()">
18982         <size>6</size>
18983       </method>
18984       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
18985         <size>7</size>
18986       </method>
18987       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
18988         <size>52</size>
18989       </method>
18990     </type>
18991   </test>
18992   <test name="gtest-iter-06.cs">
18993     <type name="Mono.Rocks.KeyValuePair">
18994       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
18995         <size>13</size>
18996       </method>
18997     </type>
18998     <type name="Mono.Rocks.Sequence">
18999       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
19000         <size>8</size>
19001       </method>
19002       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
19003         <size>44</size>
19004       </method>
19005     </type>
19006     <type name="Mono.Rocks.Test">
19007       <method name="Void .ctor()">
19008         <size>7</size>
19009       </method>
19010       <method name="Int32 Main()">
19011         <size>116</size>
19012       </method>
19013       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
19014         <size>30</size>
19015       </method>
19016     </type>
19017     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
19018       <method name="Void .ctor()">
19019         <size>7</size>
19020       </method>
19021       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19022         <size>12</size>
19023       </method>
19024       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19025         <size>7</size>
19026       </method>
19027       <method name="Boolean MoveNext()">
19028         <size>184</size>
19029       </method>
19030       <method name="Void Dispose()">
19031         <size>8</size>
19032       </method>
19033       <method name="Void Reset()">
19034         <size>6</size>
19035       </method>
19036       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
19037         <size>7</size>
19038       </method>
19039       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
19040         <size>52</size>
19041       </method>
19042     </type>
19043   </test>
19044   <test name="gtest-iter-07.cs">
19045     <type name="Test">
19046       <method name="Void .ctor()">
19047         <size>7</size>
19048       </method>
19049       <method name="Int32 Main()">
19050         <size>8</size>
19051       </method>
19052       <method name="Void TestFunction(IEnumerable`1)">
19053         <size>35</size>
19054       </method>
19055     </type>
19056     <type name="MySystem">
19057       <method name="Void .ctor()">
19058         <size>34</size>
19059       </method>
19060       <method name="IEnumerable`1 get_Items()">
19061         <size>23</size>
19062       </method>
19063     </type>
19064     <type name="MySystem+&lt;&gt;c__Iterator0">
19065       <method name="Void .ctor()">
19066         <size>7</size>
19067       </method>
19068       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19069         <size>7</size>
19070       </method>
19071       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19072         <size>7</size>
19073       </method>
19074       <method name="Boolean MoveNext()">
19075         <size>186</size>
19076       </method>
19077       <method name="Void Dispose()">
19078         <size>56</size>
19079       </method>
19080       <method name="Void Reset()">
19081         <size>6</size>
19082       </method>
19083       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
19084         <size>7</size>
19085       </method>
19086       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
19087         <size>40</size>
19088       </method>
19089     </type>
19090   </test>
19091   <test name="gtest-iter-08.cs">
19092     <type name="App">
19093       <method name="Void .ctor()">
19094         <size>7</size>
19095       </method>
19096       <method name="IEnumerable QueryEnumerable[T]()">
19097         <size>16</size>
19098       </method>
19099       <method name="Int32 Main()">
19100         <size>116</size>
19101       </method>
19102     </type>
19103     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
19104       <method name="Void .ctor()">
19105         <size>7</size>
19106       </method>
19107       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19108         <size>7</size>
19109       </method>
19110       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19111         <size>7</size>
19112       </method>
19113       <method name="Boolean MoveNext()">
19114         <size>84</size>
19115       </method>
19116       <method name="Void Dispose()">
19117         <size>8</size>
19118       </method>
19119       <method name="Void Reset()">
19120         <size>6</size>
19121       </method>
19122     </type>
19123     <type name="App">
19124       <method name="T TestType[T]()">
19125         <size>21</size>
19126       </method>
19127       <method name="System.Object TestType(System.Type)">
19128         <size>6</size>
19129       </method>
19130     </type>
19131     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
19132       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
19133         <size>7</size>
19134       </method>
19135       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
19136         <size>26</size>
19137       </method>
19138     </type>
19139   </test>
19140   <test name="gtest-iter-09.cs">
19141     <type name="Test">
19142       <method name="Void .ctor()">
19143         <size>7</size>
19144       </method>
19145       <method name="IEnumerable`1 Create[T](T[,])">
19146         <size>30</size>
19147       </method>
19148       <method name="Int32 Main()">
19149         <size>78</size>
19150       </method>
19151     </type>
19152     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
19153       <method name="Void .ctor()">
19154         <size>7</size>
19155       </method>
19156       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19157         <size>12</size>
19158       </method>
19159       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19160         <size>7</size>
19161       </method>
19162       <method name="Boolean MoveNext()">
19163         <size>130</size>
19164       </method>
19165       <method name="Void Dispose()">
19166         <size>8</size>
19167       </method>
19168       <method name="Void Reset()">
19169         <size>6</size>
19170       </method>
19171       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
19172         <size>7</size>
19173       </method>
19174       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
19175         <size>40</size>
19176       </method>
19177     </type>
19178     <type name="&lt;PrivateImplementationDetails&gt;">
19179       <method name="Void .ctor()">
19180         <size>7</size>
19181       </method>
19182     </type>
19183   </test>
19184   <test name="gtest-iter-10.cs">
19185     <type name="Test">
19186       <method name="Void .ctor()">
19187         <size>7</size>
19188       </method>
19189       <method name="IEnumerable`1 FromTo(Int32, Int32)">
19190         <size>44</size>
19191       </method>
19192       <method name="Int32 Main()">
19193         <size>159</size>
19194       </method>
19195     </type>
19196     <type name="Test+&lt;FromTo&gt;c__Iterator0">
19197       <method name="Void .ctor()">
19198         <size>7</size>
19199       </method>
19200       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
19201         <size>7</size>
19202       </method>
19203       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19204         <size>12</size>
19205       </method>
19206       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19207         <size>7</size>
19208       </method>
19209       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
19210         <size>52</size>
19211       </method>
19212       <method name="Boolean MoveNext()">
19213         <size>103</size>
19214       </method>
19215       <method name="Void Dispose()">
19216         <size>8</size>
19217       </method>
19218       <method name="Void Reset()">
19219         <size>6</size>
19220       </method>
19221     </type>
19222   </test>
19223   <test name="gtest-iter-11.cs">
19224     <type name="Foo">
19225       <method name="Void .ctor()">
19226         <size>7</size>
19227       </method>
19228     </type>
19229     <type name="Bar">
19230       <method name="Void .ctor()">
19231         <size>7</size>
19232       </method>
19233       <method name="System.String get_Name()">
19234         <size>7</size>
19235       </method>
19236       <method name="Void set_Name(System.String)">
19237         <size>8</size>
19238       </method>
19239     </type>
19240     <type name="Collection`1[T]">
19241       <method name="Void .ctor()">
19242         <size>18</size>
19243       </method>
19244       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19245         <size>7</size>
19246       </method>
19247       <method name="Void Add(T)">
19248         <size>13</size>
19249       </method>
19250       <method name="IEnumerator`1 GetEnumerator()">
19251         <size>15</size>
19252       </method>
19253     </type>
19254     <type name="BarCollection">
19255       <method name="Void .ctor()">
19256         <size>7</size>
19257       </method>
19258     </type>
19259     <type name="Program">
19260       <method name="Void .ctor()">
19261         <size>7</size>
19262       </method>
19263       <method name="Int32 Main()">
19264         <size>148</size>
19265       </method>
19266     </type>
19267     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
19268       <method name="Void .ctor()">
19269         <size>7</size>
19270       </method>
19271       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
19272         <size>7</size>
19273       </method>
19274       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19275         <size>12</size>
19276       </method>
19277       <method name="Boolean MoveNext()">
19278         <size>175</size>
19279       </method>
19280       <method name="Void Dispose()">
19281         <size>56</size>
19282       </method>
19283       <method name="Void Reset()">
19284         <size>6</size>
19285       </method>
19286     </type>
19287   </test>
19288   <test name="gtest-iter-12.cs">
19289     <type name="H">
19290       <method name="Void Main(System.String[])">
19291         <size>1</size>
19292       </method>
19293       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
19294         <size>30</size>
19295       </method>
19296       <method name="Void .ctor()">
19297         <size>7</size>
19298       </method>
19299     </type>
19300     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
19301       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
19302         <size>7</size>
19303       </method>
19304       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19305         <size>12</size>
19306       </method>
19307       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19308         <size>7</size>
19309       </method>
19310       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
19311         <size>40</size>
19312       </method>
19313       <method name="Boolean MoveNext()">
19314         <size>117</size>
19315       </method>
19316       <method name="Void Dispose()">
19317         <size>8</size>
19318       </method>
19319       <method name="Void Reset()">
19320         <size>6</size>
19321       </method>
19322       <method name="Void .ctor()">
19323         <size>7</size>
19324       </method>
19325     </type>
19326   </test>
19327   <test name="gtest-iter-13.cs">
19328     <type name="C`1[T]">
19329       <method name="IEnumerator GetEnumerator()">
19330         <size>12</size>
19331       </method>
19332       <method name="IEnumerable`1 Filter(System.Func`2[T,System.Boolean])">
19333         <size>37</size>
19334       </method>
19335       <method name="Void .ctor()">
19336         <size>7</size>
19337       </method>
19338     </type>
19339     <type name="M">
19340       <method name="Void Main()">
19341         <size>57</size>
19342       </method>
19343       <method name="Void .ctor()">
19344         <size>7</size>
19345       </method>
19346     </type>
19347     <type name="C`1+&lt;Filter&gt;c__Iterator0[T]">
19348       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
19349         <size>7</size>
19350       </method>
19351       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19352         <size>12</size>
19353       </method>
19354       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19355         <size>7</size>
19356       </method>
19357       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
19358         <size>52</size>
19359       </method>
19360       <method name="Boolean MoveNext()">
19361         <size>203</size>
19362       </method>
19363       <method name="Void Dispose()">
19364         <size>62</size>
19365       </method>
19366       <method name="Void Reset()">
19367         <size>6</size>
19368       </method>
19369       <method name="Void .ctor()">
19370         <size>7</size>
19371       </method>
19372     </type>
19373   </test>
19374   <test name="gtest-lambda-01.cs">
19375     <type name="X">
19376       <method name="Int32 Main()">
19377         <size>300</size>
19378       </method>
19379       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19380         <size>4</size>
19381       </method>
19382       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19383         <size>4</size>
19384       </method>
19385       <method name="Void &lt;Main&gt;m__3(Int32)">
19386         <size>8</size>
19387       </method>
19388       <method name="Void .ctor(Int32)">
19389         <size>13</size>
19390       </method>
19391     </type>
19392     <type name="IntFunc">
19393       <method name="Int32 Invoke(Int32)">
19394         <size>0</size>
19395       </method>
19396       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
19397         <size>0</size>
19398       </method>
19399       <method name="Int32 EndInvoke(IAsyncResult)">
19400         <size>0</size>
19401       </method>
19402       <method name="Void .ctor(Object, IntPtr)">
19403         <size>0</size>
19404       </method>
19405     </type>
19406     <type name="VoidFunc">
19407       <method name="Void Invoke(Int32)">
19408         <size>0</size>
19409       </method>
19410       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
19411         <size>0</size>
19412       </method>
19413       <method name="Void EndInvoke(IAsyncResult)">
19414         <size>0</size>
19415       </method>
19416       <method name="Void .ctor(Object, IntPtr)">
19417         <size>0</size>
19418       </method>
19419     </type>
19420     <type name="X+&lt;Main&gt;c__AnonStorey0">
19421       <method name="Void &lt;&gt;m__2(Int32)">
19422         <size>8</size>
19423       </method>
19424       <method name="Void .ctor()">
19425         <size>7</size>
19426       </method>
19427     </type>
19428   </test>
19429   <test name="gtest-lambda-02.cs">
19430     <type name="X">
19431       <method name="Void Foo(funci)">
19432         <size>16</size>
19433       </method>
19434       <method name="Void Foo(funcs)">
19435         <size>19</size>
19436       </method>
19437       <method name="Void Main()">
19438         <size>35</size>
19439       </method>
19440       <method name="System.String &lt;Main&gt;m__0(System.String)">
19441         <size>12</size>
19442       </method>
19443       <method name="Void .ctor()">
19444         <size>7</size>
19445       </method>
19446     </type>
19447     <type name="funcs">
19448       <method name="System.String Invoke(System.String)">
19449         <size>0</size>
19450       </method>
19451       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
19452         <size>0</size>
19453       </method>
19454       <method name="System.String EndInvoke(IAsyncResult)">
19455         <size>0</size>
19456       </method>
19457       <method name="Void .ctor(Object, IntPtr)">
19458         <size>0</size>
19459       </method>
19460     </type>
19461     <type name="funci">
19462       <method name="Int32 Invoke(Int32)">
19463         <size>0</size>
19464       </method>
19465       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
19466         <size>0</size>
19467       </method>
19468       <method name="Int32 EndInvoke(IAsyncResult)">
19469         <size>0</size>
19470       </method>
19471       <method name="Void .ctor(Object, IntPtr)">
19472         <size>0</size>
19473       </method>
19474     </type>
19475   </test>
19476   <test name="gtest-lambda-03.cs">
19477     <type name="Demo">
19478       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
19479         <size>8</size>
19480       </method>
19481       <method name="Int32 Main()">
19482         <size>54</size>
19483       </method>
19484       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
19485         <size>7</size>
19486       </method>
19487       <method name="Void .ctor()">
19488         <size>7</size>
19489       </method>
19490     </type>
19491     <type name="Func`2[TArg0,TResult]">
19492       <method name="TResult Invoke(TArg0)">
19493         <size>0</size>
19494       </method>
19495       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
19496         <size>0</size>
19497       </method>
19498       <method name="TResult EndInvoke(IAsyncResult)">
19499         <size>0</size>
19500       </method>
19501       <method name="Void .ctor(Object, IntPtr)">
19502         <size>0</size>
19503       </method>
19504     </type>
19505   </test>
19506   <test name="gtest-lambda-04.cs">
19507     <type name="Demo">
19508       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
19509         <size>14</size>
19510       </method>
19511       <method name="Int32 Main()">
19512         <size>103</size>
19513       </method>
19514       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
19515         <size>7</size>
19516       </method>
19517       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
19518         <size>8</size>
19519       </method>
19520       <method name="Void .ctor()">
19521         <size>7</size>
19522       </method>
19523     </type>
19524     <type name="Func`2[TArg0,TResult]">
19525       <method name="TResult Invoke(TArg0)">
19526         <size>0</size>
19527       </method>
19528       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
19529         <size>0</size>
19530       </method>
19531       <method name="TResult EndInvoke(IAsyncResult)">
19532         <size>0</size>
19533       </method>
19534       <method name="Void .ctor(Object, IntPtr)">
19535         <size>0</size>
19536       </method>
19537     </type>
19538   </test>
19539   <test name="gtest-lambda-05.cs">
19540     <type name="C">
19541       <method name="Boolean M(C+db)">
19542         <size>8</size>
19543       </method>
19544       <method name="System.String M(C+ds)">
19545         <size>6</size>
19546       </method>
19547       <method name="Int32 M(C+di)">
19548         <size>8</size>
19549       </method>
19550       <method name="Int32 Main()">
19551         <size>125</size>
19552       </method>
19553       <method name="System.String &lt;Main&gt;m__0(System.String)">
19554         <size>31</size>
19555       </method>
19556       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19557         <size>31</size>
19558       </method>
19559       <method name="Void .ctor()">
19560         <size>7</size>
19561       </method>
19562     </type>
19563     <type name="C+di">
19564       <method name="Int32 Invoke(Int32)">
19565         <size>0</size>
19566       </method>
19567       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
19568         <size>0</size>
19569       </method>
19570       <method name="Int32 EndInvoke(IAsyncResult)">
19571         <size>0</size>
19572       </method>
19573       <method name="Void .ctor(Object, IntPtr)">
19574         <size>0</size>
19575       </method>
19576     </type>
19577     <type name="C+ds">
19578       <method name="System.String Invoke(System.String)">
19579         <size>0</size>
19580       </method>
19581       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
19582         <size>0</size>
19583       </method>
19584       <method name="System.String EndInvoke(IAsyncResult)">
19585         <size>0</size>
19586       </method>
19587       <method name="Void .ctor(Object, IntPtr)">
19588         <size>0</size>
19589       </method>
19590     </type>
19591     <type name="C+db">
19592       <method name="Boolean Invoke(Boolean)">
19593         <size>0</size>
19594       </method>
19595       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
19596         <size>0</size>
19597       </method>
19598       <method name="Boolean EndInvoke(IAsyncResult)">
19599         <size>0</size>
19600       </method>
19601       <method name="Void .ctor(Object, IntPtr)">
19602         <size>0</size>
19603       </method>
19604     </type>
19605     <type name="C+&lt;Main&gt;c__AnonStorey0">
19606       <method name="System.String &lt;&gt;m__2(System.String)">
19607         <size>12</size>
19608       </method>
19609       <method name="Void .ctor()">
19610         <size>7</size>
19611       </method>
19612     </type>
19613     <type name="C+&lt;Main&gt;c__AnonStorey1">
19614       <method name="Int32 &lt;&gt;m__3(Int32)">
19615         <size>11</size>
19616       </method>
19617       <method name="Void .ctor()">
19618         <size>7</size>
19619       </method>
19620     </type>
19621   </test>
19622   <test name="gtest-lambda-06.cs">
19623     <type name="TestClass">
19624       <method name="Void P(TestClass+DT)">
19625         <size>26</size>
19626       </method>
19627       <method name="Void P(TestClass+DF)">
19628         <size>26</size>
19629       </method>
19630       <method name="T And(T, T)">
19631         <size>10</size>
19632       </method>
19633       <method name="F And(T, F)">
19634         <size>10</size>
19635       </method>
19636       <method name="F And(F, T)">
19637         <size>10</size>
19638       </method>
19639       <method name="F And(F, F)">
19640         <size>10</size>
19641       </method>
19642       <method name="T Or(T, T)">
19643         <size>10</size>
19644       </method>
19645       <method name="T Or(T, F)">
19646         <size>10</size>
19647       </method>
19648       <method name="T Or(F, T)">
19649         <size>10</size>
19650       </method>
19651       <method name="F Or(F, F)">
19652         <size>10</size>
19653       </method>
19654       <method name="F Not(T)">
19655         <size>10</size>
19656       </method>
19657       <method name="T Not(F)">
19658         <size>10</size>
19659       </method>
19660       <method name="Void StopTrue(T)">
19661         <size>1</size>
19662       </method>
19663       <method name="Int32 Main()">
19664         <size>36</size>
19665       </method>
19666       <method name="Void &lt;Main&gt;m__0(F)">
19667         <size>31</size>
19668       </method>
19669       <method name="Void .ctor()">
19670         <size>7</size>
19671       </method>
19672     </type>
19673     <type name="TestClass+DT">
19674       <method name="Void Invoke(T)">
19675         <size>0</size>
19676       </method>
19677       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
19678         <size>0</size>
19679       </method>
19680       <method name="Void EndInvoke(IAsyncResult)">
19681         <size>0</size>
19682       </method>
19683       <method name="Void .ctor(Object, IntPtr)">
19684         <size>0</size>
19685       </method>
19686     </type>
19687     <type name="TestClass+DF">
19688       <method name="Void Invoke(F)">
19689         <size>0</size>
19690       </method>
19691       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
19692         <size>0</size>
19693       </method>
19694       <method name="Void EndInvoke(IAsyncResult)">
19695         <size>0</size>
19696       </method>
19697       <method name="Void .ctor(Object, IntPtr)">
19698         <size>0</size>
19699       </method>
19700     </type>
19701     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
19702       <method name="Void &lt;&gt;m__1(T)">
19703         <size>38</size>
19704       </method>
19705       <method name="Void .ctor()">
19706         <size>7</size>
19707       </method>
19708     </type>
19709     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
19710       <method name="Void &lt;&gt;m__2(F)">
19711         <size>77</size>
19712       </method>
19713       <method name="Void .ctor()">
19714         <size>7</size>
19715       </method>
19716     </type>
19717   </test>
19718   <test name="gtest-lambda-07.cs">
19719     <type name="C">
19720       <method name="Void Test(D)">
19721         <size>1</size>
19722       </method>
19723       <method name="Void Test(System.Object, D)">
19724         <size>1</size>
19725       </method>
19726       <method name="Void Test(D, D)">
19727         <size>1</size>
19728       </method>
19729       <method name="Void Test2(System.Object, E)">
19730         <size>1</size>
19731       </method>
19732       <method name="Void Main()">
19733         <size>207</size>
19734       </method>
19735       <method name="Void &lt;Main&gt;m__0()">
19736         <size>1</size>
19737       </method>
19738       <method name="Void &lt;Main&gt;m__1()">
19739         <size>1</size>
19740       </method>
19741       <method name="Void &lt;Main&gt;m__2()">
19742         <size>1</size>
19743       </method>
19744       <method name="Void &lt;Main&gt;m__3()">
19745         <size>1</size>
19746       </method>
19747       <method name="Void &lt;Main&gt;m__4()">
19748         <size>1</size>
19749       </method>
19750       <method name="Void &lt;Main&gt;m__5(Boolean)">
19751         <size>1</size>
19752       </method>
19753       <method name="Void .ctor()">
19754         <size>7</size>
19755       </method>
19756     </type>
19757     <type name="D">
19758       <method name="Void Invoke()">
19759         <size>0</size>
19760       </method>
19761       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19762         <size>0</size>
19763       </method>
19764       <method name="Void EndInvoke(IAsyncResult)">
19765         <size>0</size>
19766       </method>
19767       <method name="Void .ctor(Object, IntPtr)">
19768         <size>0</size>
19769       </method>
19770     </type>
19771     <type name="E">
19772       <method name="Void Invoke(Boolean)">
19773         <size>0</size>
19774       </method>
19775       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
19776         <size>0</size>
19777       </method>
19778       <method name="Void EndInvoke(IAsyncResult)">
19779         <size>0</size>
19780       </method>
19781       <method name="Void .ctor(Object, IntPtr)">
19782         <size>0</size>
19783       </method>
19784     </type>
19785   </test>
19786   <test name="gtest-lambda-08.cs">
19787     <type name="C">
19788       <method name="Void Test[T,R](System.Func`2[T,R])">
19789         <size>1</size>
19790       </method>
19791       <method name="Int32 Main()">
19792         <size>321</size>
19793       </method>
19794       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19795         <size>4</size>
19796       </method>
19797       <method name="Boolean &lt;Main&gt;m__1(Int32)">
19798         <size>5</size>
19799       </method>
19800       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19801         <size>4</size>
19802       </method>
19803       <method name="Boolean &lt;Main&gt;m__3(Int32)">
19804         <size>5</size>
19805       </method>
19806       <method name="Int32 &lt;Main&gt;m__4(Int32)">
19807         <size>4</size>
19808       </method>
19809       <method name="Boolean &lt;Main&gt;m__5(Int32)">
19810         <size>5</size>
19811       </method>
19812       <method name="Int32 &lt;Main&gt;m__6(Int32)">
19813         <size>4</size>
19814       </method>
19815       <method name="Void .ctor()">
19816         <size>7</size>
19817       </method>
19818     </type>
19819   </test>
19820   <test name="gtest-lambda-09.cs">
19821     <type name="C">
19822       <method name="IEnumerable`1 Test[T](T)">
19823         <size>2</size>
19824       </method>
19825       <method name="IEnumerable`1 Test[T](Func`1[T])">
19826         <size>2</size>
19827       </method>
19828       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
19829         <size>2</size>
19830       </method>
19831       <method name="Void Main()">
19832         <size>113</size>
19833       </method>
19834       <method name="System.String &lt;Main&gt;m__0()">
19835         <size>6</size>
19836       </method>
19837       <method name="System.String &lt;Main&gt;m__1()">
19838         <size>6</size>
19839       </method>
19840       <method name="System.String &lt;Main&gt;m__2(System.String)">
19841         <size>6</size>
19842       </method>
19843       <method name="Void .ctor()">
19844         <size>7</size>
19845       </method>
19846     </type>
19847     <type name="Func`1[TD]">
19848       <method name="TD Invoke()">
19849         <size>0</size>
19850       </method>
19851       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19852         <size>0</size>
19853       </method>
19854       <method name="TD EndInvoke(IAsyncResult)">
19855         <size>0</size>
19856       </method>
19857       <method name="Void .ctor(Object, IntPtr)">
19858         <size>0</size>
19859       </method>
19860     </type>
19861     <type name="Func`2[TA,TR]">
19862       <method name="TR Invoke(TA)">
19863         <size>0</size>
19864       </method>
19865       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
19866         <size>0</size>
19867       </method>
19868       <method name="TR EndInvoke(IAsyncResult)">
19869         <size>0</size>
19870       </method>
19871       <method name="Void .ctor(Object, IntPtr)">
19872         <size>0</size>
19873       </method>
19874     </type>
19875   </test>
19876   <test name="gtest-lambda-10.cs">
19877     <type name="C">
19878       <method name="Void Foo[TSource](IEnumerable`1)">
19879         <size>1</size>
19880       </method>
19881       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
19882         <size>1</size>
19883       </method>
19884       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
19885         <size>1</size>
19886       </method>
19887       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
19888         <size>1</size>
19889       </method>
19890       <method name="Void Main()">
19891         <size>97</size>
19892       </method>
19893       <method name="Void .ctor()">
19894         <size>7</size>
19895       </method>
19896     </type>
19897     <type name="C+&lt;Main&gt;c__AnonStorey0">
19898       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
19899         <size>7</size>
19900       </method>
19901       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
19902         <size>7</size>
19903       </method>
19904       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
19905         <size>7</size>
19906       </method>
19907       <method name="Void .ctor()">
19908         <size>7</size>
19909       </method>
19910     </type>
19911   </test>
19912   <test name="gtest-lambda-11.cs">
19913     <type name="Pair`2[T1,T2]">
19914       <method name="Void .ctor()">
19915         <size>7</size>
19916       </method>
19917     </type>
19918     <type name="C">
19919       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
19920         <size>1</size>
19921       </method>
19922     </type>
19923     <type name="E`1[TI]">
19924       <method name="Void Rep1[TV](Group`2[TI,TV])">
19925         <size>37</size>
19926       </method>
19927       <method name="Void .ctor()">
19928         <size>7</size>
19929       </method>
19930     </type>
19931     <type name="M">
19932       <method name="Void Main()">
19933         <size>1</size>
19934       </method>
19935       <method name="Void .ctor()">
19936         <size>7</size>
19937       </method>
19938     </type>
19939     <type name="Group`2[T1,T2]">
19940       <method name="Pair`2[T1,T2] Invoke(T1)">
19941         <size>0</size>
19942       </method>
19943       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
19944         <size>0</size>
19945       </method>
19946       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
19947         <size>0</size>
19948       </method>
19949       <method name="Void .ctor(Object, IntPtr)">
19950         <size>0</size>
19951       </method>
19952     </type>
19953     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
19954       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
19955         <size>7</size>
19956       </method>
19957       <method name="Void .ctor()">
19958         <size>7</size>
19959       </method>
19960     </type>
19961   </test>
19962   <test name="gtest-lambda-12.cs">
19963     <type name="Demo">
19964       <method name="Void F[T](T[], T, Func`1[T])">
19965         <size>42</size>
19966       </method>
19967       <method name="Int32 Main()">
19968         <size>65</size>
19969       </method>
19970       <method name="Void .ctor()">
19971         <size>7</size>
19972       </method>
19973     </type>
19974     <type name="Func`1[TA]">
19975       <method name="Void Invoke(TA)">
19976         <size>0</size>
19977       </method>
19978       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
19979         <size>0</size>
19980       </method>
19981       <method name="Void EndInvoke(IAsyncResult)">
19982         <size>0</size>
19983       </method>
19984       <method name="Void .ctor(Object, IntPtr)">
19985         <size>0</size>
19986       </method>
19987     </type>
19988     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
19989       <method name="Void &lt;&gt;m__0(Int32)">
19990         <size>10</size>
19991       </method>
19992       <method name="Void .ctor()">
19993         <size>7</size>
19994       </method>
19995     </type>
19996   </test>
19997   <test name="gtest-lambda-13.cs">
19998     <type name="TestUnary">
19999       <method name="Void Foo(System.Action`1[System.Int32])">
20000         <size>1</size>
20001       </method>
20002       <method name="Void Bar()">
20003         <size>35</size>
20004       </method>
20005       <method name="Void &lt;Bar&gt;m__0(Int32)">
20006         <size>6</size>
20007       </method>
20008       <method name="Void .ctor()">
20009         <size>7</size>
20010       </method>
20011     </type>
20012     <type name="Program">
20013       <method name="Void Foo(System.Action`1[System.String])">
20014         <size>12</size>
20015       </method>
20016       <method name="T Foo[T](System.Func`2[System.String,T])">
20017         <size>12</size>
20018       </method>
20019       <method name="System.String Bar()">
20020         <size>35</size>
20021       </method>
20022       <method name="Void Main()">
20023         <size>76</size>
20024       </method>
20025       <method name="System.String &lt;Bar&gt;m__1(System.String)">
20026         <size>7</size>
20027       </method>
20028       <method name="System.String &lt;Main&gt;m__2(System.String)">
20029         <size>2</size>
20030       </method>
20031       <method name="Void &lt;Main&gt;m__3(System.String)">
20032         <size>7</size>
20033       </method>
20034       <method name="Void .ctor()">
20035         <size>7</size>
20036       </method>
20037     </type>
20038   </test>
20039   <test name="gtest-lambda-14.cs">
20040     <type name="Test">
20041       <method name="Void Main()">
20042         <size>1</size>
20043       </method>
20044       <method name="Void Foo[T]()">
20045         <size>14</size>
20046       </method>
20047       <method name="Void .ctor()">
20048         <size>7</size>
20049       </method>
20050       <method name="T &lt;Foo`1&gt;m__0[T](T)">
20051         <size>2</size>
20052       </method>
20053     </type>
20054   </test>
20055   <test name="gtest-lambda-15.cs">
20056     <type name="Enumerable">
20057       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
20058         <size>32</size>
20059       </method>
20060       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
20061         <size>120</size>
20062       </method>
20063     </type>
20064     <type name="Repro">
20065       <method name="Int32 Main()">
20066         <size>115</size>
20067       </method>
20068       <method name="Int32 &lt;Main&gt;m__1(System.String)">
20069         <size>7</size>
20070       </method>
20071       <method name="Void .ctor()">
20072         <size>7</size>
20073       </method>
20074     </type>
20075     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
20076       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
20077         <size>15</size>
20078       </method>
20079       <method name="Void .ctor()">
20080         <size>7</size>
20081       </method>
20082     </type>
20083   </test>
20084   <test name="gtest-lambda-16.cs">
20085     <type name="Repro">
20086       <method name="Void AssertFoo[T](IList`1)">
20087         <size>34</size>
20088       </method>
20089       <method name="Void Main()">
20090         <size>1</size>
20091       </method>
20092       <method name="Void .ctor()">
20093         <size>7</size>
20094       </method>
20095     </type>
20096     <type name="Repro+Runner`1[T]">
20097       <method name="Void .ctor(Action`1, T)">
20098         <size>7</size>
20099       </method>
20100     </type>
20101     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
20102       <method name="Void &lt;&gt;m__0(Int32)">
20103         <size>52</size>
20104       </method>
20105       <method name="Void .ctor()">
20106         <size>7</size>
20107       </method>
20108     </type>
20109   </test>
20110   <test name="gtest-lambda-17.cs">
20111     <type name="TestCase">
20112       <method name="Void Testing()">
20113         <size>75</size>
20114       </method>
20115       <method name="Void Main()">
20116         <size>11</size>
20117       </method>
20118       <method name="Void &lt;Testing&gt;m__0()">
20119         <size>8</size>
20120       </method>
20121       <method name="Void .ctor()">
20122         <size>7</size>
20123       </method>
20124     </type>
20125   </test>
20126   <test name="gtest-lambda-18.cs">
20127     <type name="Test">
20128       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
20129         <size>33</size>
20130       </method>
20131       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
20132         <size>1</size>
20133       </method>
20134       <method name="Void Main()">
20135         <size>1</size>
20136       </method>
20137     </type>
20138     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
20139       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
20140         <size>14</size>
20141       </method>
20142       <method name="Void .ctor()">
20143         <size>7</size>
20144       </method>
20145     </type>
20146   </test>
20147   <test name="gtest-lambda-19.cs">
20148     <type name="Crasher">
20149       <method name="Void Crash()">
20150         <size>36</size>
20151       </method>
20152       <method name="Void Do(System.Action)">
20153         <size>1</size>
20154       </method>
20155       <method name="Void Main()">
20156         <size>1</size>
20157       </method>
20158       <method name="Void .ctor()">
20159         <size>7</size>
20160       </method>
20161     </type>
20162     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
20163       <method name="Void &lt;&gt;m__0()">
20164         <size>27</size>
20165       </method>
20166       <method name="Void .ctor()">
20167         <size>7</size>
20168       </method>
20169     </type>
20170   </test>
20171   <test name="gtest-lambda-20.cs">
20172     <type name="Z">
20173       <method name="Void &lt;Z&gt;m__0()">
20174         <size>7</size>
20175       </method>
20176       <method name="Void .ctor()">
20177         <size>37</size>
20178       </method>
20179     </type>
20180     <type name="Test">
20181       <method name="Boolean Foo()">
20182         <size>2</size>
20183       </method>
20184       <method name="Void Main()">
20185         <size>1</size>
20186       </method>
20187       <method name="Void .ctor()">
20188         <size>7</size>
20189       </method>
20190     </type>
20191     <type name="TestMethod">
20192       <method name="Void Invoke()">
20193         <size>0</size>
20194       </method>
20195       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20196         <size>0</size>
20197       </method>
20198       <method name="Void EndInvoke(IAsyncResult)">
20199         <size>0</size>
20200       </method>
20201       <method name="Void .ctor(Object, IntPtr)">
20202         <size>0</size>
20203       </method>
20204     </type>
20205   </test>
20206   <test name="gtest-lambda-21.cs">
20207     <type name="Program">
20208       <method name="Void Foo(System.Action`1[System.String])">
20209         <size>12</size>
20210       </method>
20211       <method name="T Foo[T](System.Func`2[System.String,T])">
20212         <size>12</size>
20213       </method>
20214       <method name="System.String Bar()">
20215         <size>35</size>
20216       </method>
20217       <method name="Int32 Main()">
20218         <size>95</size>
20219       </method>
20220       <method name="System.String &lt;Bar&gt;m__0(System.String)">
20221         <size>7</size>
20222       </method>
20223       <method name="System.String &lt;Main&gt;m__1(System.String)">
20224         <size>2</size>
20225       </method>
20226       <method name="Void &lt;Main&gt;m__2(System.String)">
20227         <size>7</size>
20228       </method>
20229       <method name="Void .ctor()">
20230         <size>7</size>
20231       </method>
20232     </type>
20233   </test>
20234   <test name="gtest-lambda-22.cs">
20235     <type name="Product">
20236       <method name="Void .ctor()">
20237         <size>7</size>
20238       </method>
20239     </type>
20240     <type name="MainClass">
20241       <method name="Void Main()">
20242         <size>136</size>
20243       </method>
20244       <method name="Int32 &lt;Main&gt;m__0(Product)">
20245         <size>7</size>
20246       </method>
20247       <method name="Product &lt;Main&gt;m__1(Product)">
20248         <size>2</size>
20249       </method>
20250       <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)">
20251         <size>48</size>
20252       </method>
20253       <method name="Void .ctor()">
20254         <size>7</size>
20255       </method>
20256     </type>
20257     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
20258       <method name="&lt;g&gt;__T get_g()">
20259         <size>7</size>
20260       </method>
20261       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
20262         <size>7</size>
20263       </method>
20264       <method name="Boolean Equals(System.Object)">
20265         <size>69</size>
20266       </method>
20267       <method name="Int32 GetHashCode()">
20268         <size>86</size>
20269       </method>
20270       <method name="System.String ToString()">
20271         <size>142</size>
20272       </method>
20273       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
20274         <size>21</size>
20275       </method>
20276     </type>
20277     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
20278       <method name="Boolean &lt;&gt;m__3(Product)">
20279         <size>52</size>
20280       </method>
20281       <method name="Decimal &lt;&gt;m__4(Product)">
20282         <size>7</size>
20283       </method>
20284       <method name="Void .ctor()">
20285         <size>7</size>
20286       </method>
20287     </type>
20288   </test>
20289   <test name="gtest-lambda-23.cs">
20290     <type name="C">
20291       <method name="U Test[T,U](T[], System.Func`2[T,U])">
20292         <size>14</size>
20293       </method>
20294       <method name="Int32 Main()">
20295         <size>77</size>
20296       </method>
20297       <method name="System.String &lt;Main&gt;m__0(System.String)">
20298         <size>27</size>
20299       </method>
20300       <method name="Void .ctor()">
20301         <size>7</size>
20302       </method>
20303     </type>
20304   </test>
20305   <test name="gtest-linq-01.cs">
20306     <type name="from.C">
20307       <method name="Void .ctor()">
20308         <size>7</size>
20309       </method>
20310       <method name="Void Main()">
20311         <size>2137</size>
20312       </method>
20313       <method name="Void Foo(Int32, Boolean)">
20314         <size>11</size>
20315       </method>
20316       <method name="Void Do(System.String[])">
20317         <size>16</size>
20318       </method>
20319     </type>
20320     <type name="from.D">
20321       <method name="Void .ctor()">
20322         <size>7</size>
20323       </method>
20324       <method name="Boolean check(System.Object, System.Object)">
20325         <size>26</size>
20326       </method>
20327     </type>
20328     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
20329       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
20330         <size>21</size>
20331       </method>
20332       <method name="&lt;i&gt;__T get_i()">
20333         <size>7</size>
20334       </method>
20335       <method name="&lt;j&gt;__T get_j()">
20336         <size>7</size>
20337       </method>
20338       <method name="Boolean Equals(System.Object)">
20339         <size>69</size>
20340       </method>
20341       <method name="Int32 GetHashCode()">
20342         <size>86</size>
20343       </method>
20344       <method name="System.String ToString()">
20345         <size>142</size>
20346       </method>
20347     </type>
20348     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
20349       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
20350         <size>21</size>
20351       </method>
20352       <method name="&lt;i&gt;__T get_i()">
20353         <size>7</size>
20354       </method>
20355       <method name="&lt;l&gt;__T get_l()">
20356         <size>7</size>
20357       </method>
20358       <method name="Boolean Equals(System.Object)">
20359         <size>69</size>
20360       </method>
20361       <method name="Int32 GetHashCode()">
20362         <size>86</size>
20363       </method>
20364       <method name="System.String ToString()">
20365         <size>142</size>
20366       </method>
20367     </type>
20368     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
20369       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
20370         <size>21</size>
20371       </method>
20372       <method name="&lt;i9&gt;__T get_i9()">
20373         <size>7</size>
20374       </method>
20375       <method name="&lt;i&gt;__T get_i()">
20376         <size>7</size>
20377       </method>
20378       <method name="Boolean Equals(System.Object)">
20379         <size>69</size>
20380       </method>
20381       <method name="Int32 GetHashCode()">
20382         <size>86</size>
20383       </method>
20384       <method name="System.String ToString()">
20385         <size>142</size>
20386       </method>
20387     </type>
20388     <type name="from.C">
20389       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20390         <size>2</size>
20391       </method>
20392       <method name="Int32 &lt;Main&gt;m__1(Int32)">
20393         <size>2</size>
20394       </method>
20395       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
20396         <size>2</size>
20397       </method>
20398       <method name="Int32 &lt;Main&gt;m__3(Int32)">
20399         <size>2</size>
20400       </method>
20401     </type>
20402     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
20403       <method name="Void .ctor()">
20404         <size>7</size>
20405       </method>
20406       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
20407         <size>7</size>
20408       </method>
20409     </type>
20410     <type name="from.C">
20411       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
20412         <size>2</size>
20413       </method>
20414       <method name="Boolean &lt;Main&gt;m__6(Int32)">
20415         <size>10</size>
20416       </method>
20417       <method name="Int32 &lt;Main&gt;m__7(Int32)">
20418         <size>2</size>
20419       </method>
20420       <method name="Int32 &lt;Main&gt;m__8(Int32)">
20421         <size>2</size>
20422       </method>
20423       <method name="Int32 &lt;Main&gt;m__9(Int32)">
20424         <size>2</size>
20425       </method>
20426       <method name="Int32 &lt;Main&gt;m__A(Int32)">
20427         <size>2</size>
20428       </method>
20429       <method name="Int32 &lt;Main&gt;m__B(Int32)">
20430         <size>2</size>
20431       </method>
20432       <method name="Int32 &lt;Main&gt;m__C(Int32)">
20433         <size>2</size>
20434       </method>
20435       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
20436         <size>2</size>
20437       </method>
20438       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
20439         <size>2</size>
20440       </method>
20441       <method name="Int32 &lt;Main&gt;m__20(Int32)">
20442         <size>2</size>
20443       </method>
20444       <method name="Int32 &lt;Main&gt;m__21(Int32)">
20445         <size>2</size>
20446       </method>
20447       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
20448         <size>10</size>
20449       </method>
20450       <method name="Int32 &lt;Main&gt;m__D(ITest)">
20451         <size>7</size>
20452       </method>
20453       <method name="Int32 &lt;Main&gt;m__E(Int32, ITest)">
20454         <size>2</size>
20455       </method>
20456       <method name="Int32 &lt;Main&gt;m__F(Int32)">
20457         <size>2</size>
20458       </method>
20459       <method name="Int32 &lt;Main&gt;m__10(ITest)">
20460         <size>7</size>
20461       </method>
20462       <method name="Int32 &lt;Main&gt;m__11(Int32, ITest)">
20463         <size>2</size>
20464       </method>
20465       <method name="Int32 &lt;Main&gt;m__12(Int32)">
20466         <size>2</size>
20467       </method>
20468       <method name="Int32 &lt;Main&gt;m__13(ITest)">
20469         <size>7</size>
20470       </method>
20471       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__14(Int32, ITest)">
20472         <size>8</size>
20473       </method>
20474       <method name="Int32 &lt;Main&gt;m__15(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
20475         <size>7</size>
20476       </method>
20477       <method name="Int32 &lt;Main&gt;m__16(ITest)">
20478         <size>7</size>
20479       </method>
20480       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
20481         <size>7</size>
20482       </method>
20483       <method name="Int32 &lt;Main&gt;m__18(Int32)">
20484         <size>2</size>
20485       </method>
20486       <method name="Int32 &lt;Main&gt;m__19(Int32)">
20487         <size>2</size>
20488       </method>
20489       <method name="Int32 &lt;Main&gt;m__1A(Int32, IEnumerable`1)">
20490         <size>2</size>
20491       </method>
20492       <method name="Int32 &lt;Main&gt;m__1C(Int32)">
20493         <size>2</size>
20494       </method>
20495       <method name="Int32 &lt;Main&gt;m__1D(Int32, IEnumerable`1)">
20496         <size>2</size>
20497       </method>
20498       <method name="Int32 &lt;Main&gt;m__1F(Int32)">
20499         <size>2</size>
20500       </method>
20501       <method name="IGrouping`2 &lt;Main&gt;m__22(IGrouping`2)">
20502         <size>2</size>
20503       </method>
20504       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__23(Int32)">
20505         <size>10</size>
20506       </method>
20507       <method name="Int32 &lt;Main&gt;m__24(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
20508         <size>7</size>
20509       </method>
20510       <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])">
20511         <size>15</size>
20512       </method>
20513       <method name="Int32 &lt;Main&gt;m__27(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20514         <size>12</size>
20515       </method>
20516       <method name="Int32 &lt;Main&gt;m__28(Int32)">
20517         <size>2</size>
20518       </method>
20519       <method name="Int32 &lt;Main&gt;m__29(Int32)">
20520         <size>2</size>
20521       </method>
20522       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2B(IGrouping`2, Int32)">
20523         <size>8</size>
20524       </method>
20525       <method name="Int32 &lt;Main&gt;m__2C(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
20526         <size>2</size>
20527       </method>
20528       <method name="Int32 &lt;Main&gt;m__2D(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
20529         <size>7</size>
20530       </method>
20531       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2F(IGrouping`2, Int32)">
20532         <size>8</size>
20533       </method>
20534       <method name="Int32 &lt;Main&gt;m__30(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
20535         <size>2</size>
20536       </method>
20537       <method name="Int32 &lt;Main&gt;m__31(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
20538         <size>7</size>
20539       </method>
20540       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__33(IGrouping`2, Int32)">
20541         <size>8</size>
20542       </method>
20543       <method name="Int32 &lt;Main&gt;m__34(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
20544         <size>2</size>
20545       </method>
20546       <method name="Int32 &lt;Main&gt;m__35(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
20547         <size>7</size>
20548       </method>
20549       <method name="IGrouping`2 &lt;Main&gt;m__36(IGrouping`2)">
20550         <size>2</size>
20551       </method>
20552       <method name="Int32 &lt;Main&gt;m__37(Int32)">
20553         <size>2</size>
20554       </method>
20555       <method name="Int32 &lt;Main&gt;m__38(Int32)">
20556         <size>2</size>
20557       </method>
20558     </type>
20559     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent8&gt;__T,&lt;l2&gt;__T]">
20560       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent8&gt;__T, &lt;l2&gt;__T)">
20561         <size>21</size>
20562       </method>
20563       <method name="&lt;&lt;&gt;__TranspIdent8&gt;__T get_&lt;&gt;__TranspIdent8()">
20564         <size>7</size>
20565       </method>
20566       <method name="&lt;l2&gt;__T get_l2()">
20567         <size>7</size>
20568       </method>
20569       <method name="Boolean Equals(System.Object)">
20570         <size>69</size>
20571       </method>
20572       <method name="Int32 GetHashCode()">
20573         <size>86</size>
20574       </method>
20575       <method name="System.String ToString()">
20576         <size>142</size>
20577       </method>
20578     </type>
20579     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
20580       <method name="IEnumerable`1 &lt;&gt;m__2A(IGrouping`2)">
20581         <size>7</size>
20582       </method>
20583       <method name="IEnumerable`1 &lt;&gt;m__2E(IGrouping`2)">
20584         <size>7</size>
20585       </method>
20586       <method name="IEnumerable`1 &lt;&gt;m__32(IGrouping`2)">
20587         <size>7</size>
20588       </method>
20589     </type>
20590     <type name="from.C">
20591       <method name="Int32 &lt;Main&gt;m__39(Int32)">
20592         <size>2</size>
20593       </method>
20594       <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]])">
20595         <size>9</size>
20596       </method>
20597       <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])">
20598         <size>2</size>
20599       </method>
20600     </type>
20601     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent13&gt;__T,&lt;l2&gt;__T]">
20602       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent13&gt;__T, &lt;l2&gt;__T)">
20603         <size>21</size>
20604       </method>
20605       <method name="&lt;&lt;&gt;__TranspIdent13&gt;__T get_&lt;&gt;__TranspIdent13()">
20606         <size>7</size>
20607       </method>
20608       <method name="&lt;l2&gt;__T get_l2()">
20609         <size>7</size>
20610       </method>
20611       <method name="Boolean Equals(System.Object)">
20612         <size>69</size>
20613       </method>
20614       <method name="Int32 GetHashCode()">
20615         <size>86</size>
20616       </method>
20617       <method name="System.String ToString()">
20618         <size>142</size>
20619       </method>
20620     </type>
20621     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
20622       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3A(Int32)">
20623         <size>47</size>
20624       </method>
20625       <method name="Int32 &lt;&gt;m__3D(Int32)">
20626         <size>2</size>
20627       </method>
20628     </type>
20629   </test>
20630   <test name="gtest-linq-02.cs">
20631     <type name="Test">
20632       <method name="Void .ctor()">
20633         <size>7</size>
20634       </method>
20635       <method name="Int32 Main()">
20636         <size>501</size>
20637       </method>
20638       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20639         <size>2</size>
20640       </method>
20641       <method name="Int32 &lt;Main&gt;m__1(Int32)">
20642         <size>3</size>
20643       </method>
20644       <method name="Int32 &lt;Main&gt;m__2(Int32)">
20645         <size>2</size>
20646       </method>
20647       <method name="Int32 &lt;Main&gt;m__3(Int32)">
20648         <size>3</size>
20649       </method>
20650     </type>
20651   </test>
20652   <test name="gtest-linq-03.cs">
20653     <type name="WhereTest">
20654       <method name="Void .ctor()">
20655         <size>7</size>
20656       </method>
20657       <method name="Int32 Main()">
20658         <size>179</size>
20659       </method>
20660       <method name="Boolean &lt;Main&gt;m__0(Int32)">
20661         <size>5</size>
20662       </method>
20663       <method name="Boolean &lt;Main&gt;m__1(Int32)">
20664         <size>5</size>
20665       </method>
20666       <method name="Int32 &lt;Main&gt;m__2(Int32)">
20667         <size>4</size>
20668       </method>
20669     </type>
20670   </test>
20671   <test name="gtest-linq-04.cs">
20672     <type name="TestGroupBy">
20673       <method name="Void .ctor()">
20674         <size>7</size>
20675       </method>
20676       <method name="Int32 Main()">
20677         <size>553</size>
20678       </method>
20679     </type>
20680     <type name="&lt;PrivateImplementationDetails&gt;">
20681       <method name="Void .ctor()">
20682         <size>7</size>
20683       </method>
20684     </type>
20685     <type name="TestGroupBy">
20686       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20687         <size>4</size>
20688       </method>
20689       <method name="Int32 &lt;Main&gt;m__1(Int32)">
20690         <size>2</size>
20691       </method>
20692       <method name="Int32 &lt;Main&gt;m__2(Int32)">
20693         <size>4</size>
20694       </method>
20695       <method name="Int32 &lt;Main&gt;m__3(Int32)">
20696         <size>2</size>
20697       </method>
20698     </type>
20699   </test>
20700   <test name="gtest-linq-05.cs">
20701     <type name="OrderByTests">
20702       <method name="Void .ctor()">
20703         <size>7</size>
20704       </method>
20705       <method name="Int32 Main()">
20706         <size>1254</size>
20707       </method>
20708     </type>
20709     <type name="OrderByTests+Data">
20710       <method name="Void .ctor()">
20711         <size>7</size>
20712       </method>
20713       <method name="Int32 get_ID()">
20714         <size>7</size>
20715       </method>
20716       <method name="Void set_ID(Int32)">
20717         <size>8</size>
20718       </method>
20719       <method name="System.String get_Name()">
20720         <size>7</size>
20721       </method>
20722       <method name="Void set_Name(System.String)">
20723         <size>8</size>
20724       </method>
20725       <method name="System.String ToString()">
20726         <size>28</size>
20727       </method>
20728     </type>
20729     <type name="OrderByTests">
20730       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20731         <size>2</size>
20732       </method>
20733       <method name="Int32 &lt;Main&gt;m__1(Int32)">
20734         <size>2</size>
20735       </method>
20736       <method name="Int32 &lt;Main&gt;m__2(Int32)">
20737         <size>2</size>
20738       </method>
20739       <method name="Int32 &lt;Main&gt;m__3(Int32)">
20740         <size>4</size>
20741       </method>
20742       <method name="System.String &lt;Main&gt;m__4(System.String)">
20743         <size>2</size>
20744       </method>
20745       <method name="Int32 &lt;Main&gt;m__5(System.String)">
20746         <size>7</size>
20747       </method>
20748       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
20749         <size>7</size>
20750       </method>
20751       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
20752         <size>7</size>
20753       </method>
20754       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
20755         <size>7</size>
20756       </method>
20757       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
20758         <size>7</size>
20759       </method>
20760       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
20761         <size>11</size>
20762       </method>
20763       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
20764         <size>7</size>
20765       </method>
20766       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
20767         <size>7</size>
20768       </method>
20769       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
20770         <size>11</size>
20771       </method>
20772       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
20773         <size>7</size>
20774       </method>
20775       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
20776         <size>7</size>
20777       </method>
20778       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
20779         <size>2</size>
20780       </method>
20781     </type>
20782   </test>
20783   <test name="gtest-linq-06.cs">
20784     <type name="Let">
20785       <method name="Void .ctor()">
20786         <size>7</size>
20787       </method>
20788       <method name="Int32 Main()">
20789         <size>406</size>
20790       </method>
20791     </type>
20792     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
20793       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
20794         <size>21</size>
20795       </method>
20796       <method name="&lt;i&gt;__T get_i()">
20797         <size>7</size>
20798       </method>
20799       <method name="&lt;u&gt;__T get_u()">
20800         <size>7</size>
20801       </method>
20802       <method name="Boolean Equals(System.Object)">
20803         <size>69</size>
20804       </method>
20805       <method name="Int32 GetHashCode()">
20806         <size>86</size>
20807       </method>
20808       <method name="System.String ToString()">
20809         <size>142</size>
20810       </method>
20811     </type>
20812     <type name="Let">
20813       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
20814         <size>10</size>
20815       </method>
20816       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
20817         <size>7</size>
20818       </method>
20819       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
20820         <size>10</size>
20821       </method>
20822       <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])">
20823         <size>15</size>
20824       </method>
20825       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
20826         <size>18</size>
20827       </method>
20828       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
20829         <size>7</size>
20830       </method>
20831     </type>
20832     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
20833       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
20834         <size>21</size>
20835       </method>
20836       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
20837         <size>7</size>
20838       </method>
20839       <method name="&lt;v&gt;__T get_v()">
20840         <size>7</size>
20841       </method>
20842       <method name="Boolean Equals(System.Object)">
20843         <size>69</size>
20844       </method>
20845       <method name="Int32 GetHashCode()">
20846         <size>86</size>
20847       </method>
20848       <method name="System.String ToString()">
20849         <size>142</size>
20850       </method>
20851     </type>
20852   </test>
20853   <test name="gtest-linq-07.cs">
20854     <type name="SelectMany">
20855       <method name="Void .ctor()">
20856         <size>7</size>
20857       </method>
20858       <method name="Int32 Main()">
20859         <size>748</size>
20860       </method>
20861     </type>
20862     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
20863       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
20864         <size>21</size>
20865       </method>
20866       <method name="&lt;i1&gt;__T get_i1()">
20867         <size>7</size>
20868       </method>
20869       <method name="&lt;i2&gt;__T get_i2()">
20870         <size>7</size>
20871       </method>
20872       <method name="Boolean Equals(System.Object)">
20873         <size>69</size>
20874       </method>
20875       <method name="Int32 GetHashCode()">
20876         <size>86</size>
20877       </method>
20878       <method name="System.String ToString()">
20879         <size>142</size>
20880       </method>
20881     </type>
20882     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
20883       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
20884         <size>28</size>
20885       </method>
20886       <method name="&lt;pp&gt;__T get_pp()">
20887         <size>7</size>
20888       </method>
20889       <method name="&lt;i1&gt;__T get_i1()">
20890         <size>7</size>
20891       </method>
20892       <method name="&lt;i3&gt;__T get_i3()">
20893         <size>7</size>
20894       </method>
20895       <method name="Boolean Equals(System.Object)">
20896         <size>96</size>
20897       </method>
20898       <method name="Int32 GetHashCode()">
20899         <size>109</size>
20900       </method>
20901       <method name="System.String ToString()">
20902         <size>199</size>
20903       </method>
20904     </type>
20905     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
20906       <method name="Void .ctor()">
20907         <size>7</size>
20908       </method>
20909       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
20910         <size>12</size>
20911       </method>
20912       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
20913         <size>12</size>
20914       </method>
20915       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
20916         <size>12</size>
20917       </method>
20918       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
20919         <size>7</size>
20920       </method>
20921     </type>
20922     <type name="SelectMany">
20923       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
20924         <size>8</size>
20925       </method>
20926       <method name="Boolean &lt;Main&gt;m__2(Int32)">
20927         <size>5</size>
20928       </method>
20929       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
20930         <size>8</size>
20931       </method>
20932       <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)">
20933         <size>8</size>
20934       </method>
20935       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
20936         <size>7</size>
20937       </method>
20938       <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])">
20939         <size>25</size>
20940       </method>
20941       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
20942         <size>8</size>
20943       </method>
20944     </type>
20945     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;i3&gt;__T]">
20946       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;i3&gt;__T)">
20947         <size>21</size>
20948       </method>
20949       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
20950         <size>7</size>
20951       </method>
20952       <method name="&lt;i3&gt;__T get_i3()">
20953         <size>7</size>
20954       </method>
20955       <method name="Boolean Equals(System.Object)">
20956         <size>69</size>
20957       </method>
20958       <method name="Int32 GetHashCode()">
20959         <size>86</size>
20960       </method>
20961       <method name="System.String ToString()">
20962         <size>142</size>
20963       </method>
20964     </type>
20965   </test>
20966   <test name="gtest-linq-08.cs">
20967     <type name="TestA">
20968       <method name="Void .ctor(String)">
20969         <size>14</size>
20970       </method>
20971       <method name="System.String Select[U](System.Func`2[TestA,U])">
20972         <size>7</size>
20973       </method>
20974     </type>
20975     <type name="TestB">
20976       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
20977         <size>25</size>
20978       </method>
20979     </type>
20980     <type name="CustomQueryExpressionPattern">
20981       <method name="Void .ctor()">
20982         <size>7</size>
20983       </method>
20984       <method name="Int32 Main()">
20985         <size>153</size>
20986       </method>
20987       <method name="TestA &lt;Main&gt;m__0(TestA)">
20988         <size>2</size>
20989       </method>
20990       <method name="Boolean &lt;Main&gt;m__1(TestA)">
20991         <size>17</size>
20992       </method>
20993     </type>
20994   </test>
20995   <test name="gtest-linq-09.cs">
20996     <type name="Data">
20997       <method name="Void .ctor()">
20998         <size>7</size>
20999       </method>
21000     </type>
21001     <type name="Join">
21002       <method name="Void .ctor()">
21003         <size>7</size>
21004       </method>
21005       <method name="Int32 Main()">
21006         <size>912</size>
21007       </method>
21008     </type>
21009     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
21010       <method name="Void .ctor(&lt;Result&gt;__T)">
21011         <size>14</size>
21012       </method>
21013       <method name="&lt;Result&gt;__T get_Result()">
21014         <size>7</size>
21015       </method>
21016       <method name="Boolean Equals(System.Object)">
21017         <size>39</size>
21018       </method>
21019       <method name="Int32 GetHashCode()">
21020         <size>63</size>
21021       </method>
21022       <method name="System.String ToString()">
21023         <size>67</size>
21024       </method>
21025     </type>
21026     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
21027       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
21028         <size>21</size>
21029       </method>
21030       <method name="&lt;a&gt;__T get_a()">
21031         <size>7</size>
21032       </method>
21033       <method name="&lt;b&gt;__T get_b()">
21034         <size>7</size>
21035       </method>
21036       <method name="Boolean Equals(System.Object)">
21037         <size>69</size>
21038       </method>
21039       <method name="Int32 GetHashCode()">
21040         <size>86</size>
21041       </method>
21042       <method name="System.String ToString()">
21043         <size>142</size>
21044       </method>
21045     </type>
21046     <type name="Join">
21047       <method name="Int32 &lt;Main&gt;m__0(Data)">
21048         <size>7</size>
21049       </method>
21050       <method name="Int32 &lt;Main&gt;m__1(Data)">
21051         <size>7</size>
21052       </method>
21053       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
21054         <size>23</size>
21055       </method>
21056       <method name="Int32 &lt;Main&gt;m__3(Data)">
21057         <size>7</size>
21058       </method>
21059       <method name="Int32 &lt;Main&gt;m__4(Data)">
21060         <size>7</size>
21061       </method>
21062       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
21063         <size>8</size>
21064       </method>
21065       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
21066         <size>22</size>
21067       </method>
21068       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
21069         <size>33</size>
21070       </method>
21071       <method name="Int32 &lt;Main&gt;m__8(Data)">
21072         <size>7</size>
21073       </method>
21074       <method name="Int32 &lt;Main&gt;m__9(Data)">
21075         <size>7</size>
21076       </method>
21077       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
21078         <size>23</size>
21079       </method>
21080       <method name="Int32 &lt;Main&gt;m__B(Data)">
21081         <size>7</size>
21082       </method>
21083       <method name="Int32 &lt;Main&gt;m__C(Data)">
21084         <size>7</size>
21085       </method>
21086       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
21087         <size>8</size>
21088       </method>
21089       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
21090         <size>12</size>
21091       </method>
21092       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
21093         <size>7</size>
21094       </method>
21095     </type>
21096   </test>
21097   <test name="gtest-linq-10.cs">
21098     <type name="DataA">
21099       <method name="Void .ctor()">
21100         <size>7</size>
21101       </method>
21102     </type>
21103     <type name="DataB">
21104       <method name="Void .ctor()">
21105         <size>7</size>
21106       </method>
21107     </type>
21108     <type name="GroupJoin">
21109       <method name="Void .ctor()">
21110         <size>7</size>
21111       </method>
21112       <method name="Int32 Main()">
21113         <size>631</size>
21114       </method>
21115     </type>
21116     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
21117       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
21118         <size>21</size>
21119       </method>
21120       <method name="&lt;a&gt;__T get_a()">
21121         <size>7</size>
21122       </method>
21123       <method name="&lt;ab&gt;__T get_ab()">
21124         <size>7</size>
21125       </method>
21126       <method name="Boolean Equals(System.Object)">
21127         <size>69</size>
21128       </method>
21129       <method name="Int32 GetHashCode()">
21130         <size>86</size>
21131       </method>
21132       <method name="System.String ToString()">
21133         <size>142</size>
21134       </method>
21135     </type>
21136     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
21137       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
21138         <size>21</size>
21139       </method>
21140       <method name="&lt;a&gt;__T get_a()">
21141         <size>7</size>
21142       </method>
21143       <method name="&lt;b&gt;__T get_b()">
21144         <size>7</size>
21145       </method>
21146       <method name="Boolean Equals(System.Object)">
21147         <size>69</size>
21148       </method>
21149       <method name="Int32 GetHashCode()">
21150         <size>86</size>
21151       </method>
21152       <method name="System.String ToString()">
21153         <size>142</size>
21154       </method>
21155     </type>
21156     <type name="GroupJoin">
21157       <method name="Int32 &lt;Main&gt;m__0(DataA)">
21158         <size>7</size>
21159       </method>
21160       <method name="Int32 &lt;Main&gt;m__1(DataB)">
21161         <size>7</size>
21162       </method>
21163       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
21164         <size>8</size>
21165       </method>
21166       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
21167         <size>12</size>
21168       </method>
21169       <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)">
21170         <size>39</size>
21171       </method>
21172       <method name="Int32 &lt;Main&gt;m__5(DataA)">
21173         <size>7</size>
21174       </method>
21175       <method name="Int32 &lt;Main&gt;m__6(DataB)">
21176         <size>7</size>
21177       </method>
21178       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
21179         <size>8</size>
21180       </method>
21181       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
21182         <size>12</size>
21183       </method>
21184       <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)">
21185         <size>39</size>
21186       </method>
21187     </type>
21188   </test>
21189   <test name="gtest-linq-11.cs">
21190     <type name="IntoTest">
21191       <method name="Void .ctor()">
21192         <size>7</size>
21193       </method>
21194       <method name="Int32 Main()">
21195         <size>275</size>
21196       </method>
21197       <method name="Boolean &lt;Main&gt;m__0(Int32)">
21198         <size>5</size>
21199       </method>
21200       <method name="Int32 &lt;Main&gt;m__1(Int32)">
21201         <size>5</size>
21202       </method>
21203       <method name="Int32 &lt;Main&gt;m__2(Int32)">
21204         <size>4</size>
21205       </method>
21206       <method name="Boolean &lt;Main&gt;m__3(Int32)">
21207         <size>5</size>
21208       </method>
21209       <method name="Int32 &lt;Main&gt;m__4(Int32)">
21210         <size>4</size>
21211       </method>
21212     </type>
21213   </test>
21214   <test name="gtest-linq-12.cs">
21215     <type name="NestedQuery">
21216       <method name="Void .ctor()">
21217         <size>7</size>
21218       </method>
21219       <method name="Void XX()">
21220         <size>108</size>
21221       </method>
21222       <method name="Int32 Main()">
21223         <size>464</size>
21224       </method>
21225     </type>
21226     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
21227       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
21228         <size>21</size>
21229       </method>
21230       <method name="&lt;values&gt;__T get_values()">
21231         <size>7</size>
21232       </method>
21233       <method name="&lt;length&gt;__T get_length()">
21234         <size>7</size>
21235       </method>
21236       <method name="Boolean Equals(System.Object)">
21237         <size>69</size>
21238       </method>
21239       <method name="Int32 GetHashCode()">
21240         <size>86</size>
21241       </method>
21242       <method name="System.String ToString()">
21243         <size>142</size>
21244       </method>
21245     </type>
21246     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
21247       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
21248         <size>21</size>
21249       </method>
21250       <method name="&lt;type&gt;__T get_type()">
21251         <size>7</size>
21252       </method>
21253       <method name="&lt;x&gt;__T get_x()">
21254         <size>7</size>
21255       </method>
21256       <method name="Boolean Equals(System.Object)">
21257         <size>69</size>
21258       </method>
21259       <method name="Int32 GetHashCode()">
21260         <size>86</size>
21261       </method>
21262       <method name="System.String ToString()">
21263         <size>142</size>
21264       </method>
21265     </type>
21266     <type name="NestedQuery">
21267       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
21268         <size>13</size>
21269       </method>
21270     </type>
21271     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
21272       <method name="Void .ctor()">
21273         <size>7</size>
21274       </method>
21275     </type>
21276     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
21277       <method name="Void .ctor()">
21278         <size>7</size>
21279       </method>
21280     </type>
21281     <type name="NestedQuery">
21282       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
21283         <size>110</size>
21284       </method>
21285       <method name="Boolean &lt;Main&gt;m__2(System.String)">
21286         <size>10</size>
21287       </method>
21288       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
21289         <size>36</size>
21290       </method>
21291       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
21292         <size>13</size>
21293       </method>
21294       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
21295         <size>110</size>
21296       </method>
21297       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
21298         <size>9</size>
21299       </method>
21300       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
21301         <size>7</size>
21302       </method>
21303       <method name="Boolean &lt;Main&gt;m__9(Char)">
21304         <size>6</size>
21305       </method>
21306       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
21307         <size>9</size>
21308       </method>
21309       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
21310         <size>7</size>
21311       </method>
21312     </type>
21313     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
21314       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
21315         <size>15</size>
21316       </method>
21317     </type>
21318     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
21319       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
21320         <size>15</size>
21321       </method>
21322     </type>
21323   </test>
21324   <test name="gtest-linq-13.cs">
21325     <type name="Program">
21326       <method name="Void .ctor()">
21327         <size>7</size>
21328       </method>
21329       <method name="Void Main()">
21330         <size>1</size>
21331       </method>
21332       <method name="Void Foo(TypeDefinition)">
21333         <size>47</size>
21334       </method>
21335       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
21336         <size>2</size>
21337       </method>
21338     </type>
21339     <type name="Extension">
21340       <method name="IEnumerable`1 Cast[T](IFoo)">
21341         <size>2</size>
21342       </method>
21343     </type>
21344     <type name="MethodDefinition">
21345       <method name="Void .ctor()">
21346         <size>7</size>
21347       </method>
21348     </type>
21349     <type name="TypeDefinition">
21350       <method name="Void .ctor()">
21351         <size>7</size>
21352       </method>
21353       <method name="MethodDefinitionCollection get_Methods()">
21354         <size>2</size>
21355       </method>
21356       <method name="Void set_Methods(MethodDefinitionCollection)">
21357         <size>1</size>
21358       </method>
21359     </type>
21360     <type name="MethodDefinitionCollection">
21361       <method name="Void .ctor()">
21362         <size>7</size>
21363       </method>
21364     </type>
21365   </test>
21366   <test name="gtest-linq-14.cs">
21367     <type name="Person">
21368       <method name="Void .ctor()">
21369         <size>7</size>
21370       </method>
21371       <method name="Style get_Style()">
21372         <size>7</size>
21373       </method>
21374       <method name="Void set_Style(Style)">
21375         <size>8</size>
21376       </method>
21377     </type>
21378     <type name="Extensions">
21379       <method name="IMarker`1 Cast[T](IObjectContainer)">
21380         <size>2</size>
21381       </method>
21382       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
21383         <size>2</size>
21384       </method>
21385     </type>
21386     <type name="Program">
21387       <method name="Void .ctor()">
21388         <size>7</size>
21389       </method>
21390       <method name="Void Main()">
21391         <size>1</size>
21392       </method>
21393       <method name="Void Assert(System.Action)">
21394         <size>1</size>
21395       </method>
21396       <method name="Void Test(IObjectContainer, Style)">
21397         <size>38</size>
21398       </method>
21399     </type>
21400     <type name="Program+&lt;Test&gt;c__AnonStorey0">
21401       <method name="Void .ctor()">
21402         <size>7</size>
21403       </method>
21404       <method name="Void &lt;&gt;m__0()">
21405         <size>117</size>
21406       </method>
21407     </type>
21408   </test>
21409   <test name="gtest-linq-15.cs">
21410     <type name="NameCollisionTest.Data">
21411       <method name="Void .ctor()">
21412         <size>7</size>
21413       </method>
21414     </type>
21415     <type name="NameCollisionTest.Ex">
21416       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
21417         <size>44</size>
21418       </method>
21419     </type>
21420     <type name="NameCollisionTest.C">
21421       <method name="Void .ctor()">
21422         <size>7</size>
21423       </method>
21424       <method name="Void Main()">
21425         <size>78</size>
21426       </method>
21427       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
21428         <size>7</size>
21429       </method>
21430       <method name="Boolean &lt;Main&gt;m__1(Int32)">
21431         <size>5</size>
21432       </method>
21433     </type>
21434     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
21435       <method name="Void .ctor()">
21436         <size>7</size>
21437       </method>
21438       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21439         <size>12</size>
21440       </method>
21441       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21442         <size>7</size>
21443       </method>
21444       <method name="Boolean MoveNext()">
21445         <size>86</size>
21446       </method>
21447       <method name="Void Dispose()">
21448         <size>8</size>
21449       </method>
21450       <method name="Void Reset()">
21451         <size>6</size>
21452       </method>
21453       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
21454         <size>7</size>
21455       </method>
21456       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
21457         <size>52</size>
21458       </method>
21459     </type>
21460   </test>
21461   <test name="gtest-linq-16.cs">
21462     <type name="C">
21463       <method name="Void .ctor()">
21464         <size>7</size>
21465       </method>
21466       <method name="Void Main()">
21467         <size>12</size>
21468       </method>
21469       <method name="Void Test_1(Int32)">
21470         <size>27</size>
21471       </method>
21472       <method name="Void Test_2()">
21473         <size>31</size>
21474       </method>
21475       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
21476         <size>26</size>
21477       </method>
21478     </type>
21479     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
21480       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
21481         <size>21</size>
21482       </method>
21483       <method name="&lt;a&gt;__T get_a()">
21484         <size>7</size>
21485       </method>
21486       <method name="&lt;b&gt;__T get_b()">
21487         <size>7</size>
21488       </method>
21489       <method name="Boolean Equals(System.Object)">
21490         <size>69</size>
21491       </method>
21492       <method name="Int32 GetHashCode()">
21493         <size>86</size>
21494       </method>
21495       <method name="System.String ToString()">
21496         <size>142</size>
21497       </method>
21498     </type>
21499     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
21500       <method name="Void .ctor()">
21501         <size>7</size>
21502       </method>
21503       <method name="IEnumerable`1 &lt;&gt;m__0()">
21504         <size>67</size>
21505       </method>
21506       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
21507         <size>8</size>
21508       </method>
21509       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
21510         <size>14</size>
21511       </method>
21512     </type>
21513     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
21514       <method name="Void .ctor()">
21515         <size>7</size>
21516       </method>
21517       <method name="IEnumerable`1 &lt;&gt;m__2()">
21518         <size>67</size>
21519       </method>
21520       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
21521         <size>8</size>
21522       </method>
21523       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
21524         <size>14</size>
21525       </method>
21526     </type>
21527   </test>
21528   <test name="gtest-linq-17.cs">
21529     <type name="TestGroupBy">
21530       <method name="Void .ctor()">
21531         <size>7</size>
21532       </method>
21533       <method name="Int32 Main()">
21534         <size>157</size>
21535       </method>
21536       <method name="Int32 &lt;Main&gt;m__0(Int32)">
21537         <size>2</size>
21538       </method>
21539     </type>
21540     <type name="&lt;PrivateImplementationDetails&gt;">
21541       <method name="Void .ctor()">
21542         <size>7</size>
21543       </method>
21544     </type>
21545   </test>
21546   <test name="gtest-linq-18.cs">
21547     <type name="C">
21548       <method name="Void .ctor()">
21549         <size>7</size>
21550       </method>
21551       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
21552         <size>2</size>
21553       </method>
21554       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
21555         <size>2</size>
21556       </method>
21557       <method name="Int32 Main()">
21558         <size>648</size>
21559       </method>
21560       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
21561         <size>42</size>
21562       </method>
21563       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
21564         <size>11</size>
21565       </method>
21566       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
21567         <size>31</size>
21568       </method>
21569       <method name="Boolean &lt;Main&gt;m__3(Int32)">
21570         <size>31</size>
21571       </method>
21572       <method name="Boolean &lt;Main&gt;m__4(Int32)">
21573         <size>31</size>
21574       </method>
21575       <method name="Boolean &lt;Main&gt;m__5(Int32)">
21576         <size>31</size>
21577       </method>
21578       <method name="Boolean &lt;Main&gt;m__6(Int32)">
21579         <size>31</size>
21580       </method>
21581       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
21582         <size>10</size>
21583       </method>
21584       <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])">
21585         <size>15</size>
21586       </method>
21587       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
21588         <size>31</size>
21589       </method>
21590       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
21591         <size>15</size>
21592       </method>
21593       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
21594         <size>12</size>
21595       </method>
21596     </type>
21597     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
21598       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
21599         <size>21</size>
21600       </method>
21601       <method name="&lt;ck&gt;__T get_ck()">
21602         <size>7</size>
21603       </method>
21604       <method name="&lt;xy&gt;__T get_xy()">
21605         <size>7</size>
21606       </method>
21607       <method name="Boolean Equals(System.Object)">
21608         <size>69</size>
21609       </method>
21610       <method name="Int32 GetHashCode()">
21611         <size>86</size>
21612       </method>
21613       <method name="System.String ToString()">
21614         <size>142</size>
21615       </method>
21616     </type>
21617     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
21618       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
21619         <size>21</size>
21620       </method>
21621       <method name="&lt;i&gt;__T get_i()">
21622         <size>7</size>
21623       </method>
21624       <method name="&lt;l&gt;__T get_l()">
21625         <size>7</size>
21626       </method>
21627       <method name="Boolean Equals(System.Object)">
21628         <size>69</size>
21629       </method>
21630       <method name="Int32 GetHashCode()">
21631         <size>86</size>
21632       </method>
21633       <method name="System.String ToString()">
21634         <size>142</size>
21635       </method>
21636     </type>
21637     <type name="&lt;PrivateImplementationDetails&gt;">
21638       <method name="Void .ctor()">
21639         <size>7</size>
21640       </method>
21641     </type>
21642     <type name="C+&lt;Main&gt;c__AnonStorey0">
21643       <method name="Void .ctor()">
21644         <size>7</size>
21645       </method>
21646     </type>
21647     <type name="C+&lt;Main&gt;c__AnonStorey1">
21648       <method name="Void .ctor()">
21649         <size>7</size>
21650       </method>
21651     </type>
21652     <type name="C+&lt;Main&gt;c__AnonStorey2">
21653       <method name="Void .ctor()">
21654         <size>7</size>
21655       </method>
21656     </type>
21657     <type name="C+&lt;Main&gt;c__AnonStorey3">
21658       <method name="Void .ctor()">
21659         <size>7</size>
21660       </method>
21661     </type>
21662     <type name="C+&lt;Main&gt;c__AnonStorey4">
21663       <method name="Void .ctor()">
21664         <size>7</size>
21665       </method>
21666     </type>
21667     <type name="C+&lt;Main&gt;c__AnonStorey5">
21668       <method name="Void .ctor()">
21669         <size>7</size>
21670       </method>
21671     </type>
21672     <type name="C+&lt;Main&gt;c__AnonStorey6">
21673       <method name="Void .ctor()">
21674         <size>7</size>
21675       </method>
21676     </type>
21677     <type name="C">
21678       <method name="Boolean &lt;Main&gt;m__C(Int32)">
21679         <size>31</size>
21680       </method>
21681       <method name="Boolean &lt;Main&gt;m__D(Int32)">
21682         <size>31</size>
21683       </method>
21684       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
21685         <size>2</size>
21686       </method>
21687       <method name="Boolean &lt;Main&gt;m__F(Int32)">
21688         <size>31</size>
21689       </method>
21690       <method name="Boolean &lt;Main&gt;m__10(Int32)">
21691         <size>31</size>
21692       </method>
21693       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
21694         <size>2</size>
21695       </method>
21696     </type>
21697     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
21698       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
21699         <size>21</size>
21700       </method>
21701       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
21702         <size>7</size>
21703       </method>
21704       <method name="&lt;g&gt;__T get_g()">
21705         <size>7</size>
21706       </method>
21707       <method name="Boolean Equals(System.Object)">
21708         <size>69</size>
21709       </method>
21710       <method name="Int32 GetHashCode()">
21711         <size>86</size>
21712       </method>
21713       <method name="System.String ToString()">
21714         <size>142</size>
21715       </method>
21716     </type>
21717     <type name="C+&lt;Main&gt;c__AnonStorey0">
21718       <method name="Boolean &lt;&gt;m__12(Int32)">
21719         <size>10</size>
21720       </method>
21721     </type>
21722     <type name="C+&lt;Main&gt;c__AnonStorey1">
21723       <method name="Boolean &lt;&gt;m__13(Int32)">
21724         <size>15</size>
21725       </method>
21726     </type>
21727     <type name="C+&lt;Main&gt;c__AnonStorey2">
21728       <method name="Boolean &lt;&gt;m__14(Int32)">
21729         <size>10</size>
21730       </method>
21731     </type>
21732     <type name="C+&lt;Main&gt;c__AnonStorey3">
21733       <method name="Boolean &lt;&gt;m__15(Int32)">
21734         <size>10</size>
21735       </method>
21736     </type>
21737     <type name="C+&lt;Main&gt;c__AnonStorey4">
21738       <method name="Int32 &lt;&gt;m__16(Int32)">
21739         <size>9</size>
21740       </method>
21741     </type>
21742     <type name="C+&lt;Main&gt;c__AnonStorey5">
21743       <method name="Int32 &lt;&gt;m__17(Int32)">
21744         <size>9</size>
21745       </method>
21746     </type>
21747     <type name="C+&lt;Main&gt;c__AnonStorey6">
21748       <method name="Boolean &lt;&gt;m__18(Int32)">
21749         <size>20</size>
21750       </method>
21751     </type>
21752     <type name="C+&lt;Main&gt;c__AnonStorey7">
21753       <method name="Void .ctor()">
21754         <size>7</size>
21755       </method>
21756       <method name="Boolean &lt;&gt;m__19(Int32)">
21757         <size>10</size>
21758       </method>
21759     </type>
21760     <type name="C+&lt;Main&gt;c__AnonStorey8">
21761       <method name="Void .ctor()">
21762         <size>7</size>
21763       </method>
21764       <method name="Boolean &lt;&gt;m__1A(Int32)">
21765         <size>10</size>
21766       </method>
21767     </type>
21768     <type name="C+&lt;Main&gt;c__AnonStorey9">
21769       <method name="Void .ctor()">
21770         <size>7</size>
21771       </method>
21772       <method name="Boolean &lt;&gt;m__1B(Int32)">
21773         <size>10</size>
21774       </method>
21775     </type>
21776     <type name="C+&lt;Main&gt;c__AnonStoreyA">
21777       <method name="Void .ctor()">
21778         <size>7</size>
21779       </method>
21780       <method name="Boolean &lt;&gt;m__1C(Int32)">
21781         <size>10</size>
21782       </method>
21783     </type>
21784   </test>
21785   <test name="gtest-linq-19.cs">
21786     <type name="Test">
21787       <method name="Void .ctor()">
21788         <size>7</size>
21789       </method>
21790       <method name="Void .cctor()">
21791         <size>45</size>
21792       </method>
21793       <method name="Void Main()">
21794         <size>1</size>
21795       </method>
21796       <method name="Char &lt;E&gt;m__0(Char)">
21797         <size>2</size>
21798       </method>
21799     </type>
21800   </test>
21801   <test name="gtest-named-01.cs">
21802     <type name="C">
21803       <method name="Int32 Test(Int32, Int32, System.String)">
21804         <size>6</size>
21805       </method>
21806       <method name="T Foo[T](T, Int32)">
21807         <size>2</size>
21808       </method>
21809       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
21810         <size>9</size>
21811       </method>
21812       <method name="Int32 Main()">
21813         <size>173</size>
21814       </method>
21815       <method name="Int32 &lt;Main&gt;m__0(Int32)">
21816         <size>2</size>
21817       </method>
21818     </type>
21819     <type name="C+&lt;Main&gt;c__AnonStorey0">
21820       <method name="Void .ctor()">
21821         <size>7</size>
21822       </method>
21823       <method name="Int32 &lt;&gt;m__1(Int32)">
21824         <size>7</size>
21825       </method>
21826     </type>
21827   </test>
21828   <test name="gtest-optional-01.cs">
21829     <type name="C">
21830       <method name="Void TestA(Int32)">
21831         <size>1</size>
21832       </method>
21833       <method name="Void TestB(Int64)">
21834         <size>1</size>
21835       </method>
21836       <method name="Void TestC(Decimal)">
21837         <size>1</size>
21838       </method>
21839       <method name="Int32 Main()">
21840         <size>310</size>
21841       </method>
21842       <method name="Void .ctor()">
21843         <size>7</size>
21844       </method>
21845     </type>
21846   </test>
21847   <test name="gtest-optional-02.cs">
21848     <type name="C">
21849       <method name="Boolean Test2(Nullable`1)">
21850         <size>11</size>
21851       </method>
21852       <method name="Int32 Test(Nullable`1)">
21853         <size>27</size>
21854       </method>
21855       <method name="Int32 Main()">
21856         <size>101</size>
21857       </method>
21858       <method name="Void .ctor()">
21859         <size>7</size>
21860       </method>
21861       <method name="Boolean Test3(Nullable`1)">
21862         <size>21</size>
21863       </method>
21864     </type>
21865   </test>
21866   <test name="gtest-optional-03.cs">
21867     <type name="C">
21868       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
21869         <size>2</size>
21870       </method>
21871       <method name="Int32 Main()">
21872         <size>225</size>
21873       </method>
21874       <method name="Void .ctor()">
21875         <size>7</size>
21876       </method>
21877     </type>
21878   </test>
21879   <test name="gtest-optional-04.cs">
21880     <type name="C">
21881       <method name="Void Foo[T](T, T)">
21882         <size>1</size>
21883       </method>
21884       <method name="Void TestParams(System.Int32[])">
21885         <size>6</size>
21886       </method>
21887       <method name="Void TestParams(Int32)">
21888         <size>1</size>
21889       </method>
21890       <method name="Void TestStruct(Nullable`1)">
21891         <size>1</size>
21892       </method>
21893       <method name="System.String get_Item(Int32, System.String)">
21894         <size>2</size>
21895       </method>
21896       <method name="Void set_Item(Int32, System.String, System.String)">
21897         <size>4</size>
21898       </method>
21899       <method name="Int32 Main()">
21900         <size>120</size>
21901       </method>
21902       <method name="Void .ctor()">
21903         <size>7</size>
21904       </method>
21905     </type>
21906   </test>
21907   <test name="gtest-optional-05.cs">
21908     <type name="Blah">
21909       <method name="Int32 Foo(Int32, Int32)">
21910         <size>4</size>
21911       </method>
21912       <method name="Int32 Main()">
21913         <size>46</size>
21914       </method>
21915       <method name="Void .ctor()">
21916         <size>7</size>
21917       </method>
21918     </type>
21919     <type name="Blah+MyDelegate">
21920       <method name="Int32 Invoke(Int32, Int32)">
21921         <size>0</size>
21922       </method>
21923       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
21924         <size>0</size>
21925       </method>
21926       <method name="Int32 EndInvoke(IAsyncResult)">
21927         <size>0</size>
21928       </method>
21929       <method name="Void .ctor(Object, IntPtr)">
21930         <size>0</size>
21931       </method>
21932     </type>
21933   </test>
21934   <test name="gtest-optional-06.cs">
21935     <type name="C">
21936       <method name="Int32 Foo(Int32)">
21937         <size>2</size>
21938       </method>
21939       <method name="Int32 Main()">
21940         <size>38</size>
21941       </method>
21942       <method name="Void .ctor()">
21943         <size>7</size>
21944       </method>
21945     </type>
21946     <type name="D">
21947       <method name="Int32 Invoke(Int32)">
21948         <size>0</size>
21949       </method>
21950       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21951         <size>0</size>
21952       </method>
21953       <method name="Int32 EndInvoke(IAsyncResult)">
21954         <size>0</size>
21955       </method>
21956       <method name="Void .ctor(Object, IntPtr)">
21957         <size>0</size>
21958       </method>
21959     </type>
21960   </test>
21961   <test name="gtest-optional-07.cs">
21962     <type name="Tests">
21963       <method name="Void foo(Foo)">
21964         <size>1</size>
21965       </method>
21966       <method name="Int32 Main()">
21967         <size>8</size>
21968       </method>
21969       <method name="Void .ctor()">
21970         <size>7</size>
21971       </method>
21972     </type>
21973   </test>
21974   <test name="gtest-optional-08.cs">
21975     <type name="Tests">
21976       <method name="Int32 Main()">
21977         <size>36</size>
21978       </method>
21979       <method name="Void .ctor(String)">
21980         <size>14</size>
21981       </method>
21982       <method name="Void .ctor(Int32)">
21983         <size>7</size>
21984       </method>
21985     </type>
21986   </test>
21987   <test name="gtest-partial-01.cs">
21988     <type name="B`1[U]">
21989       <method name="Void .ctor()">
21990         <size>7</size>
21991       </method>
21992     </type>
21993     <type name="C`1[T]">
21994       <method name="Void .ctor()">
21995         <size>7</size>
21996       </method>
21997     </type>
21998     <type name="Test">
21999       <method name="Void Main()">
22000         <size>1</size>
22001       </method>
22002       <method name="Void .ctor()">
22003         <size>7</size>
22004       </method>
22005     </type>
22006   </test>
22007   <test name="gtest-partial-02.cs">
22008     <type name="A`1[T]">
22009       <method name="Void Test()">
22010         <size>13</size>
22011       </method>
22012       <method name="T get_CurrentItem()">
22013         <size>7</size>
22014       </method>
22015       <method name="Void set_CurrentItem(T)">
22016         <size>8</size>
22017       </method>
22018       <method name="Void .ctor()">
22019         <size>7</size>
22020       </method>
22021     </type>
22022     <type name="C">
22023       <method name="Void Main()">
22024         <size>1</size>
22025       </method>
22026       <method name="Void .ctor()">
22027         <size>7</size>
22028       </method>
22029     </type>
22030   </test>
22031   <test name="gtest-var-04.cs">
22032     <type name="Test">
22033       <method name="Void .ctor()">
22034         <size>7</size>
22035       </method>
22036       <method name="Int32 Main()">
22037         <size>219</size>
22038       </method>
22039     </type>
22040   </test>
22041   <test name="gtest-variance-1.cs">
22042     <type name="Foo">
22043       <method name="System.String get_Bar()">
22044         <size>7</size>
22045       </method>
22046       <method name="Void .ctor(String)">
22047         <size>14</size>
22048       </method>
22049     </type>
22050     <type name="Test">
22051       <method name="Int32 Main()">
22052         <size>57</size>
22053       </method>
22054       <method name="Void .ctor()">
22055         <size>7</size>
22056       </method>
22057     </type>
22058   </test>
22059   <test name="gtest-variance-10.cs">
22060     <type name="Foo">
22061       <method name="Void .ctor()">
22062         <size>7</size>
22063       </method>
22064     </type>
22065     <type name="Test">
22066       <method name="Int32 I&lt;string&gt;.get_Count()">
22067         <size>2</size>
22068       </method>
22069       <method name="Int32 I&lt;Foo&gt;.get_Count()">
22070         <size>2</size>
22071       </method>
22072       <method name="Void .ctor()">
22073         <size>7</size>
22074       </method>
22075     </type>
22076     <type name="Program">
22077       <method name="Int32 Main()">
22078         <size>29</size>
22079       </method>
22080     </type>
22081   </test>
22082   <test name="gtest-variance-11.cs">
22083     <type name="D">
22084       <method name="Void .ctor()">
22085         <size>7</size>
22086       </method>
22087       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
22088         <size>38</size>
22089       </method>
22090       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
22091         <size>38</size>
22092       </method>
22093       <method name="Int32 Main()">
22094         <size>38</size>
22095       </method>
22096     </type>
22097   </test>
22098   <test name="gtest-variance-12.cs">
22099     <type name="D">
22100       <method name="Void add_field(D`1[System.String])">
22101         <size>24</size>
22102       </method>
22103       <method name="Void remove_field(D`1[System.String])">
22104         <size>24</size>
22105       </method>
22106       <method name="Int32 Main()">
22107         <size>72</size>
22108       </method>
22109       <method name="Void &lt;Main&gt;m__0()">
22110         <size>1</size>
22111       </method>
22112       <method name="Void .ctor()">
22113         <size>7</size>
22114       </method>
22115     </type>
22116     <type name="D`1[T]">
22117       <method name="Void Invoke()">
22118         <size>0</size>
22119       </method>
22120       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22121         <size>0</size>
22122       </method>
22123       <method name="Void EndInvoke(IAsyncResult)">
22124         <size>0</size>
22125       </method>
22126       <method name="Void .ctor(Object, IntPtr)">
22127         <size>0</size>
22128       </method>
22129     </type>
22130   </test>
22131   <test name="gtest-variance-13.cs">
22132     <type name="A">
22133       <method name="Void .ctor()">
22134         <size>7</size>
22135       </method>
22136       <method name="Void Foo[T](T, IList`1)">
22137         <size>1</size>
22138       </method>
22139       <method name="Void Test()">
22140         <size>17</size>
22141       </method>
22142     </type>
22143     <type name="B">
22144       <method name="Void .ctor()">
22145         <size>7</size>
22146       </method>
22147       <method name="Void Foo[T](T, I`1)">
22148         <size>1</size>
22149       </method>
22150       <method name="Void Test[U](U, I`1)">
22151         <size>8</size>
22152       </method>
22153     </type>
22154     <type name="M">
22155       <method name="Void .ctor()">
22156         <size>7</size>
22157       </method>
22158       <method name="Int32 Main()">
22159         <size>2</size>
22160       </method>
22161     </type>
22162   </test>
22163   <test name="gtest-variance-2.cs">
22164     <type name="Foo">
22165       <method name="System.String Bar(System.Object)">
22166         <size>12</size>
22167       </method>
22168       <method name="Void .ctor()">
22169         <size>7</size>
22170       </method>
22171     </type>
22172     <type name="Test">
22173       <method name="Int32 Main()">
22174         <size>92</size>
22175       </method>
22176       <method name="Void .ctor()">
22177         <size>7</size>
22178       </method>
22179     </type>
22180   </test>
22181   <test name="gtest-variance-3.cs">
22182     <type name="Test">
22183       <method name="Int32 Main()">
22184         <size>56</size>
22185       </method>
22186       <method name="Int32 Bar(Foo`1[System.Object])">
22187         <size>12</size>
22188       </method>
22189       <method name="Void .ctor()">
22190         <size>7</size>
22191       </method>
22192     </type>
22193     <type name="Foo`1[T]">
22194       <method name="T Invoke()">
22195         <size>0</size>
22196       </method>
22197       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22198         <size>0</size>
22199       </method>
22200       <method name="T EndInvoke(IAsyncResult)">
22201         <size>0</size>
22202       </method>
22203       <method name="Void .ctor(Object, IntPtr)">
22204         <size>0</size>
22205       </method>
22206     </type>
22207     <type name="Test+&lt;Main&gt;c__AnonStorey0">
22208       <method name="System.String &lt;&gt;m__0()">
22209         <size>7</size>
22210       </method>
22211       <method name="Void .ctor()">
22212         <size>7</size>
22213       </method>
22214     </type>
22215   </test>
22216   <test name="gtest-variance-4.cs">
22217     <type name="Test">
22218       <method name="Int32 Main()">
22219         <size>58</size>
22220       </method>
22221       <method name="Int32 Bar(Foo`1[System.String], System.String)">
22222         <size>8</size>
22223       </method>
22224       <method name="Int32 &lt;Main&gt;m__0(System.Object)">
22225         <size>7</size>
22226       </method>
22227       <method name="Void .ctor()">
22228         <size>7</size>
22229       </method>
22230     </type>
22231     <type name="Foo`1[T]">
22232       <method name="Int32 Invoke(T)">
22233         <size>0</size>
22234       </method>
22235       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
22236         <size>0</size>
22237       </method>
22238       <method name="Int32 EndInvoke(IAsyncResult)">
22239         <size>0</size>
22240       </method>
22241       <method name="Void .ctor(Object, IntPtr)">
22242         <size>0</size>
22243       </method>
22244     </type>
22245   </test>
22246   <test name="gtest-variance-5.cs">
22247     <type name="BothVariants`2[T1,T2]">
22248       <method name="T1 get_Foo()">
22249         <size>7</size>
22250       </method>
22251       <method name="Void set_Foo(T1)">
22252         <size>8</size>
22253       </method>
22254       <method name="Int32 Bar(T2)">
22255         <size>35</size>
22256       </method>
22257       <method name="Void .ctor(T1)">
22258         <size>14</size>
22259       </method>
22260     </type>
22261     <type name="Invariant`1[T]">
22262       <method name="T get_Foo()">
22263         <size>36</size>
22264       </method>
22265       <method name="Int32 Bar(T)">
22266         <size>14</size>
22267       </method>
22268       <method name="Void .ctor()">
22269         <size>7</size>
22270       </method>
22271     </type>
22272     <type name="A">
22273       <method name="System.String get_Fruit()">
22274         <size>6</size>
22275       </method>
22276       <method name="Void .ctor()">
22277         <size>7</size>
22278       </method>
22279     </type>
22280     <type name="B">
22281       <method name="System.String get_Fruit()">
22282         <size>6</size>
22283       </method>
22284       <method name="Void .ctor()">
22285         <size>7</size>
22286       </method>
22287     </type>
22288     <type name="C">
22289       <method name="System.String get_Fruit()">
22290         <size>6</size>
22291       </method>
22292       <method name="Void .ctor()">
22293         <size>7</size>
22294       </method>
22295     </type>
22296     <type name="Test">
22297       <method name="Int32 Main()">
22298         <size>110</size>
22299       </method>
22300       <method name="Void .ctor()">
22301         <size>7</size>
22302       </method>
22303     </type>
22304   </test>
22305   <test name="gtest-variance-6.cs">
22306     <type name="Program">
22307       <method name="Void .ctor()">
22308         <size>7</size>
22309       </method>
22310       <method name="Void Main()">
22311         <size>1</size>
22312       </method>
22313     </type>
22314     <type name="Cov1`1[U]">
22315       <method name="Void .ctor(Object, IntPtr)">
22316         <size>0</size>
22317       </method>
22318       <method name="ICovariant`1 Invoke(IContravariant`1)">
22319         <size>0</size>
22320       </method>
22321       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
22322         <size>0</size>
22323       </method>
22324       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
22325         <size>0</size>
22326       </method>
22327     </type>
22328     <type name="Cov2`1[U]">
22329       <method name="Void .ctor(Object, IntPtr)">
22330         <size>0</size>
22331       </method>
22332       <method name="ICovariant`1 Invoke(IContravariant`1)">
22333         <size>0</size>
22334       </method>
22335       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
22336         <size>0</size>
22337       </method>
22338       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
22339         <size>0</size>
22340       </method>
22341     </type>
22342     <type name="Cov3`1[U]">
22343       <method name="Void .ctor(Object, IntPtr)">
22344         <size>0</size>
22345       </method>
22346       <method name="ICovariant`1 Invoke(IContravariant`1)">
22347         <size>0</size>
22348       </method>
22349       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
22350         <size>0</size>
22351       </method>
22352       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
22353         <size>0</size>
22354       </method>
22355     </type>
22356     <type name="Cov4`1[U]">
22357       <method name="Void .ctor(Object, IntPtr)">
22358         <size>0</size>
22359       </method>
22360       <method name="ICovariant`1 Invoke()">
22361         <size>0</size>
22362       </method>
22363       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22364         <size>0</size>
22365       </method>
22366       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
22367         <size>0</size>
22368       </method>
22369     </type>
22370     <type name="Cov5`1[U]">
22371       <method name="Void .ctor(Object, IntPtr)">
22372         <size>0</size>
22373       </method>
22374       <method name="IContravariant`1 Invoke()">
22375         <size>0</size>
22376       </method>
22377       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22378         <size>0</size>
22379       </method>
22380       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
22381         <size>0</size>
22382       </method>
22383     </type>
22384     <type name="Contra5`1[U]">
22385       <method name="Void .ctor(Object, IntPtr)">
22386         <size>0</size>
22387       </method>
22388       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
22389         <size>0</size>
22390       </method>
22391       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
22392         <size>0</size>
22393       </method>
22394       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
22395         <size>0</size>
22396       </method>
22397     </type>
22398     <type name="Contra6`1[U]">
22399       <method name="Void .ctor(Object, IntPtr)">
22400         <size>0</size>
22401       </method>
22402       <method name="IContravariant`1 Invoke()">
22403         <size>0</size>
22404       </method>
22405       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22406         <size>0</size>
22407       </method>
22408       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
22409         <size>0</size>
22410       </method>
22411     </type>
22412     <type name="Contra7`1[U]">
22413       <method name="Void .ctor(Object, IntPtr)">
22414         <size>0</size>
22415       </method>
22416       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
22417         <size>0</size>
22418       </method>
22419       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
22420         <size>0</size>
22421       </method>
22422       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
22423         <size>0</size>
22424       </method>
22425     </type>
22426     <type name="Contra8`1[U]">
22427       <method name="Void .ctor(Object, IntPtr)">
22428         <size>0</size>
22429       </method>
22430       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
22431         <size>0</size>
22432       </method>
22433       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
22434         <size>0</size>
22435       </method>
22436       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
22437         <size>0</size>
22438       </method>
22439     </type>
22440   </test>
22441   <test name="gtest-variance-7.cs">
22442     <type name="C">
22443       <method name="Void .ctor()">
22444         <size>7</size>
22445       </method>
22446       <method name="Void Main()">
22447         <size>1</size>
22448       </method>
22449     </type>
22450     <type name="Covariant`1[T]">
22451       <method name="Void .ctor(Object, IntPtr)">
22452         <size>0</size>
22453       </method>
22454       <method name="T Invoke()">
22455         <size>0</size>
22456       </method>
22457       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22458         <size>0</size>
22459       </method>
22460       <method name="T EndInvoke(IAsyncResult)">
22461         <size>0</size>
22462       </method>
22463     </type>
22464     <type name="Contra`1[T]">
22465       <method name="Void .ctor(Object, IntPtr)">
22466         <size>0</size>
22467       </method>
22468       <method name="Void Invoke(T)">
22469         <size>0</size>
22470       </method>
22471       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
22472         <size>0</size>
22473       </method>
22474       <method name="Void EndInvoke(IAsyncResult)">
22475         <size>0</size>
22476       </method>
22477     </type>
22478     <type name="CoContra`2[TR,T]">
22479       <method name="Void .ctor(Object, IntPtr)">
22480         <size>0</size>
22481       </method>
22482       <method name="TR Invoke(T)">
22483         <size>0</size>
22484       </method>
22485       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
22486         <size>0</size>
22487       </method>
22488       <method name="TR EndInvoke(IAsyncResult)">
22489         <size>0</size>
22490       </method>
22491     </type>
22492     <type name="None`1[T]">
22493       <method name="Void .ctor(Object, IntPtr)">
22494         <size>0</size>
22495       </method>
22496       <method name="Void Invoke(T)">
22497         <size>0</size>
22498       </method>
22499       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
22500         <size>0</size>
22501       </method>
22502       <method name="Void EndInvoke(IAsyncResult)">
22503         <size>0</size>
22504       </method>
22505     </type>
22506     <type name="Test`1[U]">
22507       <method name="Void .ctor(Object, IntPtr)">
22508         <size>0</size>
22509       </method>
22510       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
22511         <size>0</size>
22512       </method>
22513       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22514         <size>0</size>
22515       </method>
22516       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
22517         <size>0</size>
22518       </method>
22519     </type>
22520     <type name="Test2`1[U]">
22521       <method name="Void .ctor(Object, IntPtr)">
22522         <size>0</size>
22523       </method>
22524       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
22525         <size>0</size>
22526       </method>
22527       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22528         <size>0</size>
22529       </method>
22530       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
22531         <size>0</size>
22532       </method>
22533     </type>
22534     <type name="Test3`1[U]">
22535       <method name="Void .ctor(Object, IntPtr)">
22536         <size>0</size>
22537       </method>
22538       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
22539         <size>0</size>
22540       </method>
22541       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22542         <size>0</size>
22543       </method>
22544       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
22545         <size>0</size>
22546       </method>
22547     </type>
22548     <type name="Test4`1[U]">
22549       <method name="Void .ctor(Object, IntPtr)">
22550         <size>0</size>
22551       </method>
22552       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
22553         <size>0</size>
22554       </method>
22555       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22556         <size>0</size>
22557       </method>
22558       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
22559         <size>0</size>
22560       </method>
22561     </type>
22562     <type name="Test5`1[U]">
22563       <method name="Void .ctor(Object, IntPtr)">
22564         <size>0</size>
22565       </method>
22566       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
22567         <size>0</size>
22568       </method>
22569       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22570         <size>0</size>
22571       </method>
22572       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
22573         <size>0</size>
22574       </method>
22575     </type>
22576     <type name="Test6`1[U]">
22577       <method name="Void .ctor(Object, IntPtr)">
22578         <size>0</size>
22579       </method>
22580       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
22581         <size>0</size>
22582       </method>
22583       <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)">
22584         <size>0</size>
22585       </method>
22586       <method name="Void EndInvoke(IAsyncResult)">
22587         <size>0</size>
22588       </method>
22589     </type>
22590     <type name="Both`2[U,V]">
22591       <method name="Void .ctor(Object, IntPtr)">
22592         <size>0</size>
22593       </method>
22594       <method name="Void Invoke(CoContra`2[U,V])">
22595         <size>0</size>
22596       </method>
22597       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
22598         <size>0</size>
22599       </method>
22600       <method name="Void EndInvoke(IAsyncResult)">
22601         <size>0</size>
22602       </method>
22603     </type>
22604     <type name="Both2`2[U,V]">
22605       <method name="Void .ctor(Object, IntPtr)">
22606         <size>0</size>
22607       </method>
22608       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
22609         <size>0</size>
22610       </method>
22611       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
22612         <size>0</size>
22613       </method>
22614       <method name="Void EndInvoke(IAsyncResult)">
22615         <size>0</size>
22616       </method>
22617     </type>
22618     <type name="Both3`2[U,V]">
22619       <method name="Void .ctor(Object, IntPtr)">
22620         <size>0</size>
22621       </method>
22622       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
22623         <size>0</size>
22624       </method>
22625       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
22626         <size>0</size>
22627       </method>
22628       <method name="Void EndInvoke(IAsyncResult)">
22629         <size>0</size>
22630       </method>
22631     </type>
22632     <type name="Both4`2[U,V]">
22633       <method name="Void .ctor(Object, IntPtr)">
22634         <size>0</size>
22635       </method>
22636       <method name="Void Invoke(Both`2[V,U])">
22637         <size>0</size>
22638       </method>
22639       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
22640         <size>0</size>
22641       </method>
22642       <method name="Void EndInvoke(IAsyncResult)">
22643         <size>0</size>
22644       </method>
22645     </type>
22646     <type name="Both5`2[U,V]">
22647       <method name="Void .ctor(Object, IntPtr)">
22648         <size>0</size>
22649       </method>
22650       <method name="Void Invoke(Both`2[V,System.Int32])">
22651         <size>0</size>
22652       </method>
22653       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
22654         <size>0</size>
22655       </method>
22656       <method name="Void EndInvoke(IAsyncResult)">
22657         <size>0</size>
22658       </method>
22659     </type>
22660   </test>
22661   <test name="gtest-variance-8.cs">
22662     <type name="A`1[T]">
22663       <method name="Void .ctor()">
22664         <size>7</size>
22665       </method>
22666     </type>
22667     <type name="C">
22668       <method name="Int32 Main()">
22669         <size>144</size>
22670       </method>
22671       <method name="Void .ctor()">
22672         <size>7</size>
22673       </method>
22674     </type>
22675   </test>
22676   <test name="gtest-variance-9.cs">
22677     <type name="Test">
22678       <method name="Void .ctor()">
22679         <size>7</size>
22680       </method>
22681       <method name="Void Foo(IIn`1)">
22682         <size>1</size>
22683       </method>
22684       <method name="Int32 Main()">
22685         <size>10</size>
22686       </method>
22687     </type>
22688   </test>
22689   <test name="test-1.cs">
22690     <type name="X">
22691       <method name="Void .ctor()">
22692         <size>7</size>
22693       </method>
22694       <method name="Int32 Main(System.String[])">
22695         <size>12</size>
22696       </method>
22697     </type>
22698   </test>
22699   <test name="test-10.cs">
22700     <type name="X">
22701       <method name="Void .ctor()">
22702         <size>7</size>
22703       </method>
22704       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
22705         <size>1</size>
22706       </method>
22707       <method name="Void bsbyte()">
22708         <size>35</size>
22709       </method>
22710       <method name="Void abyte(SByte, Char)">
22711         <size>1</size>
22712       </method>
22713       <method name="Void bbyte()">
22714         <size>22</size>
22715       </method>
22716       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
22717         <size>1</size>
22718       </method>
22719       <method name="Void bshort()">
22720         <size>39</size>
22721       </method>
22722       <method name="Void aushort(SByte, Byte, Int16, Char)">
22723         <size>1</size>
22724       </method>
22725       <method name="Void bushort()">
22726         <size>29</size>
22727       </method>
22728       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
22729         <size>1</size>
22730       </method>
22731       <method name="Void bint()">
22732         <size>42</size>
22733       </method>
22734       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
22735         <size>1</size>
22736       </method>
22737       <method name="Void buint()">
22738         <size>38</size>
22739       </method>
22740       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
22741         <size>1</size>
22742       </method>
22743       <method name="Void blong()">
22744         <size>47</size>
22745       </method>
22746       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
22747         <size>1</size>
22748       </method>
22749       <method name="Void bulong()">
22750         <size>47</size>
22751       </method>
22752       <method name="Void achar(SByte, Byte, Int16)">
22753         <size>1</size>
22754       </method>
22755       <method name="Void bchar()">
22756         <size>27</size>
22757       </method>
22758       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
22759         <size>1</size>
22760       </method>
22761       <method name="Void bfloat()">
22762         <size>67</size>
22763       </method>
22764       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
22765         <size>1</size>
22766       </method>
22767       <method name="Void bdouble()">
22768         <size>75</size>
22769       </method>
22770       <method name="Void TestDecimal(Decimal)">
22771         <size>15</size>
22772       </method>
22773       <method name="Void Main()">
22774         <size>1</size>
22775       </method>
22776     </type>
22777     <type name="Test2">
22778       <method name="Void .ctor()">
22779         <size>7</size>
22780       </method>
22781       <method name="Void ExtraTst()">
22782         <size>12</size>
22783       </method>
22784     </type>
22785   </test>
22786   <test name="test-100.cs">
22787     <type name="GLib.Object">
22788       <method name="Void .ctor()">
22789         <size>7</size>
22790       </method>
22791       <method name="Int32 get_Raw()">
22792         <size>2</size>
22793       </method>
22794       <method name="Void set_Raw(Int32)">
22795         <size>8</size>
22796       </method>
22797       <method name="Void GetProperty()">
22798         <size>12</size>
22799       </method>
22800       <method name="Int32 Main()">
22801         <size>2</size>
22802       </method>
22803     </type>
22804   </test>
22805   <test name="test-101.cs">
22806     <type name="Test.MyAttribute">
22807       <method name="Void .ctor(String)">
22808         <size>20</size>
22809       </method>
22810     </type>
22811     <type name="Test.My2Attribute">
22812       <method name="Void .ctor(String, Int32)">
22813         <size>31</size>
22814       </method>
22815     </type>
22816     <type name="Test.Test">
22817       <method name="Void .ctor()">
22818         <size>7</size>
22819       </method>
22820       <method name="Int32 Main()">
22821         <size>92</size>
22822       </method>
22823     </type>
22824   </test>
22825   <test name="test-102.cs">
22826     <type name="N1.MineAttribute">
22827       <method name="Void .ctor(String)">
22828         <size>14</size>
22829       </method>
22830     </type>
22831     <type name="N1.ReturnAttribute">
22832       <method name="Void .ctor(String)">
22833         <size>14</size>
22834       </method>
22835     </type>
22836     <type name="N1.Foo">
22837       <method name="Void .ctor()">
22838         <size>7</size>
22839       </method>
22840       <method name="Int32 Main()">
22841         <size>250</size>
22842       </method>
22843     </type>
22844   </test>
22845   <test name="test-103.cs">
22846     <type name="A">
22847       <method name="Void .ctor()">
22848         <size>7</size>
22849       </method>
22850       <method name="Int32 Foo()">
22851         <size>0</size>
22852       </method>
22853     </type>
22854     <type name="B">
22855       <method name="Void .ctor()">
22856         <size>7</size>
22857       </method>
22858       <method name="Int32 Foo()">
22859         <size>2</size>
22860       </method>
22861       <method name="Int32 M()">
22862         <size>7</size>
22863       </method>
22864     </type>
22865     <type name="Test">
22866       <method name="Void .ctor()">
22867         <size>7</size>
22868       </method>
22869       <method name="Int32 Main()">
22870         <size>11</size>
22871       </method>
22872     </type>
22873   </test>
22874   <test name="test-104.cs">
22875     <type name="Test">
22876       <method name="Void .ctor()">
22877         <size>7</size>
22878       </method>
22879       <method name="Int32 Main(System.String[])">
22880         <size>12</size>
22881       </method>
22882     </type>
22883   </test>
22884   <test name="test-105.cs">
22885     <type name="Test">
22886       <method name="Void .ctor()">
22887         <size>7</size>
22888       </method>
22889       <method name="Int32 F(Int32)">
22890         <size>33</size>
22891       </method>
22892       <method name="Void async_callback(IAsyncResult)">
22893         <size>22</size>
22894       </method>
22895       <method name="Int32 Main()">
22896         <size>407</size>
22897       </method>
22898     </type>
22899     <type name="Test+SimpleDelegate">
22900       <method name="Void .ctor(Object, IntPtr)">
22901         <size>0</size>
22902       </method>
22903       <method name="Int32 Invoke(Int32)">
22904         <size>0</size>
22905       </method>
22906       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22907         <size>0</size>
22908       </method>
22909       <method name="Int32 EndInvoke(IAsyncResult)">
22910         <size>0</size>
22911       </method>
22912     </type>
22913   </test>
22914   <test name="test-106.cs">
22915     <type name="Test">
22916       <method name="Int32 F(Int32)">
22917         <size>27</size>
22918       </method>
22919       <method name="Void async_callback(IAsyncResult)">
22920         <size>33</size>
22921       </method>
22922       <method name="Int32 Main()">
22923         <size>135</size>
22924       </method>
22925       <method name="Void .ctor()">
22926         <size>7</size>
22927       </method>
22928       <method name="Void .cctor()">
22929         <size>1</size>
22930       </method>
22931     </type>
22932     <type name="Test+SimpleDelegate">
22933       <method name="Int32 Invoke(Int32)">
22934         <size>0</size>
22935       </method>
22936       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22937         <size>0</size>
22938       </method>
22939       <method name="Int32 EndInvoke(IAsyncResult)">
22940         <size>0</size>
22941       </method>
22942       <method name="Void .ctor(Object, IntPtr)">
22943         <size>0</size>
22944       </method>
22945     </type>
22946   </test>
22947   <test name="test-107.cs">
22948     <type name="Test">
22949       <method name="Void .ctor()">
22950         <size>7</size>
22951       </method>
22952       <method name="Void .cctor()">
22953         <size>1</size>
22954       </method>
22955       <method name="Int32 F(Int32)">
22956         <size>27</size>
22957       </method>
22958       <method name="Void async_callback(IAsyncResult)">
22959         <size>100</size>
22960       </method>
22961       <method name="Int32 Main()">
22962         <size>89</size>
22963       </method>
22964     </type>
22965     <type name="Test+SimpleDelegate">
22966       <method name="Void .ctor(Object, IntPtr)">
22967         <size>0</size>
22968       </method>
22969       <method name="Int32 Invoke(Int32)">
22970         <size>0</size>
22971       </method>
22972       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22973         <size>0</size>
22974       </method>
22975       <method name="Int32 EndInvoke(IAsyncResult)">
22976         <size>0</size>
22977       </method>
22978     </type>
22979   </test>
22980   <test name="test-108.cs">
22981     <type name="X">
22982       <method name="Void .ctor()">
22983         <size>7</size>
22984       </method>
22985       <method name="Int32 Main()">
22986         <size>79</size>
22987       </method>
22988     </type>
22989   </test>
22990   <test name="test-109.cs">
22991     <type name="T">
22992       <method name="Void .ctor()">
22993         <size>7</size>
22994       </method>
22995       <method name="Int32 Main()">
22996         <size>23</size>
22997       </method>
22998     </type>
22999   </test>
23000   <test name="test-11.cs">
23001     <type name="Test">
23002       <method name="Void .ctor()">
23003         <size>7</size>
23004       </method>
23005       <method name="Int32 boxtest()">
23006         <size>12</size>
23007       </method>
23008       <method name="Int32 Main()">
23009         <size>14</size>
23010       </method>
23011     </type>
23012   </test>
23013   <test name="test-110.cs">
23014     <type name="test.test">
23015       <method name="Void .ctor()">
23016         <size>7</size>
23017       </method>
23018       <method name="Int32 test_method(Int32)">
23019         <size>13</size>
23020       </method>
23021       <method name="Int32 Main()">
23022         <size>17</size>
23023       </method>
23024     </type>
23025   </test>
23026   <test name="test-111.cs">
23027     <type name="T">
23028       <method name="Void .ctor()">
23029         <size>7</size>
23030       </method>
23031       <method name="System.Object get_obj()">
23032         <size>6</size>
23033       </method>
23034       <method name="Int32 Main()">
23035         <size>21</size>
23036       </method>
23037     </type>
23038   </test>
23039   <test name="test-112.cs">
23040     <type name="X">
23041       <method name="Void .ctor()">
23042         <size>7</size>
23043       </method>
23044       <method name="System.Int32[] g()">
23045         <size>14</size>
23046       </method>
23047       <method name="Int32 Main()">
23048         <size>18</size>
23049       </method>
23050     </type>
23051   </test>
23052   <test name="test-113.cs">
23053     <type name="X">
23054       <method name="Void .ctor()">
23055         <size>7</size>
23056       </method>
23057       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
23058         <size>4</size>
23059       </method>
23060       <method name="Void GetProperty(System.String, System.String ByRef)">
23061         <size>21</size>
23062       </method>
23063       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
23064         <size>4</size>
23065       </method>
23066       <method name="Void GetProperty(System.String, Boolean ByRef)">
23067         <size>21</size>
23068       </method>
23069       <method name="Int32 Main()">
23070         <size>2</size>
23071       </method>
23072     </type>
23073   </test>
23074   <test name="test-114.cs">
23075     <type name="MyClass">
23076       <method name="Void .ctor()">
23077         <size>7</size>
23078       </method>
23079       <method name="Int32 Main()">
23080         <size>15</size>
23081       </method>
23082     </type>
23083     <type name="MyClass+IsAnything">
23084       <method name="Void .ctor(Object, IntPtr)">
23085         <size>0</size>
23086       </method>
23087       <method name="Boolean Invoke(Char)">
23088         <size>0</size>
23089       </method>
23090       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
23091         <size>0</size>
23092       </method>
23093       <method name="Boolean EndInvoke(IAsyncResult)">
23094         <size>0</size>
23095       </method>
23096     </type>
23097   </test>
23098   <test name="test-115.cs">
23099     <type name="A">
23100       <method name="Void .ctor()">
23101         <size>7</size>
23102       </method>
23103       <method name="X op_Explicit(A)">
23104         <size>8</size>
23105       </method>
23106     </type>
23107     <type name="X">
23108       <method name="Void .ctor()">
23109         <size>7</size>
23110       </method>
23111     </type>
23112     <type name="Y">
23113       <method name="Void .ctor()">
23114         <size>7</size>
23115       </method>
23116     </type>
23117     <type name="blah">
23118       <method name="Void .ctor()">
23119         <size>7</size>
23120       </method>
23121       <method name="Int32 Main()">
23122         <size>47</size>
23123       </method>
23124     </type>
23125   </test>
23126   <test name="test-116.cs">
23127     <type name="X">
23128       <method name="Void .ctor()">
23129         <size>7</size>
23130       </method>
23131       <method name="Int32 Main()">
23132         <size>12</size>
23133       </method>
23134     </type>
23135   </test>
23136   <test name="test-117.cs">
23137     <type name="Blah">
23138       <method name="Void .ctor()">
23139         <size>18</size>
23140       </method>
23141       <method name="Int32 Main()">
23142         <size>25</size>
23143       </method>
23144     </type>
23145   </test>
23146   <test name="test-118.cs">
23147     <type name="Container">
23148       <method name="Void .ctor()">
23149         <size>7</size>
23150       </method>
23151       <method name="Int32 Main(System.String[])">
23152         <size>2</size>
23153       </method>
23154     </type>
23155   </test>
23156   <test name="test-119.cs">
23157     <type name="Value">
23158       <method name="Void .ctor()">
23159         <size>7</size>
23160       </method>
23161       <method name="Int32 op_Explicit(Value)">
23162         <size>2</size>
23163       </method>
23164       <method name="MyObject op_Explicit(Value)">
23165         <size>7</size>
23166       </method>
23167       <method name="UInt32 op_Explicit(Value)">
23168         <size>2</size>
23169       </method>
23170     </type>
23171     <type name="MyObject">
23172       <method name="Void .ctor(Int32)">
23173         <size>7</size>
23174       </method>
23175     </type>
23176     <type name="Derived">
23177       <method name="Void .ctor(Int32)">
23178         <size>8</size>
23179       </method>
23180       <method name="Derived Blah()">
23181         <size>18</size>
23182       </method>
23183     </type>
23184     <type name="Test">
23185       <method name="Void .ctor()">
23186         <size>7</size>
23187       </method>
23188       <method name="Int32 Main()">
23189         <size>33</size>
23190       </method>
23191     </type>
23192   </test>
23193   <test name="test-12.cs">
23194     <type name="X">
23195       <method name="Void .ctor()">
23196         <size>7</size>
23197       </method>
23198       <method name="Int32 Main(System.String[])">
23199         <size>270</size>
23200       </method>
23201       <method name="System.String s(System.String, Int32)">
23202         <size>13</size>
23203       </method>
23204       <method name="System.String x(System.String, System.Object)">
23205         <size>8</size>
23206       </method>
23207     </type>
23208   </test>
23209   <test name="test-120.cs">
23210     <type name="test">
23211       <method name="Void .ctor()">
23212         <size>7</size>
23213       </method>
23214       <method name="Int32 Main()">
23215         <size>140</size>
23216       </method>
23217     </type>
23218   </test>
23219   <test name="test-121.cs">
23220     <type name="X">
23221       <method name="Void .ctor()">
23222         <size>7</size>
23223       </method>
23224       <method name="Int32 g()">
23225         <size>14</size>
23226       </method>
23227       <method name="Int32 Main()">
23228         <size>81</size>
23229       </method>
23230     </type>
23231   </test>
23232   <test name="test-122.cs">
23233     <type name="A">
23234       <method name="Void .ctor()">
23235         <size>7</size>
23236       </method>
23237       <method name="Void .cctor()">
23238         <size>1</size>
23239       </method>
23240       <method name="Int32 Main()">
23241         <size>2</size>
23242       </method>
23243     </type>
23244     <type name="A+B">
23245       <method name="Void .ctor()">
23246         <size>7</size>
23247       </method>
23248       <method name="Void Foo()">
23249         <size>13</size>
23250       </method>
23251     </type>
23252   </test>
23253   <test name="test-123.cs">
23254     <type name="X">
23255       <method name="Void .ctor()">
23256         <size>7</size>
23257       </method>
23258       <method name="System.Object get_non_null()">
23259         <size>6</size>
23260       </method>
23261       <method name="System.Object get_null()">
23262         <size>2</size>
23263       </method>
23264       <method name="Int32 Main()">
23265         <size>95</size>
23266       </method>
23267     </type>
23268   </test>
23269   <test name="test-124.cs">
23270     <type name="t">
23271       <method name="Void .ctor()">
23272         <size>7</size>
23273       </method>
23274       <method name="Void a()">
23275         <size>16</size>
23276       </method>
23277       <method name="Void b()">
23278         <size>16</size>
23279       </method>
23280       <method name="Void c()">
23281         <size>24</size>
23282       </method>
23283       <method name="Void d()">
23284         <size>28</size>
23285       </method>
23286       <method name="Void Main()">
23287         <size>1</size>
23288       </method>
23289     </type>
23290   </test>
23291   <test name="test-125.cs">
23292     <type name="Fraction">
23293       <method name="Void .ctor(Int32, Int32)">
23294         <size>31</size>
23295       </method>
23296       <method name="Void .ctor(Int32)">
23297         <size>31</size>
23298       </method>
23299       <method name="Boolean Equals(System.Object)">
23300         <size>36</size>
23301       </method>
23302       <method name="System.String ToString()">
23303         <size>35</size>
23304       </method>
23305       <method name="Fraction op_Implicit(Int32)">
23306         <size>17</size>
23307       </method>
23308       <method name="Int32 op_Explicit(Fraction)">
23309         <size>24</size>
23310       </method>
23311       <method name="Boolean op_Equality(Fraction, Fraction)">
23312         <size>48</size>
23313       </method>
23314       <method name="Boolean op_Inequality(Fraction, Fraction)">
23315         <size>21</size>
23316       </method>
23317       <method name="Fraction op_Addition(Fraction, Fraction)">
23318         <size>102</size>
23319       </method>
23320     </type>
23321     <type name="Tester">
23322       <method name="Void .ctor()">
23323         <size>7</size>
23324       </method>
23325       <method name="Int32 Main()">
23326         <size>148</size>
23327       </method>
23328     </type>
23329   </test>
23330   <test name="test-126.cs">
23331     <type name="X">
23332       <method name="Void .ctor()">
23333         <size>7</size>
23334       </method>
23335       <method name="Void Iface.Method()">
23336         <size>1</size>
23337       </method>
23338       <method name="Int32 Main()">
23339         <size>33</size>
23340       </method>
23341     </type>
23342   </test>
23343   <test name="test-127.cs">
23344     <type name="X">
23345       <method name="Void .ctor()">
23346         <size>7</size>
23347       </method>
23348       <method name="Int32 Main()">
23349         <size>32</size>
23350       </method>
23351     </type>
23352   </test>
23353   <test name="test-128.cs">
23354     <type name="SimpleAttribute">
23355       <method name="Void .ctor(String)">
23356         <size>14</size>
23357       </method>
23358     </type>
23359     <type name="MineAttribute">
23360       <method name="Void .ctor(Type[])">
23361         <size>14</size>
23362       </method>
23363     </type>
23364     <type name="Foo">
23365       <method name="Void .ctor()">
23366         <size>7</size>
23367       </method>
23368       <method name="Int32 MM()">
23369         <size>153</size>
23370       </method>
23371     </type>
23372     <type name="Blah">
23373       <method name="Void .ctor()">
23374         <size>7</size>
23375       </method>
23376       <method name="Int32 get_Value()">
23377         <size>7</size>
23378       </method>
23379       <method name="Void set_Value(Int32)">
23380         <size>8</size>
23381       </method>
23382       <method name="Int32 Another()">
23383         <size>2</size>
23384       </method>
23385       <method name="Int32 Main()">
23386         <size>6</size>
23387       </method>
23388     </type>
23389   </test>
23390   <test name="test-129.cs">
23391     <type name="X">
23392       <method name="Void .ctor()">
23393         <size>7</size>
23394       </method>
23395       <method name="Int32 Main()">
23396         <size>27</size>
23397       </method>
23398     </type>
23399   </test>
23400   <test name="test-13.cs">
23401     <type name="Foo">
23402       <method name="Void .ctor()">
23403         <size>7</size>
23404       </method>
23405       <method name="Boolean MyMethod()">
23406         <size>12</size>
23407       </method>
23408     </type>
23409     <type name="Blah">
23410       <method name="Void .ctor()">
23411         <size>7</size>
23412       </method>
23413       <method name="Int32 Main()">
23414         <size>23</size>
23415       </method>
23416     </type>
23417   </test>
23418   <test name="test-130.cs">
23419     <type name="X">
23420       <method name="Void .ctor()">
23421         <size>20</size>
23422       </method>
23423       <method name="Int32 Main()">
23424         <size>2</size>
23425       </method>
23426     </type>
23427   </test>
23428   <test name="test-131.cs">
23429     <type name="SimpleAttribute">
23430       <method name="Void .ctor(String)">
23431         <size>14</size>
23432       </method>
23433     </type>
23434     <type name="Blah">
23435       <method name="Void .ctor()">
23436         <size>7</size>
23437       </method>
23438       <method name="Int32 Main()">
23439         <size>2</size>
23440       </method>
23441     </type>
23442   </test>
23443   <test name="test-132.cs">
23444     <type name="T">
23445       <method name="Void .ctor()">
23446         <size>7</size>
23447       </method>
23448       <method name="Int32 Main()">
23449         <size>51</size>
23450       </method>
23451     </type>
23452   </test>
23453   <test name="test-133.cs">
23454     <type name="T">
23455       <method name="Void .ctor()">
23456         <size>7</size>
23457       </method>
23458       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
23459         <size>21</size>
23460       </method>
23461       <method name="Void get_struct(S ByRef)">
23462         <size>24</size>
23463       </method>
23464       <method name="Int32 Main()">
23465         <size>75</size>
23466       </method>
23467     </type>
23468   </test>
23469   <test name="test-134.cs">
23470     <type name="AA">
23471       <method name="Void .ctor()">
23472         <size>7</size>
23473       </method>
23474       <method name="Void A()">
23475         <size>8</size>
23476       </method>
23477       <method name="Void B()">
23478         <size>8</size>
23479       </method>
23480       <method name="Void C()">
23481         <size>8</size>
23482       </method>
23483       <method name="Boolean get_OK()">
23484         <size>32</size>
23485       </method>
23486     </type>
23487     <type name="BB">
23488       <method name="Void .ctor()">
23489         <size>7</size>
23490       </method>
23491       <method name="Void A()">
23492         <size>18</size>
23493       </method>
23494       <method name="Void B()">
23495         <size>8</size>
23496       </method>
23497       <method name="Void C()">
23498         <size>8</size>
23499       </method>
23500       <method name="Boolean get_OK()">
23501         <size>32</size>
23502       </method>
23503     </type>
23504     <type name="T">
23505       <method name="Void .ctor()">
23506         <size>7</size>
23507       </method>
23508       <method name="Void A()">
23509         <size>1</size>
23510       </method>
23511       <method name="Void B()">
23512         <size>1</size>
23513       </method>
23514       <method name="Int32 Main()">
23515         <size>76</size>
23516       </method>
23517     </type>
23518   </test>
23519   <test name="test-135.cs">
23520     <type name="A">
23521       <method name="Void .ctor()">
23522         <size>7</size>
23523       </method>
23524       <method name="Void doh()">
23525         <size>1</size>
23526       </method>
23527     </type>
23528     <type name="T">
23529       <method name="Void .ctor()">
23530         <size>7</size>
23531       </method>
23532       <method name="A get_Prop()">
23533         <size>6</size>
23534       </method>
23535       <method name="Int32 Main()">
23536         <size>37</size>
23537       </method>
23538       <method name="IA IB.get_Prop()">
23539         <size>6</size>
23540       </method>
23541     </type>
23542   </test>
23543   <test name="test-136.cs">
23544     <type name="MyCar">
23545       <method name="Void .ctor()">
23546         <size>7</size>
23547       </method>
23548       <method name="Void IDiagnostic.Stop()">
23549         <size>8</size>
23550       </method>
23551       <method name="Void IAutomobile.Stop()">
23552         <size>8</size>
23553       </method>
23554       <method name="Void Stop()">
23555         <size>16</size>
23556       </method>
23557     </type>
23558     <type name="TestConflict">
23559       <method name="Void .ctor()">
23560         <size>7</size>
23561       </method>
23562       <method name="Int32 Main()">
23563         <size>74</size>
23564       </method>
23565     </type>
23566   </test>
23567   <test name="test-137.cs">
23568     <type name="C">
23569       <method name="Void .ctor()">
23570         <size>7</size>
23571       </method>
23572       <method name="Void X()">
23573         <size>15</size>
23574       </method>
23575       <method name="Int32 Main()">
23576         <size>95</size>
23577       </method>
23578     </type>
23579   </test>
23580   <test name="test-138.cs">
23581     <type name="T">
23582       <method name="Void .ctor()">
23583         <size>7</size>
23584       </method>
23585       <method name="Int32 Main()">
23586         <size>14</size>
23587       </method>
23588     </type>
23589   </test>
23590   <test name="test-139.cs">
23591     <type name="T">
23592       <method name="Void one()">
23593         <size>13</size>
23594       </method>
23595       <method name="Void two(T)">
23596         <size>8</size>
23597       </method>
23598       <method name="Void three(T ByRef)">
23599         <size>13</size>
23600       </method>
23601       <method name="Int32 GetHashCode()">
23602         <size>12</size>
23603       </method>
23604       <method name="Int32 Main()">
23605         <size>29</size>
23606       </method>
23607     </type>
23608   </test>
23609   <test name="test-14.cs">
23610     <type name="Obj.A">
23611       <method name="Void .ctor()">
23612         <size>7</size>
23613       </method>
23614       <method name="Int32 F()">
23615         <size>2</size>
23616       </method>
23617       <method name="Int32 G()">
23618         <size>2</size>
23619       </method>
23620       <method name="Int32 H()">
23621         <size>3</size>
23622       </method>
23623     </type>
23624     <type name="Obj.B">
23625       <method name="Void .ctor()">
23626         <size>7</size>
23627       </method>
23628       <method name="Int32 F()">
23629         <size>2</size>
23630       </method>
23631       <method name="Int32 G()">
23632         <size>2</size>
23633       </method>
23634       <method name="Int32 H()">
23635         <size>3</size>
23636       </method>
23637     </type>
23638     <type name="Obj.Test">
23639       <method name="Void .ctor()">
23640         <size>7</size>
23641       </method>
23642       <method name="Int32 Main()">
23643         <size>182</size>
23644       </method>
23645     </type>
23646   </test>
23647   <test name="test-140.cs">
23648     <type name="BreakTest">
23649       <method name="Void .ctor()">
23650         <size>7</size>
23651       </method>
23652       <method name="Void .cctor()">
23653         <size>1</size>
23654       </method>
23655       <method name="Void B()">
23656         <size>47</size>
23657       </method>
23658       <method name="Int32 Main()">
23659         <size>20</size>
23660       </method>
23661     </type>
23662   </test>
23663   <test name="test-141.cs">
23664     <type name="X">
23665       <method name="Void .ctor()">
23666         <size>7</size>
23667       </method>
23668       <method name="Int32 Main()">
23669         <size>38</size>
23670       </method>
23671       <method name="Boolean Test1()">
23672         <size>41</size>
23673       </method>
23674       <method name="Boolean Test2()">
23675         <size>42</size>
23676       </method>
23677       <method name="Boolean Test3()">
23678         <size>37</size>
23679       </method>
23680     </type>
23681   </test>
23682   <test name="test-142.cs">
23683     <type name="TestClass">
23684       <method name="Void .ctor(EventHandler)">
23685         <size>14</size>
23686       </method>
23687       <method name="Int32 Main()">
23688         <size>2</size>
23689       </method>
23690     </type>
23691     <type name="TestBaseClass">
23692       <method name="Void .ctor()">
23693         <size>7</size>
23694       </method>
23695       <method name="Void add_Blah(System.EventHandler)">
23696         <size>24</size>
23697       </method>
23698       <method name="Void remove_Blah(System.EventHandler)">
23699         <size>24</size>
23700       </method>
23701     </type>
23702   </test>
23703   <test name="test-143.cs">
23704     <type name="MonoEnumInfo">
23705       <method name="Void stuff()">
23706         <size>8</size>
23707       </method>
23708       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
23709         <size>20</size>
23710       </method>
23711       <method name="Int32 Main()">
23712         <size>32</size>
23713       </method>
23714     </type>
23715   </test>
23716   <test name="test-144.cs">
23717     <type name="Test">
23718       <method name="Void .ctor()">
23719         <size>7</size>
23720       </method>
23721       <method name="Void Main()">
23722         <size>1</size>
23723       </method>
23724     </type>
23725   </test>
23726   <test name="test-145.cs">
23727     <type name="JagArrayTest">
23728       <method name="Void .ctor()">
23729         <size>7</size>
23730       </method>
23731       <method name="Void .cctor()">
23732         <size>25</size>
23733       </method>
23734       <method name="Void Main()">
23735         <size>15</size>
23736       </method>
23737     </type>
23738   </test>
23739   <test name="test-146.cs">
23740     <type name="Test">
23741       <method name="Void .ctor()">
23742         <size>7</size>
23743       </method>
23744       <method name="Int32 Main()">
23745         <size>335</size>
23746       </method>
23747     </type>
23748   </test>
23749   <test name="test-147.cs">
23750     <type name="X">
23751       <method name="Void .ctor()">
23752         <size>15</size>
23753       </method>
23754       <method name="Void .cctor()">
23755         <size>8</size>
23756       </method>
23757       <method name="X Foo()">
23758         <size>6</size>
23759       </method>
23760       <method name="X Bar()">
23761         <size>6</size>
23762       </method>
23763       <method name="X Baz()">
23764         <size>6</size>
23765       </method>
23766       <method name="UInt32 get_Property()">
23767         <size>2</size>
23768       </method>
23769       <method name="UInt32 get_StaticProperty()">
23770         <size>3</size>
23771       </method>
23772       <method name="Int32 get_Item(Int32)">
23773         <size>2</size>
23774       </method>
23775     </type>
23776     <type name="Y">
23777       <method name="Void .ctor()">
23778         <size>15</size>
23779       </method>
23780       <method name="Void .cctor()">
23781         <size>9</size>
23782       </method>
23783       <method name="Y Foo()">
23784         <size>6</size>
23785       </method>
23786       <method name="Y Bar()">
23787         <size>6</size>
23788       </method>
23789       <method name="Y Baz()">
23790         <size>6</size>
23791       </method>
23792       <method name="UInt32 get_Property()">
23793         <size>2</size>
23794       </method>
23795       <method name="UInt32 get_StaticProperty()">
23796         <size>3</size>
23797       </method>
23798       <method name="Int32 get_Item(Int32)">
23799         <size>2</size>
23800       </method>
23801     </type>
23802     <type name="Z">
23803       <method name="Void .ctor()">
23804         <size>7</size>
23805       </method>
23806       <method name="Int32 Test()">
23807         <size>94</size>
23808       </method>
23809     </type>
23810     <type name="Test">
23811       <method name="Void .ctor()">
23812         <size>7</size>
23813       </method>
23814       <method name="Int32 Main()">
23815         <size>252</size>
23816       </method>
23817     </type>
23818   </test>
23819   <test name="test-148.cs">
23820     <type name="Y">
23821       <method name="Void .ctor()">
23822         <size>7</size>
23823       </method>
23824       <method name="Int32 get_Bar(Int32)">
23825         <size>2</size>
23826       </method>
23827       <method name="Int64 get_Bar(Double)">
23828         <size>3</size>
23829       </method>
23830     </type>
23831     <type name="Z">
23832       <method name="Void .ctor()">
23833         <size>7</size>
23834       </method>
23835       <method name="Int64 get_Whatever(Double)">
23836         <size>3</size>
23837       </method>
23838       <method name="Single get_Whatever(Int64, Int32)">
23839         <size>6</size>
23840       </method>
23841       <method name="Int32 InstanceTest()">
23842         <size>54</size>
23843       </method>
23844       <method name="Int32 Test()">
23845         <size>356</size>
23846       </method>
23847       <method name="Int32 Main()">
23848         <size>94</size>
23849       </method>
23850     </type>
23851     <type name="Z+MyArray">
23852       <method name="Void .ctor()">
23853         <size>7</size>
23854       </method>
23855       <method name="System.Object get_Item(Int32)">
23856         <size>8</size>
23857       </method>
23858       <method name="Void set_Item(Int32, System.Object)">
23859         <size>9</size>
23860       </method>
23861     </type>
23862     <type name="A">
23863       <method name="Void .ctor()">
23864         <size>7</size>
23865       </method>
23866       <method name="Int32 get_Monkey(Int32)">
23867         <size>4</size>
23868       </method>
23869     </type>
23870     <type name="B">
23871       <method name="Void .ctor()">
23872         <size>7</size>
23873       </method>
23874       <method name="Int64 get_Item(Int64, Int32)">
23875         <size>5</size>
23876       </method>
23877     </type>
23878     <type name="C">
23879       <method name="Void .ctor()">
23880         <size>7</size>
23881       </method>
23882       <method name="Int32 get_Item(Int32)">
23883         <size>4</size>
23884       </method>
23885     </type>
23886     <type name="D">
23887       <method name="Void .ctor()">
23888         <size>7</size>
23889       </method>
23890       <method name="Int64 get_Item(Int64, Int32)">
23891         <size>5</size>
23892       </method>
23893     </type>
23894     <type name="E">
23895       <method name="Void .ctor()">
23896         <size>7</size>
23897       </method>
23898       <method name="System.String get_g()">
23899         <size>6</size>
23900       </method>
23901       <method name="Void set_g(System.String)">
23902         <size>1</size>
23903       </method>
23904     </type>
23905     <type name="F">
23906       <method name="Void .ctor()">
23907         <size>7</size>
23908       </method>
23909       <method name="System.String get_g()">
23910         <size>6</size>
23911       </method>
23912     </type>
23913     <type name="DisposableNotifyList">
23914       <method name="Void .ctor()">
23915         <size>7</size>
23916       </method>
23917     </type>
23918     <type name="ChildList">
23919       <method name="Void .ctor()">
23920         <size>7</size>
23921       </method>
23922       <method name="Void Test()">
23923         <size>14</size>
23924       </method>
23925     </type>
23926     <type name="Y">
23927       <method name="Int32 X.get_Foo(Int32)">
23928         <size>2</size>
23929       </method>
23930     </type>
23931   </test>
23932   <test name="test-149.cs">
23933     <type name="Y">
23934       <method name="Void .ctor()">
23935         <size>7</size>
23936       </method>
23937       <method name="Void .cctor()">
23938         <size>1</size>
23939       </method>
23940       <method name="Void add_Foo(System.EventHandler)">
23941         <size>24</size>
23942       </method>
23943       <method name="Void remove_Foo(System.EventHandler)">
23944         <size>24</size>
23945       </method>
23946       <method name="Void add_TestEvent(MyDelegate)">
23947         <size>24</size>
23948       </method>
23949       <method name="Void remove_TestEvent(MyDelegate)">
23950         <size>24</size>
23951       </method>
23952       <method name="Int32 Test()">
23953         <size>166</size>
23954       </method>
23955       <method name="Void callback1(System.Object, System.EventArgs)">
23956         <size>7</size>
23957       </method>
23958       <method name="Int64 callback2(Int32)">
23959         <size>19</size>
23960       </method>
23961       <method name="Void callback3(System.Object, System.EventArgs)">
23962         <size>7</size>
23963       </method>
23964     </type>
23965     <type name="Z">
23966       <method name="Void .ctor()">
23967         <size>7</size>
23968       </method>
23969       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
23970         <size>22</size>
23971       </method>
23972       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
23973         <size>22</size>
23974       </method>
23975       <method name="Int32 a()">
23976         <size>2</size>
23977       </method>
23978       <method name="Int32 Main()">
23979         <size>80</size>
23980       </method>
23981     </type>
23982     <type name="Static">
23983       <method name="Void .ctor()">
23984         <size>7</size>
23985       </method>
23986       <method name="Void add_Test(System.EventHandler)">
23987         <size>22</size>
23988       </method>
23989       <method name="Void remove_Test(System.EventHandler)">
23990         <size>22</size>
23991       </method>
23992       <method name="Void Fire()">
23993         <size>23</size>
23994       </method>
23995     </type>
23996     <type name="Z+SomeEventHandler">
23997       <method name="Void .ctor(Object, IntPtr)">
23998         <size>0</size>
23999       </method>
24000       <method name="Int32 Invoke()">
24001         <size>0</size>
24002       </method>
24003       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24004         <size>0</size>
24005       </method>
24006       <method name="Int32 EndInvoke(IAsyncResult)">
24007         <size>0</size>
24008       </method>
24009     </type>
24010     <type name="MyDelegate">
24011       <method name="Void .ctor(Object, IntPtr)">
24012         <size>0</size>
24013       </method>
24014       <method name="Int64 Invoke(Int32)">
24015         <size>0</size>
24016       </method>
24017       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24018         <size>0</size>
24019       </method>
24020       <method name="Int64 EndInvoke(IAsyncResult)">
24021         <size>0</size>
24022       </method>
24023     </type>
24024     <type name="Y">
24025       <method name="Void X.add_Foo(System.EventHandler)">
24026         <size>1</size>
24027       </method>
24028       <method name="Void X.remove_Foo(System.EventHandler)">
24029         <size>1</size>
24030       </method>
24031     </type>
24032   </test>
24033   <test name="test-15.cs">
24034     <type name="Implementor">
24035       <method name="Void .ctor()">
24036         <size>7</size>
24037       </method>
24038       <method name="Int32 A()">
24039         <size>2</size>
24040       </method>
24041     </type>
24042     <type name="Run">
24043       <method name="Void .ctor()">
24044         <size>7</size>
24045       </method>
24046       <method name="Int32 Main()">
24047         <size>53</size>
24048       </method>
24049     </type>
24050     <type name="StructImplementor">
24051       <method name="Int32 A()">
24052         <size>2</size>
24053       </method>
24054     </type>
24055   </test>
24056   <test name="test-150.cs">
24057     <type name="T">
24058       <method name="Void .ctor()">
24059         <size>18</size>
24060       </method>
24061       <method name="Int32 Main()">
24062         <size>2</size>
24063       </method>
24064     </type>
24065   </test>
24066   <test name="test-151.cs">
24067     <type name="A.Iface">
24068       <method name="Void .ctor()">
24069         <size>7</size>
24070       </method>
24071       <method name="Void bah()">
24072         <size>1</size>
24073       </method>
24074     </type>
24075     <type name="A.my">
24076       <method name="Void .ctor()">
24077         <size>7</size>
24078       </method>
24079       <method name="Void doit(System.Object)">
24080         <size>13</size>
24081       </method>
24082       <method name="Int32 Main()">
24083         <size>2</size>
24084       </method>
24085     </type>
24086   </test>
24087   <test name="test-152.cs">
24088     <type name="X">
24089       <method name="Void .ctor()">
24090         <size>7</size>
24091       </method>
24092       <method name="Int32 Main()">
24093         <size>99</size>
24094       </method>
24095     </type>
24096   </test>
24097   <test name="test-153.cs">
24098     <type name="Z">
24099       <method name="Void .ctor()">
24100         <size>7</size>
24101       </method>
24102       <method name="Void Test2(System.String, System.Object[])">
24103         <size>1</size>
24104       </method>
24105       <method name="Void Test(System.String, System.Object[])">
24106         <size>8</size>
24107       </method>
24108       <method name="Int32 Main()">
24109         <size>86</size>
24110       </method>
24111     </type>
24112   </test>
24113   <test name="test-154.cs">
24114     <type name="X">
24115       <method name="Void .ctor()">
24116         <size>7</size>
24117       </method>
24118       <method name="Int32 Main()">
24119         <size>2</size>
24120       </method>
24121       <method name="Void test1(Single ByRef)">
24122         <size>6</size>
24123       </method>
24124       <method name="Void test2(Int32, Single ByRef)">
24125         <size>38</size>
24126       </method>
24127       <method name="Void test3(System.Int64[], Int32)">
24128         <size>21</size>
24129       </method>
24130       <method name="Int32 test4(Int32, Single ByRef)">
24131         <size>33</size>
24132       </method>
24133       <method name="Int32 test5(Single ByRef, Int64)">
24134         <size>75</size>
24135       </method>
24136       <method name="Int32 test6(Single ByRef)">
24137         <size>10</size>
24138       </method>
24139       <method name="Int64 test7(System.Int32[], Int32)">
24140         <size>64</size>
24141       </method>
24142       <method name="Int64 test8(Int32)">
24143         <size>34</size>
24144       </method>
24145       <method name="Int64 test9(Int32)">
24146         <size>28</size>
24147       </method>
24148       <method name="Void test10(Int32, Single ByRef)">
24149         <size>23</size>
24150       </method>
24151       <method name="Int64 test11(Int32)">
24152         <size>44</size>
24153       </method>
24154       <method name="Void test12(Single ByRef)">
24155         <size>25</size>
24156       </method>
24157       <method name="Void test13(Int32, Single ByRef)">
24158         <size>23</size>
24159       </method>
24160       <method name="Int64 test14(Int32, Single ByRef)">
24161         <size>66</size>
24162       </method>
24163       <method name="Int32 test15(Int32, Single ByRef)">
24164         <size>33</size>
24165       </method>
24166       <method name="Void test16()">
24167         <size>54</size>
24168       </method>
24169       <method name="Void test17()">
24170         <size>62</size>
24171       </method>
24172       <method name="Void test18(Int32, Int32 ByRef)">
24173         <size>35</size>
24174       </method>
24175       <method name="Int32 test19()">
24176         <size>49</size>
24177       </method>
24178       <method name="Int32 test20()">
24179         <size>22</size>
24180       </method>
24181       <method name="Int32 test21()">
24182         <size>28</size>
24183       </method>
24184       <method name="Int32 test22()">
24185         <size>27</size>
24186       </method>
24187       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
24188         <size>29</size>
24189       </method>
24190       <method name="Int64 test24(Int32)">
24191         <size>67</size>
24192       </method>
24193       <method name="Int64 test25(Int32)">
24194         <size>44</size>
24195       </method>
24196       <method name="Void test26()">
24197         <size>22</size>
24198       </method>
24199       <method name="Int32 test27()">
24200         <size>12</size>
24201       </method>
24202       <method name="Void test28(System.Object ByRef)">
24203         <size>23</size>
24204       </method>
24205       <method name="Boolean test29(Int32 ByRef)">
24206         <size>33</size>
24207       </method>
24208       <method name="System.String test30(System.String ByRef)">
24209         <size>36</size>
24210       </method>
24211       <method name="System.String test31(Int32)">
24212         <size>78</size>
24213       </method>
24214       <method name="Void test32()">
24215         <size>11</size>
24216       </method>
24217       <method name="Int32 test33()">
24218         <size>4</size>
24219       </method>
24220       <method name="Void test34()">
24221         <size>20</size>
24222       </method>
24223       <method name="Void test35(Int32, Boolean)">
24224         <size>28</size>
24225       </method>
24226       <method name="Void test36()">
24227         <size>41</size>
24228       </method>
24229       <method name="Void test37()">
24230         <size>42</size>
24231       </method>
24232       <method name="Int32 test38()">
24233         <size>2</size>
24234       </method>
24235       <method name="Int32 test40(Int32)">
24236         <size>18</size>
24237       </method>
24238     </type>
24239   </test>
24240   <test name="test-155.cs">
24241     <type name="Test">
24242       <method name="Void .ctor()">
24243         <size>7</size>
24244       </method>
24245       <method name="Int32 Main()">
24246         <size>44</size>
24247       </method>
24248     </type>
24249     <type name="Test+TestClass">
24250       <method name="Void .ctor()">
24251         <size>7</size>
24252       </method>
24253       <method name="System.String test(System.String)">
24254         <size>22</size>
24255       </method>
24256     </type>
24257   </test>
24258   <test name="test-156.cs">
24259     <type name="Internal">
24260       <method name="Void .ctor()">
24261         <size>7</size>
24262       </method>
24263     </type>
24264     <type name="Public">
24265       <method name="Void .ctor()">
24266         <size>7</size>
24267       </method>
24268     </type>
24269     <type name="X">
24270       <method name="Void .ctor()">
24271         <size>7</size>
24272       </method>
24273       <method name="Void Main()">
24274         <size>1</size>
24275       </method>
24276     </type>
24277     <type name="X+NestedPublic">
24278       <method name="Void .ctor()">
24279         <size>7</size>
24280       </method>
24281     </type>
24282     <type name="X+NestedAssembly">
24283       <method name="Void .ctor()">
24284         <size>7</size>
24285       </method>
24286     </type>
24287     <type name="X+NestedFamilyAndAssembly">
24288       <method name="Void .ctor()">
24289         <size>7</size>
24290       </method>
24291     </type>
24292     <type name="X+NestedFamily">
24293       <method name="Void .ctor()">
24294         <size>7</size>
24295       </method>
24296     </type>
24297     <type name="X+NestedPrivate">
24298       <method name="Void .ctor()">
24299         <size>7</size>
24300       </method>
24301     </type>
24302     <type name="A">
24303       <method name="Void .ctor()">
24304         <size>7</size>
24305       </method>
24306     </type>
24307     <type name="B">
24308       <method name="Void .ctor()">
24309         <size>7</size>
24310       </method>
24311     </type>
24312     <type name="C">
24313       <method name="Void .ctor()">
24314         <size>7</size>
24315       </method>
24316     </type>
24317     <type name="D">
24318       <method name="Void .ctor()">
24319         <size>7</size>
24320       </method>
24321     </type>
24322     <type name="E">
24323       <method name="Void .ctor()">
24324         <size>7</size>
24325       </method>
24326     </type>
24327     <type name="F">
24328       <method name="Void .ctor()">
24329         <size>7</size>
24330       </method>
24331     </type>
24332     <type name="Y">
24333       <method name="Void .ctor()">
24334         <size>7</size>
24335       </method>
24336       <method name="Void Test(YI)">
24337         <size>1</size>
24338       </method>
24339     </type>
24340     <type name="Y+YA">
24341       <method name="Void .ctor()">
24342         <size>7</size>
24343       </method>
24344     </type>
24345     <type name="Y+YB">
24346       <method name="Void .ctor()">
24347         <size>7</size>
24348       </method>
24349     </type>
24350     <type name="Y+YC">
24351       <method name="Void .ctor()">
24352         <size>7</size>
24353       </method>
24354     </type>
24355     <type name="Y+YD">
24356       <method name="Void .ctor()">
24357         <size>7</size>
24358       </method>
24359     </type>
24360     <type name="Y+YE">
24361       <method name="Void .ctor()">
24362         <size>7</size>
24363       </method>
24364     </type>
24365     <type name="Y+YF">
24366       <method name="Void .ctor()">
24367         <size>7</size>
24368       </method>
24369     </type>
24370     <type name="Y+YG">
24371       <method name="Void .ctor()">
24372         <size>7</size>
24373       </method>
24374     </type>
24375     <type name="Y+YH">
24376       <method name="Void .ctor()">
24377         <size>7</size>
24378       </method>
24379     </type>
24380     <type name="Z">
24381       <method name="Void .ctor()">
24382         <size>7</size>
24383       </method>
24384     </type>
24385     <type name="Z+P">
24386       <method name="Void .ctor()">
24387         <size>7</size>
24388       </method>
24389     </type>
24390     <type name="W">
24391       <method name="Void .ctor()">
24392         <size>7</size>
24393       </method>
24394     </type>
24395     <type name="W+WA">
24396       <method name="Void .ctor()">
24397         <size>7</size>
24398       </method>
24399     </type>
24400     <type name="W+WB">
24401       <method name="Void .ctor()">
24402         <size>7</size>
24403       </method>
24404     </type>
24405     <type name="W+WC">
24406       <method name="Void .ctor()">
24407         <size>7</size>
24408       </method>
24409     </type>
24410     <type name="W+WD">
24411       <method name="Void .ctor()">
24412         <size>7</size>
24413       </method>
24414     </type>
24415     <type name="W+WE">
24416       <method name="Void .ctor()">
24417         <size>7</size>
24418       </method>
24419     </type>
24420     <type name="W+WCA">
24421       <method name="Void .ctor()">
24422         <size>7</size>
24423       </method>
24424     </type>
24425     <type name="W+WCB">
24426       <method name="Void .ctor()">
24427         <size>7</size>
24428       </method>
24429     </type>
24430     <type name="W+WCB+WCD">
24431       <method name="Void .ctor()">
24432         <size>7</size>
24433       </method>
24434     </type>
24435     <type name="W+WCB+WCD+WCE">
24436       <method name="Void .ctor()">
24437         <size>7</size>
24438       </method>
24439     </type>
24440     <type name="G">
24441       <method name="Void .ctor()">
24442         <size>7</size>
24443       </method>
24444       <method name="Void Test(X)">
24445         <size>1</size>
24446       </method>
24447     </type>
24448     <type name="G+I">
24449       <method name="Void .ctor()">
24450         <size>7</size>
24451       </method>
24452     </type>
24453     <type name="G+I+J">
24454       <method name="Void .ctor()">
24455         <size>7</size>
24456       </method>
24457       <method name="Void Test(Foo)">
24458         <size>1</size>
24459       </method>
24460     </type>
24461     <type name="H">
24462       <method name="Void .ctor()">
24463         <size>7</size>
24464       </method>
24465       <method name="Void Test(System.Int32[])">
24466         <size>1</size>
24467       </method>
24468     </type>
24469     <type name="M">
24470       <method name="Void .ctor()">
24471         <size>7</size>
24472       </method>
24473       <method name="Void Hello(System.String)">
24474         <size>1</size>
24475       </method>
24476     </type>
24477   </test>
24478   <test name="test-157.cs">
24479     <type name="Test.MyAttribute">
24480       <method name="Void .ctor(String)">
24481         <size>20</size>
24482       </method>
24483     </type>
24484     <type name="Test.Test">
24485       <method name="Void .ctor()">
24486         <size>7</size>
24487       </method>
24488       <method name="Int32 Main()">
24489         <size>197</size>
24490       </method>
24491     </type>
24492   </test>
24493   <test name="test-158.cs">
24494     <type name="My">
24495       <method name="Void .ctor(Object)">
24496         <size>14</size>
24497       </method>
24498     </type>
24499     <type name="My+Test">
24500       <method name="Void .ctor()">
24501         <size>7</size>
24502       </method>
24503       <method name="Int32 Main()">
24504         <size>87</size>
24505       </method>
24506     </type>
24507   </test>
24508   <test name="test-159.cs">
24509     <type name="A.Iface">
24510       <method name="Void .ctor()">
24511         <size>7</size>
24512       </method>
24513       <method name="Void bah()">
24514         <size>1</size>
24515       </method>
24516     </type>
24517     <type name="A.my">
24518       <method name="Void .ctor()">
24519         <size>7</size>
24520       </method>
24521       <method name="Void doit(System.Object)">
24522         <size>13</size>
24523       </method>
24524       <method name="Int32 Main()">
24525         <size>2</size>
24526       </method>
24527     </type>
24528   </test>
24529   <test name="test-16.cs">
24530     <type name="Mine.Blah">
24531       <method name="Void .ctor()">
24532         <size>7</size>
24533       </method>
24534       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
24535         <size>12</size>
24536       </method>
24537       <method name="Int32 op_Implicit(Mine.Blah)">
24538         <size>12</size>
24539       </method>
24540       <method name="Byte op_Implicit(Mine.Blah)">
24541         <size>12</size>
24542       </method>
24543       <method name="Int16 op_Implicit(Mine.Blah)">
24544         <size>12</size>
24545       </method>
24546     </type>
24547     <type name="Mine.Foo">
24548       <method name="Void .ctor()">
24549         <size>7</size>
24550       </method>
24551       <method name="Int32 Main()">
24552         <size>118</size>
24553       </method>
24554     </type>
24555   </test>
24556   <test name="test-160.cs">
24557     <type name="B">
24558       <method name="Void .ctor()">
24559         <size>7</size>
24560       </method>
24561     </type>
24562     <type name="S">
24563       <method name="Void .ctor()">
24564         <size>7</size>
24565       </method>
24566     </type>
24567     <type name="T">
24568       <method name="Void .ctor()">
24569         <size>7</size>
24570       </method>
24571       <method name="Int32 blah(System.Object)">
24572         <size>62</size>
24573       </method>
24574       <method name="Int32 Main()">
24575         <size>2</size>
24576       </method>
24577     </type>
24578   </test>
24579   <test name="test-161.cs">
24580     <type name="ZipEntry">
24581       <method name="Void .ctor(String)">
24582         <size>18</size>
24583       </method>
24584       <method name="Void .ctor(ZipEntry)">
24585         <size>18</size>
24586       </method>
24587       <method name="DateTime get_DateTime()">
24588         <size>7</size>
24589       </method>
24590       <method name="Int32 Main()">
24591         <size>2</size>
24592       </method>
24593     </type>
24594   </test>
24595   <test name="test-162.cs">
24596     <type name="X">
24597       <method name="Void .ctor()">
24598         <size>7</size>
24599       </method>
24600       <method name="Void test_output(A)">
24601         <size>1</size>
24602       </method>
24603       <method name="Void test_output(B)">
24604         <size>1</size>
24605       </method>
24606       <method name="Void test_output(E)">
24607         <size>1</size>
24608       </method>
24609       <method name="Void test_output(F)">
24610         <size>1</size>
24611       </method>
24612       <method name="Void test1()">
24613         <size>21</size>
24614       </method>
24615       <method name="Void test2()">
24616         <size>32</size>
24617       </method>
24618       <method name="Void test3()">
24619         <size>21</size>
24620       </method>
24621       <method name="Void test4(A)">
24622         <size>9</size>
24623       </method>
24624       <method name="Void test5(A ByRef)">
24625         <size>9</size>
24626       </method>
24627       <method name="Void test6(B ByRef)">
24628         <size>8</size>
24629       </method>
24630       <method name="Void test7()">
24631         <size>28</size>
24632       </method>
24633       <method name="Void test8()">
24634         <size>50</size>
24635       </method>
24636       <method name="Void test9()">
24637         <size>26</size>
24638       </method>
24639       <method name="Void test10()">
24640         <size>82</size>
24641       </method>
24642       <method name="Int32 Main()">
24643         <size>2</size>
24644       </method>
24645     </type>
24646     <type name="A">
24647       <method name="Void .ctor(Int32)">
24648         <size>27</size>
24649       </method>
24650     </type>
24651     <type name="C">
24652       <method name="Void .ctor(Int64)">
24653         <size>8</size>
24654       </method>
24655       <method name="Void .ctor(String)">
24656         <size>13</size>
24657       </method>
24658     </type>
24659     <type name="E">
24660       <method name="Void .ctor(Int32)">
24661         <size>21</size>
24662       </method>
24663     </type>
24664   </test>
24665   <test name="test-163.cs">
24666     <type name="Blah">
24667       <method name="Void .ctor()">
24668         <size>7</size>
24669       </method>
24670       <method name="Int32 Foo(System.String)">
24671         <size>2</size>
24672       </method>
24673       <method name="Int32 Foo(System.Object)">
24674         <size>2</size>
24675       </method>
24676       <method name="Int32 Main()">
24677         <size>28</size>
24678       </method>
24679     </type>
24680   </test>
24681   <test name="test-164.cs">
24682     <type name="X">
24683       <method name="Void .ctor()">
24684         <size>26</size>
24685       </method>
24686       <method name="Int32 Foo()">
24687         <size>2</size>
24688       </method>
24689     </type>
24690     <type name="Y">
24691       <method name="Void .ctor()">
24692         <size>7</size>
24693       </method>
24694       <method name="Int32 Foo()">
24695         <size>2</size>
24696       </method>
24697       <method name="Int32 Hello()">
24698         <size>12</size>
24699       </method>
24700       <method name="Void Main()">
24701         <size>46</size>
24702       </method>
24703     </type>
24704     <type name="X+FooDelegate">
24705       <method name="Void .ctor(Object, IntPtr)">
24706         <size>0</size>
24707       </method>
24708       <method name="Int32 Invoke()">
24709         <size>0</size>
24710       </method>
24711       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24712         <size>0</size>
24713       </method>
24714       <method name="Int32 EndInvoke(IAsyncResult)">
24715         <size>0</size>
24716       </method>
24717     </type>
24718   </test>
24719   <test name="test-165.cs">
24720     <type name="Testing">
24721       <method name="Void .ctor()">
24722         <size>7</size>
24723       </method>
24724       <method name="Int32 TestEnumInit(Fruit)">
24725         <size>21</size>
24726       </method>
24727       <method name="Int32 Main()">
24728         <size>62</size>
24729       </method>
24730     </type>
24731   </test>
24732   <test name="test-166.cs">
24733     <type name="Test">
24734       <method name="Void .ctor()">
24735         <size>7</size>
24736       </method>
24737       <method name="Int32 get_Item(Int32)">
24738         <size>2</size>
24739       </method>
24740     </type>
24741     <type name="D">
24742       <method name="Void .ctor()">
24743         <size>7</size>
24744       </method>
24745       <method name="Int32 get_TargetIntegerSize()">
24746         <size>2</size>
24747       </method>
24748       <method name="Int32 Hello(IInferior)">
24749         <size>7</size>
24750       </method>
24751       <method name="Int32 Main()">
24752         <size>61</size>
24753       </method>
24754     </type>
24755     <type name="Test">
24756       <method name="Int32 ITest.get_Item(Int32)">
24757         <size>2</size>
24758       </method>
24759     </type>
24760   </test>
24761   <test name="test-167.cs">
24762     <type name="X">
24763       <method name="Void .ctor()">
24764         <size>7</size>
24765       </method>
24766       <method name="Int32 Test(X+Foo[])">
24767         <size>23</size>
24768       </method>
24769       <method name="Int32 Main()">
24770         <size>44</size>
24771       </method>
24772     </type>
24773   </test>
24774   <test name="test-168.cs">
24775     <type name="Test">
24776       <method name="Void .ctor()">
24777         <size>7</size>
24778       </method>
24779       <method name="Int32 Main()">
24780         <size>21</size>
24781       </method>
24782     </type>
24783     <type name="X">
24784       <method name="System.String op_Implicit(X)">
24785         <size>6</size>
24786       </method>
24787     </type>
24788   </test>
24789   <test name="test-169.cs">
24790     <type name="basec">
24791       <method name="Void .ctor()">
24792         <size>7</size>
24793       </method>
24794       <method name="System.String get_Message()">
24795         <size>6</size>
24796       </method>
24797     </type>
24798     <type name="der">
24799       <method name="Void .ctor()">
24800         <size>7</size>
24801       </method>
24802       <method name="System.String get_Message()">
24803         <size>6</size>
24804       </method>
24805     </type>
24806     <type name="Base">
24807       <method name="Void .ctor()">
24808         <size>7</size>
24809       </method>
24810       <method name="Int32 get_Thingy()">
24811         <size>7</size>
24812       </method>
24813       <method name="Void set_Thingy(Int32)">
24814         <size>8</size>
24815       </method>
24816     </type>
24817     <type name="Derived">
24818       <method name="Void .ctor()">
24819         <size>7</size>
24820       </method>
24821       <method name="Int32 get_BaseThingy()">
24822         <size>7</size>
24823       </method>
24824       <method name="Void set_Thingy(Int32)">
24825         <size>1</size>
24826       </method>
24827     </type>
24828     <type name="D">
24829       <method name="Void .ctor()">
24830         <size>7</size>
24831       </method>
24832       <method name="Int32 Main()">
24833         <size>97</size>
24834       </method>
24835     </type>
24836   </test>
24837   <test name="test-17.cs">
24838     <type name="Blah">
24839       <method name="Void .ctor()">
24840         <size>7</size>
24841       </method>
24842       <method name="Int32 Main()">
24843         <size>39</size>
24844       </method>
24845       <method name="Byte op_Implicit(Blah)">
24846         <size>12</size>
24847       </method>
24848       <method name="Int16 op_Implicit(Blah)">
24849         <size>12</size>
24850       </method>
24851       <method name="Int32 op_Implicit(Blah)">
24852         <size>12</size>
24853       </method>
24854     </type>
24855   </test>
24856   <test name="test-170.cs">
24857     <type name="X">
24858       <method name="Void .ctor()">
24859         <size>7</size>
24860       </method>
24861       <method name="Int32 get_prop()">
24862         <size>7</size>
24863       </method>
24864       <method name="Void set_prop(Int32)">
24865         <size>8</size>
24866       </method>
24867       <method name="Void set_AAA(Int32)">
24868         <size>1</size>
24869       </method>
24870     </type>
24871     <type name="Y">
24872       <method name="Void .ctor()">
24873         <size>14</size>
24874       </method>
24875       <method name="Int32 get_prop()">
24876         <size>7</size>
24877       </method>
24878       <method name="Void set_prop(Int32)">
24879         <size>8</size>
24880       </method>
24881       <method name="Int32 A()">
24882         <size>38</size>
24883       </method>
24884       <method name="Int32 Main()">
24885         <size>13</size>
24886       </method>
24887     </type>
24888   </test>
24889   <test name="test-171.cs">
24890     <type name="IntPtr_Conv.Class1">
24891       <method name="Void .ctor()">
24892         <size>7</size>
24893       </method>
24894       <method name="Int32 Main(System.String[])">
24895         <size>15</size>
24896       </method>
24897     </type>
24898   </test>
24899   <test name="test-172.cs">
24900     <type name="X">
24901       <method name="Void .ctor()">
24902         <size>7</size>
24903       </method>
24904       <method name="Void .cctor()">
24905         <size>31</size>
24906       </method>
24907       <method name="Boolean ff()">
24908         <size>14</size>
24909       </method>
24910       <method name="Boolean tt()">
24911         <size>14</size>
24912       </method>
24913       <method name="Int32 test_if()">
24914         <size>599</size>
24915       </method>
24916       <method name="Int32 test_while()">
24917         <size>437</size>
24918       </method>
24919       <method name="Int32 test_inline()">
24920         <size>29</size>
24921       </method>
24922       <method name="Int32 Main()">
24923         <size>109</size>
24924       </method>
24925     </type>
24926   </test>
24927   <test name="test-173.cs">
24928     <type name="Base">
24929       <method name="Void .ctor(Int32)">
24930         <size>14</size>
24931       </method>
24932       <method name="Int32 get_Value()">
24933         <size>7</size>
24934       </method>
24935     </type>
24936     <type name="A">
24937       <method name="Void .ctor(Int32)">
24938         <size>18</size>
24939       </method>
24940       <method name="Void .ctor(UInt32)">
24941         <size>18</size>
24942       </method>
24943     </type>
24944     <type name="B">
24945       <method name="Void .ctor(Int64)">
24946         <size>18</size>
24947       </method>
24948       <method name="Void .ctor(UInt64)">
24949         <size>18</size>
24950       </method>
24951     </type>
24952     <type name="C">
24953       <method name="Void .ctor(Int16)">
24954         <size>18</size>
24955       </method>
24956       <method name="Void .ctor(UInt16)">
24957         <size>18</size>
24958       </method>
24959     </type>
24960     <type name="D">
24961       <method name="Void .ctor(SByte)">
24962         <size>18</size>
24963       </method>
24964       <method name="Void .ctor(Byte)">
24965         <size>18</size>
24966       </method>
24967     </type>
24968     <type name="E">
24969       <method name="Void .ctor(Int64)">
24970         <size>19</size>
24971       </method>
24972       <method name="Void .ctor(E)">
24973         <size>19</size>
24974       </method>
24975       <method name="E op_Implicit(Int64)">
24976         <size>7</size>
24977       </method>
24978     </type>
24979     <type name="F">
24980       <method name="Void .ctor(Int32)">
24981         <size>19</size>
24982       </method>
24983       <method name="Void .ctor(F)">
24984         <size>19</size>
24985       </method>
24986       <method name="F op_Implicit(Int32)">
24987         <size>7</size>
24988       </method>
24989     </type>
24990     <type name="X">
24991       <method name="Void .ctor()">
24992         <size>7</size>
24993       </method>
24994       <method name="Int32 Test()">
24995         <size>231</size>
24996       </method>
24997       <method name="Int32 Main()">
24998         <size>24</size>
24999       </method>
25000     </type>
25001   </test>
25002   <test name="test-174.cs">
25003     <type name="ProtectedAccessToPropertyOnChild">
25004       <method name="Void .ctor()">
25005         <size>14</size>
25006       </method>
25007       <method name="Int32 Main()">
25008         <size>21</size>
25009       </method>
25010     </type>
25011     <type name="TestAccessToPrivateMemberInParentClass">
25012       <method name="Void .ctor()">
25013         <size>7</size>
25014       </method>
25015       <method name="System.Double[][] get_Array()">
25016         <size>7</size>
25017       </method>
25018     </type>
25019     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
25020       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
25021         <size>37</size>
25022       </method>
25023     </type>
25024     <type name="TestAccessToProtectedOnChildInstanceFromParent">
25025       <method name="Void .ctor()">
25026         <size>29</size>
25027       </method>
25028       <method name="Int32 Test()">
25029         <size>27</size>
25030       </method>
25031     </type>
25032     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
25033       <method name="Void .ctor()">
25034         <size>26</size>
25035       </method>
25036       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
25037         <size>15</size>
25038       </method>
25039     </type>
25040     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
25041       <method name="Void .ctor()">
25042         <size>7</size>
25043       </method>
25044     </type>
25045   </test>
25046   <test name="test-175.cs">
25047     <type name="X">
25048       <method name="Void .ctor()">
25049         <size>7</size>
25050       </method>
25051       <method name="Int32 Main()">
25052         <size>59</size>
25053       </method>
25054     </type>
25055     <type name="RVA">
25056       <method name="Void .ctor(UInt32)">
25057         <size>8</size>
25058       </method>
25059       <method name="RVA op_Implicit(UInt32)">
25060         <size>7</size>
25061       </method>
25062       <method name="UInt32 op_Implicit(RVA)">
25063         <size>8</size>
25064       </method>
25065     </type>
25066   </test>
25067   <test name="test-176.cs">
25068     <type name="X">
25069       <method name="Void .ctor()">
25070         <size>7</size>
25071       </method>
25072       <method name="Int32 Main()">
25073         <size>34</size>
25074       </method>
25075     </type>
25076   </test>
25077   <test name="test-177.cs">
25078     <type name="MethodAttribute">
25079       <method name="Void .ctor()">
25080         <size>7</size>
25081       </method>
25082     </type>
25083     <type name="ReturnAttribute">
25084       <method name="Void .ctor()">
25085         <size>7</size>
25086       </method>
25087     </type>
25088     <type name="Test">
25089       <method name="Void .ctor()">
25090         <size>7</size>
25091       </method>
25092       <method name="Void Method()">
25093         <size>1</size>
25094       </method>
25095       <method name="Int32 Main()">
25096         <size>40</size>
25097       </method>
25098     </type>
25099   </test>
25100   <test name="test-178.cs">
25101     <type name="BrowsableClass">
25102       <method name="Void .ctor()">
25103         <size>7</size>
25104       </method>
25105       <method name="Int32 Main()">
25106         <size>54</size>
25107       </method>
25108       <method name="BrowsableClass op_Increment(BrowsableClass)">
25109         <size>2</size>
25110       </method>
25111     </type>
25112   </test>
25113   <test name="test-179.cs">
25114     <type name="A">
25115       <method name="Void .ctor()">
25116         <size>7</size>
25117       </method>
25118       <method name="Void set_Item(Double, Double)">
25119         <size>15</size>
25120       </method>
25121       <method name="Double get_Item(Double)">
25122         <size>29</size>
25123       </method>
25124     </type>
25125     <type name="B">
25126       <method name="Void .ctor()">
25127         <size>7</size>
25128       </method>
25129       <method name="Void set_Item(Double, Double)">
25130         <size>15</size>
25131       </method>
25132       <method name="Double get_Item(Double)">
25133         <size>29</size>
25134       </method>
25135     </type>
25136     <type name="C">
25137       <method name="Void .ctor()">
25138         <size>7</size>
25139       </method>
25140       <method name="Void set_Item(System.String, System.String)">
25141         <size>15</size>
25142       </method>
25143       <method name="System.String get_Item(System.String)">
25144         <size>30</size>
25145       </method>
25146       <method name="Void set_Item(Int32, Int32)">
25147         <size>15</size>
25148       </method>
25149       <method name="Int32 get_Item(Int32)">
25150         <size>21</size>
25151       </method>
25152     </type>
25153     <type name="EntryPoint">
25154       <method name="Int32 Main(System.String[])">
25155         <size>150</size>
25156       </method>
25157     </type>
25158   </test>
25159   <test name="test-18.cs">
25160     <type name="X">
25161       <method name="Void .ctor()">
25162         <size>7</size>
25163       </method>
25164       <method name="Void m()">
25165         <size>60</size>
25166       </method>
25167       <method name="Int32 ret(Int32)">
25168         <size>40</size>
25169       </method>
25170       <method name="Int32 Main()">
25171         <size>62</size>
25172       </method>
25173     </type>
25174   </test>
25175   <test name="test-180.cs">
25176     <type name="Testing">
25177       <method name="Void .ctor()">
25178         <size>7</size>
25179       </method>
25180       <method name="Void Main()">
25181         <size>17</size>
25182       </method>
25183     </type>
25184   </test>
25185   <test name="test-181.cs">
25186     <type name="Test">
25187       <method name="Void .ctor()">
25188         <size>7</size>
25189       </method>
25190       <method name="Void test()">
25191         <size>1</size>
25192       </method>
25193       <method name="Int32 Main()">
25194         <size>43</size>
25195       </method>
25196     </type>
25197   </test>
25198   <test name="test-182.cs">
25199     <type name="T">
25200       <method name="Void .ctor()">
25201         <size>7</size>
25202       </method>
25203       <method name="Int32 Main()">
25204         <size>26</size>
25205       </method>
25206     </type>
25207     <type name="TS">
25208       <method name="Int64 get_Ticks()">
25209         <size>19</size>
25210       </method>
25211     </type>
25212     <type name="DT">
25213       <method name="Int64 get_Ticks()">
25214         <size>12</size>
25215       </method>
25216     </type>
25217   </test>
25218   <test name="test-183.cs">
25219     <type name="Test">
25220       <method name="Void .ctor()">
25221         <size>7</size>
25222       </method>
25223       <method name="Int32 M(Int32, Int32 ByRef)">
25224         <size>12</size>
25225       </method>
25226       <method name="Int32 Main()">
25227         <size>67</size>
25228       </method>
25229     </type>
25230     <type name="Test+D">
25231       <method name="Void .ctor(Object, IntPtr)">
25232         <size>0</size>
25233       </method>
25234       <method name="Int32 Invoke(Int32, Int32 ByRef)">
25235         <size>0</size>
25236       </method>
25237       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
25238         <size>0</size>
25239       </method>
25240       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
25241         <size>0</size>
25242       </method>
25243     </type>
25244   </test>
25245   <test name="test-184.cs">
25246     <type name="User">
25247       <method name="Void .ctor(Interface)">
25248         <size>7</size>
25249       </method>
25250     </type>
25251     <type name="Test">
25252       <method name="Void .ctor()">
25253         <size>55</size>
25254       </method>
25255       <method name="Int32 Main()">
25256         <size>8</size>
25257       </method>
25258     </type>
25259     <type name="Struct">
25260       <method name="Void .ctor(Int32)">
25261         <size>1</size>
25262       </method>
25263       <method name="Int32 get_X()">
25264         <size>2</size>
25265       </method>
25266     </type>
25267   </test>
25268   <test name="test-185.cs">
25269     <type name="X">
25270       <method name="Void .ctor()">
25271         <size>7</size>
25272       </method>
25273       <method name="Int32 Test(Int32)">
25274         <size>36</size>
25275       </method>
25276       <method name="Int32 Main()">
25277         <size>29</size>
25278       </method>
25279     </type>
25280   </test>
25281   <test name="test-186.cs">
25282     <type name="TestBUG.myAttribute">
25283       <method name="Void .ctor(String, String, String, Int32)">
25284         <size>7</size>
25285       </method>
25286     </type>
25287     <type name="TestBUG.Test">
25288       <method name="Void .ctor()">
25289         <size>7</size>
25290       </method>
25291       <method name="Int32 Main()">
25292         <size>2</size>
25293       </method>
25294     </type>
25295   </test>
25296   <test name="test-187.cs">
25297     <type name="MyClass">
25298       <method name="Void .ctor()">
25299         <size>7</size>
25300       </method>
25301       <method name="Container get_Item(System.String)">
25302         <size>2</size>
25303       </method>
25304       <method name="Void set_Item(System.String, Container)">
25305         <size>1</size>
25306       </method>
25307     </type>
25308     <type name="Container">
25309       <method name="Void .ctor()">
25310         <size>7</size>
25311       </method>
25312       <method name="Container op_Addition(Container, System.Object)">
25313         <size>2</size>
25314       </method>
25315     </type>
25316     <type name="D">
25317       <method name="Void .ctor()">
25318         <size>7</size>
25319       </method>
25320       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
25321         <size>65</size>
25322       </method>
25323       <method name="Int32 Main()">
25324         <size>2</size>
25325       </method>
25326     </type>
25327   </test>
25328   <test name="test-188.cs">
25329     <type name="Enumerator">
25330       <method name="Void .ctor()">
25331         <size>14</size>
25332       </method>
25333       <method name="Boolean MoveNext()">
25334         <size>21</size>
25335       </method>
25336       <method name="Char get_Current()">
25337         <size>3</size>
25338       </method>
25339     </type>
25340     <type name="RealEnumerator">
25341       <method name="Void .ctor(Coll)">
25342         <size>14</size>
25343       </method>
25344       <method name="Void Dispose()">
25345         <size>13</size>
25346       </method>
25347     </type>
25348     <type name="Coll">
25349       <method name="Void .ctor()">
25350         <size>7</size>
25351       </method>
25352       <method name="Enumerator GetEnumerator()">
25353         <size>7</size>
25354       </method>
25355     </type>
25356     <type name="Test">
25357       <method name="Void .ctor()">
25358         <size>7</size>
25359       </method>
25360       <method name="Int32 Main(System.String[])">
25361         <size>78</size>
25362       </method>
25363     </type>
25364   </test>
25365   <test name="test-189.cs">
25366     <type name="MyTest">
25367       <method name="Void .ctor()">
25368         <size>7</size>
25369       </method>
25370       <method name="Int32 Main(System.String[])">
25371         <size>63</size>
25372       </method>
25373       <method name="Int32 m(Int32, Double)">
25374         <size>2</size>
25375       </method>
25376       <method name="Int32 m(Int32, System.Int32[])">
25377         <size>2</size>
25378       </method>
25379     </type>
25380     <type name="MonoTest">
25381       <method name="Void .ctor()">
25382         <size>7</size>
25383       </method>
25384       <method name="Int32 method1(System.String, System.Object[])">
25385         <size>2</size>
25386       </method>
25387       <method name="Void testmethod()">
25388         <size>27</size>
25389       </method>
25390     </type>
25391     <type name="MonoTest2">
25392       <method name="Void .ctor()">
25393         <size>7</size>
25394       </method>
25395       <method name="Int32 method1(System.String, System.Object[])">
25396         <size>2</size>
25397       </method>
25398       <method name="Void testmethod2()">
25399         <size>27</size>
25400       </method>
25401     </type>
25402   </test>
25403   <test name="test-19.cs">
25404     <type name="I">
25405       <method name="Void .ctor()">
25406         <size>7</size>
25407       </method>
25408       <method name="Void .cctor()">
25409         <size>18</size>
25410       </method>
25411       <method name="System.String fn(System.String)">
25412         <size>17</size>
25413       </method>
25414     </type>
25415     <type name="X">
25416       <method name="Void .ctor()">
25417         <size>7</size>
25418       </method>
25419       <method name="Void Thread_func()">
25420         <size>11</size>
25421       </method>
25422       <method name="Int32 Func(Int32, Int32)">
25423         <size>4</size>
25424       </method>
25425       <method name="Void Bar()">
25426         <size>44</size>
25427       </method>
25428       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
25429         <size>18</size>
25430       </method>
25431       <method name="Int32 Main()">
25432         <size>303</size>
25433       </method>
25434       <method name="Int32 multiply_by_three(Int32)">
25435         <size>4</size>
25436       </method>
25437     </type>
25438     <type name="TestNamespace.TestClass">
25439       <method name="Void .ctor()">
25440         <size>7</size>
25441       </method>
25442     </type>
25443     <type name="I+GetTextFn">
25444       <method name="Void .ctor(Object, IntPtr)">
25445         <size>0</size>
25446       </method>
25447       <method name="System.String Invoke(System.String)">
25448         <size>0</size>
25449       </method>
25450       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
25451         <size>0</size>
25452       </method>
25453       <method name="System.String EndInvoke(IAsyncResult)">
25454         <size>0</size>
25455       </method>
25456     </type>
25457     <type name="X+Foo">
25458       <method name="Void .ctor(Object, IntPtr)">
25459         <size>0</size>
25460       </method>
25461       <method name="Int32 Invoke(Int32, Int32)">
25462         <size>0</size>
25463       </method>
25464       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
25465         <size>0</size>
25466       </method>
25467       <method name="Int32 EndInvoke(IAsyncResult)">
25468         <size>0</size>
25469       </method>
25470     </type>
25471     <type name="TestNamespace.TestClass+NotWorkingDelegate">
25472       <method name="Void .ctor(Object, IntPtr)">
25473         <size>0</size>
25474       </method>
25475       <method name="Single Invoke(Single, System.Object[])">
25476         <size>0</size>
25477       </method>
25478       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
25479         <size>0</size>
25480       </method>
25481       <method name="Single EndInvoke(IAsyncResult)">
25482         <size>0</size>
25483       </method>
25484     </type>
25485     <type name="NameSpace.TestDelegate">
25486       <method name="Void .ctor(Object, IntPtr)">
25487         <size>0</size>
25488       </method>
25489       <method name="Int32 Invoke(Int32)">
25490         <size>0</size>
25491       </method>
25492       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25493         <size>0</size>
25494       </method>
25495       <method name="Int32 EndInvoke(IAsyncResult)">
25496         <size>0</size>
25497       </method>
25498     </type>
25499   </test>
25500   <test name="test-190.cs">
25501     <type name="A">
25502       <method name="Void .ctor()">
25503         <size>7</size>
25504       </method>
25505       <method name="Void Main()">
25506         <size>1</size>
25507       </method>
25508     </type>
25509     <type name="A+B">
25510       <method name="Void .ctor()">
25511         <size>7</size>
25512       </method>
25513       <method name="Void Test()">
25514         <size>8</size>
25515       </method>
25516     </type>
25517     <type name="A+C">
25518       <method name="Void .ctor()">
25519         <size>7</size>
25520       </method>
25521       <method name="Void Test(A)">
25522         <size>8</size>
25523       </method>
25524     </type>
25525   </test>
25526   <test name="test-191.cs">
25527     <type name="X">
25528       <method name="Void .ctor()">
25529         <size>7</size>
25530       </method>
25531     </type>
25532     <type name="X+E">
25533       <method name="Void .ctor()">
25534         <size>7</size>
25535       </method>
25536     </type>
25537     <type name="X+D">
25538       <method name="Void .ctor()">
25539         <size>7</size>
25540       </method>
25541     </type>
25542     <type name="X+D+P">
25543       <method name="Void .ctor()">
25544         <size>7</size>
25545       </method>
25546     </type>
25547     <type name="Y">
25548       <method name="Void .ctor()">
25549         <size>7</size>
25550       </method>
25551     </type>
25552     <type name="Y+Op">
25553       <method name="Void .ctor()">
25554         <size>7</size>
25555       </method>
25556     </type>
25557     <type name="R">
25558       <method name="Void .ctor()">
25559         <size>7</size>
25560       </method>
25561       <method name="Void Main()">
25562         <size>1</size>
25563       </method>
25564     </type>
25565   </test>
25566   <test name="test-192.cs">
25567     <type name="X">
25568       <method name="Void .ctor()">
25569         <size>7</size>
25570       </method>
25571       <method name="Void Main()">
25572         <size>1</size>
25573       </method>
25574     </type>
25575   </test>
25576   <test name="test-193.cs">
25577     <type name="A">
25578       <method name="Void .ctor()">
25579         <size>7</size>
25580       </method>
25581       <method name="Int32 Test(Int32)">
25582         <size>88</size>
25583       </method>
25584       <method name="Int32 Main()">
25585         <size>7</size>
25586       </method>
25587     </type>
25588   </test>
25589   <test name="test-194.cs">
25590     <type name="TestParams">
25591       <method name="Void .ctor()">
25592         <size>7</size>
25593       </method>
25594       <method name="Int32 Main(System.String[])">
25595         <size>38</size>
25596       </method>
25597       <method name="Int32 Params(System.Object[])">
25598         <size>10</size>
25599       </method>
25600     </type>
25601   </test>
25602   <test name="test-195.cs">
25603     <type name="Y">
25604       <method name="Void .ctor()">
25605         <size>7</size>
25606       </method>
25607       <method name="Void .cctor()">
25608         <size>1</size>
25609       </method>
25610       <method name="Int32 C()">
25611         <size>36</size>
25612       </method>
25613     </type>
25614     <type name="X">
25615       <method name="Void .ctor()">
25616         <size>8</size>
25617       </method>
25618       <method name="Void .ctor(Int32)">
25619         <size>18</size>
25620       </method>
25621       <method name="Void Main()">
25622         <size>7</size>
25623       </method>
25624     </type>
25625   </test>
25626   <test name="test-196.cs">
25627     <type name="X">
25628       <method name="Void .ctor()">
25629         <size>7</size>
25630       </method>
25631       <method name="Void Bug1()">
25632         <size>15</size>
25633       </method>
25634       <method name="Void Bug2()">
25635         <size>16</size>
25636       </method>
25637       <method name="Int32 Main()">
25638         <size>2</size>
25639       </method>
25640     </type>
25641   </test>
25642   <test name="test-197.cs">
25643     <type name="X">
25644       <method name="Void .ctor()">
25645         <size>7</size>
25646       </method>
25647       <method name="Void Foo()">
25648         <size>0</size>
25649       </method>
25650     </type>
25651     <type name="Y">
25652       <method name="Void .ctor()">
25653         <size>7</size>
25654       </method>
25655     </type>
25656     <type name="Z">
25657       <method name="Void .ctor()">
25658         <size>7</size>
25659       </method>
25660       <method name="Void Foo()">
25661         <size>11</size>
25662       </method>
25663     </type>
25664     <type name="Test">
25665       <method name="Void .ctor()">
25666         <size>7</size>
25667       </method>
25668       <method name="Int32 Main()">
25669         <size>16</size>
25670       </method>
25671     </type>
25672   </test>
25673   <test name="test-198.cs">
25674     <type name="N1.N3.N4.Bar">
25675       <method name="Void .ctor()">
25676         <size>7</size>
25677       </method>
25678     </type>
25679     <type name="N1.N2.Foo">
25680       <method name="Void .ctor()">
25681         <size>7</size>
25682       </method>
25683     </type>
25684     <type name="N5.N6.Foo">
25685       <method name="Void .ctor()">
25686         <size>7</size>
25687       </method>
25688     </type>
25689     <type name="N5.N7.N8.Bar">
25690       <method name="Void .ctor()">
25691         <size>7</size>
25692       </method>
25693     </type>
25694     <type name="FirstOuter.FirstInner.First">
25695       <method name="Void .ctor()">
25696         <size>7</size>
25697       </method>
25698       <method name="System.String get_MyIdentity()">
25699         <size>12</size>
25700       </method>
25701     </type>
25702     <type name="FirstOuter.Second">
25703       <method name="Void .ctor()">
25704         <size>7</size>
25705       </method>
25706     </type>
25707     <type name="FirstOuter.SecondInner.Third">
25708       <method name="Void .ctor()">
25709         <size>7</size>
25710       </method>
25711     </type>
25712     <type name="FirstOuter.FirstInner.Fourth">
25713       <method name="Void .ctor()">
25714         <size>7</size>
25715       </method>
25716     </type>
25717     <type name="Fifth">
25718       <method name="Void .ctor()">
25719         <size>7</size>
25720       </method>
25721     </type>
25722     <type name="M1.M2.M3.Foo">
25723       <method name="Void .ctor()">
25724         <size>7</size>
25725       </method>
25726     </type>
25727     <type name="P1.P2.Bar">
25728       <method name="Void .ctor()">
25729         <size>7</size>
25730       </method>
25731     </type>
25732     <type name="X">
25733       <method name="Void .ctor()">
25734         <size>7</size>
25735       </method>
25736       <method name="Int32 Main()">
25737         <size>2</size>
25738       </method>
25739     </type>
25740   </test>
25741   <test name="test-199.cs">
25742     <type name="Test">
25743       <method name="Void .ctor()">
25744         <size>7</size>
25745       </method>
25746       <method name="Int32 Main()">
25747         <size>22</size>
25748       </method>
25749     </type>
25750     <type name="N1.Foo">
25751       <method name="Void .ctor()">
25752         <size>7</size>
25753       </method>
25754     </type>
25755     <type name="N1.Foo+Foo2">
25756       <method name="Void .ctor()">
25757         <size>7</size>
25758       </method>
25759     </type>
25760     <type name="N1.Bar2">
25761       <method name="Void .ctor()">
25762         <size>7</size>
25763       </method>
25764       <method name="Int32 Talk()">
25765         <size>2</size>
25766       </method>
25767     </type>
25768     <type name="N2.Bar">
25769       <method name="Void .ctor()">
25770         <size>7</size>
25771       </method>
25772     </type>
25773     <type name="N2.Bar+Bar2">
25774       <method name="Void .ctor()">
25775         <size>7</size>
25776       </method>
25777       <method name="Int32 Talk()">
25778         <size>2</size>
25779       </method>
25780     </type>
25781   </test>
25782   <test name="test-2.cs">
25783     <type name="X">
25784       <method name="Void .ctor()">
25785         <size>7</size>
25786       </method>
25787       <method name="Int32 Main(System.String[])">
25788         <size>12</size>
25789       </method>
25790     </type>
25791   </test>
25792   <test name="test-20.cs">
25793     <type name="A">
25794       <method name="Void .ctor()">
25795         <size>7</size>
25796       </method>
25797       <method name="Void X()">
25798         <size>8</size>
25799       </method>
25800     </type>
25801     <type name="B">
25802       <method name="Void .ctor()">
25803         <size>7</size>
25804       </method>
25805       <method name="Void X()">
25806         <size>8</size>
25807       </method>
25808       <method name="Void TestB()">
25809         <size>7</size>
25810       </method>
25811     </type>
25812     <type name="Ax">
25813       <method name="Void .ctor()">
25814         <size>7</size>
25815       </method>
25816       <method name="Void A()">
25817         <size>8</size>
25818       </method>
25819       <method name="Void B()">
25820         <size>8</size>
25821       </method>
25822     </type>
25823     <type name="Bx">
25824       <method name="Void .ctor()">
25825         <size>7</size>
25826       </method>
25827       <method name="Void A()">
25828         <size>8</size>
25829       </method>
25830       <method name="Void B()">
25831         <size>8</size>
25832       </method>
25833     </type>
25834     <type name="Test">
25835       <method name="Void .ctor()">
25836         <size>7</size>
25837       </method>
25838       <method name="Int32 Main()">
25839         <size>100</size>
25840       </method>
25841     </type>
25842   </test>
25843   <test name="test-200.cs">
25844     <type name="X">
25845       <method name="Void .ctor()">
25846         <size>7</size>
25847       </method>
25848       <method name="Int32 Main()">
25849         <size>104</size>
25850       </method>
25851     </type>
25852   </test>
25853   <test name="test-201.cs">
25854     <type name="Parent">
25855       <method name="Void .ctor()">
25856         <size>7</size>
25857       </method>
25858     </type>
25859     <type name="Child">
25860       <method name="Void .ctor()">
25861         <size>7</size>
25862       </method>
25863     </type>
25864     <type name="Child+Nested">
25865       <method name="Void .ctor()">
25866         <size>18</size>
25867       </method>
25868     </type>
25869     <type name="Collide">
25870       <method name="Void .ctor(Int32)">
25871         <size>14</size>
25872       </method>
25873       <method name="Void .cctor()">
25874         <size>12</size>
25875       </method>
25876       <method name="Int32 Main()">
25877         <size>27</size>
25878       </method>
25879     </type>
25880   </test>
25881   <test name="test-202.cs">
25882     <type name="X.X">
25883       <method name="Void .ctor()">
25884         <size>7</size>
25885       </method>
25886     </type>
25887     <type name="A.B.C.D">
25888       <method name="Void .ctor()">
25889         <size>7</size>
25890       </method>
25891     </type>
25892     <type name="Test">
25893       <method name="Void .ctor()">
25894         <size>7</size>
25895       </method>
25896       <method name="Int32 Main()">
25897         <size>14</size>
25898       </method>
25899     </type>
25900   </test>
25901   <test name="test-203.cs">
25902     <type name="Foo">
25903       <method name="Void .ctor()">
25904         <size>7</size>
25905       </method>
25906       <method name="Modifiers get_Modifiers()">
25907         <size>2</size>
25908       </method>
25909     </type>
25910     <type name="Bar">
25911       <method name="Void .ctor()">
25912         <size>7</size>
25913       </method>
25914       <method name="Int32 Main()">
25915         <size>13</size>
25916       </method>
25917     </type>
25918   </test>
25919   <test name="test-204.cs">
25920     <type name="X">
25921       <method name="Void .ctor(Int32)">
25922         <size>14</size>
25923       </method>
25924       <method name="System.String ToString()">
25925         <size>22</size>
25926       </method>
25927       <method name="Int32 Test()">
25928         <size>153</size>
25929       </method>
25930       <method name="Int32 Main()">
25931         <size>24</size>
25932       </method>
25933       <method name="X op_BitwiseAnd(X, X)">
25934         <size>19</size>
25935       </method>
25936       <method name="X op_BitwiseOr(X, X)">
25937         <size>19</size>
25938       </method>
25939       <method name="Boolean op_True(X)">
25940         <size>15</size>
25941       </method>
25942       <method name="Boolean op_False(X)">
25943         <size>12</size>
25944       </method>
25945     </type>
25946   </test>
25947   <test name="test-205.cs">
25948     <type name="A">
25949       <method name="Void .ctor(Object)">
25950         <size>7</size>
25951       </method>
25952     </type>
25953     <type name="Test">
25954       <method name="Void .ctor()">
25955         <size>7</size>
25956       </method>
25957       <method name="Void Main()">
25958         <size>1</size>
25959       </method>
25960     </type>
25961   </test>
25962   <test name="test-206.cs">
25963     <type name="X">
25964       <method name="Void .ctor()">
25965         <size>7</size>
25966       </method>
25967       <method name="Int32 get_Item(Int32)">
25968         <size>2</size>
25969       </method>
25970       <method name="System.Int32[] get_Item(System.Int32[])">
25971         <size>39</size>
25972       </method>
25973       <method name="Void Main()">
25974         <size>91</size>
25975       </method>
25976     </type>
25977     <type name="&lt;PrivateImplementationDetails&gt;">
25978       <method name="Void .ctor()">
25979         <size>7</size>
25980       </method>
25981     </type>
25982   </test>
25983   <test name="test-207.cs">
25984     <type name="X">
25985       <method name="Void .ctor()">
25986         <size>7</size>
25987       </method>
25988       <method name="Void .cctor()">
25989         <size>1</size>
25990       </method>
25991       <method name="Void hello(Int32)">
25992         <size>13</size>
25993       </method>
25994       <method name="Void world(Int32)">
25995         <size>16</size>
25996       </method>
25997       <method name="Int32 Main()">
25998         <size>138</size>
25999       </method>
26000     </type>
26001     <type name="Test">
26002       <method name="Void .ctor(Object, IntPtr)">
26003         <size>0</size>
26004       </method>
26005       <method name="Void Invoke(Int32)">
26006         <size>0</size>
26007       </method>
26008       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
26009         <size>0</size>
26010       </method>
26011       <method name="Void EndInvoke(IAsyncResult)">
26012         <size>0</size>
26013       </method>
26014     </type>
26015   </test>
26016   <test name="test-208.cs">
26017     <type name="X">
26018       <method name="Void .ctor()">
26019         <size>7</size>
26020       </method>
26021       <method name="System.String get_Item(System.String)">
26022         <size>2</size>
26023       </method>
26024       <method name="Void Test()">
26025         <size>1</size>
26026       </method>
26027     </type>
26028     <type name="Y">
26029       <method name="Void .ctor()">
26030         <size>7</size>
26031       </method>
26032       <method name="Void Main()">
26033         <size>19</size>
26034       </method>
26035     </type>
26036   </test>
26037   <test name="test-209.cs">
26038     <type name="X">
26039       <method name="Void .ctor(Int32)">
26040         <size>14</size>
26041       </method>
26042       <method name="Int32 get_Foo()">
26043         <size>9</size>
26044       </method>
26045       <method name="Void set_Foo(Int32)">
26046         <size>8</size>
26047       </method>
26048       <method name="Int32 get_Item(Int32)">
26049         <size>7</size>
26050       </method>
26051       <method name="Void set_Item(Int32, Int32)">
26052         <size>8</size>
26053       </method>
26054       <method name="Void set_Item(System.String, System.String)">
26055         <size>7</size>
26056       </method>
26057       <method name="Void set_Bar(System.String)">
26058         <size>7</size>
26059       </method>
26060       <method name="A get_A()">
26061         <size>7</size>
26062       </method>
26063       <method name="Void set_A(A)">
26064         <size>12</size>
26065       </method>
26066       <method name="Int32 Main()">
26067         <size>75</size>
26068       </method>
26069     </type>
26070     <type name="A">
26071       <method name="Void .ctor(Int32)">
26072         <size>8</size>
26073       </method>
26074     </type>
26075   </test>
26076   <test name="test-21.cs">
26077     <type name="Blah">
26078       <method name="Void .ctor()">
26079         <size>7</size>
26080       </method>
26081       <method name="Int32 Main()">
26082         <size>47</size>
26083       </method>
26084     </type>
26085     <type name="Blah+Foo">
26086       <method name="Void .ctor()">
26087         <size>17</size>
26088       </method>
26089       <method name="Int32 Bar(Int32, Int32)">
26090         <size>14</size>
26091       </method>
26092     </type>
26093   </test>
26094   <test name="test-210.cs">
26095     <type name="X">
26096       <method name="Void .ctor()">
26097         <size>7</size>
26098       </method>
26099       <method name="Void foo()">
26100         <size>1</size>
26101       </method>
26102       <method name="Void Main()">
26103         <size>25</size>
26104       </method>
26105     </type>
26106     <type name="FooHandler">
26107       <method name="Void .ctor(Object, IntPtr)">
26108         <size>0</size>
26109       </method>
26110       <method name="Void Invoke()">
26111         <size>0</size>
26112       </method>
26113       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26114         <size>0</size>
26115       </method>
26116       <method name="Void EndInvoke(IAsyncResult)">
26117         <size>0</size>
26118       </method>
26119     </type>
26120   </test>
26121   <test name="test-211.cs">
26122     <type name="X">
26123       <method name="Void .ctor(Int32)">
26124         <size>14</size>
26125       </method>
26126       <method name="X op_Implicit(Int32)">
26127         <size>7</size>
26128       </method>
26129     </type>
26130     <type name="Y">
26131       <method name="Void .ctor(X)">
26132         <size>14</size>
26133       </method>
26134       <method name="Y op_Implicit(X)">
26135         <size>7</size>
26136       </method>
26137     </type>
26138     <type name="Z">
26139       <method name="Void .ctor(Y)">
26140         <size>14</size>
26141       </method>
26142       <method name="Int32 Main()">
26143         <size>27</size>
26144       </method>
26145       <method name="Z op_Implicit(Y)">
26146         <size>7</size>
26147       </method>
26148     </type>
26149   </test>
26150   <test name="test-212.cs">
26151     <type name="Problem">
26152       <method name="Void .ctor(String)">
26153         <size>14</size>
26154       </method>
26155       <method name="Int32 Multi(Int32, Problem[])">
26156         <size>4</size>
26157       </method>
26158       <method name="Int32 Main(System.String[])">
26159         <size>76</size>
26160       </method>
26161       <method name="Problem op_Implicit(Int32)">
26162         <size>22</size>
26163       </method>
26164     </type>
26165   </test>
26166   <test name="test-213.cs">
26167     <type name="MyTest">
26168       <method name="Void .ctor()">
26169         <size>7</size>
26170       </method>
26171       <method name="Void Main(System.String[])">
26172         <size>31</size>
26173       </method>
26174     </type>
26175     <type name="S">
26176       <method name="Void .ctor(Int32)">
26177         <size>8</size>
26178       </method>
26179       <method name="Void Print()">
26180         <size>12</size>
26181       </method>
26182     </type>
26183   </test>
26184   <test name="test-214.cs">
26185     <type name="N2.Test">
26186       <method name="Void .ctor()">
26187         <size>7</size>
26188       </method>
26189       <method name="Int32 Main()">
26190         <size>7</size>
26191       </method>
26192     </type>
26193     <type name="N1.C1">
26194       <method name="Void .ctor()">
26195         <size>7</size>
26196       </method>
26197       <method name="Void Foo()">
26198         <size>1</size>
26199       </method>
26200     </type>
26201   </test>
26202   <test name="test-215.cs">
26203     <type name="Test">
26204       <method name="Void .ctor()">
26205         <size>7</size>
26206       </method>
26207       <method name="Void .cctor()">
26208         <size>1</size>
26209       </method>
26210       <method name="N1.C1 get_C1()">
26211         <size>6</size>
26212       </method>
26213       <method name="Int32 Main()">
26214         <size>8</size>
26215       </method>
26216     </type>
26217     <type name="N1.C1">
26218       <method name="Void .ctor()">
26219         <size>7</size>
26220       </method>
26221     </type>
26222   </test>
26223   <test name="test-216.cs">
26224     <type name="cls">
26225       <method name="Void .ctor()">
26226         <size>7</size>
26227       </method>
26228       <method name="Void add_OnWhatever(OnWhateverDelegate)">
26229         <size>24</size>
26230       </method>
26231       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
26232         <size>24</size>
26233       </method>
26234       <method name="Void CallMyDel(System.String)">
26235         <size>13</size>
26236       </method>
26237     </type>
26238     <type name="cls+nestedcls">
26239       <method name="Void .ctor()">
26240         <size>7</size>
26241       </method>
26242       <method name="Void CallParentDel(cls, System.String)">
26243         <size>13</size>
26244       </method>
26245     </type>
26246     <type name="MonoEmbed">
26247       <method name="Void .ctor()">
26248         <size>7</size>
26249       </method>
26250       <method name="Void Main()">
26251         <size>36</size>
26252       </method>
26253       <method name="Void Whatever(System.String)">
26254         <size>7</size>
26255       </method>
26256     </type>
26257     <type name="OnWhateverDelegate">
26258       <method name="Void .ctor(Object, IntPtr)">
26259         <size>0</size>
26260       </method>
26261       <method name="Void Invoke(System.String)">
26262         <size>0</size>
26263       </method>
26264       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
26265         <size>0</size>
26266       </method>
26267       <method name="Void EndInvoke(IAsyncResult)">
26268         <size>0</size>
26269       </method>
26270     </type>
26271   </test>
26272   <test name="test-217.cs">
26273     <type name="Test">
26274       <method name="Void .ctor()">
26275         <size>7</size>
26276       </method>
26277       <method name="Int32 Main()">
26278         <size>174</size>
26279       </method>
26280       <method name="System.Object compare_gte(Int32, Int32)">
26281         <size>13</size>
26282       </method>
26283       <method name="System.Object compare_lte(Int32, Int32)">
26284         <size>13</size>
26285       </method>
26286     </type>
26287   </test>
26288   <test name="test-218.cs">
26289     <type name="T">
26290       <method name="Void .ctor()">
26291         <size>7</size>
26292       </method>
26293       <method name="Void .cctor()">
26294         <size>27</size>
26295       </method>
26296       <method name="Void Main()">
26297         <size>1</size>
26298       </method>
26299       <method name="Void compareQueryQuery1(System.Object)">
26300         <size>1</size>
26301       </method>
26302     </type>
26303     <type name="T+foo">
26304       <method name="Void .ctor(Object, IntPtr)">
26305         <size>0</size>
26306       </method>
26307       <method name="Void Invoke(System.Object)">
26308         <size>0</size>
26309       </method>
26310       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
26311         <size>0</size>
26312       </method>
26313       <method name="Void EndInvoke(IAsyncResult)">
26314         <size>0</size>
26315       </method>
26316     </type>
26317   </test>
26318   <test name="test-219.cs">
26319     <type name="TestAttribute">
26320       <method name="Void .ctor(Type)">
26321         <size>14</size>
26322       </method>
26323       <method name="System.Type get_Type()">
26324         <size>7</size>
26325       </method>
26326     </type>
26327     <type name="Test">
26328       <method name="Void .ctor()">
26329         <size>7</size>
26330       </method>
26331       <method name="Void Main()">
26332         <size>75</size>
26333       </method>
26334     </type>
26335   </test>
26336   <test name="test-22.cs">
26337     <type name="M">
26338       <method name="Void .ctor()">
26339         <size>7</size>
26340       </method>
26341       <method name="Int32 Main()">
26342         <size>63</size>
26343       </method>
26344     </type>
26345     <type name="S">
26346       <method name="T GetT()">
26347         <size>7</size>
26348       </method>
26349       <method name="Void Init()">
26350         <size>25</size>
26351       </method>
26352     </type>
26353   </test>
26354   <test name="test-220.cs">
26355     <type name="MonoBUG.Bug">
26356       <method name="Void .ctor()">
26357         <size>7</size>
26358       </method>
26359       <method name="Int32 Main(System.String[])">
26360         <size>138</size>
26361       </method>
26362     </type>
26363     <type name="MonoBUG.Foo">
26364       <method name="Void .ctor(String)">
26365         <size>14</size>
26366       </method>
26367       <method name="System.String get_Name()">
26368         <size>7</size>
26369       </method>
26370     </type>
26371     <type name="MonoBUG.FooList">
26372       <method name="Void .ctor()">
26373         <size>7</size>
26374       </method>
26375       <method name="Void .cctor()">
26376         <size>1</size>
26377       </method>
26378       <method name="Void Add(MonoBUG.Foo)">
26379         <size>19</size>
26380       </method>
26381       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
26382         <size>7</size>
26383       </method>
26384     </type>
26385     <type name="MonoBUG.FooList+FooEnumerator">
26386       <method name="Void .ctor(FooList)">
26387         <size>31</size>
26388       </method>
26389       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
26390         <size>12</size>
26391       </method>
26392       <method name="Void System.Collections.IEnumerator.Reset()">
26393         <size>12</size>
26394       </method>
26395       <method name="MonoBUG.Foo get_Current()">
26396         <size>46</size>
26397       </method>
26398       <method name="Boolean MoveNext()">
26399         <size>12</size>
26400       </method>
26401       <method name="Void Reset()">
26402         <size>12</size>
26403       </method>
26404       <method name="System.Object System.Collections.IEnumerator.get_Current()">
26405         <size>28</size>
26406       </method>
26407     </type>
26408   </test>
26409   <test name="test-221.cs">
26410     <type name="A">
26411       <method name="Void .ctor()">
26412         <size>7</size>
26413       </method>
26414       <method name="Int32 get_Blah()">
26415         <size>2</size>
26416       </method>
26417       <method name="Void set_Blah(Int32)">
26418         <size>1</size>
26419       </method>
26420     </type>
26421     <type name="B">
26422       <method name="Void .ctor()">
26423         <size>7</size>
26424       </method>
26425       <method name="Int32 get_Blah()">
26426         <size>2</size>
26427       </method>
26428       <method name="Boolean Test()">
26429         <size>54</size>
26430       </method>
26431     </type>
26432     <type name="C">
26433       <method name="Void .ctor()">
26434         <size>7</size>
26435       </method>
26436       <method name="Int32 get_Blah()">
26437         <size>0</size>
26438       </method>
26439       <method name="Void set_Blah(Int32)">
26440         <size>0</size>
26441       </method>
26442     </type>
26443     <type name="D">
26444       <method name="Void .ctor()">
26445         <size>7</size>
26446       </method>
26447       <method name="Int32 get_Blah()">
26448         <size>2</size>
26449       </method>
26450       <method name="Void set_Blah(Int32)">
26451         <size>1</size>
26452       </method>
26453     </type>
26454     <type name="E">
26455       <method name="Void .ctor()">
26456         <size>7</size>
26457       </method>
26458       <method name="Int32 get_Blah()">
26459         <size>7</size>
26460       </method>
26461       <method name="Boolean Test()">
26462         <size>54</size>
26463       </method>
26464     </type>
26465     <type name="F">
26466       <method name="Void .ctor()">
26467         <size>7</size>
26468       </method>
26469       <method name="Int32 get_Item(Int32)">
26470         <size>2</size>
26471       </method>
26472       <method name="Void set_Item(Int32, Int32)">
26473         <size>1</size>
26474       </method>
26475       <method name="Int32 get_Blah()">
26476         <size>2</size>
26477       </method>
26478       <method name="Void set_Blah(Int32)">
26479         <size>1</size>
26480       </method>
26481       <method name="Boolean Test()">
26482         <size>110</size>
26483       </method>
26484     </type>
26485     <type name="Driver">
26486       <method name="Void .ctor()">
26487         <size>7</size>
26488       </method>
26489       <method name="Int32 Main()">
26490         <size>38</size>
26491       </method>
26492     </type>
26493     <type name="F">
26494       <method name="Int32 IBlah.get_Item(Int32)">
26495         <size>2</size>
26496       </method>
26497       <method name="Void IBlah.set_Item(Int32, Int32)">
26498         <size>1</size>
26499       </method>
26500       <method name="Int32 IBlah.get_Blah()">
26501         <size>2</size>
26502       </method>
26503       <method name="Void IBlah.set_Blah(Int32)">
26504         <size>1</size>
26505       </method>
26506     </type>
26507   </test>
26508   <test name="test-222.cs">
26509     <type name="Class_1">
26510       <method name="Void .ctor()">
26511         <size>7</size>
26512       </method>
26513       <method name="UIntPtr Valid()">
26514         <size>7</size>
26515       </method>
26516     </type>
26517     <type name="MainClass">
26518       <method name="Void .ctor()">
26519         <size>7</size>
26520       </method>
26521       <method name="Int32 Main()">
26522         <size>2</size>
26523       </method>
26524     </type>
26525   </test>
26526   <test name="test-223.cs">
26527     <type name="T">
26528       <method name="Void .ctor()">
26529         <size>7</size>
26530       </method>
26531       <method name="Int32 Main()">
26532         <size>65</size>
26533       </method>
26534     </type>
26535   </test>
26536   <test name="test-224.cs">
26537     <type name="XmlMemberArrayAttribute">
26538       <method name="Void .ctor(String)">
26539         <size>38</size>
26540       </method>
26541       <method name="System.Char[] get_Separator()">
26542         <size>7</size>
26543       </method>
26544       <method name="Void set_Separator(System.Char[])">
26545         <size>8</size>
26546       </method>
26547       <method name="System.String get_Name()">
26548         <size>7</size>
26549       </method>
26550       <method name="Void set_Name(System.String)">
26551         <size>8</size>
26552       </method>
26553       <method name="Boolean get_IsRequired()">
26554         <size>7</size>
26555       </method>
26556       <method name="Void set_IsRequired(Boolean)">
26557         <size>8</size>
26558       </method>
26559     </type>
26560     <type name="t">
26561       <method name="Void .ctor()">
26562         <size>7</size>
26563       </method>
26564       <method name="Void Main()">
26565         <size>1</size>
26566       </method>
26567     </type>
26568   </test>
26569   <test name="test-225.cs">
26570     <type name="A">
26571       <method name="Void .ctor()">
26572         <size>14</size>
26573       </method>
26574     </type>
26575     <type name="B">
26576       <method name="Void .ctor()">
26577         <size>7</size>
26578       </method>
26579       <method name="Int32 foo()">
26580         <size>2</size>
26581       </method>
26582       <method name="Void Main()">
26583         <size>18</size>
26584       </method>
26585     </type>
26586   </test>
26587   <test name="test-226.cs">
26588     <type name="Test226">
26589       <method name="Void .ctor()">
26590         <size>7</size>
26591       </method>
26592       <method name="Void Test()">
26593         <size>35</size>
26594       </method>
26595       <method name="Int32 Main()">
26596         <size>23</size>
26597       </method>
26598     </type>
26599   </test>
26600   <test name="test-227.cs">
26601     <type name="A.T">
26602       <method name="Void .ctor()">
26603         <size>7</size>
26604       </method>
26605       <method name="Void Main()">
26606         <size>3</size>
26607       </method>
26608     </type>
26609   </test>
26610   <test name="test-228.cs">
26611     <type name="BadRefTest.CtorInc">
26612       <method name="Void .ctor()">
26613         <size>30</size>
26614       </method>
26615       <method name="Int32 IncByRef(Int32 ByRef)">
26616         <size>10</size>
26617       </method>
26618       <method name="Boolean Results(Int32)">
26619         <size>98</size>
26620       </method>
26621     </type>
26622     <type name="BadRefTest.Runner">
26623       <method name="Void .ctor()">
26624         <size>7</size>
26625       </method>
26626       <method name="Int32 Main()">
26627         <size>43</size>
26628       </method>
26629     </type>
26630   </test>
26631   <test name="test-229.cs">
26632     <type name="List">
26633       <method name="Void .ctor(Int32)">
26634         <size>19</size>
26635       </method>
26636       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
26637         <size>12</size>
26638       </method>
26639       <method name="Void Add(Int32)">
26640         <size>26</size>
26641       </method>
26642       <method name="MyEnumerator GetEnumerator()">
26643         <size>7</size>
26644       </method>
26645     </type>
26646     <type name="UberList">
26647       <method name="Void .ctor(Int32)">
26648         <size>8</size>
26649       </method>
26650       <method name="Int32 Main(System.String[])">
26651         <size>38</size>
26652       </method>
26653       <method name="Boolean One()">
26654         <size>62</size>
26655       </method>
26656       <method name="Boolean Two()">
26657         <size>62</size>
26658       </method>
26659       <method name="Boolean Three()">
26660         <size>62</size>
26661       </method>
26662     </type>
26663     <type name="List+MyEnumerator">
26664       <method name="Void .ctor(List)">
26665         <size>15</size>
26666       </method>
26667       <method name="System.Object get_Current()">
26668         <size>24</size>
26669       </method>
26670       <method name="Boolean MoveNext()">
26671         <size>31</size>
26672       </method>
26673       <method name="Void Reset()">
26674         <size>8</size>
26675       </method>
26676     </type>
26677   </test>
26678   <test name="test-23.cs">
26679     <type name="X">
26680       <method name="Void .ctor()">
26681         <size>7</size>
26682       </method>
26683       <method name="Void .cctor()">
26684         <size>8</size>
26685       </method>
26686       <method name="Int32 get_Value()">
26687         <size>6</size>
26688       </method>
26689       <method name="Void set_Value(Int32)">
26690         <size>7</size>
26691       </method>
26692       <method name="Int32 Main()">
26693         <size>170</size>
26694       </method>
26695     </type>
26696     <type name="Y">
26697       <method name="Void .ctor(String)">
26698         <size>14</size>
26699       </method>
26700       <method name="System.String get_Value()">
26701         <size>7</size>
26702       </method>
26703       <method name="Void set_Value(System.String)">
26704         <size>8</size>
26705       </method>
26706     </type>
26707     <type name="Z">
26708       <method name="Void .cctor()">
26709         <size>7</size>
26710       </method>
26711       <method name="Int32 get_IVal()">
26712         <size>6</size>
26713       </method>
26714       <method name="Void set_IVal(Int32)">
26715         <size>7</size>
26716       </method>
26717       <method name="Int32 get_XVal()">
26718         <size>7</size>
26719       </method>
26720       <method name="Void set_XVal(Int32)">
26721         <size>8</size>
26722       </method>
26723     </type>
26724   </test>
26725   <test name="test-230.cs">
26726     <type name="TestClass">
26727       <method name="Void .ctor()">
26728         <size>7</size>
26729       </method>
26730       <method name="Int32 Main()">
26731         <size>56</size>
26732       </method>
26733     </type>
26734   </test>
26735   <test name="test-231.cs">
26736     <type name="T">
26737       <method name="Void .ctor()">
26738         <size>7</size>
26739       </method>
26740       <method name="Void .cctor()">
26741         <size>1</size>
26742       </method>
26743       <method name="Int32 Main()">
26744         <size>44</size>
26745       </method>
26746       <method name="Void Foo()">
26747         <size>23</size>
26748       </method>
26749     </type>
26750   </test>
26751   <test name="test-232.cs">
26752     <type name="CtorInfoTest">
26753       <method name="Void .ctor()">
26754         <size>7</size>
26755       </method>
26756       <method name="Void Main(System.String[])">
26757         <size>977</size>
26758       </method>
26759       <method name="Void Assert(System.Object, System.Object)">
26760         <size>38</size>
26761       </method>
26762     </type>
26763     <type name="&lt;PrivateImplementationDetails&gt;">
26764       <method name="Void .ctor()">
26765         <size>7</size>
26766       </method>
26767     </type>
26768   </test>
26769   <test name="test-233.cs">
26770     <type name="Tests">
26771       <method name="Void .ctor()">
26772         <size>7</size>
26773       </method>
26774       <method name="Int32 Main()">
26775         <size>16</size>
26776       </method>
26777       <method name="Int32 test_0_beq()">
26778         <size>29</size>
26779       </method>
26780       <method name="Int32 test_0_bne_un()">
26781         <size>29</size>
26782       </method>
26783       <method name="Int32 test_0_conv_r8()">
26784         <size>29</size>
26785       </method>
26786       <method name="Int32 test_0_conv_i()">
26787         <size>76</size>
26788       </method>
26789       <method name="Int32 test_5_conv_r4()">
26790         <size>8</size>
26791       </method>
26792       <method name="Int32 test_5_double_conv_r4()">
26793         <size>16</size>
26794       </method>
26795       <method name="Int32 test_5_float_conv_r8()">
26796         <size>12</size>
26797       </method>
26798       <method name="Int32 test_5_conv_r8()">
26799         <size>8</size>
26800       </method>
26801       <method name="Int32 test_5_add()">
26802         <size>25</size>
26803       </method>
26804       <method name="Int32 test_5_sub()">
26805         <size>25</size>
26806       </method>
26807       <method name="Int32 test_24_mul()">
26808         <size>25</size>
26809       </method>
26810       <method name="Int32 test_4_div()">
26811         <size>25</size>
26812       </method>
26813       <method name="Int32 test_2_rem()">
26814         <size>25</size>
26815       </method>
26816       <method name="Int32 test_2_neg()">
26817         <size>14</size>
26818       </method>
26819       <method name="Int32 test_46_float_add_spill()">
26820         <size>129</size>
26821       </method>
26822       <method name="Int32 test_362880_float_mul_spill()">
26823         <size>129</size>
26824       </method>
26825       <method name="Int32 test_4_long_cast()">
26826         <size>29</size>
26827       </method>
26828       <method name="Int32 test_16_float_cmp()">
26829         <size>317</size>
26830       </method>
26831       <method name="Int32 test_15_float_cmp_un()">
26832         <size>297</size>
26833       </method>
26834       <method name="Int32 test_15_float_branch()">
26835         <size>219</size>
26836       </method>
26837       <method name="Int32 test_15_float_branch_un()">
26838         <size>219</size>
26839       </method>
26840     </type>
26841     <type name="TestDriver">
26842       <method name="Void .ctor()">
26843         <size>7</size>
26844       </method>
26845       <method name="Int32 RunTests(System.Type, System.String[])">
26846         <size>571</size>
26847       </method>
26848       <method name="Int32 RunTests(System.Type)">
26849         <size>8</size>
26850       </method>
26851     </type>
26852   </test>
26853   <test name="test-234.cs">
26854     <type name="T">
26855       <method name="Void .ctor()">
26856         <size>7</size>
26857       </method>
26858       <method name="Void Main()">
26859         <size>701</size>
26860       </method>
26861     </type>
26862   </test>
26863   <test name="test-235.cs">
26864     <type name="T">
26865       <method name="Void .ctor()">
26866         <size>7</size>
26867       </method>
26868       <method name="Void Foo(T, T)">
26869         <size>1</size>
26870       </method>
26871       <method name="Void Foo(System.Object[])">
26872         <size>1</size>
26873       </method>
26874       <method name="Int32 Main()">
26875         <size>13</size>
26876       </method>
26877     </type>
26878   </test>
26879   <test name="test-236.cs">
26880     <type name="Tests.Test">
26881       <method name="Void .ctor()">
26882         <size>7</size>
26883       </method>
26884       <method name="Void Main()">
26885         <size>42</size>
26886       </method>
26887       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
26888         <size>9</size>
26889       </method>
26890       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
26891         <size>10</size>
26892       </method>
26893     </type>
26894   </test>
26895   <test name="test-237.cs">
26896     <type name="Params">
26897       <method name="Void .ctor()">
26898         <size>7</size>
26899       </method>
26900       <method name="Void .cctor()">
26901         <size>96</size>
26902       </method>
26903       <method name="Void foo(System.String, System.Object[])">
26904         <size>132</size>
26905       </method>
26906       <method name="Void Main()">
26907         <size>45</size>
26908       </method>
26909     </type>
26910     <type name="Params+FOO">
26911       <method name="Void .ctor(Object, IntPtr)">
26912         <size>0</size>
26913       </method>
26914       <method name="Void Invoke(System.String, System.Object[])">
26915         <size>0</size>
26916       </method>
26917       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
26918         <size>0</size>
26919       </method>
26920       <method name="Void EndInvoke(IAsyncResult)">
26921         <size>0</size>
26922       </method>
26923     </type>
26924   </test>
26925   <test name="test-238.cs">
26926     <type name="TestClass">
26927       <method name="Void .ctor()">
26928         <size>7</size>
26929       </method>
26930       <method name="Void ConditionalMethod()">
26931         <size>7</size>
26932       </method>
26933       <method name="Int32 Main()">
26934         <size>12</size>
26935       </method>
26936     </type>
26937   </test>
26938   <test name="test-239.cs">
26939     <type name="BaseClass">
26940       <method name="Void .ctor()">
26941         <size>7</size>
26942       </method>
26943       <method name="Void ConditionalMethod()">
26944         <size>7</size>
26945       </method>
26946     </type>
26947     <type name="TestClass">
26948       <method name="Void .ctor()">
26949         <size>7</size>
26950       </method>
26951       <method name="Void ConditionalMethod()">
26952         <size>1</size>
26953       </method>
26954     </type>
26955     <type name="MainClass">
26956       <method name="Void .ctor()">
26957         <size>7</size>
26958       </method>
26959       <method name="Int32 Main()">
26960         <size>18</size>
26961       </method>
26962     </type>
26963   </test>
26964   <test name="test-24.cs">
26965     <type name="X">
26966       <method name="Void .ctor()">
26967         <size>7</size>
26968       </method>
26969       <method name="System.String get_S()">
26970         <size>6</size>
26971       </method>
26972       <method name="Void set_S(System.String)">
26973         <size>7</size>
26974       </method>
26975       <method name="Int32 Main()">
26976         <size>92</size>
26977       </method>
26978     </type>
26979   </test>
26980   <test name="test-240.cs">
26981     <type name="TestClass">
26982       <method name="Void .ctor()">
26983         <size>7</size>
26984       </method>
26985       <method name="Void .cctor()">
26986         <size>7</size>
26987       </method>
26988       <method name="Void ConditionalMethod()">
26989         <size>17</size>
26990       </method>
26991       <method name="Int32 Main()">
26992         <size>11</size>
26993       </method>
26994     </type>
26995   </test>
26996   <test name="test-241.cs">
26997     <type name="Foo">
26998       <method name="Void .ctor()">
26999         <size>7</size>
27000       </method>
27001       <method name="Int32 get_SomeProperty()">
27002         <size>3</size>
27003       </method>
27004       <method name="Int32 M()">
27005         <size>3</size>
27006       </method>
27007       <method name="Void Main()">
27008         <size>1</size>
27009       </method>
27010     </type>
27011     <type name="Foo+FooPrivate">
27012       <method name="Void .ctor(Foo)">
27013         <size>14</size>
27014       </method>
27015       <method name="Int32 get_SomeProperty()">
27016         <size>24</size>
27017       </method>
27018     </type>
27019   </test>
27020   <test name="test-242.cs">
27021     <type name="BaseClass">
27022       <method name="Void .ctor()">
27023         <size>14</size>
27024       </method>
27025     </type>
27026     <type name="Derived">
27027       <method name="Void .ctor()">
27028         <size>7</size>
27029       </method>
27030       <method name="Int32 get_Location()">
27031         <size>3</size>
27032       </method>
27033       <method name="Void Main()">
27034         <size>1</size>
27035       </method>
27036     </type>
27037   </test>
27038   <test name="test-243.cs">
27039     <type name="X">
27040       <method name="Void .ctor()">
27041         <size>7</size>
27042       </method>
27043       <method name="Boolean Resolve(System.String)">
27044         <size>2</size>
27045       </method>
27046       <method name="System.String Test()">
27047         <size>2</size>
27048       </method>
27049       <method name="Void Main()">
27050         <size>8</size>
27051       </method>
27052     </type>
27053   </test>
27054   <test name="test-244.cs">
27055     <type name="Foo">
27056       <method name="Void .ctor()">
27057         <size>7</size>
27058       </method>
27059       <method name="Void .cctor()">
27060         <size>1</size>
27061       </method>
27062       <method name="Int32 Main()">
27063         <size>136</size>
27064       </method>
27065       <method name="MyBool get_t()">
27066         <size>29</size>
27067       </method>
27068       <method name="MyBool get_f()">
27069         <size>29</size>
27070       </method>
27071     </type>
27072     <type name="MyBool">
27073       <method name="Void .ctor(Boolean)">
27074         <size>8</size>
27075       </method>
27076       <method name="System.String ToString()">
27077         <size>12</size>
27078       </method>
27079       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
27080         <size>21</size>
27081       </method>
27082       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
27083         <size>21</size>
27084       </method>
27085       <method name="Boolean op_True(MyBool)">
27086         <size>8</size>
27087       </method>
27088       <method name="Boolean op_False(MyBool)">
27089         <size>11</size>
27090       </method>
27091     </type>
27092   </test>
27093   <test name="test-245.cs">
27094     <type name="Class2">
27095       <method name="Void .ctor()">
27096         <size>7</size>
27097       </method>
27098       <method name="System.String get_def_kind()">
27099         <size>12</size>
27100       </method>
27101       <method name="Void Main()">
27102         <size>1</size>
27103       </method>
27104     </type>
27105   </test>
27106   <test name="test-246.cs">
27107     <type name="B">
27108       <method name="Void .ctor()">
27109         <size>7</size>
27110       </method>
27111       <method name="Void Main()">
27112         <size>36</size>
27113       </method>
27114     </type>
27115     <type name="Blah">
27116       <method name="Void Dispose()">
27117         <size>11</size>
27118       </method>
27119     </type>
27120   </test>
27121   <test name="test-247.cs">
27122     <type name="B">
27123       <method name="Void .ctor()">
27124         <size>7</size>
27125       </method>
27126       <method name="Void Main()">
27127         <size>67</size>
27128       </method>
27129     </type>
27130     <type name="Blah">
27131       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
27132         <size>11</size>
27133       </method>
27134     </type>
27135   </test>
27136   <test name="test-248.cs">
27137     <type name="T">
27138       <method name="Void .ctor()">
27139         <size>7</size>
27140       </method>
27141       <method name="Foo GetFoo()">
27142         <size>10</size>
27143       </method>
27144       <method name="Void Main()">
27145         <size>26</size>
27146       </method>
27147     </type>
27148   </test>
27149   <test name="test-249.cs">
27150     <type name="X">
27151       <method name="Void .ctor()">
27152         <size>7</size>
27153       </method>
27154       <method name="Void Main()">
27155         <size>1</size>
27156       </method>
27157     </type>
27158   </test>
27159   <test name="test-25.cs">
27160     <type name="X">
27161       <method name="Void .ctor()">
27162         <size>7</size>
27163       </method>
27164       <method name="Int32 Main()">
27165         <size>214</size>
27166       </method>
27167     </type>
27168   </test>
27169   <test name="test-250.cs">
27170     <type name="Test.foo3">
27171       <method name="Void .ctor()">
27172         <size>7</size>
27173       </method>
27174     </type>
27175     <type name="Test.Tests">
27176       <method name="Void .ctor()">
27177         <size>7</size>
27178       </method>
27179       <method name="Void Main()">
27180         <size>1</size>
27181       </method>
27182     </type>
27183   </test>
27184   <test name="test-251.cs">
27185     <type name="X">
27186       <method name="Void .ctor()">
27187         <size>7</size>
27188       </method>
27189       <method name="Void Main()">
27190         <size>1</size>
27191       </method>
27192     </type>
27193   </test>
27194   <test name="test-252.cs">
27195     <type name="A">
27196       <method name="Void .ctor()">
27197         <size>7</size>
27198       </method>
27199       <method name="Void add_Bar(Foo)">
27200         <size>24</size>
27201       </method>
27202       <method name="Void remove_Bar(Foo)">
27203         <size>24</size>
27204       </method>
27205       <method name="Void m1()">
27206         <size>1</size>
27207       </method>
27208       <method name="Int32 Main()">
27209         <size>93</size>
27210       </method>
27211     </type>
27212     <type name="Foo">
27213       <method name="Void .ctor(Object, IntPtr)">
27214         <size>0</size>
27215       </method>
27216       <method name="Void Invoke()">
27217         <size>0</size>
27218       </method>
27219       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27220         <size>0</size>
27221       </method>
27222       <method name="Void EndInvoke(IAsyncResult)">
27223         <size>0</size>
27224       </method>
27225     </type>
27226   </test>
27227   <test name="test-253.cs">
27228     <type name="AccessibleAttribute">
27229       <method name="Void .ctor()">
27230         <size>7</size>
27231       </method>
27232     </type>
27233     <type name="MyClass">
27234       <method name="Void .ctor()">
27235         <size>7</size>
27236       </method>
27237     </type>
27238     <type name="Test">
27239       <method name="Void .ctor()">
27240         <size>7</size>
27241       </method>
27242       <method name="Int32 Main()">
27243         <size>66</size>
27244       </method>
27245     </type>
27246   </test>
27247   <test name="test-254.cs">
27248     <type name="TestAttribute">
27249       <method name="Void .ctor()">
27250         <size>7</size>
27251       </method>
27252     </type>
27253     <type name="Test_1">
27254       <method name="Void .ctor()">
27255         <size>7</size>
27256       </method>
27257       <method name="Void Test(Int32)">
27258         <size>1</size>
27259       </method>
27260     </type>
27261     <type name="Test_2">
27262       <method name="Void .ctor()">
27263         <size>7</size>
27264       </method>
27265       <method name="Int32 get_Test()">
27266         <size>2</size>
27267       </method>
27268       <method name="Void set_Test(Int32)">
27269         <size>1</size>
27270       </method>
27271       <method name="Void set_Test2(Boolean)">
27272         <size>1</size>
27273       </method>
27274     </type>
27275     <type name="Test_3">
27276       <method name="Void .ctor()">
27277         <size>7</size>
27278       </method>
27279       <method name="Void add_e_1(test_delegate)">
27280         <size>24</size>
27281       </method>
27282       <method name="Void remove_e_1(test_delegate)">
27283         <size>24</size>
27284       </method>
27285       <method name="Void add_e_2(test_delegate)">
27286         <size>24</size>
27287       </method>
27288       <method name="Void remove_e_2(test_delegate)">
27289         <size>24</size>
27290       </method>
27291     </type>
27292     <type name="Test_4">
27293       <method name="Void .ctor()">
27294         <size>7</size>
27295       </method>
27296       <method name="Void add_e_1(test_delegate)">
27297         <size>1</size>
27298       </method>
27299       <method name="Void remove_e_1(test_delegate)">
27300         <size>1</size>
27301       </method>
27302       <method name="Void add_e_2(test_delegate)">
27303         <size>1</size>
27304       </method>
27305       <method name="Void remove_e_2(test_delegate)">
27306         <size>1</size>
27307       </method>
27308       <method name="Void add_e_3(test_delegate)">
27309         <size>1</size>
27310       </method>
27311       <method name="Void remove_e_3(test_delegate)">
27312         <size>1</size>
27313       </method>
27314     </type>
27315     <type name="ClassMain">
27316       <method name="Void .ctor()">
27317         <size>7</size>
27318       </method>
27319       <method name="Void .cctor()">
27320         <size>1</size>
27321       </method>
27322       <method name="Void Assert(System.Object[], Boolean, Int32)">
27323         <size>65</size>
27324       </method>
27325       <method name="Int32 Main()">
27326         <size>1159</size>
27327       </method>
27328     </type>
27329     <type name="test_delegate">
27330       <method name="Void .ctor(Object, IntPtr)">
27331         <size>0</size>
27332       </method>
27333       <method name="System.Delegate Invoke(Int32)">
27334         <size>0</size>
27335       </method>
27336       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27337         <size>0</size>
27338       </method>
27339       <method name="System.Delegate EndInvoke(IAsyncResult)">
27340         <size>0</size>
27341       </method>
27342     </type>
27343   </test>
27344   <test name="test-255.cs">
27345     <type name="TestAttribute">
27346       <method name="Void .ctor()">
27347         <size>7</size>
27348       </method>
27349     </type>
27350     <type name="C">
27351       <method name="Void .ctor()">
27352         <size>7</size>
27353       </method>
27354       <method name="Void Method()">
27355         <size>1</size>
27356       </method>
27357       <method name="Void Main()">
27358         <size>1</size>
27359       </method>
27360     </type>
27361   </test>
27362   <test name="test-256.cs">
27363     <type name="TableColumn">
27364       <method name="Void .ctor()">
27365         <size>7</size>
27366       </method>
27367       <method name="System.Object get_MagicValue()">
27368         <size>2</size>
27369       </method>
27370       <method name="Void set_MagicValue(System.Object)">
27371         <size>1</size>
27372       </method>
27373     </type>
27374     <type name="Bug">
27375       <method name="Void .ctor()">
27376         <size>7</size>
27377       </method>
27378       <method name="Int32 get_TInt()">
27379         <size>2</size>
27380       </method>
27381       <method name="Void Main()">
27382         <size>1</size>
27383       </method>
27384     </type>
27385   </test>
27386   <test name="test-257.cs">
27387     <type name="X">
27388       <method name="Void Main()">
27389         <size>8</size>
27390       </method>
27391       <method name="Void call(Int32 ByRef)">
27392         <size>25</size>
27393       </method>
27394       <method name="Void .ctor()">
27395         <size>7</size>
27396       </method>
27397     </type>
27398   </test>
27399   <test name="test-258.cs">
27400     <type name="MyTest.Test">
27401       <method name="Void .ctor()">
27402         <size>7</size>
27403       </method>
27404     </type>
27405     <type name="MyTest.Test2">
27406       <method name="Void .ctor()">
27407         <size>7</size>
27408       </method>
27409       <method name="Void MyTest.Test.Inner.Foo()">
27410         <size>1</size>
27411       </method>
27412       <method name="Void Main()">
27413         <size>1</size>
27414       </method>
27415     </type>
27416   </test>
27417   <test name="test-259.cs">
27418     <type name="Testing">
27419       <method name="Void .ctor()">
27420         <size>7</size>
27421       </method>
27422       <method name="Void Main()">
27423         <size>1</size>
27424       </method>
27425     </type>
27426   </test>
27427   <test name="test-26.cs">
27428     <type name="Blah">
27429       <method name="Void .ctor()">
27430         <size>7</size>
27431       </method>
27432       <method name="Int32 Foo(Int32, Int32)">
27433         <size>4</size>
27434       </method>
27435       <method name="Int32 Test1()">
27436         <size>114</size>
27437       </method>
27438       <method name="Int32 Adder(System.Int32[])">
27439         <size>34</size>
27440       </method>
27441       <method name="Int32 Test2()">
27442         <size>46</size>
27443       </method>
27444       <method name="Int32 Main()">
27445         <size>40</size>
27446       </method>
27447     </type>
27448     <type name="Blah+MyDelegate">
27449       <method name="Void .ctor(Object, IntPtr)">
27450         <size>0</size>
27451       </method>
27452       <method name="Int32 Invoke(Int32, Int32)">
27453         <size>0</size>
27454       </method>
27455       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27456         <size>0</size>
27457       </method>
27458       <method name="Int32 EndInvoke(IAsyncResult)">
27459         <size>0</size>
27460       </method>
27461     </type>
27462     <type name="Blah+List">
27463       <method name="Void .ctor(Object, IntPtr)">
27464         <size>0</size>
27465       </method>
27466       <method name="Int32 Invoke(System.Int32[])">
27467         <size>0</size>
27468       </method>
27469       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
27470         <size>0</size>
27471       </method>
27472       <method name="Int32 EndInvoke(IAsyncResult)">
27473         <size>0</size>
27474       </method>
27475     </type>
27476     <type name="&lt;PrivateImplementationDetails&gt;">
27477       <method name="Void .ctor()">
27478         <size>7</size>
27479       </method>
27480     </type>
27481   </test>
27482   <test name="test-260.cs">
27483     <type name="x.Test">
27484       <method name="Void .ctor()">
27485         <size>7</size>
27486       </method>
27487     </type>
27488     <type name="y.Test">
27489       <method name="Void .ctor()">
27490         <size>7</size>
27491       </method>
27492     </type>
27493     <type name="b.a">
27494       <method name="Void .ctor()">
27495         <size>7</size>
27496       </method>
27497       <method name="Void Main()">
27498         <size>7</size>
27499       </method>
27500     </type>
27501   </test>
27502   <test name="test-261.cs">
27503     <type name="T">
27504       <method name="Void .ctor()">
27505         <size>7</size>
27506       </method>
27507       <method name="T get_Me()">
27508         <size>16</size>
27509       </method>
27510       <method name="T GetMe()">
27511         <size>16</size>
27512       </method>
27513       <method name="Int32 Test(T)">
27514         <size>106</size>
27515       </method>
27516       <method name="Int32 Main()">
27517         <size>31</size>
27518       </method>
27519     </type>
27520   </test>
27521   <test name="test-262.cs">
27522     <type name="n1.Attribute">
27523       <method name="Void .ctor()">
27524         <size>7</size>
27525       </method>
27526     </type>
27527     <type name="n3.A">
27528       <method name="Void .ctor()">
27529         <size>7</size>
27530       </method>
27531       <method name="Void Attribute()">
27532         <size>1</size>
27533       </method>
27534       <method name="Void X()">
27535         <size>7</size>
27536       </method>
27537       <method name="Void Main()">
27538         <size>11</size>
27539       </method>
27540     </type>
27541   </test>
27542   <test name="test-263.cs">
27543     <type name="Test">
27544       <method name="Void .ctor()">
27545         <size>7</size>
27546       </method>
27547       <method name="System.String GetString(System.Byte[])">
27548         <size>19</size>
27549       </method>
27550       <method name="Void Main()">
27551         <size>1</size>
27552       </method>
27553     </type>
27554   </test>
27555   <test name="test-264.cs">
27556     <type name="Proef">
27557       <method name="Void .ctor()">
27558         <size>7</size>
27559       </method>
27560       <method name="Void add_OnDoSomething(System.EventHandler)">
27561         <size>24</size>
27562       </method>
27563       <method name="Void remove_OnDoSomething(System.EventHandler)">
27564         <size>24</size>
27565       </method>
27566       <method name="Void Temp(System.Object, System.EventArgs)">
27567         <size>1</size>
27568       </method>
27569       <method name="Void Main()">
27570         <size>25</size>
27571       </method>
27572     </type>
27573   </test>
27574   <test name="test-265.cs">
27575     <type name="ClassFormatError">
27576       <method name="Void .ctor(String, Object[])">
27577         <size>7</size>
27578       </method>
27579       <method name="Void Main()">
27580         <size>1</size>
27581       </method>
27582     </type>
27583     <type name="UnsupportedClassVersionError">
27584       <method name="Void .ctor(String)">
27585         <size>14</size>
27586       </method>
27587     </type>
27588   </test>
27589   <test name="test-266.cs">
27590     <type name="T">
27591       <method name="Void .ctor()">
27592         <size>7</size>
27593       </method>
27594       <method name="Int32 Main()">
27595         <size>25</size>
27596       </method>
27597     </type>
27598   </test>
27599   <test name="test-267.cs">
27600     <type name="X">
27601       <method name="Void .ctor()">
27602         <size>7</size>
27603       </method>
27604       <method name="System.String Text()">
27605         <size>6</size>
27606       </method>
27607       <method name="Int32 Main()">
27608         <size>12</size>
27609       </method>
27610     </type>
27611   </test>
27612   <test name="test-268.cs">
27613     <type name="X">
27614       <method name="Void .ctor()">
27615         <size>7</size>
27616       </method>
27617       <method name="Int32 Main()">
27618         <size>26</size>
27619       </method>
27620     </type>
27621     <type name="X+Nested">
27622       <method name="Void .ctor()">
27623         <size>7</size>
27624       </method>
27625       <method name="MyEnum D()">
27626         <size>2</size>
27627       </method>
27628     </type>
27629   </test>
27630   <test name="test-269.cs">
27631     <type name="Class1">
27632       <method name="Void .ctor()">
27633         <size>7</size>
27634       </method>
27635       <method name="Int32 Main(System.String[])">
27636         <size>361</size>
27637       </method>
27638       <method name="Int32 AddABunchOfInts(...)">
27639         <size>63</size>
27640       </method>
27641       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
27642         <size>63</size>
27643       </method>
27644       <method name="Result VtAddABunchOfInts(...)">
27645         <size>68</size>
27646       </method>
27647       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
27648         <size>68</size>
27649       </method>
27650       <method name="Int32 InstAddABunchOfInts(...)">
27651         <size>63</size>
27652       </method>
27653       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
27654         <size>63</size>
27655       </method>
27656       <method name="Result InstVtAddABunchOfInts(...)">
27657         <size>68</size>
27658       </method>
27659       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
27660         <size>68</size>
27661       </method>
27662     </type>
27663     <type name="Result">
27664       <method name="Void .ctor(Int32)">
27665         <size>24</size>
27666       </method>
27667     </type>
27668   </test>
27669   <test name="test-27.cs">
27670     <type name="Foo">
27671       <method name="Void .ctor()">
27672         <size>7</size>
27673       </method>
27674       <method name="Boolean MyMethod(Int32)">
27675         <size>12</size>
27676       </method>
27677       <method name="Int32 AnotherMethod(Int32)">
27678         <size>5</size>
27679       </method>
27680     </type>
27681     <type name="Blah">
27682       <method name="Void .ctor()">
27683         <size>7</size>
27684       </method>
27685       <method name="Void Bar(Int32, Int32)">
27686         <size>9</size>
27687       </method>
27688       <method name="Int32 Main()">
27689         <size>139</size>
27690       </method>
27691     </type>
27692     <type name="Blah+MyDelegate">
27693       <method name="Void .ctor(Object, IntPtr)">
27694         <size>0</size>
27695       </method>
27696       <method name="Void Invoke(Int32, Int32)">
27697         <size>0</size>
27698       </method>
27699       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27700         <size>0</size>
27701       </method>
27702       <method name="Void EndInvoke(IAsyncResult)">
27703         <size>0</size>
27704       </method>
27705     </type>
27706   </test>
27707   <test name="test-270.cs">
27708     <type name="X">
27709       <method name="Void .ctor()">
27710         <size>7</size>
27711       </method>
27712       <method name="Int32 Test(System.String, System.Object[])">
27713         <size>2</size>
27714       </method>
27715       <method name="Int32 Main()">
27716         <size>75</size>
27717       </method>
27718       <method name="Int32 Test(System.String, ...)">
27719         <size>2</size>
27720       </method>
27721     </type>
27722   </test>
27723   <test name="test-271.cs">
27724     <type name="T">
27725       <method name="Void .ctor()">
27726         <size>7</size>
27727       </method>
27728       <method name="C X()">
27729         <size>10</size>
27730       </method>
27731       <method name="Void Main()">
27732         <size>61</size>
27733       </method>
27734     </type>
27735     <type name="T+C">
27736       <method name="IEnumerator GetEnumerator()">
27737         <size>11</size>
27738       </method>
27739     </type>
27740   </test>
27741   <test name="test-272.cs">
27742     <type name="BazAttribute">
27743       <method name="Void .ctor()">
27744         <size>7</size>
27745       </method>
27746       <method name="Void .ctor(Foo)">
27747         <size>7</size>
27748       </method>
27749       <method name="Void set_foo3(Foo)">
27750         <size>1</size>
27751       </method>
27752       <method name="Foo get_foo3()">
27753         <size>2</size>
27754       </method>
27755     </type>
27756     <type name="Test">
27757       <method name="Void .ctor()">
27758         <size>7</size>
27759       </method>
27760       <method name="Void f0()">
27761         <size>1</size>
27762       </method>
27763       <method name="Void f1()">
27764         <size>1</size>
27765       </method>
27766       <method name="Void f2()">
27767         <size>1</size>
27768       </method>
27769       <method name="Void f3()">
27770         <size>1</size>
27771       </method>
27772       <method name="Void Main()">
27773         <size>1</size>
27774       </method>
27775     </type>
27776   </test>
27777   <test name="test-273.cs">
27778     <type name="FooAttribute">
27779       <method name="Void .ctor()">
27780         <size>7</size>
27781       </method>
27782     </type>
27783     <type name="Tests">
27784       <method name="Void .ctor()">
27785         <size>7</size>
27786       </method>
27787       <method name="Void Main()">
27788         <size>36</size>
27789       </method>
27790     </type>
27791   </test>
27792   <test name="test-274.cs">
27793     <type name="MyClass">
27794       <method name="Void .ctor(String[])">
27795         <size>7</size>
27796       </method>
27797     </type>
27798     <type name="ChildClass">
27799       <method name="Void .ctor()">
27800         <size>13</size>
27801       </method>
27802     </type>
27803     <type name="M">
27804       <method name="Void .ctor()">
27805         <size>7</size>
27806       </method>
27807       <method name="Void Main()">
27808         <size>1</size>
27809       </method>
27810     </type>
27811   </test>
27812   <test name="test-275.cs">
27813     <type name="Test">
27814       <method name="Void .ctor()">
27815         <size>7</size>
27816       </method>
27817       <method name="Void add_MyEvent(DelType)">
27818         <size>24</size>
27819       </method>
27820       <method name="Void remove_MyEvent(DelType)">
27821         <size>24</size>
27822       </method>
27823       <method name="Int32 Main()">
27824         <size>176</size>
27825       </method>
27826     </type>
27827     <type name="DelType">
27828       <method name="Void .ctor(Object, IntPtr)">
27829         <size>0</size>
27830       </method>
27831       <method name="Void Invoke()">
27832         <size>0</size>
27833       </method>
27834       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27835         <size>0</size>
27836       </method>
27837       <method name="Void EndInvoke(IAsyncResult)">
27838         <size>0</size>
27839       </method>
27840     </type>
27841     <type name="S">
27842       <method name="Void add_MyEvent(DelType)">
27843         <size>24</size>
27844       </method>
27845       <method name="Void remove_MyEvent(DelType)">
27846         <size>24</size>
27847       </method>
27848     </type>
27849   </test>
27850   <test name="test-276.cs">
27851     <type name="EventTestClass">
27852       <method name="Void .ctor()">
27853         <size>7</size>
27854       </method>
27855       <method name="Void add_Elapsed(System.EventHandler)">
27856         <size>24</size>
27857       </method>
27858       <method name="Void remove_Elapsed(System.EventHandler)">
27859         <size>24</size>
27860       </method>
27861     </type>
27862     <type name="EntryPoint">
27863       <method name="Void .ctor()">
27864         <size>7</size>
27865       </method>
27866       <method name="Boolean test(System.Type)">
27867         <size>17</size>
27868       </method>
27869       <method name="Int32 Main()">
27870         <size>48</size>
27871       </method>
27872     </type>
27873   </test>
27874   <test name="test-277.cs">
27875     <type name="T">
27876       <method name="Void .ctor()">
27877         <size>7</size>
27878       </method>
27879       <method name="Int32 Main()">
27880         <size>7</size>
27881       </method>
27882       <method name="Int32 X(Byte)">
27883         <size>2</size>
27884       </method>
27885       <method name="Int32 X(Int16)">
27886         <size>2</size>
27887       </method>
27888     </type>
27889   </test>
27890   <test name="test-278.cs">
27891     <type name="X">
27892       <method name="Void .ctor()">
27893         <size>7</size>
27894       </method>
27895       <method name="Int32 Main()">
27896         <size>73</size>
27897       </method>
27898     </type>
27899     <type name="Rect">
27900       <method name="Int32 get_X()">
27901         <size>7</size>
27902       </method>
27903       <method name="Void set_X(Int32)">
27904         <size>8</size>
27905       </method>
27906     </type>
27907   </test>
27908   <test name="test-279.cs">
27909     <type name="FlagsAttributeDemo">
27910       <method name="Void .ctor()">
27911         <size>7</size>
27912       </method>
27913       <method name="Int32 Main()">
27914         <size>38</size>
27915       </method>
27916     </type>
27917   </test>
27918   <test name="test-28.cs">
27919     <type name="A">
27920       <method name="Void .ctor()">
27921         <size>7</size>
27922       </method>
27923       <method name="Int32 get_Item(Int32)">
27924         <size>0</size>
27925       </method>
27926       <method name="Int32 EmulateIndexer(Int32)">
27927         <size>8</size>
27928       </method>
27929     </type>
27930     <type name="B">
27931       <method name="Void .ctor()">
27932         <size>7</size>
27933       </method>
27934       <method name="Int32 get_Item(Int32)">
27935         <size>2</size>
27936       </method>
27937       <method name="Int32 M()">
27938         <size>8</size>
27939       </method>
27940     </type>
27941     <type name="X">
27942       <method name="Void .ctor()">
27943         <size>7</size>
27944       </method>
27945       <method name="Int32 get_Item(Int32)">
27946         <size>20</size>
27947       </method>
27948       <method name="Void set_Item(Int32, Int32)">
27949         <size>26</size>
27950       </method>
27951       <method name="Int32 Main()">
27952         <size>122</size>
27953       </method>
27954     </type>
27955   </test>
27956   <test name="test-280.cs">
27957     <type name="AppFramework.Util.Logic">
27958       <method name="Void .ctor()">
27959         <size>7</size>
27960       </method>
27961       <method name="Void Main()">
27962         <size>1</size>
27963       </method>
27964       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
27965         <size>37</size>
27966       </method>
27967     </type>
27968   </test>
27969   <test name="test-281.cs">
27970     <type name="Foo.Hello">
27971       <method name="Void .ctor()">
27972         <size>7</size>
27973       </method>
27974       <method name="Void .cctor()">
27975         <size>7</size>
27976       </method>
27977     </type>
27978     <type name="Bar.Hello">
27979       <method name="Void .ctor()">
27980         <size>7</size>
27981       </method>
27982       <method name="Void .cctor()">
27983         <size>8</size>
27984       </method>
27985     </type>
27986     <type name="Test.Test1">
27987       <method name="Void .ctor()">
27988         <size>7</size>
27989       </method>
27990       <method name="Int32 World()">
27991         <size>6</size>
27992       </method>
27993     </type>
27994     <type name="Test.Test2">
27995       <method name="Void .ctor()">
27996         <size>7</size>
27997       </method>
27998       <method name="Int32 World()">
27999         <size>6</size>
28000       </method>
28001     </type>
28002     <type name="X">
28003       <method name="Void .ctor()">
28004         <size>7</size>
28005       </method>
28006       <method name="Int32 Main()">
28007         <size>29</size>
28008       </method>
28009     </type>
28010   </test>
28011   <test name="test-282.cs">
28012     <type name="X">
28013       <method name="Void .ctor()">
28014         <size>7</size>
28015       </method>
28016       <method name="System.Object Add(integer, System.Object)">
28017         <size>70</size>
28018       </method>
28019       <method name="Int32 Main()">
28020         <size>68</size>
28021       </method>
28022     </type>
28023     <type name="integer">
28024       <method name="Void .ctor(Int32)">
28025         <size>8</size>
28026       </method>
28027       <method name="integer op_Implicit(Int32)">
28028         <size>7</size>
28029       </method>
28030       <method name="Double op_Implicit(integer)">
28031         <size>13</size>
28032       </method>
28033       <method name="integer op_Addition(integer, integer)">
28034         <size>21</size>
28035       </method>
28036     </type>
28037   </test>
28038   <test name="test-283.cs">
28039     <type name="X">
28040       <method name="Void .ctor()">
28041         <size>7</size>
28042       </method>
28043       <method name="Int32 Foo()">
28044         <size>2</size>
28045       </method>
28046     </type>
28047     <type name="Y">
28048       <method name="Void .ctor()">
28049         <size>7</size>
28050       </method>
28051       <method name="Y+D GetIt()">
28052         <size>13</size>
28053       </method>
28054       <method name="Y+D GetIt2()">
28055         <size>13</size>
28056       </method>
28057       <method name="Int32 Foo()">
28058         <size>2</size>
28059       </method>
28060       <method name="Int32 Main()">
28061         <size>56</size>
28062       </method>
28063     </type>
28064     <type name="Y+D">
28065       <method name="Void .ctor(Object, IntPtr)">
28066         <size>0</size>
28067       </method>
28068       <method name="Int32 Invoke()">
28069         <size>0</size>
28070       </method>
28071       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28072         <size>0</size>
28073       </method>
28074       <method name="Int32 EndInvoke(IAsyncResult)">
28075         <size>0</size>
28076       </method>
28077     </type>
28078   </test>
28079   <test name="test-284.cs">
28080     <type name="App">
28081       <method name="Void .ctor()">
28082         <size>7</size>
28083       </method>
28084       <method name="Void Main()">
28085         <size>12</size>
28086       </method>
28087     </type>
28088   </test>
28089   <test name="test-285.cs">
28090     <type name="T">
28091       <method name="Void .ctor()">
28092         <size>7</size>
28093       </method>
28094       <method name="Int32 Main()">
28095         <size>2</size>
28096       </method>
28097     </type>
28098   </test>
28099   <test name="test-286.cs">
28100     <type name="MethodWrapper">
28101       <method name="Void .ctor()">
28102         <size>7</size>
28103       </method>
28104       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
28105         <size>57</size>
28106       </method>
28107     </type>
28108     <type name="MapXml.Throws">
28109       <method name="Void .ctor()">
28110         <size>7</size>
28111       </method>
28112       <method name="Void Main()">
28113         <size>1</size>
28114       </method>
28115     </type>
28116   </test>
28117   <test name="test-287.cs">
28118     <type name="StaticClass">
28119       <method name="System.String Name()">
28120         <size>6</size>
28121       </method>
28122     </type>
28123     <type name="MainClass">
28124       <method name="Void .ctor()">
28125         <size>7</size>
28126       </method>
28127       <method name="Int32 Main()">
28128         <size>83</size>
28129       </method>
28130     </type>
28131     <type name="StaticClass+D">
28132       <method name="Void .ctor(Object, IntPtr)">
28133         <size>0</size>
28134       </method>
28135       <method name="System.Object Invoke()">
28136         <size>0</size>
28137       </method>
28138       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28139         <size>0</size>
28140       </method>
28141       <method name="System.Object EndInvoke(IAsyncResult)">
28142         <size>0</size>
28143       </method>
28144     </type>
28145   </test>
28146   <test name="test-288.cs">
28147     <type name="Test.BookAboutMovie">
28148       <method name="Void .ctor(String)">
28149         <size>25</size>
28150       </method>
28151       <method name="System.String GetItem(Int32)">
28152         <size>7</size>
28153       </method>
28154       <method name="System.String get_Item(Int32)">
28155         <size>7</size>
28156       </method>
28157       <method name="Int32 Main(System.String[])">
28158         <size>57</size>
28159       </method>
28160     </type>
28161   </test>
28162   <test name="test-289.cs">
28163     <type name="Test">
28164       <method name="Void .ctor()">
28165         <size>7</size>
28166       </method>
28167       <method name="Void Main()">
28168         <size>1</size>
28169       </method>
28170       <method name="Void set_Value(System.String)">
28171         <size>1</size>
28172       </method>
28173       <method name="Void set_Value()">
28174         <size>1</size>
28175       </method>
28176       <method name="Void set_Item(Int32, Int32, Boolean)">
28177         <size>1</size>
28178       </method>
28179       <method name="Void set_Item(Int32, Int32)">
28180         <size>1</size>
28181       </method>
28182       <method name="Boolean get_Item(Boolean)">
28183         <size>2</size>
28184       </method>
28185     </type>
28186   </test>
28187   <test name="test-29.cs">
28188     <type name="Base">
28189       <method name="Void .ctor()">
28190         <size>7</size>
28191       </method>
28192       <method name="Void Add(Int32)">
28193         <size>18</size>
28194       </method>
28195     </type>
28196     <type name="Derived">
28197       <method name="Void .ctor()">
28198         <size>7</size>
28199       </method>
28200       <method name="Void Add(Double)">
28201         <size>18</size>
28202       </method>
28203     </type>
28204     <type name="Demo">
28205       <method name="Void .ctor()">
28206         <size>7</size>
28207       </method>
28208       <method name="Int32 Main()">
28209         <size>51</size>
28210       </method>
28211     </type>
28212   </test>
28213   <test name="test-290.cs">
28214     <type name="EntryPoint">
28215       <method name="Void .ctor()">
28216         <size>7</size>
28217       </method>
28218       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
28219         <size>22</size>
28220       </method>
28221       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
28222         <size>22</size>
28223       </method>
28224       <method name="Void bar_f(System.Object)">
28225         <size>1</size>
28226       </method>
28227       <method name="Void Main()">
28228         <size>35</size>
28229       </method>
28230     </type>
28231     <type name="EntryPoint+EventHandler">
28232       <method name="Void .ctor(Object, IntPtr)">
28233         <size>0</size>
28234       </method>
28235       <method name="Void Invoke(System.Object)">
28236         <size>0</size>
28237       </method>
28238       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
28239         <size>0</size>
28240       </method>
28241       <method name="Void EndInvoke(IAsyncResult)">
28242         <size>0</size>
28243       </method>
28244     </type>
28245   </test>
28246   <test name="test-291.cs">
28247     <type name="Test">
28248       <method name="Void .ctor()">
28249         <size>7</size>
28250       </method>
28251       <method name="Void Method()">
28252         <size>1</size>
28253       </method>
28254       <method name="Void Main()">
28255         <size>13</size>
28256       </method>
28257     </type>
28258   </test>
28259   <test name="test-292.cs">
28260     <type name="X">
28261       <method name="Void .ctor()">
28262         <size>7</size>
28263       </method>
28264       <method name="Void .cctor()">
28265         <size>1</size>
28266       </method>
28267       <method name="Void Main()">
28268         <size>19</size>
28269       </method>
28270     </type>
28271   </test>
28272   <test name="test-293.cs">
28273     <type name="A">
28274       <method name="Void .ctor()">
28275         <size>7</size>
28276       </method>
28277       <method name="System.String get_Warning()">
28278         <size>6</size>
28279       </method>
28280     </type>
28281     <type name="B">
28282       <method name="Void .ctor()">
28283         <size>7</size>
28284       </method>
28285       <method name="System.String get_Warning()">
28286         <size>6</size>
28287       </method>
28288       <method name="Void Main()">
28289         <size>1</size>
28290       </method>
28291     </type>
28292   </test>
28293   <test name="test-294.cs">
28294     <type name="ObsoleteClass">
28295       <method name="Void .ctor()">
28296         <size>7</size>
28297       </method>
28298     </type>
28299     <type name="Test">
28300       <method name="Void .ctor()">
28301         <size>13</size>
28302       </method>
28303       <method name="Void .ctor(String, Boolean)">
28304         <size>14</size>
28305       </method>
28306       <method name="System.String get_Name()">
28307         <size>7</size>
28308       </method>
28309       <method name="Void set_Name(System.String)">
28310         <size>8</size>
28311       </method>
28312     </type>
28313     <type name="DerivedTest">
28314       <method name="Void .ctor(String)">
28315         <size>16</size>
28316       </method>
28317       <method name="System.String Method()">
28318         <size>7</size>
28319       </method>
28320       <method name="Void T2()">
28321         <size>1</size>
28322       </method>
28323       <method name="Void Main()">
28324         <size>1</size>
28325       </method>
28326     </type>
28327     <type name="ObsoleteClass2">
28328       <method name="Void .ctor()">
28329         <size>7</size>
28330       </method>
28331     </type>
28332     <type name="ObsoleteClass3">
28333       <method name="Void .ctor()">
28334         <size>18</size>
28335       </method>
28336       <method name="Void .cctor()">
28337         <size>25</size>
28338       </method>
28339     </type>
28340     <type name="ObsoleteClass4">
28341       <method name="Void .ctor()">
28342         <size>7</size>
28343       </method>
28344       <method name="Void T()">
28345         <size>59</size>
28346       </method>
28347     </type>
28348   </test>
28349   <test name="test-295.cs">
28350     <type name="MyAttribute">
28351       <method name="Void .ctor(Object)">
28352         <size>14</size>
28353       </method>
28354       <method name="System.Object get_my()">
28355         <size>7</size>
28356       </method>
28357     </type>
28358     <type name="MyConstructorBuilder">
28359       <method name="Void .ctor()">
28360         <size>7</size>
28361       </method>
28362       <method name="Int32 Main()">
28363         <size>111</size>
28364       </method>
28365       <method name="System.Type MyCreateCallee(System.AppDomain)">
28366         <size>329</size>
28367       </method>
28368     </type>
28369   </test>
28370   <test name="test-296.cs">
28371     <type name="GetElementTypeTest">
28372       <method name="Void .ctor()">
28373         <size>7</size>
28374       </method>
28375       <method name="Int32 Main(System.String[])">
28376         <size>30</size>
28377       </method>
28378     </type>
28379   </test>
28380   <test name="test-297.cs">
28381     <type name="T">
28382       <method name="Void .ctor()">
28383         <size>7</size>
28384       </method>
28385       <method name="Int32 Main()">
28386         <size>311</size>
28387       </method>
28388       <method name="Void Login(System.String)">
28389         <size>1</size>
28390       </method>
28391     </type>
28392     <type name="My">
28393       <method name="Void .ctor(Object)">
28394         <size>14</size>
28395       </method>
28396     </type>
28397   </test>
28398   <test name="test-299.cs">
28399     <type name="SampleClass">
28400       <method name="Void .ctor()">
28401         <size>7</size>
28402       </method>
28403       <method name="SuperClass op_Increment(SampleClass)">
28404         <size>6</size>
28405       </method>
28406     </type>
28407     <type name="SuperClass">
28408       <method name="Void .ctor()">
28409         <size>7</size>
28410       </method>
28411       <method name="Int32 Main()">
28412         <size>2</size>
28413       </method>
28414     </type>
28415   </test>
28416   <test name="test-3.cs">
28417     <type name="TestIntOps">
28418       <method name="Void .ctor()">
28419         <size>7</size>
28420       </method>
28421       <method name="SByte sbyte_add(SByte, SByte)">
28422         <size>7</size>
28423       </method>
28424       <method name="Int16 short_add(Int16, Int16)">
28425         <size>5</size>
28426       </method>
28427       <method name="Double double_add(Double, Double)">
28428         <size>4</size>
28429       </method>
28430       <method name="Int32 int_add(Int32, Int32)">
28431         <size>4</size>
28432       </method>
28433       <method name="Int32 int_sub(Int32, Int32)">
28434         <size>4</size>
28435       </method>
28436       <method name="Int32 int_mul(Int32, Int32)">
28437         <size>4</size>
28438       </method>
28439       <method name="Int32 Main()">
28440         <size>215</size>
28441       </method>
28442     </type>
28443   </test>
28444   <test name="test-30.cs">
28445     <type name="X">
28446       <method name="Void .ctor()">
28447         <size>7</size>
28448       </method>
28449       <method name="Void IA.Draw()">
28450         <size>8</size>
28451       </method>
28452       <method name="Void IB.Draw()">
28453         <size>8</size>
28454       </method>
28455     </type>
28456     <type name="test">
28457       <method name="Void .ctor()">
28458         <size>7</size>
28459       </method>
28460       <method name="Int32 Main()">
28461         <size>192</size>
28462       </method>
28463     </type>
28464   </test>
28465   <test name="test-300.cs">
28466     <type name="A">
28467       <method name="Void .ctor()">
28468         <size>7</size>
28469       </method>
28470       <method name="Void Main()">
28471         <size>7</size>
28472       </method>
28473     </type>
28474     <type name="A+C">
28475       <method name="Void .ctor()">
28476         <size>7</size>
28477       </method>
28478     </type>
28479     <type name="A+B">
28480       <method name="Void .ctor()">
28481         <size>473</size>
28482       </method>
28483     </type>
28484     <type name="A+B+C">
28485       <method name="Void .ctor()">
28486         <size>7</size>
28487       </method>
28488     </type>
28489   </test>
28490   <test name="test-301.cs">
28491     <type name="A">
28492       <method name="Void .ctor()">
28493         <size>7</size>
28494       </method>
28495       <method name="Void Main()">
28496         <size>7</size>
28497       </method>
28498     </type>
28499     <type name="A+B">
28500       <method name="Void .ctor()">
28501         <size>219</size>
28502       </method>
28503     </type>
28504   </test>
28505   <test name="test-302.cs">
28506     <type name="A">
28507       <method name="Void .ctor()">
28508         <size>7</size>
28509       </method>
28510       <method name="Void Main()">
28511         <size>7</size>
28512       </method>
28513     </type>
28514     <type name="A+C">
28515       <method name="Void .ctor()">
28516         <size>7</size>
28517       </method>
28518     </type>
28519     <type name="A+B">
28520       <method name="Void .ctor()">
28521         <size>24</size>
28522       </method>
28523     </type>
28524     <type name="A+B+C">
28525       <method name="Void .ctor()">
28526         <size>7</size>
28527       </method>
28528     </type>
28529   </test>
28530   <test name="test-303.cs">
28531     <type name="A">
28532       <method name="Void .ctor()">
28533         <size>7</size>
28534       </method>
28535       <method name="Void Main()">
28536         <size>7</size>
28537       </method>
28538     </type>
28539     <type name="A+C">
28540       <method name="Void .ctor()">
28541         <size>7</size>
28542       </method>
28543       <method name="Void System.IDisposable.Dispose()">
28544         <size>11</size>
28545       </method>
28546     </type>
28547     <type name="A+B">
28548       <method name="Void .ctor()">
28549         <size>31</size>
28550       </method>
28551     </type>
28552     <type name="A+B+C">
28553       <method name="Void .ctor()">
28554         <size>7</size>
28555       </method>
28556       <method name="Void System.IDisposable.Dispose()">
28557         <size>1</size>
28558       </method>
28559     </type>
28560   </test>
28561   <test name="test-304.cs">
28562     <type name="A">
28563       <method name="Void .ctor()">
28564         <size>7</size>
28565       </method>
28566       <method name="Void Main()">
28567         <size>7</size>
28568       </method>
28569     </type>
28570     <type name="A+D">
28571       <method name="Void .ctor()">
28572         <size>7</size>
28573       </method>
28574     </type>
28575     <type name="A+B">
28576       <method name="Void .ctor()">
28577         <size>473</size>
28578       </method>
28579     </type>
28580     <type name="A+B+C">
28581       <method name="Void .ctor()">
28582         <size>7</size>
28583       </method>
28584     </type>
28585   </test>
28586   <test name="test-305.cs">
28587     <type name="A">
28588       <method name="Void .ctor()">
28589         <size>7</size>
28590       </method>
28591       <method name="Void Main()">
28592         <size>7</size>
28593       </method>
28594     </type>
28595     <type name="A+B">
28596       <method name="Void .ctor()">
28597         <size>219</size>
28598       </method>
28599     </type>
28600   </test>
28601   <test name="test-306.cs">
28602     <type name="A">
28603       <method name="Void .ctor()">
28604         <size>7</size>
28605       </method>
28606       <method name="Void Main()">
28607         <size>7</size>
28608       </method>
28609     </type>
28610     <type name="A+D">
28611       <method name="Void .ctor()">
28612         <size>7</size>
28613       </method>
28614     </type>
28615     <type name="A+B">
28616       <method name="Void .ctor()">
28617         <size>24</size>
28618       </method>
28619     </type>
28620     <type name="A+B+C">
28621       <method name="Void .ctor()">
28622         <size>7</size>
28623       </method>
28624     </type>
28625   </test>
28626   <test name="test-307.cs">
28627     <type name="A">
28628       <method name="Void .ctor()">
28629         <size>7</size>
28630       </method>
28631       <method name="Void Main()">
28632         <size>7</size>
28633       </method>
28634     </type>
28635     <type name="A+D">
28636       <method name="Void .ctor()">
28637         <size>7</size>
28638       </method>
28639       <method name="Void System.IDisposable.Dispose()">
28640         <size>11</size>
28641       </method>
28642     </type>
28643     <type name="A+B">
28644       <method name="Void .ctor()">
28645         <size>31</size>
28646       </method>
28647     </type>
28648     <type name="A+B+C">
28649       <method name="Void .ctor()">
28650         <size>7</size>
28651       </method>
28652       <method name="Void System.IDisposable.Dispose()">
28653         <size>1</size>
28654       </method>
28655     </type>
28656   </test>
28657   <test name="test-308.cs">
28658     <type name="Program">
28659       <method name="Void .ctor()">
28660         <size>7</size>
28661       </method>
28662       <method name="Void Main(System.String[])">
28663         <size>40</size>
28664       </method>
28665     </type>
28666   </test>
28667   <test name="test-309.cs">
28668     <type name="MonoBASIC.Parser">
28669       <method name="Void .ctor()">
28670         <size>7</size>
28671       </method>
28672       <method name="Void Main()">
28673         <size>1</size>
28674       </method>
28675     </type>
28676     <type name="MonoBASIC.Parser+StateMachine">
28677       <method name="Void .ctor()">
28678         <size>7</size>
28679       </method>
28680       <method name="Void HandleToken(Token)">
28681         <size>1</size>
28682       </method>
28683     </type>
28684   </test>
28685   <test name="test-31.cs">
28686     <type name="Base">
28687       <method name="Void .ctor()">
28688         <size>7</size>
28689       </method>
28690       <method name="Void A()">
28691         <size>8</size>
28692       </method>
28693     </type>
28694     <type name="Derived">
28695       <method name="Void .ctor()">
28696         <size>7</size>
28697       </method>
28698       <method name="Void A()">
28699         <size>8</size>
28700       </method>
28701     </type>
28702     <type name="Test">
28703       <method name="Void .ctor()">
28704         <size>7</size>
28705       </method>
28706       <method name="Int32 Main()">
28707         <size>38</size>
28708       </method>
28709     </type>
28710   </test>
28711   <test name="test-310.cs">
28712     <type name="test.Impl">
28713       <method name="Void .ctor()">
28714         <size>7</size>
28715       </method>
28716       <method name="System.String GetType(Int32)">
28717         <size>6</size>
28718       </method>
28719       <method name="Boolean IsDone()">
28720         <size>2</size>
28721       </method>
28722     </type>
28723     <type name="test.myclass">
28724       <method name="Void .ctor()">
28725         <size>7</size>
28726       </method>
28727       <method name="Void Main(System.String[])">
28728         <size>28</size>
28729       </method>
28730     </type>
28731   </test>
28732   <test name="test-311.cs">
28733     <type name="Program">
28734       <method name="Void .ctor()">
28735         <size>38</size>
28736       </method>
28737       <method name="Void .cctor()">
28738         <size>11</size>
28739       </method>
28740       <method name="System.String get_Message()">
28741         <size>6</size>
28742       </method>
28743       <method name="Void set_Message(System.String)">
28744         <size>7</size>
28745       </method>
28746       <method name="Boolean DenyMethod()">
28747         <size>2</size>
28748       </method>
28749       <method name="Void Test2()">
28750         <size>1</size>
28751       </method>
28752       <method name="Void Test3()">
28753         <size>1</size>
28754       </method>
28755       <method name="Void Test4()">
28756         <size>1</size>
28757       </method>
28758       <method name="Int32 Main(System.String[])">
28759         <size>175</size>
28760       </method>
28761     </type>
28762     <type name="Test2">
28763       <method name="Void .ctor()">
28764         <size>7</size>
28765       </method>
28766     </type>
28767   </test>
28768   <test name="test-312.cs">
28769     <type name="X">
28770       <method name="Void .ctor()">
28771         <size>7</size>
28772       </method>
28773       <method name="Void .cctor()">
28774         <size>1</size>
28775       </method>
28776       <method name="Boolean Method(PointF)">
28777         <size>72</size>
28778       </method>
28779       <method name="Boolean Call_constructor_and_implicit()">
28780         <size>29</size>
28781       </method>
28782       <method name="Boolean Init_with_implicit_conv()">
28783         <size>52</size>
28784       </method>
28785       <method name="Boolean Init_ValueType()">
28786         <size>26</size>
28787       </method>
28788       <method name="Boolean InstanceAssignTest()">
28789         <size>75</size>
28790       </method>
28791       <method name="Int32 T()">
28792         <size>54</size>
28793       </method>
28794       <method name="Int32 Main()">
28795         <size>45</size>
28796       </method>
28797     </type>
28798     <type name="PointF">
28799       <method name="Void .ctor(Single, Single)">
28800         <size>47</size>
28801       </method>
28802     </type>
28803     <type name="Point">
28804       <method name="Void .ctor(Int32, Int32)">
28805         <size>37</size>
28806       </method>
28807       <method name="PointF op_Implicit(Point)">
28808         <size>22</size>
28809       </method>
28810     </type>
28811   </test>
28812   <test name="test-313.cs">
28813     <type name="D">
28814       <method name="Void .ctor()">
28815         <size>7</size>
28816       </method>
28817       <method name="Void A.B.METHOD()">
28818         <size>1</size>
28819       </method>
28820       <method name="Int32 Main()">
28821         <size>134</size>
28822       </method>
28823     </type>
28824   </test>
28825   <test name="test-314.cs">
28826     <type name="X">
28827       <method name="Void .ctor()">
28828         <size>28</size>
28829       </method>
28830       <method name="Void .ctor(Int32)">
28831         <size>28</size>
28832       </method>
28833       <method name="Void .cctor()">
28834         <size>11</size>
28835       </method>
28836       <method name="Int32 Main()">
28837         <size>57</size>
28838       </method>
28839     </type>
28840   </test>
28841   <test name="test-315.cs">
28842     <type name="GuardedCollectionValue">
28843       <method name="Void .ctor()">
28844         <size>7</size>
28845       </method>
28846       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
28847         <size>2</size>
28848       </method>
28849       <method name="IDirectedCollectionValue Backwards()">
28850         <size>2</size>
28851       </method>
28852     </type>
28853     <type name="GuardedSequenced">
28854       <method name="Void .ctor()">
28855         <size>7</size>
28856       </method>
28857       <method name="IDirectedCollectionValue Test()">
28858         <size>12</size>
28859       </method>
28860     </type>
28861     <type name="X">
28862       <method name="Void .ctor()">
28863         <size>7</size>
28864       </method>
28865       <method name="Void Main()">
28866         <size>1</size>
28867       </method>
28868     </type>
28869   </test>
28870   <test name="test-316.cs">
28871     <type name="D">
28872       <method name="Void .ctor()">
28873         <size>7</size>
28874       </method>
28875       <method name="Int32 IA.Add(Int32)">
28876         <size>2</size>
28877       </method>
28878       <method name="Int32 IB.Add(Int32)">
28879         <size>2</size>
28880       </method>
28881     </type>
28882     <type name="E">
28883       <method name="Void .ctor()">
28884         <size>7</size>
28885       </method>
28886       <method name="Int32 IA.Add(Int32)">
28887         <size>2</size>
28888       </method>
28889       <method name="Int32 IB.Add(Int32)">
28890         <size>2</size>
28891       </method>
28892       <method name="Void doom()">
28893         <size>1</size>
28894       </method>
28895       <method name="System.Object Clone()">
28896         <size>2</size>
28897       </method>
28898       <method name="Void Dispose()">
28899         <size>1</size>
28900       </method>
28901     </type>
28902     <type name="C">
28903       <method name="Void .ctor()">
28904         <size>7</size>
28905       </method>
28906       <method name="Int32 Test(IC)">
28907         <size>49</size>
28908       </method>
28909       <method name="Void Test2(IE)">
28910         <size>20</size>
28911       </method>
28912       <method name="Int32 Main()">
28913         <size>32</size>
28914       </method>
28915     </type>
28916   </test>
28917   <test name="test-317.cs">
28918     <type name="X">
28919       <method name="Void .ctor()">
28920         <size>7</size>
28921       </method>
28922       <method name="Void Main()">
28923         <size>1</size>
28924       </method>
28925     </type>
28926   </test>
28927   <test name="test-318.cs">
28928     <type name="Ev">
28929       <method name="Void .ctor()">
28930         <size>29</size>
28931       </method>
28932       <method name="Void add_Disposed(System.EventHandler)">
28933         <size>19</size>
28934       </method>
28935       <method name="Void remove_Disposed(System.EventHandler)">
28936         <size>19</size>
28937       </method>
28938       <method name="Void OnClick(System.EventArgs)">
28939         <size>38</size>
28940       </method>
28941     </type>
28942     <type name="Foo">
28943       <method name="Void .ctor()">
28944         <size>7</size>
28945       </method>
28946     </type>
28947     <type name="C">
28948       <method name="Void .ctor()">
28949         <size>7</size>
28950       </method>
28951       <method name="Void my_from_fixed(Int32 ByRef)">
28952         <size>4</size>
28953       </method>
28954       <method name="Void month_from_fixed(Int32)">
28955         <size>8</size>
28956       </method>
28957       <method name="Int32 CreateFromString(Int32)">
28958         <size>10</size>
28959       </method>
28960       <method name="Void Main()">
28961         <size>1</size>
28962       </method>
28963     </type>
28964     <type name="Foo">
28965       <method name="Void EventInterface.add_Event(System.EventHandler)">
28966         <size>1</size>
28967       </method>
28968       <method name="Void EventInterface.remove_Event(System.EventHandler)">
28969         <size>1</size>
28970       </method>
28971     </type>
28972     <type name="C">
28973       <method name="Double* GetValue(Double)">
28974         <size>5</size>
28975       </method>
28976     </type>
28977   </test>
28978   <test name="test-319.cs">
28979     <type name="ConstFields">
28980       <method name="Void .ctor()">
28981         <size>7</size>
28982       </method>
28983       <method name="Void .cctor()">
28984         <size>137</size>
28985       </method>
28986       <method name="Int32 Main()">
28987         <size>324</size>
28988       </method>
28989     </type>
28990   </test>
28991   <test name="test-32.cs">
28992     <type name="Blah">
28993       <method name="Void .ctor()">
28994         <size>7</size>
28995       </method>
28996       <method name="Int32 Main()">
28997         <size>50</size>
28998       </method>
28999     </type>
29000   </test>
29001   <test name="test-320.cs">
29002     <type name="X">
29003       <method name="Void .ctor(SByte*, Int32, Int32)">
29004         <size>7</size>
29005       </method>
29006       <method name="Void Main()">
29007         <size>12</size>
29008       </method>
29009     </type>
29010   </test>
29011   <test name="test-321.cs">
29012     <type name="X">
29013       <method name="Void Dispose()">
29014         <size>1</size>
29015       </method>
29016       <method name="Void Main()">
29017         <size>24</size>
29018       </method>
29019     </type>
29020   </test>
29021   <test name="test-322.cs">
29022     <type name="Y">
29023       <method name="Void .ctor(Byte)">
29024         <size>14</size>
29025       </method>
29026       <method name="Int32 op_Implicit(Y)">
29027         <size>7</size>
29028       </method>
29029     </type>
29030     <type name="X">
29031       <method name="Void .ctor()">
29032         <size>7</size>
29033       </method>
29034       <method name="Void Main()">
29035         <size>50</size>
29036       </method>
29037     </type>
29038   </test>
29039   <test name="test-323.cs">
29040     <type name="X">
29041       <method name="Void .ctor()">
29042         <size>7</size>
29043       </method>
29044       <method name="Void Main()">
29045         <size>1</size>
29046       </method>
29047     </type>
29048   </test>
29049   <test name="test-324.cs">
29050     <type name="A">
29051       <method name="Void .ctor()">
29052         <size>7</size>
29053       </method>
29054       <method name="Void DoStuff()">
29055         <size>11</size>
29056       </method>
29057     </type>
29058     <type name="T">
29059       <method name="Void .ctor()">
29060         <size>7</size>
29061       </method>
29062       <method name="Void .cctor()">
29063         <size>11</size>
29064       </method>
29065     </type>
29066     <type name="Driver">
29067       <method name="Void .ctor()">
29068         <size>7</size>
29069       </method>
29070       <method name="Void Main()">
29071         <size>22</size>
29072       </method>
29073     </type>
29074     <type name="B">
29075       <method name="Boolean get_Val()">
29076         <size>2</size>
29077       </method>
29078     </type>
29079   </test>
29080   <test name="test-325.cs">
29081     <type name="RequestAttribute">
29082       <method name="Void .ctor(String, String, String[])">
29083         <size>7</size>
29084       </method>
29085     </type>
29086     <type name="MyClass">
29087       <method name="Void .ctor()">
29088         <size>7</size>
29089       </method>
29090       <method name="Int32 SomeRequest()">
29091         <size>2</size>
29092       </method>
29093       <method name="Void Main()">
29094         <size>7</size>
29095       </method>
29096     </type>
29097   </test>
29098   <test name="test-326.cs">
29099     <type name="X">
29100       <method name="Void .ctor()">
29101         <size>7</size>
29102       </method>
29103       <method name="Int32 Main()">
29104         <size>55</size>
29105       </method>
29106     </type>
29107     <type name="Mapper">
29108       <method name="Void .ctor(Object, IntPtr)">
29109         <size>0</size>
29110       </method>
29111       <method name="Double Invoke(Int32)">
29112         <size>0</size>
29113       </method>
29114       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29115         <size>0</size>
29116       </method>
29117       <method name="Double EndInvoke(IAsyncResult)">
29118         <size>0</size>
29119       </method>
29120     </type>
29121     <type name="X">
29122       <method name="Double &lt;Main&gt;m__0(Int32)">
29123         <size>6</size>
29124       </method>
29125     </type>
29126   </test>
29127   <test name="test-327.cs">
29128     <type name="X2">
29129       <method name="Void .ctor()">
29130         <size>7</size>
29131       </method>
29132     </type>
29133     <type name="A.B.Tester">
29134       <method name="Void .ctor()">
29135         <size>7</size>
29136       </method>
29137       <method name="Void .cctor()">
29138         <size>1</size>
29139       </method>
29140       <method name="Void Main()">
29141         <size>1</size>
29142       </method>
29143     </type>
29144   </test>
29145   <test name="test-328.cs">
29146     <type name="A.B.Tester">
29147       <method name="Void .ctor()">
29148         <size>7</size>
29149       </method>
29150       <method name="Void .cctor()">
29151         <size>1</size>
29152       </method>
29153       <method name="Void Main()">
29154         <size>1</size>
29155       </method>
29156     </type>
29157   </test>
29158   <test name="test-329.cs">
29159     <type name="X">
29160       <method name="Void .ctor()">
29161         <size>7</size>
29162       </method>
29163       <method name="Void .ctor(Object)">
29164         <size>21</size>
29165       </method>
29166       <method name="Int32 Main()">
29167         <size>74</size>
29168       </method>
29169     </type>
29170   </test>
29171   <test name="test-33.cs">
29172     <type name="FirstOuter.FirstInner.First">
29173       <method name="Void .ctor()">
29174         <size>7</size>
29175       </method>
29176       <method name="System.String get_MyIdentity()">
29177         <size>12</size>
29178       </method>
29179     </type>
29180     <type name="FirstOuter.Second">
29181       <method name="Void .ctor()">
29182         <size>7</size>
29183       </method>
29184     </type>
29185     <type name="FirstOuter.SecondInner.Third">
29186       <method name="Void .ctor()">
29187         <size>7</size>
29188       </method>
29189     </type>
29190     <type name="FirstOuter.FirstInner.Fourth">
29191       <method name="Void .ctor()">
29192         <size>7</size>
29193       </method>
29194     </type>
29195     <type name="Fifth">
29196       <method name="Void .ctor()">
29197         <size>7</size>
29198       </method>
29199     </type>
29200     <type name="Application">
29201       <method name="Void .ctor()">
29202         <size>7</size>
29203       </method>
29204       <method name="Int32 Main(System.String[])">
29205         <size>139</size>
29206       </method>
29207     </type>
29208   </test>
29209   <test name="test-330.cs">
29210     <type name="X">
29211       <method name="Void .ctor()">
29212         <size>7</size>
29213       </method>
29214       <method name="Void Main()">
29215         <size>8</size>
29216       </method>
29217     </type>
29218   </test>
29219   <test name="test-331.cs">
29220     <type name="T">
29221       <method name="Void .ctor()">
29222         <size>7</size>
29223       </method>
29224       <method name="Void Main()">
29225         <size>1</size>
29226       </method>
29227       <method name="Byte* get_Ptr()">
29228         <size>7</size>
29229       </method>
29230       <method name="Void set_Ptr(Byte*)">
29231         <size>8</size>
29232       </method>
29233     </type>
29234   </test>
29235   <test name="test-332.cs">
29236     <type name="C">
29237       <method name="Void .ctor()">
29238         <size>7</size>
29239       </method>
29240       <method name="Void Main()">
29241         <size>1</size>
29242       </method>
29243     </type>
29244   </test>
29245   <test name="test-333.cs">
29246     <type name="Foo">
29247       <method name="Void .ctor()">
29248         <size>7</size>
29249       </method>
29250       <method name="Void Something()">
29251         <size>1</size>
29252       </method>
29253     </type>
29254     <type name="Bar">
29255       <method name="Void .ctor()">
29256         <size>7</size>
29257       </method>
29258       <method name="Void Something()">
29259         <size>1</size>
29260       </method>
29261       <method name="Void Main()">
29262         <size>1</size>
29263       </method>
29264     </type>
29265   </test>
29266   <test name="test-334.cs">
29267     <type name="Test.Foo.Index.CompoundFileReader">
29268       <method name="Void .ctor()">
29269         <size>7</size>
29270       </method>
29271       <method name="Void Main()">
29272         <size>1</size>
29273       </method>
29274     </type>
29275     <type name="Test.Foo.Store.Directory">
29276       <method name="Void .ctor()">
29277         <size>7</size>
29278       </method>
29279     </type>
29280   </test>
29281   <test name="test-335.cs">
29282     <type name="X">
29283       <method name="Void .ctor()">
29284         <size>7</size>
29285       </method>
29286       <method name="Void A(Int32, Int32)">
29287         <size>1</size>
29288       </method>
29289       <method name="Void C(Int32 ByRef)">
29290         <size>4</size>
29291       </method>
29292       <method name="Void Main()">
29293         <size>70</size>
29294       </method>
29295     </type>
29296     <type name="X+B">
29297       <method name="Void .ctor(Object, IntPtr)">
29298         <size>0</size>
29299       </method>
29300       <method name="Void Invoke(Int32, Int32)">
29301         <size>0</size>
29302       </method>
29303       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
29304         <size>0</size>
29305       </method>
29306       <method name="Void EndInvoke(IAsyncResult)">
29307         <size>0</size>
29308       </method>
29309     </type>
29310     <type name="X+D">
29311       <method name="Void .ctor(Object, IntPtr)">
29312         <size>0</size>
29313       </method>
29314       <method name="Void Invoke(Int32 ByRef)">
29315         <size>0</size>
29316       </method>
29317       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
29318         <size>0</size>
29319       </method>
29320       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
29321         <size>0</size>
29322       </method>
29323     </type>
29324   </test>
29325   <test name="test-336.cs">
29326     <type name="X">
29327       <method name="Void .ctor(Foo)">
29328         <size>7</size>
29329       </method>
29330       <method name="Void .ctor(Bar)">
29331         <size>7</size>
29332       </method>
29333       <method name="Void Test()">
29334         <size>1</size>
29335       </method>
29336       <method name="Void Main()">
29337         <size>19</size>
29338       </method>
29339     </type>
29340     <type name="Foo">
29341       <method name="Void .ctor(Object, IntPtr)">
29342         <size>0</size>
29343       </method>
29344       <method name="Void Invoke()">
29345         <size>0</size>
29346       </method>
29347       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29348         <size>0</size>
29349       </method>
29350       <method name="Void EndInvoke(IAsyncResult)">
29351         <size>0</size>
29352       </method>
29353     </type>
29354     <type name="Bar">
29355       <method name="Void .ctor(Object, IntPtr)">
29356         <size>0</size>
29357       </method>
29358       <method name="Void Invoke(Int32)">
29359         <size>0</size>
29360       </method>
29361       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29362         <size>0</size>
29363       </method>
29364       <method name="Void EndInvoke(IAsyncResult)">
29365         <size>0</size>
29366       </method>
29367     </type>
29368   </test>
29369   <test name="test-337.cs">
29370     <type name="Test">
29371       <method name="Void .ctor()">
29372         <size>7</size>
29373       </method>
29374       <method name="Void Main()">
29375         <size>16</size>
29376       </method>
29377     </type>
29378   </test>
29379   <test name="test-338.cs">
29380     <type name="X">
29381       <method name="Void .ctor()">
29382         <size>7</size>
29383       </method>
29384       <method name="Void .cctor()">
29385         <size>11</size>
29386       </method>
29387       <method name="Void Main()">
29388         <size>1</size>
29389       </method>
29390       <method name="Y+Z fz()">
29391         <size>6</size>
29392       </method>
29393     </type>
29394     <type name="Y">
29395       <method name="Void .ctor()">
29396         <size>7</size>
29397       </method>
29398     </type>
29399     <type name="Y+Z">
29400       <method name="Void .ctor()">
29401         <size>7</size>
29402       </method>
29403       <method name="Void .cctor()">
29404         <size>11</size>
29405       </method>
29406     </type>
29407   </test>
29408   <test name="test-339.cs">
29409     <type name="C">
29410       <method name="Void .ctor()">
29411         <size>7</size>
29412       </method>
29413       <method name="Void .cctor()">
29414         <size>17</size>
29415       </method>
29416       <method name="Int32 Main()">
29417         <size>86</size>
29418       </method>
29419     </type>
29420   </test>
29421   <test name="test-34.cs">
29422     <type name="Blah">
29423       <method name="Void .ctor()">
29424         <size>7</size>
29425       </method>
29426       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
29427         <size>7</size>
29428       </method>
29429       <method name="Int32 Bar(Int32, System.Int32[])">
29430         <size>61</size>
29431       </method>
29432       <method name="Void Foo(Int32, Int32)">
29433         <size>7</size>
29434       </method>
29435       <method name="Void In(Int32 ByRef)">
29436         <size>7</size>
29437       </method>
29438       <method name="Void Out(Int32 ByRef)">
29439         <size>7</size>
29440       </method>
29441       <method name="Int32 AddArray(System.Int32[])">
29442         <size>30</size>
29443       </method>
29444       <method name="Int32 AddFancy(FancyInt[])">
29445         <size>39</size>
29446       </method>
29447       <method name="Int32 Main()">
29448         <size>269</size>
29449       </method>
29450     </type>
29451     <type name="&lt;PrivateImplementationDetails&gt;">
29452       <method name="Void .ctor()">
29453         <size>7</size>
29454       </method>
29455     </type>
29456     <type name="FancyInt">
29457       <method name="Void .ctor(Int32)">
29458         <size>8</size>
29459       </method>
29460     </type>
29461   </test>
29462   <test name="test-340.cs">
29463     <type name="FLMID.Bugs.BoolOne.A">
29464       <method name="Void .ctor()">
29465         <size>7</size>
29466       </method>
29467       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
29468         <size>8</size>
29469       </method>
29470     </type>
29471     <type name="FLMID.Bugs.BoolOne.B">
29472       <method name="Void .ctor()">
29473         <size>7</size>
29474       </method>
29475     </type>
29476     <type name="FLMID.Bugs.BoolOne.Test">
29477       <method name="Void .ctor()">
29478         <size>7</size>
29479       </method>
29480       <method name="Int32 Main(System.String[])">
29481         <size>34</size>
29482       </method>
29483     </type>
29484     <type name="FLMID.Bugs.BoolOne.B">
29485       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
29486         <size>12</size>
29487       </method>
29488     </type>
29489   </test>
29490   <test name="test-341.cs">
29491     <type name="Test">
29492       <method name="Void .ctor()">
29493         <size>7</size>
29494       </method>
29495       <method name="Void Main()">
29496         <size>1</size>
29497       </method>
29498     </type>
29499     <type name="Libs">
29500       <method name="Void .ctor()">
29501         <size>7</size>
29502       </method>
29503     </type>
29504     <type name="Bar">
29505       <method name="Void .ctor()">
29506         <size>7</size>
29507       </method>
29508     </type>
29509     <type name="Foo">
29510       <method name="Void .ctor()">
29511         <size>7</size>
29512       </method>
29513     </type>
29514   </test>
29515   <test name="test-342.cs">
29516     <type name="A">
29517       <method name="Void .ctor()">
29518         <size>7</size>
29519       </method>
29520       <method name="Void Foo(Int32)">
29521         <size>1</size>
29522       </method>
29523       <method name="Void Foo(Double)">
29524         <size>11</size>
29525       </method>
29526     </type>
29527     <type name="B">
29528       <method name="Void .ctor()">
29529         <size>7</size>
29530       </method>
29531       <method name="Void Foo(Double)">
29532         <size>11</size>
29533       </method>
29534       <method name="Void Main()">
29535         <size>24</size>
29536       </method>
29537     </type>
29538     <type name="A">
29539       <method name="Boolean get_Item(Int32)">
29540         <size>2</size>
29541       </method>
29542       <method name="Boolean get_Item(Double)">
29543         <size>11</size>
29544       </method>
29545     </type>
29546     <type name="B">
29547       <method name="Boolean get_Item(Double)">
29548         <size>11</size>
29549       </method>
29550     </type>
29551   </test>
29552   <test name="test-343.cs">
29553     <type name="X">
29554       <method name="Void .ctor()">
29555         <size>7</size>
29556       </method>
29557       <method name="Void Concat(System.String, System.String, System.String)">
29558         <size>1</size>
29559       </method>
29560       <method name="Void Concat(System.String[])">
29561         <size>11</size>
29562       </method>
29563       <method name="Void Main()">
29564         <size>21</size>
29565       </method>
29566     </type>
29567   </test>
29568   <test name="test-344.cs">
29569     <type name="X">
29570       <method name="Void .ctor()">
29571         <size>7</size>
29572       </method>
29573       <method name="Void add_y(Y)">
29574         <size>24</size>
29575       </method>
29576       <method name="Void remove_y(Y)">
29577         <size>24</size>
29578       </method>
29579       <method name="Void Main(System.String[])">
29580         <size>13</size>
29581       </method>
29582       <method name="Void Foo()">
29583         <size>66</size>
29584       </method>
29585     </type>
29586     <type name="Y">
29587       <method name="Void .ctor(Object, IntPtr)">
29588         <size>0</size>
29589       </method>
29590       <method name="Void Invoke()">
29591         <size>0</size>
29592       </method>
29593       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29594         <size>0</size>
29595       </method>
29596       <method name="Void EndInvoke(IAsyncResult)">
29597         <size>0</size>
29598       </method>
29599     </type>
29600     <type name="X+&lt;Foo&gt;c__AnonStorey0">
29601       <method name="Void .ctor()">
29602         <size>7</size>
29603       </method>
29604       <method name="Void &lt;&gt;m__0()">
29605         <size>28</size>
29606       </method>
29607     </type>
29608   </test>
29609   <test name="test-345.cs">
29610     <type name="EntryPoint">
29611       <method name="Void .ctor()">
29612         <size>7</size>
29613       </method>
29614       <method name="Void Main()">
29615         <size>1</size>
29616       </method>
29617     </type>
29618   </test>
29619   <test name="test-346.cs">
29620     <type name="TestMethods.Class1">
29621       <method name="Void .ctor()">
29622         <size>7</size>
29623       </method>
29624       <method name="Int32 Main()">
29625         <size>91</size>
29626       </method>
29627     </type>
29628     <type name="TestMethods.ParamClass">
29629       <method name="Void .ctor()">
29630         <size>7</size>
29631       </method>
29632     </type>
29633     <type name="TestMethods.TestParam">
29634       <method name="Void .ctor()">
29635         <size>7</size>
29636       </method>
29637     </type>
29638     <type name="TestMethods.BaseClass">
29639       <method name="Void .ctor()">
29640         <size>7</size>
29641       </method>
29642       <method name="Int32 AddItem(TestMethods.ParamClass)">
29643         <size>0</size>
29644       </method>
29645     </type>
29646     <type name="TestMethods.TestClass">
29647       <method name="Void .ctor()">
29648         <size>7</size>
29649       </method>
29650       <method name="Int32 AddItem(System.Object)">
29651         <size>2</size>
29652       </method>
29653       <method name="Int32 AddItem(TestMethods.ParamClass)">
29654         <size>2</size>
29655       </method>
29656     </type>
29657   </test>
29658   <test name="test-347.cs">
29659     <type name="Whatever.Core.Project">
29660       <method name="Void .ctor()">
29661         <size>7</size>
29662       </method>
29663     </type>
29664     <type name="Whatever.Core.A">
29665       <method name="Void .ctor()">
29666         <size>7</size>
29667       </method>
29668       <method name="Whatever.Core.Project get_Project()">
29669         <size>6</size>
29670       </method>
29671     </type>
29672     <type name="SomethingElse.Core.Project">
29673       <method name="Void .ctor()">
29674         <size>7</size>
29675       </method>
29676     </type>
29677     <type name="Whatever.App.B">
29678       <method name="Void .ctor()">
29679         <size>7</size>
29680       </method>
29681       <method name="System.String Execute()">
29682         <size>12</size>
29683       </method>
29684       <method name="Void Main()">
29685         <size>12</size>
29686       </method>
29687     </type>
29688   </test>
29689   <test name="test-348.cs">
29690     <type name="BoundAttribute">
29691       <method name="Void .ctor(Double, Int32)">
29692         <size>7</size>
29693       </method>
29694     </type>
29695     <type name="C">
29696       <method name="Void .ctor()">
29697         <size>7</size>
29698       </method>
29699       <method name="Void Main()">
29700         <size>1</size>
29701       </method>
29702     </type>
29703   </test>
29704   <test name="test-349.cs">
29705     <type name="C">
29706       <method name="Void .ctor()">
29707         <size>7</size>
29708       </method>
29709       <method name="Void add_Ev1(D)">
29710         <size>24</size>
29711       </method>
29712       <method name="Void remove_Ev1(D)">
29713         <size>24</size>
29714       </method>
29715     </type>
29716     <type name="X">
29717       <method name="Void .ctor()">
29718         <size>7</size>
29719       </method>
29720       <method name="Void .cctor()">
29721         <size>1</size>
29722       </method>
29723       <method name="Void add_Ev1(D)">
29724         <size>22</size>
29725       </method>
29726       <method name="Void remove_Ev1(D)">
29727         <size>22</size>
29728       </method>
29729       <method name="Void add_Ev2(D)">
29730         <size>22</size>
29731       </method>
29732       <method name="Void remove_Ev2(D)">
29733         <size>22</size>
29734       </method>
29735     </type>
29736     <type name="X2">
29737       <method name="Void .ctor()">
29738         <size>7</size>
29739       </method>
29740       <method name="Void .cctor()">
29741         <size>7</size>
29742       </method>
29743     </type>
29744     <type name="Test">
29745       <method name="Void .ctor()">
29746         <size>7</size>
29747       </method>
29748       <method name="Void .cctor()">
29749         <size>19</size>
29750       </method>
29751       <method name="Int32 Main()">
29752         <size>63</size>
29753       </method>
29754     </type>
29755     <type name="D">
29756       <method name="Void .ctor(Object, IntPtr)">
29757         <size>0</size>
29758       </method>
29759       <method name="Void Invoke()">
29760         <size>0</size>
29761       </method>
29762       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29763         <size>0</size>
29764       </method>
29765       <method name="Void EndInvoke(IAsyncResult)">
29766         <size>0</size>
29767       </method>
29768     </type>
29769   </test>
29770   <test name="test-35.cs">
29771     <type name="X">
29772       <method name="Void .ctor()">
29773         <size>7</size>
29774       </method>
29775       <method name="Void .cctor()">
29776         <size>7</size>
29777       </method>
29778       <method name="Void a()">
29779         <size>17</size>
29780       </method>
29781       <method name="Void w(Int32)">
29782         <size>22</size>
29783       </method>
29784       <method name="Int32 Main()">
29785         <size>298</size>
29786       </method>
29787     </type>
29788   </test>
29789   <test name="test-350.cs">
29790     <type name="A">
29791       <method name="Void .ctor()">
29792         <size>7</size>
29793       </method>
29794     </type>
29795     <type name="A+BAttribute">
29796       <method name="Void .ctor()">
29797         <size>7</size>
29798       </method>
29799     </type>
29800     <type name="C">
29801       <method name="Void .ctor()">
29802         <size>7</size>
29803       </method>
29804       <method name="Void Main()">
29805         <size>1</size>
29806       </method>
29807     </type>
29808   </test>
29809   <test name="test-351.cs">
29810     <type name="Test.Testee">
29811       <method name="Void .ctor()">
29812         <size>7</size>
29813       </method>
29814       <method name="Void Bar(System.String, System.Object[])">
29815         <size>1</size>
29816       </method>
29817       <method name="Void Main()">
29818         <size>242</size>
29819       </method>
29820     </type>
29821     <type name="Test.Foo">
29822       <method name="Void .ctor(Object, IntPtr)">
29823         <size>0</size>
29824       </method>
29825       <method name="Void Invoke(System.String, System.Object[])">
29826         <size>0</size>
29827       </method>
29828       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
29829         <size>0</size>
29830       </method>
29831       <method name="Void EndInvoke(IAsyncResult)">
29832         <size>0</size>
29833       </method>
29834     </type>
29835   </test>
29836   <test name="test-352.cs">
29837     <type name="C">
29838       <method name="Void .ctor()">
29839         <size>7</size>
29840       </method>
29841       <method name="Void Main()">
29842         <size>1</size>
29843       </method>
29844     </type>
29845   </test>
29846   <test name="test-353.cs">
29847     <type name="Three">
29848       <method name="Void .ctor()">
29849         <size>7</size>
29850       </method>
29851       <method name="Void Main()">
29852         <size>7</size>
29853       </method>
29854     </type>
29855     <type name="One">
29856       <method name="Void .ctor()">
29857         <size>7</size>
29858       </method>
29859     </type>
29860     <type name="Two">
29861       <method name="Void .ctor()">
29862         <size>7</size>
29863       </method>
29864     </type>
29865   </test>
29866   <test name="test-354.cs">
29867     <type name="MYAttr">
29868       <method name="Void .ctor()">
29869         <size>7</size>
29870       </method>
29871     </type>
29872     <type name="A">
29873       <method name="Void .ctor()">
29874         <size>7</size>
29875       </method>
29876       <method name="Void Main()">
29877         <size>1</size>
29878       </method>
29879     </type>
29880   </test>
29881   <test name="test-355.cs">
29882     <type name="Level1.Level1.Level2.MainClass">
29883       <method name="Void .ctor()">
29884         <size>7</size>
29885       </method>
29886       <method name="Void Main()">
29887         <size>1</size>
29888       </method>
29889     </type>
29890   </test>
29891   <test name="test-356.cs">
29892     <type name="MainClass">
29893       <method name="Void .ctor()">
29894         <size>7</size>
29895       </method>
29896       <method name="Void Main()">
29897         <size>1</size>
29898       </method>
29899     </type>
29900   </test>
29901   <test name="test-357.cs">
29902     <type name="SD.Sd">
29903       <method name="Void .ctor()">
29904         <size>7</size>
29905       </method>
29906       <method name="Void F(Boolean)">
29907         <size>1</size>
29908       </method>
29909     </type>
29910     <type name="Foo.Bar">
29911       <method name="Void .ctor()">
29912         <size>25</size>
29913       </method>
29914       <method name="Void Main()">
29915         <size>27</size>
29916       </method>
29917     </type>
29918     <type name="Foo.Bar+f_t">
29919       <method name="Void .ctor(Object, IntPtr)">
29920         <size>0</size>
29921       </method>
29922       <method name="Void Invoke(Boolean)">
29923         <size>0</size>
29924       </method>
29925       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
29926         <size>0</size>
29927       </method>
29928       <method name="Void EndInvoke(IAsyncResult)">
29929         <size>0</size>
29930       </method>
29931     </type>
29932   </test>
29933   <test name="test-358.cs">
29934     <type name="Test">
29935       <method name="Void .ctor()">
29936         <size>7</size>
29937       </method>
29938       <method name="Void Main()">
29939         <size>50</size>
29940       </method>
29941     </type>
29942   </test>
29943   <test name="test-359.cs">
29944     <type name="Test">
29945       <method name="Void .ctor()">
29946         <size>7</size>
29947       </method>
29948       <method name="Void Main()">
29949         <size>1</size>
29950       </method>
29951     </type>
29952   </test>
29953   <test name="test-36.cs">
29954     <type name="Y">
29955       <method name="Void .ctor()">
29956         <size>7</size>
29957       </method>
29958       <method name="Int32 Main()">
29959         <size>272</size>
29960       </method>
29961     </type>
29962     <type name="X">
29963       <method name="IEnumerator GetEnumerator()">
29964         <size>35</size>
29965       </method>
29966     </type>
29967     <type name="&lt;PrivateImplementationDetails&gt;">
29968       <method name="Void .ctor()">
29969         <size>7</size>
29970       </method>
29971     </type>
29972   </test>
29973   <test name="test-360.cs">
29974     <type name="Application">
29975       <method name="Void .ctor()">
29976         <size>7</size>
29977       </method>
29978       <method name="Void Main(System.String[])">
29979         <size>13</size>
29980       </method>
29981     </type>
29982   </test>
29983   <test name="test-361.cs">
29984     <type name="X">
29985       <method name="Void .ctor()">
29986         <size>7</size>
29987       </method>
29988     </type>
29989     <type name="Test">
29990       <method name="Void .ctor()">
29991         <size>7</size>
29992       </method>
29993       <method name="Void Main()">
29994         <size>1</size>
29995       </method>
29996     </type>
29997   </test>
29998   <test name="test-362.cs">
29999     <type name="C">
30000       <method name="Void .ctor()">
30001         <size>7</size>
30002       </method>
30003       <method name="Void Main()">
30004         <size>17</size>
30005       </method>
30006       <method name="Void Test()">
30007         <size>26</size>
30008       </method>
30009     </type>
30010   </test>
30011   <test name="test-363.cs">
30012     <type name="Location">
30013       <method name="Void .ctor()">
30014         <size>7</size>
30015       </method>
30016       <method name="Void .cctor()">
30017         <size>11</size>
30018       </method>
30019     </type>
30020     <type name="Element">
30021       <method name="Void .ctor()">
30022         <size>18</size>
30023       </method>
30024       <method name="Location get_Location()">
30025         <size>7</size>
30026       </method>
30027       <method name="Void set_Location(Location)">
30028         <size>8</size>
30029       </method>
30030     </type>
30031     <type name="T">
30032       <method name="Void .ctor()">
30033         <size>7</size>
30034       </method>
30035       <method name="Void Main()">
30036         <size>1</size>
30037       </method>
30038     </type>
30039   </test>
30040   <test name="test-364.cs">
30041     <type name="X">
30042       <method name="Void .ctor()">
30043         <size>7</size>
30044       </method>
30045       <method name="Int32 Main()">
30046         <size>34</size>
30047       </method>
30048       <method name="Int32 t1(Int32)">
30049         <size>33</size>
30050       </method>
30051       <method name="Int32 t2(Int32)">
30052         <size>47</size>
30053       </method>
30054       <method name="Void Main2(System.String[])">
30055         <size>72</size>
30056       </method>
30057     </type>
30058     <type name="Delegable">
30059       <method name="Void .ctor()">
30060         <size>7</size>
30061       </method>
30062       <method name="Void add_MyDelegate(System.EventHandler)">
30063         <size>24</size>
30064       </method>
30065       <method name="Void remove_MyDelegate(System.EventHandler)">
30066         <size>24</size>
30067       </method>
30068     </type>
30069     <type name="X+Foo">
30070       <method name="Void .ctor(Object, IntPtr)">
30071         <size>0</size>
30072       </method>
30073       <method name="Int32 Invoke()">
30074         <size>0</size>
30075       </method>
30076       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30077         <size>0</size>
30078       </method>
30079       <method name="Int32 EndInvoke(IAsyncResult)">
30080         <size>0</size>
30081       </method>
30082     </type>
30083     <type name="X+&lt;t1&gt;c__AnonStorey0">
30084       <method name="Void .ctor()">
30085         <size>7</size>
30086       </method>
30087       <method name="Int32 &lt;&gt;m__0()">
30088         <size>7</size>
30089       </method>
30090     </type>
30091     <type name="X+&lt;t2&gt;c__AnonStorey1">
30092       <method name="Void .ctor()">
30093         <size>7</size>
30094       </method>
30095       <method name="Int32 &lt;&gt;m__1()">
30096         <size>7</size>
30097       </method>
30098     </type>
30099     <type name="X+&lt;Main2&gt;c__AnonStorey2">
30100       <method name="Void .ctor()">
30101         <size>7</size>
30102       </method>
30103       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
30104         <size>33</size>
30105       </method>
30106     </type>
30107   </test>
30108   <test name="test-365.cs">
30109     <type name="C">
30110       <method name="Void .ctor()">
30111         <size>19</size>
30112       </method>
30113       <method name="Void set_LiteralType(LiteralType)">
30114         <size>1</size>
30115       </method>
30116       <method name="Void Main()">
30117         <size>1</size>
30118       </method>
30119     </type>
30120   </test>
30121   <test name="test-366.cs">
30122     <type name="C">
30123       <method name="Void .ctor()">
30124         <size>7</size>
30125       </method>
30126       <method name="Int32 Main()">
30127         <size>20</size>
30128       </method>
30129     </type>
30130   </test>
30131   <test name="test-367.cs">
30132     <type name="X">
30133       <method name="Void .ctor()">
30134         <size>7</size>
30135       </method>
30136       <method name="Int32 Main()">
30137         <size>20</size>
30138       </method>
30139     </type>
30140   </test>
30141   <test name="test-368.cs">
30142     <type name="X">
30143       <method name="Void .ctor()">
30144         <size>7</size>
30145       </method>
30146       <method name="Void Main()">
30147         <size>27</size>
30148       </method>
30149     </type>
30150   </test>
30151   <test name="test-369.cs">
30152     <type name="Test">
30153       <method name="Void .ctor()">
30154         <size>7</size>
30155       </method>
30156       <method name="Boolean Equals(System.Object)">
30157         <size>2</size>
30158       </method>
30159       <method name="Int32 GetHashCode()">
30160         <size>2</size>
30161       </method>
30162       <method name="Void Main()">
30163         <size>47</size>
30164       </method>
30165       <method name="Boolean op_Equality(Test, Test)">
30166         <size>14</size>
30167       </method>
30168       <method name="Boolean op_Inequality(Test, Test)">
30169         <size>2</size>
30170       </method>
30171     </type>
30172   </test>
30173   <test name="test-37.cs">
30174     <type name="X">
30175       <method name="Void .ctor()">
30176         <size>7</size>
30177       </method>
30178       <method name="Void m(System.Int32[])">
30179         <size>9</size>
30180       </method>
30181       <method name="Int32 test_int_single_dim()">
30182         <size>88</size>
30183       </method>
30184       <method name="Int32 simple_test_double_dim()">
30185         <size>78</size>
30186       </method>
30187       <method name="Int32 Main()">
30188         <size>12</size>
30189       </method>
30190     </type>
30191   </test>
30192   <test name="test-370.cs">
30193     <type name="Test.Application">
30194       <method name="Void .ctor()">
30195         <size>7</size>
30196       </method>
30197       <method name="Int32 ParseType(System.String)">
30198         <size>168</size>
30199       </method>
30200       <method name="Int32 Main()">
30201         <size>54</size>
30202       </method>
30203     </type>
30204   </test>
30205   <test name="test-371.cs">
30206     <type name="X">
30207       <method name="Void .ctor(Boolean&amp;)">
30208         <size>10</size>
30209       </method>
30210       <method name="Void Main()">
30211         <size>1</size>
30212       </method>
30213     </type>
30214     <type name="Y">
30215       <method name="Void .ctor(Boolean&amp;)">
30216         <size>8</size>
30217       </method>
30218     </type>
30219   </test>
30220   <test name="test-372.cs">
30221     <type name="GenericNode">
30222       <method name="Void .ctor()">
30223         <size>7</size>
30224       </method>
30225       <method name="Int32 GetStat()">
30226         <size>2</size>
30227       </method>
30228     </type>
30229     <type name="GenericFileNode">
30230       <method name="Void .ctor()">
30231         <size>7</size>
30232       </method>
30233       <method name="Int32 NotUsed()">
30234         <size>2</size>
30235       </method>
30236     </type>
30237     <type name="WorkingTest">
30238       <method name="Void .ctor()">
30239         <size>7</size>
30240       </method>
30241       <method name="Int32 GetStat()">
30242         <size>3</size>
30243       </method>
30244     </type>
30245     <type name="FailingTest">
30246       <method name="Void .ctor()">
30247         <size>7</size>
30248       </method>
30249       <method name="Int32 GetStat()">
30250         <size>3</size>
30251       </method>
30252     </type>
30253     <type name="TestWrapper">
30254       <method name="Void .ctor()">
30255         <size>7</size>
30256       </method>
30257       <method name="Boolean Test(Node, System.String)">
30258         <size>39</size>
30259       </method>
30260       <method name="Int32 Main()">
30261         <size>44</size>
30262       </method>
30263     </type>
30264   </test>
30265   <test name="test-373.cs">
30266     <type name="Test">
30267       <method name="Void .ctor()">
30268         <size>7</size>
30269       </method>
30270       <method name="Void Main(System.String[])">
30271         <size>50</size>
30272       </method>
30273     </type>
30274   </test>
30275   <test name="test-374.cs">
30276     <type name="Test">
30277       <method name="Void .ctor()">
30278         <size>7</size>
30279       </method>
30280     </type>
30281     <type name="Rest">
30282       <method name="Void .ctor()">
30283         <size>7</size>
30284       </method>
30285       <method name="Void Main()">
30286         <size>1</size>
30287       </method>
30288     </type>
30289   </test>
30290   <test name="test-375.cs">
30291     <type name="a">
30292       <method name="Void .ctor()">
30293         <size>7</size>
30294       </method>
30295     </type>
30296     <type name="a+b">
30297       <method name="Void .ctor()">
30298         <size>7</size>
30299       </method>
30300     </type>
30301     <type name="c">
30302       <method name="Void .ctor()">
30303         <size>7</size>
30304       </method>
30305       <method name="Void Main()">
30306         <size>1</size>
30307       </method>
30308     </type>
30309     <type name="c+d">
30310       <method name="Void .ctor()">
30311         <size>7</size>
30312       </method>
30313     </type>
30314   </test>
30315   <test name="test-376.cs">
30316     <type name="C">
30317       <method name="Void .ctor()">
30318         <size>7</size>
30319       </method>
30320       <method name="Int32 Main()">
30321         <size>72</size>
30322       </method>
30323     </type>
30324   </test>
30325   <test name="test-377.cs">
30326     <type name="Tests">
30327       <method name="Void .ctor()">
30328         <size>7</size>
30329       </method>
30330       <method name="Void test()">
30331         <size>10</size>
30332       </method>
30333       <method name="Void Main()">
30334         <size>1</size>
30335       </method>
30336     </type>
30337   </test>
30338   <test name="test-378.cs">
30339     <type name="C">
30340       <method name="Void .ctor()">
30341         <size>7</size>
30342       </method>
30343       <method name="Void Main()">
30344         <size>1</size>
30345       </method>
30346     </type>
30347   </test>
30348   <test name="test-379.cs">
30349     <type name="DeadCode">
30350       <method name="Void .ctor()">
30351         <size>7</size>
30352       </method>
30353       <method name="Void Main()">
30354         <size>12</size>
30355       </method>
30356       <method name="System.String SomeFunc(System.String)">
30357         <size>2</size>
30358       </method>
30359     </type>
30360   </test>
30361   <test name="test-38.cs">
30362     <type name="X">
30363       <method name="Void .ctor()">
30364         <size>7</size>
30365       </method>
30366       <method name="Int32 get_Item(Int32)">
30367         <size>20</size>
30368       </method>
30369       <method name="Void set_Item(Int32, Int32)">
30370         <size>26</size>
30371       </method>
30372       <method name="Int32 Foo()">
30373         <size>2</size>
30374       </method>
30375       <method name="Int32 get_Bar()">
30376         <size>7</size>
30377       </method>
30378       <method name="Void set_Bar(Int32)">
30379         <size>8</size>
30380       </method>
30381     </type>
30382     <type name="Y">
30383       <method name="Void .ctor()">
30384         <size>7</size>
30385       </method>
30386       <method name="UInt32 get_Item(UInt32)">
30387         <size>20</size>
30388       </method>
30389       <method name="Void set_Item(UInt32, UInt32)">
30390         <size>26</size>
30391       </method>
30392       <method name="UInt32 Foo()">
30393         <size>2</size>
30394       </method>
30395       <method name="UInt32 get_Bar()">
30396         <size>7</size>
30397       </method>
30398       <method name="Void set_Bar(UInt32)">
30399         <size>8</size>
30400       </method>
30401     </type>
30402     <type name="Test">
30403       <method name="Void .ctor()">
30404         <size>7</size>
30405       </method>
30406       <method name="Int32 Main()">
30407         <size>288</size>
30408       </method>
30409     </type>
30410   </test>
30411   <test name="test-380.cs">
30412     <type name="T">
30413       <method name="Void .ctor()">
30414         <size>7</size>
30415       </method>
30416       <method name="Int32 Main()">
30417         <size>17</size>
30418       </method>
30419     </type>
30420   </test>
30421   <test name="test-381.cs">
30422     <type name="Application">
30423       <method name="Void .ctor()">
30424         <size>7</size>
30425       </method>
30426       <method name="Void Main(System.String[])">
30427         <size>13</size>
30428       </method>
30429     </type>
30430   </test>
30431   <test name="test-382.cs">
30432     <type name="Dec">
30433       <method name="Void .ctor()">
30434         <size>7</size>
30435       </method>
30436       <method name="Void .cctor()">
30437         <size>16</size>
30438       </method>
30439       <method name="Void Main()">
30440         <size>108</size>
30441       </method>
30442     </type>
30443   </test>
30444   <test name="test-383.cs">
30445     <type name="X">
30446       <method name="Void .ctor()">
30447         <size>37</size>
30448       </method>
30449       <method name="X testme(Int32 ByRef)">
30450         <size>5</size>
30451       </method>
30452       <method name="Void Main()">
30453         <size>7</size>
30454       </method>
30455     </type>
30456   </test>
30457   <test name="test-384.cs">
30458     <type name="X">
30459       <method name="Void .ctor()">
30460         <size>7</size>
30461       </method>
30462       <method name="Void .cctor()">
30463         <size>8</size>
30464       </method>
30465       <method name="Void Test()">
30466         <size>40</size>
30467       </method>
30468       <method name="Int32 Main()">
30469         <size>21</size>
30470       </method>
30471     </type>
30472   </test>
30473   <test name="test-385.cs">
30474     <type name="Test">
30475       <method name="Void .ctor()">
30476         <size>7</size>
30477       </method>
30478       <method name="Int32 Main()">
30479         <size>40</size>
30480       </method>
30481     </type>
30482   </test>
30483   <test name="test-386.cs">
30484     <type name="SuperDecimal">
30485       <method name="Void .ctor(Decimal)">
30486         <size>14</size>
30487       </method>
30488       <method name="Void Main()">
30489         <size>15</size>
30490       </method>
30491       <method name="SuperDecimal op_Implicit(Decimal)">
30492         <size>7</size>
30493       </method>
30494     </type>
30495   </test>
30496   <test name="test-387.cs">
30497     <type name="ObjectID">
30498       <method name="Void .ctor(Int64)">
30499         <size>8</size>
30500       </method>
30501       <method name="Void Main()">
30502         <size>22</size>
30503       </method>
30504       <method name="Int64 op_Implicit(ObjectID)">
30505         <size>8</size>
30506       </method>
30507       <method name="ObjectID op_Implicit(Int64)">
30508         <size>7</size>
30509       </method>
30510     </type>
30511   </test>
30512   <test name="test-388.cs">
30513     <type name="Schemas.basefieldtype">
30514       <method name="Void .ctor()">
30515         <size>7</size>
30516       </method>
30517       <method name="System.Object Instantiate()">
30518         <size>2</size>
30519       </method>
30520     </type>
30521     <type name="Schemas.fieldtype">
30522       <method name="Void .ctor()">
30523         <size>7</size>
30524       </method>
30525       <method name="System.Object Instantiate()">
30526         <size>18</size>
30527       </method>
30528     </type>
30529     <type name="Schemas.compoundfield">
30530       <method name="Void .ctor()">
30531         <size>7</size>
30532       </method>
30533       <method name="System.Object Instantiate()">
30534         <size>18</size>
30535       </method>
30536     </type>
30537     <type name="Schemas.field">
30538       <method name="Void .ctor()">
30539         <size>7</size>
30540       </method>
30541       <method name="System.Object Instantiate()">
30542         <size>18</size>
30543       </method>
30544     </type>
30545     <type name="Schemas.formdata">
30546       <method name="Void .ctor()">
30547         <size>7</size>
30548       </method>
30549       <method name="System.Object Instantiate()">
30550         <size>12</size>
30551       </method>
30552     </type>
30553     <type name="Schemas.M">
30554       <method name="Void .ctor()">
30555         <size>7</size>
30556       </method>
30557       <method name="Void Main()">
30558         <size>1</size>
30559       </method>
30560     </type>
30561   </test>
30562   <test name="test-389.cs">
30563     <type name="Schemas.basefieldtype">
30564       <method name="Void .ctor()">
30565         <size>7</size>
30566       </method>
30567       <method name="System.Object Instantiate()">
30568         <size>2</size>
30569       </method>
30570     </type>
30571     <type name="Schemas.fieldtype">
30572       <method name="Void .ctor()">
30573         <size>7</size>
30574       </method>
30575       <method name="System.Object Instantiate()">
30576         <size>18</size>
30577       </method>
30578     </type>
30579     <type name="Schemas.compoundfield">
30580       <method name="Void .ctor()">
30581         <size>7</size>
30582       </method>
30583       <method name="System.Object Instantiate()">
30584         <size>18</size>
30585       </method>
30586     </type>
30587     <type name="Schemas.field">
30588       <method name="Void .ctor()">
30589         <size>7</size>
30590       </method>
30591       <method name="System.Object Instantiate()">
30592         <size>18</size>
30593       </method>
30594     </type>
30595     <type name="Schemas.formdata">
30596       <method name="Void .ctor()">
30597         <size>7</size>
30598       </method>
30599       <method name="System.Object Instantiate()">
30600         <size>12</size>
30601       </method>
30602     </type>
30603     <type name="Schemas.M">
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-39.cs">
30613     <type name="SimpleAttribute">
30614       <method name="Void .ctor(String)">
30615         <size>14</size>
30616       </method>
30617       <method name="System.String get_AnotherArg()">
30618         <size>7</size>
30619       </method>
30620       <method name="Void set_AnotherArg(System.String)">
30621         <size>8</size>
30622       </method>
30623       <method name="Int64 get_LongValue()">
30624         <size>3</size>
30625       </method>
30626       <method name="Void set_LongValue(Int64)">
30627         <size>1</size>
30628       </method>
30629       <method name="System.Int64[] get_ArrayValue()">
30630         <size>7</size>
30631       </method>
30632       <method name="Void set_ArrayValue(System.Int64[])">
30633         <size>1</size>
30634       </method>
30635     </type>
30636     <type name="Blah2">
30637       <method name="Void .ctor()">
30638         <size>7</size>
30639       </method>
30640     </type>
30641     <type name="Blah3">
30642       <method name="Void .ctor()">
30643         <size>7</size>
30644       </method>
30645     </type>
30646     <type name="Blah">
30647       <method name="Void .ctor()">
30648         <size>7</size>
30649       </method>
30650       <method name="Int32 Main()">
30651         <size>171</size>
30652       </method>
30653     </type>
30654   </test>
30655   <test name="test-390.cs">
30656     <type name="C">
30657       <method name="Void .ctor()">
30658         <size>7</size>
30659       </method>
30660       <method name="Void Main()">
30661         <size>1</size>
30662       </method>
30663     </type>
30664     <type name="C+O">
30665       <method name="Void .ctor()">
30666         <size>7</size>
30667       </method>
30668       <method name="Void Foo()">
30669         <size>1</size>
30670       </method>
30671     </type>
30672     <type name="C+N">
30673       <method name="Void .ctor()">
30674         <size>7</size>
30675       </method>
30676       <method name="Void Foo()">
30677         <size>1</size>
30678       </method>
30679     </type>
30680     <type name="C+M">
30681       <method name="Void .ctor()">
30682         <size>7</size>
30683       </method>
30684     </type>
30685   </test>
30686   <test name="test-391.cs">
30687     <type name="C">
30688       <method name="Void .ctor()">
30689         <size>7</size>
30690       </method>
30691       <method name="Void Foo(Int32)">
30692         <size>1</size>
30693       </method>
30694       <method name="Void Foo(Int32 ByRef)">
30695         <size>1</size>
30696       </method>
30697       <method name="Void Bar(Boolean ByRef)">
30698         <size>4</size>
30699       </method>
30700       <method name="Void Bar(Boolean)">
30701         <size>1</size>
30702       </method>
30703       <method name="Void Main()">
30704         <size>1</size>
30705       </method>
30706     </type>
30707   </test>
30708   <test name="test-392.cs">
30709     <type name="C">
30710       <method name="Int32 Test()">
30711         <size>80</size>
30712       </method>
30713       <method name="Int32 Main()">
30714         <size>16</size>
30715       </method>
30716     </type>
30717     <type name="C+S">
30718       <method name="Void .ctor(Int32)">
30719         <size>8</size>
30720       </method>
30721     </type>
30722   </test>
30723   <test name="test-393.cs">
30724     <type name="A">
30725       <method name="Void .ctor(String)">
30726         <size>24</size>
30727       </method>
30728       <method name="Void .ctor()">
30729         <size>7</size>
30730       </method>
30731       <method name="System.String get_Name()">
30732         <size>7</size>
30733       </method>
30734     </type>
30735     <type name="B">
30736       <method name="Void .ctor(String)">
30737         <size>24</size>
30738       </method>
30739       <method name="Void .ctor()">
30740         <size>7</size>
30741       </method>
30742     </type>
30743     <type name="C">
30744       <method name="Void .ctor(String)">
30745         <size>24</size>
30746       </method>
30747     </type>
30748     <type name="Tester">
30749       <method name="Void .ctor()">
30750         <size>7</size>
30751       </method>
30752       <method name="A MethodSampleA(System.String)">
30753         <size>7</size>
30754       </method>
30755       <method name="B MethodSampleB(System.String)">
30756         <size>7</size>
30757       </method>
30758       <method name="C MethodSampleC(System.String)">
30759         <size>7</size>
30760       </method>
30761       <method name="Void Main()">
30762         <size>113</size>
30763       </method>
30764     </type>
30765     <type name="Tester+MethodHandler">
30766       <method name="Void .ctor(Object, IntPtr)">
30767         <size>0</size>
30768       </method>
30769       <method name="A Invoke(System.String)">
30770         <size>0</size>
30771       </method>
30772       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
30773         <size>0</size>
30774       </method>
30775       <method name="A EndInvoke(IAsyncResult)">
30776         <size>0</size>
30777       </method>
30778     </type>
30779   </test>
30780   <test name="test-394.cs">
30781     <type name="A">
30782       <method name="Void .ctor(String)">
30783         <size>24</size>
30784       </method>
30785       <method name="Void .ctor()">
30786         <size>7</size>
30787       </method>
30788       <method name="System.String get_Name()">
30789         <size>7</size>
30790       </method>
30791     </type>
30792     <type name="B">
30793       <method name="Void .ctor(String)">
30794         <size>24</size>
30795       </method>
30796       <method name="Void .ctor()">
30797         <size>7</size>
30798       </method>
30799     </type>
30800     <type name="C">
30801       <method name="Void .ctor(String, String)">
30802         <size>31</size>
30803       </method>
30804       <method name="System.String get_Value()">
30805         <size>7</size>
30806       </method>
30807     </type>
30808     <type name="Tester">
30809       <method name="Void .ctor()">
30810         <size>7</size>
30811       </method>
30812       <method name="System.String MethodSampleA(A)">
30813         <size>7</size>
30814       </method>
30815       <method name="System.String MethodSampleB(B)">
30816         <size>7</size>
30817       </method>
30818       <method name="System.String MethodSampleC(C)">
30819         <size>23</size>
30820       </method>
30821       <method name="Void Main()">
30822         <size>128</size>
30823       </method>
30824     </type>
30825     <type name="Tester+MethodHandler">
30826       <method name="Void .ctor(Object, IntPtr)">
30827         <size>0</size>
30828       </method>
30829       <method name="System.String Invoke(C)">
30830         <size>0</size>
30831       </method>
30832       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
30833         <size>0</size>
30834       </method>
30835       <method name="System.String EndInvoke(IAsyncResult)">
30836         <size>0</size>
30837       </method>
30838     </type>
30839   </test>
30840   <test name="test-395.cs">
30841     <type name="A">
30842       <method name="Void .ctor(String)">
30843         <size>24</size>
30844       </method>
30845       <method name="Void .ctor()">
30846         <size>7</size>
30847       </method>
30848       <method name="System.String get_Name()">
30849         <size>7</size>
30850       </method>
30851     </type>
30852     <type name="B">
30853       <method name="Void .ctor(String)">
30854         <size>24</size>
30855       </method>
30856       <method name="Void .ctor()">
30857         <size>7</size>
30858       </method>
30859     </type>
30860     <type name="C">
30861       <method name="Void .ctor(String, String)">
30862         <size>31</size>
30863       </method>
30864       <method name="System.String get_Value()">
30865         <size>7</size>
30866       </method>
30867     </type>
30868     <type name="Tester">
30869       <method name="Void .ctor()">
30870         <size>7</size>
30871       </method>
30872       <method name="Void MethodSample(B, A, C)">
30873         <size>55</size>
30874       </method>
30875       <method name="Void Main()">
30876         <size>71</size>
30877       </method>
30878     </type>
30879     <type name="Tester+MethodHandler">
30880       <method name="Void .ctor(Object, IntPtr)">
30881         <size>0</size>
30882       </method>
30883       <method name="Void Invoke(C, C, C)">
30884         <size>0</size>
30885       </method>
30886       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
30887         <size>0</size>
30888       </method>
30889       <method name="Void EndInvoke(IAsyncResult)">
30890         <size>0</size>
30891       </method>
30892     </type>
30893   </test>
30894   <test name="test-396.cs">
30895     <type name="MainClass">
30896       <method name="Void .ctor()">
30897         <size>7</size>
30898       </method>
30899       <method name="Int32 Main()">
30900         <size>22</size>
30901       </method>
30902     </type>
30903   </test>
30904   <test name="test-397.cs">
30905     <type name="TypeCheckAttribute">
30906       <method name="Void .ctor()">
30907         <size>7</size>
30908       </method>
30909     </type>
30910     <type name="PropertyCheckAttribute">
30911       <method name="Void .ctor()">
30912         <size>7</size>
30913       </method>
30914     </type>
30915     <type name="AccessorCheckAttribute">
30916       <method name="Void .ctor(MethodAttributes)">
30917         <size>14</size>
30918       </method>
30919       <method name="MethodAttributes get_Attributes()">
30920         <size>7</size>
30921       </method>
30922     </type>
30923     <type name="Test">
30924       <method name="Void .ctor()">
30925         <size>7</size>
30926       </method>
30927       <method name="Int32 Main(System.String[])">
30928         <size>120</size>
30929       </method>
30930       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
30931         <size>153</size>
30932       </method>
30933     </type>
30934     <type name="A">
30935       <method name="Void .ctor()">
30936         <size>7</size>
30937       </method>
30938       <method name="Int32 get_Value1()">
30939         <size>2</size>
30940       </method>
30941       <method name="Void set_Value1(Int32)">
30942         <size>1</size>
30943       </method>
30944       <method name="Int32 get_Value2()">
30945         <size>2</size>
30946       </method>
30947       <method name="Void set_Value2(Int32)">
30948         <size>1</size>
30949       </method>
30950       <method name="Int32 get_Value3()">
30951         <size>2</size>
30952       </method>
30953       <method name="Void set_Value3(Int32)">
30954         <size>1</size>
30955       </method>
30956       <method name="Int32 get_Value4()">
30957         <size>2</size>
30958       </method>
30959       <method name="Void set_Value4(Int32)">
30960         <size>1</size>
30961       </method>
30962       <method name="Int32 get_Value5()">
30963         <size>2</size>
30964       </method>
30965       <method name="Void set_Value5(Int32)">
30966         <size>1</size>
30967       </method>
30968     </type>
30969   </test>
30970   <test name="test-398.cs">
30971     <type name="Tester">
30972       <method name="Void .ctor()">
30973         <size>7</size>
30974       </method>
30975       <method name="Void Main()">
30976         <size>118</size>
30977       </method>
30978     </type>
30979     <type name="A">
30980       <method name="Void .ctor(Int32)">
30981         <size>14</size>
30982       </method>
30983       <method name="Int32 get_Count()">
30984         <size>7</size>
30985       </method>
30986       <method name="Void set_Count(Int32)">
30987         <size>8</size>
30988       </method>
30989       <method name="Int32 get_Item(Int32)">
30990         <size>2</size>
30991       </method>
30992       <method name="System.String get_Message()">
30993         <size>6</size>
30994       </method>
30995     </type>
30996     <type name="B">
30997       <method name="Void .ctor(Int32)">
30998         <size>8</size>
30999       </method>
31000       <method name="Void set_Count(Int32)">
31001         <size>1</size>
31002       </method>
31003       <method name="Void SetCount(Int32)">
31004         <size>8</size>
31005       </method>
31006       <method name="Int32 get_Item(Int32)">
31007         <size>8</size>
31008       </method>
31009       <method name="System.String get_Message()">
31010         <size>6</size>
31011       </method>
31012       <method name="Void set_Message(System.String)">
31013         <size>1</size>
31014       </method>
31015     </type>
31016   </test>
31017   <test name="test-399.cs">
31018     <type name="TestVararg">
31019       <method name="Void .ctor()">
31020         <size>7</size>
31021       </method>
31022       <method name="Int32 Main()">
31023         <size>345</size>
31024       </method>
31025       <method name="Void F(RuntimeArgumentHandle)">
31026         <size>1</size>
31027       </method>
31028       <method name="Void G(...)">
31029         <size>22</size>
31030       </method>
31031     </type>
31032   </test>
31033   <test name="test-4.cs">
31034     <type name="X">
31035       <method name="Void .ctor()">
31036         <size>7</size>
31037       </method>
31038       <method name="Void test(SByte)">
31039         <size>8</size>
31040       </method>
31041       <method name="Void test(Int32)">
31042         <size>8</size>
31043       </method>
31044       <method name="Int32 Main()">
31045         <size>102</size>
31046       </method>
31047     </type>
31048   </test>
31049   <test name="test-40.cs">
31050     <type name="Blah">
31051       <method name="Void .ctor()">
31052         <size>7</size>
31053       </method>
31054       <method name="Int32 Main()">
31055         <size>203</size>
31056       </method>
31057     </type>
31058   </test>
31059   <test name="test-400.cs">
31060     <type name="X">
31061       <method name="Void .ctor()">
31062         <size>7</size>
31063       </method>
31064       <method name="Void .cctor()">
31065         <size>52</size>
31066       </method>
31067       <method name="Int32 TestDereference()">
31068         <size>89</size>
31069       </method>
31070       <method name="Int32 TestPtrAdd()">
31071         <size>86</size>
31072       </method>
31073       <method name="Int32 TestPtrAssign()">
31074         <size>198</size>
31075       </method>
31076       <method name="Int32 TestPtrArithmetic()">
31077         <size>226</size>
31078       </method>
31079       <method name="Int32 TestMultiple()">
31080         <size>93</size>
31081       </method>
31082       <method name="Int32 Main()">
31083         <size>82</size>
31084       </method>
31085     </type>
31086   </test>
31087   <test name="test-401.cs">
31088     <type name="X">
31089       <method name="Void .ctor()">
31090         <size>7</size>
31091       </method>
31092       <method name="Int32 Main()">
31093         <size>170</size>
31094       </method>
31095     </type>
31096   </test>
31097   <test name="test-402.cs">
31098     <type name="X">
31099       <method name="Void .ctor()">
31100         <size>7</size>
31101       </method>
31102       <method name="Int32 Main()">
31103         <size>18</size>
31104       </method>
31105     </type>
31106   </test>
31107   <test name="test-403.cs">
31108     <type name="Foo">
31109       <method name="Void .ctor()">
31110         <size>7</size>
31111       </method>
31112       <method name="Int32 Main()">
31113         <size>91</size>
31114       </method>
31115     </type>
31116   </test>
31117   <test name="test-404.cs">
31118     <type name="X">
31119       <method name="Void .ctor()">
31120         <size>7</size>
31121       </method>
31122       <method name="Int32 Main()">
31123         <size>48</size>
31124       </method>
31125       <method name="Int32* get_v()">
31126         <size>20</size>
31127       </method>
31128     </type>
31129   </test>
31130   <test name="test-405.cs">
31131     <type name="testapp.LibTestAPI">
31132       <method name="Void .ctor()">
31133         <size>7</size>
31134       </method>
31135       <method name="Void Create()">
31136         <size>17</size>
31137       </method>
31138     </type>
31139     <type name="testapp.TestApp">
31140       <method name="Void .ctor()">
31141         <size>7</size>
31142       </method>
31143       <method name="Void Main(System.String[])">
31144         <size>13</size>
31145       </method>
31146     </type>
31147   </test>
31148   <test name="test-406.cs">
31149     <type name="TestCase.Test">
31150       <method name="Void .ctor()">
31151         <size>7</size>
31152       </method>
31153       <method name="Int32 Main(System.String[])">
31154         <size>180</size>
31155       </method>
31156       <method name="UInt32 DoOp(UInt32*)">
31157         <size>11</size>
31158       </method>
31159       <method name="UInt32 DoOp2(UInt32*)">
31160         <size>10</size>
31161       </method>
31162     </type>
31163   </test>
31164   <test name="test-407.cs">
31165     <type name="MainClass">
31166       <method name="Void .ctor()">
31167         <size>7</size>
31168       </method>
31169       <method name="Void Main()">
31170         <size>12</size>
31171       </method>
31172     </type>
31173   </test>
31174   <test name="test-408.cs">
31175     <type name="T">
31176       <method name="Void .ctor()">
31177         <size>7</size>
31178       </method>
31179       <method name="Int32 Main()">
31180         <size>44</size>
31181       </method>
31182     </type>
31183   </test>
31184   <test name="test-409.cs">
31185     <type name="X">
31186       <method name="Int32 Main()">
31187         <size>27</size>
31188       </method>
31189     </type>
31190   </test>
31191   <test name="test-41.cs">
31192     <type name="X">
31193       <method name="Void .ctor()">
31194         <size>7</size>
31195       </method>
31196       <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)">
31197         <size>188</size>
31198       </method>
31199       <method name="Int32 Main()">
31200         <size>228</size>
31201       </method>
31202     </type>
31203   </test>
31204   <test name="test-410.cs">
31205     <type name="B">
31206       <method name="Void .ctor()">
31207         <size>7</size>
31208       </method>
31209       <method name="Int32 Main()">
31210         <size>28</size>
31211       </method>
31212     </type>
31213   </test>
31214   <test name="test-411.cs">
31215     <type name="QtSamples.QtClass">
31216       <method name="Void .ctor()">
31217         <size>24</size>
31218       </method>
31219       <method name="Void pressEvent()">
31220         <size>1</size>
31221       </method>
31222     </type>
31223     <type name="QtSamples.Testing">
31224       <method name="Void .ctor()">
31225         <size>7</size>
31226       </method>
31227       <method name="Int32 Main()">
31228         <size>8</size>
31229       </method>
31230     </type>
31231   </test>
31232   <test name="test-412.cs">
31233     <type name="Foo.Baz">
31234       <method name="Void .ctor()">
31235         <size>7</size>
31236       </method>
31237       <method name="Void Main()">
31238         <size>1</size>
31239       </method>
31240     </type>
31241   </test>
31242   <test name="test-413.cs">
31243     <type name="Driver">
31244       <method name="Void .ctor()">
31245         <size>7</size>
31246       </method>
31247       <method name="Void Main()">
31248         <size>6</size>
31249       </method>
31250     </type>
31251   </test>
31252   <test name="test-414.cs">
31253     <type name="BB">
31254       <method name="Void .ctor()">
31255         <size>7</size>
31256       </method>
31257       <method name="System.String get_Data()">
31258         <size>2</size>
31259       </method>
31260       <method name="Void Main()">
31261         <size>1</size>
31262       </method>
31263     </type>
31264   </test>
31265   <test name="test-415.cs">
31266     <type name="MyTestExtended">
31267       <method name="Void .ctor()">
31268         <size>7</size>
31269       </method>
31270       <method name="System.String GetName()">
31271         <size>6</size>
31272       </method>
31273       <method name="Void Main(System.String[])">
31274         <size>33</size>
31275       </method>
31276     </type>
31277   </test>
31278   <test name="test-417.cs">
31279     <type name="blah2.MyClass">
31280       <method name="Void .ctor()">
31281         <size>7</size>
31282       </method>
31283       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
31284         <size>24</size>
31285       </method>
31286       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
31287         <size>24</size>
31288       </method>
31289       <method name="Void DoSomethingFunny()">
31290         <size>46</size>
31291       </method>
31292       <method name="Void Main(System.String[])">
31293         <size>13</size>
31294       </method>
31295     </type>
31296   </test>
31297   <test name="test-419.cs">
31298     <type name="Test">
31299       <method name="Void .ctor()">
31300         <size>7</size>
31301       </method>
31302       <method name="Void Main()">
31303         <size>7</size>
31304       </method>
31305     </type>
31306   </test>
31307   <test name="test-42.cs">
31308     <type name="X">
31309       <method name="Void .ctor()">
31310         <size>7</size>
31311       </method>
31312       <method name="Int32 get_Item(Int32)">
31313         <size>14</size>
31314       </method>
31315       <method name="Void set_Item(Int32, Int32)">
31316         <size>15</size>
31317       </method>
31318       <method name="Int32 get_P()">
31319         <size>7</size>
31320       </method>
31321       <method name="Void set_P(Int32)">
31322         <size>8</size>
31323       </method>
31324     </type>
31325     <type name="Z">
31326       <method name="Void .ctor()">
31327         <size>7</size>
31328       </method>
31329       <method name="Z get_P()">
31330         <size>2</size>
31331       </method>
31332       <method name="Void set_P(Z)">
31333         <size>1</size>
31334       </method>
31335       <method name="Z op_Increment(Z)">
31336         <size>16</size>
31337       </method>
31338     </type>
31339     <type name="Y">
31340       <method name="Void .ctor()">
31341         <size>7</size>
31342       </method>
31343       <method name="Int32 p_pre_increment(X)">
31344         <size>18</size>
31345       </method>
31346       <method name="Int32 p_post_increment(X)">
31347         <size>18</size>
31348       </method>
31349       <method name="Int32 i_pre_increment(X)">
31350         <size>27</size>
31351       </method>
31352       <method name="Int32 i_post_increment(X)">
31353         <size>27</size>
31354       </method>
31355       <method name="Z overload_increment(Z)">
31356         <size>10</size>
31357       </method>
31358       <method name="Z overload_pre_increment(Z)">
31359         <size>10</size>
31360       </method>
31361       <method name="Z ugly(Z)">
31362         <size>21</size>
31363       </method>
31364       <method name="Int32 simple(Int32)">
31365         <size>62</size>
31366       </method>
31367       <method name="Int32 arrays()">
31368         <size>234</size>
31369       </method>
31370       <method name="Int32 Main()">
31371         <size>161</size>
31372       </method>
31373     </type>
31374   </test>
31375   <test name="test-420.cs">
31376     <type name="Test">
31377       <method name="Void .ctor()">
31378         <size>7</size>
31379       </method>
31380       <method name="Void Main()">
31381         <size>7</size>
31382       </method>
31383     </type>
31384   </test>
31385   <test name="test-421.cs">
31386     <type name="A">
31387       <method name="Void .ctor()">
31388         <size>7</size>
31389       </method>
31390       <method name="Void SetObject(System.String)">
31391         <size>12</size>
31392       </method>
31393     </type>
31394     <type name="B">
31395       <method name="Void .ctor()">
31396         <size>7</size>
31397       </method>
31398     </type>
31399     <type name="C">
31400       <method name="Void .ctor()">
31401         <size>7</size>
31402       </method>
31403       <method name="Void .cctor()">
31404         <size>1</size>
31405       </method>
31406       <method name="Void SetObject(System.String)">
31407         <size>18</size>
31408       </method>
31409     </type>
31410     <type name="X">
31411       <method name="Void .ctor()">
31412         <size>7</size>
31413       </method>
31414       <method name="Int32 Main(System.String[])">
31415         <size>31</size>
31416       </method>
31417     </type>
31418   </test>
31419   <test name="test-422.cs">
31420     <type name="HelloWorld.MainClass">
31421       <method name="Void .ctor()">
31422         <size>7</size>
31423       </method>
31424       <method name="Void .cctor()">
31425         <size>17</size>
31426       </method>
31427       <method name="Void Main(System.String[])">
31428         <size>1</size>
31429       </method>
31430       <method name="Boolean CheckTrueThat()">
31431         <size>2</size>
31432       </method>
31433     </type>
31434   </test>
31435   <test name="test-423.cs">
31436     <type name="Test">
31437       <method name="Void .ctor()">
31438         <size>7</size>
31439       </method>
31440       <method name="Void Func(Int32 ByRef)">
31441         <size>12</size>
31442       </method>
31443       <method name="Void Main()">
31444         <size>10</size>
31445       </method>
31446       <method name="Void lowLevelCall(Int32*)">
31447         <size>1</size>
31448       </method>
31449     </type>
31450   </test>
31451   <test name="test-424.cs">
31452     <type name="XX">
31453       <method name="Void .ctor()">
31454         <size>7</size>
31455       </method>
31456       <method name="Void Metodo(System.Exception)">
31457         <size>37</size>
31458       </method>
31459       <method name="IEnumerable X()">
31460         <size>16</size>
31461       </method>
31462       <method name="Void Main()">
31463         <size>63</size>
31464       </method>
31465     </type>
31466     <type name="XX+&lt;X&gt;c__Iterator0">
31467       <method name="Void .ctor()">
31468         <size>7</size>
31469       </method>
31470       <method name="System.Object System.Collections.IEnumerator.get_Current()">
31471         <size>7</size>
31472       </method>
31473       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
31474         <size>7</size>
31475       </method>
31476       <method name="Boolean MoveNext()">
31477         <size>105</size>
31478       </method>
31479       <method name="Void Dispose()">
31480         <size>8</size>
31481       </method>
31482       <method name="Void Reset()">
31483         <size>6</size>
31484       </method>
31485       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
31486         <size>7</size>
31487       </method>
31488       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
31489         <size>26</size>
31490       </method>
31491     </type>
31492   </test>
31493   <test name="test-425.cs">
31494     <type name="A">
31495       <method name="Void .ctor()">
31496         <size>7</size>
31497       </method>
31498       <method name="Void Main()">
31499         <size>1</size>
31500       </method>
31501     </type>
31502     <type name="AAttribute">
31503       <method name="Void .ctor()">
31504         <size>7</size>
31505       </method>
31506     </type>
31507   </test>
31508   <test name="test-426.cs">
31509     <type name="X">
31510       <method name="Void .ctor()">
31511         <size>7</size>
31512       </method>
31513       <method name="Void Main()">
31514         <size>11</size>
31515       </method>
31516     </type>
31517   </test>
31518   <test name="test-427.cs">
31519     <type name="X">
31520       <method name="Void .ctor()">
31521         <size>7</size>
31522       </method>
31523       <method name="Void Main()">
31524         <size>11</size>
31525       </method>
31526     </type>
31527   </test>
31528   <test name="test-428.cs">
31529     <type name="A">
31530       <method name="Void .ctor()">
31531         <size>7</size>
31532       </method>
31533     </type>
31534     <type name="X">
31535       <method name="Void .ctor()">
31536         <size>7</size>
31537       </method>
31538       <method name="Void Main()">
31539         <size>18</size>
31540       </method>
31541     </type>
31542     <type name="X+A">
31543       <method name="Void .ctor()">
31544         <size>7</size>
31545       </method>
31546     </type>
31547   </test>
31548   <test name="test-429.cs">
31549     <type name="Foo.A">
31550       <method name="Void .ctor()">
31551         <size>7</size>
31552       </method>
31553     </type>
31554     <type name="A">
31555       <method name="Void .ctor()">
31556         <size>7</size>
31557       </method>
31558     </type>
31559     <type name="X">
31560       <method name="Void .ctor()">
31561         <size>7</size>
31562       </method>
31563       <method name="Void Main()">
31564         <size>18</size>
31565       </method>
31566     </type>
31567   </test>
31568   <test name="test-43.cs">
31569     <type name="X">
31570       <method name="Void .ctor()">
31571         <size>7</size>
31572       </method>
31573       <method name="Int32 test_single(System.Int32[])">
31574         <size>34</size>
31575       </method>
31576       <method name="Int32 test_continue(System.Int32[])">
31577         <size>57</size>
31578       </method>
31579       <method name="Boolean test_double(System.Double[])">
31580         <size>61</size>
31581       </method>
31582       <method name="Int32 test_break(System.Int32[])">
31583         <size>57</size>
31584       </method>
31585       <method name="Boolean test_multi(System.Int32[,])">
31586         <size>84</size>
31587       </method>
31588       <method name="Int32 Main()">
31589         <size>284</size>
31590       </method>
31591     </type>
31592     <type name="&lt;PrivateImplementationDetails&gt;">
31593       <method name="Void .ctor()">
31594         <size>7</size>
31595       </method>
31596     </type>
31597   </test>
31598   <test name="test-430.cs">
31599     <type name="A">
31600       <method name="Void .ctor()">
31601         <size>7</size>
31602       </method>
31603     </type>
31604     <type name="X">
31605       <method name="Void .ctor()">
31606         <size>7</size>
31607       </method>
31608       <method name="Void Main()">
31609         <size>18</size>
31610       </method>
31611     </type>
31612     <type name="X+A">
31613       <method name="Void .ctor()">
31614         <size>7</size>
31615       </method>
31616     </type>
31617   </test>
31618   <test name="test-431.cs">
31619     <type name="Foo.A">
31620       <method name="Void .ctor()">
31621         <size>7</size>
31622       </method>
31623     </type>
31624     <type name="X">
31625       <method name="Void .ctor()">
31626         <size>7</size>
31627       </method>
31628       <method name="Void Main()">
31629         <size>18</size>
31630       </method>
31631     </type>
31632   </test>
31633   <test name="test-432.cs">
31634     <type name="Foo.A">
31635       <method name="Void .ctor()">
31636         <size>7</size>
31637       </method>
31638     </type>
31639     <type name="X">
31640       <method name="Void .ctor()">
31641         <size>7</size>
31642       </method>
31643       <method name="Void Main()">
31644         <size>18</size>
31645       </method>
31646     </type>
31647   </test>
31648   <test name="test-433.cs">
31649     <type name="Foo.A">
31650       <method name="Void .ctor()">
31651         <size>7</size>
31652       </method>
31653     </type>
31654     <type name="X">
31655       <method name="Void .ctor()">
31656         <size>7</size>
31657       </method>
31658       <method name="Void .cctor()">
31659         <size>11</size>
31660       </method>
31661       <method name="Void Main()">
31662         <size>16</size>
31663       </method>
31664     </type>
31665   </test>
31666   <test name="test-434.cs">
31667     <type name="Foo.A">
31668       <method name="Void .ctor()">
31669         <size>7</size>
31670       </method>
31671     </type>
31672     <type name="X">
31673       <method name="Void .ctor()">
31674         <size>7</size>
31675       </method>
31676       <method name="Void .cctor()">
31677         <size>11</size>
31678       </method>
31679       <method name="Void Main()">
31680         <size>16</size>
31681       </method>
31682     </type>
31683   </test>
31684   <test name="test-435.cs">
31685     <type name="X">
31686       <method name="Void .ctor()">
31687         <size>7</size>
31688       </method>
31689       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
31690         <size>2</size>
31691       </method>
31692       <method name="Void Main()">
31693         <size>7</size>
31694       </method>
31695     </type>
31696   </test>
31697   <test name="test-436.cs">
31698     <type name="X">
31699       <method name="Void .ctor()">
31700         <size>7</size>
31701       </method>
31702       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
31703         <size>2</size>
31704       </method>
31705       <method name="Void Main()">
31706         <size>7</size>
31707       </method>
31708     </type>
31709   </test>
31710   <test name="test-437.cs">
31711     <type name="T2">
31712       <method name="Void .ctor()">
31713         <size>7</size>
31714       </method>
31715     </type>
31716     <type name="Test">
31717       <method name="Void .ctor()">
31718         <size>7</size>
31719       </method>
31720       <method name="Void Main()">
31721         <size>65</size>
31722       </method>
31723     </type>
31724   </test>
31725   <test name="test-438.cs">
31726     <type name="Program">
31727       <method name="Void .ctor()">
31728         <size>7</size>
31729       </method>
31730       <method name="Void Main(System.String[])">
31731         <size>40</size>
31732       </method>
31733     </type>
31734   </test>
31735   <test name="test-439.cs">
31736     <type name="Test">
31737       <method name="Void .ctor()">
31738         <size>7</size>
31739       </method>
31740       <method name="Void Main()">
31741         <size>45</size>
31742       </method>
31743     </type>
31744     <type name="LayerMask">
31745       <method name="Int32 op_Implicit(LayerMask)">
31746         <size>8</size>
31747       </method>
31748       <method name="LayerMask op_Implicit(Int32)">
31749         <size>11</size>
31750       </method>
31751     </type>
31752   </test>
31753   <test name="test-44.cs">
31754     <type name="X">
31755       <method name="Void .ctor()">
31756         <size>7</size>
31757       </method>
31758       <method name="Int32 dob(System.Int32[,])">
31759         <size>80</size>
31760       </method>
31761       <method name="Int32 count(System.Object)">
31762         <size>39</size>
31763       </method>
31764       <method name="Int32 Main()">
31765         <size>133</size>
31766       </method>
31767     </type>
31768   </test>
31769   <test name="test-440.cs">
31770     <type name="A">
31771       <method name="Void .ctor()">
31772         <size>7</size>
31773       </method>
31774       <method name="Void Main()">
31775         <size>26</size>
31776       </method>
31777       <method name="Double op_Implicit(A)">
31778         <size>10</size>
31779       </method>
31780       <method name="Int32 op_Implicit(A)">
31781         <size>2</size>
31782       </method>
31783     </type>
31784   </test>
31785   <test name="test-441.cs">
31786     <type name="Test">
31787       <method name="Void .ctor()">
31788         <size>7</size>
31789       </method>
31790       <method name="Void .cctor()">
31791         <size>1</size>
31792       </method>
31793       <method name="Void Main()">
31794         <size>25</size>
31795       </method>
31796     </type>
31797   </test>
31798   <test name="test-442.cs">
31799     <type name="ConsoleApplication1.Program">
31800       <method name="Void .ctor()">
31801         <size>7</size>
31802       </method>
31803       <method name="Void Main(System.String[])">
31804         <size>70</size>
31805       </method>
31806     </type>
31807   </test>
31808   <test name="test-443.cs">
31809     <type name="C">
31810       <method name="Void .ctor(ITopic)">
31811         <size>31</size>
31812       </method>
31813       <method name="Void Main()">
31814         <size>1</size>
31815       </method>
31816     </type>
31817   </test>
31818   <test name="test-444.cs">
31819     <type name="쯠쯡쯢">
31820       <method name="Void .ctor()">
31821         <size>7</size>
31822       </method>
31823       <method name="Void Main()">
31824         <size>1</size>
31825       </method>
31826     </type>
31827   </test>
31828   <test name="test-445.cs">
31829     <type name="ConvFromInt">
31830       <method name="Void .ctor()">
31831         <size>14</size>
31832       </method>
31833       <method name="Void .ctor(Int32)">
31834         <size>16</size>
31835       </method>
31836       <method name="ConvFromInt op_Implicit(Int32)">
31837         <size>7</size>
31838       </method>
31839     </type>
31840     <type name="Foo">
31841       <method name="Void .ctor()">
31842         <size>7</size>
31843       </method>
31844       <method name="Void .cctor()">
31845         <size>45</size>
31846       </method>
31847       <method name="Void Main()">
31848         <size>111</size>
31849       </method>
31850     </type>
31851   </test>
31852   <test name="test-446.cs">
31853     <type name="FooTest">
31854       <method name="Void .ctor()">
31855         <size>7</size>
31856       </method>
31857       <method name="Void Main()">
31858         <size>8</size>
31859       </method>
31860       <method name="Void Foo(UInt64)">
31861         <size>1</size>
31862       </method>
31863     </type>
31864   </test>
31865   <test name="test-447.cs">
31866     <type name="System.MonoTODOAttribute">
31867       <method name="Void .ctor()">
31868         <size>7</size>
31869       </method>
31870     </type>
31871     <type name="System.Web.HttpBrowserCapabilities">
31872       <method name="Void .ctor()">
31873         <size>7</size>
31874       </method>
31875       <method name="System.Version get_A()">
31876         <size>6</size>
31877       </method>
31878     </type>
31879     <type name="Test">
31880       <method name="Void .ctor()">
31881         <size>7</size>
31882       </method>
31883       <method name="Void Main()">
31884         <size>1</size>
31885       </method>
31886     </type>
31887   </test>
31888   <test name="test-448.cs">
31889     <type name="MonoDivideProblem">
31890       <method name="Void .ctor()">
31891         <size>7</size>
31892       </method>
31893       <method name="Void .cctor()">
31894         <size>17</size>
31895       </method>
31896       <method name="Void Main(System.String[])">
31897         <size>27</size>
31898       </method>
31899     </type>
31900   </test>
31901   <test name="test-449.cs">
31902     <type name="X">
31903       <method name="Void .ctor()">
31904         <size>7</size>
31905       </method>
31906       <method name="Void Main()">
31907         <size>1</size>
31908       </method>
31909       <method name="Void Z()">
31910         <size>19</size>
31911       </method>
31912       <method name="Void &lt;Z&gt;m__0(System.Object)">
31913         <size>25</size>
31914       </method>
31915       <method name="Void &lt;Z&gt;m__1(System.Object)">
31916         <size>7</size>
31917       </method>
31918     </type>
31919   </test>
31920   <test name="test-45.cs">
31921     <type name="Blah">
31922       <method name="Void .ctor()">
31923         <size>7</size>
31924       </method>
31925       <method name="Void .cctor()">
31926         <size>97</size>
31927       </method>
31928       <method name="Int32 Main()">
31929         <size>755</size>
31930       </method>
31931     </type>
31932     <type name="&lt;PrivateImplementationDetails&gt;">
31933       <method name="Void .ctor()">
31934         <size>7</size>
31935       </method>
31936     </type>
31937   </test>
31938   <test name="test-451.cs">
31939     <type name="Test">
31940       <method name="Void .ctor()">
31941         <size>7</size>
31942       </method>
31943       <method name="Void Main()">
31944         <size>22</size>
31945       </method>
31946     </type>
31947   </test>
31948   <test name="test-452.cs">
31949     <type name="Foo">
31950       <method name="Void .ctor()">
31951         <size>7</size>
31952       </method>
31953     </type>
31954     <type name="Test">
31955       <method name="Void .ctor()">
31956         <size>7</size>
31957       </method>
31958       <method name="Void Main()">
31959         <size>7</size>
31960       </method>
31961     </type>
31962   </test>
31963   <test name="test-453.cs">
31964     <type name="C">
31965       <method name="Void .ctor()">
31966         <size>7</size>
31967       </method>
31968       <method name="Void Main()">
31969         <size>33</size>
31970       </method>
31971     </type>
31972   </test>
31973   <test name="test-455.cs">
31974     <type name="Test">
31975       <method name="Void .ctor()">
31976         <size>7</size>
31977       </method>
31978       <method name="Void Main()">
31979         <size>25</size>
31980       </method>
31981     </type>
31982     <type name="Foo">
31983       <method name="Int32 GetHashCode()">
31984         <size>17</size>
31985       </method>
31986     </type>
31987   </test>
31988   <test name="test-456.cs">
31989     <type name="Test">
31990       <method name="Void .ctor()">
31991         <size>7</size>
31992       </method>
31993       <method name="Void Main()">
31994         <size>16</size>
31995       </method>
31996     </type>
31997     <type name="Foo">
31998       <method name="Void foo()">
31999         <size>11</size>
32000       </method>
32001     </type>
32002   </test>
32003   <test name="test-457.cs">
32004     <type name="Number">
32005       <method name="Void .ctor()">
32006         <size>7</size>
32007       </method>
32008       <method name="Void IDouble.Add(Double)">
32009         <size>11</size>
32010       </method>
32011       <method name="Void IInteger.Add(Int32)">
32012         <size>11</size>
32013       </method>
32014       <method name="Int32 Main()">
32015         <size>52</size>
32016       </method>
32017     </type>
32018   </test>
32019   <test name="test-458.cs">
32020     <type name="MyAttr">
32021       <method name="Void .ctor()">
32022         <size>7</size>
32023       </method>
32024       <method name="Void .ctor(Type)">
32025         <size>7</size>
32026       </method>
32027       <method name="Void .ctor(String)">
32028         <size>7</size>
32029       </method>
32030       <method name="Void .ctor(Int32)">
32031         <size>7</size>
32032       </method>
32033     </type>
32034     <type name="ClassA">
32035       <method name="Void .ctor()">
32036         <size>7</size>
32037       </method>
32038     </type>
32039     <type name="ClassB">
32040       <method name="Void .ctor()">
32041         <size>7</size>
32042       </method>
32043     </type>
32044     <type name="ClassC">
32045       <method name="Void .ctor()">
32046         <size>7</size>
32047       </method>
32048     </type>
32049     <type name="ClassD">
32050       <method name="Void .ctor()">
32051         <size>7</size>
32052       </method>
32053     </type>
32054     <type name="Top">
32055       <method name="Void .ctor()">
32056         <size>7</size>
32057       </method>
32058       <method name="Int32 Main()">
32059         <size>28</size>
32060       </method>
32061     </type>
32062   </test>
32063   <test name="test-459.cs">
32064     <type name="CC">
32065       <method name="Void .ctor()">
32066         <size>7</size>
32067       </method>
32068       <method name="Int32 Main()">
32069         <size>13</size>
32070       </method>
32071     </type>
32072     <type name="CC+IfElseStateMachine">
32073       <method name="Void .ctor()">
32074         <size>7</size>
32075       </method>
32076       <method name="Void HandleToken(Token)">
32077         <size>15</size>
32078       </method>
32079     </type>
32080   </test>
32081   <test name="test-46.cs">
32082     <type name="X">
32083       <method name="Void .ctor()">
32084         <size>7</size>
32085       </method>
32086       <method name="Int32 cast_int(System.Object)">
32087         <size>7</size>
32088       </method>
32089       <method name="UInt32 cast_uint(System.Object)">
32090         <size>7</size>
32091       </method>
32092       <method name="Int16 cast_short(System.Object)">
32093         <size>7</size>
32094       </method>
32095       <method name="Char cast_char(System.Object)">
32096         <size>7</size>
32097       </method>
32098       <method name="UInt16 cast_ushort(System.Object)">
32099         <size>7</size>
32100       </method>
32101       <method name="Byte cast_byte(System.Object)">
32102         <size>7</size>
32103       </method>
32104       <method name="SByte cast_sbyte(System.Object)">
32105         <size>7</size>
32106       </method>
32107       <method name="Int64 cast_long(System.Object)">
32108         <size>7</size>
32109       </method>
32110       <method name="UInt64 cast_ulong(System.Object)">
32111         <size>7</size>
32112       </method>
32113       <method name="Single cast_float(System.Object)">
32114         <size>7</size>
32115       </method>
32116       <method name="Double cast_double(System.Object)">
32117         <size>7</size>
32118       </method>
32119       <method name="Boolean cast_bool(System.Object)">
32120         <size>7</size>
32121       </method>
32122       <method name="Int32 Main()">
32123         <size>1120</size>
32124       </method>
32125     </type>
32126   </test>
32127   <test name="test-460.cs">
32128     <type name="MainClass">
32129       <method name="Void .ctor()">
32130         <size>7</size>
32131       </method>
32132       <method name="Void .cctor()">
32133         <size>18</size>
32134       </method>
32135       <method name="Void Main()">
32136         <size>1</size>
32137       </method>
32138     </type>
32139   </test>
32140   <test name="test-461.cs">
32141     <type name="Valtest">
32142       <method name="Void .ctor()">
32143         <size>7</size>
32144       </method>
32145       <method name="Int32 Main()">
32146         <size>50</size>
32147       </method>
32148     </type>
32149     <type name="Value">
32150       <method name="Void .ctor(Object)">
32151         <size>1</size>
32152       </method>
32153       <method name="System.Object get_Val()">
32154         <size>7</size>
32155       </method>
32156       <method name="System.Enum get_Val2()">
32157         <size>7</size>
32158       </method>
32159     </type>
32160   </test>
32161   <test name="test-462.cs">
32162     <type name="X">
32163       <method name="Void .ctor()">
32164         <size>7</size>
32165       </method>
32166       <method name="Void Method(X)">
32167         <size>1</size>
32168       </method>
32169       <method name="Void Method(System.String)">
32170         <size>8</size>
32171       </method>
32172       <method name="Int32 Main()">
32173         <size>28</size>
32174       </method>
32175     </type>
32176   </test>
32177   <test name="test-463.cs">
32178     <type name="PropertySorter">
32179       <method name="Void .ctor()">
32180         <size>7</size>
32181       </method>
32182     </type>
32183     <type name="PathItemBase">
32184       <method name="Void .ctor()">
32185         <size>7</size>
32186       </method>
32187     </type>
32188     <type name="PathItemBase+TypeConverter">
32189       <method name="Void .ctor()">
32190         <size>7</size>
32191       </method>
32192     </type>
32193     <type name="X">
32194       <method name="Void .ctor()">
32195         <size>7</size>
32196       </method>
32197       <method name="Void Main()">
32198         <size>1</size>
32199       </method>
32200     </type>
32201   </test>
32202   <test name="test-464.cs">
32203     <type name="C">
32204       <method name="Void .ctor()">
32205         <size>7</size>
32206       </method>
32207       <method name="Int32 Main()">
32208         <size>85</size>
32209       </method>
32210     </type>
32211   </test>
32212   <test name="test-465.cs">
32213     <type name="C">
32214       <method name="Void .ctor()">
32215         <size>7</size>
32216       </method>
32217       <method name="Int32 Main()">
32218         <size>85</size>
32219       </method>
32220     </type>
32221   </test>
32222   <test name="test-467.cs">
32223     <type name="ExceptionWithAnonMethod">
32224       <method name="Void .ctor()">
32225         <size>7</size>
32226       </method>
32227       <method name="Int32 Main()">
32228         <size>96</size>
32229       </method>
32230       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
32231         <size>13</size>
32232       </method>
32233     </type>
32234     <type name="ExceptionWithAnonMethod+EmptyCallback">
32235       <method name="Void .ctor(Object, IntPtr)">
32236         <size>0</size>
32237       </method>
32238       <method name="Void Invoke()">
32239         <size>0</size>
32240       </method>
32241       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32242         <size>0</size>
32243       </method>
32244       <method name="Void EndInvoke(IAsyncResult)">
32245         <size>0</size>
32246       </method>
32247     </type>
32248     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
32249       <method name="Void .ctor()">
32250         <size>7</size>
32251       </method>
32252       <method name="Void &lt;&gt;m__0()">
32253         <size>33</size>
32254       </method>
32255     </type>
32256   </test>
32257   <test name="test-468.cs">
32258     <type name="CorMetaDataDispenserExClass">
32259       <method name="Void .ctor()">
32260         <size>0</size>
32261       </method>
32262     </type>
32263     <type name="Test">
32264       <method name="Void .ctor()">
32265         <size>7</size>
32266       </method>
32267       <method name="Void XXX()">
32268         <size>12</size>
32269       </method>
32270       <method name="Void Main()">
32271         <size>1</size>
32272       </method>
32273     </type>
32274   </test>
32275   <test name="test-469.cs">
32276     <type name="Lambda">
32277       <method name="Void .ctor()">
32278         <size>7</size>
32279       </method>
32280       <method name="Void f(Int32)">
32281         <size>7</size>
32282       </method>
32283       <method name="Del[] Make2(Int32)">
32284         <size>50</size>
32285       </method>
32286       <method name="Int32 Main()">
32287         <size>68</size>
32288       </method>
32289     </type>
32290     <type name="Del">
32291       <method name="Void .ctor(Object, IntPtr)">
32292         <size>0</size>
32293       </method>
32294       <method name="Void Invoke(Int32)">
32295         <size>0</size>
32296       </method>
32297       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32298         <size>0</size>
32299       </method>
32300       <method name="Void EndInvoke(IAsyncResult)">
32301         <size>0</size>
32302       </method>
32303     </type>
32304     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
32305       <method name="Void .ctor()">
32306         <size>7</size>
32307       </method>
32308       <method name="Void &lt;&gt;m__0(Int32)">
32309         <size>23</size>
32310       </method>
32311       <method name="Void &lt;&gt;m__1(Int32)">
32312         <size>23</size>
32313       </method>
32314     </type>
32315   </test>
32316   <test name="test-47.cs">
32317     <type name="X">
32318       <method name="Void .ctor()">
32319         <size>7</size>
32320       </method>
32321       <method name="Void .cctor()">
32322         <size>1</size>
32323       </method>
32324       <method name="Boolean f()">
32325         <size>24</size>
32326       </method>
32327       <method name="Boolean t()">
32328         <size>24</size>
32329       </method>
32330       <method name="Int32 Main()">
32331         <size>404</size>
32332       </method>
32333     </type>
32334   </test>
32335   <test name="test-470.cs">
32336     <type name="X">
32337       <method name="Void .ctor()">
32338         <size>7</size>
32339       </method>
32340       <method name="System.String get_ASTNodeTypeName()">
32341         <size>16</size>
32342       </method>
32343     </type>
32344     <type name="Demo">
32345       <method name="Void .ctor()">
32346         <size>7</size>
32347       </method>
32348       <method name="Void Main()">
32349         <size>1</size>
32350       </method>
32351     </type>
32352   </test>
32353   <test name="test-471.cs">
32354     <type name="AAttribute">
32355       <method name="Void .ctor()">
32356         <size>7</size>
32357       </method>
32358     </type>
32359     <type name="Demo">
32360       <method name="Void .ctor()">
32361         <size>7</size>
32362       </method>
32363       <method name="Void Main()">
32364         <size>1</size>
32365       </method>
32366     </type>
32367   </test>
32368   <test name="test-472.cs">
32369     <type name="Test">
32370       <method name="Void .ctor()">
32371         <size>7</size>
32372       </method>
32373       <method name="Int32 get_Prop()">
32374         <size>7</size>
32375       </method>
32376       <method name="Void set_Prop(Int32)">
32377         <size>8</size>
32378       </method>
32379       <method name="Int32 Main()">
32380         <size>79</size>
32381       </method>
32382     </type>
32383   </test>
32384   <test name="test-473.cs">
32385     <type name="UnixMarshal">
32386       <method name="Void .ctor()">
32387         <size>7</size>
32388       </method>
32389       <method name="Void .cctor()">
32390         <size>24</size>
32391       </method>
32392       <method name="Void Default(Int32)">
32393         <size>1</size>
32394       </method>
32395       <method name="System.String GetDescription(Error)">
32396         <size>2</size>
32397       </method>
32398     </type>
32399     <type name="UnixMarshal2">
32400       <method name="Void .ctor()">
32401         <size>7</size>
32402       </method>
32403       <method name="System.String GetDescription(Error)">
32404         <size>2</size>
32405       </method>
32406     </type>
32407     <type name="Stdlib">
32408       <method name="Void .ctor()">
32409         <size>7</size>
32410       </method>
32411     </type>
32412     <type name="TestConst">
32413       <method name="Void .ctor()">
32414         <size>7</size>
32415       </method>
32416     </type>
32417     <type name="XX">
32418       <method name="Void .ctor()">
32419         <size>7</size>
32420       </method>
32421     </type>
32422     <type name="Syscall">
32423       <method name="Void .ctor()">
32424         <size>7</size>
32425       </method>
32426       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
32427         <size>2</size>
32428       </method>
32429     </type>
32430     <type name="EnumWrapper">
32431       <method name="Void .ctor(Int32)">
32432         <size>7</size>
32433       </method>
32434     </type>
32435     <type name="Test">
32436       <method name="Void .ctor()">
32437         <size>7</size>
32438       </method>
32439       <method name="Void Main()">
32440         <size>1</size>
32441       </method>
32442     </type>
32443     <type name="SignalHandler">
32444       <method name="Void .ctor(Object, IntPtr)">
32445         <size>0</size>
32446       </method>
32447       <method name="Void Invoke(Int32)">
32448         <size>0</size>
32449       </method>
32450       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32451         <size>0</size>
32452       </method>
32453       <method name="Void EndInvoke(IAsyncResult)">
32454         <size>0</size>
32455       </method>
32456     </type>
32457     <type name="PS">
32458       <method name="Void GetDescription(Error)">
32459         <size>1</size>
32460       </method>
32461     </type>
32462     <type name="Value">
32463       <method name="EnumWrapper op_Explicit(Value)">
32464         <size>11</size>
32465       </method>
32466     </type>
32467   </test>
32468   <test name="test-474.cs">
32469     <type name="Z">
32470       <method name="Void .ctor()">
32471         <size>7</size>
32472       </method>
32473       <method name="Void Main()">
32474         <size>13</size>
32475       </method>
32476       <method name="Void TestPreinc(Int32)">
32477         <size>57</size>
32478       </method>
32479       <method name="Void TestPostinc(Int32)">
32480         <size>57</size>
32481       </method>
32482       <method name="Void Assert(Int32, Int32)">
32483         <size>67</size>
32484       </method>
32485     </type>
32486     <type name="Z+X">
32487       <method name="Void .ctor(Object, IntPtr)">
32488         <size>0</size>
32489       </method>
32490       <method name="Void Invoke()">
32491         <size>0</size>
32492       </method>
32493       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32494         <size>0</size>
32495       </method>
32496       <method name="Void EndInvoke(IAsyncResult)">
32497         <size>0</size>
32498       </method>
32499     </type>
32500     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
32501       <method name="Void .ctor()">
32502         <size>7</size>
32503       </method>
32504       <method name="Void &lt;&gt;m__0()">
32505         <size>38</size>
32506       </method>
32507     </type>
32508     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
32509       <method name="Void .ctor()">
32510         <size>7</size>
32511       </method>
32512       <method name="Void &lt;&gt;m__1()">
32513         <size>38</size>
32514       </method>
32515     </type>
32516   </test>
32517   <test name="test-475.cs">
32518     <type name="X">
32519       <method name="Void .ctor()">
32520         <size>7</size>
32521       </method>
32522       <method name="Void .cctor()">
32523         <size>24</size>
32524       </method>
32525       <method name="Void add_e(MyDelegate)">
32526         <size>22</size>
32527       </method>
32528       <method name="Void remove_e(MyDelegate)">
32529         <size>22</size>
32530       </method>
32531       <method name="Void Test(Int32)">
32532         <size>17</size>
32533       </method>
32534       <method name="Int32 Main()">
32535         <size>28</size>
32536       </method>
32537     </type>
32538     <type name="MyDelegate">
32539       <method name="Void .ctor(Object, IntPtr)">
32540         <size>0</size>
32541       </method>
32542       <method name="Void Invoke(Int32)">
32543         <size>0</size>
32544       </method>
32545       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32546         <size>0</size>
32547       </method>
32548       <method name="Void EndInvoke(IAsyncResult)">
32549         <size>0</size>
32550       </method>
32551     </type>
32552   </test>
32553   <test name="test-476.cs">
32554     <type name="Test">
32555       <method name="Void .ctor()">
32556         <size>7</size>
32557       </method>
32558       <method name="Void Main()">
32559         <size>1</size>
32560       </method>
32561     </type>
32562   </test>
32563   <test name="test-477.cs">
32564     <type name="C">
32565       <method name="Void .ctor()">
32566         <size>7</size>
32567       </method>
32568       <method name="Void Test(Int32 ByRef)">
32569         <size>1</size>
32570       </method>
32571       <method name="Void Main()">
32572         <size>1</size>
32573       </method>
32574     </type>
32575   </test>
32576   <test name="test-478.cs">
32577     <type name="Test.MainClass">
32578       <method name="Void .ctor()">
32579         <size>7</size>
32580       </method>
32581       <method name="Void Main()">
32582         <size>1</size>
32583       </method>
32584     </type>
32585     <type name="Test.TestAttribute">
32586       <method name="Void .ctor(TestEnum2)">
32587         <size>7</size>
32588       </method>
32589     </type>
32590     <type name="Test.Test2Attribute">
32591       <method name="Void .ctor()">
32592         <size>7</size>
32593       </method>
32594     </type>
32595   </test>
32596   <test name="test-479.cs">
32597     <type name="Test.Test">
32598       <method name="Void .ctor()">
32599         <size>7</size>
32600       </method>
32601       <method name="Boolean Equals(System.Object)">
32602         <size>2</size>
32603       </method>
32604       <method name="Int32 GetHashCode()">
32605         <size>2</size>
32606       </method>
32607       <method name="Void Main()">
32608         <size>1</size>
32609       </method>
32610     </type>
32611   </test>
32612   <test name="test-48.cs">
32613     <type name="Blah">
32614       <method name="Void .ctor()">
32615         <size>7</size>
32616       </method>
32617       <method name="Int32 Main()">
32618         <size>59</size>
32619       </method>
32620       <method name="Void Test_1()">
32621         <size>1</size>
32622       </method>
32623     </type>
32624   </test>
32625   <test name="test-480.cs">
32626     <type name="Space">
32627       <method name="Void .ctor()">
32628         <size>14</size>
32629       </method>
32630       <method name="Void Leak(Boolean, Int32)">
32631         <size>85</size>
32632       </method>
32633     </type>
32634     <type name="Program">
32635       <method name="Void .ctor()">
32636         <size>7</size>
32637       </method>
32638       <method name="Void Main(System.String[])">
32639         <size>1</size>
32640       </method>
32641     </type>
32642     <type name="Space+DoCopy">
32643       <method name="Void .ctor(Object, IntPtr)">
32644         <size>0</size>
32645       </method>
32646       <method name="Void Invoke()">
32647         <size>0</size>
32648       </method>
32649       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32650         <size>0</size>
32651       </method>
32652       <method name="Void EndInvoke(IAsyncResult)">
32653         <size>0</size>
32654       </method>
32655     </type>
32656     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
32657       <method name="Void .ctor()">
32658         <size>7</size>
32659       </method>
32660       <method name="Void &lt;&gt;m__0()">
32661         <size>18</size>
32662       </method>
32663       <method name="Void &lt;&gt;m__1()">
32664         <size>68</size>
32665       </method>
32666     </type>
32667     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
32668       <method name="Void .ctor()">
32669         <size>7</size>
32670       </method>
32671     </type>
32672   </test>
32673   <test name="test-481.cs">
32674     <type name="TestClass">
32675       <method name="Int32 Main()">
32676         <size>42</size>
32677       </method>
32678     </type>
32679     <type name="TestDelegate">
32680       <method name="Void .ctor(Object, IntPtr)">
32681         <size>0</size>
32682       </method>
32683       <method name="Void Invoke(Int32 ByRef)">
32684         <size>0</size>
32685       </method>
32686       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
32687         <size>0</size>
32688       </method>
32689       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
32690         <size>0</size>
32691       </method>
32692     </type>
32693     <type name="TestClass">
32694       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
32695         <size>4</size>
32696       </method>
32697     </type>
32698   </test>
32699   <test name="test-482.cs">
32700     <type name="X">
32701       <method name="Void .ctor()">
32702         <size>7</size>
32703       </method>
32704       <method name="Void M4(Int32)">
32705         <size>1</size>
32706       </method>
32707       <method name="Void Main()">
32708         <size>1</size>
32709       </method>
32710       <method name="Void M4(Int32, ...)">
32711         <size>1</size>
32712       </method>
32713     </type>
32714   </test>
32715   <test name="test-483.cs">
32716     <type name="Tests">
32717       <method name="Void .ctor()">
32718         <size>7</size>
32719       </method>
32720       <method name="Void Main()">
32721         <size>21</size>
32722       </method>
32723     </type>
32724   </test>
32725   <test name="test-484.cs">
32726     <type name="Test.TestBit">
32727       <method name="Void .ctor()">
32728         <size>7</size>
32729       </method>
32730       <method name="Void Main()">
32731         <size>1</size>
32732       </method>
32733     </type>
32734   </test>
32735   <test name="test-485.cs">
32736     <type name="MonoBUG">
32737       <method name="Void .ctor()">
32738         <size>7</size>
32739       </method>
32740       <method name="Void Main(System.String[])">
32741         <size>44</size>
32742       </method>
32743     </type>
32744   </test>
32745   <test name="test-486.cs">
32746     <type name="Test">
32747       <method name="Void .ctor()">
32748         <size>7</size>
32749       </method>
32750       <method name="Void Main()">
32751         <size>119</size>
32752       </method>
32753     </type>
32754   </test>
32755   <test name="test-487.cs">
32756     <type name="X">
32757       <method name="Void .ctor(Object)">
32758         <size>72</size>
32759       </method>
32760       <method name="Void .cctor()">
32761         <size>1</size>
32762       </method>
32763       <method name="Int32 Main()">
32764         <size>25</size>
32765       </method>
32766     </type>
32767   </test>
32768   <test name="test-488.cs">
32769     <type name="P">
32770       <method name="Void .ctor()">
32771         <size>7</size>
32772       </method>
32773     </type>
32774     <type name="Test">
32775       <method name="Void .ctor()">
32776         <size>7</size>
32777       </method>
32778       <method name="IEnumerable foo()">
32779         <size>2</size>
32780       </method>
32781       <method name="Void Main()">
32782         <size>165</size>
32783       </method>
32784     </type>
32785     <type name="Q">
32786       <method name="Void .ctor(P)">
32787         <size>8</size>
32788       </method>
32789     </type>
32790   </test>
32791   <test name="test-489.cs">
32792     <type name="test">
32793       <method name="Void .ctor()">
32794         <size>7</size>
32795       </method>
32796       <method name="Void Main()">
32797         <size>1</size>
32798       </method>
32799     </type>
32800   </test>
32801   <test name="test-49.cs">
32802     <type name="X">
32803       <method name="Void .ctor()">
32804         <size>7</size>
32805       </method>
32806       <method name="Int32 s(Byte)">
32807         <size>2182</size>
32808       </method>
32809       <method name="Int32 test(Int32)">
32810         <size>70</size>
32811       </method>
32812       <method name="Int32 tests(System.String)">
32813         <size>152</size>
32814       </method>
32815       <method name="Int32 testn(System.String)">
32816         <size>76</size>
32817       </method>
32818       <method name="Int32 testm(System.String)">
32819         <size>77</size>
32820       </method>
32821       <method name="Int32 testo(System.String)">
32822         <size>79</size>
32823       </method>
32824       <method name="Int32 testp(System.String)">
32825         <size>109</size>
32826       </method>
32827       <method name="Int32 test_def(System.String)">
32828         <size>119</size>
32829       </method>
32830       <method name="Int32 test_coverage(Int32)">
32831         <size>18</size>
32832       </method>
32833       <method name="Int32 test_goto(Int32)">
32834         <size>39</size>
32835       </method>
32836       <method name="Int32 test_memberaccess(System.String)">
32837         <size>76</size>
32838       </method>
32839       <method name="Int32 test_string_multiple_targets(System.String)">
32840         <size>128</size>
32841       </method>
32842       <method name="Int32 test_casts(Int32)">
32843         <size>17</size>
32844       </method>
32845       <method name="Int32 testSwitchEnumLong(TestEnum)">
32846         <size>56</size>
32847       </method>
32848       <method name="Int32 test_long_enum_switch()">
32849         <size>66</size>
32850       </method>
32851       <method name="Int32 tests_default(System.String)">
32852         <size>107</size>
32853       </method>
32854       <method name="Int32 tests_default_2(System.String)">
32855         <size>124</size>
32856       </method>
32857       <method name="Void test_76590(System.String)">
32858         <size>107</size>
32859       </method>
32860       <method name="Void test_77964()">
32861         <size>37</size>
32862       </method>
32863       <method name="Boolean bug_78860()">
32864         <size>114</size>
32865       </method>
32866       <method name="Int32 Main()">
32867         <size>1037</size>
32868       </method>
32869     </type>
32870   </test>
32871   <test name="test-490.cs">
32872     <type name="T">
32873       <method name="Void .ctor()">
32874         <size>7</size>
32875       </method>
32876       <method name="Void .cctor()">
32877         <size>39</size>
32878       </method>
32879       <method name="Void Main()">
32880         <size>1</size>
32881       </method>
32882     </type>
32883   </test>
32884   <test name="test-491.cs">
32885     <type name="M">
32886       <method name="Void .ctor()">
32887         <size>7</size>
32888       </method>
32889       <method name="Void Main()">
32890         <size>1</size>
32891       </method>
32892     </type>
32893     <type name="AttrA">
32894       <method name="Void .ctor()">
32895         <size>7</size>
32896       </method>
32897     </type>
32898     <type name="AttrB">
32899       <method name="Void .ctor()">
32900         <size>7</size>
32901       </method>
32902     </type>
32903   </test>
32904   <test name="test-492.cs">
32905     <type name="Test.My1Attribute">
32906       <method name="Void .ctor(Object)">
32907         <size>19</size>
32908       </method>
32909     </type>
32910     <type name="Test.My2Attribute">
32911       <method name="Void .ctor(String[])">
32912         <size>21</size>
32913       </method>
32914     </type>
32915     <type name="Test.My3Attribute">
32916       <method name="Void .ctor(Byte)">
32917         <size>24</size>
32918       </method>
32919     </type>
32920     <type name="Test.Test">
32921       <method name="Void .ctor()">
32922         <size>7</size>
32923       </method>
32924       <method name="Int32 Main()">
32925         <size>60</size>
32926       </method>
32927     </type>
32928   </test>
32929   <test name="test-493.cs">
32930     <type name="A">
32931       <method name="Void .ctor()">
32932         <size>7</size>
32933       </method>
32934       <method name="Int32 get_f()">
32935         <size>2</size>
32936       </method>
32937     </type>
32938     <type name="B">
32939       <method name="Void .ctor()">
32940         <size>7</size>
32941       </method>
32942       <method name="Int32 bar()">
32943         <size>11</size>
32944       </method>
32945     </type>
32946     <type name="C">
32947       <method name="Void .ctor()">
32948         <size>7</size>
32949       </method>
32950       <method name="Void Main()">
32951         <size>1</size>
32952       </method>
32953     </type>
32954   </test>
32955   <test name="test-494.cs">
32956     <type name="Agresso.Foundation.Function">
32957       <method name="Void .ctor()">
32958         <size>7</size>
32959       </method>
32960       <method name="Void Main()">
32961         <size>1</size>
32962       </method>
32963     </type>
32964     <type name="Agresso.Foundation.Translate">
32965       <method name="Void .ctor(Object, IntPtr)">
32966         <size>0</size>
32967       </method>
32968       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
32969         <size>0</size>
32970       </method>
32971       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
32972         <size>0</size>
32973       </method>
32974       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
32975         <size>0</size>
32976       </method>
32977     </type>
32978   </test>
32979   <test name="test-495.cs">
32980     <type name="plj.aClass">
32981       <method name="Void .ctor()">
32982         <size>7</size>
32983       </method>
32984       <method name="plj.aClass op_Implicit(plj.fromClass)">
32985         <size>2</size>
32986       </method>
32987     </type>
32988     <type name="plj.realClass1">
32989       <method name="Void .ctor()">
32990         <size>7</size>
32991       </method>
32992       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
32993         <size>2</size>
32994       </method>
32995     </type>
32996     <type name="plj.fromClass">
32997       <method name="Void .ctor()">
32998         <size>7</size>
32999       </method>
33000       <method name="Void Main()">
33001         <size>1</size>
33002       </method>
33003     </type>
33004   </test>
33005   <test name="test-496.cs">
33006     <type name="Test">
33007       <method name="Void .ctor()">
33008         <size>7</size>
33009       </method>
33010       <method name="IEnumerator GetEnumerator()">
33011         <size>15</size>
33012       </method>
33013       <method name="Void Main()">
33014         <size>11</size>
33015       </method>
33016       <method name="Void Run()">
33017         <size>176</size>
33018       </method>
33019     </type>
33020     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
33021       <method name="Void .ctor()">
33022         <size>7</size>
33023       </method>
33024       <method name="System.Object System.Collections.IEnumerator.get_Current()">
33025         <size>7</size>
33026       </method>
33027       <method name="Boolean MoveNext()">
33028         <size>129</size>
33029       </method>
33030       <method name="Void Dispose()">
33031         <size>8</size>
33032       </method>
33033       <method name="Void Reset()">
33034         <size>6</size>
33035       </method>
33036       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
33037         <size>7</size>
33038       </method>
33039     </type>
33040   </test>
33041   <test name="test-497.cs">
33042     <type name="PlotMenuItem">
33043       <method name="Void .ctor()">
33044         <size>7</size>
33045       </method>
33046       <method name="Void .ctor(EventHandler)">
33047         <size>54</size>
33048       </method>
33049       <method name="Int32 Main()">
33050         <size>50</size>
33051       </method>
33052       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
33053         <size>11</size>
33054       </method>
33055       <method name="System.EventHandler get_Callback()">
33056         <size>7</size>
33057       </method>
33058       <method name="Void set_Callback(System.EventHandler)">
33059         <size>8</size>
33060       </method>
33061     </type>
33062   </test>
33063   <test name="test-498.cs">
33064     <type name="C">
33065       <method name="Int32 Main()">
33066         <size>81</size>
33067       </method>
33068     </type>
33069     <type name="A">
33070       <method name="Void .ctor(Single)">
33071         <size>0</size>
33072       </method>
33073       <method name="Int32 get_Foo()">
33074         <size>0</size>
33075       </method>
33076     </type>
33077   </test>
33078   <test name="test-499.cs">
33079     <type name="X">
33080       <method name="Void .ctor()">
33081         <size>7</size>
33082       </method>
33083       <method name="Void Main()">
33084         <size>24</size>
33085       </method>
33086     </type>
33087   </test>
33088   <test name="test-5.cs">
33089     <type name="X">
33090       <method name="Void .ctor()">
33091         <size>7</size>
33092       </method>
33093       <method name="Int32 Main()">
33094         <size>37</size>
33095       </method>
33096     </type>
33097   </test>
33098   <test name="test-500.cs">
33099     <type name="SomeCustomAttribute">
33100       <method name="Void .ctor()">
33101         <size>7</size>
33102       </method>
33103     </type>
33104     <type name="MainClass">
33105       <method name="Void .ctor()">
33106         <size>7</size>
33107       </method>
33108       <method name="Int32 Main()">
33109         <size>117</size>
33110       </method>
33111     </type>
33112   </test>
33113   <test name="test-501.cs">
33114     <type name="Tests">
33115       <method name="Void .ctor()">
33116         <size>7</size>
33117       </method>
33118       <method name="Void DumpException(Tests+FilterStackFrame)">
33119         <size>1</size>
33120       </method>
33121       <method name="Void foo(Boolean ByRef)">
33122         <size>49</size>
33123       </method>
33124       <method name="Void Main(System.String[])">
33125         <size>8</size>
33126       </method>
33127     </type>
33128     <type name="Tests+FilterStackFrame">
33129       <method name="Void .ctor(Object, IntPtr)">
33130         <size>0</size>
33131       </method>
33132       <method name="Boolean Invoke(System.Object)">
33133         <size>0</size>
33134       </method>
33135       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
33136         <size>0</size>
33137       </method>
33138       <method name="Boolean EndInvoke(IAsyncResult)">
33139         <size>0</size>
33140       </method>
33141     </type>
33142     <type name="Tests">
33143       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
33144         <size>2</size>
33145       </method>
33146     </type>
33147   </test>
33148   <test name="test-502.cs">
33149     <type name="Base">
33150       <method name="Void .ctor()">
33151         <size>7</size>
33152       </method>
33153       <method name="Int32 get_Property()">
33154         <size>3</size>
33155       </method>
33156       <method name="Void Main()">
33157         <size>1</size>
33158       </method>
33159     </type>
33160     <type name="Derived">
33161       <method name="Void .ctor()">
33162         <size>7</size>
33163       </method>
33164       <method name="Int32 get_Property()">
33165         <size>3</size>
33166       </method>
33167     </type>
33168     <type name="BaseClass">
33169       <method name="Void .ctor()">
33170         <size>7</size>
33171       </method>
33172       <method name="Int32 get_Value()">
33173         <size>2</size>
33174       </method>
33175       <method name="Void set_Value(Int32)">
33176         <size>1</size>
33177       </method>
33178     </type>
33179     <type name="DerivedClass">
33180       <method name="Void .ctor()">
33181         <size>7</size>
33182       </method>
33183       <method name="Int32 get_Value()">
33184         <size>2</size>
33185       </method>
33186     </type>
33187     <type name="ErrorClass">
33188       <method name="Void .ctor()">
33189         <size>7</size>
33190       </method>
33191       <method name="Int32 get_Value()">
33192         <size>2</size>
33193       </method>
33194       <method name="Void set_Value(Int32)">
33195         <size>1</size>
33196       </method>
33197     </type>
33198   </test>
33199   <test name="test-503.cs">
33200     <type name="Foo">
33201       <method name="Void .ctor()">
33202         <size>7</size>
33203       </method>
33204       <method name="Int32 Main()">
33205         <size>33</size>
33206       </method>
33207     </type>
33208   </test>
33209   <test name="test-504.cs">
33210     <type name="Foo">
33211       <method name="Void .ctor()">
33212         <size>7</size>
33213       </method>
33214       <method name="Void .cctor()">
33215         <size>7</size>
33216       </method>
33217       <method name="Int32 f()">
33218         <size>2</size>
33219       </method>
33220       <method name="Int32 Main()">
33221         <size>32</size>
33222       </method>
33223     </type>
33224   </test>
33225   <test name="test-505.cs">
33226     <type name="T">
33227       <method name="Void .ctor()">
33228         <size>7</size>
33229       </method>
33230       <method name="Int32 f()">
33231         <size>19</size>
33232       </method>
33233       <method name="Void Main()">
33234         <size>38</size>
33235       </method>
33236     </type>
33237   </test>
33238   <test name="test-506.cs">
33239     <type name="ProtectedSetter.BaseClass">
33240       <method name="Void .ctor()">
33241         <size>7</size>
33242       </method>
33243       <method name="System.String get_Name()">
33244         <size>0</size>
33245       </method>
33246       <method name="Void set_Name(System.String)">
33247         <size>0</size>
33248       </method>
33249     </type>
33250     <type name="ProtectedSetter.DerivedClass">
33251       <method name="Void .ctor()">
33252         <size>7</size>
33253       </method>
33254       <method name="System.String get_Name()">
33255         <size>2</size>
33256       </method>
33257       <method name="Void set_Name(System.String)">
33258         <size>1</size>
33259       </method>
33260       <method name="Void Main()">
33261         <size>1</size>
33262       </method>
33263     </type>
33264   </test>
33265   <test name="test-507.cs">
33266     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
33267       <method name="Void .ctor()">
33268         <size>7</size>
33269       </method>
33270       <method name="Void SomeMethod()">
33271         <size>1</size>
33272       </method>
33273       <method name="Void SomeMethod2()">
33274         <size>1</size>
33275       </method>
33276     </type>
33277     <type name="NewslotVirtualFinal.C">
33278       <method name="Void .ctor()">
33279         <size>7</size>
33280       </method>
33281       <method name="Int32 Main()">
33282         <size>83</size>
33283       </method>
33284     </type>
33285   </test>
33286   <test name="test-508.cs">
33287     <type name="OutputParam">
33288       <method name="Void .ctor()">
33289         <size>7</size>
33290       </method>
33291       <method name="Void Main(System.String[])">
33292         <size>14</size>
33293       </method>
33294       <method name="Void Method(Int32 ByRef)">
33295         <size>17</size>
33296       </method>
33297     </type>
33298   </test>
33299   <test name="test-509.cs">
33300     <type name="BaseClass">
33301       <method name="Void .ctor()">
33302         <size>7</size>
33303       </method>
33304       <method name="Void add_OnEvent(DelegateHandler)">
33305         <size>24</size>
33306       </method>
33307       <method name="Void remove_OnEvent(DelegateHandler)">
33308         <size>24</size>
33309       </method>
33310     </type>
33311     <type name="ExtendingClass">
33312       <method name="Void .ctor()">
33313         <size>7</size>
33314       </method>
33315       <method name="Void Main()">
33316         <size>1</size>
33317       </method>
33318       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
33319         <size>8</size>
33320       </method>
33321       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
33322         <size>8</size>
33323       </method>
33324     </type>
33325     <type name="DelegateHandler">
33326       <method name="Void .ctor(Object, IntPtr)">
33327         <size>0</size>
33328       </method>
33329       <method name="Void Invoke()">
33330         <size>0</size>
33331       </method>
33332       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33333         <size>0</size>
33334       </method>
33335       <method name="Void EndInvoke(IAsyncResult)">
33336         <size>0</size>
33337       </method>
33338     </type>
33339   </test>
33340   <test name="test-51.cs">
33341     <type name="Base">
33342       <method name="Void .ctor()">
33343         <size>25</size>
33344       </method>
33345       <method name="Int32 get_b_int_property()">
33346         <size>7</size>
33347       </method>
33348       <method name="Void set_b_int_property(Int32)">
33349         <size>8</size>
33350       </method>
33351       <method name="System.String b_get_id()">
33352         <size>6</size>
33353       </method>
33354     </type>
33355     <type name="Derived">
33356       <method name="Void .ctor()">
33357         <size>26</size>
33358       </method>
33359       <method name="Int32 get_b_int_property()">
33360         <size>7</size>
33361       </method>
33362       <method name="Void set_b_int_property(Int32)">
33363         <size>8</size>
33364       </method>
33365       <method name="Int32 Test()">
33366         <size>138</size>
33367       </method>
33368     </type>
33369     <type name="boot">
33370       <method name="Void .ctor()">
33371         <size>7</size>
33372       </method>
33373       <method name="Int32 Main()">
33374         <size>13</size>
33375       </method>
33376     </type>
33377   </test>
33378   <test name="test-510.cs">
33379     <type name="Foo">
33380       <method name="Void .ctor()">
33381         <size>7</size>
33382       </method>
33383       <method name="Void test39(Int32 ByRef)">
33384         <size>36</size>
33385       </method>
33386       <method name="Void Main()">
33387         <size>28</size>
33388       </method>
33389     </type>
33390   </test>
33391   <test name="test-511.cs">
33392     <type name="Foo">
33393       <method name="Void .ctor()">
33394         <size>7</size>
33395       </method>
33396       <method name="Void Main(System.String[])">
33397         <size>17</size>
33398       </method>
33399       <method name="Void f()">
33400         <size>7</size>
33401       </method>
33402     </type>
33403   </test>
33404   <test name="test-512.cs">
33405     <type name="Foo">
33406       <method name="Void .ctor()">
33407         <size>7</size>
33408       </method>
33409       <method name="Void Main(System.String[])">
33410         <size>17</size>
33411       </method>
33412       <method name="Void f()">
33413         <size>7</size>
33414       </method>
33415     </type>
33416   </test>
33417   <test name="test-513.cs">
33418     <type name="Test">
33419       <method name="Void .ctor()">
33420         <size>7</size>
33421       </method>
33422       <method name="Int32 Main()">
33423         <size>246</size>
33424       </method>
33425     </type>
33426   </test>
33427   <test name="test-514.cs">
33428     <type name="X">
33429       <method name="Void .ctor()">
33430         <size>7</size>
33431       </method>
33432       <method name="Void HandleConflict(Int32)">
33433         <size>31</size>
33434       </method>
33435       <method name="Int32 Main()">
33436         <size>40</size>
33437       </method>
33438     </type>
33439   </test>
33440   <test name="test-515.cs">
33441     <type name="X">
33442       <method name="Void .ctor()">
33443         <size>7</size>
33444       </method>
33445       <method name="Void Main()">
33446         <size>35</size>
33447       </method>
33448     </type>
33449   </test>
33450   <test name="test-516.cs">
33451     <type name="X">
33452       <method name="Void .ctor()">
33453         <size>7</size>
33454       </method>
33455       <method name="Void Main()">
33456         <size>35</size>
33457       </method>
33458     </type>
33459   </test>
33460   <test name="test-517.cs">
33461     <type name="Test">
33462       <method name="Void .ctor()">
33463         <size>7</size>
33464       </method>
33465       <method name="Int32 Main()">
33466         <size>11</size>
33467       </method>
33468     </type>
33469   </test>
33470   <test name="test-518.cs">
33471     <type name="Foo">
33472       <method name="Void .ctor()">
33473         <size>7</size>
33474       </method>
33475       <method name="Int32 Main()">
33476         <size>19</size>
33477       </method>
33478     </type>
33479   </test>
33480   <test name="test-519.cs">
33481     <type name="Foo">
33482       <method name="Void .ctor()">
33483         <size>7</size>
33484       </method>
33485       <method name="Int32 Main()">
33486         <size>32</size>
33487       </method>
33488       <method name="Void f()">
33489         <size>29</size>
33490       </method>
33491     </type>
33492   </test>
33493   <test name="test-52.cs">
33494     <type name="Y">
33495       <method name="Void .ctor()">
33496         <size>7</size>
33497       </method>
33498       <method name="Boolean MoveNext()">
33499         <size>28</size>
33500       </method>
33501       <method name="System.Object get_Current()">
33502         <size>12</size>
33503       </method>
33504     </type>
33505     <type name="X">
33506       <method name="Void .ctor()">
33507         <size>7</size>
33508       </method>
33509       <method name="Void .cctor()">
33510         <size>36</size>
33511       </method>
33512       <method name="Y GetEnumerator()">
33513         <size>6</size>
33514       </method>
33515       <method name="Int32 Main()">
33516         <size>498</size>
33517       </method>
33518     </type>
33519   </test>
33520   <test name="test-520.cs">
33521     <type name="FakeInt">
33522       <method name="Void .ctor(Int64)">
33523         <size>14</size>
33524       </method>
33525       <method name="Int64 op_Implicit(FakeInt)">
33526         <size>7</size>
33527       </method>
33528     </type>
33529     <type name="MainClass">
33530       <method name="Void .ctor()">
33531         <size>7</size>
33532       </method>
33533       <method name="Void Main()">
33534         <size>28</size>
33535       </method>
33536     </type>
33537   </test>
33538   <test name="test-521.cs">
33539     <type name="Tests">
33540       <method name="Void .ctor()">
33541         <size>7</size>
33542       </method>
33543       <method name="Void CallWithContextN(System.Object, System.Object[])">
33544         <size>1</size>
33545       </method>
33546       <method name="Void Main()">
33547         <size>14</size>
33548       </method>
33549     </type>
33550     <type name="Tests+CallTargetWithContextN">
33551       <method name="Void .ctor(Object, IntPtr)">
33552         <size>0</size>
33553       </method>
33554       <method name="Void Invoke(System.Object, System.Object[])">
33555         <size>0</size>
33556       </method>
33557       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
33558         <size>0</size>
33559       </method>
33560       <method name="Void EndInvoke(IAsyncResult)">
33561         <size>0</size>
33562       </method>
33563     </type>
33564   </test>
33565   <test name="test-522.cs">
33566     <type name="Const">
33567       <method name="Void .ctor()">
33568         <size>7</size>
33569       </method>
33570       <method name="Void Main()">
33571         <size>1</size>
33572       </method>
33573     </type>
33574   </test>
33575   <test name="test-523.cs">
33576     <type name="T">
33577       <method name="Void .ctor()">
33578         <size>7</size>
33579       </method>
33580       <method name="Int32 stuff()">
33581         <size>20</size>
33582       </method>
33583       <method name="Int32 stuff2()">
33584         <size>44</size>
33585       </method>
33586       <method name="Int32 stuff3()">
33587         <size>44</size>
33588       </method>
33589       <method name="Void stuff4()">
33590         <size>20</size>
33591       </method>
33592       <method name="Void stuff_finally()">
33593         <size>1</size>
33594       </method>
33595       <method name="Void Main()">
33596         <size>1</size>
33597       </method>
33598     </type>
33599   </test>
33600   <test name="test-524.cs">
33601     <type name="Foo">
33602       <method name="Void .ctor()">
33603         <size>7</size>
33604       </method>
33605       <method name="Int32 Main()">
33606         <size>42</size>
33607       </method>
33608     </type>
33609   </test>
33610   <test name="test-525.cs">
33611     <type name="X">
33612       <method name="Void .ctor()">
33613         <size>7</size>
33614       </method>
33615       <method name="Void Finalize()">
33616         <size>23</size>
33617       </method>
33618       <method name="Int32 Test1()">
33619         <size>33</size>
33620       </method>
33621       <method name="Void Test2()">
33622         <size>66</size>
33623       </method>
33624       <method name="Void Main()">
33625         <size>39</size>
33626       </method>
33627     </type>
33628     <type name="&lt;PrivateImplementationDetails&gt;">
33629       <method name="Void .ctor()">
33630         <size>7</size>
33631       </method>
33632     </type>
33633   </test>
33634   <test name="test-526.cs">
33635     <type name="Test">
33636       <method name="Void .ctor()">
33637         <size>7</size>
33638       </method>
33639       <method name="Void Main()">
33640         <size>1</size>
33641       </method>
33642       <method name="Void Foo(IListCounter)">
33643         <size>8</size>
33644       </method>
33645       <method name="Void Foo2(IC)">
33646         <size>8</size>
33647       </method>
33648       <method name="Void Foo3(ICC)">
33649         <size>8</size>
33650       </method>
33651       <method name="Void Foo4(IM2)">
33652         <size>8</size>
33653       </method>
33654     </type>
33655   </test>
33656   <test name="test-527.cs">
33657     <type name="Repro">
33658       <method name="Void .ctor()">
33659         <size>19</size>
33660       </method>
33661       <method name="Int32 Main()">
33662         <size>48</size>
33663       </method>
33664       <method name="Void foo()">
33665         <size>61</size>
33666       </method>
33667       <method name="Int32 bar()">
33668         <size>3</size>
33669       </method>
33670     </type>
33671   </test>
33672   <test name="test-528.cs">
33673     <type name="MicroFocus.MONO.Bugs.Odd">
33674       <method name="Void .ctor()">
33675         <size>7</size>
33676       </method>
33677       <method name="Void .cctor()">
33678         <size>25</size>
33679       </method>
33680       <method name="Void Main()">
33681         <size>1</size>
33682       </method>
33683     </type>
33684   </test>
33685   <test name="test-529.cs">
33686     <type name="C">
33687       <method name="Void .ctor()">
33688         <size>7</size>
33689       </method>
33690       <method name="Void Main()">
33691         <size>8</size>
33692       </method>
33693     </type>
33694   </test>
33695   <test name="test-53.cs">
33696     <type name="MyDispose">
33697       <method name="Void .ctor()">
33698         <size>7</size>
33699       </method>
33700       <method name="Void Dispose()">
33701         <size>8</size>
33702       </method>
33703     </type>
33704     <type name="X">
33705       <method name="Void .ctor()">
33706         <size>7</size>
33707       </method>
33708       <method name="Int32 Main()">
33709         <size>257</size>
33710       </method>
33711     </type>
33712   </test>
33713   <test name="test-530.cs">
33714     <type name="X">
33715       <method name="Void .ctor()">
33716         <size>7</size>
33717       </method>
33718       <method name="Void e(System.Object[])">
33719         <size>1</size>
33720       </method>
33721       <method name="Void Main()">
33722         <size>1</size>
33723       </method>
33724     </type>
33725   </test>
33726   <test name="test-531.cs">
33727     <type name="Test">
33728       <method name="Void .ctor()">
33729         <size>7</size>
33730       </method>
33731       <method name="Void Main()">
33732         <size>11</size>
33733       </method>
33734     </type>
33735   </test>
33736   <test name="test-532.cs">
33737     <type name="X">
33738       <method name="Void .ctor()">
33739         <size>47</size>
33740       </method>
33741       <method name="Void Main()">
33742         <size>1</size>
33743       </method>
33744     </type>
33745   </test>
33746   <test name="test-533.cs">
33747     <type name="Test">
33748       <method name="Void .ctor()">
33749         <size>7</size>
33750       </method>
33751       <method name="Void True(Boolean)">
33752         <size>10</size>
33753       </method>
33754       <method name="Void False(Boolean)">
33755         <size>13</size>
33756       </method>
33757       <method name="Void Main()">
33758         <size>61</size>
33759       </method>
33760     </type>
33761   </test>
33762   <test name="test-535.cs">
33763     <type name="X">
33764       <method name="Void .ctor()">
33765         <size>7</size>
33766       </method>
33767       <method name="Void Main()">
33768         <size>77</size>
33769       </method>
33770       <method name="Void Compile()">
33771         <size>19</size>
33772       </method>
33773       <method name="Void M(Int64)">
33774         <size>1</size>
33775       </method>
33776       <method name="Void M(UInt64)">
33777         <size>1</size>
33778       </method>
33779       <method name="Void M(System.Object)">
33780         <size>1</size>
33781       </method>
33782     </type>
33783   </test>
33784   <test name="test-536.cs">
33785     <type name="Test">
33786       <method name="Void add_Foo(FooHandler)">
33787         <size>22</size>
33788       </method>
33789       <method name="Void remove_Foo(FooHandler)">
33790         <size>22</size>
33791       </method>
33792       <method name="Void OnFooTest()">
33793         <size>1</size>
33794       </method>
33795       <method name="Void Main()">
33796         <size>31</size>
33797       </method>
33798     </type>
33799     <type name="FooHandler">
33800       <method name="Void .ctor(Object, IntPtr)">
33801         <size>0</size>
33802       </method>
33803       <method name="Void Invoke()">
33804         <size>0</size>
33805       </method>
33806       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33807         <size>0</size>
33808       </method>
33809       <method name="Void EndInvoke(IAsyncResult)">
33810         <size>0</size>
33811       </method>
33812     </type>
33813     <type name="Test">
33814       <method name="Void &lt;Main&gt;m__0()">
33815         <size>33</size>
33816       </method>
33817     </type>
33818   </test>
33819   <test name="test-537.cs">
33820     <type name="Base">
33821       <method name="Void .ctor()">
33822         <size>7</size>
33823       </method>
33824       <method name="System.String get_H()">
33825         <size>6</size>
33826       </method>
33827     </type>
33828     <type name="X">
33829       <method name="Void .ctor()">
33830         <size>7</size>
33831       </method>
33832     </type>
33833     <type name="X+Derived">
33834       <method name="Void .ctor()">
33835         <size>7</size>
33836       </method>
33837     </type>
33838     <type name="X+Derived+Nested">
33839       <method name="Void .ctor()">
33840         <size>7</size>
33841       </method>
33842       <method name="Void G()">
33843         <size>21</size>
33844       </method>
33845     </type>
33846     <type name="Derived">
33847       <method name="Void .ctor()">
33848         <size>7</size>
33849       </method>
33850     </type>
33851     <type name="Derived+Nested">
33852       <method name="Void .ctor()">
33853         <size>7</size>
33854       </method>
33855       <method name="Void G()">
33856         <size>18</size>
33857       </method>
33858     </type>
33859     <type name="Test">
33860       <method name="Void .ctor()">
33861         <size>7</size>
33862       </method>
33863       <method name="Void Main()">
33864         <size>1</size>
33865       </method>
33866     </type>
33867   </test>
33868   <test name="test-538.cs">
33869     <type name="concrete">
33870       <method name="Void .ctor()">
33871         <size>7</size>
33872       </method>
33873     </type>
33874     <type name="Program">
33875       <method name="Void .ctor()">
33876         <size>7</size>
33877       </method>
33878       <method name="concrete getConcrete(IInterface)">
33879         <size>6</size>
33880       </method>
33881       <method name="Void Main(System.String[])">
33882         <size>20</size>
33883       </method>
33884     </type>
33885     <type name="testDelegate">
33886       <method name="Void .ctor(Object, IntPtr)">
33887         <size>0</size>
33888       </method>
33889       <method name="IInterface Invoke(concrete)">
33890         <size>0</size>
33891       </method>
33892       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
33893         <size>0</size>
33894       </method>
33895       <method name="IInterface EndInvoke(IAsyncResult)">
33896         <size>0</size>
33897       </method>
33898     </type>
33899   </test>
33900   <test name="test-54.cs">
33901     <type name="X">
33902       <method name="Void .ctor()">
33903         <size>7</size>
33904       </method>
33905       <method name="Boolean v()">
33906         <size>26</size>
33907       </method>
33908       <method name="Int32 Main()">
33909         <size>2</size>
33910       </method>
33911     </type>
33912   </test>
33913   <test name="test-540.cs">
33914     <type name="A">
33915       <method name="Void .ctor()">
33916         <size>7</size>
33917       </method>
33918       <method name="Byte op_Implicit(A)">
33919         <size>3</size>
33920       </method>
33921     </type>
33922     <type name="Constraint">
33923       <method name="Void .ctor()">
33924         <size>7</size>
33925       </method>
33926       <method name="Void Foo(System.Object)">
33927         <size>1</size>
33928       </method>
33929       <method name="Int32 Main()">
33930         <size>93</size>
33931       </method>
33932       <method name="Constraint op_LogicalNot(Constraint)">
33933         <size>2</size>
33934       </method>
33935       <method name="Constraint op_UnaryPlus(Constraint)">
33936         <size>2</size>
33937       </method>
33938       <method name="Constraint op_OnesComplement(Constraint)">
33939         <size>2</size>
33940       </method>
33941       <method name="Constraint op_UnaryNegation(Constraint)">
33942         <size>2</size>
33943       </method>
33944     </type>
33945   </test>
33946   <test name="test-541.cs">
33947     <type name="A">
33948       <method name="Void .ctor(TestFunc)">
33949         <size>14</size>
33950       </method>
33951     </type>
33952     <type name="TestClass">
33953       <method name="Void .ctor()">
33954         <size>7</size>
33955       </method>
33956       <method name="Void .cctor()">
33957         <size>46</size>
33958       </method>
33959       <method name="Int32 Main()">
33960         <size>6</size>
33961       </method>
33962     </type>
33963     <type name="TestFunc">
33964       <method name="Void .ctor(Object, IntPtr)">
33965         <size>0</size>
33966       </method>
33967       <method name="Void Invoke(Int32)">
33968         <size>0</size>
33969       </method>
33970       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
33971         <size>0</size>
33972       </method>
33973       <method name="Void EndInvoke(IAsyncResult)">
33974         <size>0</size>
33975       </method>
33976     </type>
33977     <type name="TestClass">
33978       <method name="Void &lt;a&gt;m__0(Int32)">
33979         <size>7</size>
33980       </method>
33981     </type>
33982   </test>
33983   <test name="test-542.cs">
33984     <type name="X">
33985       <method name="Void .ctor()">
33986         <size>7</size>
33987       </method>
33988       <method name="Void Main()">
33989         <size>1</size>
33990       </method>
33991     </type>
33992     <type name="ARec">
33993       <method name="Void .ctor(Decimal)">
33994         <size>14</size>
33995       </method>
33996       <method name="Decimal Round(Int32)">
33997         <size>13</size>
33998       </method>
33999       <method name="Decimal Round(Decimal, Int32)">
34000         <size>7</size>
34001       </method>
34002     </type>
34003   </test>
34004   <test name="test-543.cs">
34005     <type name="BetterMethod">
34006       <method name="Void .ctor()">
34007         <size>7</size>
34008       </method>
34009       <method name="Int32 get_Item(System.Boolean[])">
34010         <size>2</size>
34011       </method>
34012       <method name="System.String get_Item(Boolean, System.Object)">
34013         <size>6</size>
34014       </method>
34015     </type>
34016     <type name="MainClass">
34017       <method name="Void .ctor()">
34018         <size>7</size>
34019       </method>
34020       <method name="Int32 get_Item(Int32, System.String[])">
34021         <size>2</size>
34022       </method>
34023       <method name="Void set_Item(Int32, System.String[], Int32)">
34024         <size>40</size>
34025       </method>
34026       <method name="System.Object get_Item(Int32, System.Object[])">
34027         <size>2</size>
34028       </method>
34029       <method name="Void set_Item(Int32, System.Object[], System.Object)">
34030         <size>40</size>
34031       </method>
34032       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
34033         <size>2</size>
34034       </method>
34035       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
34036         <size>40</size>
34037       </method>
34038       <method name="Void Main(System.String[])">
34039         <size>258</size>
34040       </method>
34041     </type>
34042   </test>
34043   <test name="test-544.cs">
34044     <type name="X">
34045       <method name="Void .ctor()">
34046         <size>7</size>
34047       </method>
34048       <method name="Void Main()">
34049         <size>32</size>
34050       </method>
34051     </type>
34052   </test>
34053   <test name="test-545.cs">
34054     <type name="X">
34055       <method name="Void .ctor()">
34056         <size>7</size>
34057       </method>
34058       <method name="Void Main()">
34059         <size>1</size>
34060       </method>
34061     </type>
34062     <type name="Dingus">
34063       <method name="Void .ctor(Int32)">
34064         <size>1</size>
34065       </method>
34066     </type>
34067   </test>
34068   <test name="test-546.cs">
34069     <type name="NameSpace.C">
34070       <method name="Void .ctor()">
34071         <size>7</size>
34072       </method>
34073       <method name="Void Main()">
34074         <size>1</size>
34075       </method>
34076     </type>
34077   </test>
34078   <test name="test-547.cs">
34079     <type name="C">
34080       <method name="Void .ctor()">
34081         <size>7</size>
34082       </method>
34083       <method name="Void Main()">
34084         <size>1</size>
34085       </method>
34086     </type>
34087   </test>
34088   <test name="test-548.cs">
34089     <type name="Bugs.Bug0">
34090       <method name="Void .ctor()">
34091         <size>7</size>
34092       </method>
34093       <method name="Int32 Main()">
34094         <size>23</size>
34095       </method>
34096     </type>
34097     <type name="Bugs.Bug0+MyBoolean">
34098       <method name="Void .ctor(Boolean)">
34099         <size>8</size>
34100       </method>
34101       <method name="MyBoolean op_Implicit(Boolean)">
34102         <size>7</size>
34103       </method>
34104       <method name="Boolean op_Implicit(MyBoolean)">
34105         <size>8</size>
34106       </method>
34107     </type>
34108   </test>
34109   <test name="test-549.cs">
34110     <type name="Do">
34111       <method name="Void .ctor()">
34112         <size>7</size>
34113       </method>
34114       <method name="Void Register(Get)">
34115         <size>1</size>
34116       </method>
34117       <method name="Void Register(System.Object)">
34118         <size>1</size>
34119       </method>
34120       <method name="System.Object MyGet(Do)">
34121         <size>2</size>
34122       </method>
34123       <method name="Void X()">
34124         <size>19</size>
34125       </method>
34126     </type>
34127     <type name="User">
34128       <method name="Void .ctor()">
34129         <size>7</size>
34130       </method>
34131       <method name="Void Main()">
34132         <size>1</size>
34133       </method>
34134     </type>
34135     <type name="Get">
34136       <method name="Void .ctor(Object, IntPtr)">
34137         <size>0</size>
34138       </method>
34139       <method name="System.Object Invoke(Do)">
34140         <size>0</size>
34141       </method>
34142       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
34143         <size>0</size>
34144       </method>
34145       <method name="System.Object EndInvoke(IAsyncResult)">
34146         <size>0</size>
34147       </method>
34148     </type>
34149   </test>
34150   <test name="test-55.cs">
34151     <type name="A.B.C">
34152       <method name="Void .ctor()">
34153         <size>7</size>
34154       </method>
34155       <method name="Void Hola()">
34156         <size>11</size>
34157       </method>
34158     </type>
34159     <type name="X.Y.Z.W">
34160       <method name="Void .ctor()">
34161         <size>7</size>
34162       </method>
34163       <method name="Void Ahoj()">
34164         <size>11</size>
34165       </method>
34166     </type>
34167     <type name="Foo.System">
34168       <method name="Void .ctor()">
34169         <size>7</size>
34170       </method>
34171       <method name="Void X()">
34172         <size>11</size>
34173       </method>
34174     </type>
34175     <type name="App">
34176       <method name="Void .ctor()">
34177         <size>7</size>
34178       </method>
34179       <method name="Int32 Main()">
34180         <size>12</size>
34181       </method>
34182     </type>
34183   </test>
34184   <test name="test-550.cs">
34185     <type name="Bla.Blub.Fo‿o">
34186       <method name="Void .ctor()">
34187         <size>7</size>
34188       </method>
34189       <method name="Void Main(System.String[])">
34190         <size>11</size>
34191       </method>
34192     </type>
34193   </test>
34194   <test name="test-551.cs">
34195     <type name="System.Int32">
34196       <method name="Void Main()">
34197         <size>1</size>
34198       </method>
34199     </type>
34200   </test>
34201   <test name="test-552.cs">
34202     <type name="C">
34203       <method name="Void .ctor()">
34204         <size>7</size>
34205       </method>
34206       <method name="Void Test(C)">
34207         <size>1</size>
34208       </method>
34209       <method name="Void Main()">
34210         <size>14</size>
34211       </method>
34212     </type>
34213   </test>
34214   <test name="test-553.cs">
34215     <type name="A">
34216       <method name="Void .ctor()">
34217         <size>7</size>
34218       </method>
34219       <method name="Void Add(System.Object)">
34220         <size>1</size>
34221       </method>
34222     </type>
34223     <type name="B">
34224       <method name="Void .ctor()">
34225         <size>7</size>
34226       </method>
34227       <method name="Boolean Add(System.Object)">
34228         <size>2</size>
34229       </method>
34230       <method name="Void Main()">
34231         <size>1</size>
34232       </method>
34233     </type>
34234   </test>
34235   <test name="test-554.cs">
34236     <type name="C">
34237       <method name="Void .ctor()">
34238         <size>7</size>
34239       </method>
34240       <method name="Int32 Main()">
34241         <size>145</size>
34242       </method>
34243     </type>
34244     <type name="&lt;PrivateImplementationDetails&gt;">
34245       <method name="Void .ctor()">
34246         <size>7</size>
34247       </method>
34248     </type>
34249   </test>
34250   <test name="test-555.cs">
34251     <type name="Test">
34252       <method name="Void .ctor()">
34253         <size>7</size>
34254       </method>
34255       <method name="Int32 Main()">
34256         <size>351</size>
34257       </method>
34258     </type>
34259   </test>
34260   <test name="test-556.cs">
34261     <type name="S">
34262       <method name="Void .ctor()">
34263         <size>7</size>
34264       </method>
34265       <method name="Void Frobnikator()">
34266         <size>1</size>
34267       </method>
34268       <method name="Void CharToX()">
34269         <size>1</size>
34270       </method>
34271       <method name="Int32 Main()">
34272         <size>35</size>
34273       </method>
34274     </type>
34275   </test>
34276   <test name="test-557.cs">
34277     <type name="Test">
34278       <method name="Void .ctor()">
34279         <size>7</size>
34280       </method>
34281       <method name="Void Main(System.String[])">
34282         <size>1</size>
34283       </method>
34284     </type>
34285   </test>
34286   <test name="test-558.cs">
34287     <type name="TestClass">
34288       <method name="Void .ctor()">
34289         <size>7</size>
34290       </method>
34291       <method name="Void Main()">
34292         <size>21</size>
34293       </method>
34294       <method name="Void TestMethod(Int32)">
34295         <size>1</size>
34296       </method>
34297     </type>
34298     <type name="TestClass+OneDelegate">
34299       <method name="Void .ctor(Object, IntPtr)">
34300         <size>0</size>
34301       </method>
34302       <method name="Void Invoke(Int32)">
34303         <size>0</size>
34304       </method>
34305       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34306         <size>0</size>
34307       </method>
34308       <method name="Void EndInvoke(IAsyncResult)">
34309         <size>0</size>
34310       </method>
34311     </type>
34312   </test>
34313   <test name="test-559.cs">
34314     <type name="C">
34315       <method name="Void .ctor()">
34316         <size>7</size>
34317       </method>
34318       <method name="Void add_TestEvent(B+TestDelegate)">
34319         <size>24</size>
34320       </method>
34321       <method name="Void remove_TestEvent(B+TestDelegate)">
34322         <size>24</size>
34323       </method>
34324       <method name="Void Main()">
34325         <size>1</size>
34326       </method>
34327     </type>
34328   </test>
34329   <test name="test-56.cs">
34330     <type name="A">
34331       <method name="Void .ctor()">
34332         <size>7</size>
34333       </method>
34334       <method name="Int32 get_P()">
34335         <size>7</size>
34336       </method>
34337       <method name="Void set_P(Int32)">
34338         <size>8</size>
34339       </method>
34340       <method name="Int32 get_Q()">
34341         <size>0</size>
34342       </method>
34343       <method name="Void set_Q(Int32)">
34344         <size>0</size>
34345       </method>
34346       <method name="Int32 get_R()">
34347         <size>7</size>
34348       </method>
34349       <method name="Void set_R(Int32)">
34350         <size>8</size>
34351       </method>
34352     </type>
34353     <type name="B">
34354       <method name="Void .ctor()">
34355         <size>7</size>
34356       </method>
34357       <method name="Int32 get_P()">
34358         <size>7</size>
34359       </method>
34360       <method name="Void set_P(Int32)">
34361         <size>8</size>
34362       </method>
34363       <method name="Int32 get_Q()">
34364         <size>7</size>
34365       </method>
34366       <method name="Void set_Q(Int32)">
34367         <size>8</size>
34368       </method>
34369     </type>
34370     <type name="C">
34371       <method name="Void .ctor()">
34372         <size>7</size>
34373       </method>
34374       <method name="Int32 get_Q()">
34375         <size>7</size>
34376       </method>
34377       <method name="Void set_Q(Int32)">
34378         <size>8</size>
34379       </method>
34380       <method name="Int32 get_R()">
34381         <size>7</size>
34382       </method>
34383       <method name="Void set_R(Int32)">
34384         <size>8</size>
34385       </method>
34386     </type>
34387     <type name="M">
34388       <method name="Void .ctor()">
34389         <size>7</size>
34390       </method>
34391       <method name="Int32 Main()">
34392         <size>221</size>
34393       </method>
34394     </type>
34395   </test>
34396   <test name="test-560.cs">
34397     <type name="Bugs.Bug2">
34398       <method name="Void .ctor()">
34399         <size>7</size>
34400       </method>
34401       <method name="Void Main(System.String[])">
34402         <size>81</size>
34403       </method>
34404     </type>
34405     <type name="Bugs.Bug2+MyByte">
34406       <method name="Void .ctor(Byte)">
34407         <size>8</size>
34408       </method>
34409       <method name="MyByte op_Implicit(Byte)">
34410         <size>7</size>
34411       </method>
34412       <method name="Byte op_Implicit(MyByte)">
34413         <size>8</size>
34414       </method>
34415     </type>
34416     <type name="Bugs.Bug2+MyInt">
34417       <method name="Void .ctor(Int32)">
34418         <size>8</size>
34419       </method>
34420       <method name="MyInt op_Implicit(Int32)">
34421         <size>7</size>
34422       </method>
34423       <method name="Int32 op_Implicit(MyInt)">
34424         <size>8</size>
34425       </method>
34426     </type>
34427   </test>
34428   <test name="test-561.cs">
34429     <type name="A">
34430       <method name="Void .ctor()">
34431         <size>7</size>
34432       </method>
34433       <method name="Void I.M()">
34434         <size>1</size>
34435       </method>
34436       <method name="Void M()">
34437         <size>0</size>
34438       </method>
34439     </type>
34440     <type name="C">
34441       <method name="Void .ctor()">
34442         <size>7</size>
34443       </method>
34444       <method name="Void M()">
34445         <size>1</size>
34446       </method>
34447       <method name="Void Main()">
34448         <size>1</size>
34449       </method>
34450     </type>
34451   </test>
34452   <test name="test-562.cs">
34453     <type name="Program">
34454       <method name="Void .ctor()">
34455         <size>7</size>
34456       </method>
34457       <method name="Int32 Main()">
34458         <size>45</size>
34459       </method>
34460     </type>
34461   </test>
34462   <test name="test-563.cs">
34463     <type name="Test">
34464       <method name="Void .ctor()">
34465         <size>7</size>
34466       </method>
34467       <method name="System.Object TestMethod(TestCollection)">
34468         <size>64</size>
34469       </method>
34470       <method name="Void Main()">
34471         <size>1</size>
34472       </method>
34473     </type>
34474   </test>
34475   <test name="test-564.cs">
34476     <type name="A">
34477       <method name="Void .ctor()">
34478         <size>7</size>
34479       </method>
34480       <method name="Void Main()">
34481         <size>1</size>
34482       </method>
34483     </type>
34484   </test>
34485   <test name="test-565.cs">
34486     <type name="T">
34487       <method name="Void .ctor()">
34488         <size>7</size>
34489       </method>
34490       <method name="Boolean Equals(System.Object)">
34491         <size>2</size>
34492       </method>
34493       <method name="Void Main()">
34494         <size>1</size>
34495       </method>
34496     </type>
34497   </test>
34498   <test name="test-566.cs">
34499     <type name="Test">
34500       <method name="Void .ctor()">
34501         <size>7</size>
34502       </method>
34503       <method name="System.String get_Spec()">
34504         <size>12</size>
34505       </method>
34506       <method name="Void Foo(C)">
34507         <size>7</size>
34508       </method>
34509       <method name="Void Foo2(CC)">
34510         <size>12</size>
34511       </method>
34512       <method name="Void Main()">
34513         <size>1</size>
34514       </method>
34515     </type>
34516     <type name="CA">
34517       <method name="Void .ctor()">
34518         <size>7</size>
34519       </method>
34520       <method name="Void set_Spec(System.String)">
34521         <size>1</size>
34522       </method>
34523     </type>
34524     <type name="CB">
34525       <method name="Void .ctor()">
34526         <size>7</size>
34527       </method>
34528       <method name="Void set_Spec(System.String)">
34529         <size>1</size>
34530       </method>
34531     </type>
34532     <type name="CC">
34533       <method name="Void .ctor()">
34534         <size>7</size>
34535       </method>
34536     </type>
34537   </test>
34538   <test name="test-567.cs">
34539     <type name="preservesig_test.Class1">
34540       <method name="Void .ctor()">
34541         <size>7</size>
34542       </method>
34543       <method name="Int32 Main(System.String[])">
34544         <size>143</size>
34545       </method>
34546     </type>
34547     <type name="preservesig_test.TestClass">
34548       <method name="Void .ctor()">
34549         <size>7</size>
34550       </method>
34551       <method name="Void add_e(preservesig_test.TestClass+D)">
34552         <size>24</size>
34553       </method>
34554       <method name="Void remove_e(preservesig_test.TestClass+D)">
34555         <size>24</size>
34556       </method>
34557       <method name="Int32 DoFoo()">
34558         <size>2</size>
34559       </method>
34560       <method name="Int32 get_Foo()">
34561         <size>2</size>
34562       </method>
34563     </type>
34564     <type name="preservesig_test.TestClass+D">
34565       <method name="Void .ctor(Object, IntPtr)">
34566         <size>0</size>
34567       </method>
34568       <method name="Void Invoke()">
34569         <size>0</size>
34570       </method>
34571       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34572         <size>0</size>
34573       </method>
34574       <method name="Void EndInvoke(IAsyncResult)">
34575         <size>0</size>
34576       </method>
34577     </type>
34578   </test>
34579   <test name="test-568.cs">
34580     <type name="B">
34581       <method name="Void .ctor()">
34582         <size>7</size>
34583       </method>
34584       <method name="Void Main()">
34585         <size>1</size>
34586       </method>
34587     </type>
34588   </test>
34589   <test name="test-569.cs">
34590     <type name="MyAttribute">
34591       <method name="Void .ctor()">
34592         <size>7</size>
34593       </method>
34594     </type>
34595     <type name="SubAttribute">
34596       <method name="Void .ctor()">
34597         <size>7</size>
34598       </method>
34599     </type>
34600     <type name="test">
34601       <method name="Void .ctor()">
34602         <size>7</size>
34603       </method>
34604       <method name="Void method()">
34605         <size>1</size>
34606       </method>
34607       <method name="Void Main()">
34608         <size>1</size>
34609       </method>
34610     </type>
34611   </test>
34612   <test name="test-57.cs">
34613     <type name="Button">
34614       <method name="Void .ctor()">
34615         <size>7</size>
34616       </method>
34617       <method name="Void add_Click(EventHandler)">
34618         <size>24</size>
34619       </method>
34620       <method name="Void remove_Click(EventHandler)">
34621         <size>24</size>
34622       </method>
34623       <method name="Void OnClick(Int32, Int32)">
34624         <size>36</size>
34625       </method>
34626       <method name="Void Reset()">
34627         <size>8</size>
34628       </method>
34629     </type>
34630     <type name="Blah">
34631       <method name="Void .ctor()">
34632         <size>18</size>
34633       </method>
34634       <method name="Void Connect()">
34635         <size>59</size>
34636       </method>
34637       <method name="Void Button1_Click(Int32, Int32)">
34638         <size>34</size>
34639       </method>
34640       <method name="Void Foo_Click(Int32, Int32)">
34641         <size>34</size>
34642       </method>
34643       <method name="Void Disconnect()">
34644         <size>34</size>
34645       </method>
34646       <method name="Int32 Main()">
34647         <size>66</size>
34648       </method>
34649     </type>
34650     <type name="EventHandler">
34651       <method name="Void .ctor(Object, IntPtr)">
34652         <size>0</size>
34653       </method>
34654       <method name="Void Invoke(Int32, Int32)">
34655         <size>0</size>
34656       </method>
34657       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
34658         <size>0</size>
34659       </method>
34660       <method name="Void EndInvoke(IAsyncResult)">
34661         <size>0</size>
34662       </method>
34663     </type>
34664   </test>
34665   <test name="test-570.cs">
34666     <type name="Bar">
34667       <method name="Void .ctor()">
34668         <size>7</size>
34669       </method>
34670     </type>
34671     <type name="Program">
34672       <method name="Void .ctor()">
34673         <size>7</size>
34674       </method>
34675       <method name="Void Main()">
34676         <size>47</size>
34677       </method>
34678     </type>
34679   </test>
34680   <test name="test-571.cs">
34681     <type name="Test">
34682       <method name="Void .ctor()">
34683         <size>7</size>
34684       </method>
34685       <method name="Void Main()">
34686         <size>1</size>
34687       </method>
34688     </type>
34689   </test>
34690   <test name="test-572.cs">
34691     <type name="C">
34692       <method name="Void .ctor()">
34693         <size>7</size>
34694       </method>
34695       <method name="Color get_Color()">
34696         <size>10</size>
34697       </method>
34698       <method name="Void ResetCustomColors()">
34699         <size>16</size>
34700       </method>
34701       <method name="Void Main()">
34702         <size>1</size>
34703       </method>
34704     </type>
34705     <type name="Color">
34706       <method name="Color From(Int32)">
34707         <size>10</size>
34708       </method>
34709       <method name="Int32 ToArgb()">
34710         <size>2</size>
34711       </method>
34712     </type>
34713   </test>
34714   <test name="test-573.cs">
34715     <type name="C">
34716       <method name="Void .ctor()">
34717         <size>7</size>
34718       </method>
34719       <method name="Void .cctor()">
34720         <size>11</size>
34721       </method>
34722       <method name="Void Main()">
34723         <size>25</size>
34724       </method>
34725     </type>
34726   </test>
34727   <test name="test-574.cs">
34728     <type name="X">
34729       <method name="Void .ctor()">
34730         <size>7</size>
34731       </method>
34732       <method name="Int32 Main()">
34733         <size>31</size>
34734       </method>
34735     </type>
34736   </test>
34737   <test name="test-575.cs">
34738     <type name="Program">
34739       <method name="Void .ctor()">
34740         <size>7</size>
34741       </method>
34742       <method name="Void Main(System.String[])">
34743         <size>25</size>
34744       </method>
34745     </type>
34746   </test>
34747   <test name="test-576.cs">
34748     <type name="Foo">
34749       <method name="Void .ctor()">
34750         <size>7</size>
34751       </method>
34752       <method name="Void Main()">
34753         <size>24</size>
34754       </method>
34755     </type>
34756   </test>
34757   <test name="test-578.cs">
34758     <type name="Test1.TestItem1">
34759       <method name="Void .ctor()">
34760         <size>7</size>
34761       </method>
34762       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
34763         <size>34</size>
34764       </method>
34765       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
34766         <size>34</size>
34767       </method>
34768       <method name="Int32 Test()">
34769         <size>12</size>
34770       </method>
34771     </type>
34772     <type name="Test1.TestItem2">
34773       <method name="Void .ctor()">
34774         <size>7</size>
34775       </method>
34776       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
34777         <size>18</size>
34778       </method>
34779       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
34780         <size>18</size>
34781       </method>
34782     </type>
34783     <type name="Test1.CC">
34784       <method name="Void .ctor()">
34785         <size>7</size>
34786       </method>
34787       <method name="Int32 Main()">
34788         <size>57</size>
34789       </method>
34790     </type>
34791     <type name="Test1.TestDelegate1">
34792       <method name="Void .ctor(Object, IntPtr)">
34793         <size>0</size>
34794       </method>
34795       <method name="Int32 Invoke()">
34796         <size>0</size>
34797       </method>
34798       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34799         <size>0</size>
34800       </method>
34801       <method name="Int32 EndInvoke(IAsyncResult)">
34802         <size>0</size>
34803       </method>
34804     </type>
34805     <type name="Test1.CC">
34806       <method name="Int32 &lt;Main&gt;m__0()">
34807         <size>2</size>
34808       </method>
34809     </type>
34810   </test>
34811   <test name="test-579.cs">
34812     <type name="X">
34813       <method name="Void .ctor()">
34814         <size>7</size>
34815       </method>
34816       <method name="Void Main()">
34817         <size>35</size>
34818       </method>
34819       <method name="Void DoCall(X+test)">
34820         <size>1</size>
34821       </method>
34822     </type>
34823     <type name="X+test">
34824       <method name="Void .ctor(Object, IntPtr)">
34825         <size>0</size>
34826       </method>
34827       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
34828         <size>0</size>
34829       </method>
34830       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
34831         <size>0</size>
34832       </method>
34833       <method name="System.Object EndInvoke(IAsyncResult)">
34834         <size>0</size>
34835       </method>
34836     </type>
34837     <type name="X">
34838       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
34839         <size>18</size>
34840       </method>
34841     </type>
34842   </test>
34843   <test name="test-58.cs">
34844     <type name="Blah">
34845       <method name="Void .ctor()">
34846         <size>7</size>
34847       </method>
34848       <method name="Int32 Main()">
34849         <size>27</size>
34850       </method>
34851     </type>
34852   </test>
34853   <test name="test-580.cs">
34854     <type name="Bla">
34855       <method name="Void .ctor()">
34856         <size>7</size>
34857       </method>
34858       <method name="Void BuildNode(System.String ByRef)">
34859         <size>43</size>
34860       </method>
34861       <method name="Void BuildNode(System.String[] ByRef)">
34862         <size>56</size>
34863       </method>
34864       <method name="Void BuildNode_B(System.Object ByRef)">
34865         <size>18</size>
34866       </method>
34867       <method name="System.String BuildNode_C(System.String ByRef)">
34868         <size>76</size>
34869       </method>
34870       <method name="System.String BuildNode_D()">
34871         <size>155</size>
34872       </method>
34873       <method name="Void BuildNode_E(System.String[,] ByRef)">
34874         <size>68</size>
34875       </method>
34876       <method name="Int32 Main()">
34877         <size>265</size>
34878       </method>
34879     </type>
34880   </test>
34881   <test name="test-581.cs">
34882     <type name="TestParams">
34883       <method name="Void .ctor()">
34884         <size>7</size>
34885       </method>
34886       <method name="System.Object get_Item(System.String[])">
34887         <size>4</size>
34888       </method>
34889       <method name="Void set_Item(System.String[], System.Object)">
34890         <size>40</size>
34891       </method>
34892       <method name="Void TestMethod()">
34893         <size>179</size>
34894       </method>
34895     </type>
34896     <type name="TestNonParams">
34897       <method name="Void .ctor()">
34898         <size>7</size>
34899       </method>
34900       <method name="System.Object get_Item(System.String)">
34901         <size>2</size>
34902       </method>
34903       <method name="Void set_Item(System.String, System.Object)">
34904         <size>40</size>
34905       </method>
34906       <method name="Void TestMethod()">
34907         <size>71</size>
34908       </method>
34909     </type>
34910     <type name="M">
34911       <method name="Void .ctor()">
34912         <size>7</size>
34913       </method>
34914       <method name="Int32 Main()">
34915         <size>22</size>
34916       </method>
34917     </type>
34918   </test>
34919   <test name="test-582.cs">
34920     <type name="TrueClass">
34921       <method name="Void Main()">
34922         <size>1</size>
34923       </method>
34924     </type>
34925   </test>
34926   <test name="test-583.cs">
34927     <type name="Program">
34928       <method name="Void .ctor()">
34929         <size>7</size>
34930       </method>
34931       <method name="Int32 Main()">
34932         <size>19</size>
34933       </method>
34934     </type>
34935     <type name="ObjectContainerBase">
34936       <method name="Void .ctor()">
34937         <size>7</size>
34938       </method>
34939     </type>
34940   </test>
34941   <test name="test-584.cs">
34942     <type name="Style">
34943       <method name="Void .ctor()">
34944         <size>7</size>
34945       </method>
34946       <method name="Style get_CurrentStyle()">
34947         <size>2</size>
34948       </method>
34949       <method name="Void set_CurrentStyle(Style)">
34950         <size>1</size>
34951       </method>
34952       <method name="Boolean LoadCurrentStyle()">
34953         <size>20</size>
34954       </method>
34955       <method name="Style Load()">
34956         <size>2</size>
34957       </method>
34958       <method name="Int32 Main()">
34959         <size>18</size>
34960       </method>
34961     </type>
34962   </test>
34963   <test name="test-585.cs">
34964     <type name="A">
34965       <method name="Void .ctor()">
34966         <size>7</size>
34967       </method>
34968     </type>
34969     <type name="B">
34970       <method name="Void .ctor()">
34971         <size>7</size>
34972       </method>
34973     </type>
34974     <type name="X">
34975       <method name="Void .ctor()">
34976         <size>7</size>
34977       </method>
34978     </type>
34979     <type name="Program">
34980       <method name="Void .ctor()">
34981         <size>7</size>
34982       </method>
34983       <method name="Void Main()">
34984         <size>52</size>
34985       </method>
34986     </type>
34987   </test>
34988   <test name="test-586.cs">
34989     <type name="Program">
34990       <method name="Void .ctor()">
34991         <size>7</size>
34992       </method>
34993       <method name="Int32 Main()">
34994         <size>99</size>
34995       </method>
34996     </type>
34997     <type name="Program+MyColor">
34998       <method name="Void .ctor(Single)">
34999         <size>8</size>
35000       </method>
35001       <method name="Single get_Value()">
35002         <size>7</size>
35003       </method>
35004       <method name="MyColor op_Addition(MyColor, MyColor)">
35005         <size>21</size>
35006       </method>
35007     </type>
35008   </test>
35009   <test name="test-587.cs">
35010     <type name="Program">
35011       <method name="Void .ctor()">
35012         <size>7</size>
35013       </method>
35014       <method name="Int32 Main()">
35015         <size>17</size>
35016       </method>
35017     </type>
35018   </test>
35019   <test name="test-588.cs">
35020     <type name="TestNamespace.TestClass">
35021       <method name="Void .ctor()">
35022         <size>7</size>
35023       </method>
35024       <method name="Void HelloWorld()">
35025         <size>1</size>
35026       </method>
35027     </type>
35028     <type name="SuperClass">
35029       <method name="Void .ctor()">
35030         <size>7</size>
35031       </method>
35032       <method name="TestNamespace.TestClass get_TestClass()">
35033         <size>7</size>
35034       </method>
35035     </type>
35036     <type name="SubClass">
35037       <method name="Void .ctor()">
35038         <size>12</size>
35039       </method>
35040     </type>
35041     <type name="App">
35042       <method name="Void .ctor()">
35043         <size>7</size>
35044       </method>
35045       <method name="Void Main()">
35046         <size>7</size>
35047       </method>
35048     </type>
35049   </test>
35050   <test name="test-589.cs">
35051     <type name="TestNamespace.TestClass">
35052       <method name="Void .ctor()">
35053         <size>7</size>
35054       </method>
35055       <method name="Void HelloWorld()">
35056         <size>1</size>
35057       </method>
35058     </type>
35059     <type name="SuperClass">
35060       <method name="Void .ctor()">
35061         <size>7</size>
35062       </method>
35063       <method name="TestNamespace.TestClass get_TestClass()">
35064         <size>7</size>
35065       </method>
35066       <method name="Void set_TestClass(TestNamespace.TestClass)">
35067         <size>1</size>
35068       </method>
35069     </type>
35070     <type name="SubClass">
35071       <method name="Void .ctor()">
35072         <size>12</size>
35073       </method>
35074     </type>
35075     <type name="App">
35076       <method name="Void .ctor()">
35077         <size>7</size>
35078       </method>
35079       <method name="Void Main()">
35080         <size>7</size>
35081       </method>
35082     </type>
35083   </test>
35084   <test name="test-59.cs">
35085     <type name="X">
35086       <method name="Void .ctor()">
35087         <size>7</size>
35088       </method>
35089       <method name="Int32 test_explicit()">
35090         <size>224</size>
35091       </method>
35092       <method name="Int32 test_implicit()">
35093         <size>102</size>
35094       </method>
35095       <method name="Int32 Main()">
35096         <size>55</size>
35097       </method>
35098     </type>
35099   </test>
35100   <test name="test-590.cs">
35101     <type name="X">
35102       <method name="Void .ctor()">
35103         <size>18</size>
35104       </method>
35105       <method name="Int32 Main()">
35106         <size>28</size>
35107       </method>
35108       <method name="System.String Foo()">
35109         <size>6</size>
35110       </method>
35111       <method name="System.String get_Prop()">
35112         <size>7</size>
35113       </method>
35114       <method name="Void set_Prop(System.String)">
35115         <size>8</size>
35116       </method>
35117       <method name="System.String get_Item(Int32)">
35118         <size>7</size>
35119       </method>
35120       <method name="Void set_Item(Int32, System.String)">
35121         <size>8</size>
35122       </method>
35123       <method name="Int32 Do(System.String, System.String, System.String)">
35124         <size>334</size>
35125       </method>
35126     </type>
35127   </test>
35128   <test name="test-591.cs">
35129     <type name="C1">
35130       <method name="Void .ctor()">
35131         <size>7</size>
35132       </method>
35133       <method name="Void Foo(System.String)">
35134         <size>49</size>
35135       </method>
35136     </type>
35137     <type name="C2">
35138       <method name="Void .ctor()">
35139         <size>7</size>
35140       </method>
35141       <method name="Void Main()">
35142         <size>1</size>
35143       </method>
35144     </type>
35145   </test>
35146   <test name="test-592.cs">
35147     <type name="T">
35148       <method name="Void .ctor()">
35149         <size>7</size>
35150       </method>
35151       <method name="Int32 fib(Int32)">
35152         <size>53</size>
35153       </method>
35154       <method name="Int32 xx(Int32)">
35155         <size>33</size>
35156       </method>
35157       <method name="Void foo(Int32)">
35158         <size>38</size>
35159       </method>
35160       <method name="Void XXXA()">
35161         <size>6</size>
35162       </method>
35163       <method name="Void Main()">
35164         <size>1</size>
35165       </method>
35166     </type>
35167   </test>
35168   <test name="test-593.cs">
35169     <type name="MainClass">
35170       <method name="Void .ctor()">
35171         <size>7</size>
35172       </method>
35173       <method name="Void Foo(I)">
35174         <size>7</size>
35175       </method>
35176       <method name="Void Main()">
35177         <size>1</size>
35178       </method>
35179     </type>
35180   </test>
35181   <test name="test-594.cs">
35182     <type name="Test">
35183       <method name="Void .ctor()">
35184         <size>7</size>
35185       </method>
35186       <method name="Void Main()">
35187         <size>1</size>
35188       </method>
35189     </type>
35190   </test>
35191   <test name="test-595.cs">
35192     <type name="AttributesCollection">
35193       <method name="Void .ctor()">
35194         <size>7</size>
35195       </method>
35196       <method name="System.Object get_Item(SymbolId)">
35197         <size>2</size>
35198       </method>
35199       <method name="Void set_Item(SymbolId, System.Object)">
35200         <size>1</size>
35201       </method>
35202     </type>
35203     <type name="Program">
35204       <method name="Void .ctor()">
35205         <size>7</size>
35206       </method>
35207       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
35208         <size>18</size>
35209       </method>
35210       <method name="Void Main()">
35211         <size>23</size>
35212       </method>
35213     </type>
35214   </test>
35215   <test name="test-596.cs">
35216     <type name="C">
35217       <method name="Void .ctor()">
35218         <size>7</size>
35219       </method>
35220       <method name="Void Main()">
35221         <size>17</size>
35222       </method>
35223     </type>
35224   </test>
35225   <test name="test-597.cs">
35226     <type name="TestNS.Foo">
35227       <method name="Void .ctor()">
35228         <size>7</size>
35229       </method>
35230     </type>
35231     <type name="TestNS.XElement">
35232       <method name="Void .ctor()">
35233         <size>7</size>
35234       </method>
35235       <method name="TestNS.Bar get_Document()">
35236         <size>2</size>
35237       </method>
35238       <method name="System.Object get_CrashHere()">
35239         <size>29</size>
35240       </method>
35241     </type>
35242     <type name="TestNS.Element">
35243       <method name="Void .ctor()">
35244         <size>7</size>
35245       </method>
35246       <method name="TestNS.Foo get_Document()">
35247         <size>2</size>
35248       </method>
35249     </type>
35250     <type name="TestNS.Bar">
35251       <method name="Void .ctor()">
35252         <size>7</size>
35253       </method>
35254       <method name="IHoge get_Root()">
35255         <size>2</size>
35256       </method>
35257     </type>
35258     <type name="TestNS.C">
35259       <method name="Void .ctor()">
35260         <size>7</size>
35261       </method>
35262       <method name="Void Main()">
35263         <size>1</size>
35264       </method>
35265     </type>
35266   </test>
35267   <test name="test-598.cs">
35268     <type name="Test">
35269       <method name="Void .ctor()">
35270         <size>35</size>
35271       </method>
35272       <method name="V get_v()">
35273         <size>7</size>
35274       </method>
35275       <method name="Void Main()">
35276         <size>1</size>
35277       </method>
35278     </type>
35279     <type name="V">
35280       <method name="Void set_Item(Int32, Int32)">
35281         <size>1</size>
35282       </method>
35283     </type>
35284   </test>
35285   <test name="test-599.cs">
35286     <type name="Test.String">
35287       <method name="Void .ctor(String)">
35288         <size>14</size>
35289       </method>
35290       <method name="Test.String op_Implicit(System.String)">
35291         <size>15</size>
35292       </method>
35293       <method name="System.String op_Implicit(Test.String)">
35294         <size>15</size>
35295       </method>
35296     </type>
35297     <type name="TestCompiler.MainClass">
35298       <method name="Void .ctor()">
35299         <size>7</size>
35300       </method>
35301       <method name="Int32 Main()">
35302         <size>80</size>
35303       </method>
35304     </type>
35305   </test>
35306   <test name="test-6.cs">
35307     <type name="X">
35308       <method name="Void .ctor()">
35309         <size>7</size>
35310       </method>
35311       <method name="Int32 Main()">
35312         <size>37</size>
35313       </method>
35314     </type>
35315   </test>
35316   <test name="test-60.cs">
35317     <type name="ns5.Y">
35318       <method name="Void .ctor()">
35319         <size>7</size>
35320       </method>
35321       <method name="Void Run()">
35322         <size>1</size>
35323       </method>
35324     </type>
35325     <type name="X">
35326       <method name="Void .ctor()">
35327         <size>7</size>
35328       </method>
35329       <method name="Int32 Main()">
35330         <size>14</size>
35331       </method>
35332     </type>
35333   </test>
35334   <test name="test-600.cs">
35335     <type name="Test.Regression">
35336       <method name="Void .ctor()">
35337         <size>7</size>
35338       </method>
35339       <method name="Int32 Main()">
35340         <size>90</size>
35341       </method>
35342     </type>
35343   </test>
35344   <test name="test-601.cs">
35345     <type name="C">
35346       <method name="Void .ctor()">
35347         <size>7</size>
35348       </method>
35349       <method name="Void Main()">
35350         <size>1</size>
35351       </method>
35352     </type>
35353     <type name="C+MarkerUpdatedVMDelegate">
35354       <method name="Void .ctor(Object, IntPtr)">
35355         <size>0</size>
35356       </method>
35357       <method name="Void Invoke(IntPtr, IntPtr)">
35358         <size>0</size>
35359       </method>
35360       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
35361         <size>0</size>
35362       </method>
35363       <method name="Void EndInvoke(IAsyncResult)">
35364         <size>0</size>
35365       </method>
35366     </type>
35367   </test>
35368   <test name="test-602.cs">
35369     <type name="C">
35370       <method name="Void .ctor()">
35371         <size>7</size>
35372       </method>
35373       <method name="Int32 Main()">
35374         <size>95</size>
35375       </method>
35376       <method name="Int32 Error(System.String, System.Object[])">
35377         <size>8</size>
35378       </method>
35379       <method name="Int32 Format(System.String, System.Object)">
35380         <size>2</size>
35381       </method>
35382       <method name="Int32 Format(System.String, System.Object[])">
35383         <size>2</size>
35384       </method>
35385       <method name="Int32 Format(System.String, System.Object, System.Object[])">
35386         <size>2</size>
35387       </method>
35388       <method name="Int32 Test_A(System.String)">
35389         <size>2</size>
35390       </method>
35391       <method name="Int32 Test_A(System.String, System.Object[])">
35392         <size>2</size>
35393       </method>
35394       <method name="Int32 Test_C(System.Type, System.Int32[])">
35395         <size>2</size>
35396       </method>
35397       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
35398         <size>2</size>
35399       </method>
35400     </type>
35401   </test>
35402   <test name="test-603.cs">
35403     <type name="ConsoleApplication1.Program">
35404       <method name="Void .ctor()">
35405         <size>7</size>
35406       </method>
35407       <method name="Void .cctor()">
35408         <size>1</size>
35409       </method>
35410       <method name="Int32 Main()">
35411         <size>52</size>
35412       </method>
35413     </type>
35414   </test>
35415   <test name="test-604.cs">
35416     <type name="Program">
35417       <method name="Void .ctor()">
35418         <size>7</size>
35419       </method>
35420       <method name="Int32 Main()">
35421         <size>83</size>
35422       </method>
35423     </type>
35424     <type name="Program+ImplementingExplicitInterfacesMembers">
35425       <method name="Void .ctor()">
35426         <size>7</size>
35427       </method>
35428       <method name="Void Program.Iface1.IfaceMethod1()">
35429         <size>1</size>
35430       </method>
35431       <method name="Void Program.Iface2.IfaceMethod2()">
35432         <size>1</size>
35433       </method>
35434     </type>
35435   </test>
35436   <test name="test-605.cs">
35437     <type name="TestA">
35438       <method name="Void .ctor()">
35439         <size>7</size>
35440       </method>
35441       <method name="System.String get_Method()">
35442         <size>2</size>
35443       </method>
35444     </type>
35445     <type name="TestB">
35446       <method name="Void .ctor()">
35447         <size>7</size>
35448       </method>
35449       <method name="System.String get_Method()">
35450         <size>2</size>
35451       </method>
35452       <method name="Void Main()">
35453         <size>1</size>
35454       </method>
35455     </type>
35456   </test>
35457   <test name="test-606.cs">
35458     <type name="Program">
35459       <method name="Void .ctor()">
35460         <size>7</size>
35461       </method>
35462       <method name="Int32 Main()">
35463         <size>157</size>
35464       </method>
35465     </type>
35466     <type name="Info">
35467       <method name="Void .ctor()">
35468         <size>7</size>
35469       </method>
35470       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
35471         <size>2</size>
35472       </method>
35473       <method name="Void System.Collections.IEnumerator.Reset()">
35474         <size>1</size>
35475       </method>
35476       <method name="System.Object System.Collections.IEnumerator.get_Current()">
35477         <size>2</size>
35478       </method>
35479       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
35480         <size>2</size>
35481       </method>
35482       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
35483         <size>1</size>
35484       </method>
35485     </type>
35486   </test>
35487   <test name="test-607.cs">
35488     <type name="Program">
35489       <method name="Void .ctor()">
35490         <size>7</size>
35491       </method>
35492       <method name="Int32 Main()">
35493         <size>120</size>
35494       </method>
35495     </type>
35496   </test>
35497   <test name="test-608.cs">
35498     <type name="X">
35499       <method name="Void .ctor()">
35500         <size>7</size>
35501       </method>
35502       <method name="Void Main()">
35503         <size>60</size>
35504       </method>
35505     </type>
35506   </test>
35507   <test name="test-609.cs">
35508     <type name="Test">
35509       <method name="Void .ctor()">
35510         <size>7</size>
35511       </method>
35512       <method name="Int32 Main()">
35513         <size>36</size>
35514       </method>
35515     </type>
35516   </test>
35517   <test name="test-61.cs">
35518     <type name="X">
35519       <method name="Void .ctor()">
35520         <size>7</size>
35521       </method>
35522       <method name="Void add_XX(X+MyEvent)">
35523         <size>3</size>
35524       </method>
35525       <method name="Void remove_XX(X+MyEvent)">
35526         <size>3</size>
35527       </method>
35528       <method name="Int32 get_Property()">
35529         <size>4</size>
35530       </method>
35531       <method name="Void set_Property(Int32)">
35532         <size>3</size>
35533       </method>
35534       <method name="Int32 get_P2()">
35535         <size>2</size>
35536       </method>
35537       <method name="Void set_P3(Int32)">
35538         <size>1</size>
35539       </method>
35540       <method name="Int32 Main()">
35541         <size>2</size>
35542       </method>
35543     </type>
35544     <type name="X+MyEvent">
35545       <method name="Void .ctor(Object, IntPtr)">
35546         <size>0</size>
35547       </method>
35548       <method name="Void Invoke()">
35549         <size>0</size>
35550       </method>
35551       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35552         <size>0</size>
35553       </method>
35554       <method name="Void EndInvoke(IAsyncResult)">
35555         <size>0</size>
35556       </method>
35557     </type>
35558   </test>
35559   <test name="test-610.cs">
35560     <type name="A">
35561       <method name="Void .ctor()">
35562         <size>7</size>
35563       </method>
35564       <method name="Void Main()">
35565         <size>1</size>
35566       </method>
35567     </type>
35568     <type name="A+C">
35569       <method name="Void .ctor()">
35570         <size>7</size>
35571       </method>
35572     </type>
35573     <type name="A+C+D">
35574       <method name="Void .ctor()">
35575         <size>7</size>
35576       </method>
35577     </type>
35578     <type name="N.B">
35579       <method name="Void .ctor()">
35580         <size>7</size>
35581       </method>
35582     </type>
35583     <type name="N.B+C">
35584       <method name="Void .ctor()">
35585         <size>7</size>
35586       </method>
35587     </type>
35588     <type name="N.B+C+E">
35589       <method name="Void .ctor()">
35590         <size>7</size>
35591       </method>
35592     </type>
35593     <type name="N.B+A">
35594       <method name="Void .ctor()">
35595         <size>7</size>
35596       </method>
35597     </type>
35598     <type name="N.B+A+D">
35599       <method name="Void .ctor()">
35600         <size>7</size>
35601       </method>
35602     </type>
35603   </test>
35604   <test name="test-611.cs">
35605     <type name="T">
35606       <method name="Void .ctor()">
35607         <size>7</size>
35608       </method>
35609     </type>
35610     <type name="T+Protected">
35611       <method name="Void .ctor()">
35612         <size>7</size>
35613       </method>
35614     </type>
35615     <type name="D">
35616       <method name="Void .ctor()">
35617         <size>7</size>
35618       </method>
35619     </type>
35620     <type name="D+Private">
35621       <method name="Void .ctor()">
35622         <size>7</size>
35623       </method>
35624       <method name="Void Stuff(T+Protected)">
35625         <size>1</size>
35626       </method>
35627     </type>
35628     <type name="D2">
35629       <method name="Void .ctor()">
35630         <size>7</size>
35631       </method>
35632     </type>
35633     <type name="D2+P">
35634       <method name="Void .ctor()">
35635         <size>7</size>
35636       </method>
35637     </type>
35638     <type name="D2+P+Private">
35639       <method name="Void .ctor()">
35640         <size>7</size>
35641       </method>
35642       <method name="Void Stuff(T+Protected)">
35643         <size>1</size>
35644       </method>
35645     </type>
35646     <type name="Z">
35647       <method name="Void .ctor()">
35648         <size>7</size>
35649       </method>
35650       <method name="Void Main()">
35651         <size>1</size>
35652       </method>
35653     </type>
35654   </test>
35655   <test name="test-612.cs">
35656     <type name="Abcdefghijklmnopqrstuvwxyz">
35657       <method name="Void .ctor()">
35658         <size>7</size>
35659       </method>
35660       <method name="Void .cctor()">
35661         <size>7</size>
35662       </method>
35663     </type>
35664     <type name="OO">
35665       <method name="Void .ctor()">
35666         <size>7</size>
35667       </method>
35668       <method name="Void D()">
35669         <size>5293</size>
35670       </method>
35671     </type>
35672     <type name="Zyxwvutsrqp">
35673       <method name="Void .ctor()">
35674         <size>7</size>
35675       </method>
35676       <method name="Void .cctor()">
35677         <size>7</size>
35678       </method>
35679     </type>
35680     <type name="XXX">
35681       <method name="Void .ctor()">
35682         <size>7</size>
35683       </method>
35684       <method name="Boolean IsAltered()">
35685         <size>859</size>
35686       </method>
35687       <method name="Void Main()">
35688         <size>1</size>
35689       </method>
35690     </type>
35691   </test>
35692   <test name="test-613.cs">
35693     <type name="M">
35694       <method name="Void .ctor()">
35695         <size>7</size>
35696       </method>
35697       <method name="Boolean g()">
35698         <size>8</size>
35699       </method>
35700       <method name="Int32 Main()">
35701         <size>62</size>
35702       </method>
35703     </type>
35704   </test>
35705   <test name="test-614.cs">
35706     <type name="C">
35707       <method name="Void .ctor()">
35708         <size>7</size>
35709       </method>
35710       <method name="Void And()">
35711         <size>73</size>
35712       </method>
35713       <method name="Void Or()">
35714         <size>129</size>
35715       </method>
35716       <method name="Int32 Main()">
35717         <size>70</size>
35718       </method>
35719     </type>
35720   </test>
35721   <test name="test-615.cs">
35722     <type name="C">
35723       <method name="Void .ctor()">
35724         <size>7</size>
35725       </method>
35726       <method name="Void Main()">
35727         <size>16</size>
35728       </method>
35729     </type>
35730   </test>
35731   <test name="test-617.cs">
35732     <type name="Y">
35733       <method name="Void .ctor()">
35734         <size>7</size>
35735       </method>
35736       <method name="Void X.add_Foo(MyDelegate)">
35737         <size>1</size>
35738       </method>
35739       <method name="Void X.remove_Foo(MyDelegate)">
35740         <size>1</size>
35741       </method>
35742       <method name="Void add_Foo(MyDelegate)">
35743         <size>24</size>
35744       </method>
35745       <method name="Void remove_Foo(MyDelegate)">
35746         <size>24</size>
35747       </method>
35748       <method name="Int32 X.get_Prop()">
35749         <size>2</size>
35750       </method>
35751       <method name="Int32 Main()">
35752         <size>74</size>
35753       </method>
35754     </type>
35755     <type name="MyDelegate">
35756       <method name="Void .ctor(Object, IntPtr)">
35757         <size>0</size>
35758       </method>
35759       <method name="Int64 Invoke()">
35760         <size>0</size>
35761       </method>
35762       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35763         <size>0</size>
35764       </method>
35765       <method name="Int64 EndInvoke(IAsyncResult)">
35766         <size>0</size>
35767       </method>
35768     </type>
35769   </test>
35770   <test name="test-618.cs">
35771     <type name="C">
35772       <method name="Void .ctor()">
35773         <size>7</size>
35774       </method>
35775       <method name="Void ZeroBasedReductions()">
35776         <size>18</size>
35777       </method>
35778       <method name="Void Main()">
35779         <size>6</size>
35780       </method>
35781     </type>
35782   </test>
35783   <test name="test-619.cs">
35784     <type name="X">
35785       <method name="Void .ctor()">
35786         <size>7</size>
35787       </method>
35788       <method name="Void Main()">
35789         <size>11</size>
35790       </method>
35791     </type>
35792   </test>
35793   <test name="test-62.cs">
35794     <type name="X">
35795       <method name="Void .ctor()">
35796         <size>7</size>
35797       </method>
35798       <method name="X[] GetX()">
35799         <size>2</size>
35800       </method>
35801       <method name="System.Int32[] getInt()">
35802         <size>2</size>
35803       </method>
35804       <method name="System.Int32[,,] getMoreInt()">
35805         <size>2</size>
35806       </method>
35807       <method name="Int32 Main()">
35808         <size>2</size>
35809       </method>
35810     </type>
35811   </test>
35812   <test name="test-620.cs">
35813     <type name="X">
35814       <method name="Void .ctor()">
35815         <size>7</size>
35816       </method>
35817       <method name="Void A(Int32 ByRef)">
35818         <size>7</size>
35819       </method>
35820       <method name="Void B(Int32 ByRef)">
35821         <size>7</size>
35822       </method>
35823       <method name="Int32 Main()">
35824         <size>22</size>
35825       </method>
35826     </type>
35827   </test>
35828   <test name="test-621.cs">
35829     <type name="X">
35830       <method name="Void .ctor()">
35831         <size>7</size>
35832       </method>
35833       <method name="Void Main()">
35834         <size>129</size>
35835       </method>
35836     </type>
35837   </test>
35838   <test name="test-622.cs">
35839     <type name="A">
35840       <method name="Void .ctor(Int32)">
35841         <size>1</size>
35842       </method>
35843     </type>
35844     <type name="B">
35845       <method name="Void .ctor(Int32)">
35846         <size>7</size>
35847       </method>
35848     </type>
35849     <type name="X">
35850       <method name="Void .ctor()">
35851         <size>7</size>
35852       </method>
35853       <method name="Void Foo(A ByRef)">
35854         <size>8</size>
35855       </method>
35856       <method name="Void Foo(System.Object ByRef)">
35857         <size>9</size>
35858       </method>
35859       <method name="Int32 Main()">
35860         <size>16</size>
35861       </method>
35862     </type>
35863   </test>
35864   <test name="test-623.cs">
35865     <type name="X">
35866       <method name="Void .ctor()">
35867         <size>7</size>
35868       </method>
35869       <method name="Void a()">
35870         <size>0</size>
35871       </method>
35872     </type>
35873     <type name="Y">
35874       <method name="Void .ctor()">
35875         <size>7</size>
35876       </method>
35877       <method name="Void a()">
35878         <size>11</size>
35879       </method>
35880       <method name="Void Main()">
35881         <size>13</size>
35882       </method>
35883     </type>
35884   </test>
35885   <test name="test-624.cs">
35886     <type name="X">
35887       <method name="Void .ctor()">
35888         <size>7</size>
35889       </method>
35890       <method name="Int32 get_Type()">
35891         <size>2</size>
35892       </method>
35893       <method name="Void Main()">
35894         <size>3</size>
35895       </method>
35896     </type>
35897   </test>
35898   <test name="test-625.cs">
35899     <type name="Location">
35900       <method name="Void .ctor()">
35901         <size>7</size>
35902       </method>
35903       <method name="Int32 get_Null()">
35904         <size>2</size>
35905       </method>
35906     </type>
35907     <type name="X">
35908       <method name="Void .ctor()">
35909         <size>13</size>
35910       </method>
35911       <method name="Void Main()">
35912         <size>1</size>
35913       </method>
35914     </type>
35915   </test>
35916   <test name="test-626.cs">
35917     <type name="X">
35918       <method name="Void .ctor()">
35919         <size>7</size>
35920       </method>
35921       <method name="Void A()">
35922         <size>1</size>
35923       </method>
35924       <method name="Void Main()">
35925         <size>37</size>
35926       </method>
35927     </type>
35928   </test>
35929   <test name="test-627.cs">
35930     <type name="B">
35931       <method name="Void .ctor()">
35932         <size>7</size>
35933       </method>
35934       <method name="Void X.B()">
35935         <size>1</size>
35936       </method>
35937       <method name="Void A.B()">
35938         <size>1</size>
35939       </method>
35940     </type>
35941     <type name="M">
35942       <method name="Void .ctor()">
35943         <size>7</size>
35944       </method>
35945       <method name="Void N(System.Object)">
35946         <size>8</size>
35947       </method>
35948       <method name="Void Main()">
35949         <size>1</size>
35950       </method>
35951     </type>
35952   </test>
35953   <test name="test-628.cs">
35954     <type name="N1.B">
35955       <method name="Void .ctor()">
35956         <size>7</size>
35957       </method>
35958     </type>
35959     <type name="X">
35960       <method name="Void .ctor()">
35961         <size>7</size>
35962       </method>
35963     </type>
35964     <type name="X2">
35965       <method name="Void .ctor()">
35966         <size>7</size>
35967       </method>
35968     </type>
35969     <type name="Y2">
35970       <method name="Void .ctor()">
35971         <size>7</size>
35972       </method>
35973     </type>
35974     <type name="Y">
35975       <method name="Void .ctor()">
35976         <size>7</size>
35977       </method>
35978       <method name="Void Main()">
35979         <size>1</size>
35980       </method>
35981     </type>
35982   </test>
35983   <test name="test-629.cs">
35984     <type name="Foo">
35985       <method name="Void .ctor()">
35986         <size>7</size>
35987       </method>
35988       <method name="IEnumerable foo()">
35989         <size>16</size>
35990       </method>
35991       <method name="Int32 Main()">
35992         <size>65</size>
35993       </method>
35994     </type>
35995     <type name="Foo+&lt;foo&gt;c__Iterator0">
35996       <method name="Void .ctor()">
35997         <size>7</size>
35998       </method>
35999       <method name="System.Object System.Collections.IEnumerator.get_Current()">
36000         <size>7</size>
36001       </method>
36002       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
36003         <size>7</size>
36004       </method>
36005       <method name="Boolean MoveNext()">
36006         <size>39</size>
36007       </method>
36008       <method name="Void Dispose()">
36009         <size>8</size>
36010       </method>
36011       <method name="Void Reset()">
36012         <size>6</size>
36013       </method>
36014       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
36015         <size>7</size>
36016       </method>
36017       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
36018         <size>26</size>
36019       </method>
36020     </type>
36021   </test>
36022   <test name="test-63.cs">
36023     <type name="X">
36024       <method name="Void .ctor()">
36025         <size>7</size>
36026       </method>
36027       <method name="Int32 Main()">
36028         <size>96</size>
36029       </method>
36030     </type>
36031   </test>
36032   <test name="test-630.cs">
36033     <type name="MyEx">
36034       <method name="Void .ctor()">
36035         <size>7</size>
36036       </method>
36037     </type>
36038     <type name="Ex">
36039       <method name="Void .ctor()">
36040         <size>7</size>
36041       </method>
36042       <method name="Int32 test(Int32)">
36043         <size>37</size>
36044       </method>
36045       <method name="Int32 Main()">
36046         <size>70</size>
36047       </method>
36048     </type>
36049   </test>
36050   <test name="test-631.cs">
36051     <type name="A">
36052       <method name="Void .ctor()">
36053         <size>7</size>
36054       </method>
36055       <method name="SByte op_Implicit(A)">
36056         <size>2</size>
36057       </method>
36058       <method name="Byte op_Implicit(A)">
36059         <size>2</size>
36060       </method>
36061       <method name="Int16 op_Implicit(A)">
36062         <size>2</size>
36063       </method>
36064       <method name="UInt16 op_Implicit(A)">
36065         <size>2</size>
36066       </method>
36067       <method name="Int32 op_Implicit(A)">
36068         <size>2</size>
36069       </method>
36070       <method name="UInt32 op_Implicit(A)">
36071         <size>2</size>
36072       </method>
36073       <method name="Int64 op_Implicit(A)">
36074         <size>3</size>
36075       </method>
36076       <method name="UInt64 op_Implicit(A)">
36077         <size>3</size>
36078       </method>
36079     </type>
36080     <type name="A2">
36081       <method name="Void .ctor()">
36082         <size>7</size>
36083       </method>
36084       <method name="SByte op_Implicit(A2)">
36085         <size>2</size>
36086       </method>
36087       <method name="Byte op_Implicit(A2)">
36088         <size>2</size>
36089       </method>
36090       <method name="Int16 op_Implicit(A2)">
36091         <size>2</size>
36092       </method>
36093       <method name="UInt32 op_Implicit(A2)">
36094         <size>2</size>
36095       </method>
36096       <method name="Int64 op_Implicit(A2)">
36097         <size>3</size>
36098       </method>
36099       <method name="UInt64 op_Implicit(A2)">
36100         <size>3</size>
36101       </method>
36102     </type>
36103     <type name="A3">
36104       <method name="Void .ctor()">
36105         <size>7</size>
36106       </method>
36107       <method name="SByte op_Implicit(A3)">
36108         <size>2</size>
36109       </method>
36110       <method name="UInt32 op_Implicit(A3)">
36111         <size>2</size>
36112       </method>
36113       <method name="Int64 op_Implicit(A3)">
36114         <size>3</size>
36115       </method>
36116       <method name="UInt64 op_Implicit(A3)">
36117         <size>3</size>
36118       </method>
36119     </type>
36120     <type name="A4">
36121       <method name="Void .ctor()">
36122         <size>7</size>
36123       </method>
36124       <method name="UInt32 op_Implicit(A4)">
36125         <size>2</size>
36126       </method>
36127       <method name="Int64 op_Implicit(A4)">
36128         <size>3</size>
36129       </method>
36130       <method name="UInt64 op_Implicit(A4)">
36131         <size>3</size>
36132       </method>
36133     </type>
36134     <type name="A5">
36135       <method name="Void .ctor()">
36136         <size>7</size>
36137       </method>
36138       <method name="UInt32 op_Implicit(A5)">
36139         <size>2</size>
36140       </method>
36141       <method name="Int32 op_Implicit(A5)">
36142         <size>2</size>
36143       </method>
36144     </type>
36145     <type name="A6">
36146       <method name="Void .ctor()">
36147         <size>7</size>
36148       </method>
36149       <method name="Byte op_Implicit(A6)">
36150         <size>2</size>
36151       </method>
36152     </type>
36153     <type name="MyDecimal">
36154       <method name="Void .ctor()">
36155         <size>7</size>
36156       </method>
36157       <method name="Decimal op_Implicit(MyDecimal)">
36158         <size>8</size>
36159       </method>
36160     </type>
36161     <type name="Constraint">
36162       <method name="Void .ctor()">
36163         <size>7</size>
36164       </method>
36165       <method name="Int32 Main()">
36166         <size>293</size>
36167       </method>
36168     </type>
36169   </test>
36170   <test name="test-632.cs">
36171     <type name="Bug379822">
36172       <method name="Void .ctor()">
36173         <size>7</size>
36174       </method>
36175       <method name="Void Assert(Boolean, Boolean)">
36176         <size>19</size>
36177       </method>
36178       <method name="Void TestAnd(Boolean)">
36179         <size>79</size>
36180       </method>
36181       <method name="Void TestOr(Boolean)">
36182         <size>88</size>
36183       </method>
36184       <method name="Void Test(Boolean)">
36185         <size>13</size>
36186       </method>
36187       <method name="Void Main()">
36188         <size>13</size>
36189       </method>
36190     </type>
36191   </test>
36192   <test name="test-633.cs">
36193     <type name="Test.C">
36194       <method name="Void .ctor()">
36195         <size>7</size>
36196       </method>
36197       <method name="Void Main()">
36198         <size>1</size>
36199       </method>
36200     </type>
36201   </test>
36202   <test name="test-634.cs">
36203     <type name="Test">
36204       <method name="Void .ctor()">
36205         <size>7</size>
36206       </method>
36207       <method name="Void TestFunc()">
36208         <size>2</size>
36209       </method>
36210       <method name="Void Main(System.String[])">
36211         <size>6</size>
36212       </method>
36213     </type>
36214     <type name="Test+D">
36215       <method name="Void .ctor(Object, IntPtr)">
36216         <size>0</size>
36217       </method>
36218       <method name="Void Invoke()">
36219         <size>0</size>
36220       </method>
36221       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36222         <size>0</size>
36223       </method>
36224       <method name="Void EndInvoke(IAsyncResult)">
36225         <size>0</size>
36226       </method>
36227     </type>
36228   </test>
36229   <test name="test-635.cs">
36230     <type name="ShortCircuitFold">
36231       <method name="Void .ctor()">
36232         <size>7</size>
36233       </method>
36234       <method name="Boolean get_False()">
36235         <size>14</size>
36236       </method>
36237       <method name="Boolean get_True()">
36238         <size>14</size>
36239       </method>
36240       <method name="Void a(Boolean, Boolean)">
36241         <size>19</size>
36242       </method>
36243       <method name="Void c(Int32)">
36244         <size>67</size>
36245       </method>
36246       <method name="Boolean f()">
36247         <size>11</size>
36248       </method>
36249       <method name="Void Main()">
36250         <size>167</size>
36251       </method>
36252     </type>
36253   </test>
36254   <test name="test-636.cs">
36255     <type name="Foo">
36256       <method name="Void .ctor()">
36257         <size>7</size>
36258       </method>
36259       <method name="Boolean get_False()">
36260         <size>14</size>
36261       </method>
36262       <method name="Void ping()">
36263         <size>13</size>
36264       </method>
36265       <method name="Int32 test_while(Int32)">
36266         <size>53</size>
36267       </method>
36268       <method name="Int32 test_do_while(Int32)">
36269         <size>53</size>
36270       </method>
36271       <method name="Int32 test_for(Int32)">
36272         <size>64</size>
36273       </method>
36274       <method name="Void test_for_empty()">
36275         <size>35</size>
36276       </method>
36277       <method name="Void Main()">
36278         <size>30</size>
36279       </method>
36280     </type>
36281   </test>
36282   <test name="test-638.cs">
36283     <type name="Fail">
36284       <method name="Void .ctor()">
36285         <size>7</size>
36286       </method>
36287       <method name="Void Main()">
36288         <size>110</size>
36289       </method>
36290     </type>
36291     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
36292       <method name="Void .ctor()">
36293         <size>7</size>
36294       </method>
36295       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
36296         <size>28</size>
36297       </method>
36298     </type>
36299   </test>
36300   <test name="test-639.cs">
36301     <type name="Foo">
36302       <method name="Void .ctor()">
36303         <size>7</size>
36304       </method>
36305       <method name="System.String get_s()">
36306         <size>13</size>
36307       </method>
36308       <method name="Void set_s(System.String)">
36309         <size>34</size>
36310       </method>
36311       <method name="Void Main()">
36312         <size>67</size>
36313       </method>
36314     </type>
36315   </test>
36316   <test name="test-64.cs">
36317     <type name="Operator">
36318       <method name="Void .ctor()">
36319         <size>7</size>
36320       </method>
36321     </type>
36322     <type name="Blah">
36323       <method name="Void .ctor(Operator)">
36324         <size>7</size>
36325       </method>
36326     </type>
36327     <type name="T">
36328       <method name="Void .ctor()">
36329         <size>7</size>
36330       </method>
36331       <method name="Int32 Main()">
36332         <size>9</size>
36333       </method>
36334     </type>
36335   </test>
36336   <test name="test-640.cs">
36337     <type name="C">
36338       <method name="Void .ctor()">
36339         <size>7</size>
36340       </method>
36341       <method name="Int32 Main()">
36342         <size>100</size>
36343       </method>
36344     </type>
36345   </test>
36346   <test name="test-641.cs">
36347     <type name="Identifier">
36348       <method name="Void .ctor()">
36349         <size>7</size>
36350       </method>
36351       <method name="Int32 Main()">
36352         <size>55</size>
36353       </method>
36354       <method name="Boolean op_Equality(Identifier, Identifier)">
36355         <size>2</size>
36356       </method>
36357       <method name="Boolean op_Inequality(Identifier, Identifier)">
36358         <size>2</size>
36359       </method>
36360       <method name="Identifier op_Implicit(System.String)">
36361         <size>2</size>
36362       </method>
36363       <method name="System.String op_Implicit(Identifier)">
36364         <size>2</size>
36365       </method>
36366       <method name="Decimal op_Implicit(Identifier)">
36367         <size>7</size>
36368       </method>
36369     </type>
36370   </test>
36371   <test name="test-642.cs">
36372     <type name="C">
36373       <method name="Void .ctor()">
36374         <size>7</size>
36375       </method>
36376       <method name="Int32 Main()">
36377         <size>40</size>
36378       </method>
36379     </type>
36380   </test>
36381   <test name="test-643.cs">
36382     <type name="PointerArithmeticTest">
36383       <method name="Void .ctor()">
36384         <size>7</size>
36385       </method>
36386       <method name="Int32 Main()">
36387         <size>130</size>
36388       </method>
36389       <method name="Int32* Conversions(Int64)">
36390         <size>3</size>
36391       </method>
36392       <method name="Int32 CheckAdd(Byte*, Int32)">
36393         <size>14</size>
36394       </method>
36395       <method name="Int32 CheckSub(Int16*, Int32)">
36396         <size>16</size>
36397       </method>
36398       <method name="Int32 CheckSub2(Int16*, Int32)">
36399         <size>23</size>
36400       </method>
36401     </type>
36402   </test>
36403   <test name="test-644.cs">
36404     <type name="Program">
36405       <method name="Void .ctor()">
36406         <size>7</size>
36407       </method>
36408       <method name="System.Object M(Int32)">
36409         <size>2</size>
36410       </method>
36411       <method name="Void Test_1()">
36412         <size>59</size>
36413       </method>
36414       <method name="Boolean Test_2()">
36415         <size>24</size>
36416       </method>
36417       <method name="Boolean Test_3()">
36418         <size>24</size>
36419       </method>
36420       <method name="Boolean Test_4(Program+D)">
36421         <size>13</size>
36422       </method>
36423       <method name="Int32 Main()">
36424         <size>75</size>
36425       </method>
36426     </type>
36427     <type name="Program+D">
36428       <method name="Void .ctor(Object, IntPtr)">
36429         <size>0</size>
36430       </method>
36431       <method name="System.Object Invoke(Int32)">
36432         <size>0</size>
36433       </method>
36434       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36435         <size>0</size>
36436       </method>
36437       <method name="System.Object EndInvoke(IAsyncResult)">
36438         <size>0</size>
36439       </method>
36440     </type>
36441   </test>
36442   <test name="test-645.cs">
36443     <type name="Program">
36444       <method name="Void .ctor()">
36445         <size>7</size>
36446       </method>
36447       <method name="IEnumerable get_Empty()">
36448         <size>16</size>
36449       </method>
36450       <method name="Void Main()">
36451         <size>61</size>
36452       </method>
36453     </type>
36454     <type name="Program+&lt;&gt;c__Iterator0">
36455       <method name="Void .ctor()">
36456         <size>7</size>
36457       </method>
36458       <method name="System.Object System.Collections.IEnumerator.get_Current()">
36459         <size>7</size>
36460       </method>
36461       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
36462         <size>7</size>
36463       </method>
36464       <method name="Boolean MoveNext()">
36465         <size>158</size>
36466       </method>
36467       <method name="Void Dispose()">
36468         <size>8</size>
36469       </method>
36470       <method name="Void Reset()">
36471         <size>6</size>
36472       </method>
36473       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
36474         <size>7</size>
36475       </method>
36476       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
36477         <size>26</size>
36478       </method>
36479     </type>
36480   </test>
36481   <test name="test-646.cs">
36482     <type name="Program">
36483       <method name="Void .ctor()">
36484         <size>7</size>
36485       </method>
36486       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
36487         <size>7</size>
36488       </method>
36489       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
36490         <size>7</size>
36491       </method>
36492       <method name="Int32 Main()">
36493         <size>113</size>
36494       </method>
36495     </type>
36496   </test>
36497   <test name="test-647.cs">
36498     <type name="Foo">
36499       <method name="Void .ctor()">
36500         <size>7</size>
36501       </method>
36502       <method name="Void Main()">
36503         <size>28</size>
36504       </method>
36505     </type>
36506   </test>
36507   <test name="test-648.cs">
36508     <type name="ParamMismatch.TestCase">
36509       <method name="Void .ctor()">
36510         <size>7</size>
36511       </method>
36512       <method name="Void add_Culprit(System.EventHandler)">
36513         <size>1</size>
36514       </method>
36515       <method name="Void remove_Culprit(System.EventHandler)">
36516         <size>1</size>
36517       </method>
36518       <method name="Void Main()">
36519         <size>1</size>
36520       </method>
36521       <method name="Void Finalize()">
36522         <size>13</size>
36523       </method>
36524     </type>
36525   </test>
36526   <test name="test-649.cs">
36527     <type name="MainClass">
36528       <method name="Void .ctor()">
36529         <size>7</size>
36530       </method>
36531       <method name="Void Main(System.String[])">
36532         <size>609</size>
36533       </method>
36534     </type>
36535     <type name="MainClass+Decimal2">
36536       <method name="Void .ctor(Double)">
36537         <size>13</size>
36538       </method>
36539       <method name="Void .ctor(Decimal)">
36540         <size>8</size>
36541       </method>
36542       <method name="Decimal2 op_Explicit(Decimal)">
36543         <size>7</size>
36544       </method>
36545       <method name="Decimal2 op_Explicit(Double)">
36546         <size>7</size>
36547       </method>
36548       <method name="Decimal op_Implicit(Decimal2)">
36549         <size>8</size>
36550       </method>
36551     </type>
36552   </test>
36553   <test name="test-65.cs">
36554     <type name="X">
36555       <method name="Void .ctor()">
36556         <size>7</size>
36557       </method>
36558       <method name="Void receiver(S)">
36559         <size>7</size>
36560       </method>
36561       <method name="System.Object BoxS()">
36562         <size>21</size>
36563       </method>
36564       <method name="S Plain()">
36565         <size>16</size>
36566       </method>
36567       <method name="Int32 Main()">
36568         <size>98</size>
36569       </method>
36570     </type>
36571   </test>
36572   <test name="test-650.cs">
36573     <type name="App">
36574       <method name="Void .ctor()">
36575         <size>7</size>
36576       </method>
36577       <method name="Void Main()">
36578         <size>1</size>
36579       </method>
36580     </type>
36581   </test>
36582   <test name="test-651.cs">
36583     <type name="Foo">
36584       <method name="Void .ctor()">
36585         <size>7</size>
36586       </method>
36587       <method name="Void Open(IList)">
36588         <size>1</size>
36589       </method>
36590       <method name="Void Open(System.Collections.ArrayList ByRef)">
36591         <size>20</size>
36592       </method>
36593       <method name="Void Main()">
36594         <size>1</size>
36595       </method>
36596     </type>
36597   </test>
36598   <test name="test-652.cs">
36599     <type name="C">
36600       <method name="Void .ctor()">
36601         <size>7</size>
36602       </method>
36603       <method name="Int32 Main()">
36604         <size>6</size>
36605       </method>
36606       <method name="Int32 Test()">
36607         <size>27</size>
36608       </method>
36609     </type>
36610   </test>
36611   <test name="test-653.cs">
36612     <type name="C">
36613       <method name="Void .ctor()">
36614         <size>7</size>
36615       </method>
36616       <method name="Int32 Test()">
36617         <size>50</size>
36618       </method>
36619       <method name="Void Test2()">
36620         <size>32</size>
36621       </method>
36622       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
36623         <size>39</size>
36624       </method>
36625       <method name="Int32 Main()">
36626         <size>41</size>
36627       </method>
36628     </type>
36629   </test>
36630   <test name="test-654.cs">
36631     <type name="Program">
36632       <method name="Void .ctor()">
36633         <size>7</size>
36634       </method>
36635       <method name="Int32 Main()">
36636         <size>8</size>
36637       </method>
36638       <method name="Int32 Test(SByte*)">
36639         <size>33</size>
36640       </method>
36641     </type>
36642   </test>
36643   <test name="test-655.cs">
36644     <type name="D">
36645       <method name="Void .ctor()">
36646         <size>7</size>
36647       </method>
36648       <method name="Byte get_Item(Int32)">
36649         <size>7</size>
36650       </method>
36651       <method name="Void set_Item(Int32, Byte)">
36652         <size>8</size>
36653       </method>
36654       <method name="Int32 Main()">
36655         <size>77</size>
36656       </method>
36657     </type>
36658   </test>
36659   <test name="test-656.cs">
36660     <type name="Goo">
36661       <method name="Void .ctor()">
36662         <size>7</size>
36663       </method>
36664       <method name="Void Main()">
36665         <size>26</size>
36666       </method>
36667     </type>
36668   </test>
36669   <test name="test-657.cs">
36670     <type name="TestDebug.C">
36671       <method name="Void .ctor()">
36672         <size>7</size>
36673       </method>
36674       <method name="Void Method()">
36675         <size>1</size>
36676       </method>
36677     </type>
36678     <type name="TestDebug.Program">
36679       <method name="Void .ctor()">
36680         <size>7</size>
36681       </method>
36682       <method name="Void Excluded()">
36683         <size>11</size>
36684       </method>
36685       <method name="Int32 Main()">
36686         <size>7</size>
36687       </method>
36688     </type>
36689   </test>
36690   <test name="test-658.cs">
36691     <type name="A">
36692       <method name="Void .ctor()">
36693         <size>7</size>
36694       </method>
36695       <method name="Int32 get_Thread()">
36696         <size>2</size>
36697       </method>
36698     </type>
36699     <type name="Thread">
36700       <method name="Void .ctor()">
36701         <size>7</size>
36702       </method>
36703       <method name="Void Foo()">
36704         <size>1</size>
36705       </method>
36706     </type>
36707     <type name="B">
36708       <method name="Void .ctor()">
36709         <size>7</size>
36710       </method>
36711       <method name="Void Main()">
36712         <size>6</size>
36713       </method>
36714     </type>
36715   </test>
36716   <test name="test-659.cs">
36717     <type name="MySubClass">
36718       <method name="Void .ctor()">
36719         <size>7</size>
36720       </method>
36721       <method name="Int32 Main()">
36722         <size>30</size>
36723       </method>
36724       <method name="Void set_BB(Int32, Boolean)">
36725         <size>1</size>
36726       </method>
36727       <method name="Void Iface.set_AA(Int32, Boolean)">
36728         <size>9</size>
36729       </method>
36730     </type>
36731   </test>
36732   <test name="test-66.cs">
36733     <type name="Y">
36734       <method name="Void .ctor()">
36735         <size>7</size>
36736       </method>
36737     </type>
36738     <type name="X">
36739       <method name="Void .ctor()">
36740         <size>7</size>
36741       </method>
36742       <method name="Void .cctor()">
36743         <size>53</size>
36744       </method>
36745       <method name="Void FillOne()">
36746         <size>18</size>
36747       </method>
36748       <method name="Void FillSingle()">
36749         <size>39</size>
36750       </method>
36751       <method name="Void FillDouble()">
36752         <size>59</size>
36753       </method>
36754       <method name="Void FillObject()">
36755         <size>52</size>
36756       </method>
36757       <method name="Void FillDoubleObject()">
36758         <size>81</size>
36759       </method>
36760       <method name="Int32 TestSingle()">
36761         <size>47</size>
36762       </method>
36763       <method name="Int32 TestDouble()">
36764         <size>67</size>
36765       </method>
36766       <method name="Int32 TestObjectSingle()">
36767         <size>48</size>
36768       </method>
36769       <method name="Int32 TestObjectDouble()">
36770         <size>72</size>
36771       </method>
36772       <method name="Int32 Main()">
36773         <size>80</size>
36774       </method>
36775     </type>
36776   </test>
36777   <test name="test-660.cs">
36778     <type name="Test">
36779       <method name="Void .ctor()">
36780         <size>7</size>
36781       </method>
36782       <method name="Void Main()">
36783         <size>25</size>
36784       </method>
36785     </type>
36786     <type name="Status">
36787       <method name="Void .ctor(Code)">
36788         <size>8</size>
36789       </method>
36790       <method name="Status op_Implicit(Code)">
36791         <size>7</size>
36792       </method>
36793       <method name="Code op_Implicit(Status)">
36794         <size>8</size>
36795       </method>
36796     </type>
36797   </test>
36798   <test name="test-661.cs">
36799     <type name="Test">
36800       <method name="Void .ctor()">
36801         <size>7</size>
36802       </method>
36803       <method name="Void Main()">
36804         <size>1</size>
36805       </method>
36806       <method name="Void TestMethod()">
36807         <size>15</size>
36808       </method>
36809       <method name="SummaryInfo GetSummary()">
36810         <size>2</size>
36811       </method>
36812     </type>
36813   </test>
36814   <test name="test-662.cs">
36815     <type name="C">
36816       <method name="Void .ctor()">
36817         <size>7</size>
36818       </method>
36819       <method name="Void Main()">
36820         <size>1</size>
36821       </method>
36822     </type>
36823   </test>
36824   <test name="test-663.cs">
36825     <type name="A">
36826       <method name="Void .ctor()">
36827         <size>7</size>
36828       </method>
36829       <method name="Int32 op_Implicit(A)">
36830         <size>2</size>
36831       </method>
36832       <method name="Boolean op_Implicit(A)">
36833         <size>2</size>
36834       </method>
36835     </type>
36836     <type name="C">
36837       <method name="Void .ctor()">
36838         <size>7</size>
36839       </method>
36840       <method name="Void Main()">
36841         <size>17</size>
36842       </method>
36843     </type>
36844   </test>
36845   <test name="test-664.cs">
36846     <type name="C">
36847       <method name="Void .ctor()">
36848         <size>7</size>
36849       </method>
36850       <method name="Boolean Test(System.String)">
36851         <size>148</size>
36852       </method>
36853       <method name="Int32 Main()">
36854         <size>49</size>
36855       </method>
36856     </type>
36857   </test>
36858   <test name="test-665.cs">
36859     <type name="Test">
36860       <method name="Void .ctor()">
36861         <size>7</size>
36862       </method>
36863       <method name="Int32 Main()">
36864         <size>14</size>
36865       </method>
36866       <method name="Int32 Method(System.Object)">
36867         <size>2</size>
36868       </method>
36869     </type>
36870   </test>
36871   <test name="test-666.cs">
36872     <type name="C">
36873       <method name="Void .ctor()">
36874         <size>7</size>
36875       </method>
36876       <method name="Void Main()">
36877         <size>1</size>
36878       </method>
36879     </type>
36880   </test>
36881   <test name="test-667.cs">
36882     <type name="CA">
36883       <method name="Void .ctor()">
36884         <size>7</size>
36885       </method>
36886       <method name="Void IA.M()">
36887         <size>1</size>
36888       </method>
36889     </type>
36890     <type name="CC">
36891       <method name="Void .ctor()">
36892         <size>7</size>
36893       </method>
36894       <method name="Void Main()">
36895         <size>1</size>
36896       </method>
36897     </type>
36898   </test>
36899   <test name="test-668.cs">
36900     <type name="Bar">
36901       <method name="Void .ctor()">
36902         <size>7</size>
36903       </method>
36904     </type>
36905     <type name="Test">
36906       <method name="Void .ctor()">
36907         <size>7</size>
36908       </method>
36909       <method name="Void Main()">
36910         <size>7</size>
36911       </method>
36912     </type>
36913   </test>
36914   <test name="test-669.cs">
36915     <type name="Test">
36916       <method name="Void .ctor()">
36917         <size>7</size>
36918       </method>
36919       <method name="Void Main()">
36920         <size>3</size>
36921       </method>
36922     </type>
36923   </test>
36924   <test name="test-670.cs">
36925     <type name="C">
36926       <method name="Void .ctor()">
36927         <size>7</size>
36928       </method>
36929       <method name="Void Main()">
36930         <size>14</size>
36931       </method>
36932     </type>
36933   </test>
36934   <test name="test-671.cs">
36935     <type name="C">
36936       <method name="Void .ctor()">
36937         <size>7</size>
36938       </method>
36939       <method name="Int32 Main()">
36940         <size>19</size>
36941       </method>
36942       <method name="Boolean Bar(System.Object)">
36943         <size>2</size>
36944       </method>
36945     </type>
36946   </test>
36947   <test name="test-672.cs">
36948     <type name="X">
36949       <method name="Void .ctor()">
36950         <size>7</size>
36951       </method>
36952       <method name="S* get_Foo2()">
36953         <size>3</size>
36954       </method>
36955       <method name="Void Main()">
36956         <size>1</size>
36957       </method>
36958       <method name="Int32* get_Foo()">
36959         <size>3</size>
36960       </method>
36961     </type>
36962   </test>
36963   <test name="test-673.cs">
36964     <type name="Test">
36965       <method name="Void .ctor()">
36966         <size>7</size>
36967       </method>
36968       <method name="Void Foo()">
36969         <size>1</size>
36970       </method>
36971       <method name="Int32 Main()">
36972         <size>85</size>
36973       </method>
36974     </type>
36975   </test>
36976   <test name="test-674.cs">
36977     <type name="Test">
36978       <method name="Void .ctor()">
36979         <size>7</size>
36980       </method>
36981       <method name="Int32 Main()">
36982         <size>56</size>
36983       </method>
36984       <method name="Int32 &lt;Main&gt;m__0(Int32)">
36985         <size>2</size>
36986       </method>
36987     </type>
36988     <type name="Test+D">
36989       <method name="Void .ctor(Object, IntPtr)">
36990         <size>0</size>
36991       </method>
36992       <method name="Int32 Invoke(Int32)">
36993         <size>0</size>
36994       </method>
36995       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36996         <size>0</size>
36997       </method>
36998       <method name="Int32 EndInvoke(IAsyncResult)">
36999         <size>0</size>
37000       </method>
37001     </type>
37002   </test>
37003   <test name="test-675.cs">
37004     <type name="B">
37005       <method name="Void .ctor()">
37006         <size>7</size>
37007       </method>
37008       <method name="Int32 GetHashCode()">
37009         <size>2</size>
37010       </method>
37011       <method name="Boolean Equals(System.Object)">
37012         <size>2</size>
37013       </method>
37014       <method name="Boolean op_Equality(B, B)">
37015         <size>2</size>
37016       </method>
37017       <method name="Boolean op_Inequality(B, B)">
37018         <size>2</size>
37019       </method>
37020     </type>
37021     <type name="Test">
37022       <method name="Void .ctor()">
37023         <size>7</size>
37024       </method>
37025       <method name="Int32 Main()">
37026         <size>2</size>
37027       </method>
37028     </type>
37029   </test>
37030   <test name="test-676.cs">
37031     <type name="N.Item">
37032       <method name="Void .ctor()">
37033         <size>7</size>
37034       </method>
37035     </type>
37036     <type name="N.Test">
37037       <method name="Void .ctor()">
37038         <size>7</size>
37039       </method>
37040       <method name="N.Item get_Item(N.Test)">
37041         <size>2</size>
37042       </method>
37043       <method name="Void Foo(ItemSlot)">
37044         <size>27</size>
37045       </method>
37046       <method name="Int32 Main()">
37047         <size>2</size>
37048       </method>
37049     </type>
37050   </test>
37051   <test name="test-677.cs">
37052     <type name="InvokeWindow">
37053       <method name="Void .ctor()">
37054         <size>7</size>
37055       </method>
37056       <method name="Void add_E(D)">
37057         <size>24</size>
37058       </method>
37059       <method name="Void remove_E(D)">
37060         <size>24</size>
37061       </method>
37062       <method name="Void Run()">
37063         <size>12</size>
37064       </method>
37065     </type>
37066     <type name="Test">
37067       <method name="Void .ctor()">
37068         <size>7</size>
37069       </method>
37070       <method name="Int32 Main()">
37071         <size>32</size>
37072       </method>
37073       <method name="Void OnDeleteEvent()">
37074         <size>1</size>
37075       </method>
37076       <method name="Void OnDeleteEvent(Int32)">
37077         <size>1</size>
37078       </method>
37079     </type>
37080     <type name="D">
37081       <method name="Void .ctor(Object, IntPtr)">
37082         <size>0</size>
37083       </method>
37084       <method name="Void Invoke()">
37085         <size>0</size>
37086       </method>
37087       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37088         <size>0</size>
37089       </method>
37090       <method name="Void EndInvoke(IAsyncResult)">
37091         <size>0</size>
37092       </method>
37093     </type>
37094   </test>
37095   <test name="test-678.cs">
37096     <type name="NaNTest">
37097       <method name="Void .ctor(Double, Double)">
37098         <size>171</size>
37099       </method>
37100       <method name="Int32 Main()">
37101         <size>26</size>
37102       </method>
37103     </type>
37104   </test>
37105   <test name="test-679.cs">
37106     <type name="Program">
37107       <method name="Void .ctor()">
37108         <size>7</size>
37109       </method>
37110       <method name="Int32 Main()">
37111         <size>12</size>
37112       </method>
37113     </type>
37114   </test>
37115   <test name="test-68.cs">
37116     <type name="Y">
37117       <method name="Void .ctor()">
37118         <size>14</size>
37119       </method>
37120     </type>
37121     <type name="X">
37122       <method name="Void .ctor()">
37123         <size>7</size>
37124       </method>
37125       <method name="Int32 Main()">
37126         <size>147</size>
37127       </method>
37128     </type>
37129   </test>
37130   <test name="test-680.cs">
37131     <type name="AsStringProblem.MainClass">
37132       <method name="Void .ctor()">
37133         <size>7</size>
37134       </method>
37135       <method name="Void Main()">
37136         <size>94</size>
37137       </method>
37138     </type>
37139   </test>
37140   <test name="test-681.cs">
37141     <type name="Bug">
37142       <method name="Void .ctor()">
37143         <size>20</size>
37144       </method>
37145       <method name="Void Main()">
37146         <size>1</size>
37147       </method>
37148     </type>
37149     <type name="BugClass">
37150       <method name="Void .cctor()">
37151         <size>18</size>
37152       </method>
37153       <method name="Void FooImplementation(System.Void*)">
37154         <size>1</size>
37155       </method>
37156     </type>
37157     <type name="BugClass+Foo">
37158       <method name="Void .ctor(Object, IntPtr)">
37159         <size>0</size>
37160       </method>
37161       <method name="Void Invoke(System.Void*)">
37162         <size>0</size>
37163       </method>
37164       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
37165         <size>0</size>
37166       </method>
37167       <method name="Void EndInvoke(IAsyncResult)">
37168         <size>0</size>
37169       </method>
37170     </type>
37171   </test>
37172   <test name="test-683.cs">
37173     <type name="broken_cast">
37174       <method name="Void .ctor()">
37175         <size>7</size>
37176       </method>
37177       <method name="Int32 Main()">
37178         <size>32</size>
37179       </method>
37180     </type>
37181   </test>
37182   <test name="test-684.cs">
37183     <type name="mono_bug.Program">
37184       <method name="Void .ctor()">
37185         <size>7</size>
37186       </method>
37187       <method name="Void Main()">
37188         <size>71</size>
37189       </method>
37190       <method name="System.Double[][,] ReturnArray()">
37191         <size>62</size>
37192       </method>
37193     </type>
37194   </test>
37195   <test name="test-685.cs">
37196     <type name="C">
37197       <method name="Void .ctor()">
37198         <size>7</size>
37199       </method>
37200       <method name="Void Main()">
37201         <size>28</size>
37202       </method>
37203     </type>
37204   </test>
37205   <test name="test-686.cs">
37206     <type name="Test">
37207       <method name="Void .ctor()">
37208         <size>7</size>
37209       </method>
37210       <method name="Void Main()">
37211         <size>51</size>
37212       </method>
37213       <method name="Void Foo()">
37214         <size>145</size>
37215       </method>
37216     </type>
37217   </test>
37218   <test name="test-687.cs">
37219     <type name="XUnit">
37220       <method name="Void .ctor(Double)">
37221         <size>8</size>
37222       </method>
37223       <method name="XUnit op_Implicit(Double)">
37224         <size>10</size>
37225       </method>
37226       <method name="Double op_Implicit(XUnit)">
37227         <size>8</size>
37228       </method>
37229     </type>
37230     <type name="Unit">
37231       <method name="Void .ctor(Double)">
37232         <size>8</size>
37233       </method>
37234       <method name="Unit op_Implicit(Double)">
37235         <size>10</size>
37236       </method>
37237       <method name="Double op_Implicit(Unit)">
37238         <size>8</size>
37239       </method>
37240     </type>
37241     <type name="Test">
37242       <method name="Void .ctor()">
37243         <size>7</size>
37244       </method>
37245       <method name="Int32 Main()">
37246         <size>56</size>
37247       </method>
37248     </type>
37249   </test>
37250   <test name="test-688.cs">
37251     <type name="Test">
37252       <method name="Void .ctor()">
37253         <size>7</size>
37254       </method>
37255       <method name="Int32 Main()">
37256         <size>46</size>
37257       </method>
37258       <method name="Byte* GetFoo()">
37259         <size>7</size>
37260       </method>
37261       <method name="Byte* GetFoo2()">
37262         <size>7</size>
37263       </method>
37264     </type>
37265   </test>
37266   <test name="test-689.cs">
37267     <type name="Sample">
37268       <method name="Void Main()">
37269         <size>3</size>
37270       </method>
37271       <method name="Void Foo(Byte*, Byte*)">
37272         <size>42</size>
37273       </method>
37274     </type>
37275   </test>
37276   <test name="test-69.cs">
37277     <type name="Blah">
37278       <method name="Void .ctor()">
37279         <size>7</size>
37280       </method>
37281       <method name="Void Start_internal(IntPtr)">
37282         <size>0</size>
37283       </method>
37284       <method name="Int32 Main()">
37285         <size>2</size>
37286       </method>
37287     </type>
37288   </test>
37289   <test name="test-690.cs">
37290     <type name="Test.Test">
37291       <method name="Void .ctor()">
37292         <size>7</size>
37293       </method>
37294       <method name="Void Main()">
37295         <size>1</size>
37296       </method>
37297     </type>
37298   </test>
37299   <test name="test-691.cs">
37300     <type name="ConsoleApplication6.Program">
37301       <method name="Void .ctor()">
37302         <size>7</size>
37303       </method>
37304       <method name="Void .cctor()">
37305         <size>23</size>
37306       </method>
37307       <method name="Void Main()">
37308         <size>127</size>
37309       </method>
37310     </type>
37311   </test>
37312   <test name="test-692.cs">
37313     <type name="Test">
37314       <method name="Void .ctor()">
37315         <size>7</size>
37316       </method>
37317       <method name="Void test1(DateTime ByRef)">
37318         <size>10</size>
37319       </method>
37320       <method name="Void test2(DateTime ByRef)">
37321         <size>13</size>
37322       </method>
37323       <method name="Int32 Main()">
37324         <size>141</size>
37325       </method>
37326     </type>
37327   </test>
37328   <test name="test-693.cs">
37329     <type name="ConstTest">
37330       <method name="Void .ctor()">
37331         <size>7</size>
37332       </method>
37333       <method name="Int32 Main()">
37334         <size>32</size>
37335       </method>
37336     </type>
37337   </test>
37338   <test name="test-694.cs">
37339     <type name="Test">
37340       <method name="Void .ctor()">
37341         <size>7</size>
37342       </method>
37343       <method name="Int32 Main()">
37344         <size>2</size>
37345       </method>
37346     </type>
37347   </test>
37348   <test name="test-695.cs">
37349     <type name="Program">
37350       <method name="Void .ctor()">
37351         <size>7</size>
37352       </method>
37353       <method name="Void .cctor()">
37354         <size>53</size>
37355       </method>
37356       <method name="Int32 Main()">
37357         <size>680</size>
37358       </method>
37359       <method name="System.String get_BaseDirectory()">
37360         <size>28</size>
37361       </method>
37362     </type>
37363     <type name="&lt;PrivateImplementationDetails&gt;">
37364       <method name="Void .ctor()">
37365         <size>7</size>
37366       </method>
37367     </type>
37368   </test>
37369   <test name="test-696.cs">
37370     <type name="S">
37371       <method name="Void f(S)">
37372         <size>1</size>
37373       </method>
37374       <method name="S op_Implicit(C)">
37375         <size>2</size>
37376       </method>
37377     </type>
37378     <type name="C">
37379       <method name="Void .ctor()">
37380         <size>7</size>
37381       </method>
37382       <method name="Void Main()">
37383         <size>12</size>
37384       </method>
37385     </type>
37386   </test>
37387   <test name="test-697.cs">
37388     <type name="C">
37389       <method name="Void .ctor()">
37390         <size>7</size>
37391       </method>
37392       <method name="Void Main()">
37393         <size>1</size>
37394       </method>
37395     </type>
37396   </test>
37397   <test name="test-698.cs">
37398     <type name="test">
37399       <method name="Void .ctor()">
37400         <size>7</size>
37401       </method>
37402       <method name="Void Main()">
37403         <size>12</size>
37404       </method>
37405     </type>
37406   </test>
37407   <test name="test-699.cs">
37408     <type name="D">
37409       <method name="Void .ctor(String)">
37410         <size>25</size>
37411       </method>
37412       <method name="System.String get_message()">
37413         <size>7</size>
37414       </method>
37415       <method name="Void Main()">
37416         <size>1</size>
37417       </method>
37418     </type>
37419   </test>
37420   <test name="test-7.cs">
37421     <type name="Mine.MyBoolean">
37422       <method name="Void .ctor()">
37423         <size>7</size>
37424       </method>
37425       <method name="Boolean op_Implicit(Mine.MyBoolean)">
37426         <size>2</size>
37427       </method>
37428     </type>
37429     <type name="Mine.MyTrueFalse">
37430       <method name="Void .ctor()">
37431         <size>7</size>
37432       </method>
37433       <method name="Boolean op_True(Mine.MyTrueFalse)">
37434         <size>2</size>
37435       </method>
37436       <method name="Boolean op_False(Mine.MyTrueFalse)">
37437         <size>2</size>
37438       </method>
37439     </type>
37440     <type name="Mine.Blah">
37441       <method name="Void .ctor(Int32)">
37442         <size>14</size>
37443       </method>
37444       <method name="Int32 Main()">
37445         <size>408</size>
37446       </method>
37447       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
37448         <size>31</size>
37449       </method>
37450       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
37451         <size>22</size>
37452       </method>
37453       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
37454         <size>23</size>
37455       </method>
37456       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
37457         <size>31</size>
37458       </method>
37459       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
37460         <size>24</size>
37461       </method>
37462       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
37463         <size>24</size>
37464       </method>
37465       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
37466         <size>24</size>
37467       </method>
37468       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
37469         <size>23</size>
37470       </method>
37471       <method name="Boolean op_LogicalNot(Mine.Blah)">
37472         <size>20</size>
37473       </method>
37474       <method name="Mine.Blah op_Increment(Mine.Blah)">
37475         <size>26</size>
37476       </method>
37477       <method name="Mine.Blah op_Decrement(Mine.Blah)">
37478         <size>26</size>
37479       </method>
37480       <method name="Boolean op_True(Mine.Blah)">
37481         <size>20</size>
37482       </method>
37483       <method name="Boolean op_False(Mine.Blah)">
37484         <size>23</size>
37485       </method>
37486       <method name="Int32 op_Implicit(Mine.Blah)">
37487         <size>17</size>
37488       </method>
37489       <method name="Double op_Explicit(Mine.Blah)">
37490         <size>18</size>
37491       </method>
37492     </type>
37493   </test>
37494   <test name="test-70.cs">
37495     <type name="X">
37496       <method name="Void .ctor()">
37497         <size>7</size>
37498       </method>
37499       <method name="Int32 get_A()">
37500         <size>2</size>
37501       </method>
37502       <method name="Int32 B()">
37503         <size>2</size>
37504       </method>
37505     </type>
37506     <type name="Y">
37507       <method name="Void .ctor()">
37508         <size>7</size>
37509       </method>
37510       <method name="Int32 get_A()">
37511         <size>9</size>
37512       </method>
37513       <method name="Int32 B()">
37514         <size>9</size>
37515       </method>
37516     </type>
37517     <type name="Z">
37518       <method name="Void .ctor()">
37519         <size>7</size>
37520       </method>
37521       <method name="Int32 Main()">
37522         <size>70</size>
37523       </method>
37524     </type>
37525   </test>
37526   <test name="test-700.cs">
37527     <type name="FooAttribute">
37528       <method name="Void .ctor(String)">
37529         <size>7</size>
37530       </method>
37531     </type>
37532     <type name="Test">
37533       <method name="Void .ctor()">
37534         <size>7</size>
37535       </method>
37536     </type>
37537     <type name="Program">
37538       <method name="Void .ctor()">
37539         <size>7</size>
37540       </method>
37541       <method name="Void Main()">
37542         <size>1</size>
37543       </method>
37544     </type>
37545   </test>
37546   <test name="test-701.cs">
37547     <type name="Foo">
37548       <method name="Void .ctor()">
37549         <size>7</size>
37550       </method>
37551       <method name="UInt16 ToUint16()">
37552         <size>6</size>
37553       </method>
37554       <method name="Void Main()">
37555         <size>1</size>
37556       </method>
37557     </type>
37558   </test>
37559   <test name="test-703.cs">
37560     <type name="A">
37561       <method name="Void .ctor()">
37562         <size>7</size>
37563       </method>
37564       <method name="Void add_Finished(System.EventHandler)">
37565         <size>0</size>
37566       </method>
37567       <method name="Void remove_Finished(System.EventHandler)">
37568         <size>0</size>
37569       </method>
37570       <method name="Void test(A)">
37571         <size>19</size>
37572       </method>
37573       <method name="Void TestA(System.Object, System.EventArgs)">
37574         <size>25</size>
37575       </method>
37576     </type>
37577     <type name="B">
37578       <method name="Void .ctor()">
37579         <size>65</size>
37580       </method>
37581       <method name="Void add_Finished(System.EventHandler)">
37582         <size>24</size>
37583       </method>
37584       <method name="Void remove_Finished(System.EventHandler)">
37585         <size>24</size>
37586       </method>
37587       <method name="Void TestB(System.Object, System.EventArgs)">
37588         <size>25</size>
37589       </method>
37590       <method name="Int32 Main()">
37591         <size>14</size>
37592       </method>
37593     </type>
37594   </test>
37595   <test name="test-705.cs">
37596     <type name="Test">
37597       <method name="Void .ctor()">
37598         <size>7</size>
37599       </method>
37600       <method name="Void .cctor()">
37601         <size>1</size>
37602       </method>
37603       <method name="Nested GetEnumerator()">
37604         <size>10</size>
37605       </method>
37606     </type>
37607     <type name="Test+Nested">
37608       <method name="Void System.IDisposable.Dispose()">
37609         <size>13</size>
37610       </method>
37611       <method name="Int32 get_Current()">
37612         <size>2</size>
37613       </method>
37614       <method name="Boolean MoveNext()">
37615         <size>2</size>
37616       </method>
37617       <method name="Void Reset()">
37618         <size>1</size>
37619       </method>
37620       <method name="Void Dispose()">
37621         <size>11</size>
37622       </method>
37623     </type>
37624     <type name="Program">
37625       <method name="Int32 Main()">
37626         <size>70</size>
37627       </method>
37628     </type>
37629   </test>
37630   <test name="test-706.cs">
37631     <type name="Test.CustomParentAttribute">
37632       <method name="Void .ctor()">
37633         <size>7</size>
37634       </method>
37635       <method name="Void DoSomething()">
37636         <size>0</size>
37637       </method>
37638     </type>
37639     <type name="Test.MyClass">
37640       <method name="Void .ctor()">
37641         <size>7</size>
37642       </method>
37643       <method name="Void Main()">
37644         <size>1</size>
37645       </method>
37646     </type>
37647     <type name="Test.MyClass+CustomChildAttribute">
37648       <method name="Void .ctor()">
37649         <size>7</size>
37650       </method>
37651       <method name="Void DoSomething()">
37652         <size>1</size>
37653       </method>
37654     </type>
37655   </test>
37656   <test name="test-707.cs">
37657     <type name="Tzap">
37658       <method name="Void .ctor()">
37659         <size>7</size>
37660       </method>
37661     </type>
37662     <type name="Tzap+Baz">
37663       <method name="Void .ctor()">
37664         <size>7</size>
37665       </method>
37666       <method name="Void Gazonk()">
37667         <size>7</size>
37668       </method>
37669       <method name="Void Main()">
37670         <size>1</size>
37671       </method>
37672     </type>
37673     <type name="Tzap+Bar">
37674       <method name="Void .ctor()">
37675         <size>7</size>
37676       </method>
37677       <method name="Void Foo()">
37678         <size>1</size>
37679       </method>
37680     </type>
37681   </test>
37682   <test name="test-708.cs">
37683     <type name="A">
37684       <method name="Void .ctor()">
37685         <size>7</size>
37686       </method>
37687       <method name="A+ADelegate Delegate2(Boolean)">
37688         <size>25</size>
37689       </method>
37690       <method name="Void Main()">
37691         <size>1</size>
37692       </method>
37693     </type>
37694     <type name="A+ADelegate">
37695       <method name="Void .ctor(Object, IntPtr)">
37696         <size>0</size>
37697       </method>
37698       <method name="A+ADelegate Invoke(Boolean)">
37699         <size>0</size>
37700       </method>
37701       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
37702         <size>0</size>
37703       </method>
37704       <method name="A+ADelegate EndInvoke(IAsyncResult)">
37705         <size>0</size>
37706       </method>
37707     </type>
37708   </test>
37709   <test name="test-709.cs">
37710     <type name="C">
37711       <method name="Void .ctor()">
37712         <size>7</size>
37713       </method>
37714       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
37715         <size>68</size>
37716       </method>
37717       <method name="Void CharCopy(Char*, Char*, Int32)">
37718         <size>33</size>
37719       </method>
37720       <method name="Int32 Main()">
37721         <size>58</size>
37722       </method>
37723     </type>
37724   </test>
37725   <test name="test-71.cs">
37726     <type name="X">
37727       <method name="Void .ctor()">
37728         <size>7</size>
37729       </method>
37730       <method name="Void Main()">
37731         <size>37</size>
37732       </method>
37733     </type>
37734     <type name="MethodSignature">
37735       <method name="Void .ctor(String, Type, Type[])">
37736         <size>22</size>
37737       </method>
37738     </type>
37739   </test>
37740   <test name="test-710.cs">
37741     <type name="Z">
37742       <method name="Void .ctor()">
37743         <size>7</size>
37744       </method>
37745     </type>
37746     <type name="C">
37747       <method name="Void .ctor()">
37748         <size>7</size>
37749       </method>
37750       <method name="Void Main()">
37751         <size>7</size>
37752       </method>
37753     </type>
37754   </test>
37755   <test name="test-711.cs">
37756     <type name="N.Test">
37757       <method name="Void .ctor()">
37758         <size>7</size>
37759       </method>
37760       <method name="Void .ctor(Int32)">
37761         <size>7</size>
37762       </method>
37763       <method name="Void Main()">
37764         <size>1</size>
37765       </method>
37766     </type>
37767   </test>
37768   <test name="test-712.cs">
37769     <type name="Hello">
37770       <method name="Void .ctor()">
37771         <size>7</size>
37772       </method>
37773       <method name="Void Main()">
37774         <size>22</size>
37775       </method>
37776     </type>
37777   </test>
37778   <test name="test-713.cs">
37779     <type name="DispBar">
37780       <method name="Void .ctor()">
37781         <size>7</size>
37782       </method>
37783       <method name="Void Dispose()">
37784         <size>11</size>
37785       </method>
37786     </type>
37787     <type name="Foo">
37788       <method name="Void .ctor()">
37789         <size>7</size>
37790       </method>
37791       <method name="IDisposable GetBar()">
37792         <size>6</size>
37793       </method>
37794     </type>
37795     <type name="Test">
37796       <method name="Void .ctor()">
37797         <size>7</size>
37798       </method>
37799       <method name="Void .cctor()">
37800         <size>11</size>
37801       </method>
37802       <method name="Boolean TryThing()">
37803         <size>46</size>
37804       </method>
37805       <method name="Void Main()">
37806         <size>7</size>
37807       </method>
37808     </type>
37809   </test>
37810   <test name="test-714.cs">
37811     <type name="Hello">
37812       <method name="Void .ctor()">
37813         <size>7</size>
37814       </method>
37815       <method name="Void IBar.Test()">
37816         <size>1</size>
37817       </method>
37818       <method name="Void Main()">
37819         <size>1</size>
37820       </method>
37821     </type>
37822   </test>
37823   <test name="test-716.cs">
37824     <type name="SS">
37825       <method name="Void .cctor()">
37826         <size>8</size>
37827       </method>
37828     </type>
37829     <type name="SSS">
37830       <method name="Void .cctor()">
37831         <size>15</size>
37832       </method>
37833     </type>
37834     <type name="C">
37835       <method name="Void .ctor()">
37836         <size>7</size>
37837       </method>
37838     </type>
37839     <type name="CC">
37840       <method name="Void .ctor()">
37841         <size>7</size>
37842       </method>
37843       <method name="Void .cctor()">
37844         <size>8</size>
37845       </method>
37846     </type>
37847     <type name="CCC">
37848       <method name="Void .ctor()">
37849         <size>7</size>
37850       </method>
37851       <method name="Void .cctor()">
37852         <size>11</size>
37853       </method>
37854     </type>
37855     <type name="X">
37856       <method name="Void .ctor()">
37857         <size>7</size>
37858       </method>
37859       <method name="Int32 Main()">
37860         <size>192</size>
37861       </method>
37862     </type>
37863   </test>
37864   <test name="test-717.cs">
37865     <type name="AA">
37866       <method name="Void .ctor()">
37867         <size>7</size>
37868       </method>
37869       <method name="Int32 Foo(Int32)">
37870         <size>2</size>
37871       </method>
37872     </type>
37873     <type name="A">
37874       <method name="Void .ctor()">
37875         <size>7</size>
37876       </method>
37877       <method name="Int32 Foo(Byte)">
37878         <size>2</size>
37879       </method>
37880       <method name="Int32 Foo(Int32)">
37881         <size>2</size>
37882       </method>
37883     </type>
37884     <type name="B">
37885       <method name="Void .ctor()">
37886         <size>7</size>
37887       </method>
37888       <method name="Int32 Foo(Int32)">
37889         <size>2</size>
37890       </method>
37891       <method name="Void Foo(System.String)">
37892         <size>1</size>
37893       </method>
37894     </type>
37895     <type name="S">
37896       <method name="System.String ToString()">
37897         <size>6</size>
37898       </method>
37899     </type>
37900     <type name="MyClass">
37901       <method name="Void .ctor()">
37902         <size>7</size>
37903       </method>
37904       <method name="Int32 Main()">
37905         <size>65</size>
37906       </method>
37907     </type>
37908   </test>
37909   <test name="test-718.cs">
37910     <type name="A">
37911       <method name="Void .ctor()">
37912         <size>7</size>
37913       </method>
37914       <method name="Void Foo(Int32, Int32)">
37915         <size>1</size>
37916       </method>
37917     </type>
37918     <type name="B">
37919       <method name="Void .ctor()">
37920         <size>7</size>
37921       </method>
37922       <method name="Void Main()">
37923         <size>8</size>
37924       </method>
37925       <method name="Void Foo(Int32)">
37926         <size>1</size>
37927       </method>
37928     </type>
37929   </test>
37930   <test name="test-719.cs">
37931     <type name="C">
37932       <method name="Void .ctor()">
37933         <size>7</size>
37934       </method>
37935       <method name="Void Main()">
37936         <size>1</size>
37937       </method>
37938     </type>
37939   </test>
37940   <test name="test-72.cs">
37941     <type name="outer">
37942       <method name="Void .ctor()">
37943         <size>7</size>
37944       </method>
37945       <method name="Int32 Main()">
37946         <size>2</size>
37947       </method>
37948     </type>
37949     <type name="outer+inner">
37950       <method name="Void .ctor()">
37951         <size>7</size>
37952       </method>
37953       <method name="Void meth(System.Object)">
37954         <size>8</size>
37955       </method>
37956     </type>
37957   </test>
37958   <test name="test-720.cs">
37959     <type name="N.Program">
37960       <method name="Void .ctor()">
37961         <size>7</size>
37962       </method>
37963       <method name="Void Main()">
37964         <size>18</size>
37965       </method>
37966     </type>
37967     <type name="N.Parent">
37968       <method name="Void .ctor()">
37969         <size>7</size>
37970       </method>
37971       <method name="Void add_Example(N.Parent+ExampleHandler)">
37972         <size>0</size>
37973       </method>
37974       <method name="Void remove_Example(N.Parent+ExampleHandler)">
37975         <size>0</size>
37976       </method>
37977     </type>
37978     <type name="N.Child">
37979       <method name="Void .ctor()">
37980         <size>7</size>
37981       </method>
37982       <method name="Void add_Example(N.Parent+ExampleHandler)">
37983         <size>24</size>
37984       </method>
37985       <method name="Void remove_Example(N.Parent+ExampleHandler)">
37986         <size>24</size>
37987       </method>
37988       <method name="Void OnExample()">
37989         <size>23</size>
37990       </method>
37991     </type>
37992     <type name="N.Parent+ExampleHandler">
37993       <method name="Void .ctor(Object, IntPtr)">
37994         <size>0</size>
37995       </method>
37996       <method name="Void Invoke()">
37997         <size>0</size>
37998       </method>
37999       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38000         <size>0</size>
38001       </method>
38002       <method name="Void EndInvoke(IAsyncResult)">
38003         <size>0</size>
38004       </method>
38005     </type>
38006   </test>
38007   <test name="test-721.cs">
38008     <type name="Program">
38009       <method name="Void .ctor()">
38010         <size>7</size>
38011       </method>
38012       <method name="Int32 Main()">
38013         <size>55</size>
38014       </method>
38015     </type>
38016     <type name="Control">
38017       <method name="Void .ctor()">
38018         <size>7</size>
38019       </method>
38020       <method name="Void set_Foo(Int32)">
38021         <size>1</size>
38022       </method>
38023     </type>
38024   </test>
38025   <test name="test-723.cs">
38026     <type name="Test">
38027       <method name="Void .ctor()">
38028         <size>7</size>
38029       </method>
38030       <method name="Int32 get_Count()">
38031         <size>2</size>
38032       </method>
38033     </type>
38034     <type name="Maine">
38035       <method name="Int32 Main()">
38036         <size>21</size>
38037       </method>
38038     </type>
38039   </test>
38040   <test name="test-724.cs">
38041     <type name="Test">
38042       <method name="Void .ctor()">
38043         <size>7</size>
38044       </method>
38045       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
38046         <size>29</size>
38047       </method>
38048       <method name="Int32 Main()">
38049         <size>110</size>
38050       </method>
38051     </type>
38052     <type name="Concrete">
38053       <method name="Void .ctor()">
38054         <size>7</size>
38055       </method>
38056       <method name="System.String A.get_Spec()">
38057         <size>6</size>
38058       </method>
38059       <method name="System.String B.get_Spec()">
38060         <size>6</size>
38061       </method>
38062       <method name="System.String get_Spec()">
38063         <size>6</size>
38064       </method>
38065     </type>
38066   </test>
38067   <test name="test-726.cs">
38068     <type name="CS0102">
38069       <method name="System.Object IFoo.Clone()">
38070         <size>2</size>
38071       </method>
38072       <method name="Void Main()">
38073         <size>1</size>
38074       </method>
38075       <method name="Void .ctor()">
38076         <size>7</size>
38077       </method>
38078     </type>
38079     <type name="CS0102+Clone">
38080       <method name="Void .ctor()">
38081         <size>7</size>
38082       </method>
38083     </type>
38084   </test>
38085   <test name="test-727.cs">
38086     <type name="IDisposableTest.MainClass">
38087       <method name="Int32 Main()">
38088         <size>113</size>
38089       </method>
38090       <method name="Void .ctor()">
38091         <size>7</size>
38092       </method>
38093     </type>
38094     <type name="IDisposableTest.Foo">
38095       <method name="Void Dispose()">
38096         <size>32</size>
38097       </method>
38098       <method name="Void .ctor()">
38099         <size>57</size>
38100       </method>
38101       <method name="Void .cctor()">
38102         <size>1</size>
38103       </method>
38104     </type>
38105   </test>
38106   <test name="test-728.cs">
38107     <type name="Tests">
38108       <method name="Int32 Main()">
38109         <size>25</size>
38110       </method>
38111       <method name="Void .ctor()">
38112         <size>7</size>
38113       </method>
38114     </type>
38115   </test>
38116   <test name="test-729.cs">
38117     <type name="Primes.MainClass">
38118       <method name="Int32 Main()">
38119         <size>141</size>
38120       </method>
38121       <method name="Void .ctor()">
38122         <size>7</size>
38123       </method>
38124     </type>
38125   </test>
38126   <test name="test-73.cs">
38127     <type name="Abstract">
38128       <method name="Void .ctor()">
38129         <size>7</size>
38130       </method>
38131       <method name="Int32 A()">
38132         <size>0</size>
38133       </method>
38134     </type>
38135     <type name="Concrete">
38136       <method name="Void .ctor()">
38137         <size>7</size>
38138       </method>
38139       <method name="Int32 A()">
38140         <size>2</size>
38141       </method>
38142     </type>
38143     <type name="Test">
38144       <method name="Void .ctor()">
38145         <size>7</size>
38146       </method>
38147       <method name="Int32 Main()">
38148         <size>22</size>
38149       </method>
38150     </type>
38151   </test>
38152   <test name="test-730.cs">
38153     <type name="Demo">
38154       <method name="Void Test(System.Object)">
38155         <size>1</size>
38156       </method>
38157       <method name="Int32 Test(Int32)">
38158         <size>2</size>
38159       </method>
38160       <method name="Int32 GetPhones()">
38161         <size>22</size>
38162       </method>
38163       <method name="Int32 Main()">
38164         <size>23</size>
38165       </method>
38166       <method name="Void .ctor()">
38167         <size>7</size>
38168       </method>
38169     </type>
38170     <type name="Demo+D">
38171       <method name="Int32 Invoke(Int32)">
38172         <size>0</size>
38173       </method>
38174       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38175         <size>0</size>
38176       </method>
38177       <method name="Int32 EndInvoke(IAsyncResult)">
38178         <size>0</size>
38179       </method>
38180       <method name="Void .ctor(Object, IntPtr)">
38181         <size>0</size>
38182       </method>
38183     </type>
38184   </test>
38185   <test name="test-731.cs">
38186     <type name="C">
38187       <method name="Int32 Main()">
38188         <size>34</size>
38189       </method>
38190       <method name="Void .ctor()">
38191         <size>7</size>
38192       </method>
38193     </type>
38194     <type name="&lt;PrivateImplementationDetails&gt;">
38195       <method name="Void .ctor()">
38196         <size>7</size>
38197       </method>
38198     </type>
38199   </test>
38200   <test name="test-733.cs">
38201     <type name="Test">
38202       <method name="Int32 Main()">
38203         <size>86</size>
38204       </method>
38205       <method name="Void .ctor()">
38206         <size>7</size>
38207       </method>
38208     </type>
38209   </test>
38210   <test name="test-734.cs">
38211     <type name="M">
38212       <method name="Void Run()">
38213         <size>23</size>
38214       </method>
38215       <method name="Int32 Main()">
38216         <size>72</size>
38217       </method>
38218       <method name="Void .ctor()">
38219         <size>7</size>
38220       </method>
38221     </type>
38222   </test>
38223   <test name="test-735.cs">
38224     <type name="B">
38225       <method name="Void .ctor()">
38226         <size>7</size>
38227       </method>
38228     </type>
38229     <type name="B+C">
38230       <method name="Void Main()">
38231         <size>1</size>
38232       </method>
38233       <method name="Void .ctor()">
38234         <size>7</size>
38235       </method>
38236     </type>
38237     <type name="B+C+X">
38238       <method name="Void .ctor()">
38239         <size>7</size>
38240       </method>
38241     </type>
38242     <type name="B+D">
38243       <method name="Void .ctor()">
38244         <size>7</size>
38245       </method>
38246     </type>
38247   </test>
38248   <test name="test-736.cs">
38249     <type name="TestGeneric`1[T]">
38250       <method name="Void add_Event(System.EventHandler)">
38251         <size>24</size>
38252       </method>
38253       <method name="Void remove_Event(System.EventHandler)">
38254         <size>24</size>
38255       </method>
38256       <method name="Void Raise()">
38257         <size>18</size>
38258       </method>
38259       <method name="Void .ctor()">
38260         <size>7</size>
38261       </method>
38262     </type>
38263     <type name="TestGeneric2`1[T]">
38264       <method name="Void add_Event(TestGeneric2`1+GenericHandler[T])">
38265         <size>24</size>
38266       </method>
38267       <method name="Void remove_Event(TestGeneric2`1+GenericHandler[T])">
38268         <size>24</size>
38269       </method>
38270       <method name="Void Raise()">
38271         <size>21</size>
38272       </method>
38273       <method name="Void .ctor()">
38274         <size>7</size>
38275       </method>
38276     </type>
38277     <type name="Test">
38278       <method name="Void add_Event(System.EventHandler)">
38279         <size>24</size>
38280       </method>
38281       <method name="Void remove_Event(System.EventHandler)">
38282         <size>24</size>
38283       </method>
38284       <method name="Void Raise()">
38285         <size>18</size>
38286       </method>
38287       <method name="Void Main()">
38288         <size>1</size>
38289       </method>
38290       <method name="Void .ctor()">
38291         <size>7</size>
38292       </method>
38293     </type>
38294     <type name="TestGeneric2`1+GenericHandler[T]">
38295       <method name="Void Invoke(T)">
38296         <size>0</size>
38297       </method>
38298       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
38299         <size>0</size>
38300       </method>
38301       <method name="Void EndInvoke(IAsyncResult)">
38302         <size>0</size>
38303       </method>
38304       <method name="Void .ctor(Object, IntPtr)">
38305         <size>0</size>
38306       </method>
38307     </type>
38308   </test>
38309   <test name="test-737.cs">
38310     <type name="Breaks">
38311       <method name="Double get_Item(Int32, Int32)">
38312         <size>7</size>
38313       </method>
38314       <method name="Void set_Item(Int32, Int32, Double)">
38315         <size>8</size>
38316       </method>
38317       <method name="Void .ctor(Double)">
38318         <size>8</size>
38319       </method>
38320     </type>
38321     <type name="Tester">
38322       <method name="Int32 Main()">
38323         <size>80</size>
38324       </method>
38325       <method name="Void .ctor()">
38326         <size>7</size>
38327       </method>
38328     </type>
38329   </test>
38330   <test name="test-738.cs">
38331     <type name="TestNamespace.ResumableInputStream">
38332       <method name="Void Main()">
38333         <size>1</size>
38334       </method>
38335       <method name="Void .ctor()">
38336         <size>18</size>
38337       </method>
38338     </type>
38339   </test>
38340   <test name="test-739.cs">
38341     <type name="X">
38342       <method name="Void Finalize()">
38343         <size>19</size>
38344       </method>
38345       <method name="Void Foo()">
38346         <size>1</size>
38347       </method>
38348       <method name="Int32 Main()">
38349         <size>89</size>
38350       </method>
38351       <method name="Void .ctor()">
38352         <size>7</size>
38353       </method>
38354     </type>
38355   </test>
38356   <test name="test-74.cs">
38357     <type name="X">
38358       <method name="Void .ctor()">
38359         <size>7</size>
38360       </method>
38361       <method name="Int32 Main()">
38362         <size>168</size>
38363       </method>
38364     </type>
38365   </test>
38366   <test name="test-740.cs">
38367     <type name="FixedTest">
38368       <method name="Int32 Main()">
38369         <size>348</size>
38370       </method>
38371       <method name="Void .ctor()">
38372         <size>7</size>
38373       </method>
38374     </type>
38375     <type name="FixedTest+TValue">
38376       <method name="System.String ToString()">
38377         <size>17</size>
38378       </method>
38379       <method name="Void .ctor(Int64)">
38380         <size>28</size>
38381       </method>
38382     </type>
38383   </test>
38384   <test name="test-741.cs">
38385     <type name="Test">
38386       <method name="Void test()">
38387         <size>18</size>
38388       </method>
38389       <method name="Void Main()">
38390         <size>1</size>
38391       </method>
38392       <method name="Void .ctor()">
38393         <size>7</size>
38394       </method>
38395     </type>
38396   </test>
38397   <test name="test-742.cs">
38398     <type name="Test">
38399       <method name="Test Set(C)">
38400         <size>20</size>
38401       </method>
38402     </type>
38403     <type name="C">
38404       <method name="Void .ctor()">
38405         <size>7</size>
38406       </method>
38407     </type>
38408     <type name="Driver">
38409       <method name="Int32 Main()">
38410         <size>41</size>
38411       </method>
38412       <method name="Void .ctor()">
38413         <size>7</size>
38414       </method>
38415     </type>
38416   </test>
38417   <test name="test-743.cs">
38418     <type name="C">
38419       <method name="Void Main()">
38420         <size>11</size>
38421       </method>
38422       <method name="Void Test()">
38423         <size>30</size>
38424       </method>
38425       <method name="Void .ctor()">
38426         <size>7</size>
38427       </method>
38428     </type>
38429   </test>
38430   <test name="test-744.cs">
38431     <type name="M">
38432       <method name="Void Main()">
38433         <size>7</size>
38434       </method>
38435       <method name="Void .ctor()">
38436         <size>7</size>
38437       </method>
38438     </type>
38439     <type name="M+Nested">
38440       <method name="Void Extra()">
38441         <size>1</size>
38442       </method>
38443       <method name="Void .ctor()">
38444         <size>7</size>
38445       </method>
38446     </type>
38447     <type name="A">
38448       <method name="Void AMethod()">
38449         <size>0</size>
38450       </method>
38451       <method name="Void .ctor()">
38452         <size>7</size>
38453       </method>
38454     </type>
38455     <type name="B">
38456       <method name="Void BMethod()">
38457         <size>0</size>
38458       </method>
38459       <method name="Void .ctor()">
38460         <size>7</size>
38461       </method>
38462     </type>
38463     <type name="C">
38464       <method name="Void AMethod()">
38465         <size>1</size>
38466       </method>
38467       <method name="Void BMethod()">
38468         <size>1</size>
38469       </method>
38470       <method name="Void Extra()">
38471         <size>0</size>
38472       </method>
38473       <method name="Void .ctor()">
38474         <size>7</size>
38475       </method>
38476     </type>
38477   </test>
38478   <test name="test-745.cs">
38479     <type name="C">
38480       <method name="Void Main()">
38481         <size>28</size>
38482       </method>
38483       <method name="Void .ctor()">
38484         <size>7</size>
38485       </method>
38486     </type>
38487   </test>
38488   <test name="test-746.cs">
38489     <type name="Test">
38490       <method name="Void Foo(IListCounter)">
38491         <size>8</size>
38492       </method>
38493       <method name="Void Main()">
38494         <size>1</size>
38495       </method>
38496       <method name="Void .ctor()">
38497         <size>7</size>
38498       </method>
38499     </type>
38500   </test>
38501   <test name="test-747.cs">
38502     <type name="B">
38503       <method name="Void .ctor()">
38504         <size>7</size>
38505       </method>
38506     </type>
38507     <type name="B+BNested">
38508       <method name="Void .ctor()">
38509         <size>7</size>
38510       </method>
38511     </type>
38512     <type name="A">
38513       <method name="Void .ctor()">
38514         <size>7</size>
38515       </method>
38516     </type>
38517     <type name="AA">
38518       <method name="Void .ctor()">
38519         <size>7</size>
38520       </method>
38521     </type>
38522     <type name="AA+ANested">
38523       <method name="Void .ctor()">
38524         <size>7</size>
38525       </method>
38526     </type>
38527     <type name="M">
38528       <method name="Void Main()">
38529         <size>1</size>
38530       </method>
38531       <method name="Void .ctor()">
38532         <size>7</size>
38533       </method>
38534     </type>
38535   </test>
38536   <test name="test-748.cs">
38537     <type name="M">
38538       <method name="RealTest.Foo Test()">
38539         <size>6</size>
38540       </method>
38541       <method name="Void Main()">
38542         <size>1</size>
38543       </method>
38544       <method name="Void .ctor()">
38545         <size>7</size>
38546       </method>
38547     </type>
38548     <type name="Test.Local.M">
38549       <method name="RealTest.Foo Test()">
38550         <size>6</size>
38551       </method>
38552       <method name="Void .ctor()">
38553         <size>7</size>
38554       </method>
38555     </type>
38556     <type name="RealTest.Foo">
38557       <method name="Void .ctor()">
38558         <size>7</size>
38559       </method>
38560     </type>
38561   </test>
38562   <test name="test-749.cs">
38563     <type name="M">
38564       <method name="Void Main()">
38565         <size>14</size>
38566       </method>
38567       <method name="Void .ctor()">
38568         <size>7</size>
38569       </method>
38570     </type>
38571   </test>
38572   <test name="test-75.cs">
38573     <type name="X">
38574       <method name="Void .ctor()">
38575         <size>7</size>
38576       </method>
38577       <method name="Void .cctor()">
38578         <size>1</size>
38579       </method>
38580       <method name="X op_Addition(X, X)">
38581         <size>8</size>
38582       </method>
38583     </type>
38584     <type name="Y">
38585       <method name="Void .ctor()">
38586         <size>7</size>
38587       </method>
38588     </type>
38589     <type name="Z">
38590       <method name="Void .ctor()">
38591         <size>7</size>
38592       </method>
38593     </type>
38594     <type name="driver">
38595       <method name="Void .ctor()">
38596         <size>7</size>
38597       </method>
38598       <method name="Int32 Main()">
38599         <size>34</size>
38600       </method>
38601     </type>
38602   </test>
38603   <test name="test-750.cs">
38604     <type name="M">
38605       <method name="Void Main()">
38606         <size>1</size>
38607       </method>
38608       <method name="Void .ctor()">
38609         <size>7</size>
38610       </method>
38611     </type>
38612   </test>
38613   <test name="test-751.cs">
38614     <type name="LocalNS.Compiler">
38615       <method name="Void .ctor()">
38616         <size>7</size>
38617       </method>
38618     </type>
38619     <type name="System.Local.M">
38620       <method name="Void Main()">
38621         <size>7</size>
38622       </method>
38623       <method name="Void .ctor()">
38624         <size>7</size>
38625       </method>
38626     </type>
38627   </test>
38628   <test name="test-752.cs">
38629     <type name="M">
38630       <method name="Void Main()">
38631         <size>1</size>
38632       </method>
38633       <method name="Void .ctor()">
38634         <size>7</size>
38635       </method>
38636     </type>
38637   </test>
38638   <test name="test-753.cs">
38639     <type name="AI2">
38640       <method name="System.String IA.get_val()">
38641         <size>6</size>
38642       </method>
38643       <method name="Void IA.set_val(System.String)">
38644         <size>1</size>
38645       </method>
38646       <method name="Int32 get_val()">
38647         <size>3</size>
38648       </method>
38649       <method name="Void set_val(Int32)">
38650         <size>1</size>
38651       </method>
38652       <method name="Void stuff(IAI2)">
38653         <size>13</size>
38654       </method>
38655       <method name="Void Main()">
38656         <size>1</size>
38657       </method>
38658       <method name="Void .ctor()">
38659         <size>7</size>
38660       </method>
38661     </type>
38662   </test>
38663   <test name="test-754.cs">
38664     <type name="Bug.D">
38665       <method name="Void Invoke()">
38666         <size>0</size>
38667       </method>
38668       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38669         <size>0</size>
38670       </method>
38671       <method name="Void EndInvoke(IAsyncResult)">
38672         <size>0</size>
38673       </method>
38674       <method name="Void .ctor(Object, IntPtr)">
38675         <size>0</size>
38676       </method>
38677     </type>
38678     <type name="Bug.A">
38679       <method name="Void add_E(Bug.D)">
38680         <size>0</size>
38681       </method>
38682       <method name="Void remove_E(Bug.D)">
38683         <size>0</size>
38684       </method>
38685       <method name="Void .ctor()">
38686         <size>7</size>
38687       </method>
38688     </type>
38689     <type name="Bug.B">
38690       <method name="Void add_E(Bug.D)">
38691         <size>1</size>
38692       </method>
38693       <method name="Void remove_E(Bug.D)">
38694         <size>1</size>
38695       </method>
38696       <method name="Void .ctor()">
38697         <size>7</size>
38698       </method>
38699     </type>
38700     <type name="Bug.M">
38701       <method name="Void Main()">
38702         <size>1</size>
38703       </method>
38704       <method name="Void .ctor()">
38705         <size>7</size>
38706       </method>
38707     </type>
38708   </test>
38709   <test name="test-755.cs">
38710     <type name="Item">
38711       <method name="Void .ctor()">
38712         <size>7</size>
38713       </method>
38714       <method name="Void .cctor()">
38715         <size>8</size>
38716       </method>
38717     </type>
38718     <type name="Item+Builder">
38719       <method name="Int32 get_Foo()">
38720         <size>6</size>
38721       </method>
38722       <method name="System.Object get_Item(Int32)">
38723         <size>2</size>
38724       </method>
38725       <method name="System.Object get_Item(Int32, Int32)">
38726         <size>2</size>
38727       </method>
38728       <method name="Void .ctor()">
38729         <size>7</size>
38730       </method>
38731     </type>
38732     <type name="Program">
38733       <method name="Void Main()">
38734         <size>1</size>
38735       </method>
38736       <method name="Void .ctor()">
38737         <size>7</size>
38738       </method>
38739     </type>
38740   </test>
38741   <test name="test-756.cs">
38742     <type name="UnsafeTest">
38743       <method name="Void Main()">
38744         <size>12</size>
38745       </method>
38746       <method name="Void .ctor()">
38747         <size>7</size>
38748       </method>
38749     </type>
38750   </test>
38751   <test name="test-757.cs">
38752     <type name="TestClass1">
38753       <method name="Void Test()">
38754         <size>34</size>
38755       </method>
38756       <method name="Int32 Main()">
38757         <size>20</size>
38758       </method>
38759       <method name="Void .ctor()">
38760         <size>7</size>
38761       </method>
38762     </type>
38763     <type name="&lt;PrivateImplementationDetails&gt;">
38764       <method name="Void .ctor()">
38765         <size>7</size>
38766       </method>
38767     </type>
38768   </test>
38769   <test name="test-758.cs">
38770     <type name="C">
38771       <method name="Void Main()">
38772         <size>1</size>
38773       </method>
38774       <method name="Void .ctor()">
38775         <size>7</size>
38776       </method>
38777     </type>
38778     <type name="D">
38779       <method name="Void Finalize()">
38780         <size>13</size>
38781       </method>
38782       <method name="Void .ctor()">
38783         <size>7</size>
38784       </method>
38785     </type>
38786   </test>
38787   <test name="test-76.cs">
38788     <type name="foo">
38789       <method name="Void .ctor()">
38790         <size>7</size>
38791       </method>
38792       <method name="System.String strcat(System.String[])">
38793         <size>47</size>
38794       </method>
38795       <method name="Int32 Main()">
38796         <size>142</size>
38797       </method>
38798     </type>
38799   </test>
38800   <test name="test-760.cs">
38801     <type name="A">
38802       <method name="Void .ctor()">
38803         <size>7</size>
38804       </method>
38805     </type>
38806     <type name="Test">
38807       <method name="Void Main()">
38808         <size>7</size>
38809       </method>
38810       <method name="Void .ctor()">
38811         <size>7</size>
38812       </method>
38813     </type>
38814   </test>
38815   <test name="test-761.cs">
38816     <type name="C">
38817       <method name="Int32 get_I()">
38818         <size>7</size>
38819       </method>
38820       <method name="Void set_I(Int32)">
38821         <size>8</size>
38822       </method>
38823       <method name="Void Main()">
38824         <size>1</size>
38825       </method>
38826       <method name="Void .ctor()">
38827         <size>7</size>
38828       </method>
38829     </type>
38830   </test>
38831   <test name="test-762.cs">
38832     <type name="N1.Derived.Dummy">
38833       <method name="Void .ctor()">
38834         <size>7</size>
38835       </method>
38836     </type>
38837     <type name="N2.Derived.Dummy">
38838       <method name="Void .ctor()">
38839         <size>7</size>
38840       </method>
38841     </type>
38842     <type name="DerivedAttribute">
38843       <method name="Void .ctor()">
38844         <size>7</size>
38845       </method>
38846     </type>
38847     <type name="T">
38848       <method name="Void Main()">
38849         <size>1</size>
38850       </method>
38851       <method name="Void .ctor()">
38852         <size>7</size>
38853       </method>
38854     </type>
38855   </test>
38856   <test name="test-77.cs">
38857     <type name="XX">
38858       <method name="Void .ctor()">
38859         <size>7</size>
38860       </method>
38861       <method name="Int32 Main()">
38862         <size>220</size>
38863       </method>
38864     </type>
38865   </test>
38866   <test name="test-78.cs">
38867     <type name="N1.B">
38868       <method name="Void .ctor()">
38869         <size>7</size>
38870       </method>
38871       <method name="Boolean ShortCasting()">
38872         <size>19</size>
38873       </method>
38874       <method name="Boolean IntCasting()">
38875         <size>18</size>
38876       </method>
38877       <method name="Int32 Main()">
38878         <size>26</size>
38879       </method>
38880     </type>
38881   </test>
38882   <test name="test-79.cs">
38883     <type name="X">
38884       <method name="Void .ctor()">
38885         <size>7</size>
38886       </method>
38887       <method name="Int32 Main()">
38888         <size>40</size>
38889       </method>
38890     </type>
38891   </test>
38892   <test name="test-8.cs">
38893     <type name="X">
38894       <method name="Void .ctor()">
38895         <size>7</size>
38896       </method>
38897       <method name="Int32 Main(System.String[])">
38898         <size>115</size>
38899       </method>
38900     </type>
38901   </test>
38902   <test name="test-80.cs">
38903     <type name="X">
38904       <method name="Void .ctor()">
38905         <size>7</size>
38906       </method>
38907       <method name="Int32 Add(Int32, Int32)">
38908         <size>4</size>
38909       </method>
38910     </type>
38911     <type name="Y">
38912       <method name="Void .ctor()">
38913         <size>7</size>
38914       </method>
38915       <method name="Int32 Main()">
38916         <size>34</size>
38917       </method>
38918       <method name="Int32 A.Add(Int32, Int32)">
38919         <size>9</size>
38920       </method>
38921     </type>
38922   </test>
38923   <test name="test-81.cs">
38924     <type name="N1.A">
38925       <method name="Void .ctor()">
38926         <size>7</size>
38927       </method>
38928       <method name="Void Bar()">
38929         <size>44</size>
38930       </method>
38931       <method name="Int32 Main()">
38932         <size>71</size>
38933       </method>
38934     </type>
38935   </test>
38936   <test name="test-82.cs">
38937     <type name="N1.N2.B">
38938       <method name="Void .ctor()">
38939         <size>7</size>
38940       </method>
38941       <method name="Void Method(A ByRef)">
38942         <size>1</size>
38943       </method>
38944       <method name="Int32 Main()">
38945         <size>2</size>
38946       </method>
38947     </type>
38948     <type name="N1.N3.B">
38949       <method name="Void .ctor()">
38950         <size>7</size>
38951       </method>
38952       <method name="Void Method(A ByRef)">
38953         <size>1</size>
38954       </method>
38955     </type>
38956   </test>
38957   <test name="test-83.cs">
38958     <type name="PersonArrivedArgs">
38959       <method name="Void .ctor(String)">
38960         <size>14</size>
38961       </method>
38962     </type>
38963     <type name="Greeter">
38964       <method name="Void .ctor(String)">
38965         <size>14</size>
38966       </method>
38967       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
38968         <size>18</size>
38969       </method>
38970     </type>
38971     <type name="Room">
38972       <method name="Void .ctor()">
38973         <size>14</size>
38974       </method>
38975       <method name="Void add_PersonArrived(PersonArrivedHandler)">
38976         <size>24</size>
38977       </method>
38978       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
38979         <size>24</size>
38980       </method>
38981       <method name="Void AddPerson(System.String)">
38982         <size>14</size>
38983       </method>
38984     </type>
38985     <type name="DelegateTest">
38986       <method name="Void .ctor()">
38987         <size>7</size>
38988       </method>
38989       <method name="Int32 Main()">
38990         <size>2</size>
38991       </method>
38992     </type>
38993     <type name="PersonArrivedHandler">
38994       <method name="Void .ctor(Object, IntPtr)">
38995         <size>0</size>
38996       </method>
38997       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
38998         <size>0</size>
38999       </method>
39000       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
39001         <size>0</size>
39002       </method>
39003       <method name="Void EndInvoke(IAsyncResult)">
39004         <size>0</size>
39005       </method>
39006     </type>
39007   </test>
39008   <test name="test-84.cs">
39009     <type name="Ghost">
39010       <method name="Void .ctor()">
39011         <size>7</size>
39012       </method>
39013       <method name="Int32 Main()">
39014         <size>6</size>
39015       </method>
39016     </type>
39017   </test>
39018   <test name="test-85.cs">
39019     <type name="X">
39020       <method name="Void .ctor()">
39021         <size>7</size>
39022       </method>
39023       <method name="Int32 Main()">
39024         <size>20</size>
39025       </method>
39026     </type>
39027   </test>
39028   <test name="test-86.cs">
39029     <type name="T.T">
39030       <method name="Void .ctor()">
39031         <size>7</size>
39032       </method>
39033       <method name="Int32 method1(System.Type, Int32)">
39034         <size>23</size>
39035       </method>
39036       <method name="Int32 method1(System.Type, System.Type[])">
39037         <size>12</size>
39038       </method>
39039       <method name="Int32 method2(System.Type, Int32)">
39040         <size>23</size>
39041       </method>
39042       <method name="Int32 method2(System.Type, System.Type[])">
39043         <size>12</size>
39044       </method>
39045       <method name="Int32 Main()">
39046         <size>36</size>
39047       </method>
39048     </type>
39049   </test>
39050   <test name="test-87.cs">
39051     <type name="Top">
39052       <method name="Void .ctor()">
39053         <size>7</size>
39054       </method>
39055       <method name="Int32 Main()">
39056         <size>58</size>
39057       </method>
39058     </type>
39059     <type name="Top+X">
39060       <method name="Void .ctor()">
39061         <size>7</size>
39062       </method>
39063     </type>
39064     <type name="Top+Y">
39065       <method name="Void .ctor()">
39066         <size>7</size>
39067       </method>
39068     </type>
39069     <type name="Top+XA">
39070       <method name="Void .ctor()">
39071         <size>7</size>
39072       </method>
39073       <method name="Int32 get_one()">
39074         <size>2</size>
39075       </method>
39076     </type>
39077     <type name="Top+XB">
39078       <method name="Void .ctor()">
39079         <size>7</size>
39080       </method>
39081       <method name="Int32 get_one()">
39082         <size>2</size>
39083       </method>
39084       <method name="Int32 get_two()">
39085         <size>2</size>
39086       </method>
39087     </type>
39088     <type name="Other">
39089       <method name="Void .ctor()">
39090         <size>7</size>
39091       </method>
39092       <method name="Void X()">
39093         <size>5</size>
39094       </method>
39095     </type>
39096   </test>
39097   <test name="test-88.cs">
39098     <type name="X">
39099       <method name="Void .ctor()">
39100         <size>7</size>
39101       </method>
39102       <method name="Void f(System.String)">
39103         <size>19</size>
39104       </method>
39105       <method name="Int32 Main()">
39106         <size>63</size>
39107       </method>
39108     </type>
39109     <type name="&lt;PrivateImplementationDetails&gt;">
39110       <method name="Void .ctor()">
39111         <size>7</size>
39112       </method>
39113     </type>
39114   </test>
39115   <test name="test-89.cs">
39116     <type name="X">
39117       <method name="Void .ctor(Int32)">
39118         <size>8</size>
39119       </method>
39120       <method name="X F(Int32)">
39121         <size>7</size>
39122       </method>
39123       <method name="Int32 Main()">
39124         <size>99</size>
39125       </method>
39126     </type>
39127   </test>
39128   <test name="test-9.cs">
39129     <type name="X">
39130       <method name="Void .ctor()">
39131         <size>7</size>
39132       </method>
39133       <method name="Int32 Main(System.String[])">
39134         <size>104</size>
39135       </method>
39136     </type>
39137   </test>
39138   <test name="test-90.cs">
39139     <type name="N1.Blah">
39140       <method name="Void .ctor()">
39141         <size>7</size>
39142       </method>
39143       <method name="Int32 Main()">
39144         <size>2</size>
39145       </method>
39146     </type>
39147   </test>
39148   <test name="test-91.cs">
39149     <type name="Abstract">
39150       <method name="Void .ctor()">
39151         <size>7</size>
39152       </method>
39153     </type>
39154     <type name="Plain">
39155       <method name="Void .ctor()">
39156         <size>7</size>
39157       </method>
39158     </type>
39159     <type name="Test">
39160       <method name="Void .ctor()">
39161         <size>7</size>
39162       </method>
39163       <method name="Void MyProtectedInternal()">
39164         <size>1</size>
39165       </method>
39166       <method name="Void MyInternal()">
39167         <size>1</size>
39168       </method>
39169       <method name="Void MyPublic()">
39170         <size>1</size>
39171       </method>
39172       <method name="Void MyPrivate()">
39173         <size>1</size>
39174       </method>
39175       <method name="Int32 Main()">
39176         <size>242</size>
39177       </method>
39178     </type>
39179   </test>
39180   <test name="test-92.cs">
39181     <type name="Outer">
39182       <method name="Void .ctor()">
39183         <size>7</size>
39184       </method>
39185     </type>
39186     <type name="Outer+Inner">
39187       <method name="Void .ctor()">
39188         <size>7</size>
39189       </method>
39190     </type>
39191     <type name="InnerBase">
39192       <method name="Void .ctor()">
39193         <size>7</size>
39194       </method>
39195     </type>
39196     <type name="MainClass">
39197       <method name="Void .ctor()">
39198         <size>7</size>
39199       </method>
39200       <method name="Int32 Main()">
39201         <size>2</size>
39202       </method>
39203     </type>
39204   </test>
39205   <test name="test-93.cs">
39206     <type name="N1.C">
39207       <method name="Void .ctor()">
39208         <size>7</size>
39209       </method>
39210       <method name="Void method(B ByRef)">
39211         <size>15</size>
39212       </method>
39213     </type>
39214     <type name="Test">
39215       <method name="Void .ctor()">
39216         <size>7</size>
39217       </method>
39218       <method name="Int32 Main()">
39219         <size>15</size>
39220       </method>
39221     </type>
39222   </test>
39223   <test name="test-94.cs">
39224     <type name="Base">
39225       <method name="Void .ctor()">
39226         <size>7</size>
39227       </method>
39228       <method name="Int32 IVehicle.Start()">
39229         <size>2</size>
39230       </method>
39231       <method name="Int32 Stop()">
39232         <size>2</size>
39233       </method>
39234       <method name="Int32 Turn()">
39235         <size>2</size>
39236       </method>
39237     </type>
39238     <type name="Derived1">
39239       <method name="Void .ctor()">
39240         <size>7</size>
39241       </method>
39242       <method name="Int32 Turn()">
39243         <size>2</size>
39244       </method>
39245     </type>
39246     <type name="Derived2">
39247       <method name="Void .ctor()">
39248         <size>7</size>
39249       </method>
39250       <method name="Int32 IVehicle.Start()">
39251         <size>2</size>
39252       </method>
39253       <method name="Int32 IVehicle.Turn()">
39254         <size>2</size>
39255       </method>
39256       <method name="Int32 Stop()">
39257         <size>2</size>
39258       </method>
39259       <method name="Int32 Turn()">
39260         <size>2</size>
39261       </method>
39262     </type>
39263     <type name="Test">
39264       <method name="Void .ctor()">
39265         <size>7</size>
39266       </method>
39267       <method name="Int32 Main()">
39268         <size>88</size>
39269       </method>
39270     </type>
39271   </test>
39272   <test name="test-95.cs">
39273     <type name="X">
39274       <method name="Void .ctor()">
39275         <size>7</size>
39276       </method>
39277       <method name="Int32 Main()">
39278         <size>30</size>
39279       </method>
39280     </type>
39281   </test>
39282   <test name="test-96.cs">
39283     <type name="N1.A">
39284       <method name="Void .ctor()">
39285         <size>7</size>
39286       </method>
39287       <method name="Int32 Main()">
39288         <size>2</size>
39289       </method>
39290     </type>
39291     <type name="N1.C">
39292       <method name="Void .ctor(Object, IntPtr)">
39293         <size>0</size>
39294       </method>
39295       <method name="Void Invoke(System.Object, N1.A)">
39296         <size>0</size>
39297       </method>
39298       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
39299         <size>0</size>
39300       </method>
39301       <method name="Void EndInvoke(IAsyncResult)">
39302         <size>0</size>
39303       </method>
39304     </type>
39305   </test>
39306   <test name="test-97.cs">
39307     <type name="X">
39308       <method name="Void .ctor()">
39309         <size>7</size>
39310       </method>
39311       <method name="Int32 Main()">
39312         <size>2</size>
39313       </method>
39314     </type>
39315   </test>
39316   <test name="test-98.cs">
39317     <type name="X">
39318       <method name="Void .ctor()">
39319         <size>7</size>
39320       </method>
39321       <method name="Void b()">
39322         <size>19</size>
39323       </method>
39324     </type>
39325     <type name="Y">
39326       <method name="Void .ctor()">
39327         <size>7</size>
39328       </method>
39329       <method name="Int32 Main()">
39330         <size>2</size>
39331       </method>
39332     </type>
39333   </test>
39334   <test name="test-99.cs">
39335     <type name="X">
39336       <method name="Void .ctor()">
39337         <size>7</size>
39338       </method>
39339       <method name="Int32 Main()">
39340         <size>104</size>
39341       </method>
39342     </type>
39343   </test>
39344   <test name="test-anon-01.cs">
39345     <type name="X">
39346       <method name="Void .ctor()">
39347         <size>7</size>
39348       </method>
39349       <method name="Int32 Main()">
39350         <size>21</size>
39351       </method>
39352     </type>
39353     <type name="S">
39354       <method name="Void .ctor(Object, IntPtr)">
39355         <size>0</size>
39356       </method>
39357       <method name="Void Invoke()">
39358         <size>0</size>
39359       </method>
39360       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39361         <size>0</size>
39362       </method>
39363       <method name="Void EndInvoke(IAsyncResult)">
39364         <size>0</size>
39365       </method>
39366     </type>
39367     <type name="X+&lt;Main&gt;c__AnonStorey0">
39368       <method name="Void .ctor()">
39369         <size>7</size>
39370       </method>
39371       <method name="Void &lt;&gt;m__0()">
39372         <size>8</size>
39373       </method>
39374     </type>
39375   </test>
39376   <test name="test-anon-02.cs">
39377     <type name="X">
39378       <method name="Void .ctor()">
39379         <size>7</size>
39380       </method>
39381       <method name="Int32 Main()">
39382         <size>151</size>
39383       </method>
39384     </type>
39385     <type name="S">
39386       <method name="Void .ctor(Object, IntPtr)">
39387         <size>0</size>
39388       </method>
39389       <method name="Void Invoke()">
39390         <size>0</size>
39391       </method>
39392       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39393         <size>0</size>
39394       </method>
39395       <method name="Void EndInvoke(IAsyncResult)">
39396         <size>0</size>
39397       </method>
39398     </type>
39399     <type name="X+&lt;Main&gt;c__AnonStorey0">
39400       <method name="Void .ctor()">
39401         <size>7</size>
39402       </method>
39403       <method name="Void &lt;&gt;m__0()">
39404         <size>113</size>
39405       </method>
39406     </type>
39407   </test>
39408   <test name="test-anon-03.cs">
39409     <type name="X">
39410       <method name="Void .ctor()">
39411         <size>7</size>
39412       </method>
39413       <method name="Void Main()">
39414         <size>59</size>
39415       </method>
39416     </type>
39417     <type name="S">
39418       <method name="Void .ctor(Object, IntPtr)">
39419         <size>0</size>
39420       </method>
39421       <method name="Void Invoke()">
39422         <size>0</size>
39423       </method>
39424       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39425         <size>0</size>
39426       </method>
39427       <method name="Void EndInvoke(IAsyncResult)">
39428         <size>0</size>
39429       </method>
39430     </type>
39431     <type name="X+&lt;Main&gt;c__AnonStorey0">
39432       <method name="Void .ctor()">
39433         <size>7</size>
39434       </method>
39435       <method name="Void &lt;&gt;m__0()">
39436         <size>8</size>
39437       </method>
39438     </type>
39439   </test>
39440   <test name="test-anon-04.cs">
39441     <type name="X">
39442       <method name="Void .ctor()">
39443         <size>7</size>
39444       </method>
39445       <method name="Void Main()">
39446         <size>59</size>
39447       </method>
39448     </type>
39449     <type name="S">
39450       <method name="Void .ctor(Object, IntPtr)">
39451         <size>0</size>
39452       </method>
39453       <method name="Void Invoke()">
39454         <size>0</size>
39455       </method>
39456       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39457         <size>0</size>
39458       </method>
39459       <method name="Void EndInvoke(IAsyncResult)">
39460         <size>0</size>
39461       </method>
39462     </type>
39463     <type name="X+&lt;Main&gt;c__AnonStorey0">
39464       <method name="Void .ctor()">
39465         <size>7</size>
39466       </method>
39467       <method name="Void &lt;&gt;m__0()">
39468         <size>30</size>
39469       </method>
39470     </type>
39471   </test>
39472   <test name="test-anon-05.cs">
39473     <type name="X">
39474       <method name="Void .ctor()">
39475         <size>7</size>
39476       </method>
39477       <method name="Int32 Main()">
39478         <size>207</size>
39479       </method>
39480       <method name="Boolean t(Int32, Int32)">
39481         <size>5</size>
39482       </method>
39483     </type>
39484     <type name="S">
39485       <method name="Void .ctor(Object, IntPtr)">
39486         <size>0</size>
39487       </method>
39488       <method name="Void Invoke()">
39489         <size>0</size>
39490       </method>
39491       <method name="IAsyncResult BeginInvoke(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="X+&lt;Main&gt;c__AnonStorey1">
39499       <method name="Void .ctor()">
39500         <size>7</size>
39501       </method>
39502       <method name="Void &lt;&gt;m__0()">
39503         <size>76</size>
39504       </method>
39505     </type>
39506     <type name="X+&lt;Main&gt;c__AnonStorey0">
39507       <method name="Void .ctor()">
39508         <size>7</size>
39509       </method>
39510     </type>
39511   </test>
39512   <test name="test-anon-06.cs">
39513     <type name="X">
39514       <method name="Void .ctor()">
39515         <size>7</size>
39516       </method>
39517       <method name="Int32 Main()">
39518         <size>112</size>
39519       </method>
39520     </type>
39521     <type name="S">
39522       <method name="Void .ctor(Object, IntPtr)">
39523         <size>0</size>
39524       </method>
39525       <method name="Void Invoke()">
39526         <size>0</size>
39527       </method>
39528       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39529         <size>0</size>
39530       </method>
39531       <method name="Void EndInvoke(IAsyncResult)">
39532         <size>0</size>
39533       </method>
39534     </type>
39535     <type name="X+&lt;Main&gt;c__AnonStorey0">
39536       <method name="Void .ctor()">
39537         <size>7</size>
39538       </method>
39539       <method name="Void &lt;&gt;m__0()">
39540         <size>18</size>
39541       </method>
39542     </type>
39543   </test>
39544   <test name="test-anon-07.cs">
39545     <type name="X">
39546       <method name="Void .ctor()">
39547         <size>7</size>
39548       </method>
39549       <method name="Int32 Main()">
39550         <size>120</size>
39551       </method>
39552       <method name="Boolean t(Int32, Int32)">
39553         <size>5</size>
39554       </method>
39555     </type>
39556     <type name="D">
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;Main&gt;c__AnonStorey0">
39571       <method name="Void .ctor()">
39572         <size>7</size>
39573       </method>
39574       <method name="Void &lt;&gt;m__0()">
39575         <size>18</size>
39576       </method>
39577       <method name="Void &lt;&gt;m__1()">
39578         <size>18</size>
39579       </method>
39580     </type>
39581   </test>
39582   <test name="test-anon-08.cs">
39583     <type name="X">
39584       <method name="Void .ctor()">
39585         <size>7</size>
39586       </method>
39587       <method name="Int32 Main()">
39588         <size>35</size>
39589       </method>
39590     </type>
39591     <type name="S">
39592       <method name="Void .ctor(Object, IntPtr)">
39593         <size>0</size>
39594       </method>
39595       <method name="Void Invoke()">
39596         <size>0</size>
39597       </method>
39598       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39599         <size>0</size>
39600       </method>
39601       <method name="Void EndInvoke(IAsyncResult)">
39602         <size>0</size>
39603       </method>
39604     </type>
39605     <type name="X+&lt;Main&gt;c__AnonStorey0">
39606       <method name="Void .ctor()">
39607         <size>7</size>
39608       </method>
39609       <method name="Void &lt;&gt;m__0()">
39610         <size>13</size>
39611       </method>
39612     </type>
39613   </test>
39614   <test name="test-anon-09.cs">
39615     <type name="X">
39616       <method name="Void .ctor()">
39617         <size>7</size>
39618       </method>
39619       <method name="Int32 Main()">
39620         <size>59</size>
39621       </method>
39622     </type>
39623     <type name="X+D">
39624       <method name="Void .ctor(Object, IntPtr)">
39625         <size>0</size>
39626       </method>
39627       <method name="Void Invoke()">
39628         <size>0</size>
39629       </method>
39630       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39631         <size>0</size>
39632       </method>
39633       <method name="Void EndInvoke(IAsyncResult)">
39634         <size>0</size>
39635       </method>
39636     </type>
39637     <type name="X+&lt;Main&gt;c__AnonStorey0">
39638       <method name="Void .ctor()">
39639         <size>7</size>
39640       </method>
39641       <method name="Void &lt;&gt;m__0()">
39642         <size>49</size>
39643       </method>
39644     </type>
39645   </test>
39646   <test name="test-anon-10.cs">
39647     <type name="S">
39648       <method name="Void .ctor()">
39649         <size>7</size>
39650       </method>
39651       <method name="Void Test()">
39652         <size>105</size>
39653       </method>
39654       <method name="Int32 Main()">
39655         <size>66</size>
39656       </method>
39657     </type>
39658     <type name="S+T">
39659       <method name="Void .ctor(Object, IntPtr)">
39660         <size>0</size>
39661       </method>
39662       <method name="Void Invoke()">
39663         <size>0</size>
39664       </method>
39665       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39666         <size>0</size>
39667       </method>
39668       <method name="Void EndInvoke(IAsyncResult)">
39669         <size>0</size>
39670       </method>
39671     </type>
39672     <type name="S+&lt;Test&gt;c__AnonStorey1">
39673       <method name="Void .ctor()">
39674         <size>7</size>
39675       </method>
39676     </type>
39677     <type name="S+&lt;Test&gt;c__AnonStorey0">
39678       <method name="Void .ctor()">
39679         <size>7</size>
39680       </method>
39681     </type>
39682     <type name="S+&lt;Test&gt;c__AnonStorey1">
39683       <method name="Void &lt;&gt;m__0()">
39684         <size>76</size>
39685       </method>
39686     </type>
39687   </test>
39688   <test name="test-anon-11.cs">
39689     <type name="X">
39690       <method name="Void .ctor()">
39691         <size>7</size>
39692       </method>
39693       <method name="Int32 Main()">
39694         <size>122</size>
39695       </method>
39696     </type>
39697     <type name="D">
39698       <method name="Void .ctor(Object, IntPtr)">
39699         <size>0</size>
39700       </method>
39701       <method name="Void Invoke(Int32)">
39702         <size>0</size>
39703       </method>
39704       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39705         <size>0</size>
39706       </method>
39707       <method name="Void EndInvoke(IAsyncResult)">
39708         <size>0</size>
39709       </method>
39710     </type>
39711     <type name="E">
39712       <method name="Void .ctor(Object, IntPtr)">
39713         <size>0</size>
39714       </method>
39715       <method name="Void Invoke(Int32 ByRef)">
39716         <size>0</size>
39717       </method>
39718       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
39719         <size>0</size>
39720       </method>
39721       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
39722         <size>0</size>
39723       </method>
39724     </type>
39725     <type name="F">
39726       <method name="Void .ctor(Object, IntPtr)">
39727         <size>0</size>
39728       </method>
39729       <method name="Void Invoke(System.Int32[])">
39730         <size>0</size>
39731       </method>
39732       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
39733         <size>0</size>
39734       </method>
39735       <method name="Void EndInvoke(IAsyncResult)">
39736         <size>0</size>
39737       </method>
39738     </type>
39739     <type name="X">
39740       <method name="Void &lt;Main&gt;m__0(Int32)">
39741         <size>1</size>
39742       </method>
39743       <method name="Void &lt;Main&gt;m__1(Int32)">
39744         <size>1</size>
39745       </method>
39746       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
39747         <size>1</size>
39748       </method>
39749       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
39750         <size>1</size>
39751       </method>
39752     </type>
39753   </test>
39754   <test name="test-anon-12.cs">
39755     <type name="X">
39756       <method name="Void .ctor()">
39757         <size>7</size>
39758       </method>
39759       <method name="Int32 Main()">
39760         <size>257</size>
39761       </method>
39762       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
39763         <size>81</size>
39764       </method>
39765     </type>
39766     <type name="predicate">
39767       <method name="Void .ctor(Object, IntPtr)">
39768         <size>0</size>
39769       </method>
39770       <method name="Boolean Invoke(System.Object)">
39771         <size>0</size>
39772       </method>
39773       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
39774         <size>0</size>
39775       </method>
39776       <method name="Boolean EndInvoke(IAsyncResult)">
39777         <size>0</size>
39778       </method>
39779     </type>
39780     <type name="X">
39781       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
39782         <size>12</size>
39783       </method>
39784     </type>
39785   </test>
39786   <test name="test-anon-13.cs">
39787     <type name="X">
39788       <method name="Void .ctor(Int32)">
39789         <size>14</size>
39790       </method>
39791       <method name="Void Main()">
39792         <size>42</size>
39793       </method>
39794       <method name="D T()">
39795         <size>15</size>
39796       </method>
39797       <method name="System.String CALL()">
39798         <size>6</size>
39799       </method>
39800     </type>
39801     <type name="D">
39802       <method name="Void .ctor(Object, IntPtr)">
39803         <size>0</size>
39804       </method>
39805       <method name="Void Invoke()">
39806         <size>0</size>
39807       </method>
39808       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39809         <size>0</size>
39810       </method>
39811       <method name="Void EndInvoke(IAsyncResult)">
39812         <size>0</size>
39813       </method>
39814     </type>
39815     <type name="X">
39816       <method name="Void &lt;T&gt;m__0()">
39817         <size>22</size>
39818       </method>
39819     </type>
39820   </test>
39821   <test name="test-anon-14.cs">
39822     <type name="X">
39823       <method name="Void .ctor()">
39824         <size>7</size>
39825       </method>
39826       <method name="Void add_Click(X+T)">
39827         <size>22</size>
39828       </method>
39829       <method name="Void remove_Click(X+T)">
39830         <size>22</size>
39831       </method>
39832       <method name="Void Method()">
39833         <size>1</size>
39834       </method>
39835       <method name="Void Main()">
39836         <size>46</size>
39837       </method>
39838     </type>
39839     <type name="X+T">
39840       <method name="Void .ctor(Object, IntPtr)">
39841         <size>0</size>
39842       </method>
39843       <method name="Void Invoke()">
39844         <size>0</size>
39845       </method>
39846       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39847         <size>0</size>
39848       </method>
39849       <method name="Void EndInvoke(IAsyncResult)">
39850         <size>0</size>
39851       </method>
39852     </type>
39853   </test>
39854   <test name="test-anon-15.cs">
39855     <type name="Foo">
39856       <method name="Void .ctor()">
39857         <size>7</size>
39858       </method>
39859       <method name="Void Main()">
39860         <size>43</size>
39861       </method>
39862     </type>
39863     <type name="Foo+Inner">
39864       <method name="Void .ctor(String)">
39865         <size>7</size>
39866       </method>
39867     </type>
39868     <type name="Foo+foo_fn">
39869       <method name="Void .ctor(Object, IntPtr)">
39870         <size>0</size>
39871       </method>
39872       <method name="Foo+Inner Invoke(System.String)">
39873         <size>0</size>
39874       </method>
39875       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
39876         <size>0</size>
39877       </method>
39878       <method name="Foo+Inner EndInvoke(IAsyncResult)">
39879         <size>0</size>
39880       </method>
39881     </type>
39882     <type name="Foo">
39883       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
39884         <size>13</size>
39885       </method>
39886     </type>
39887   </test>
39888   <test name="test-anon-16.cs">
39889     <type name="X">
39890       <method name="Void .ctor(Int32)">
39891         <size>14</size>
39892       </method>
39893       <method name="Void Main()">
39894         <size>42</size>
39895       </method>
39896       <method name="D T()">
39897         <size>15</size>
39898       </method>
39899     </type>
39900     <type name="D">
39901       <method name="Void .ctor(Object, IntPtr)">
39902         <size>0</size>
39903       </method>
39904       <method name="Void Invoke()">
39905         <size>0</size>
39906       </method>
39907       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39908         <size>0</size>
39909       </method>
39910       <method name="Void EndInvoke(IAsyncResult)">
39911         <size>0</size>
39912       </method>
39913     </type>
39914     <type name="X">
39915       <method name="Void &lt;T&gt;m__0()">
39916         <size>27</size>
39917       </method>
39918     </type>
39919   </test>
39920   <test name="test-anon-17.cs">
39921     <type name="Button">
39922       <method name="Void .ctor()">
39923         <size>7</size>
39924       </method>
39925       <method name="Void add_Clicked(ClickEvent)">
39926         <size>24</size>
39927       </method>
39928       <method name="Void remove_Clicked(ClickEvent)">
39929         <size>24</size>
39930       </method>
39931       <method name="Void DoClick()">
39932         <size>12</size>
39933       </method>
39934     </type>
39935     <type name="X">
39936       <method name="Void .ctor()">
39937         <size>7</size>
39938       </method>
39939       <method name="Void .cctor()">
39940         <size>1</size>
39941       </method>
39942       <method name="Int32 Main()">
39943         <size>61</size>
39944       </method>
39945     </type>
39946     <type name="ClickEvent">
39947       <method name="Void .ctor(Object, IntPtr)">
39948         <size>0</size>
39949       </method>
39950       <method name="Void Invoke()">
39951         <size>0</size>
39952       </method>
39953       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39954         <size>0</size>
39955       </method>
39956       <method name="Void EndInvoke(IAsyncResult)">
39957         <size>0</size>
39958       </method>
39959     </type>
39960     <type name="X">
39961       <method name="Void &lt;Main&gt;m__0()">
39962         <size>17</size>
39963       </method>
39964     </type>
39965   </test>
39966   <test name="test-anon-18.cs">
39967     <type name="DelegateTest">
39968       <method name="Void .ctor()">
39969         <size>7</size>
39970       </method>
39971       <method name="Void Main(System.String[])">
39972         <size>83</size>
39973       </method>
39974     </type>
39975     <type name="A">
39976       <method name="Void .ctor(Object, IntPtr)">
39977         <size>0</size>
39978       </method>
39979       <method name="Void Invoke()">
39980         <size>0</size>
39981       </method>
39982       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39983         <size>0</size>
39984       </method>
39985       <method name="Void EndInvoke(IAsyncResult)">
39986         <size>0</size>
39987       </method>
39988     </type>
39989     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
39990       <method name="Void .ctor()">
39991         <size>7</size>
39992       </method>
39993       <method name="Void &lt;&gt;m__0()">
39994         <size>17</size>
39995       </method>
39996     </type>
39997   </test>
39998   <test name="test-anon-19.cs">
39999     <type name="X">
40000       <method name="Void .ctor()">
40001         <size>7</size>
40002       </method>
40003       <method name="Int32 Main()">
40004         <size>223</size>
40005       </method>
40006       <method name="Boolean t(Int32, Int32)">
40007         <size>5</size>
40008       </method>
40009     </type>
40010     <type name="S">
40011       <method name="Void .ctor(Object, IntPtr)">
40012         <size>0</size>
40013       </method>
40014       <method name="Void Invoke()">
40015         <size>0</size>
40016       </method>
40017       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40018         <size>0</size>
40019       </method>
40020       <method name="Void EndInvoke(IAsyncResult)">
40021         <size>0</size>
40022       </method>
40023     </type>
40024     <type name="X+&lt;Main&gt;c__AnonStorey1">
40025       <method name="Void .ctor()">
40026         <size>7</size>
40027       </method>
40028       <method name="Void &lt;&gt;m__0()">
40029         <size>93</size>
40030       </method>
40031     </type>
40032     <type name="X+&lt;Main&gt;c__AnonStorey0">
40033       <method name="Void .ctor()">
40034         <size>7</size>
40035       </method>
40036     </type>
40037   </test>
40038   <test name="test-anon-20.cs">
40039     <type name="X">
40040       <method name="Void .ctor()">
40041         <size>7</size>
40042       </method>
40043       <method name="Void Main()">
40044         <size>33</size>
40045       </method>
40046       <method name="D MainHost()">
40047         <size>28</size>
40048       </method>
40049     </type>
40050     <type name="D">
40051       <method name="Void .ctor(Object, IntPtr)">
40052         <size>0</size>
40053       </method>
40054       <method name="Void Invoke()">
40055         <size>0</size>
40056       </method>
40057       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40058         <size>0</size>
40059       </method>
40060       <method name="Void EndInvoke(IAsyncResult)">
40061         <size>0</size>
40062       </method>
40063     </type>
40064     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
40065       <method name="Void .ctor()">
40066         <size>7</size>
40067       </method>
40068       <method name="Void &lt;&gt;m__0()">
40069         <size>52</size>
40070       </method>
40071     </type>
40072     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
40073       <method name="Void .ctor()">
40074         <size>7</size>
40075       </method>
40076       <method name="Void &lt;&gt;m__1()">
40077         <size>52</size>
40078       </method>
40079     </type>
40080   </test>
40081   <test name="test-anon-21.cs">
40082     <type name="X">
40083       <method name="Void .ctor()">
40084         <size>7</size>
40085       </method>
40086       <method name="Void .cctor()">
40087         <size>1</size>
40088       </method>
40089       <method name="Int32 Main()">
40090         <size>68</size>
40091       </method>
40092       <method name="Void M()">
40093         <size>44</size>
40094       </method>
40095     </type>
40096     <type name="D">
40097       <method name="Void .ctor(Object, IntPtr)">
40098         <size>0</size>
40099       </method>
40100       <method name="Void Invoke()">
40101         <size>0</size>
40102       </method>
40103       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40104         <size>0</size>
40105       </method>
40106       <method name="Void EndInvoke(IAsyncResult)">
40107         <size>0</size>
40108       </method>
40109     </type>
40110     <type name="X+&lt;M&gt;c__AnonStorey0">
40111       <method name="Void .ctor()">
40112         <size>7</size>
40113       </method>
40114       <method name="Void &lt;&gt;m__0()">
40115         <size>48</size>
40116       </method>
40117     </type>
40118     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
40119       <method name="Void .ctor()">
40120         <size>7</size>
40121       </method>
40122       <method name="Void &lt;&gt;m__1()">
40123         <size>81</size>
40124       </method>
40125     </type>
40126   </test>
40127   <test name="test-anon-22.cs">
40128     <type name="X">
40129       <method name="Void .ctor()">
40130         <size>7</size>
40131       </method>
40132       <method name="Void Main()">
40133         <size>33</size>
40134       </method>
40135       <method name="D T()">
40136         <size>28</size>
40137       </method>
40138     </type>
40139     <type name="D">
40140       <method name="Void .ctor(Object, IntPtr)">
40141         <size>0</size>
40142       </method>
40143       <method name="Void Invoke()">
40144         <size>0</size>
40145       </method>
40146       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40147         <size>0</size>
40148       </method>
40149       <method name="Void EndInvoke(IAsyncResult)">
40150         <size>0</size>
40151       </method>
40152     </type>
40153     <type name="X+&lt;T&gt;c__AnonStorey0">
40154       <method name="Void .ctor()">
40155         <size>7</size>
40156       </method>
40157       <method name="Void &lt;&gt;m__0()">
40158         <size>52</size>
40159       </method>
40160     </type>
40161     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
40162       <method name="Void .ctor()">
40163         <size>7</size>
40164       </method>
40165       <method name="Void &lt;&gt;m__1()">
40166         <size>52</size>
40167       </method>
40168     </type>
40169   </test>
40170   <test name="test-anon-23.cs">
40171     <type name="X">
40172       <method name="Void .ctor()">
40173         <size>7</size>
40174       </method>
40175       <method name="Int32 Main()">
40176         <size>68</size>
40177       </method>
40178       <method name="Void M()">
40179         <size>34</size>
40180       </method>
40181     </type>
40182     <type name="D">
40183       <method name="Void .ctor(Object, IntPtr)">
40184         <size>0</size>
40185       </method>
40186       <method name="Void Invoke()">
40187         <size>0</size>
40188       </method>
40189       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40190         <size>0</size>
40191       </method>
40192       <method name="Void EndInvoke(IAsyncResult)">
40193         <size>0</size>
40194       </method>
40195     </type>
40196     <type name="X+&lt;M&gt;c__AnonStorey0">
40197       <method name="Void .ctor()">
40198         <size>7</size>
40199       </method>
40200       <method name="Void &lt;&gt;m__0()">
40201         <size>38</size>
40202       </method>
40203     </type>
40204     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
40205       <method name="Void .ctor()">
40206         <size>7</size>
40207       </method>
40208       <method name="Void &lt;&gt;m__1()">
40209         <size>24</size>
40210       </method>
40211     </type>
40212   </test>
40213   <test name="test-anon-24.cs">
40214     <type name="X">
40215       <method name="Void .ctor()">
40216         <size>7</size>
40217       </method>
40218       <method name="Void Main()">
40219         <size>29</size>
40220       </method>
40221       <method name="D T(Int32)">
40222         <size>28</size>
40223       </method>
40224     </type>
40225     <type name="D">
40226       <method name="Void .ctor(Object, IntPtr)">
40227         <size>0</size>
40228       </method>
40229       <method name="Int32 Invoke()">
40230         <size>0</size>
40231       </method>
40232       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40233         <size>0</size>
40234       </method>
40235       <method name="Int32 EndInvoke(IAsyncResult)">
40236         <size>0</size>
40237       </method>
40238     </type>
40239     <type name="X+&lt;T&gt;c__AnonStorey0">
40240       <method name="Void .ctor()">
40241         <size>7</size>
40242       </method>
40243       <method name="Int32 &lt;&gt;m__0()">
40244         <size>21</size>
40245       </method>
40246     </type>
40247   </test>
40248   <test name="test-anon-25.cs">
40249     <type name="X">
40250       <method name="Void .ctor()">
40251         <size>7</size>
40252       </method>
40253       <method name="Int32 Main()">
40254         <size>48</size>
40255       </method>
40256       <method name="D T(Int32)">
40257         <size>28</size>
40258       </method>
40259     </type>
40260     <type name="D">
40261       <method name="Void .ctor(Object, IntPtr)">
40262         <size>0</size>
40263       </method>
40264       <method name="Int32 Invoke(Int32)">
40265         <size>0</size>
40266       </method>
40267       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40268         <size>0</size>
40269       </method>
40270       <method name="Int32 EndInvoke(IAsyncResult)">
40271         <size>0</size>
40272       </method>
40273     </type>
40274     <type name="X+&lt;T&gt;c__AnonStorey0">
40275       <method name="Void .ctor()">
40276         <size>7</size>
40277       </method>
40278       <method name="Int32 &lt;&gt;m__0(Int32)">
40279         <size>9</size>
40280       </method>
40281     </type>
40282   </test>
40283   <test name="test-anon-27.cs">
40284     <type name="X">
40285       <method name="Void .ctor()">
40286         <size>7</size>
40287       </method>
40288       <method name="Int32 Main()">
40289         <size>138</size>
40290       </method>
40291       <method name="Void M(Int32)">
40292         <size>59</size>
40293       </method>
40294     </type>
40295     <type name="D">
40296       <method name="Void .ctor(Object, IntPtr)">
40297         <size>0</size>
40298       </method>
40299       <method name="Void Invoke()">
40300         <size>0</size>
40301       </method>
40302       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40303         <size>0</size>
40304       </method>
40305       <method name="Void EndInvoke(IAsyncResult)">
40306         <size>0</size>
40307       </method>
40308     </type>
40309     <type name="X+&lt;M&gt;c__AnonStorey0">
40310       <method name="Void .ctor()">
40311         <size>7</size>
40312       </method>
40313       <method name="Void &lt;&gt;m__0()">
40314         <size>38</size>
40315       </method>
40316     </type>
40317     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
40318       <method name="Void .ctor()">
40319         <size>7</size>
40320       </method>
40321       <method name="Void &lt;&gt;m__1()">
40322         <size>50</size>
40323       </method>
40324     </type>
40325   </test>
40326   <test name="test-anon-28.cs">
40327     <type name="Delegable">
40328       <method name="Void .ctor()">
40329         <size>7</size>
40330       </method>
40331       <method name="Void add_MyDelegate(System.EventHandler)">
40332         <size>24</size>
40333       </method>
40334       <method name="Void remove_MyDelegate(System.EventHandler)">
40335         <size>24</size>
40336       </method>
40337     </type>
40338     <type name="DelegateTest">
40339       <method name="Void .ctor()">
40340         <size>7</size>
40341       </method>
40342       <method name="Void Main(System.String[])">
40343         <size>58</size>
40344       </method>
40345     </type>
40346     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
40347       <method name="Void .ctor()">
40348         <size>7</size>
40349       </method>
40350       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
40351         <size>33</size>
40352       </method>
40353     </type>
40354   </test>
40355   <test name="test-anon-29.cs">
40356     <type name="X">
40357       <method name="Void .ctor()">
40358         <size>108</size>
40359       </method>
40360       <method name="System.String Hello()">
40361         <size>20</size>
40362       </method>
40363       <method name="Void Main()">
40364         <size>18</size>
40365       </method>
40366     </type>
40367     <type name="X+Foo">
40368       <method name="Void .ctor(Object, IntPtr)">
40369         <size>0</size>
40370       </method>
40371       <method name="System.String Invoke()">
40372         <size>0</size>
40373       </method>
40374       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40375         <size>0</size>
40376       </method>
40377       <method name="System.String EndInvoke(IAsyncResult)">
40378         <size>0</size>
40379       </method>
40380     </type>
40381     <type name="X+Bar">
40382       <method name="Void .ctor(Object, IntPtr)">
40383         <size>0</size>
40384       </method>
40385       <method name="Void Invoke(System.String)">
40386         <size>0</size>
40387       </method>
40388       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
40389         <size>0</size>
40390       </method>
40391       <method name="Void EndInvoke(IAsyncResult)">
40392         <size>0</size>
40393       </method>
40394     </type>
40395     <type name="X">
40396       <method name="Void &lt;Hello&gt;m__1(System.String)">
40397         <size>7</size>
40398       </method>
40399       <method name="System.String &lt;Hello&gt;m__0()">
40400         <size>201</size>
40401       </method>
40402       <method name="Void &lt;Hello&gt;m__2(System.String)">
40403         <size>7</size>
40404       </method>
40405     </type>
40406   </test>
40407   <test name="test-anon-30.cs">
40408     <type name="X">
40409       <method name="Void .ctor()">
40410         <size>7</size>
40411       </method>
40412     </type>
40413     <type name="Program">
40414       <method name="Void add_E(Program+D)">
40415         <size>22</size>
40416       </method>
40417       <method name="Void remove_E(Program+D)">
40418         <size>22</size>
40419       </method>
40420       <method name="Void Main()">
40421         <size>38</size>
40422       </method>
40423     </type>
40424     <type name="Program+D">
40425       <method name="Void .ctor(Object, IntPtr)">
40426         <size>0</size>
40427       </method>
40428       <method name="Void Invoke(X)">
40429         <size>0</size>
40430       </method>
40431       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
40432         <size>0</size>
40433       </method>
40434       <method name="Void EndInvoke(IAsyncResult)">
40435         <size>0</size>
40436       </method>
40437     </type>
40438     <type name="Program+&lt;Main&gt;c__AnonStorey0">
40439       <method name="Void .ctor()">
40440         <size>7</size>
40441       </method>
40442       <method name="Void &lt;&gt;m__0(X)">
40443         <size>15</size>
40444       </method>
40445     </type>
40446   </test>
40447   <test name="test-anon-31.cs">
40448     <type name="test">
40449       <method name="Void .ctor()">
40450         <size>7</size>
40451       </method>
40452       <method name="IEnumerable testen(Int32)">
40453         <size>30</size>
40454       </method>
40455     </type>
40456     <type name="reflect">
40457       <method name="Void .ctor()">
40458         <size>7</size>
40459       </method>
40460       <method name="Void Main(System.String[])">
40461         <size>122</size>
40462       </method>
40463     </type>
40464     <type name="test+&lt;testen&gt;c__Iterator0">
40465       <method name="Void .ctor()">
40466         <size>7</size>
40467       </method>
40468       <method name="System.Object System.Collections.IEnumerator.get_Current()">
40469         <size>7</size>
40470       </method>
40471       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
40472         <size>7</size>
40473       </method>
40474       <method name="Boolean MoveNext()">
40475         <size>195</size>
40476       </method>
40477       <method name="Void Dispose()">
40478         <size>8</size>
40479       </method>
40480       <method name="Void Reset()">
40481         <size>6</size>
40482       </method>
40483       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
40484         <size>7</size>
40485       </method>
40486       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
40487         <size>40</size>
40488       </method>
40489     </type>
40490   </test>
40491   <test name="test-anon-32.cs">
40492     <type name="MainClass">
40493       <method name="Void .ctor()">
40494         <size>7</size>
40495       </method>
40496       <method name="Void Main()">
40497         <size>37</size>
40498       </method>
40499       <method name="Void SimpleCallback(MainClass, System.String)">
40500         <size>7</size>
40501       </method>
40502     </type>
40503     <type name="StringSender">
40504       <method name="Void .ctor(Object, IntPtr)">
40505         <size>0</size>
40506       </method>
40507       <method name="Void Invoke(System.String)">
40508         <size>0</size>
40509       </method>
40510       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
40511         <size>0</size>
40512       </method>
40513       <method name="Void EndInvoke(IAsyncResult)">
40514         <size>0</size>
40515       </method>
40516     </type>
40517     <type name="VoidDelegate">
40518       <method name="Void .ctor(Object, IntPtr)">
40519         <size>0</size>
40520       </method>
40521       <method name="Void Invoke()">
40522         <size>0</size>
40523       </method>
40524       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40525         <size>0</size>
40526       </method>
40527       <method name="Void EndInvoke(IAsyncResult)">
40528         <size>0</size>
40529       </method>
40530     </type>
40531     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
40532       <method name="Void .ctor()">
40533         <size>7</size>
40534       </method>
40535       <method name="Void &lt;&gt;m__0()">
40536         <size>25</size>
40537       </method>
40538       <method name="Void &lt;&gt;m__1(System.String)">
40539         <size>13</size>
40540       </method>
40541     </type>
40542   </test>
40543   <test name="test-anon-33.cs">
40544     <type name="T">
40545       <method name="Void .ctor()">
40546         <size>7</size>
40547       </method>
40548       <method name="Void doit(Int32)">
40549         <size>7</size>
40550       </method>
40551       <method name="Void Main()">
40552         <size>162</size>
40553       </method>
40554     </type>
40555     <type name="Do">
40556       <method name="Void .ctor(Object, IntPtr)">
40557         <size>0</size>
40558       </method>
40559       <method name="Void Invoke()">
40560         <size>0</size>
40561       </method>
40562       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40563         <size>0</size>
40564       </method>
40565       <method name="Void EndInvoke(IAsyncResult)">
40566         <size>0</size>
40567       </method>
40568     </type>
40569     <type name="T+&lt;Main&gt;c__AnonStorey0">
40570       <method name="Void .ctor()">
40571         <size>7</size>
40572       </method>
40573       <method name="Void &lt;&gt;m__0()">
40574         <size>12</size>
40575       </method>
40576     </type>
40577     <type name="T+&lt;Main&gt;c__AnonStorey1">
40578       <method name="Void .ctor()">
40579         <size>7</size>
40580       </method>
40581       <method name="Void &lt;&gt;m__1()">
40582         <size>12</size>
40583       </method>
40584     </type>
40585   </test>
40586   <test name="test-anon-34.cs">
40587     <type name="Delegates.Space">
40588       <method name="Void .ctor()">
40589         <size>7</size>
40590       </method>
40591       <method name="Void Leak(Boolean, Int32)">
40592         <size>92</size>
40593       </method>
40594     </type>
40595     <type name="Delegates.Program">
40596       <method name="Void .ctor()">
40597         <size>7</size>
40598       </method>
40599       <method name="Void SpaceLeak()">
40600         <size>37</size>
40601       </method>
40602       <method name="Void Main(System.String[])">
40603         <size>6</size>
40604       </method>
40605     </type>
40606     <type name="Delegates.Space+DoCopy">
40607       <method name="Void .ctor(Object, IntPtr)">
40608         <size>0</size>
40609       </method>
40610       <method name="Void Invoke()">
40611         <size>0</size>
40612       </method>
40613       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40614         <size>0</size>
40615       </method>
40616       <method name="Void EndInvoke(IAsyncResult)">
40617         <size>0</size>
40618       </method>
40619     </type>
40620     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
40621       <method name="Void .ctor()">
40622         <size>7</size>
40623       </method>
40624       <method name="Void &lt;&gt;m__0()">
40625         <size>23</size>
40626       </method>
40627     </type>
40628     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
40629       <method name="Void .ctor()">
40630         <size>7</size>
40631       </method>
40632       <method name="Void &lt;&gt;m__1()">
40633         <size>19</size>
40634       </method>
40635     </type>
40636   </test>
40637   <test name="test-anon-35.cs">
40638     <type name="CustomDict">
40639       <method name="Void .ctor()">
40640         <size>66</size>
40641       </method>
40642       <method name="IEnumerator GetEnumerator()">
40643         <size>15</size>
40644       </method>
40645     </type>
40646     <type name="Tests">
40647       <method name="Void .ctor()">
40648         <size>7</size>
40649       </method>
40650       <method name="Void Main()">
40651         <size>7</size>
40652       </method>
40653     </type>
40654     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
40655       <method name="Void .ctor()">
40656         <size>7</size>
40657       </method>
40658       <method name="System.Object System.Collections.IEnumerator.get_Current()">
40659         <size>7</size>
40660       </method>
40661       <method name="Boolean MoveNext()">
40662         <size>86</size>
40663       </method>
40664       <method name="Void Dispose()">
40665         <size>8</size>
40666       </method>
40667       <method name="Void Reset()">
40668         <size>6</size>
40669       </method>
40670       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
40671         <size>7</size>
40672       </method>
40673     </type>
40674   </test>
40675   <test name="test-anon-36.cs">
40676     <type name="Test">
40677       <method name="Void .ctor(TestMethod)">
40678         <size>7</size>
40679       </method>
40680       <method name="Void .ctor(TestMethod2)">
40681         <size>7</size>
40682       </method>
40683       <method name="Void Main()">
40684         <size>36</size>
40685       </method>
40686     </type>
40687     <type name="TestMethod">
40688       <method name="Void .ctor(Object, IntPtr)">
40689         <size>0</size>
40690       </method>
40691       <method name="Void Invoke()">
40692         <size>0</size>
40693       </method>
40694       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40695         <size>0</size>
40696       </method>
40697       <method name="Void EndInvoke(IAsyncResult)">
40698         <size>0</size>
40699       </method>
40700     </type>
40701     <type name="TestMethod2">
40702       <method name="Void .ctor(Object, IntPtr)">
40703         <size>0</size>
40704       </method>
40705       <method name="Void Invoke(System.Object)">
40706         <size>0</size>
40707       </method>
40708       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
40709         <size>0</size>
40710       </method>
40711       <method name="Void EndInvoke(IAsyncResult)">
40712         <size>0</size>
40713       </method>
40714     </type>
40715     <type name="Test">
40716       <method name="Void &lt;Main&gt;m__0()">
40717         <size>1</size>
40718       </method>
40719     </type>
40720   </test>
40721   <test name="test-anon-37.cs">
40722     <type name="DelegateInit">
40723       <method name="Void .ctor()">
40724         <size>7</size>
40725       </method>
40726       <method name="Void .cctor()">
40727         <size>35</size>
40728       </method>
40729       <method name="Void Main(System.String[])">
40730         <size>11</size>
40731       </method>
40732     </type>
40733     <type name="DelegateInit+FooDelegate">
40734       <method name="Void .ctor(Object, IntPtr)">
40735         <size>0</size>
40736       </method>
40737       <method name="Void Invoke()">
40738         <size>0</size>
40739       </method>
40740       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40741         <size>0</size>
40742       </method>
40743       <method name="Void EndInvoke(IAsyncResult)">
40744         <size>0</size>
40745       </method>
40746     </type>
40747     <type name="DelegateInit">
40748       <method name="Void &lt;_print&gt;m__0()">
40749         <size>11</size>
40750       </method>
40751     </type>
40752   </test>
40753   <test name="test-anon-38.cs">
40754     <type name="X">
40755       <method name="Void .ctor()">
40756         <size>7</size>
40757       </method>
40758       <method name="Void Hello(Int64, Int64)">
40759         <size>1</size>
40760       </method>
40761       <method name="Void Test(Int32)">
40762         <size>67</size>
40763       </method>
40764       <method name="Void Main()">
40765         <size>14</size>
40766       </method>
40767     </type>
40768     <type name="Simple">
40769       <method name="Void .ctor(Object, IntPtr)">
40770         <size>0</size>
40771       </method>
40772       <method name="Void Invoke()">
40773         <size>0</size>
40774       </method>
40775       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40776         <size>0</size>
40777       </method>
40778       <method name="Void EndInvoke(IAsyncResult)">
40779         <size>0</size>
40780       </method>
40781     </type>
40782     <type name="Foo">
40783       <method name="Void .ctor(Object, IntPtr)">
40784         <size>0</size>
40785       </method>
40786       <method name="Simple Invoke()">
40787         <size>0</size>
40788       </method>
40789       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40790         <size>0</size>
40791       </method>
40792       <method name="Simple EndInvoke(IAsyncResult)">
40793         <size>0</size>
40794       </method>
40795     </type>
40796     <type name="X+&lt;Test&gt;c__AnonStorey0">
40797       <method name="Void .ctor()">
40798         <size>7</size>
40799       </method>
40800       <method name="Simple &lt;&gt;m__0()">
40801         <size>64</size>
40802       </method>
40803     </type>
40804     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
40805       <method name="Void .ctor()">
40806         <size>7</size>
40807       </method>
40808       <method name="Void &lt;&gt;m__1()">
40809         <size>34</size>
40810       </method>
40811     </type>
40812   </test>
40813   <test name="test-anon-39.cs">
40814     <type name="X">
40815       <method name="Void .ctor()">
40816         <size>7</size>
40817       </method>
40818       <method name="Void Hello(Int64)">
40819         <size>1</size>
40820       </method>
40821       <method name="Void Test(Int32)">
40822         <size>65</size>
40823       </method>
40824       <method name="Void Main()">
40825         <size>14</size>
40826       </method>
40827     </type>
40828     <type name="Simple">
40829       <method name="Void .ctor(Object, IntPtr)">
40830         <size>0</size>
40831       </method>
40832       <method name="Void Invoke()">
40833         <size>0</size>
40834       </method>
40835       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40836         <size>0</size>
40837       </method>
40838       <method name="Void EndInvoke(IAsyncResult)">
40839         <size>0</size>
40840       </method>
40841     </type>
40842     <type name="Foo">
40843       <method name="Void .ctor(Object, IntPtr)">
40844         <size>0</size>
40845       </method>
40846       <method name="Simple Invoke()">
40847         <size>0</size>
40848       </method>
40849       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40850         <size>0</size>
40851       </method>
40852       <method name="Simple EndInvoke(IAsyncResult)">
40853         <size>0</size>
40854       </method>
40855     </type>
40856     <type name="X+&lt;Test&gt;c__AnonStorey0">
40857       <method name="Void .ctor()">
40858         <size>7</size>
40859       </method>
40860       <method name="Simple &lt;&gt;m__0()">
40861         <size>30</size>
40862       </method>
40863       <method name="Void &lt;&gt;m__1()">
40864         <size>18</size>
40865       </method>
40866     </type>
40867   </test>
40868   <test name="test-anon-40.cs">
40869     <type name="X">
40870       <method name="Void .ctor()">
40871         <size>7</size>
40872       </method>
40873       <method name="Void Hello(Int64)">
40874         <size>1</size>
40875       </method>
40876       <method name="Void Test(Int32)">
40877         <size>65</size>
40878       </method>
40879       <method name="Void Main()">
40880         <size>14</size>
40881       </method>
40882     </type>
40883     <type name="Simple">
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="Foo">
40898       <method name="Void .ctor(Object, IntPtr)">
40899         <size>0</size>
40900       </method>
40901       <method name="Simple Invoke()">
40902         <size>0</size>
40903       </method>
40904       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40905         <size>0</size>
40906       </method>
40907       <method name="Simple EndInvoke(IAsyncResult)">
40908         <size>0</size>
40909       </method>
40910     </type>
40911     <type name="X+&lt;Test&gt;c__AnonStorey0">
40912       <method name="Void .ctor()">
40913         <size>7</size>
40914       </method>
40915       <method name="Simple &lt;&gt;m__0()">
40916         <size>30</size>
40917       </method>
40918       <method name="Void &lt;&gt;m__1()">
40919         <size>18</size>
40920       </method>
40921     </type>
40922   </test>
40923   <test name="test-anon-41.cs">
40924     <type name="X">
40925       <method name="Void .ctor()">
40926         <size>7</size>
40927       </method>
40928       <method name="Void Hello(Int64)">
40929         <size>1</size>
40930       </method>
40931       <method name="Void Test(Int32)">
40932         <size>65</size>
40933       </method>
40934       <method name="Void Main()">
40935         <size>14</size>
40936       </method>
40937     </type>
40938     <type name="Simple">
40939       <method name="Void .ctor(Object, IntPtr)">
40940         <size>0</size>
40941       </method>
40942       <method name="Void Invoke()">
40943         <size>0</size>
40944       </method>
40945       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40946         <size>0</size>
40947       </method>
40948       <method name="Void EndInvoke(IAsyncResult)">
40949         <size>0</size>
40950       </method>
40951     </type>
40952     <type name="Foo">
40953       <method name="Void .ctor(Object, IntPtr)">
40954         <size>0</size>
40955       </method>
40956       <method name="Simple Invoke()">
40957         <size>0</size>
40958       </method>
40959       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40960         <size>0</size>
40961       </method>
40962       <method name="Simple EndInvoke(IAsyncResult)">
40963         <size>0</size>
40964       </method>
40965     </type>
40966     <type name="X+&lt;Test&gt;c__AnonStorey0">
40967       <method name="Void .ctor()">
40968         <size>7</size>
40969       </method>
40970       <method name="Simple &lt;&gt;m__0()">
40971         <size>55</size>
40972       </method>
40973     </type>
40974     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
40975       <method name="Void .ctor()">
40976         <size>7</size>
40977       </method>
40978       <method name="Void &lt;&gt;m__1()">
40979         <size>35</size>
40980       </method>
40981     </type>
40982   </test>
40983   <test name="test-anon-42.cs">
40984     <type name="X">
40985       <method name="Void .ctor()">
40986         <size>7</size>
40987       </method>
40988       <method name="Void Hello(Int64)">
40989         <size>1</size>
40990       </method>
40991       <method name="Void Test(Int32)">
40992         <size>51</size>
40993       </method>
40994       <method name="Void Main()">
40995         <size>13</size>
40996       </method>
40997     </type>
40998     <type name="Simple">
40999       <method name="Void .ctor(Object, IntPtr)">
41000         <size>0</size>
41001       </method>
41002       <method name="Void Invoke()">
41003         <size>0</size>
41004       </method>
41005       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41006         <size>0</size>
41007       </method>
41008       <method name="Void EndInvoke(IAsyncResult)">
41009         <size>0</size>
41010       </method>
41011     </type>
41012     <type name="Foo">
41013       <method name="Void .ctor(Object, IntPtr)">
41014         <size>0</size>
41015       </method>
41016       <method name="Simple Invoke()">
41017         <size>0</size>
41018       </method>
41019       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41020         <size>0</size>
41021       </method>
41022       <method name="Simple EndInvoke(IAsyncResult)">
41023         <size>0</size>
41024       </method>
41025     </type>
41026     <type name="X">
41027       <method name="Simple &lt;Test&gt;m__0()">
41028         <size>37</size>
41029       </method>
41030       <method name="Void &lt;Test&gt;m__1()">
41031         <size>8</size>
41032       </method>
41033     </type>
41034   </test>
41035   <test name="test-anon-43.cs">
41036     <type name="X">
41037       <method name="Void .ctor()">
41038         <size>7</size>
41039       </method>
41040       <method name="Void Hello(Int64, Int64)">
41041         <size>1</size>
41042       </method>
41043       <method name="Void Test(Int32)">
41044         <size>54</size>
41045       </method>
41046       <method name="Void Main()">
41047         <size>14</size>
41048       </method>
41049     </type>
41050     <type name="Simple">
41051       <method name="Void .ctor(Object, IntPtr)">
41052         <size>0</size>
41053       </method>
41054       <method name="Void Invoke()">
41055         <size>0</size>
41056       </method>
41057       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41058         <size>0</size>
41059       </method>
41060       <method name="Void EndInvoke(IAsyncResult)">
41061         <size>0</size>
41062       </method>
41063     </type>
41064     <type name="Foo">
41065       <method name="Void .ctor(Object, IntPtr)">
41066         <size>0</size>
41067       </method>
41068       <method name="Simple Invoke()">
41069         <size>0</size>
41070       </method>
41071       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41072         <size>0</size>
41073       </method>
41074       <method name="Simple EndInvoke(IAsyncResult)">
41075         <size>0</size>
41076       </method>
41077     </type>
41078     <type name="X+&lt;Test&gt;c__AnonStorey0">
41079       <method name="Void .ctor()">
41080         <size>7</size>
41081       </method>
41082       <method name="Simple &lt;&gt;m__0()">
41083         <size>64</size>
41084       </method>
41085     </type>
41086     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
41087       <method name="Void .ctor()">
41088         <size>7</size>
41089       </method>
41090       <method name="Void &lt;&gt;m__1()">
41091         <size>34</size>
41092       </method>
41093     </type>
41094   </test>
41095   <test name="test-anon-44.cs">
41096     <type name="X">
41097       <method name="Void .ctor()">
41098         <size>7</size>
41099       </method>
41100       <method name="Void Hello(Int64)">
41101         <size>1</size>
41102       </method>
41103       <method name="Void Test(Int32)">
41104         <size>68</size>
41105       </method>
41106       <method name="Void Main()">
41107         <size>14</size>
41108       </method>
41109     </type>
41110     <type name="Simple">
41111       <method name="Void .ctor(Object, IntPtr)">
41112         <size>0</size>
41113       </method>
41114       <method name="Void Invoke()">
41115         <size>0</size>
41116       </method>
41117       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41118         <size>0</size>
41119       </method>
41120       <method name="Void EndInvoke(IAsyncResult)">
41121         <size>0</size>
41122       </method>
41123     </type>
41124     <type name="Foo">
41125       <method name="Void .ctor(Object, IntPtr)">
41126         <size>0</size>
41127       </method>
41128       <method name="Simple Invoke()">
41129         <size>0</size>
41130       </method>
41131       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41132         <size>0</size>
41133       </method>
41134       <method name="Simple EndInvoke(IAsyncResult)">
41135         <size>0</size>
41136       </method>
41137     </type>
41138     <type name="X+&lt;Test&gt;c__AnonStorey0">
41139       <method name="Void .ctor()">
41140         <size>7</size>
41141       </method>
41142       <method name="Simple &lt;&gt;m__1()">
41143         <size>33</size>
41144       </method>
41145       <method name="Simple &lt;&gt;m__0()">
41146         <size>51</size>
41147       </method>
41148       <method name="Void &lt;&gt;m__3()">
41149         <size>21</size>
41150       </method>
41151     </type>
41152     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
41153       <method name="Void .ctor()">
41154         <size>7</size>
41155       </method>
41156       <method name="Void &lt;&gt;m__2()">
41157         <size>26</size>
41158       </method>
41159     </type>
41160   </test>
41161   <test name="test-anon-45.cs">
41162     <type name="Test">
41163       <method name="Void .ctor()">
41164         <size>7</size>
41165       </method>
41166       <method name="Void Main()">
41167         <size>64</size>
41168       </method>
41169       <method name="IEnumerator GetEnumerator()">
41170         <size>8</size>
41171       </method>
41172     </type>
41173     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
41174       <method name="Void .ctor()">
41175         <size>7</size>
41176       </method>
41177       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41178         <size>7</size>
41179       </method>
41180       <method name="Boolean MoveNext()">
41181         <size>77</size>
41182       </method>
41183       <method name="Void Dispose()">
41184         <size>8</size>
41185       </method>
41186       <method name="Void Reset()">
41187         <size>6</size>
41188       </method>
41189       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41190         <size>7</size>
41191       </method>
41192     </type>
41193   </test>
41194   <test name="test-anon-46.cs">
41195     <type name="World">
41196       <method name="Void .ctor()">
41197         <size>7</size>
41198       </method>
41199       <method name="Void Hello(Int64)">
41200         <size>1</size>
41201       </method>
41202       <method name="Void Test(Int32)">
41203         <size>50</size>
41204       </method>
41205     </type>
41206     <type name="X">
41207       <method name="Void .ctor()">
41208         <size>7</size>
41209       </method>
41210       <method name="Void Main()">
41211         <size>14</size>
41212       </method>
41213     </type>
41214     <type name="Foo">
41215       <method name="Void .ctor(Object, IntPtr)">
41216         <size>0</size>
41217       </method>
41218       <method name="Void Invoke()">
41219         <size>0</size>
41220       </method>
41221       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41222         <size>0</size>
41223       </method>
41224       <method name="Void EndInvoke(IAsyncResult)">
41225         <size>0</size>
41226       </method>
41227     </type>
41228     <type name="World+&lt;Test&gt;c__AnonStorey0">
41229       <method name="Void .ctor()">
41230         <size>7</size>
41231       </method>
41232       <method name="Void &lt;&gt;m__0()">
41233         <size>19</size>
41234       </method>
41235     </type>
41236   </test>
41237   <test name="test-anon-47.cs">
41238     <type name="World">
41239       <method name="Void .ctor()">
41240         <size>7</size>
41241       </method>
41242       <method name="Void Hello(Int64)">
41243         <size>1</size>
41244       </method>
41245       <method name="Void Test(Int32)">
41246         <size>158</size>
41247       </method>
41248     </type>
41249     <type name="X">
41250       <method name="Void .ctor()">
41251         <size>7</size>
41252       </method>
41253       <method name="Void Main()">
41254         <size>14</size>
41255       </method>
41256     </type>
41257     <type name="Foo">
41258       <method name="Void .ctor(Object, IntPtr)">
41259         <size>0</size>
41260       </method>
41261       <method name="Void Invoke()">
41262         <size>0</size>
41263       </method>
41264       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41265         <size>0</size>
41266       </method>
41267       <method name="Void EndInvoke(IAsyncResult)">
41268         <size>0</size>
41269       </method>
41270     </type>
41271     <type name="World+&lt;Test&gt;c__AnonStorey2">
41272       <method name="Void .ctor()">
41273         <size>7</size>
41274       </method>
41275       <method name="Void &lt;&gt;m__0()">
41276         <size>45</size>
41277       </method>
41278     </type>
41279     <type name="World+&lt;Test&gt;c__AnonStorey0">
41280       <method name="Void .ctor()">
41281         <size>7</size>
41282       </method>
41283     </type>
41284     <type name="World+&lt;Test&gt;c__AnonStorey1">
41285       <method name="Void .ctor()">
41286         <size>7</size>
41287       </method>
41288     </type>
41289   </test>
41290   <test name="test-anon-48.cs">
41291     <type name="World">
41292       <method name="Void .ctor()">
41293         <size>7</size>
41294       </method>
41295       <method name="Void Hello(Int64)">
41296         <size>1</size>
41297       </method>
41298       <method name="Void Test(Int32)">
41299         <size>197</size>
41300       </method>
41301     </type>
41302     <type name="X">
41303       <method name="Void .ctor()">
41304         <size>7</size>
41305       </method>
41306       <method name="Void Main()">
41307         <size>14</size>
41308       </method>
41309     </type>
41310     <type name="Foo">
41311       <method name="Void .ctor(Object, IntPtr)">
41312         <size>0</size>
41313       </method>
41314       <method name="Void Invoke()">
41315         <size>0</size>
41316       </method>
41317       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41318         <size>0</size>
41319       </method>
41320       <method name="Void EndInvoke(IAsyncResult)">
41321         <size>0</size>
41322       </method>
41323     </type>
41324     <type name="World+&lt;Test&gt;c__AnonStorey1">
41325       <method name="Void .ctor()">
41326         <size>7</size>
41327       </method>
41328     </type>
41329     <type name="World+&lt;Test&gt;c__AnonStorey2">
41330       <method name="Void .ctor()">
41331         <size>7</size>
41332       </method>
41333     </type>
41334     <type name="World+&lt;Test&gt;c__AnonStorey0">
41335       <method name="Void .ctor()">
41336         <size>7</size>
41337       </method>
41338       <method name="Void &lt;&gt;m__0()">
41339         <size>63</size>
41340       </method>
41341     </type>
41342   </test>
41343   <test name="test-anon-49.cs">
41344     <type name="Test">
41345       <method name="Void .ctor()">
41346         <size>7</size>
41347       </method>
41348       <method name="Void Main()">
41349         <size>64</size>
41350       </method>
41351       <method name="IEnumerator GetEnumerator()">
41352         <size>8</size>
41353       </method>
41354     </type>
41355     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
41356       <method name="Void .ctor()">
41357         <size>7</size>
41358       </method>
41359       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41360         <size>7</size>
41361       </method>
41362       <method name="Boolean MoveNext()">
41363         <size>185</size>
41364       </method>
41365       <method name="Void Dispose()">
41366         <size>62</size>
41367       </method>
41368       <method name="Void Reset()">
41369         <size>6</size>
41370       </method>
41371       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41372         <size>7</size>
41373       </method>
41374     </type>
41375   </test>
41376   <test name="test-anon-50.cs">
41377     <type name="Test">
41378       <method name="Void .ctor()">
41379         <size>7</size>
41380       </method>
41381       <method name="IEnumerable Foo(Int32)">
41382         <size>30</size>
41383       </method>
41384     </type>
41385     <type name="X">
41386       <method name="Void .ctor()">
41387         <size>7</size>
41388       </method>
41389       <method name="Int32 Main()">
41390         <size>196</size>
41391       </method>
41392     </type>
41393     <type name="Test+&lt;Foo&gt;c__Iterator0">
41394       <method name="Void .ctor()">
41395         <size>7</size>
41396       </method>
41397       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41398         <size>7</size>
41399       </method>
41400       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41401         <size>7</size>
41402       </method>
41403       <method name="Boolean MoveNext()">
41404         <size>118</size>
41405       </method>
41406       <method name="Void Dispose()">
41407         <size>8</size>
41408       </method>
41409       <method name="Void Reset()">
41410         <size>6</size>
41411       </method>
41412       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41413         <size>7</size>
41414       </method>
41415       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41416         <size>40</size>
41417       </method>
41418     </type>
41419   </test>
41420   <test name="test-anon-51.cs">
41421     <type name="X">
41422       <method name="Void .ctor()">
41423         <size>7</size>
41424       </method>
41425       <method name="Void .cctor()">
41426         <size>35</size>
41427       </method>
41428       <method name="Void Main()">
41429         <size>11</size>
41430       </method>
41431     </type>
41432     <type name="FooDelegate">
41433       <method name="Void .ctor(Object, IntPtr)">
41434         <size>0</size>
41435       </method>
41436       <method name="Void Invoke()">
41437         <size>0</size>
41438       </method>
41439       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41440         <size>0</size>
41441       </method>
41442       <method name="Void EndInvoke(IAsyncResult)">
41443         <size>0</size>
41444       </method>
41445     </type>
41446     <type name="X">
41447       <method name="Void &lt;Print&gt;m__0()">
41448         <size>11</size>
41449       </method>
41450     </type>
41451   </test>
41452   <test name="test-anon-52.cs">
41453     <type name="X">
41454       <method name="Void .ctor()">
41455         <size>7</size>
41456       </method>
41457       <method name="IEnumerator GetIt(System.Int32[])">
41458         <size>22</size>
41459       </method>
41460       <method name="Int32 Main()">
41461         <size>32</size>
41462       </method>
41463     </type>
41464     <type name="X+A">
41465       <method name="Void .ctor(Object, IntPtr)">
41466         <size>0</size>
41467       </method>
41468       <method name="Void Invoke()">
41469         <size>0</size>
41470       </method>
41471       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41472         <size>0</size>
41473       </method>
41474       <method name="Void EndInvoke(IAsyncResult)">
41475         <size>0</size>
41476       </method>
41477     </type>
41478     <type name="X+&lt;GetIt&gt;c__Iterator0">
41479       <method name="Void .ctor()">
41480         <size>7</size>
41481       </method>
41482       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41483         <size>7</size>
41484       </method>
41485       <method name="Boolean MoveNext()">
41486         <size>201</size>
41487       </method>
41488       <method name="Void &lt;&gt;m__0()">
41489         <size>22</size>
41490       </method>
41491       <method name="Void Dispose()">
41492         <size>8</size>
41493       </method>
41494       <method name="Void Reset()">
41495         <size>6</size>
41496       </method>
41497       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41498         <size>7</size>
41499       </method>
41500     </type>
41501     <type name="&lt;PrivateImplementationDetails&gt;">
41502       <method name="Void .ctor()">
41503         <size>7</size>
41504       </method>
41505     </type>
41506   </test>
41507   <test name="test-anon-53.cs">
41508     <type name="Test">
41509       <method name="Void .ctor(Int32)">
41510         <size>39</size>
41511       </method>
41512       <method name="Void .cctor()">
41513         <size>33</size>
41514       </method>
41515     </type>
41516     <type name="X">
41517       <method name="Void .ctor()">
41518         <size>7</size>
41519       </method>
41520       <method name="Void Main()">
41521         <size>15</size>
41522       </method>
41523     </type>
41524     <type name="Foo">
41525       <method name="Void .ctor(Object, IntPtr)">
41526         <size>0</size>
41527       </method>
41528       <method name="Void Invoke()">
41529         <size>0</size>
41530       </method>
41531       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41532         <size>0</size>
41533       </method>
41534       <method name="Void EndInvoke(IAsyncResult)">
41535         <size>0</size>
41536       </method>
41537     </type>
41538     <type name="Test+&lt;Test&gt;c__AnonStorey0">
41539       <method name="Void .ctor()">
41540         <size>7</size>
41541       </method>
41542       <method name="Void &lt;&gt;m__0()">
41543         <size>12</size>
41544       </method>
41545     </type>
41546     <type name="Test+&lt;Test&gt;c__AnonStorey1">
41547       <method name="Void .ctor()">
41548         <size>7</size>
41549       </method>
41550       <method name="Void &lt;&gt;m__1()">
41551         <size>12</size>
41552       </method>
41553     </type>
41554   </test>
41555   <test name="test-anon-54.cs">
41556     <type name="X">
41557       <method name="Void .ctor()">
41558         <size>7</size>
41559       </method>
41560       <method name="Void Main()">
41561         <size>22</size>
41562       </method>
41563     </type>
41564     <type name="Hello">
41565       <method name="Void .ctor(Object, IntPtr)">
41566         <size>0</size>
41567       </method>
41568       <method name="Void Invoke()">
41569         <size>0</size>
41570       </method>
41571       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41572         <size>0</size>
41573       </method>
41574       <method name="Void EndInvoke(IAsyncResult)">
41575         <size>0</size>
41576       </method>
41577     </type>
41578     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
41579       <method name="Void .ctor()">
41580         <size>7</size>
41581       </method>
41582       <method name="Void &lt;&gt;m__0()">
41583         <size>25</size>
41584       </method>
41585     </type>
41586     <type name="Foo">
41587       <method name="Void .ctor(Int32)">
41588         <size>8</size>
41589       </method>
41590       <method name="Void Test(Foo)">
41591         <size>45</size>
41592       </method>
41593       <method name="Void Hello(Int32)">
41594         <size>19</size>
41595       </method>
41596       <method name="System.String ToString()">
41597         <size>22</size>
41598       </method>
41599     </type>
41600   </test>
41601   <test name="test-anon-55.cs">
41602     <type name="Foo">
41603       <method name="Void .ctor()">
41604         <size>7</size>
41605       </method>
41606       <method name="Void Test(Foo+Hello)">
41607         <size>7</size>
41608       </method>
41609       <method name="Void Private()">
41610         <size>11</size>
41611       </method>
41612       <method name="Void Test()">
41613         <size>19</size>
41614       </method>
41615     </type>
41616     <type name="X">
41617       <method name="Void .ctor()">
41618         <size>7</size>
41619       </method>
41620       <method name="Void Main()">
41621         <size>13</size>
41622       </method>
41623     </type>
41624     <type name="Foo+Hello">
41625       <method name="Void .ctor(Object, IntPtr)">
41626         <size>0</size>
41627       </method>
41628       <method name="Void Invoke()">
41629         <size>0</size>
41630       </method>
41631       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41632         <size>0</size>
41633       </method>
41634       <method name="Void EndInvoke(IAsyncResult)">
41635         <size>0</size>
41636       </method>
41637     </type>
41638     <type name="Foo">
41639       <method name="Void &lt;Test&gt;m__0()">
41640         <size>7</size>
41641       </method>
41642     </type>
41643   </test>
41644   <test name="test-anon-56.cs">
41645     <type name="Observable">
41646       <method name="Void .ctor()">
41647         <size>7</size>
41648       </method>
41649       <method name="Void Main(System.String[])">
41650         <size>50</size>
41651       </method>
41652     </type>
41653     <type name="QueueHandler">
41654       <method name="Void .ctor(Object, IntPtr)">
41655         <size>0</size>
41656       </method>
41657       <method name="Void Invoke(Observable)">
41658         <size>0</size>
41659       </method>
41660       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
41661         <size>0</size>
41662       </method>
41663       <method name="Void EndInvoke(IAsyncResult)">
41664         <size>0</size>
41665       </method>
41666     </type>
41667     <type name="Observable">
41668       <method name="Void &lt;Main&gt;m__0(Observable)">
41669         <size>11</size>
41670       </method>
41671     </type>
41672   </test>
41673   <test name="test-anon-57.cs">
41674     <type name="X">
41675       <method name="Void .ctor()">
41676         <size>7</size>
41677       </method>
41678       <method name="Int32 Test()">
41679         <size>257</size>
41680       </method>
41681       <method name="Int32 Main()">
41682         <size>45</size>
41683       </method>
41684     </type>
41685     <type name="X+TestDelegate">
41686       <method name="Void .ctor(Object, IntPtr)">
41687         <size>0</size>
41688       </method>
41689       <method name="Void Invoke()">
41690         <size>0</size>
41691       </method>
41692       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41693         <size>0</size>
41694       </method>
41695       <method name="Void EndInvoke(IAsyncResult)">
41696         <size>0</size>
41697       </method>
41698     </type>
41699     <type name="X+&lt;Test&gt;c__AnonStorey1">
41700       <method name="Void .ctor()">
41701         <size>7</size>
41702       </method>
41703       <method name="Void &lt;&gt;m__0()">
41704         <size>89</size>
41705       </method>
41706     </type>
41707     <type name="X+&lt;Test&gt;c__AnonStorey0">
41708       <method name="Void .ctor()">
41709         <size>7</size>
41710       </method>
41711     </type>
41712   </test>
41713   <test name="test-anon-58.cs">
41714     <type name="X">
41715       <method name="Void .ctor()">
41716         <size>7</size>
41717       </method>
41718       <method name="Int32 Test(Int32)">
41719         <size>344</size>
41720       </method>
41721       <method name="Int32 Main()">
41722         <size>46</size>
41723       </method>
41724     </type>
41725     <type name="X+TestDelegate">
41726       <method name="Void .ctor(Object, IntPtr)">
41727         <size>0</size>
41728       </method>
41729       <method name="Void Invoke()">
41730         <size>0</size>
41731       </method>
41732       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41733         <size>0</size>
41734       </method>
41735       <method name="Void EndInvoke(IAsyncResult)">
41736         <size>0</size>
41737       </method>
41738     </type>
41739     <type name="X+&lt;Test&gt;c__AnonStorey1">
41740       <method name="Void .ctor()">
41741         <size>7</size>
41742       </method>
41743       <method name="Void &lt;&gt;m__0()">
41744         <size>162</size>
41745       </method>
41746     </type>
41747     <type name="X+&lt;Test&gt;c__AnonStorey0">
41748       <method name="Void .ctor()">
41749         <size>7</size>
41750       </method>
41751     </type>
41752     <type name="X+&lt;Test&gt;c__AnonStorey2">
41753       <method name="Void .ctor()">
41754         <size>7</size>
41755       </method>
41756     </type>
41757   </test>
41758   <test name="test-anon-59.cs">
41759     <type name="X">
41760       <method name="Void .ctor()">
41761         <size>7</size>
41762       </method>
41763       <method name="Int32 Test(Int32)">
41764         <size>515</size>
41765       </method>
41766       <method name="Int32 Main()">
41767         <size>46</size>
41768       </method>
41769     </type>
41770     <type name="X+TestDelegate">
41771       <method name="Void .ctor(Object, IntPtr)">
41772         <size>0</size>
41773       </method>
41774       <method name="Void Invoke()">
41775         <size>0</size>
41776       </method>
41777       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41778         <size>0</size>
41779       </method>
41780       <method name="Void EndInvoke(IAsyncResult)">
41781         <size>0</size>
41782       </method>
41783     </type>
41784     <type name="X+&lt;Test&gt;c__AnonStorey2">
41785       <method name="Void .ctor()">
41786         <size>7</size>
41787       </method>
41788       <method name="Void &lt;&gt;m__0()">
41789         <size>224</size>
41790       </method>
41791     </type>
41792     <type name="X+&lt;Test&gt;c__AnonStorey1">
41793       <method name="Void .ctor()">
41794         <size>7</size>
41795       </method>
41796     </type>
41797     <type name="X+&lt;Test&gt;c__AnonStorey0">
41798       <method name="Void .ctor()">
41799         <size>7</size>
41800       </method>
41801     </type>
41802     <type name="X+&lt;Test&gt;c__AnonStorey3">
41803       <method name="Void .ctor()">
41804         <size>7</size>
41805       </method>
41806     </type>
41807   </test>
41808   <test name="test-anon-60.cs">
41809     <type name="X">
41810       <method name="Void .ctor()">
41811         <size>7</size>
41812       </method>
41813       <method name="Int32 Test(Int32)">
41814         <size>567</size>
41815       </method>
41816       <method name="Int32 Main()">
41817         <size>46</size>
41818       </method>
41819     </type>
41820     <type name="X+TestDelegate">
41821       <method name="Void .ctor(Object, IntPtr)">
41822         <size>0</size>
41823       </method>
41824       <method name="Void Invoke()">
41825         <size>0</size>
41826       </method>
41827       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41828         <size>0</size>
41829       </method>
41830       <method name="Void EndInvoke(IAsyncResult)">
41831         <size>0</size>
41832       </method>
41833     </type>
41834     <type name="X+&lt;Test&gt;c__AnonStorey2">
41835       <method name="Void .ctor()">
41836         <size>7</size>
41837       </method>
41838     </type>
41839     <type name="X+&lt;Test&gt;c__AnonStorey1">
41840       <method name="Void .ctor()">
41841         <size>7</size>
41842       </method>
41843     </type>
41844     <type name="X+&lt;Test&gt;c__AnonStorey0">
41845       <method name="Void .ctor()">
41846         <size>7</size>
41847       </method>
41848     </type>
41849     <type name="X+&lt;Test&gt;c__AnonStorey3">
41850       <method name="Void .ctor()">
41851         <size>7</size>
41852       </method>
41853     </type>
41854     <type name="X+&lt;Test&gt;c__AnonStorey2">
41855       <method name="Void &lt;&gt;m__0()">
41856         <size>347</size>
41857       </method>
41858     </type>
41859     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
41860       <method name="Void .ctor()">
41861         <size>7</size>
41862       </method>
41863       <method name="Void &lt;&gt;m__1()">
41864         <size>124</size>
41865       </method>
41866     </type>
41867   </test>
41868   <test name="test-anon-61.cs">
41869     <type name="X">
41870       <method name="Void .ctor()">
41871         <size>7</size>
41872       </method>
41873       <method name="Int32 Test()">
41874         <size>333</size>
41875       </method>
41876       <method name="Int32 Main()">
41877         <size>59</size>
41878       </method>
41879     </type>
41880     <type name="X+TestDelegate">
41881       <method name="Void .ctor(Object, IntPtr)">
41882         <size>0</size>
41883       </method>
41884       <method name="Void Invoke()">
41885         <size>0</size>
41886       </method>
41887       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41888         <size>0</size>
41889       </method>
41890       <method name="Void EndInvoke(IAsyncResult)">
41891         <size>0</size>
41892       </method>
41893     </type>
41894     <type name="X+&lt;Test&gt;c__AnonStorey1">
41895       <method name="Void .ctor()">
41896         <size>7</size>
41897       </method>
41898       <method name="Void &lt;&gt;m__0()">
41899         <size>157</size>
41900       </method>
41901     </type>
41902     <type name="X+&lt;Test&gt;c__AnonStorey0">
41903       <method name="Void .ctor()">
41904         <size>7</size>
41905       </method>
41906     </type>
41907   </test>
41908   <test name="test-anon-62.cs">
41909     <type name="X">
41910       <method name="Void .ctor(String)">
41911         <size>14</size>
41912       </method>
41913       <method name="Void Main()">
41914         <size>1</size>
41915       </method>
41916     </type>
41917     <type name="Y">
41918       <method name="Void .ctor(Z)">
41919         <size>56</size>
41920       </method>
41921     </type>
41922     <type name="Z">
41923       <method name="Void .ctor()">
41924         <size>7</size>
41925       </method>
41926       <method name="Void Hello()">
41927         <size>1</size>
41928       </method>
41929     </type>
41930     <type name="FooHandler">
41931       <method name="Void .ctor(Object, IntPtr)">
41932         <size>0</size>
41933       </method>
41934       <method name="Void Invoke()">
41935         <size>0</size>
41936       </method>
41937       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41938         <size>0</size>
41939       </method>
41940       <method name="Void EndInvoke(IAsyncResult)">
41941         <size>0</size>
41942       </method>
41943     </type>
41944     <type name="Y+&lt;Y&gt;c__AnonStorey0">
41945       <method name="Void .ctor()">
41946         <size>7</size>
41947       </method>
41948       <method name="Void &lt;&gt;m__0()">
41949         <size>12</size>
41950       </method>
41951     </type>
41952   </test>
41953   <test name="test-anon-63.cs">
41954     <type name="X">
41955       <method name="Void .ctor()">
41956         <size>7</size>
41957       </method>
41958       <method name="IEnumerator GetIt(System.Int32[])">
41959         <size>22</size>
41960       </method>
41961       <method name="Int32 Main()">
41962         <size>32</size>
41963       </method>
41964     </type>
41965     <type name="X+A">
41966       <method name="Void .ctor(Object, IntPtr)">
41967         <size>0</size>
41968       </method>
41969       <method name="Int32 Invoke()">
41970         <size>0</size>
41971       </method>
41972       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41973         <size>0</size>
41974       </method>
41975       <method name="Int32 EndInvoke(IAsyncResult)">
41976         <size>0</size>
41977       </method>
41978     </type>
41979     <type name="X+&lt;GetIt&gt;c__Iterator0">
41980       <method name="Void .ctor()">
41981         <size>7</size>
41982       </method>
41983       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41984         <size>7</size>
41985       </method>
41986       <method name="Boolean MoveNext()">
41987         <size>195</size>
41988       </method>
41989       <method name="Int32 &lt;&gt;m__0()">
41990         <size>44</size>
41991       </method>
41992       <method name="Void Dispose()">
41993         <size>8</size>
41994       </method>
41995       <method name="Void Reset()">
41996         <size>6</size>
41997       </method>
41998       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41999         <size>7</size>
42000       </method>
42001     </type>
42002     <type name="&lt;PrivateImplementationDetails&gt;">
42003       <method name="Void .ctor()">
42004         <size>7</size>
42005       </method>
42006     </type>
42007   </test>
42008   <test name="test-anon-64.cs">
42009     <type name="Source">
42010       <method name="Void .ctor()">
42011         <size>7</size>
42012       </method>
42013       <method name="Void add_ChildSourceAdded(System.EventHandler)">
42014         <size>24</size>
42015       </method>
42016       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
42017         <size>24</size>
42018       </method>
42019       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
42020         <size>24</size>
42021       </method>
42022       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
42023         <size>24</size>
42024       </method>
42025       <method name="Source FindSource(Source)">
42026         <size>2</size>
42027       </method>
42028       <method name="Void AddSource(Source, Int32, System.Object)">
42029         <size>132</size>
42030       </method>
42031       <method name="Void Main()">
42032         <size>1</size>
42033       </method>
42034     </type>
42035     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
42036       <method name="Void .ctor()">
42037         <size>7</size>
42038       </method>
42039       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
42040         <size>30</size>
42041       </method>
42042     </type>
42043     <type name="Source">
42044       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
42045         <size>1</size>
42046       </method>
42047     </type>
42048   </test>
42049   <test name="test-anon-65.cs">
42050     <type name="BaseClass">
42051       <method name="Void .ctor(SomeDelegate)">
42052         <size>13</size>
42053       </method>
42054     </type>
42055     <type name="TestClass">
42056       <method name="Void .ctor(Int32)">
42057         <size>32</size>
42058       </method>
42059       <method name="Int32 Main(System.String[])">
42060         <size>9</size>
42061       </method>
42062     </type>
42063     <type name="BaseClass+SomeDelegate">
42064       <method name="Void .ctor(Object, IntPtr)">
42065         <size>0</size>
42066       </method>
42067       <method name="Void Invoke()">
42068         <size>0</size>
42069       </method>
42070       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42071         <size>0</size>
42072       </method>
42073       <method name="Void EndInvoke(IAsyncResult)">
42074         <size>0</size>
42075       </method>
42076     </type>
42077     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
42078       <method name="Void .ctor()">
42079         <size>7</size>
42080       </method>
42081       <method name="Void &lt;&gt;m__0()">
42082         <size>12</size>
42083       </method>
42084     </type>
42085   </test>
42086   <test name="test-anon-66.cs">
42087     <type name="Test">
42088       <method name="Void .ctor()">
42089         <size>7</size>
42090       </method>
42091       <method name="Void add_testEvent(Test+TestEventHandler)">
42092         <size>24</size>
42093       </method>
42094       <method name="Void remove_testEvent(Test+TestEventHandler)">
42095         <size>24</size>
42096       </method>
42097       <method name="Void add_TestEvent(Test+TestEventHandler)">
42098         <size>33</size>
42099       </method>
42100       <method name="Void remove_TestEvent(Test+TestEventHandler)">
42101         <size>1</size>
42102       </method>
42103       <method name="Void Main()">
42104         <size>1</size>
42105       </method>
42106     </type>
42107     <type name="Test+TestEventHandler">
42108       <method name="Void .ctor(Object, IntPtr)">
42109         <size>0</size>
42110       </method>
42111       <method name="Void Invoke()">
42112         <size>0</size>
42113       </method>
42114       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42115         <size>0</size>
42116       </method>
42117       <method name="Void EndInvoke(IAsyncResult)">
42118         <size>0</size>
42119       </method>
42120     </type>
42121     <type name="Test+&lt;&gt;c__AnonStorey0">
42122       <method name="Void .ctor()">
42123         <size>7</size>
42124       </method>
42125       <method name="Void &lt;&gt;m__0()">
42126         <size>12</size>
42127       </method>
42128     </type>
42129   </test>
42130   <test name="test-anon-67.cs">
42131     <type name="ClassOne">
42132       <method name="Void .ctor(ReturnStringDelegate)">
42133         <size>7</size>
42134       </method>
42135       <method name="Void .ctor(String)">
42136         <size>32</size>
42137       </method>
42138       <method name="Void Main()">
42139         <size>1</size>
42140       </method>
42141     </type>
42142     <type name="ClassOne+ReturnStringDelegate">
42143       <method name="Void .ctor(Object, IntPtr)">
42144         <size>0</size>
42145       </method>
42146       <method name="System.String Invoke()">
42147         <size>0</size>
42148       </method>
42149       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42150         <size>0</size>
42151       </method>
42152       <method name="System.String EndInvoke(IAsyncResult)">
42153         <size>0</size>
42154       </method>
42155     </type>
42156     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
42157       <method name="Void .ctor()">
42158         <size>7</size>
42159       </method>
42160       <method name="System.String &lt;&gt;m__0()">
42161         <size>7</size>
42162       </method>
42163     </type>
42164   </test>
42165   <test name="test-anon-68.cs">
42166     <type name="C">
42167       <method name="Void .ctor()">
42168         <size>7</size>
42169       </method>
42170       <method name="Void T(D1)">
42171         <size>1</size>
42172       </method>
42173       <method name="Void T(D2)">
42174         <size>1</size>
42175       </method>
42176       <method name="Void Main()">
42177         <size>69</size>
42178       </method>
42179     </type>
42180     <type name="D1">
42181       <method name="Void .ctor(Object, IntPtr)">
42182         <size>0</size>
42183       </method>
42184       <method name="Void Invoke(Int32)">
42185         <size>0</size>
42186       </method>
42187       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42188         <size>0</size>
42189       </method>
42190       <method name="Void EndInvoke(IAsyncResult)">
42191         <size>0</size>
42192       </method>
42193     </type>
42194     <type name="D2">
42195       <method name="Void .ctor(Object, IntPtr)">
42196         <size>0</size>
42197       </method>
42198       <method name="Void Invoke(System.String ByRef)">
42199         <size>0</size>
42200       </method>
42201       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
42202         <size>0</size>
42203       </method>
42204       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
42205         <size>0</size>
42206       </method>
42207     </type>
42208     <type name="C">
42209       <method name="Void &lt;Main&gt;m__0(Int32)">
42210         <size>1</size>
42211       </method>
42212       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
42213         <size>8</size>
42214       </method>
42215     </type>
42216   </test>
42217   <test name="test-anon-69.cs">
42218     <type name="SingleSteppingEngine">
42219       <method name="Void .ctor()">
42220         <size>7</size>
42221       </method>
42222       <method name="System.Object SendCommand(TargetAccessDelegate)">
42223         <size>8</size>
42224       </method>
42225       <method name="Void Detach()">
42226         <size>20</size>
42227       </method>
42228     </type>
42229     <type name="X">
42230       <method name="Void .ctor()">
42231         <size>7</size>
42232       </method>
42233       <method name="Void Main()">
42234         <size>1</size>
42235       </method>
42236     </type>
42237     <type name="TargetAccessDelegate">
42238       <method name="Void .ctor(Object, IntPtr)">
42239         <size>0</size>
42240       </method>
42241       <method name="System.Object Invoke(System.Object)">
42242         <size>0</size>
42243       </method>
42244       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
42245         <size>0</size>
42246       </method>
42247       <method name="System.Object EndInvoke(IAsyncResult)">
42248         <size>0</size>
42249       </method>
42250     </type>
42251     <type name="SingleSteppingEngine">
42252       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
42253         <size>19</size>
42254       </method>
42255     </type>
42256   </test>
42257   <test name="test-anon-70.cs">
42258     <type name="C">
42259       <method name="Void .ctor()">
42260         <size>7</size>
42261       </method>
42262       <method name="Void Test(C+D)">
42263         <size>1</size>
42264       </method>
42265       <method name="Void Main()">
42266         <size>98</size>
42267       </method>
42268     </type>
42269     <type name="C+D">
42270       <method name="Void .ctor(Object, IntPtr)">
42271         <size>0</size>
42272       </method>
42273       <method name="Void Invoke()">
42274         <size>0</size>
42275       </method>
42276       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42277         <size>0</size>
42278       </method>
42279       <method name="Void EndInvoke(IAsyncResult)">
42280         <size>0</size>
42281       </method>
42282     </type>
42283     <type name="UnsafeClass">
42284       <method name="Void .ctor()">
42285         <size>7</size>
42286       </method>
42287     </type>
42288     <type name="C">
42289       <method name="Void UnsafeTests()">
42290         <size>35</size>
42291       </method>
42292     </type>
42293     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
42294       <method name="Void .ctor()">
42295         <size>7</size>
42296       </method>
42297       <method name="Void &lt;&gt;m__0()">
42298         <size>14</size>
42299       </method>
42300     </type>
42301     <type name="C+&lt;Main&gt;c__AnonStorey1">
42302       <method name="Void .ctor()">
42303         <size>7</size>
42304       </method>
42305       <method name="Void &lt;&gt;m__1()">
42306         <size>38</size>
42307       </method>
42308       <method name="Void &lt;&gt;m__2()">
42309         <size>32</size>
42310       </method>
42311     </type>
42312     <type name="C">
42313       <method name="Void &lt;Main&gt;m__3()">
42314         <size>16</size>
42315       </method>
42316     </type>
42317     <type name="UnsafeClass">
42318       <method name="Int32* GetUnsafeValue()">
42319         <size>3</size>
42320       </method>
42321     </type>
42322     <type name="&lt;PrivateImplementationDetails&gt;">
42323       <method name="Void .ctor()">
42324         <size>7</size>
42325       </method>
42326     </type>
42327   </test>
42328   <test name="test-anon-71.cs">
42329     <type name="Program">
42330       <method name="Void .ctor()">
42331         <size>7</size>
42332       </method>
42333       <method name="Errno ProcessFile(System.String, Program+FdCb)">
42334         <size>2</size>
42335       </method>
42336       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
42337         <size>34</size>
42338       </method>
42339       <method name="Void Main()">
42340         <size>1</size>
42341       </method>
42342     </type>
42343     <type name="Program+FdCb">
42344       <method name="Void .ctor(Object, IntPtr)">
42345         <size>0</size>
42346       </method>
42347       <method name="Int32 Invoke(Int32)">
42348         <size>0</size>
42349       </method>
42350       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42351         <size>0</size>
42352       </method>
42353       <method name="Int32 EndInvoke(IAsyncResult)">
42354         <size>0</size>
42355       </method>
42356     </type>
42357     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
42358       <method name="Void .ctor()">
42359         <size>7</size>
42360       </method>
42361       <method name="Int32 &lt;&gt;m__0(Int32)">
42362         <size>46</size>
42363       </method>
42364     </type>
42365   </test>
42366   <test name="test-anon-72.cs">
42367     <type name="Test">
42368       <method name="Void .ctor()">
42369         <size>7</size>
42370       </method>
42371       <method name="Void AddOperator(Test+UnaryOperator)">
42372         <size>1</size>
42373       </method>
42374       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
42375         <size>5</size>
42376       </method>
42377       <method name="Void Main()">
42378         <size>1</size>
42379       </method>
42380       <method name="Void Foo()">
42381         <size>19</size>
42382       </method>
42383     </type>
42384     <type name="Test+UnaryOperator">
42385       <method name="Void .ctor(Object, IntPtr)">
42386         <size>0</size>
42387       </method>
42388       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
42389         <size>0</size>
42390       </method>
42391       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
42392         <size>0</size>
42393       </method>
42394       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
42395         <size>0</size>
42396       </method>
42397     </type>
42398     <type name="Test">
42399       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
42400         <size>31</size>
42401       </method>
42402     </type>
42403   </test>
42404   <test name="test-anon-73.cs">
42405     <type name="T">
42406       <method name="Void .ctor()">
42407         <size>7</size>
42408       </method>
42409       <method name="Void Main()">
42410         <size>31</size>
42411       </method>
42412       <method name="Void Test_1()">
42413         <size>36</size>
42414       </method>
42415     </type>
42416     <type name="D">
42417       <method name="Void .ctor(Object, IntPtr)">
42418         <size>0</size>
42419       </method>
42420       <method name="Void Invoke(System.Object)">
42421         <size>0</size>
42422       </method>
42423       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
42424         <size>0</size>
42425       </method>
42426       <method name="Void EndInvoke(IAsyncResult)">
42427         <size>0</size>
42428       </method>
42429     </type>
42430     <type name="T">
42431       <method name="Void &lt;Main&gt;m__0(System.Object)">
42432         <size>15</size>
42433       </method>
42434       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
42435         <size>29</size>
42436       </method>
42437     </type>
42438   </test>
42439   <test name="test-anon-74.cs">
42440     <type name="Foo">
42441       <method name="Void Baz(Foo+SimpleDelegate)">
42442         <size>8</size>
42443       </method>
42444       <method name="Void Main(System.String[])">
42445         <size>35</size>
42446       </method>
42447     </type>
42448     <type name="Foo+SimpleDelegate">
42449       <method name="Void .ctor(Object, IntPtr)">
42450         <size>0</size>
42451       </method>
42452       <method name="System.String[,] Invoke()">
42453         <size>0</size>
42454       </method>
42455       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42456         <size>0</size>
42457       </method>
42458       <method name="System.String[,] EndInvoke(IAsyncResult)">
42459         <size>0</size>
42460       </method>
42461     </type>
42462     <type name="Foo">
42463       <method name="System.String[,] &lt;Main&gt;m__0()">
42464         <size>34</size>
42465       </method>
42466     </type>
42467   </test>
42468   <test name="test-anon-75.cs">
42469     <type name="Data">
42470       <method name="Void .ctor()">
42471         <size>7</size>
42472       </method>
42473     </type>
42474     <type name="Test">
42475       <method name="Void .ctor()">
42476         <size>7</size>
42477       </method>
42478       <method name="Void Foo(Int32, D)">
42479         <size>1</size>
42480       </method>
42481       <method name="Void Main()">
42482         <size>1</size>
42483       </method>
42484       <method name="Void TestMe()">
42485         <size>154</size>
42486       </method>
42487       <method name="Boolean &lt;TestMe&gt;m__0()">
42488         <size>2</size>
42489       </method>
42490     </type>
42491     <type name="D">
42492       <method name="Void .ctor(Object, IntPtr)">
42493         <size>0</size>
42494       </method>
42495       <method name="Boolean Invoke()">
42496         <size>0</size>
42497       </method>
42498       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42499         <size>0</size>
42500       </method>
42501       <method name="Boolean EndInvoke(IAsyncResult)">
42502         <size>0</size>
42503       </method>
42504     </type>
42505     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
42506       <method name="Void .ctor()">
42507         <size>7</size>
42508       </method>
42509       <method name="Boolean &lt;&gt;m__2()">
42510         <size>14</size>
42511       </method>
42512     </type>
42513     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
42514       <method name="Void .ctor()">
42515         <size>7</size>
42516       </method>
42517     </type>
42518     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
42519       <method name="Boolean &lt;&gt;m__1()">
42520         <size>54</size>
42521       </method>
42522     </type>
42523   </test>
42524   <test name="test-anon-76.cs">
42525     <type name="C">
42526       <method name="Void .ctor()">
42527         <size>7</size>
42528       </method>
42529       <method name="Void set_Item(System.String, FactoryDelegate)">
42530         <size>8</size>
42531       </method>
42532       <method name="FactoryDelegate get_Item(System.String)">
42533         <size>7</size>
42534       </method>
42535       <method name="Void X()">
42536         <size>24</size>
42537       </method>
42538       <method name="Int32 Main()">
42539         <size>70</size>
42540       </method>
42541     </type>
42542     <type name="FactoryDelegate">
42543       <method name="Void .ctor(Object, IntPtr)">
42544         <size>0</size>
42545       </method>
42546       <method name="System.Object Invoke()">
42547         <size>0</size>
42548       </method>
42549       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42550         <size>0</size>
42551       </method>
42552       <method name="System.Object EndInvoke(IAsyncResult)">
42553         <size>0</size>
42554       </method>
42555     </type>
42556     <type name="C">
42557       <method name="System.Object &lt;X&gt;m__0()">
42558         <size>30</size>
42559       </method>
42560     </type>
42561   </test>
42562   <test name="test-anon-77.cs">
42563     <type name="y">
42564       <method name="Void .ctor()">
42565         <size>7</size>
42566       </method>
42567       <method name="Boolean get_Item(Int32)">
42568         <size>28</size>
42569       </method>
42570       <method name="Void set_Item(Int32, Boolean)">
42571         <size>10</size>
42572       </method>
42573       <method name="Void Main()">
42574         <size>1</size>
42575       </method>
42576     </type>
42577     <type name="D">
42578       <method name="Void .ctor(Object, IntPtr)">
42579         <size>0</size>
42580       </method>
42581       <method name="Void Invoke()">
42582         <size>0</size>
42583       </method>
42584       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42585         <size>0</size>
42586       </method>
42587       <method name="Void EndInvoke(IAsyncResult)">
42588         <size>0</size>
42589       </method>
42590     </type>
42591     <type name="y+&lt;&gt;c__AnonStorey0">
42592       <method name="Void .ctor()">
42593         <size>7</size>
42594       </method>
42595       <method name="Void &lt;&gt;m__0()">
42596         <size>8</size>
42597       </method>
42598     </type>
42599   </test>
42600   <test name="test-anon-78.cs">
42601     <type name="DelegateTest">
42602       <method name="Void .ctor()">
42603         <size>7</size>
42604       </method>
42605       <method name="Void .cctor()">
42606         <size>8</size>
42607       </method>
42608       <method name="Void Foo(D1)">
42609         <size>7</size>
42610       </method>
42611       <method name="Void Foo(D2)">
42612         <size>1</size>
42613       </method>
42614       <method name="Int32 Main()">
42615         <size>50</size>
42616       </method>
42617       <method name="Void &lt;Main&gt;m__0()">
42618         <size>18</size>
42619       </method>
42620     </type>
42621     <type name="D1">
42622       <method name="Void .ctor(Object, IntPtr)">
42623         <size>0</size>
42624       </method>
42625       <method name="Void Invoke()">
42626         <size>0</size>
42627       </method>
42628       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42629         <size>0</size>
42630       </method>
42631       <method name="Void EndInvoke(IAsyncResult)">
42632         <size>0</size>
42633       </method>
42634     </type>
42635     <type name="D2">
42636       <method name="Void .ctor(Object, IntPtr)">
42637         <size>0</size>
42638       </method>
42639       <method name="Void Invoke()">
42640         <size>0</size>
42641       </method>
42642       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42643         <size>0</size>
42644       </method>
42645       <method name="Void EndInvoke(IAsyncResult)">
42646         <size>0</size>
42647       </method>
42648     </type>
42649   </test>
42650   <test name="test-anon-79.cs">
42651     <type name="Test">
42652       <method name="Void .ctor()">
42653         <size>7</size>
42654       </method>
42655       <method name="Void add_E(Test+D)">
42656         <size>24</size>
42657       </method>
42658       <method name="Void remove_E(Test+D)">
42659         <size>24</size>
42660       </method>
42661       <method name="Void add_Changed(Test+D)">
42662         <size>30</size>
42663       </method>
42664       <method name="Void remove_Changed(Test+D)">
42665         <size>1</size>
42666       </method>
42667       <method name="Void Foo()">
42668         <size>1</size>
42669       </method>
42670       <method name="Void Main()">
42671         <size>1</size>
42672       </method>
42673     </type>
42674     <type name="Test+D">
42675       <method name="Void .ctor(Object, IntPtr)">
42676         <size>0</size>
42677       </method>
42678       <method name="Void Invoke()">
42679         <size>0</size>
42680       </method>
42681       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42682         <size>0</size>
42683       </method>
42684       <method name="Void EndInvoke(IAsyncResult)">
42685         <size>0</size>
42686       </method>
42687     </type>
42688     <type name="Test">
42689       <method name="Void &lt;add_Changed&gt;m__0()">
42690         <size>7</size>
42691       </method>
42692     </type>
42693   </test>
42694   <test name="test-anon-80.cs">
42695     <type name="MonoBug.MyTest">
42696       <method name="Void .ctor()">
42697         <size>7</size>
42698       </method>
42699       <method name="Int32 Main()">
42700         <size>167</size>
42701       </method>
42702     </type>
42703     <type name="MonoBug.MyTest+EventHandlers">
42704       <method name="Void .ctor()">
42705         <size>18</size>
42706       </method>
42707       <method name="System.EventHandler get_DoNothingEventHandler()">
42708         <size>30</size>
42709       </method>
42710       <method name="System.EventHandler get_DoSomethingEventHandler()">
42711         <size>13</size>
42712       </method>
42713       <method name="System.EventHandler get_Handler()">
42714         <size>7</size>
42715       </method>
42716       <method name="Void set_Handler(System.EventHandler)">
42717         <size>8</size>
42718       </method>
42719       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
42720         <size>1</size>
42721       </method>
42722       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
42723         <size>15</size>
42724       </method>
42725     </type>
42726   </test>
42727   <test name="test-anon-81.cs">
42728     <type name="C">
42729       <method name="Void .ctor()">
42730         <size>7</size>
42731       </method>
42732       <method name="Int32 Main()">
42733         <size>20</size>
42734       </method>
42735       <method name="Int32 Test()">
42736         <size>27</size>
42737       </method>
42738       <method name="Int32 Foo2(C+Cmd2)">
42739         <size>7</size>
42740       </method>
42741       <method name="Void Foo(C+Cmd)">
42742         <size>7</size>
42743       </method>
42744     </type>
42745     <type name="C+Cmd">
42746       <method name="Void .ctor(Object, IntPtr)">
42747         <size>0</size>
42748       </method>
42749       <method name="Void Invoke()">
42750         <size>0</size>
42751       </method>
42752       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42753         <size>0</size>
42754       </method>
42755       <method name="Void EndInvoke(IAsyncResult)">
42756         <size>0</size>
42757       </method>
42758     </type>
42759     <type name="C+Cmd2">
42760       <method name="Void .ctor(Object, IntPtr)">
42761         <size>0</size>
42762       </method>
42763       <method name="Int32 Invoke()">
42764         <size>0</size>
42765       </method>
42766       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42767         <size>0</size>
42768       </method>
42769       <method name="Int32 EndInvoke(IAsyncResult)">
42770         <size>0</size>
42771       </method>
42772     </type>
42773     <type name="C">
42774       <method name="Int32 &lt;Test&gt;m__0()">
42775         <size>45</size>
42776       </method>
42777     </type>
42778     <type name="C+&lt;Test&gt;c__AnonStorey1">
42779       <method name="Void .ctor()">
42780         <size>7</size>
42781       </method>
42782       <method name="Void &lt;&gt;m__1()">
42783         <size>44</size>
42784       </method>
42785     </type>
42786     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
42787       <method name="Void .ctor()">
42788         <size>7</size>
42789       </method>
42790       <method name="Void &lt;&gt;m__2()">
42791         <size>18</size>
42792       </method>
42793     </type>
42794   </test>
42795   <test name="test-anon-82.cs">
42796     <type name="MainClass">
42797       <method name="Void .ctor()">
42798         <size>7</size>
42799       </method>
42800       <method name="Void Main()">
42801         <size>87</size>
42802       </method>
42803       <method name="Void Test2(Int32)">
42804         <size>31</size>
42805       </method>
42806       <method name="Void Test3(Int32)">
42807         <size>57</size>
42808       </method>
42809       <method name="Void Test4()">
42810         <size>31</size>
42811       </method>
42812       <method name="Void Test5(Int32)">
42813         <size>27</size>
42814       </method>
42815       <method name="Void SimpleCallback(MainClass, System.String)">
42816         <size>7</size>
42817       </method>
42818     </type>
42819     <type name="MainClass+D">
42820       <method name="Void .ctor(Object, IntPtr)">
42821         <size>0</size>
42822       </method>
42823       <method name="Int32 Invoke(Int32)">
42824         <size>0</size>
42825       </method>
42826       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42827         <size>0</size>
42828       </method>
42829       <method name="Int32 EndInvoke(IAsyncResult)">
42830         <size>0</size>
42831       </method>
42832     </type>
42833     <type name="StringSender">
42834       <method name="Void .ctor(Object, IntPtr)">
42835         <size>0</size>
42836       </method>
42837       <method name="Void Invoke(System.String)">
42838         <size>0</size>
42839       </method>
42840       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
42841         <size>0</size>
42842       </method>
42843       <method name="Void EndInvoke(IAsyncResult)">
42844         <size>0</size>
42845       </method>
42846     </type>
42847     <type name="VoidDelegate">
42848       <method name="Void .ctor(Object, IntPtr)">
42849         <size>0</size>
42850       </method>
42851       <method name="Void Invoke()">
42852         <size>0</size>
42853       </method>
42854       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42855         <size>0</size>
42856       </method>
42857       <method name="Void EndInvoke(IAsyncResult)">
42858         <size>0</size>
42859       </method>
42860     </type>
42861     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
42862       <method name="Void .ctor()">
42863         <size>7</size>
42864       </method>
42865     </type>
42866     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
42867       <method name="Void .ctor()">
42868         <size>7</size>
42869       </method>
42870     </type>
42871     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
42872       <method name="Void .ctor()">
42873         <size>7</size>
42874       </method>
42875     </type>
42876     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
42877       <method name="Void .ctor()">
42878         <size>7</size>
42879       </method>
42880     </type>
42881     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
42882       <method name="Void .ctor()">
42883         <size>7</size>
42884       </method>
42885     </type>
42886     <type name="MainClass">
42887       <method name="Void &lt;Test2&gt;m__1(System.String)">
42888         <size>27</size>
42889       </method>
42890       <method name="Void &lt;Test3&gt;m__3()">
42891         <size>1</size>
42892       </method>
42893       <method name="Void &lt;Test4&gt;m__4()">
42894         <size>31</size>
42895       </method>
42896       <method name="Void &lt;Test4&gt;m__7()">
42897         <size>28</size>
42898       </method>
42899     </type>
42900     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
42901       <method name="Void &lt;&gt;m__0()">
42902         <size>25</size>
42903       </method>
42904       <method name="Void &lt;&gt;m__9(System.String)">
42905         <size>13</size>
42906       </method>
42907     </type>
42908     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
42909       <method name="Void &lt;&gt;m__2()">
42910         <size>9</size>
42911       </method>
42912     </type>
42913     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
42914       <method name="Int32 &lt;&gt;m__5(Int32)">
42915         <size>46</size>
42916       </method>
42917       <method name="Int32 &lt;&gt;m__A(Int32)">
42918         <size>2</size>
42919       </method>
42920     </type>
42921     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
42922       <method name="Void &lt;&gt;m__6()">
42923         <size>12</size>
42924       </method>
42925     </type>
42926     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
42927       <method name="Void &lt;&gt;m__8()">
42928         <size>14</size>
42929       </method>
42930       <method name="Void &lt;&gt;m__B()">
42931         <size>8</size>
42932       </method>
42933     </type>
42934   </test>
42935   <test name="test-anon-84.cs">
42936     <type name="C">
42937       <method name="Void .ctor()">
42938         <size>42</size>
42939       </method>
42940       <method name="Void .ctor(D)">
42941         <size>42</size>
42942       </method>
42943       <method name="Int32 Main()">
42944         <size>19</size>
42945       </method>
42946     </type>
42947     <type name="D">
42948       <method name="Void .ctor(Object, IntPtr)">
42949         <size>0</size>
42950       </method>
42951       <method name="C Invoke(Int32)">
42952         <size>0</size>
42953       </method>
42954       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42955         <size>0</size>
42956       </method>
42957       <method name="C EndInvoke(IAsyncResult)">
42958         <size>0</size>
42959       </method>
42960     </type>
42961     <type name="C">
42962       <method name="C &lt;field&gt;m__0(Int32)">
42963         <size>4</size>
42964       </method>
42965     </type>
42966   </test>
42967   <test name="test-anon-85.cs">
42968     <type name="X">
42969       <method name="Void .ctor()">
42970         <size>7</size>
42971       </method>
42972       <method name="Int32 Main()">
42973         <size>29</size>
42974       </method>
42975     </type>
42976     <type name="X+D">
42977       <method name="Void .ctor(Object, IntPtr)">
42978         <size>0</size>
42979       </method>
42980       <method name="Void Invoke()">
42981         <size>0</size>
42982       </method>
42983       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42984         <size>0</size>
42985       </method>
42986       <method name="Void EndInvoke(IAsyncResult)">
42987         <size>0</size>
42988       </method>
42989     </type>
42990     <type name="X+&lt;Main&gt;c__AnonStorey0">
42991       <method name="Void .ctor()">
42992         <size>7</size>
42993       </method>
42994       <method name="Void &lt;&gt;m__0()">
42995         <size>8</size>
42996       </method>
42997     </type>
42998   </test>
42999   <test name="test-anon-86.cs">
43000     <type name="Bug.A">
43001       <method name="Void .ctor()">
43002         <size>50</size>
43003       </method>
43004       <method name="Void Test()">
43005         <size>1</size>
43006       </method>
43007       <method name="Int32 Main()">
43008         <size>8</size>
43009       </method>
43010     </type>
43011     <type name="Bug.B">
43012       <method name="Void .ctor()">
43013         <size>7</size>
43014       </method>
43015       <method name="Int32 get_Prop()">
43016         <size>2</size>
43017       </method>
43018     </type>
43019     <type name="Bug.EventHandler">
43020       <method name="Void .ctor(Object, IntPtr)">
43021         <size>0</size>
43022       </method>
43023       <method name="Void Invoke()">
43024         <size>0</size>
43025       </method>
43026       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43027         <size>0</size>
43028       </method>
43029       <method name="Void EndInvoke(IAsyncResult)">
43030         <size>0</size>
43031       </method>
43032     </type>
43033     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
43034       <method name="Void .ctor()">
43035         <size>7</size>
43036       </method>
43037       <method name="Void &lt;&gt;m__0()">
43038         <size>24</size>
43039       </method>
43040     </type>
43041   </test>
43042   <test name="test-anon-87.cs">
43043     <type name="Bug.AA">
43044       <method name="Void .ctor(BB)">
43045         <size>51</size>
43046       </method>
43047       <method name="Void TestMe()">
43048         <size>1</size>
43049       </method>
43050       <method name="Int32 Main()">
43051         <size>18</size>
43052       </method>
43053     </type>
43054     <type name="Bug.BB">
43055       <method name="Void .ctor(String)">
43056         <size>18</size>
43057       </method>
43058       <method name="Void Foo()">
43059         <size>1</size>
43060       </method>
43061     </type>
43062     <type name="Bug.D">
43063       <method name="Void .ctor(Object, IntPtr)">
43064         <size>0</size>
43065       </method>
43066       <method name="Void Invoke()">
43067         <size>0</size>
43068       </method>
43069       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43070         <size>0</size>
43071       </method>
43072       <method name="Void EndInvoke(IAsyncResult)">
43073         <size>0</size>
43074       </method>
43075     </type>
43076     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
43077       <method name="Void .ctor()">
43078         <size>7</size>
43079       </method>
43080       <method name="Void &lt;&gt;m__0()">
43081         <size>23</size>
43082       </method>
43083     </type>
43084   </test>
43085   <test name="test-anon-88.cs">
43086     <type name="C">
43087       <method name="Void .ctor()">
43088         <size>7</size>
43089       </method>
43090       <method name="Int32 Main()">
43091         <size>12</size>
43092       </method>
43093       <method name="Void Test()">
43094         <size>102</size>
43095       </method>
43096     </type>
43097     <type name="C+D">
43098       <method name="Void .ctor(Object, IntPtr)">
43099         <size>0</size>
43100       </method>
43101       <method name="Void Invoke()">
43102         <size>0</size>
43103       </method>
43104       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43105         <size>0</size>
43106       </method>
43107       <method name="Void EndInvoke(IAsyncResult)">
43108         <size>0</size>
43109       </method>
43110     </type>
43111     <type name="C+&lt;Test&gt;c__AnonStorey0">
43112       <method name="Void .ctor()">
43113         <size>7</size>
43114       </method>
43115       <method name="Void &lt;&gt;m__2()">
43116         <size>8</size>
43117       </method>
43118     </type>
43119     <type name="C+&lt;Test&gt;c__AnonStorey2">
43120       <method name="Void .ctor()">
43121         <size>7</size>
43122       </method>
43123       <method name="Void &lt;&gt;m__0()">
43124         <size>69</size>
43125       </method>
43126       <method name="Void &lt;&gt;m__1()">
43127         <size>8</size>
43128       </method>
43129       <method name="Void &lt;&gt;m__4()">
43130         <size>3</size>
43131       </method>
43132     </type>
43133     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
43134       <method name="Void .ctor()">
43135         <size>7</size>
43136       </method>
43137       <method name="Void &lt;&gt;m__3()">
43138         <size>20</size>
43139       </method>
43140     </type>
43141   </test>
43142   <test name="test-anon-89.cs">
43143     <type name="C">
43144       <method name="Void .ctor()">
43145         <size>7</size>
43146       </method>
43147       <method name="Int32 Main()">
43148         <size>12</size>
43149       </method>
43150       <method name="System.Object get_GdkWindow()">
43151         <size>2</size>
43152       </method>
43153       <method name="Void set_GdkWindow(System.Object)">
43154         <size>1</size>
43155       </method>
43156       <method name="Void Invoke(C+D)">
43157         <size>1</size>
43158       </method>
43159       <method name="Void Test()">
43160         <size>69</size>
43161       </method>
43162     </type>
43163     <type name="C+D">
43164       <method name="Void .ctor(Object, IntPtr)">
43165         <size>0</size>
43166       </method>
43167       <method name="Void Invoke()">
43168         <size>0</size>
43169       </method>
43170       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43171         <size>0</size>
43172       </method>
43173       <method name="Void EndInvoke(IAsyncResult)">
43174         <size>0</size>
43175       </method>
43176     </type>
43177     <type name="C+&lt;Test&gt;c__AnonStorey0">
43178       <method name="Void .ctor()">
43179         <size>7</size>
43180       </method>
43181       <method name="Void &lt;&gt;m__0()">
43182         <size>108</size>
43183       </method>
43184       <method name="Void &lt;&gt;m__3()">
43185         <size>29</size>
43186       </method>
43187     </type>
43188     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
43189       <method name="Void .ctor()">
43190         <size>7</size>
43191       </method>
43192       <method name="Void &lt;&gt;m__1()">
43193         <size>18</size>
43194       </method>
43195       <method name="Void &lt;&gt;m__2()">
43196         <size>49</size>
43197       </method>
43198     </type>
43199   </test>
43200   <test name="test-anon-90.cs">
43201     <type name="C">
43202       <method name="Void .ctor()">
43203         <size>7</size>
43204       </method>
43205       <method name="Int32 Main()">
43206         <size>12</size>
43207       </method>
43208       <method name="Void Foo()">
43209         <size>27</size>
43210       </method>
43211     </type>
43212     <type name="C+D">
43213       <method name="Void .ctor(Object, IntPtr)">
43214         <size>0</size>
43215       </method>
43216       <method name="Void Invoke()">
43217         <size>0</size>
43218       </method>
43219       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43220         <size>0</size>
43221       </method>
43222       <method name="Void EndInvoke(IAsyncResult)">
43223         <size>0</size>
43224       </method>
43225     </type>
43226     <type name="C+&lt;Foo&gt;c__AnonStorey0">
43227       <method name="Void .ctor()">
43228         <size>7</size>
43229       </method>
43230       <method name="Void &lt;&gt;m__0()">
43231         <size>66</size>
43232       </method>
43233     </type>
43234     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
43235       <method name="Void .ctor()">
43236         <size>7</size>
43237       </method>
43238     </type>
43239     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
43240       <method name="Void .ctor()">
43241         <size>7</size>
43242       </method>
43243       <method name="Void &lt;&gt;m__1()">
43244         <size>32</size>
43245       </method>
43246     </type>
43247   </test>
43248   <test name="test-anon-91.cs">
43249     <type name="A">
43250       <method name="Void .ctor(Int32)">
43251         <size>27</size>
43252       </method>
43253     </type>
43254     <type name="C">
43255       <method name="Void .ctor()">
43256         <size>7</size>
43257       </method>
43258       <method name="Int32 Main()">
43259         <size>12</size>
43260       </method>
43261       <method name="Void SelectCommand(Int32)">
43262         <size>1</size>
43263       </method>
43264       <method name="Void Test()">
43265         <size>66</size>
43266       </method>
43267     </type>
43268     <type name="C+D">
43269       <method name="Void .ctor(Object, IntPtr)">
43270         <size>0</size>
43271       </method>
43272       <method name="Void Invoke()">
43273         <size>0</size>
43274       </method>
43275       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43276         <size>0</size>
43277       </method>
43278       <method name="Void EndInvoke(IAsyncResult)">
43279         <size>0</size>
43280       </method>
43281     </type>
43282     <type name="C+&lt;Test&gt;c__AnonStorey0">
43283       <method name="Void .ctor()">
43284         <size>7</size>
43285       </method>
43286       <method name="Void &lt;&gt;m__0()">
43287         <size>109</size>
43288       </method>
43289     </type>
43290     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
43291       <method name="Void .ctor()">
43292         <size>7</size>
43293       </method>
43294       <method name="Void &lt;&gt;m__1()">
43295         <size>23</size>
43296       </method>
43297     </type>
43298   </test>
43299   <test name="test-anon-92.cs">
43300     <type name="MainClass">
43301       <method name="Void Test(IEnumerable)">
43302         <size>33</size>
43303       </method>
43304       <method name="Int32 Main()">
43305         <size>21</size>
43306       </method>
43307       <method name="Void .ctor()">
43308         <size>7</size>
43309       </method>
43310     </type>
43311     <type name="D">
43312       <method name="Void Invoke()">
43313         <size>0</size>
43314       </method>
43315       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43316         <size>0</size>
43317       </method>
43318       <method name="Void EndInvoke(IAsyncResult)">
43319         <size>0</size>
43320       </method>
43321       <method name="Void .ctor(Object, IntPtr)">
43322         <size>0</size>
43323       </method>
43324     </type>
43325     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
43326       <method name="Void &lt;&gt;m__0()">
43327         <size>70</size>
43328       </method>
43329       <method name="Void .ctor()">
43330         <size>7</size>
43331       </method>
43332     </type>
43333   </test>
43334   <test name="test-cls-00.cs">
43335     <type name="CLSCLass_6">
43336       <method name="Void .ctor()">
43337         <size>18</size>
43338       </method>
43339       <method name="Void add_Disposed(Delegate)">
43340         <size>19</size>
43341       </method>
43342       <method name="Void remove_Disposed(Delegate)">
43343         <size>19</size>
43344       </method>
43345     </type>
43346     <type name="CLSDelegate">
43347       <method name="Void .ctor()">
43348         <size>7</size>
43349       </method>
43350     </type>
43351     <type name="CLSClass_5">
43352       <method name="Void .ctor()">
43353         <size>7</size>
43354       </method>
43355       <method name="UInt32 Test()">
43356         <size>2</size>
43357       </method>
43358     </type>
43359     <type name="CLSClass_4">
43360       <method name="Void .ctor()">
43361         <size>7</size>
43362       </method>
43363       <method name="UInt32 Test()">
43364         <size>2</size>
43365       </method>
43366     </type>
43367     <type name="CLSClass_3">
43368       <method name="Void .ctor()">
43369         <size>7</size>
43370       </method>
43371       <method name="UInt32 Test_3()">
43372         <size>2</size>
43373       </method>
43374     </type>
43375     <type name="CLSClass_2">
43376       <method name="Void .ctor()">
43377         <size>7</size>
43378       </method>
43379       <method name="SByte get_XX()">
43380         <size>2</size>
43381       </method>
43382     </type>
43383     <type name="CLSClass_1">
43384       <method name="Void .ctor()">
43385         <size>7</size>
43386       </method>
43387       <method name="UInt32 Valid()">
43388         <size>2</size>
43389       </method>
43390     </type>
43391     <type name="CLSClass">
43392       <method name="Void .ctor()">
43393         <size>7</size>
43394       </method>
43395       <method name="UInt64 Valid()">
43396         <size>3</size>
43397       </method>
43398       <method name="Byte get_XX()">
43399         <size>2</size>
43400       </method>
43401       <method name="UInt32 FooInternal()">
43402         <size>2</size>
43403       </method>
43404       <method name="UInt64 Foo()">
43405         <size>3</size>
43406       </method>
43407       <method name="Void Main()">
43408         <size>1</size>
43409       </method>
43410     </type>
43411     <type name="CLSClass+C1">
43412       <method name="Void .ctor()">
43413         <size>7</size>
43414       </method>
43415       <method name="Int64 Foo2()">
43416         <size>3</size>
43417       </method>
43418     </type>
43419     <type name="CLSClass+C1+C11">
43420       <method name="Void .ctor()">
43421         <size>7</size>
43422       </method>
43423       <method name="UInt64 Foo3()">
43424         <size>3</size>
43425       </method>
43426     </type>
43427     <type name="CLSClass+CLSClass_2">
43428       <method name="Void .ctor()">
43429         <size>7</size>
43430       </method>
43431       <method name="SByte get_XX()">
43432         <size>2</size>
43433       </method>
43434     </type>
43435     <type name="Delegate">
43436       <method name="Void .ctor(Object, IntPtr)">
43437         <size>0</size>
43438       </method>
43439       <method name="CLSDelegate Invoke()">
43440         <size>0</size>
43441       </method>
43442       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43443         <size>0</size>
43444       </method>
43445       <method name="CLSDelegate EndInvoke(IAsyncResult)">
43446         <size>0</size>
43447       </method>
43448     </type>
43449   </test>
43450   <test name="test-cls-01.cs">
43451     <type name="CLSClass">
43452       <method name="Void .ctor()">
43453         <size>7</size>
43454       </method>
43455       <method name="Byte get_XX()">
43456         <size>2</size>
43457       </method>
43458       <method name="Void Main()">
43459         <size>1</size>
43460       </method>
43461     </type>
43462     <type name="Big">
43463       <method name="Void .ctor()">
43464         <size>7</size>
43465       </method>
43466       <method name="Big op_Implicit(UInt32)">
43467         <size>2</size>
43468       </method>
43469     </type>
43470     <type name="C1">
43471       <method name="Void .ctor()">
43472         <size>7</size>
43473       </method>
43474       <method name="Void method(UInt32)">
43475         <size>1</size>
43476       </method>
43477     </type>
43478   </test>
43479   <test name="test-cls-02.cs">
43480     <type name="CLSClass">
43481       <method name="Void .ctor(UInt64)">
43482         <size>7</size>
43483       </method>
43484       <method name="Void .ctor(UInt32)">
43485         <size>7</size>
43486       </method>
43487       <method name="Void set_X_0(UInt64)">
43488         <size>1</size>
43489       </method>
43490       <method name="Void set_Item(UInt64, UInt64)">
43491         <size>1</size>
43492       </method>
43493       <method name="Void Main()">
43494         <size>1</size>
43495       </method>
43496     </type>
43497     <type name="InnerTypeClasss">
43498       <method name="Void .ctor()">
43499         <size>7</size>
43500       </method>
43501       <method name="Struct Method()">
43502         <size>10</size>
43503       </method>
43504     </type>
43505   </test>
43506   <test name="test-cls-03.cs">
43507     <type name="CLSClass">
43508       <method name="Void .ctor()">
43509         <size>7</size>
43510       </method>
43511       <method name="I1 Foo()">
43512         <size>2</size>
43513       </method>
43514       <method name="Void Main()">
43515         <size>1</size>
43516       </method>
43517     </type>
43518   </test>
43519   <test name="test-cls-05.cs">
43520     <type name="X1">
43521       <method name="Void .ctor()">
43522         <size>7</size>
43523       </method>
43524     </type>
43525     <type name="X2">
43526       <method name="Void .ctor()">
43527         <size>7</size>
43528       </method>
43529     </type>
43530     <type name="X3">
43531       <method name="Void .ctor()">
43532         <size>7</size>
43533       </method>
43534       <method name="Void bb(Boolean)">
43535         <size>1</size>
43536       </method>
43537       <method name="Void BB()">
43538         <size>1</size>
43539       </method>
43540     </type>
43541     <type name="X4">
43542       <method name="Void .ctor()">
43543         <size>7</size>
43544       </method>
43545       <method name="Void method(Int32)">
43546         <size>1</size>
43547       </method>
43548       <method name="Void method(Boolean)">
43549         <size>1</size>
43550       </method>
43551       <method name="Boolean method()">
43552         <size>2</size>
43553       </method>
43554     </type>
43555     <type name="BaseClass">
43556       <method name="Void .ctor()">
43557         <size>7</size>
43558       </method>
43559     </type>
43560     <type name="CLSClass">
43561       <method name="Void .ctor()">
43562         <size>7</size>
43563       </method>
43564       <method name="Void .ctor(Int32)">
43565         <size>7</size>
43566       </method>
43567       <method name="Void Method()">
43568         <size>1</size>
43569       </method>
43570       <method name="Int32 Method(Boolean)">
43571         <size>2</size>
43572       </method>
43573       <method name="Void methoD()">
43574         <size>1</size>
43575       </method>
43576       <method name="Void Main()">
43577         <size>1</size>
43578       </method>
43579       <method name="CLSClass op_Implicit(Boolean)">
43580         <size>7</size>
43581       </method>
43582       <method name="CLSClass op_Implicit(Int32)">
43583         <size>7</size>
43584       </method>
43585     </type>
43586     <type name="oBject">
43587       <method name="Void .ctor()">
43588         <size>7</size>
43589       </method>
43590     </type>
43591     <type name="A.C1">
43592       <method name="Void .ctor()">
43593         <size>7</size>
43594       </method>
43595     </type>
43596     <type name="B.c1">
43597       <method name="Void .ctor()">
43598         <size>7</size>
43599       </method>
43600     </type>
43601     <type name="c1">
43602       <method name="Void .ctor()">
43603         <size>7</size>
43604       </method>
43605     </type>
43606     <type name="CLSClass_2">
43607       <method name="Void .ctor()">
43608         <size>7</size>
43609       </method>
43610       <method name="Void Method()">
43611         <size>1</size>
43612       </method>
43613       <method name="Void method()">
43614         <size>1</size>
43615       </method>
43616     </type>
43617     <type name="System.sByte">
43618       <method name="Void .ctor()">
43619         <size>7</size>
43620       </method>
43621     </type>
43622     <type name="System.Web.HttpBrowserCapabilities">
43623       <method name="Void .ctor()">
43624         <size>7</size>
43625       </method>
43626     </type>
43627   </test>
43628   <test name="test-cls-06.cs">
43629     <type name="CLSClass">
43630       <method name="Void .ctor()">
43631         <size>7</size>
43632       </method>
43633       <method name="Void Main()">
43634         <size>1</size>
43635       </method>
43636     </type>
43637     <type name="CLSClass_2">
43638       <method name="Void .ctor(Int32[,,])">
43639         <size>7</size>
43640       </method>
43641       <method name="Void .ctor(Int32[,])">
43642         <size>7</size>
43643       </method>
43644       <method name="Void Test(System.Int32[,], Int32)">
43645         <size>1</size>
43646       </method>
43647       <method name="Void Test(System.Int32[,,], Boolean)">
43648         <size>1</size>
43649       </method>
43650     </type>
43651     <type name="X1">
43652       <method name="Void .ctor()">
43653         <size>7</size>
43654       </method>
43655       <method name="Void M2(Int32)">
43656         <size>1</size>
43657       </method>
43658     </type>
43659     <type name="X2">
43660       <method name="Void .ctor()">
43661         <size>7</size>
43662       </method>
43663       <method name="Void M2(Int32 ByRef)">
43664         <size>1</size>
43665       </method>
43666     </type>
43667     <type name="CLSClass+MyDelegate">
43668       <method name="Void .ctor(Object, IntPtr)">
43669         <size>0</size>
43670       </method>
43671       <method name="UInt32 Invoke()">
43672         <size>0</size>
43673       </method>
43674       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43675         <size>0</size>
43676       </method>
43677       <method name="UInt32 EndInvoke(IAsyncResult)">
43678         <size>0</size>
43679       </method>
43680     </type>
43681     <type name="MyDelegate">
43682       <method name="Void .ctor(Object, IntPtr)">
43683         <size>0</size>
43684       </method>
43685       <method name="UInt32 Invoke()">
43686         <size>0</size>
43687       </method>
43688       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43689         <size>0</size>
43690       </method>
43691       <method name="UInt32 EndInvoke(IAsyncResult)">
43692         <size>0</size>
43693       </method>
43694     </type>
43695   </test>
43696   <test name="test-cls-07.cs">
43697     <type name="aa.I1">
43698       <method name="Void .ctor()">
43699         <size>7</size>
43700       </method>
43701     </type>
43702     <type name="CLSClass">
43703       <method name="Void .ctor()">
43704         <size>7</size>
43705       </method>
43706       <method name="Void Main()">
43707         <size>1</size>
43708       </method>
43709     </type>
43710   </test>
43711   <test name="test-cls-10.cs">
43712     <type name="MainClass">
43713       <method name="Void .ctor()">
43714         <size>7</size>
43715       </method>
43716       <method name="Void Main()">
43717         <size>1</size>
43718       </method>
43719     </type>
43720   </test>
43721   <test name="test-cls-11.cs">
43722     <type name="CLSClass">
43723       <method name="Void .ctor()">
43724         <size>7</size>
43725       </method>
43726       <method name="Void Test(IComparable)">
43727         <size>0</size>
43728       </method>
43729     </type>
43730     <type name="CLSCLass_2">
43731       <method name="Void .ctor()">
43732         <size>7</size>
43733       </method>
43734       <method name="Void Test()">
43735         <size>0</size>
43736       </method>
43737     </type>
43738     <type name="CLSClass_3">
43739       <method name="Void .ctor()">
43740         <size>7</size>
43741       </method>
43742       <method name="Void Test()">
43743         <size>0</size>
43744       </method>
43745     </type>
43746     <type name="MainClass">
43747       <method name="Void .ctor()">
43748         <size>7</size>
43749       </method>
43750       <method name="Void Main()">
43751         <size>1</size>
43752       </method>
43753     </type>
43754   </test>
43755   <test name="test-cls-12.cs">
43756     <type name="MainClass">
43757       <method name="Void .ctor()">
43758         <size>7</size>
43759       </method>
43760       <method name="Void Main()">
43761         <size>1</size>
43762       </method>
43763     </type>
43764   </test>
43765   <test name="test-cls-14.cs">
43766     <type name="CLSClass">
43767       <method name="Void .ctor()">
43768         <size>7</size>
43769       </method>
43770       <method name="Void Error(Boolean)">
43771         <size>1</size>
43772       </method>
43773       <method name="CLSClass op_Implicit(Byte)">
43774         <size>6</size>
43775       </method>
43776     </type>
43777     <type name="MainClass">
43778       <method name="Void .ctor()">
43779         <size>7</size>
43780       </method>
43781       <method name="Void Main()">
43782         <size>1</size>
43783       </method>
43784     </type>
43785   </test>
43786   <test name="test-cls-15.cs">
43787     <type name="CLSAttribute_1">
43788       <method name="Void .ctor(Int32[])">
43789         <size>7</size>
43790       </method>
43791       <method name="Void .ctor(Int32)">
43792         <size>7</size>
43793       </method>
43794     </type>
43795     <type name="CLSAttribute_2">
43796       <method name="Void .ctor(Int32)">
43797         <size>7</size>
43798       </method>
43799     </type>
43800     <type name="CLSAttribute_3">
43801       <method name="Void .ctor(Int32[])">
43802         <size>7</size>
43803       </method>
43804     </type>
43805     <type name="CLSAttribute_4">
43806       <method name="Void .ctor(Int32[])">
43807         <size>7</size>
43808       </method>
43809     </type>
43810     <type name="ClassMain">
43811       <method name="Void .ctor()">
43812         <size>7</size>
43813       </method>
43814       <method name="Void Main()">
43815         <size>1</size>
43816       </method>
43817     </type>
43818   </test>
43819   <test name="test-cls-16.cs">
43820     <type name="CLSAttribute">
43821       <method name="Void .ctor(Boolean[])">
43822         <size>7</size>
43823       </method>
43824     </type>
43825     <type name="ClassMain">
43826       <method name="Void .ctor()">
43827         <size>7</size>
43828       </method>
43829       <method name="Void Main()">
43830         <size>1</size>
43831       </method>
43832     </type>
43833   </test>
43834   <test name="test-cls-17.cs">
43835     <type name="Foo">
43836       <method name="Void .ctor()">
43837         <size>7</size>
43838       </method>
43839       <method name="Void Main()">
43840         <size>1</size>
43841       </method>
43842     </type>
43843   </test>
43844   <test name="test-cls-18.cs">
43845     <type name="Base">
43846       <method name="Void .ctor()">
43847         <size>7</size>
43848       </method>
43849       <method name="Void Test(System.Int32[])">
43850         <size>1</size>
43851       </method>
43852     </type>
43853     <type name="CLSClass">
43854       <method name="Void .ctor()">
43855         <size>7</size>
43856       </method>
43857       <method name="Void Test(System.Int32[])">
43858         <size>1</size>
43859       </method>
43860       <method name="Void Main()">
43861         <size>1</size>
43862       </method>
43863     </type>
43864   </test>
43865   <test name="test-cls-19.cs">
43866     <type name="A">
43867       <method name="Void Main()">
43868         <size>1</size>
43869       </method>
43870       <method name="Void .ctor()">
43871         <size>7</size>
43872       </method>
43873     </type>
43874     <type name="A+PartialClass">
43875       <method name="Void Method1(Int32)">
43876         <size>1</size>
43877       </method>
43878       <method name="Void Method2(UInt32)">
43879         <size>1</size>
43880       </method>
43881       <method name="Void Method3(UInt32)">
43882         <size>1</size>
43883       </method>
43884       <method name="Void .ctor()">
43885         <size>7</size>
43886       </method>
43887     </type>
43888   </test>
43889   <test name="test-externalias-01.cs">
43890     <type name="Test">
43891       <method name="Void .ctor()">
43892         <size>7</size>
43893       </method>
43894       <method name="Int32 Main()">
43895         <size>64</size>
43896       </method>
43897     </type>
43898   </test>
43899   <test name="test-externalias-02.cs">
43900     <type name="Test">
43901       <method name="Void .ctor()">
43902         <size>7</size>
43903       </method>
43904       <method name="Int32 Main()">
43905         <size>64</size>
43906       </method>
43907     </type>
43908   </test>
43909   <test name="test-externalias-03.cs">
43910     <type name="Test">
43911       <method name="Void .ctor()">
43912         <size>7</size>
43913       </method>
43914       <method name="Int32 Main()">
43915         <size>64</size>
43916       </method>
43917     </type>
43918   </test>
43919   <test name="test-externalias-04.cs">
43920     <type name="Test">
43921       <method name="Void .ctor()">
43922         <size>7</size>
43923       </method>
43924       <method name="Int32 Main()">
43925         <size>64</size>
43926       </method>
43927     </type>
43928   </test>
43929   <test name="test-externalias-05.cs">
43930     <type name="Test">
43931       <method name="Void .ctor()">
43932         <size>7</size>
43933       </method>
43934       <method name="Void Main()">
43935         <size>21</size>
43936       </method>
43937     </type>
43938   </test>
43939   <test name="test-externalias-06.cs">
43940     <type name="MyAssembly01.Test">
43941       <method name="Void .ctor()">
43942         <size>7</size>
43943       </method>
43944     </type>
43945     <type name="MyAssembly01.Namespace1.Test">
43946       <method name="Void .ctor()">
43947         <size>7</size>
43948       </method>
43949     </type>
43950     <type name="MyAssembly02.Test">
43951       <method name="Void .ctor()">
43952         <size>7</size>
43953       </method>
43954     </type>
43955     <type name="MyAssembly02.Namespace1.Test">
43956       <method name="Void .ctor()">
43957         <size>7</size>
43958       </method>
43959     </type>
43960     <type name="Test">
43961       <method name="Void .ctor()">
43962         <size>7</size>
43963       </method>
43964       <method name="Void Main()">
43965         <size>1</size>
43966       </method>
43967     </type>
43968   </test>
43969   <test name="test-externalias-07.cs">
43970     <type name="NS.MyClass">
43971       <method name="Void .ctor()">
43972         <size>7</size>
43973       </method>
43974       <method name="Int32 GetInt()">
43975         <size>6</size>
43976       </method>
43977     </type>
43978     <type name="Test">
43979       <method name="Void .ctor()">
43980         <size>7</size>
43981       </method>
43982       <method name="Int32 Main()">
43983         <size>15</size>
43984       </method>
43985     </type>
43986   </test>
43987   <test name="test-externalias-08.cs">
43988     <type name="Test">
43989       <method name="Void .ctor()">
43990         <size>7</size>
43991       </method>
43992       <method name="Int32 Main()">
43993         <size>54</size>
43994       </method>
43995     </type>
43996   </test>
43997   <test name="test-externalias-09.cs">
43998     <type name="Test">
43999       <method name="Void .ctor()">
44000         <size>7</size>
44001       </method>
44002       <method name="Int32 Main()">
44003         <size>8</size>
44004       </method>
44005     </type>
44006   </test>
44007   <test name="test-iter-01.cs">
44008     <type name="X">
44009       <method name="Void .ctor()">
44010         <size>7</size>
44011       </method>
44012       <method name="IEnumerator GetIt()">
44013         <size>8</size>
44014       </method>
44015       <method name="IEnumerable GetIt2()">
44016         <size>16</size>
44017       </method>
44018       <method name="Int32 Main()">
44019         <size>171</size>
44020       </method>
44021     </type>
44022     <type name="X+&lt;GetIt&gt;c__Iterator0">
44023       <method name="Void .ctor()">
44024         <size>7</size>
44025       </method>
44026       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44027         <size>7</size>
44028       </method>
44029       <method name="Boolean MoveNext()">
44030         <size>126</size>
44031       </method>
44032       <method name="Void Dispose()">
44033         <size>8</size>
44034       </method>
44035       <method name="Void Reset()">
44036         <size>6</size>
44037       </method>
44038     </type>
44039     <type name="X+&lt;GetIt2&gt;c__Iterator1">
44040       <method name="Void .ctor()">
44041         <size>7</size>
44042       </method>
44043       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44044         <size>7</size>
44045       </method>
44046       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44047         <size>7</size>
44048       </method>
44049       <method name="Boolean MoveNext()">
44050         <size>126</size>
44051       </method>
44052       <method name="Void Dispose()">
44053         <size>8</size>
44054       </method>
44055       <method name="Void Reset()">
44056         <size>6</size>
44057       </method>
44058     </type>
44059     <type name="X+&lt;GetIt&gt;c__Iterator0">
44060       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44061         <size>7</size>
44062       </method>
44063     </type>
44064     <type name="X+&lt;GetIt2&gt;c__Iterator1">
44065       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44066         <size>7</size>
44067       </method>
44068       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44069         <size>26</size>
44070       </method>
44071     </type>
44072   </test>
44073   <test name="test-iter-02.cs">
44074     <type name="X">
44075       <method name="Void .ctor()">
44076         <size>7</size>
44077       </method>
44078       <method name="IEnumerator GetRange()">
44079         <size>8</size>
44080       </method>
44081       <method name="Int32 Main()">
44082         <size>88</size>
44083       </method>
44084     </type>
44085     <type name="X+&lt;GetRange&gt;c__Iterator0">
44086       <method name="Void .ctor()">
44087         <size>7</size>
44088       </method>
44089       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44090         <size>7</size>
44091       </method>
44092       <method name="Boolean MoveNext()">
44093         <size>173</size>
44094       </method>
44095       <method name="Void Dispose()">
44096         <size>8</size>
44097       </method>
44098       <method name="Void Reset()">
44099         <size>6</size>
44100       </method>
44101       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44102         <size>7</size>
44103       </method>
44104     </type>
44105   </test>
44106   <test name="test-iter-03.cs">
44107     <type name="X">
44108       <method name="Void .ctor()">
44109         <size>7</size>
44110       </method>
44111       <method name="IEnumerable GetIt(System.Int32[])">
44112         <size>30</size>
44113       </method>
44114       <method name="IEnumerable GetMulti(System.Int32[,])">
44115         <size>30</size>
44116       </method>
44117       <method name="Int32 Main()">
44118         <size>244</size>
44119       </method>
44120     </type>
44121     <type name="&lt;PrivateImplementationDetails&gt;">
44122       <method name="Void .ctor()">
44123         <size>7</size>
44124       </method>
44125     </type>
44126     <type name="X+&lt;GetIt&gt;c__Iterator0">
44127       <method name="Void .ctor()">
44128         <size>7</size>
44129       </method>
44130       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44131         <size>7</size>
44132       </method>
44133       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44134         <size>7</size>
44135       </method>
44136       <method name="Boolean MoveNext()">
44137         <size>151</size>
44138       </method>
44139       <method name="Void Dispose()">
44140         <size>8</size>
44141       </method>
44142       <method name="Void Reset()">
44143         <size>6</size>
44144       </method>
44145     </type>
44146     <type name="X+&lt;GetMulti&gt;c__Iterator1">
44147       <method name="Void .ctor()">
44148         <size>7</size>
44149       </method>
44150       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44151         <size>7</size>
44152       </method>
44153       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44154         <size>7</size>
44155       </method>
44156       <method name="Boolean MoveNext()">
44157         <size>238</size>
44158       </method>
44159       <method name="Void Dispose()">
44160         <size>8</size>
44161       </method>
44162       <method name="Void Reset()">
44163         <size>6</size>
44164       </method>
44165     </type>
44166     <type name="X+&lt;GetIt&gt;c__Iterator0">
44167       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44168         <size>7</size>
44169       </method>
44170       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44171         <size>40</size>
44172       </method>
44173     </type>
44174     <type name="X+&lt;GetMulti&gt;c__Iterator1">
44175       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44176         <size>7</size>
44177       </method>
44178       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44179         <size>40</size>
44180       </method>
44181     </type>
44182   </test>
44183   <test name="test-iter-04.cs">
44184     <type name="X">
44185       <method name="Void .ctor()">
44186         <size>7</size>
44187       </method>
44188       <method name="IEnumerable GetRange(Int32, Int32)">
44189         <size>44</size>
44190       </method>
44191       <method name="Void Main()">
44192         <size>98</size>
44193       </method>
44194     </type>
44195     <type name="X+&lt;GetRange&gt;c__Iterator0">
44196       <method name="Void .ctor()">
44197         <size>7</size>
44198       </method>
44199       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44200         <size>7</size>
44201       </method>
44202       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44203         <size>7</size>
44204       </method>
44205       <method name="Boolean MoveNext()">
44206         <size>123</size>
44207       </method>
44208       <method name="Void Dispose()">
44209         <size>8</size>
44210       </method>
44211       <method name="Void Reset()">
44212         <size>6</size>
44213       </method>
44214       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44215         <size>7</size>
44216       </method>
44217       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44218         <size>52</size>
44219       </method>
44220     </type>
44221   </test>
44222   <test name="test-iter-05.cs">
44223     <type name="X">
44224       <method name="Void .ctor()">
44225         <size>7</size>
44226       </method>
44227       <method name="IEnumerable GetIt()">
44228         <size>16</size>
44229       </method>
44230       <method name="Int32 Main()">
44231         <size>104</size>
44232       </method>
44233     </type>
44234     <type name="List">
44235       <method name="Void .ctor(Int32)">
44236         <size>19</size>
44237       </method>
44238       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44239         <size>12</size>
44240       </method>
44241       <method name="Void Add(Int32)">
44242         <size>26</size>
44243       </method>
44244       <method name="MyEnumerator GetEnumerator()">
44245         <size>7</size>
44246       </method>
44247     </type>
44248     <type name="X+&lt;GetIt&gt;c__Iterator0">
44249       <method name="Void .ctor()">
44250         <size>7</size>
44251       </method>
44252       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44253         <size>7</size>
44254       </method>
44255       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44256         <size>7</size>
44257       </method>
44258       <method name="Boolean MoveNext()">
44259         <size>183</size>
44260       </method>
44261       <method name="Void Dispose()">
44262         <size>8</size>
44263       </method>
44264       <method name="Void Reset()">
44265         <size>6</size>
44266       </method>
44267     </type>
44268     <type name="List+MyEnumerator">
44269       <method name="Void .ctor(List)">
44270         <size>15</size>
44271       </method>
44272       <method name="System.Object get_Current()">
44273         <size>24</size>
44274       </method>
44275       <method name="Boolean MoveNext()">
44276         <size>31</size>
44277       </method>
44278       <method name="Void Reset()">
44279         <size>8</size>
44280       </method>
44281     </type>
44282     <type name="X+&lt;GetIt&gt;c__Iterator0">
44283       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44284         <size>7</size>
44285       </method>
44286       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44287         <size>26</size>
44288       </method>
44289     </type>
44290   </test>
44291   <test name="test-iter-06.cs">
44292     <type name="X">
44293       <method name="Void .ctor()">
44294         <size>7</size>
44295       </method>
44296       <method name="IEnumerable Get(Int32)">
44297         <size>30</size>
44298       </method>
44299       <method name="IEnumerable GetS(Int32)">
44300         <size>30</size>
44301       </method>
44302       <method name="Int32 Main()">
44303         <size>399</size>
44304       </method>
44305     </type>
44306     <type name="S+&lt;Get&gt;c__Iterator0">
44307       <method name="Void .ctor()">
44308         <size>7</size>
44309       </method>
44310       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44311         <size>7</size>
44312       </method>
44313       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44314         <size>7</size>
44315       </method>
44316       <method name="Boolean MoveNext()">
44317         <size>183</size>
44318       </method>
44319       <method name="Void Dispose()">
44320         <size>8</size>
44321       </method>
44322       <method name="Void Reset()">
44323         <size>6</size>
44324       </method>
44325     </type>
44326     <type name="S+&lt;GetS&gt;c__Iterator1">
44327       <method name="Void .ctor()">
44328         <size>7</size>
44329       </method>
44330       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44331         <size>7</size>
44332       </method>
44333       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44334         <size>7</size>
44335       </method>
44336       <method name="Boolean MoveNext()">
44337         <size>136</size>
44338       </method>
44339       <method name="Void Dispose()">
44340         <size>8</size>
44341       </method>
44342       <method name="Void Reset()">
44343         <size>6</size>
44344       </method>
44345     </type>
44346     <type name="X+&lt;Get&gt;c__Iterator2">
44347       <method name="Void .ctor()">
44348         <size>7</size>
44349       </method>
44350       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44351         <size>7</size>
44352       </method>
44353       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44354         <size>7</size>
44355       </method>
44356       <method name="Boolean MoveNext()">
44357         <size>131</size>
44358       </method>
44359       <method name="Void Dispose()">
44360         <size>8</size>
44361       </method>
44362       <method name="Void Reset()">
44363         <size>6</size>
44364       </method>
44365     </type>
44366     <type name="X+&lt;GetS&gt;c__Iterator3">
44367       <method name="Void .ctor()">
44368         <size>7</size>
44369       </method>
44370       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44371         <size>7</size>
44372       </method>
44373       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44374         <size>7</size>
44375       </method>
44376       <method name="Boolean MoveNext()">
44377         <size>136</size>
44378       </method>
44379       <method name="Void Dispose()">
44380         <size>8</size>
44381       </method>
44382       <method name="Void Reset()">
44383         <size>6</size>
44384       </method>
44385     </type>
44386     <type name="S">
44387       <method name="IEnumerable Get(Int32)">
44388         <size>42</size>
44389       </method>
44390       <method name="IEnumerable GetS(Int32)">
44391         <size>30</size>
44392       </method>
44393     </type>
44394     <type name="S+&lt;Get&gt;c__Iterator0">
44395       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44396         <size>7</size>
44397       </method>
44398       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44399         <size>52</size>
44400       </method>
44401     </type>
44402     <type name="S+&lt;GetS&gt;c__Iterator1">
44403       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44404         <size>7</size>
44405       </method>
44406       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44407         <size>40</size>
44408       </method>
44409     </type>
44410     <type name="X+&lt;Get&gt;c__Iterator2">
44411       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44412         <size>7</size>
44413       </method>
44414       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44415         <size>40</size>
44416       </method>
44417     </type>
44418     <type name="X+&lt;GetS&gt;c__Iterator3">
44419       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44420         <size>7</size>
44421       </method>
44422       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44423         <size>40</size>
44424       </method>
44425     </type>
44426   </test>
44427   <test name="test-iter-07.cs">
44428     <type name="Test">
44429       <method name="Void .ctor()">
44430         <size>7</size>
44431       </method>
44432       <method name="IEnumerable Foo(Int32)">
44433         <size>30</size>
44434       </method>
44435     </type>
44436     <type name="X">
44437       <method name="Void .ctor()">
44438         <size>7</size>
44439       </method>
44440       <method name="Int32 Main()">
44441         <size>372</size>
44442       </method>
44443     </type>
44444     <type name="Test+&lt;Foo&gt;c__Iterator0">
44445       <method name="Void .ctor()">
44446         <size>7</size>
44447       </method>
44448       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44449         <size>7</size>
44450       </method>
44451       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44452         <size>7</size>
44453       </method>
44454       <method name="Boolean MoveNext()">
44455         <size>253</size>
44456       </method>
44457       <method name="Void Dispose()">
44458         <size>112</size>
44459       </method>
44460       <method name="Void Reset()">
44461         <size>6</size>
44462       </method>
44463       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44464         <size>7</size>
44465       </method>
44466       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44467         <size>40</size>
44468       </method>
44469     </type>
44470   </test>
44471   <test name="test-iter-08.cs">
44472     <type name="Foo">
44473       <method name="Void .ctor(Int32)">
44474         <size>14</size>
44475       </method>
44476       <method name="Void Dispose()">
44477         <size>8</size>
44478       </method>
44479     </type>
44480     <type name="X">
44481       <method name="Void .ctor()">
44482         <size>7</size>
44483       </method>
44484       <method name="IEnumerable Test(Int32, Int32)">
44485         <size>44</size>
44486       </method>
44487       <method name="Int32 Main()">
44488         <size>167</size>
44489       </method>
44490     </type>
44491     <type name="X+&lt;Test&gt;c__Iterator0">
44492       <method name="Void .ctor()">
44493         <size>7</size>
44494       </method>
44495       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44496         <size>7</size>
44497       </method>
44498       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44499         <size>7</size>
44500       </method>
44501       <method name="Boolean MoveNext()">
44502         <size>360</size>
44503       </method>
44504       <method name="Void Dispose()">
44505         <size>102</size>
44506       </method>
44507       <method name="Void Reset()">
44508         <size>6</size>
44509       </method>
44510       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44511         <size>7</size>
44512       </method>
44513       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44514         <size>52</size>
44515       </method>
44516     </type>
44517   </test>
44518   <test name="test-iter-09.cs">
44519     <type name="Tester">
44520       <method name="Void .ctor()">
44521         <size>153</size>
44522       </method>
44523       <method name="IEnumerator GetEnumerator()">
44524         <size>15</size>
44525       </method>
44526     </type>
44527     <type name="Test">
44528       <method name="Void .ctor()">
44529         <size>7</size>
44530       </method>
44531       <method name="Int32 Main()">
44532         <size>268</size>
44533       </method>
44534     </type>
44535     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
44536       <method name="Void .ctor()">
44537         <size>7</size>
44538       </method>
44539       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44540         <size>7</size>
44541       </method>
44542       <method name="Boolean MoveNext()">
44543         <size>623</size>
44544       </method>
44545       <method name="Void Dispose()">
44546         <size>82</size>
44547       </method>
44548       <method name="Void Reset()">
44549         <size>6</size>
44550       </method>
44551       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44552         <size>7</size>
44553       </method>
44554     </type>
44555   </test>
44556   <test name="test-iter-10.cs">
44557     <type name="X">
44558       <method name="Void .ctor()">
44559         <size>7</size>
44560       </method>
44561       <method name="IEnumerator get_GetIt()">
44562         <size>8</size>
44563       </method>
44564       <method name="Void set_GetIt(IEnumerator)">
44565         <size>1</size>
44566       </method>
44567       <method name="IEnumerable get_Item(Int32)">
44568         <size>30</size>
44569       </method>
44570       <method name="Void set_Item(Int32, IEnumerable)">
44571         <size>1</size>
44572       </method>
44573       <method name="Int32 Main()">
44574         <size>184</size>
44575       </method>
44576     </type>
44577     <type name="X+&lt;&gt;c__Iterator0">
44578       <method name="Void .ctor()">
44579         <size>7</size>
44580       </method>
44581       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44582         <size>7</size>
44583       </method>
44584       <method name="Boolean MoveNext()">
44585         <size>126</size>
44586       </method>
44587       <method name="Void Dispose()">
44588         <size>8</size>
44589       </method>
44590       <method name="Void Reset()">
44591         <size>6</size>
44592       </method>
44593     </type>
44594     <type name="X+&lt;&gt;c__Iterator1">
44595       <method name="Void .ctor()">
44596         <size>7</size>
44597       </method>
44598       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44599         <size>7</size>
44600       </method>
44601       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44602         <size>7</size>
44603       </method>
44604       <method name="Boolean MoveNext()">
44605         <size>145</size>
44606       </method>
44607       <method name="Void Dispose()">
44608         <size>8</size>
44609       </method>
44610       <method name="Void Reset()">
44611         <size>6</size>
44612       </method>
44613     </type>
44614     <type name="X+&lt;&gt;c__Iterator0">
44615       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44616         <size>7</size>
44617       </method>
44618     </type>
44619     <type name="X+&lt;&gt;c__Iterator1">
44620       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44621         <size>7</size>
44622       </method>
44623       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44624         <size>40</size>
44625       </method>
44626     </type>
44627   </test>
44628   <test name="test-iter-11.cs">
44629     <type name="X">
44630       <method name="Void .ctor()">
44631         <size>7</size>
44632       </method>
44633       <method name="Void add_Hook(System.EventHandler)">
44634         <size>24</size>
44635       </method>
44636       <method name="Void remove_Hook(System.EventHandler)">
44637         <size>24</size>
44638       </method>
44639       <method name="IEnumerator Pipeline()">
44640         <size>15</size>
44641       </method>
44642       <method name="Void M(System.Object, System.EventArgs)">
44643         <size>11</size>
44644       </method>
44645       <method name="Void Main()">
44646         <size>55</size>
44647       </method>
44648     </type>
44649     <type name="X+&lt;Pipeline&gt;c__Iterator0">
44650       <method name="Void .ctor()">
44651         <size>7</size>
44652       </method>
44653       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44654         <size>7</size>
44655       </method>
44656       <method name="Boolean MoveNext()">
44657         <size>124</size>
44658       </method>
44659       <method name="Void Dispose()">
44660         <size>8</size>
44661       </method>
44662       <method name="Void Reset()">
44663         <size>6</size>
44664       </method>
44665       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44666         <size>7</size>
44667       </method>
44668     </type>
44669   </test>
44670   <test name="test-iter-12.cs">
44671     <type name="X">
44672       <method name="Void .ctor()">
44673         <size>7</size>
44674       </method>
44675       <method name="IEnumerable a()">
44676         <size>23</size>
44677       </method>
44678       <method name="Void Main()">
44679         <size>1</size>
44680       </method>
44681     </type>
44682     <type name="X+&lt;a&gt;c__Iterator0">
44683       <method name="Void .ctor()">
44684         <size>7</size>
44685       </method>
44686       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44687         <size>7</size>
44688       </method>
44689       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44690         <size>7</size>
44691       </method>
44692       <method name="Boolean MoveNext()">
44693         <size>165</size>
44694       </method>
44695       <method name="Void Dispose()">
44696         <size>55</size>
44697       </method>
44698       <method name="Void Reset()">
44699         <size>6</size>
44700       </method>
44701       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44702         <size>7</size>
44703       </method>
44704       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44705         <size>40</size>
44706       </method>
44707     </type>
44708   </test>
44709   <test name="test-iter-13.cs">
44710     <type name="Test">
44711       <method name="Void .ctor()">
44712         <size>7</size>
44713       </method>
44714       <method name="Void .cctor()">
44715         <size>11</size>
44716       </method>
44717       <method name="Void Main()">
44718         <size>1</size>
44719       </method>
44720       <method name="IEnumerable syntax_error(System.Object, System.Object)">
44721         <size>16</size>
44722       </method>
44723     </type>
44724     <type name="Test+Yp">
44725       <method name="Void .ctor()">
44726         <size>7</size>
44727       </method>
44728       <method name="IEnumerable fail()">
44729         <size>2</size>
44730       </method>
44731     </type>
44732     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
44733       <method name="Void .ctor()">
44734         <size>7</size>
44735       </method>
44736       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44737         <size>7</size>
44738       </method>
44739       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44740         <size>7</size>
44741       </method>
44742       <method name="Boolean MoveNext()">
44743         <size>27</size>
44744       </method>
44745       <method name="Void Dispose()">
44746         <size>8</size>
44747       </method>
44748       <method name="Void Reset()">
44749         <size>6</size>
44750       </method>
44751       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44752         <size>7</size>
44753       </method>
44754       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44755         <size>26</size>
44756       </method>
44757     </type>
44758   </test>
44759   <test name="test-named-01.cs">
44760     <type name="A">
44761       <method name="Void .ctor()">
44762         <size>13</size>
44763       </method>
44764       <method name="Void .ctor(Object)">
44765         <size>7</size>
44766       </method>
44767       <method name="Void set_Item(Int32, Int32)">
44768         <size>8</size>
44769       </method>
44770     </type>
44771     <type name="B">
44772       <method name="Void .ctor()">
44773         <size>12</size>
44774       </method>
44775       <method name="Void set_Item(Int32, Int32)">
44776         <size>11</size>
44777       </method>
44778     </type>
44779     <type name="XAttribute">
44780       <method name="Void .ctor(Int32)">
44781         <size>7</size>
44782       </method>
44783     </type>
44784     <type name="M">
44785       <method name="Void .ctor()">
44786         <size>7</size>
44787       </method>
44788       <method name="Void Foo(Int32)">
44789         <size>1</size>
44790       </method>
44791       <method name="Int32 Main()">
44792         <size>48</size>
44793       </method>
44794     </type>
44795   </test>
44796   <test name="test-named-02.cs">
44797     <type name="A">
44798       <method name="Void .ctor()">
44799         <size>7</size>
44800       </method>
44801       <method name="Void set_Item(Int32, Int32)">
44802         <size>29</size>
44803       </method>
44804       <method name="Int32 get_Item(Int32)">
44805         <size>28</size>
44806       </method>
44807     </type>
44808     <type name="MyPoint">
44809       <method name="Void .ctor(Int32, Int32)">
44810         <size>15</size>
44811       </method>
44812     </type>
44813     <type name="C">
44814       <method name="Void .ctor()">
44815         <size>7</size>
44816       </method>
44817       <method name="Decimal Foo(Decimal, Decimal)">
44818         <size>2</size>
44819       </method>
44820       <method name="System.String Bar(Int32, System.String, Char)">
44821         <size>20</size>
44822       </method>
44823       <method name="Int32 Test(Int32, Int32)">
44824         <size>30</size>
44825       </method>
44826       <method name="Int32 Main()">
44827         <size>279</size>
44828       </method>
44829     </type>
44830   </test>
44831   <test name="test-named-03.cs">
44832     <type name="C">
44833       <method name="Void .ctor()">
44834         <size>7</size>
44835       </method>
44836       <method name="Int32 TestInt(Int32)">
44837         <size>3</size>
44838       </method>
44839       <method name="Int32 Main()">
44840         <size>23</size>
44841       </method>
44842     </type>
44843     <type name="C+IntDelegate">
44844       <method name="Void .ctor(Object, IntPtr)">
44845         <size>0</size>
44846       </method>
44847       <method name="Int32 Invoke(Int32)">
44848         <size>0</size>
44849       </method>
44850       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
44851         <size>0</size>
44852       </method>
44853       <method name="Int32 EndInvoke(IAsyncResult)">
44854         <size>0</size>
44855       </method>
44856     </type>
44857   </test>
44858   <test name="test-named-04.cs">
44859     <type name="Program">
44860       <method name="Void Foo2(Int32, Int32 ByRef)">
44861         <size>40</size>
44862       </method>
44863       <method name="Int32 Main()">
44864         <size>239</size>
44865       </method>
44866       <method name="Void .ctor()">
44867         <size>7</size>
44868       </method>
44869     </type>
44870   </test>
44871   <test name="test-partial-01.cs">
44872     <type name="Foo.Hello">
44873       <method name="Void .ctor()">
44874         <size>7</size>
44875       </method>
44876       <method name="Void .cctor()">
44877         <size>7</size>
44878       </method>
44879     </type>
44880     <type name="Bar.Hello">
44881       <method name="Void .ctor()">
44882         <size>7</size>
44883       </method>
44884       <method name="Void .cctor()">
44885         <size>8</size>
44886       </method>
44887     </type>
44888     <type name="X.Test">
44889       <method name="Void .ctor()">
44890         <size>7</size>
44891       </method>
44892       <method name="Int32 FooWorld()">
44893         <size>6</size>
44894       </method>
44895       <method name="Int32 BarWorld()">
44896         <size>6</size>
44897       </method>
44898     </type>
44899     <type name="Y">
44900       <method name="Void .ctor()">
44901         <size>7</size>
44902       </method>
44903       <method name="Int32 Main()">
44904         <size>29</size>
44905       </method>
44906     </type>
44907   </test>
44908   <test name="test-partial-02.cs">
44909     <type name="Test1.Base">
44910       <method name="Void .ctor()">
44911         <size>7</size>
44912       </method>
44913     </type>
44914     <type name="Test1.Foo">
44915       <method name="Void .ctor()">
44916         <size>7</size>
44917       </method>
44918     </type>
44919     <type name="Test2.Foo">
44920       <method name="Void .ctor()">
44921         <size>7</size>
44922       </method>
44923     </type>
44924     <type name="ReflectedType">
44925       <method name="Void .ctor()">
44926         <size>7</size>
44927       </method>
44928     </type>
44929     <type name="D">
44930       <method name="Void .ctor()">
44931         <size>7</size>
44932       </method>
44933     </type>
44934     <type name="X">
44935       <method name="Void .ctor()">
44936         <size>7</size>
44937       </method>
44938       <method name="Void Main()">
44939         <size>1</size>
44940       </method>
44941     </type>
44942   </test>
44943   <test name="test-partial-03.cs">
44944     <type name="Test">
44945       <method name="Void .ctor()">
44946         <size>18</size>
44947       </method>
44948       <method name="Int32 TestFoo()">
44949         <size>13</size>
44950       </method>
44951       <method name="Int32 TestIFoo(IFoo)">
44952         <size>8</size>
44953       </method>
44954     </type>
44955     <type name="Test+Foo">
44956       <method name="Void .ctor()">
44957         <size>7</size>
44958       </method>
44959       <method name="Int32 Test.IFoo.Hello(Test)">
44960         <size>2</size>
44961       </method>
44962       <method name="Int32 Hello(Test)">
44963         <size>2</size>
44964       </method>
44965     </type>
44966     <type name="X">
44967       <method name="Void .ctor()">
44968         <size>7</size>
44969       </method>
44970       <method name="Int32 Main()">
44971         <size>42</size>
44972       </method>
44973     </type>
44974   </test>
44975   <test name="test-partial-04.cs">
44976     <type name="B.Test">
44977       <method name="Void .ctor()">
44978         <size>7</size>
44979       </method>
44980       <method name="Void A.IFoo.Hello(IFoo)">
44981         <size>1</size>
44982       </method>
44983     </type>
44984     <type name="X">
44985       <method name="Void .ctor()">
44986         <size>7</size>
44987       </method>
44988       <method name="Void Main()">
44989         <size>1</size>
44990       </method>
44991     </type>
44992   </test>
44993   <test name="test-partial-05.cs">
44994     <type name="B">
44995       <method name="Void .ctor()">
44996         <size>7</size>
44997       </method>
44998     </type>
44999     <type name="A">
45000       <method name="Void .ctor()">
45001         <size>7</size>
45002       </method>
45003     </type>
45004     <type name="A2">
45005       <method name="Void .ctor()">
45006         <size>7</size>
45007       </method>
45008     </type>
45009     <type name="D">
45010       <method name="Void .ctor()">
45011         <size>7</size>
45012       </method>
45013       <method name="Void Main()">
45014         <size>1</size>
45015       </method>
45016     </type>
45017   </test>
45018   <test name="test-partial-06.cs">
45019     <type name="Foo">
45020       <method name="Void .ctor()">
45021         <size>7</size>
45022       </method>
45023       <method name="Void Finalize()">
45024         <size>13</size>
45025       </method>
45026     </type>
45027     <type name="B">
45028       <method name="Void .ctor()">
45029         <size>7</size>
45030       </method>
45031       <method name="Void Main()">
45032         <size>1</size>
45033       </method>
45034     </type>
45035   </test>
45036   <test name="test-partial-07.cs">
45037     <type name="Test">
45038       <method name="Void .ctor()">
45039         <size>7</size>
45040       </method>
45041     </type>
45042     <type name="TestAttribute">
45043       <method name="Void .ctor()">
45044         <size>7</size>
45045       </method>
45046     </type>
45047     <type name="Test2Attribute">
45048       <method name="Void .ctor()">
45049         <size>7</size>
45050       </method>
45051     </type>
45052     <type name="X">
45053       <method name="Void .ctor()">
45054         <size>7</size>
45055       </method>
45056       <method name="Int32 Main()">
45057         <size>62</size>
45058       </method>
45059     </type>
45060   </test>
45061   <test name="test-partial-08.cs">
45062     <type name="Foo">
45063       <method name="Void .ctor()">
45064         <size>7</size>
45065       </method>
45066       <method name="System.String get_Id()">
45067         <size>7</size>
45068       </method>
45069     </type>
45070     <type name="PartialAbstractCompilationError">
45071       <method name="Void .ctor()">
45072         <size>7</size>
45073       </method>
45074       <method name="Int32 Main()">
45075         <size>54</size>
45076       </method>
45077     </type>
45078   </test>
45079   <test name="test-partial-09.cs">
45080     <type name="Foo">
45081       <method name="Void .ctor()">
45082         <size>7</size>
45083       </method>
45084       <method name="System.String get_Id()">
45085         <size>7</size>
45086       </method>
45087     </type>
45088     <type name="Bar">
45089       <method name="Void .ctor(String)">
45090         <size>14</size>
45091       </method>
45092     </type>
45093     <type name="PartialAbstractCompilationError">
45094       <method name="Void .ctor()">
45095         <size>7</size>
45096       </method>
45097       <method name="Void Main()">
45098         <size>21</size>
45099       </method>
45100     </type>
45101   </test>
45102   <test name="test-partial-10.cs">
45103     <type name="Test2.Foo">
45104       <method name="Void .ctor()">
45105         <size>7</size>
45106       </method>
45107       <method name="Void .cctor()">
45108         <size>15</size>
45109       </method>
45110     </type>
45111     <type name="X">
45112       <method name="Void .ctor()">
45113         <size>7</size>
45114       </method>
45115       <method name="Int32 Main()">
45116         <size>68</size>
45117       </method>
45118     </type>
45119     <type name="Test3.Foo">
45120       <method name="Void .cctor()">
45121         <size>15</size>
45122       </method>
45123     </type>
45124   </test>
45125   <test name="test-partial-11.cs">
45126     <type name="StaticClass">
45127       <method name="System.String Name()">
45128         <size>6</size>
45129       </method>
45130     </type>
45131     <type name="MainClass">
45132       <method name="Void .ctor()">
45133         <size>7</size>
45134       </method>
45135       <method name="Boolean IsStatic(System.Type)">
45136         <size>73</size>
45137       </method>
45138       <method name="Int32 Main()">
45139         <size>56</size>
45140       </method>
45141     </type>
45142   </test>
45143   <test name="test-partial-12.cs">
45144     <type name="Test1.Foo">
45145       <method name="Void .ctor()">
45146         <size>7</size>
45147       </method>
45148       <method name="IEnumerable E()">
45149         <size>16</size>
45150       </method>
45151     </type>
45152     <type name="X">
45153       <method name="Void .ctor()">
45154         <size>7</size>
45155       </method>
45156       <method name="Int32 Main()">
45157         <size>102</size>
45158       </method>
45159     </type>
45160     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
45161       <method name="Void .ctor()">
45162         <size>7</size>
45163       </method>
45164       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45165         <size>7</size>
45166       </method>
45167       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
45168         <size>7</size>
45169       </method>
45170       <method name="Boolean MoveNext()">
45171         <size>69</size>
45172       </method>
45173       <method name="Void Dispose()">
45174         <size>8</size>
45175       </method>
45176       <method name="Void Reset()">
45177         <size>6</size>
45178       </method>
45179       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45180         <size>7</size>
45181       </method>
45182       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
45183         <size>26</size>
45184       </method>
45185     </type>
45186   </test>
45187   <test name="test-partial-13.cs">
45188     <type name="Test.Test">
45189       <method name="Void .ctor()">
45190         <size>7</size>
45191       </method>
45192       <method name="Boolean Equals(System.Object)">
45193         <size>2</size>
45194       </method>
45195       <method name="Int32 GetHashCode()">
45196         <size>2</size>
45197       </method>
45198       <method name="Void Main()">
45199         <size>1</size>
45200       </method>
45201     </type>
45202   </test>
45203   <test name="test-partial-14.cs">
45204     <type name="T">
45205       <method name="Void .ctor()">
45206         <size>7</size>
45207       </method>
45208     </type>
45209     <type name="partial">
45210       <method name="Void .ctor()">
45211         <size>7</size>
45212       </method>
45213     </type>
45214     <type name="A">
45215       <method name="Void .ctor()">
45216         <size>7</size>
45217       </method>
45218       <method name="Void partial(partial)">
45219         <size>3</size>
45220       </method>
45221     </type>
45222     <type name="B">
45223       <method name="Void .ctor()">
45224         <size>7</size>
45225       </method>
45226       <method name="Void Main()">
45227         <size>1</size>
45228       </method>
45229     </type>
45230   </test>
45231   <test name="test-partial-15.cs">
45232     <type name="Foo.X">
45233       <method name="Void .ctor()">
45234         <size>7</size>
45235       </method>
45236       <method name="Void Main()">
45237         <size>1</size>
45238       </method>
45239       <method name="IEnumerable Attempts2()">
45240         <size>16</size>
45241       </method>
45242       <method name="IEnumerable get_Attempts()">
45243         <size>16</size>
45244       </method>
45245       <method name="IEnumerable get_Item(Int32)">
45246         <size>16</size>
45247       </method>
45248     </type>
45249     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
45250       <method name="Void .ctor()">
45251         <size>7</size>
45252       </method>
45253       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45254         <size>7</size>
45255       </method>
45256       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
45257         <size>7</size>
45258       </method>
45259       <method name="Boolean MoveNext()">
45260         <size>36</size>
45261       </method>
45262       <method name="Void Dispose()">
45263         <size>8</size>
45264       </method>
45265       <method name="Void Reset()">
45266         <size>6</size>
45267       </method>
45268     </type>
45269     <type name="Foo.X+&lt;&gt;c__Iterator1">
45270       <method name="Void .ctor()">
45271         <size>7</size>
45272       </method>
45273       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45274         <size>7</size>
45275       </method>
45276       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
45277         <size>7</size>
45278       </method>
45279       <method name="Boolean MoveNext()">
45280         <size>36</size>
45281       </method>
45282       <method name="Void Dispose()">
45283         <size>8</size>
45284       </method>
45285       <method name="Void Reset()">
45286         <size>6</size>
45287       </method>
45288     </type>
45289     <type name="Foo.X+&lt;&gt;c__Iterator2">
45290       <method name="Void .ctor()">
45291         <size>7</size>
45292       </method>
45293       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45294         <size>7</size>
45295       </method>
45296       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
45297         <size>7</size>
45298       </method>
45299       <method name="Boolean MoveNext()">
45300         <size>36</size>
45301       </method>
45302       <method name="Void Dispose()">
45303         <size>8</size>
45304       </method>
45305       <method name="Void Reset()">
45306         <size>6</size>
45307       </method>
45308     </type>
45309     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
45310       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45311         <size>7</size>
45312       </method>
45313       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
45314         <size>26</size>
45315       </method>
45316     </type>
45317     <type name="Foo.X+&lt;&gt;c__Iterator1">
45318       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45319         <size>7</size>
45320       </method>
45321       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
45322         <size>26</size>
45323       </method>
45324     </type>
45325     <type name="Foo.X+&lt;&gt;c__Iterator2">
45326       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45327         <size>7</size>
45328       </method>
45329       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
45330         <size>26</size>
45331       </method>
45332     </type>
45333   </test>
45334   <test name="test-partial-16.cs">
45335     <type name="A.C">
45336       <method name="Void .ctor()">
45337         <size>23</size>
45338       </method>
45339       <method name="Void .cctor()">
45340         <size>11</size>
45341       </method>
45342     </type>
45343     <type name="B.C2">
45344       <method name="Void .ctor()">
45345         <size>7</size>
45346       </method>
45347       <method name="Boolean Test()">
45348         <size>2</size>
45349       </method>
45350       <method name="System.Object Test_I()">
45351         <size>2</size>
45352       </method>
45353       <method name="Void Main()">
45354         <size>1</size>
45355       </method>
45356     </type>
45357   </test>
45358   <test name="test-partial-17.cs">
45359     <type name="Test">
45360       <method name="Void .ctor()">
45361         <size>7</size>
45362       </method>
45363       <method name="Boolean Check(System.String, System.String[])">
45364         <size>42</size>
45365       </method>
45366       <method name="Void Main()">
45367         <size>1</size>
45368       </method>
45369     </type>
45370   </test>
45371   <test name="test-partial-18.cs">
45372     <type name="N.Foo">
45373       <method name="Void .ctor()">
45374         <size>17</size>
45375       </method>
45376       <method name="Void Main()">
45377         <size>1</size>
45378       </method>
45379     </type>
45380   </test>
45381   <test name="test-partial-19.cs">
45382     <type name="Bug.GL">
45383       <method name="Void Main()">
45384         <size>7</size>
45385       </method>
45386     </type>
45387     <type name="Bug.GL+Core">
45388       <method name="Boolean A()">
45389         <size>2</size>
45390       </method>
45391     </type>
45392   </test>
45393   <test name="test-partial-20.cs">
45394     <type name="A">
45395       <method name="Void .ctor()">
45396         <size>7</size>
45397       </method>
45398       <method name="Void .cctor()">
45399         <size>7</size>
45400       </method>
45401     </type>
45402     <type name="B">
45403       <method name="Void .ctor()">
45404         <size>7</size>
45405       </method>
45406       <method name="Void .cctor()">
45407         <size>7</size>
45408       </method>
45409     </type>
45410     <type name="C">
45411       <method name="Void .ctor()">
45412         <size>7</size>
45413       </method>
45414       <method name="Int32 Main()">
45415         <size>38</size>
45416       </method>
45417     </type>
45418   </test>
45419   <test name="test-partial-21.cs">
45420     <type name="Mono.Sms.Main">
45421       <method name="Void .ctor()">
45422         <size>7</size>
45423       </method>
45424       <method name="Void Test()">
45425         <size>42</size>
45426       </method>
45427     </type>
45428     <type name="Mono.Sms.Contacts">
45429       <method name="Void .ctor()">
45430         <size>7</size>
45431       </method>
45432       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
45433         <size>24</size>
45434       </method>
45435       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
45436         <size>24</size>
45437       </method>
45438       <method name="Void Test()">
45439         <size>12</size>
45440       </method>
45441     </type>
45442     <type name="Mono.Sms.Core.Agenda">
45443       <method name="Void .ctor()">
45444         <size>7</size>
45445       </method>
45446       <method name="Void AddContact()">
45447         <size>1</size>
45448       </method>
45449       <method name="Void Main()">
45450         <size>1</size>
45451       </method>
45452     </type>
45453     <type name="Mono.Sms.Contacts+ContactsHandler">
45454       <method name="Void .ctor(Object, IntPtr)">
45455         <size>0</size>
45456       </method>
45457       <method name="Void Invoke()">
45458         <size>0</size>
45459       </method>
45460       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45461         <size>0</size>
45462       </method>
45463       <method name="Void EndInvoke(IAsyncResult)">
45464         <size>0</size>
45465       </method>
45466     </type>
45467     <type name="Mono.Sms.Main">
45468       <method name="Void &lt;Test&gt;m__0()">
45469         <size>6</size>
45470       </method>
45471     </type>
45472   </test>
45473   <test name="test-partial-22.cs">
45474     <type name="C">
45475       <method name="Void .ctor()">
45476         <size>7</size>
45477       </method>
45478       <method name="Int32 Main()">
45479         <size>2</size>
45480       </method>
45481     </type>
45482   </test>
45483   <test name="test-partial-23.cs">
45484     <type name="C">
45485       <method name="Void .ctor()">
45486         <size>7</size>
45487       </method>
45488       <method name="Void Partial_A()">
45489         <size>15</size>
45490       </method>
45491       <method name="Void Partial_B()">
45492         <size>15</size>
45493       </method>
45494       <method name="Void Partial_S()">
45495         <size>14</size>
45496       </method>
45497       <method name="Int32 Main()">
45498         <size>52</size>
45499       </method>
45500     </type>
45501   </test>
45502   <test name="test-partial-24.cs">
45503     <type name="N.C">
45504       <method name="Void .ctor()">
45505         <size>7</size>
45506       </method>
45507       <method name="Void Main()">
45508         <size>1</size>
45509       </method>
45510       <method name="Void Foo()">
45511         <size>1</size>
45512       </method>
45513     </type>
45514   </test>
45515   <test name="test-partial-25.cs">
45516     <type name="C">
45517       <method name="Void .ctor()">
45518         <size>7</size>
45519       </method>
45520       <method name="Void Partial(Int32)">
45521         <size>14</size>
45522       </method>
45523       <method name="Int32 Main()">
45524         <size>8</size>
45525       </method>
45526     </type>
45527   </test>
45528   <test name="test-partial-26.cs">
45529     <type name="ConsoleApplication1.X">
45530       <method name="Void .ctor()">
45531         <size>7</size>
45532       </method>
45533       <method name="Void Foo()">
45534         <size>1</size>
45535       </method>
45536     </type>
45537     <type name="ConsoleApplication1.Program">
45538       <method name="Void .ctor()">
45539         <size>7</size>
45540       </method>
45541       <method name="Int32 Main()">
45542         <size>98</size>
45543       </method>
45544     </type>
45545     <type name="ConsoleApplication1.Y">
45546       <method name="Void Foo()">
45547         <size>1</size>
45548       </method>
45549       <method name="Void .ctor()">
45550         <size>7</size>
45551       </method>
45552     </type>
45553   </test>
45554   <test name="test-partial-27.cs">
45555     <type name="C">
45556       <method name="Int32 Main()">
45557         <size>2</size>
45558       </method>
45559       <method name="Void .ctor()">
45560         <size>7</size>
45561       </method>
45562     </type>
45563   </test>
45564   <test name="test-partial-28.cs">
45565     <type name="A">
45566       <method name="Void .ctor()">
45567         <size>7</size>
45568       </method>
45569     </type>
45570     <type name="TestCase">
45571       <method name="Void Main()">
45572         <size>1</size>
45573       </method>
45574       <method name="Void .ctor()">
45575         <size>7</size>
45576       </method>
45577     </type>
45578   </test>
45579   <test name="test-var-01.cs">
45580     <type name="Test">
45581       <method name="Void .ctor()">
45582         <size>7</size>
45583       </method>
45584       <method name="Int32 Main()">
45585         <size>47</size>
45586       </method>
45587     </type>
45588   </test>
45589   <test name="test-var-02.cs">
45590     <type name="Class1">
45591       <method name="Void .ctor()">
45592         <size>15</size>
45593       </method>
45594       <method name="Boolean Method()">
45595         <size>2</size>
45596       </method>
45597     </type>
45598     <type name="Test">
45599       <method name="Void .ctor()">
45600         <size>7</size>
45601       </method>
45602       <method name="Int32 Main()">
45603         <size>116</size>
45604       </method>
45605     </type>
45606     <type name="Test+Class2">
45607       <method name="Void .ctor()">
45608         <size>15</size>
45609       </method>
45610       <method name="Boolean Method()">
45611         <size>2</size>
45612       </method>
45613     </type>
45614   </test>
45615   <test name="test-var-03.cs">
45616     <type name="Test">
45617       <method name="Void .ctor()">
45618         <size>7</size>
45619       </method>
45620       <method name="Int32 Main()">
45621         <size>166</size>
45622       </method>
45623     </type>
45624     <type name="&lt;PrivateImplementationDetails&gt;">
45625       <method name="Void .ctor()">
45626         <size>7</size>
45627       </method>
45628     </type>
45629   </test>
45630   <test name="test-var-05.cs">
45631     <type name="MyClass">
45632       <method name="Void .ctor(String)">
45633         <size>14</size>
45634       </method>
45635       <method name="Void Dispose()">
45636         <size>12</size>
45637       </method>
45638     </type>
45639     <type name="Test">
45640       <method name="Void .ctor()">
45641         <size>7</size>
45642       </method>
45643       <method name="Int32 Main()">
45644         <size>61</size>
45645       </method>
45646     </type>
45647   </test>
45648   <test name="test-var-06.cs">
45649     <type name="Test">
45650       <method name="Void .ctor()">
45651         <size>7</size>
45652       </method>
45653       <method name="Int32 Main()">
45654         <size>48</size>
45655       </method>
45656     </type>
45657   </test>
45658   <test name="test-var-07.cs">
45659     <type name="Test">
45660       <method name="Void .ctor()">
45661         <size>7</size>
45662       </method>
45663       <method name="Void var()">
45664         <size>1</size>
45665       </method>
45666       <method name="Int32 Main()">
45667         <size>33</size>
45668       </method>
45669     </type>
45670     <type name="var">
45671       <method name="Void .ctor()">
45672         <size>7</size>
45673       </method>
45674     </type>
45675   </test>
45676   <test name="test-var-08.cs">
45677     <type name="X">
45678       <method name="Void .ctor(Int32, Int32)">
45679         <size>10</size>
45680       </method>
45681       <method name="Void Main()">
45682         <size>1</size>
45683       </method>
45684     </type>
45685   </test>
45686   <test name="test-xml-042.cs">
45687     <type name="TestNamespace.TestClass">
45688       <method name="Void .ctor()">
45689         <size>7</size>
45690       </method>
45691       <method name="Void Main()">
45692         <size>1</size>
45693       </method>
45694       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
45695         <size>7</size>
45696       </method>
45697     </type>
45698   </test>
45699 </tests>