d3a393ef5cd293f6605830e7d791eabd4758775a
[mono.git] / mcs / tests / ver-il-gmcs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--This file contains expected IL and metadata produced by compiler for each test-->
3 <tests>
4   <test name="gtest-001.cs">
5     <type name="Stack`1[type]">
6       <method name="Void .ctor()">
7         <size>7</size>
8       </method>
9     </type>
10     <type name="Boot">
11       <method name="Void .ctor()">
12         <size>7</size>
13       </method>
14       <method name="Void Main()">
15         <size>1</size>
16       </method>
17     </type>
18   </test>
19   <test name="gtest-002.cs">
20     <type name="Cell`1[X]">
21       <method name="Void .ctor()">
22         <size>7</size>
23       </method>
24     </type>
25     <type name="D">
26       <method name="Void .ctor()">
27         <size>7</size>
28       </method>
29       <method name="Void Main()">
30         <size>1</size>
31       </method>
32     </type>
33   </test>
34   <test name="gtest-003.cs">
35     <type name="Stack`1[T]">
36       <method name="Void .ctor()">
37         <size>7</size>
38       </method>
39     </type>
40     <type name="Test">
41       <method name="Void .ctor()">
42         <size>7</size>
43       </method>
44     </type>
45     <type name="T">
46       <method name="Void .ctor()">
47         <size>7</size>
48       </method>
49       <method name="Void Main()">
50         <size>1</size>
51       </method>
52     </type>
53   </test>
54   <test name="gtest-004.cs">
55     <type name="Stack`1[T]">
56       <method name="Void .ctor()">
57         <size>7</size>
58       </method>
59     </type>
60     <type name="Test">
61       <method name="Void .ctor()">
62         <size>7</size>
63       </method>
64     </type>
65     <type name="T">
66       <method name="Void .ctor()">
67         <size>7</size>
68       </method>
69       <method name="Void Foo(Stack`1[Test])">
70         <size>1</size>
71       </method>
72       <method name="Void Main()">
73         <size>1</size>
74       </method>
75     </type>
76   </test>
77   <test name="gtest-005.cs">
78     <type name="Stack`1[T]">
79       <method name="Void .ctor()">
80         <size>7</size>
81       </method>
82     </type>
83     <type name="Test">
84       <method name="Void .ctor()">
85         <size>7</size>
86       </method>
87     </type>
88     <type name="T">
89       <method name="Void .ctor()">
90         <size>7</size>
91       </method>
92       <method name="Void Main()">
93         <size>1</size>
94       </method>
95     </type>
96   </test>
97   <test name="gtest-006.cs">
98     <type name="Stack`1[T]">
99       <method name="Void .ctor()">
100         <size>23</size>
101       </method>
102       <method name="Void Push(T)">
103         <size>30</size>
104       </method>
105       <method name="T Pop()">
106         <size>29</size>
107       </method>
108       <method name="Void Hello(T)">
109         <size>17</size>
110       </method>
111     </type>
112     <type name="Test">
113       <method name="Void .ctor()">
114         <size>7</size>
115       </method>
116       <method name="Void Main()">
117         <size>1</size>
118       </method>
119     </type>
120   </test>
121   <test name="gtest-007.cs">
122     <type name="Stack`1[T]">
123       <method name="Void .ctor()">
124         <size>7</size>
125       </method>
126     </type>
127     <type name="Test">
128       <method name="Void .ctor()">
129         <size>7</size>
130       </method>
131     </type>
132     <type name="X">
133       <method name="Void .ctor()">
134         <size>7</size>
135       </method>
136       <method name="Void Main()">
137         <size>1</size>
138       </method>
139     </type>
140   </test>
141   <test name="gtest-008.cs">
142     <type name="Stack`1[T]">
143       <method name="Void .ctor()">
144         <size>7</size>
145       </method>
146     </type>
147     <type name="Test">
148       <method name="Void .ctor()">
149         <size>7</size>
150       </method>
151     </type>
152     <type name="X">
153       <method name="Void .ctor()">
154         <size>7</size>
155       </method>
156       <method name="Void Main()">
157         <size>1</size>
158       </method>
159     </type>
160   </test>
161   <test name="gtest-009.cs">
162     <type name="Stack`1[T]">
163       <method name="Void .ctor()">
164         <size>7</size>
165       </method>
166       <method name="System.Object Test(T)">
167         <size>14</size>
168       </method>
169     </type>
170     <type name="Test">
171       <method name="Void .ctor()">
172         <size>7</size>
173       </method>
174     </type>
175     <type name="X">
176       <method name="Void .ctor()">
177         <size>7</size>
178       </method>
179       <method name="Void Main()">
180         <size>1</size>
181       </method>
182     </type>
183   </test>
184   <test name="gtest-010.cs">
185     <type name="J">
186       <method name="Void .ctor()">
187         <size>7</size>
188       </method>
189       <method name="Void Foo()">
190         <size>11</size>
191       </method>
192     </type>
193     <type name="Stack`1[T]">
194       <method name="Void .ctor()">
195         <size>7</size>
196       </method>
197       <method name="Void Test(T)">
198         <size>27</size>
199       </method>
200     </type>
201     <type name="Test">
202       <method name="Void .ctor()">
203         <size>7</size>
204       </method>
205     </type>
206     <type name="X">
207       <method name="Void .ctor()">
208         <size>7</size>
209       </method>
210       <method name="Void Main()">
211         <size>1</size>
212       </method>
213     </type>
214   </test>
215   <test name="gtest-011.cs">
216     <type name="Stack`1[S]">
217       <method name="Void .ctor()">
218         <size>7</size>
219       </method>
220       <method name="Void Hello(S)">
221         <size>1</size>
222       </method>
223     </type>
224     <type name="X">
225       <method name="Void .ctor()">
226         <size>7</size>
227       </method>
228       <method name="Void Test()">
229         <size>13</size>
230       </method>
231       <method name="Void Main()">
232         <size>1</size>
233       </method>
234     </type>
235   </test>
236   <test name="gtest-012.cs">
237     <type name="Stack`1[S]">
238       <method name="Void .ctor()">
239         <size>7</size>
240       </method>
241       <method name="Void Hello(S)">
242         <size>1</size>
243       </method>
244     </type>
245     <type name="Test`1[T]">
246       <method name="Void .ctor()">
247         <size>7</size>
248       </method>
249       <method name="Void Foo(T)">
250         <size>1</size>
251       </method>
252     </type>
253     <type name="X">
254       <method name="Void .ctor()">
255         <size>7</size>
256       </method>
257       <method name="Void Test()">
258         <size>25</size>
259       </method>
260       <method name="Void Main()">
261         <size>1</size>
262       </method>
263     </type>
264   </test>
265   <test name="gtest-013.cs">
266     <type name="X">
267       <method name="Void .ctor()">
268         <size>7</size>
269       </method>
270       <method name="Void Test()">
271         <size>13</size>
272       </method>
273       <method name="Void Main()">
274         <size>1</size>
275       </method>
276     </type>
277   </test>
278   <test name="gtest-014.cs">
279     <type name="Stack`1[S]">
280       <method name="Void .ctor(S)">
281         <size>7</size>
282       </method>
283       <method name="Void Push(S)">
284         <size>1</size>
285       </method>
286     </type>
287     <type name="X">
288       <method name="Void .ctor()">
289         <size>7</size>
290       </method>
291       <method name="Void Main()">
292         <size>37</size>
293       </method>
294     </type>
295   </test>
296   <test name="gtest-015.cs">
297     <type name="Stack`1[S]">
298       <method name="Void .ctor()">
299         <size>7</size>
300       </method>
301       <method name="Void Hello[T,U](S, T, U)">
302         <size>3</size>
303       </method>
304     </type>
305     <type name="X">
306       <method name="Void .ctor()">
307         <size>7</size>
308       </method>
309       <method name="Void Main()">
310         <size>1</size>
311       </method>
312     </type>
313   </test>
314   <test name="gtest-016.cs">
315     <type name="Stack`1[S]">
316       <method name="Void .ctor()">
317         <size>7</size>
318       </method>
319       <method name="Void Hello[T](S, T)">
320         <size>1</size>
321       </method>
322     </type>
323     <type name="X">
324       <method name="Void .ctor()">
325         <size>7</size>
326       </method>
327       <method name="Void Main()">
328         <size>1</size>
329       </method>
330     </type>
331   </test>
332   <test name="gtest-017.cs">
333     <type name="X">
334       <method name="Void .ctor()">
335         <size>7</size>
336       </method>
337       <method name="Void Foo(Stack)">
338         <size>12</size>
339       </method>
340       <method name="Void Main()">
341         <size>13</size>
342       </method>
343     </type>
344   </test>
345   <test name="gtest-018.cs">
346     <type name="Stack">
347       <method name="Void .ctor()">
348         <size>7</size>
349       </method>
350       <method name="Void Hello[T](T)">
351         <size>1</size>
352       </method>
353     </type>
354     <type name="X">
355       <method name="Void .ctor()">
356         <size>7</size>
357       </method>
358       <method name="Void Foo(Stack)">
359         <size>12</size>
360       </method>
361       <method name="Void Main()">
362         <size>13</size>
363       </method>
364     </type>
365   </test>
366   <test name="gtest-019.cs">
367     <type name="X">
368       <method name="Void .ctor()">
369         <size>7</size>
370       </method>
371       <method name="Void Main()">
372         <size>1</size>
373       </method>
374     </type>
375   </test>
376   <test name="gtest-020.cs">
377     <type name="X">
378       <method name="Void .ctor()">
379         <size>7</size>
380       </method>
381       <method name="Void Test()">
382         <size>13</size>
383       </method>
384       <method name="Void Main()">
385         <size>1</size>
386       </method>
387     </type>
388     <type name="Stack`1[S]">
389       <method name="Void Hello(S)">
390         <size>1</size>
391       </method>
392     </type>
393   </test>
394   <test name="gtest-021.cs">
395     <type name="Foo`1[T]">
396       <method name="Void .ctor(Int32)">
397         <size>58</size>
398       </method>
399       <method name="Void Test()">
400         <size>23</size>
401       </method>
402     </type>
403     <type name="Bar`1[T]">
404       <method name="Void .ctor()">
405         <size>7</size>
406       </method>
407       <method name="Void Test()">
408         <size>45</size>
409       </method>
410     </type>
411     <type name="X">
412       <method name="Void .ctor()">
413         <size>7</size>
414       </method>
415       <method name="Void Print(System.Object)">
416         <size>39</size>
417       </method>
418       <method name="Void Main()">
419         <size>38</size>
420       </method>
421     </type>
422     <type name="S">
423       <method name="Void .ctor(String)">
424         <size>8</size>
425       </method>
426       <method name="System.String ToString()">
427         <size>17</size>
428       </method>
429     </type>
430   </test>
431   <test name="gtest-022.cs">
432     <type name="Foo`1[T]">
433       <method name="Void .ctor()">
434         <size>7</size>
435       </method>
436       <method name="Void Hello()">
437         <size>1</size>
438       </method>
439       <method name="Void World(T)">
440         <size>7</size>
441       </method>
442     </type>
443     <type name="Bar">
444       <method name="Void .ctor()">
445         <size>7</size>
446       </method>
447       <method name="Void Test()">
448         <size>14</size>
449       </method>
450     </type>
451     <type name="X">
452       <method name="Void .ctor()">
453         <size>7</size>
454       </method>
455       <method name="Void Main()">
456         <size>13</size>
457       </method>
458     </type>
459   </test>
460   <test name="gtest-023.cs">
461     <type name="Foo`1[T]">
462       <method name="Void .ctor()">
463         <size>7</size>
464       </method>
465       <method name="Void Hello()">
466         <size>1</size>
467       </method>
468       <method name="Void World(T)">
469         <size>7</size>
470       </method>
471     </type>
472     <type name="Bar">
473       <method name="Void .ctor()">
474         <size>7</size>
475       </method>
476       <method name="Void Test()">
477         <size>14</size>
478       </method>
479     </type>
480     <type name="X">
481       <method name="Void .ctor()">
482         <size>7</size>
483       </method>
484       <method name="Void Main()">
485         <size>1</size>
486       </method>
487     </type>
488   </test>
489   <test name="gtest-024.cs">
490     <type name="Foo`1[T]">
491       <method name="Void .ctor()">
492         <size>7</size>
493       </method>
494       <method name="Void Hello(T)">
495         <size>13</size>
496       </method>
497       <method name="Void Whatever(System.Object)">
498         <size>12</size>
499       </method>
500     </type>
501     <type name="X">
502       <method name="Void .ctor()">
503         <size>7</size>
504       </method>
505       <method name="Void Test(Foo`1[System.Int32])">
506         <size>8</size>
507       </method>
508       <method name="Void Main()">
509         <size>13</size>
510       </method>
511     </type>
512   </test>
513   <test name="gtest-025.cs">
514     <type name="Foo">
515       <method name="Void .ctor()">
516         <size>7</size>
517       </method>
518       <method name="Void Hello[T](T)">
519         <size>13</size>
520       </method>
521       <method name="Void Whatever(System.Object)">
522         <size>12</size>
523       </method>
524     </type>
525     <type name="X">
526       <method name="Void .ctor()">
527         <size>7</size>
528       </method>
529       <method name="Void Test(Foo)">
530         <size>12</size>
531       </method>
532       <method name="Void Main()">
533         <size>13</size>
534       </method>
535     </type>
536   </test>
537   <test name="gtest-026.cs">
538     <type name="Foo`1[T]">
539       <method name="Void .ctor()">
540         <size>7</size>
541       </method>
542     </type>
543     <type name="X">
544       <method name="Void .ctor()">
545         <size>7</size>
546       </method>
547       <method name="Void Main()">
548         <size>15</size>
549       </method>
550     </type>
551   </test>
552   <test name="gtest-027.cs">
553     <type name="TheBase">
554       <method name="Void .ctor()">
555         <size>7</size>
556       </method>
557       <method name="Void BaseFunc()">
558         <size>1</size>
559       </method>
560     </type>
561     <type name="Stack`1[S]">
562       <method name="Void .ctor()">
563         <size>7</size>
564       </method>
565       <method name="Void Hello(S)">
566         <size>1</size>
567       </method>
568     </type>
569     <type name="Test`1[T]">
570       <method name="Void .ctor()">
571         <size>7</size>
572       </method>
573       <method name="Void Foo(T)">
574         <size>1</size>
575       </method>
576     </type>
577     <type name="X">
578       <method name="Void .ctor()">
579         <size>7</size>
580       </method>
581       <method name="Void Test()">
582         <size>36</size>
583       </method>
584       <method name="Void Main()">
585         <size>1</size>
586       </method>
587     </type>
588   </test>
589   <test name="gtest-028.cs">
590     <type name="Stack`1[T]">
591       <method name="Void .ctor(T)">
592         <size>14</size>
593       </method>
594       <method name="System.Object Test()">
595         <size>12</size>
596       </method>
597     </type>
598     <type name="X">
599       <method name="Void .ctor()">
600         <size>7</size>
601       </method>
602       <method name="System.Object Test(Stack`1[System.Int32])">
603         <size>7</size>
604       </method>
605       <method name="Void Main()">
606         <size>20</size>
607       </method>
608     </type>
609   </test>
610   <test name="gtest-029.cs">
611     <type name="Stack`1[T]">
612       <method name="Void .ctor(Int32)">
613         <size>19</size>
614       </method>
615       <method name="System.Object Test()">
616         <size>7</size>
617       </method>
618     </type>
619     <type name="X">
620       <method name="Void .ctor()">
621         <size>7</size>
622       </method>
623       <method name="Void Main()">
624         <size>19</size>
625       </method>
626     </type>
627   </test>
628   <test name="gtest-030.cs">
629     <type name="Foo`1[T]">
630       <method name="Void .ctor()">
631         <size>7</size>
632       </method>
633       <method name="Void Hello(T)">
634         <size>1</size>
635       </method>
636     </type>
637     <type name="Bar`2[T,U]">
638       <method name="Void .ctor()">
639         <size>7</size>
640       </method>
641       <method name="Void Test(T, U)">
642         <size>1</size>
643       </method>
644     </type>
645     <type name="X">
646       <method name="Void .ctor()">
647         <size>7</size>
648       </method>
649       <method name="Void Test(Bar`2[System.Int32,System.String])">
650         <size>24</size>
651       </method>
652       <method name="Void Main()">
653         <size>13</size>
654       </method>
655     </type>
656   </test>
657   <test name="gtest-031.cs">
658     <type name="X">
659       <method name="Void .ctor()">
660         <size>7</size>
661       </method>
662       <method name="Void Test(Bar`2[System.Int32,System.String])">
663         <size>24</size>
664       </method>
665       <method name="Void Main()">
666         <size>1</size>
667       </method>
668     </type>
669   </test>
670   <test name="gtest-032.cs">
671     <type name="X">
672       <method name="Void .ctor()">
673         <size>7</size>
674       </method>
675       <method name="Void Test(Bar`2)">
676         <size>24</size>
677       </method>
678       <method name="Void Main()">
679         <size>1</size>
680       </method>
681     </type>
682   </test>
683   <test name="gtest-033.cs">
684     <type name="X">
685       <method name="Void .ctor()">
686         <size>7</size>
687       </method>
688       <method name="Void Test(Bar`3)">
689         <size>35</size>
690       </method>
691       <method name="Void Main()">
692         <size>1</size>
693       </method>
694     </type>
695   </test>
696   <test name="gtest-034.cs">
697     <type name="Foo`1[T]">
698       <method name="Void .ctor()">
699         <size>7</size>
700       </method>
701     </type>
702     <type name="Stack`1[T]">
703       <method name="Void .ctor()">
704         <size>7</size>
705       </method>
706     </type>
707     <type name="Bar`1[T]">
708       <method name="Void .ctor()">
709         <size>7</size>
710       </method>
711     </type>
712     <type name="X">
713       <method name="Void .ctor()">
714         <size>7</size>
715       </method>
716       <method name="Void Main()">
717         <size>1</size>
718       </method>
719     </type>
720   </test>
721   <test name="gtest-035.cs">
722     <type name="Test`1[T]">
723       <method name="Void .ctor()">
724         <size>7</size>
725       </method>
726     </type>
727     <type name="Foo`1[T]">
728       <method name="Void .ctor()">
729         <size>7</size>
730       </method>
731     </type>
732     <type name="X">
733       <method name="Void .ctor()">
734         <size>7</size>
735       </method>
736       <method name="Void Main()">
737         <size>1</size>
738       </method>
739     </type>
740   </test>
741   <test name="gtest-036.cs">
742     <type name="Stack`1[T]">
743       <method name="Void .ctor()">
744         <size>7</size>
745       </method>
746       <method name="Void Hello(Stack`1[T])">
747         <size>1</size>
748       </method>
749       <method name="Void Test()">
750         <size>8</size>
751       </method>
752     </type>
753     <type name="X">
754       <method name="Void .ctor()">
755         <size>7</size>
756       </method>
757       <method name="Void Main()">
758         <size>1</size>
759       </method>
760     </type>
761   </test>
762   <test name="gtest-037.cs">
763     <type name="Foo`2[T,U]">
764       <method name="Void .ctor()">
765         <size>7</size>
766       </method>
767       <method name="Void Hello(Foo`2[T,U])">
768         <size>1</size>
769       </method>
770       <method name="Void Test()">
771         <size>8</size>
772       </method>
773     </type>
774     <type name="Bar`1[T]">
775       <method name="Void .ctor()">
776         <size>7</size>
777       </method>
778       <method name="Void Test(Foo`2[T,System.Int64])">
779         <size>8</size>
780       </method>
781     </type>
782     <type name="Baz`1[T]">
783       <method name="Void .ctor()">
784         <size>7</size>
785       </method>
786       <method name="Void Test()">
787         <size>8</size>
788       </method>
789     </type>
790     <type name="X">
791       <method name="Void .ctor()">
792         <size>7</size>
793       </method>
794       <method name="Void Main()">
795         <size>1</size>
796       </method>
797     </type>
798   </test>
799   <test name="gtest-038.cs">
800     <type name="Queue`1[T]">
801       <method name="Void .ctor(T, T)">
802         <size>38</size>
803       </method>
804       <method name="Queue`1+Node`1[T,T] GetFoo()">
805         <size>7</size>
806       </method>
807       <method name="Queue`1+Node`1[T,T] get_Foo()">
808         <size>7</size>
809       </method>
810       <method name="Void Test(T)">
811         <size>12</size>
812       </method>
813       <method name="Void Test()">
814         <size>74</size>
815       </method>
816     </type>
817     <type name="Queue`1+Node`1[T,U]">
818       <method name="Void .ctor(Node`1, U)">
819         <size>21</size>
820       </method>
821     </type>
822     <type name="X">
823       <method name="Void .ctor()">
824         <size>7</size>
825       </method>
826       <method name="Void Main()">
827         <size>16</size>
828       </method>
829     </type>
830   </test>
831   <test name="gtest-039.cs">
832     <type name="Zoo`1[T]">
833       <method name="Void .ctor(T)">
834         <size>14</size>
835       </method>
836       <method name="IMonkey`1 GetTheMonkey[U](U)">
837         <size>8</size>
838       </method>
839       <method name="T get_Name()">
840         <size>7</size>
841       </method>
842     </type>
843     <type name="Zoo`1+Monkey`2[T,V,W]">
844       <method name="Void .ctor(Zoo`1, W)">
845         <size>21</size>
846       </method>
847       <method name="W Jump()">
848         <size>44</size>
849       </method>
850     </type>
851     <type name="X">
852       <method name="Void .ctor()">
853         <size>7</size>
854       </method>
855       <method name="Void Main()">
856         <size>31</size>
857       </method>
858     </type>
859   </test>
860   <test name="gtest-040.cs">
861     <type name="Stack`1[T]">
862       <method name="Void .ctor(T)">
863         <size>26</size>
864       </method>
865       <method name="INode`1 GetNode()">
866         <size>7</size>
867       </method>
868       <method name="Stack`1+Foo`1[T,T] GetFoo(T)">
869         <size>7</size>
870       </method>
871       <method name="Stack`1+Bar`1[T,T] GetBar(T)">
872         <size>7</size>
873       </method>
874       <method name="Void Test()">
875         <size>66</size>
876       </method>
877     </type>
878     <type name="Stack`1+Node[T]">
879       <method name="Void .ctor(Stack`1)">
880         <size>14</size>
881       </method>
882       <method name="Void Hello(T)">
883         <size>1</size>
884       </method>
885     </type>
886     <type name="Stack`1+Foo`1[T,T]">
887       <method name="Void .ctor(T)">
888         <size>14</size>
889       </method>
890       <method name="Stack`1+Bar`1[T,T] GetBar()">
891         <size>12</size>
892       </method>
893     </type>
894     <type name="Stack`1+Bar`1[T,U]">
895       <method name="Void .ctor(U)">
896         <size>14</size>
897       </method>
898       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
899         <size>7</size>
900       </method>
901     </type>
902     <type name="Stack`1+Bar`1+Baz`1[T,U,V]">
903       <method name="Void .ctor(V)">
904         <size>14</size>
905       </method>
906       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
907         <size>12</size>
908       </method>
909       <method name="Stack`1+Bar`1[T,V] GetBar()">
910         <size>12</size>
911       </method>
912     </type>
913     <type name="X">
914       <method name="Void .ctor()">
915         <size>7</size>
916       </method>
917       <method name="Void Main()">
918         <size>31</size>
919       </method>
920     </type>
921   </test>
922   <test name="gtest-041.cs">
923     <type name="Stack`1[T]">
924       <method name="Void .ctor()">
925         <size>7</size>
926       </method>
927       <method name="Void Hello(Int32, T[])">
928         <size>1</size>
929       </method>
930     </type>
931     <type name="X">
932       <method name="Void .ctor()">
933         <size>7</size>
934       </method>
935       <method name="Void Main()">
936         <size>36</size>
937       </method>
938     </type>
939   </test>
940   <test name="gtest-042.cs">
941     <type name="A.A`1[X]">
942       <method name="Void .ctor()">
943         <size>7</size>
944       </method>
945     </type>
946     <type name="A.B`1[X]">
947       <method name="Void .ctor()">
948         <size>7</size>
949       </method>
950     </type>
951     <type name="A.C`1[X]">
952       <method name="Void .ctor()">
953         <size>7</size>
954       </method>
955     </type>
956     <type name="A.D`1[X]">
957       <method name="Void .ctor()">
958         <size>7</size>
959       </method>
960     </type>
961     <type name="A.E`2[X,Y]">
962       <method name="Void .ctor()">
963         <size>7</size>
964       </method>
965     </type>
966     <type name="A.F`1[X]">
967       <method name="Void .ctor()">
968         <size>7</size>
969       </method>
970     </type>
971     <type name="B.MyTest`2[K,V]">
972       <method name="Void .ctor()">
973         <size>7</size>
974       </method>
975     </type>
976     <type name="C.S`1[K]">
977       <method name="Void .ctor()">
978         <size>7</size>
979       </method>
980     </type>
981     <type name="C.C`1[K]">
982       <method name="Void .ctor()">
983         <size>7</size>
984       </method>
985     </type>
986     <type name="Test">
987       <method name="Void .ctor()">
988         <size>7</size>
989       </method>
990       <method name="Void Main()">
991         <size>1</size>
992       </method>
993     </type>
994   </test>
995   <test name="gtest-043.cs">
996     <type name="Test`1[T]">
997       <method name="Void .ctor()">
998         <size>7</size>
999       </method>
1000       <method name="Void Foo()">
1001         <size>13</size>
1002       </method>
1003       <method name="Int32 GetCount()">
1004         <size>6</size>
1005       </method>
1006     </type>
1007     <type name="X">
1008       <method name="Void .ctor()">
1009         <size>7</size>
1010       </method>
1011       <method name="Int32 DoTheTest[T]()">
1012         <size>107</size>
1013       </method>
1014       <method name="Int32 Main()">
1015         <size>134</size>
1016       </method>
1017     </type>
1018   </test>
1019   <test name="gtest-044.cs">
1020     <type name="X`1[T]">
1021       <method name="Void .ctor(Int32)">
1022         <size>14</size>
1023       </method>
1024       <method name="X`1[T] op_Increment(X`1[T])">
1025         <size>14</size>
1026       </method>
1027     </type>
1028     <type name="Test">
1029       <method name="Void .ctor()">
1030         <size>7</size>
1031       </method>
1032       <method name="Void Main()">
1033         <size>37</size>
1034       </method>
1035     </type>
1036   </test>
1037   <test name="gtest-045.cs">
1038     <type name="Test`2[A,B]">
1039       <method name="Void .ctor()">
1040         <size>7</size>
1041       </method>
1042       <method name="Void Foo[U](U)">
1043         <size>1</size>
1044       </method>
1045       <method name="Void Foo[V](V[], V)">
1046         <size>1</size>
1047       </method>
1048       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
1049         <size>1</size>
1050       </method>
1051       <method name="Void ArrayMethod[V](V[])">
1052         <size>1</size>
1053       </method>
1054     </type>
1055     <type name="X">
1056       <method name="Void .ctor()">
1057         <size>7</size>
1058       </method>
1059       <method name="Void Main()">
1060         <size>86</size>
1061       </method>
1062     </type>
1063     <type name="&lt;PrivateImplementationDetails&gt;">
1064       <method name="Void .ctor()">
1065         <size>7</size>
1066       </method>
1067     </type>
1068   </test>
1069   <test name="gtest-046.cs">
1070     <type name="Foo`1[T]">
1071       <method name="Void .ctor()">
1072         <size>7</size>
1073       </method>
1074       <method name="Void add_MyEvent(Test`1[T])">
1075         <size>24</size>
1076       </method>
1077       <method name="Void remove_MyEvent(Test`1[T])">
1078         <size>24</size>
1079       </method>
1080       <method name="Void Hello(T)">
1081         <size>24</size>
1082       </method>
1083     </type>
1084     <type name="X">
1085       <method name="Void .ctor()">
1086         <size>7</size>
1087       </method>
1088       <method name="Void do_hello(System.String)">
1089         <size>12</size>
1090       </method>
1091       <method name="Void Main()">
1092         <size>36</size>
1093       </method>
1094     </type>
1095     <type name="Test`1[T]">
1096       <method name="Void .ctor(Object, IntPtr)">
1097         <size>0</size>
1098       </method>
1099       <method name="Void Invoke(T)">
1100         <size>0</size>
1101       </method>
1102       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
1103         <size>0</size>
1104       </method>
1105       <method name="Void EndInvoke(IAsyncResult)">
1106         <size>0</size>
1107       </method>
1108     </type>
1109   </test>
1110   <test name="gtest-047.cs">
1111     <type name="X">
1112       <method name="Void .ctor()">
1113         <size>7</size>
1114       </method>
1115       <method name="Void Main()">
1116         <size>7</size>
1117       </method>
1118     </type>
1119   </test>
1120   <test name="gtest-048.cs">
1121     <type name="Stack`1[T]">
1122       <method name="Void .ctor()">
1123         <size>20</size>
1124       </method>
1125       <method name="Void Add(T)">
1126         <size>14</size>
1127       </method>
1128     </type>
1129     <type name="X">
1130       <method name="Void .ctor()">
1131         <size>7</size>
1132       </method>
1133       <method name="Void Main()">
1134         <size>22</size>
1135       </method>
1136     </type>
1137   </test>
1138   <test name="gtest-049.cs">
1139     <type name="X`1[T]">
1140       <method name="Void .ctor()">
1141         <size>7</size>
1142       </method>
1143       <method name="Void A(T)">
1144         <size>1</size>
1145       </method>
1146       <method name="Void A(T[])">
1147         <size>1</size>
1148       </method>
1149       <method name="Void A(T[,])">
1150         <size>1</size>
1151       </method>
1152       <method name="Void A(T[][])">
1153         <size>1</size>
1154       </method>
1155       <method name="Void B(T[])">
1156         <size>1</size>
1157       </method>
1158       <method name="Void B(Int32)">
1159         <size>1</size>
1160       </method>
1161       <method name="Void C(T[])">
1162         <size>1</size>
1163       </method>
1164       <method name="Void C(T[,])">
1165         <size>1</size>
1166       </method>
1167       <method name="Void C(System.Int32[,,])">
1168         <size>1</size>
1169       </method>
1170       <method name="Void D(Int32, T)">
1171         <size>1</size>
1172       </method>
1173       <method name="Void D(T, Int64)">
1174         <size>1</size>
1175       </method>
1176     </type>
1177     <type name="Foo">
1178       <method name="Void .ctor()">
1179         <size>7</size>
1180       </method>
1181       <method name="Void Main()">
1182         <size>1</size>
1183       </method>
1184     </type>
1185   </test>
1186   <test name="gtest-050.cs">
1187     <type name="X">
1188       <method name="Void .ctor()">
1189         <size>7</size>
1190       </method>
1191       <method name="T F[T](System.String, T)">
1192         <size>2</size>
1193       </method>
1194       <method name="T G[T]()">
1195         <size>6</size>
1196       </method>
1197       <method name="Void Main()">
1198         <size>40</size>
1199       </method>
1200     </type>
1201     <type name="D">
1202       <method name="Void .ctor(Object, IntPtr)">
1203         <size>0</size>
1204       </method>
1205       <method name="Int32 Invoke(System.String, Int32)">
1206         <size>0</size>
1207       </method>
1208       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
1209         <size>0</size>
1210       </method>
1211       <method name="Int32 EndInvoke(IAsyncResult)">
1212         <size>0</size>
1213       </method>
1214     </type>
1215     <type name="E">
1216       <method name="Void .ctor(Object, IntPtr)">
1217         <size>0</size>
1218       </method>
1219       <method name="Int32 Invoke()">
1220         <size>0</size>
1221       </method>
1222       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1223         <size>0</size>
1224       </method>
1225       <method name="Int32 EndInvoke(IAsyncResult)">
1226         <size>0</size>
1227       </method>
1228     </type>
1229   </test>
1230   <test name="gtest-051.cs">
1231     <type name="Foo`1[T]">
1232       <method name="Void .ctor()">
1233         <size>7</size>
1234       </method>
1235       <method name="Void Test(T)">
1236         <size>43</size>
1237       </method>
1238     </type>
1239     <type name="A">
1240       <method name="Void .ctor()">
1241         <size>7</size>
1242       </method>
1243       <method name="Void Hello()">
1244         <size>11</size>
1245       </method>
1246     </type>
1247     <type name="B">
1248       <method name="Void .ctor()">
1249         <size>7</size>
1250       </method>
1251     </type>
1252     <type name="X">
1253       <method name="Void .ctor()">
1254         <size>7</size>
1255       </method>
1256       <method name="Void Main()">
1257         <size>18</size>
1258       </method>
1259     </type>
1260   </test>
1261   <test name="gtest-052.cs">
1262     <type name="Foo`1[T]">
1263       <method name="Void .ctor()">
1264         <size>7</size>
1265       </method>
1266       <method name="T Create()">
1267         <size>36</size>
1268       </method>
1269     </type>
1270     <type name="X">
1271       <method name="Void .ctor()">
1272         <size>7</size>
1273       </method>
1274       <method name="Void Hello()">
1275         <size>11</size>
1276       </method>
1277       <method name="Void Main()">
1278         <size>18</size>
1279       </method>
1280     </type>
1281   </test>
1282   <test name="gtest-053.cs">
1283     <type name="ReferenceTypeCounters.SimpleCounter">
1284       <method name="Void .ctor()">
1285         <size>7</size>
1286       </method>
1287       <method name="Void Increment()">
1288         <size>15</size>
1289       </method>
1290     </type>
1291     <type name="ReferenceTypeCounters.PrintingCounter">
1292       <method name="Void .ctor()">
1293         <size>7</size>
1294       </method>
1295       <method name="System.String ToString()">
1296         <size>12</size>
1297       </method>
1298       <method name="Void Increment()">
1299         <size>15</size>
1300       </method>
1301     </type>
1302     <type name="ReferenceTypeCounters.ExplicitCounter">
1303       <method name="Void .ctor()">
1304         <size>7</size>
1305       </method>
1306       <method name="Void ICounter.Increment()">
1307         <size>15</size>
1308       </method>
1309       <method name="System.String ToString()">
1310         <size>12</size>
1311       </method>
1312     </type>
1313     <type name="ReferenceTypeCounters.InterfaceCounter">
1314       <method name="Void .ctor()">
1315         <size>7</size>
1316       </method>
1317       <method name="Void ICounter.Increment()">
1318         <size>15</size>
1319       </method>
1320       <method name="System.String ToString()">
1321         <size>12</size>
1322       </method>
1323       <method name="Void Increment()">
1324         <size>15</size>
1325       </method>
1326     </type>
1327     <type name="Test.Test`1[T]">
1328       <method name="Void .ctor()">
1329         <size>7</size>
1330       </method>
1331       <method name="Void Foo(T)">
1332         <size>50</size>
1333       </method>
1334     </type>
1335     <type name="Test.X">
1336       <method name="Void .ctor()">
1337         <size>7</size>
1338       </method>
1339       <method name="Void Main()">
1340         <size>97</size>
1341       </method>
1342     </type>
1343     <type name="ValueTypeCounters.SimpleCounter">
1344       <method name="Void Increment()">
1345         <size>15</size>
1346       </method>
1347     </type>
1348     <type name="ValueTypeCounters.PrintingCounter">
1349       <method name="System.String ToString()">
1350         <size>12</size>
1351       </method>
1352       <method name="Void Increment()">
1353         <size>15</size>
1354       </method>
1355     </type>
1356     <type name="ValueTypeCounters.ExplicitCounter">
1357       <method name="Void ICounter.Increment()">
1358         <size>15</size>
1359       </method>
1360       <method name="System.String ToString()">
1361         <size>12</size>
1362       </method>
1363     </type>
1364     <type name="ValueTypeCounters.InterfaceCounter">
1365       <method name="Void ICounter.Increment()">
1366         <size>15</size>
1367       </method>
1368       <method name="System.String ToString()">
1369         <size>12</size>
1370       </method>
1371       <method name="Void Increment()">
1372         <size>15</size>
1373       </method>
1374     </type>
1375   </test>
1376   <test name="gtest-054.cs">
1377     <type name="A">
1378       <method name="Void .ctor()">
1379         <size>7</size>
1380       </method>
1381     </type>
1382     <type name="B">
1383       <method name="Void .ctor()">
1384         <size>7</size>
1385       </method>
1386       <method name="Void Hello()">
1387         <size>1</size>
1388       </method>
1389       <method name="C op_Implicit(B)">
1390         <size>6</size>
1391       </method>
1392     </type>
1393     <type name="C">
1394       <method name="Void .ctor()">
1395         <size>7</size>
1396       </method>
1397       <method name="B op_Explicit(C)">
1398         <size>6</size>
1399       </method>
1400     </type>
1401     <type name="Test">
1402       <method name="Void .ctor()">
1403         <size>7</size>
1404       </method>
1405       <method name="Void Simple[T](T)">
1406         <size>36</size>
1407       </method>
1408       <method name="Void Interface[T](T)">
1409         <size>8</size>
1410       </method>
1411       <method name="Void Class[T](T)">
1412         <size>71</size>
1413       </method>
1414       <method name="Void Array[T](T[])">
1415         <size>21</size>
1416       </method>
1417       <method name="Void Main()">
1418         <size>1</size>
1419       </method>
1420     </type>
1421   </test>
1422   <test name="gtest-055.cs">
1423     <type name="N1.A`1[T]">
1424       <method name="Void .ctor()">
1425         <size>7</size>
1426       </method>
1427     </type>
1428     <type name="N1.A`1+B[T]">
1429       <method name="Void .ctor()">
1430         <size>7</size>
1431       </method>
1432     </type>
1433     <type name="N1.A`1+C`1[T,U]">
1434       <method name="Void .ctor()">
1435         <size>7</size>
1436       </method>
1437     </type>
1438     <type name="N1.C">
1439       <method name="Void .ctor()">
1440         <size>7</size>
1441       </method>
1442     </type>
1443     <type name="N2.X">
1444       <method name="Void .ctor()">
1445         <size>7</size>
1446       </method>
1447       <method name="Void Main()">
1448         <size>19</size>
1449       </method>
1450     </type>
1451   </test>
1452   <test name="gtest-056.cs">
1453     <type name="Log`1[T]">
1454       <method name="Void .ctor()">
1455         <size>31</size>
1456       </method>
1457       <method name="Void .cctor()">
1458         <size>1</size>
1459       </method>
1460       <method name="Int32 get_InstanceCount()">
1461         <size>6</size>
1462       </method>
1463       <method name="Void Add(T)">
1464         <size>32</size>
1465       </method>
1466       <method name="Int32 get_Count()">
1467         <size>7</size>
1468       </method>
1469       <method name="T get_Last()">
1470         <size>47</size>
1471       </method>
1472       <method name="Void set_Last(T)">
1473         <size>68</size>
1474       </method>
1475       <method name="T[] get_All()">
1476         <size>70</size>
1477       </method>
1478     </type>
1479     <type name="TestLog">
1480       <method name="Void .ctor()">
1481         <size>7</size>
1482       </method>
1483     </type>
1484     <type name="TestLog+MyTest">
1485       <method name="Void .ctor()">
1486         <size>7</size>
1487       </method>
1488       <method name="Void Main(System.String[])">
1489         <size>203</size>
1490       </method>
1491     </type>
1492   </test>
1493   <test name="gtest-057.cs">
1494     <type name="Hello`1[T]">
1495       <method name="Void .ctor()">
1496         <size>7</size>
1497       </method>
1498       <method name="IHello`1 Test[U]()">
1499         <size>6</size>
1500       </method>
1501       <method name="Void Print(T)">
1502         <size>17</size>
1503       </method>
1504     </type>
1505     <type name="X">
1506       <method name="Void .ctor()">
1507         <size>7</size>
1508       </method>
1509       <method name="Void Main()">
1510         <size>48</size>
1511       </method>
1512     </type>
1513   </test>
1514   <test name="gtest-058.cs">
1515     <type name="Foo">
1516       <method name="Void .ctor()">
1517         <size>7</size>
1518       </method>
1519       <method name="Void Main()">
1520         <size>1</size>
1521       </method>
1522     </type>
1523     <type name="Foo`1[T]">
1524       <method name="Void .ctor()">
1525         <size>7</size>
1526       </method>
1527       <method name="Foo`1[T] get_Blah()">
1528         <size>6</size>
1529       </method>
1530     </type>
1531   </test>
1532   <test name="gtest-059.cs">
1533     <type name="X`1[T]">
1534       <method name="Void .ctor()">
1535         <size>7</size>
1536       </method>
1537     </type>
1538     <type name="Foo">
1539       <method name="Void .ctor()">
1540         <size>7</size>
1541       </method>
1542       <method name="Void Main()">
1543         <size>1</size>
1544       </method>
1545     </type>
1546   </test>
1547   <test name="gtest-060.cs">
1548     <type name="MyList`1[T]">
1549       <method name="Void .ctor()">
1550         <size>7</size>
1551       </method>
1552       <method name="Void Hello(T)">
1553         <size>12</size>
1554       </method>
1555     </type>
1556     <type name="Foo">
1557       <method name="Void .ctor()">
1558         <size>7</size>
1559       </method>
1560       <method name="MyList`1[T] Map[T]()">
1561         <size>6</size>
1562       </method>
1563     </type>
1564     <type name="X">
1565       <method name="Void .ctor()">
1566         <size>7</size>
1567       </method>
1568       <method name="Void Main()">
1569         <size>22</size>
1570       </method>
1571     </type>
1572   </test>
1573   <test name="gtest-061.cs">
1574     <type name="Foo`1[T]">
1575       <method name="Void .ctor(T)">
1576         <size>14</size>
1577       </method>
1578       <method name="U Method[U](Test`2[T,U])">
1579         <size>13</size>
1580       </method>
1581     </type>
1582     <type name="X">
1583       <method name="Void .ctor()">
1584         <size>7</size>
1585       </method>
1586       <method name="Void Main()">
1587         <size>83</size>
1588       </method>
1589     </type>
1590     <type name="Test`2[A,B]">
1591       <method name="Void .ctor(Object, IntPtr)">
1592         <size>0</size>
1593       </method>
1594       <method name="B Invoke(A)">
1595         <size>0</size>
1596       </method>
1597       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
1598         <size>0</size>
1599       </method>
1600       <method name="B EndInvoke(IAsyncResult)">
1601         <size>0</size>
1602       </method>
1603     </type>
1604     <type name="X">
1605       <method name="System.String &lt;Main&gt;m__0(Double)">
1606         <size>17</size>
1607       </method>
1608     </type>
1609   </test>
1610   <test name="gtest-062.cs">
1611     <type name="X">
1612       <method name="Void .ctor()">
1613         <size>7</size>
1614       </method>
1615       <method name="IEnumerable`1 Test(Int32, Int64)">
1616         <size>44</size>
1617       </method>
1618       <method name="Int32 Main()">
1619         <size>82</size>
1620       </method>
1621     </type>
1622     <type name="X+&lt;Test&gt;c__Iterator0">
1623       <method name="Void .ctor()">
1624         <size>7</size>
1625       </method>
1626       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1627         <size>12</size>
1628       </method>
1629       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1630         <size>7</size>
1631       </method>
1632       <method name="Boolean MoveNext()">
1633         <size>107</size>
1634       </method>
1635       <method name="Void Dispose()">
1636         <size>8</size>
1637       </method>
1638       <method name="Void Reset()">
1639         <size>6</size>
1640       </method>
1641       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
1642         <size>7</size>
1643       </method>
1644       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
1645         <size>52</size>
1646       </method>
1647     </type>
1648   </test>
1649   <test name="gtest-063.cs">
1650     <type name="Test">
1651       <method name="Void .ctor()">
1652         <size>7</size>
1653       </method>
1654       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
1655         <size>2</size>
1656       </method>
1657       <method name="Int32 IndexOf(System.Array, System.Object)">
1658         <size>15</size>
1659       </method>
1660       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
1661         <size>2</size>
1662       </method>
1663     </type>
1664     <type name="X">
1665       <method name="Void .ctor()">
1666         <size>7</size>
1667       </method>
1668       <method name="Int32 Main()">
1669         <size>65</size>
1670       </method>
1671     </type>
1672   </test>
1673   <test name="gtest-064.cs">
1674     <type name="Foo`1[T]">
1675       <method name="Void .ctor()">
1676         <size>7</size>
1677       </method>
1678       <method name="Foo`1+Hello[T] GetHello()">
1679         <size>7</size>
1680       </method>
1681     </type>
1682     <type name="Foo`1+Hello[T]">
1683       <method name="Void .ctor(Foo`1)">
1684         <size>14</size>
1685       </method>
1686     </type>
1687     <type name="X">
1688       <method name="Void .ctor()">
1689         <size>7</size>
1690       </method>
1691       <method name="Void Main()">
1692         <size>1</size>
1693       </method>
1694     </type>
1695     <type name="Foo`1[T]">
1696       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
1697         <size>7</size>
1698       </method>
1699     </type>
1700   </test>
1701   <test name="gtest-065.cs">
1702     <type name="MyTest">
1703       <method name="Void .ctor()">
1704         <size>7</size>
1705       </method>
1706       <method name="Void Test()">
1707         <size>17</size>
1708       </method>
1709       <method name="Void Main(System.String[])">
1710         <size>214</size>
1711       </method>
1712     </type>
1713     <type name="ComparablePair`2[T,U]">
1714       <method name="Void .ctor(T, U)">
1715         <size>15</size>
1716       </method>
1717       <method name="Int32 CompareTo(ComparablePair`2)">
1718         <size>68</size>
1719       </method>
1720       <method name="Boolean Equals(ComparablePair`2)">
1721         <size>73</size>
1722       </method>
1723       <method name="System.String ToString()">
1724         <size>64</size>
1725       </method>
1726     </type>
1727   </test>
1728   <test name="gtest-066.cs">
1729     <type name="Foo`1[T]">
1730       <method name="Void .ctor()">
1731         <size>7</size>
1732       </method>
1733     </type>
1734     <type name="Foo`1+Bar`1[T,U]">
1735       <method name="Void .ctor()">
1736         <size>7</size>
1737       </method>
1738     </type>
1739     <type name="Test.FooEx`2[V,W]">
1740       <method name="Void .ctor()">
1741         <size>7</size>
1742       </method>
1743     </type>
1744     <type name="X">
1745       <method name="Void .ctor()">
1746         <size>7</size>
1747       </method>
1748       <method name="Void Main()">
1749         <size>46</size>
1750       </method>
1751     </type>
1752   </test>
1753   <test name="gtest-067.cs">
1754     <type name="Test">
1755       <method name="Void .ctor()">
1756         <size>7</size>
1757       </method>
1758       <method name="Void Hello[U](Test+Foo`1[U], U)">
1759         <size>1</size>
1760       </method>
1761     </type>
1762     <type name="X">
1763       <method name="Void .ctor()">
1764         <size>7</size>
1765       </method>
1766       <method name="Int32 Add(Int32, Int32)">
1767         <size>4</size>
1768       </method>
1769       <method name="Void Main()">
1770         <size>26</size>
1771       </method>
1772     </type>
1773     <type name="Test+Foo`1[T]">
1774       <method name="Void .ctor(Object, IntPtr)">
1775         <size>0</size>
1776       </method>
1777       <method name="Int32 Invoke(T, T)">
1778         <size>0</size>
1779       </method>
1780       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
1781         <size>0</size>
1782       </method>
1783       <method name="Int32 EndInvoke(IAsyncResult)">
1784         <size>0</size>
1785       </method>
1786     </type>
1787   </test>
1788   <test name="gtest-068.cs">
1789     <type name="Martin.Foo`1[T]">
1790       <method name="Void .ctor()">
1791         <size>7</size>
1792       </method>
1793     </type>
1794     <type name="Baulig.X">
1795       <method name="Void .ctor()">
1796         <size>7</size>
1797       </method>
1798       <method name="Void Main()">
1799         <size>1</size>
1800       </method>
1801     </type>
1802   </test>
1803   <test name="gtest-069.cs">
1804     <type name="Test`1[T]">
1805       <method name="Void .ctor()">
1806         <size>7</size>
1807       </method>
1808       <method name="Int32 Foo(IFoo`1)">
1809         <size>7</size>
1810       </method>
1811       <method name="Int32 Foo(IFoo)">
1812         <size>7</size>
1813       </method>
1814     </type>
1815     <type name="X">
1816       <method name="Void .ctor()">
1817         <size>7</size>
1818       </method>
1819       <method name="Void Main()">
1820         <size>1</size>
1821       </method>
1822     </type>
1823   </test>
1824   <test name="gtest-070.cs">
1825     <type name="Martin.Test`1[T]">
1826       <method name="Void .ctor()">
1827         <size>7</size>
1828       </method>
1829       <method name="Int32 Foo()">
1830         <size>2</size>
1831       </method>
1832     </type>
1833     <type name="Foo`1[T]">
1834       <method name="Void .ctor(Int32)">
1835         <size>7</size>
1836       </method>
1837       <method name="Void .ctor()">
1838         <size>12</size>
1839       </method>
1840     </type>
1841     <type name="X">
1842       <method name="Void .ctor()">
1843         <size>7</size>
1844       </method>
1845       <method name="Void Main()">
1846         <size>1</size>
1847       </method>
1848     </type>
1849   </test>
1850   <test name="gtest-071.cs">
1851     <type name="Foo`1[T]">
1852       <method name="Void .ctor()">
1853         <size>7</size>
1854       </method>
1855       <method name="T Test[U](U)">
1856         <size>12</size>
1857       </method>
1858     </type>
1859     <type name="X">
1860       <method name="Void .ctor()">
1861         <size>7</size>
1862       </method>
1863       <method name="Void Main()">
1864         <size>21</size>
1865       </method>
1866     </type>
1867     <type name="Y">
1868       <method name="Void .ctor()">
1869         <size>7</size>
1870       </method>
1871     </type>
1872   </test>
1873   <test name="gtest-072.cs">
1874     <type name="Log`1[T]">
1875       <method name="Void .ctor()">
1876         <size>31</size>
1877       </method>
1878       <method name="Void .cctor()">
1879         <size>1</size>
1880       </method>
1881       <method name="Int32 get_InstanceCount()">
1882         <size>6</size>
1883       </method>
1884       <method name="Void Add(T)">
1885         <size>32</size>
1886       </method>
1887       <method name="Int32 get_Count()">
1888         <size>7</size>
1889       </method>
1890       <method name="T get_Last()">
1891         <size>47</size>
1892       </method>
1893       <method name="Void set_Last(T)">
1894         <size>68</size>
1895       </method>
1896       <method name="T[] get_All()">
1897         <size>70</size>
1898       </method>
1899     </type>
1900     <type name="TestLog">
1901       <method name="Void .ctor()">
1902         <size>7</size>
1903       </method>
1904     </type>
1905     <type name="TestLog+MyTest">
1906       <method name="Void .ctor()">
1907         <size>7</size>
1908       </method>
1909       <method name="Void Main(System.String[])">
1910         <size>208</size>
1911       </method>
1912       <method name="Void TestPairLog()">
1913         <size>182</size>
1914       </method>
1915     </type>
1916     <type name="Pair`2[T,U]">
1917       <method name="Void .ctor(T, U)">
1918         <size>15</size>
1919       </method>
1920     </type>
1921   </test>
1922   <test name="gtest-073.cs">
1923     <type name="MyList`1[T]">
1924       <method name="Void .ctor()">
1925         <size>7</size>
1926       </method>
1927       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1928         <size>7</size>
1929       </method>
1930       <method name="IEnumerator`1 GetEnumerator()">
1931         <size>8</size>
1932       </method>
1933     </type>
1934     <type name="X">
1935       <method name="Void .ctor()">
1936         <size>7</size>
1937       </method>
1938       <method name="Void Main()">
1939         <size>53</size>
1940       </method>
1941     </type>
1942     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1943       <method name="Void .ctor()">
1944         <size>7</size>
1945       </method>
1946       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1947         <size>12</size>
1948       </method>
1949       <method name="Boolean MoveNext()">
1950         <size>25</size>
1951       </method>
1952       <method name="Void Dispose()">
1953         <size>8</size>
1954       </method>
1955       <method name="Void Reset()">
1956         <size>6</size>
1957       </method>
1958     </type>
1959     <type name="Foo`1[T]">
1960       <method name="Void .ctor(T)">
1961         <size>8</size>
1962       </method>
1963     </type>
1964     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
1965       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
1966         <size>7</size>
1967       </method>
1968     </type>
1969   </test>
1970   <test name="gtest-074.cs">
1971     <type name="Test`1[T]">
1972       <method name="Void .ctor(T, T)">
1973         <size>21</size>
1974       </method>
1975     </type>
1976     <type name="X">
1977       <method name="Void .ctor()">
1978         <size>7</size>
1979       </method>
1980       <method name="Int32 Main()">
1981         <size>85</size>
1982       </method>
1983     </type>
1984     <type name="Foo`1[T]">
1985       <method name="Void .ctor(T, T)">
1986         <size>15</size>
1987       </method>
1988     </type>
1989   </test>
1990   <test name="gtest-075.cs">
1991     <type name="ArrayList`1[T]">
1992       <method name="Void .ctor()">
1993         <size>7</size>
1994       </method>
1995     </type>
1996     <type name="X">
1997       <method name="Void .ctor()">
1998         <size>7</size>
1999       </method>
2000       <method name="Void Main()">
2001         <size>1</size>
2002       </method>
2003     </type>
2004     <type name="ArrayList`1[T]">
2005       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
2006         <size>1</size>
2007       </method>
2008     </type>
2009   </test>
2010   <test name="gtest-076.cs">
2011     <type name="Test`1[T]">
2012       <method name="Void .ctor()">
2013         <size>7</size>
2014       </method>
2015       <method name="Foo`1 GetFoo(T)">
2016         <size>7</size>
2017       </method>
2018     </type>
2019     <type name="X">
2020       <method name="Void .ctor()">
2021         <size>7</size>
2022       </method>
2023       <method name="Int32 Main()">
2024         <size>41</size>
2025       </method>
2026     </type>
2027     <type name="Foo`1[T]">
2028       <method name="Void .ctor(T)">
2029         <size>8</size>
2030       </method>
2031     </type>
2032   </test>
2033   <test name="gtest-078.cs">
2034     <type name="Test">
2035       <method name="Void .ctor()">
2036         <size>7</size>
2037       </method>
2038       <method name="Void Main()">
2039         <size>64</size>
2040       </method>
2041       <method name="IEnumerator GetEnumerator()">
2042         <size>8</size>
2043       </method>
2044     </type>
2045     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
2046       <method name="Void .ctor()">
2047         <size>7</size>
2048       </method>
2049       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2050         <size>7</size>
2051       </method>
2052       <method name="Boolean MoveNext()">
2053         <size>185</size>
2054       </method>
2055       <method name="Void Dispose()">
2056         <size>62</size>
2057       </method>
2058       <method name="Void Reset()">
2059         <size>6</size>
2060       </method>
2061       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
2062         <size>7</size>
2063       </method>
2064     </type>
2065   </test>
2066   <test name="gtest-079.cs">
2067     <type name="A.ArrayList`1[T]">
2068       <method name="Void .ctor()">
2069         <size>7</size>
2070       </method>
2071       <method name="Void InsertAll(T)">
2072         <size>1</size>
2073       </method>
2074     </type>
2075     <type name="B.ArrayList`2[X,Y]">
2076       <method name="Void .ctor()">
2077         <size>7</size>
2078       </method>
2079       <method name="Void AddAll[Z](Z)">
2080         <size>18</size>
2081       </method>
2082       <method name="Void InsertAll(Y)">
2083         <size>1</size>
2084       </method>
2085     </type>
2086     <type name="C.Foo`1[U]">
2087       <method name="Void .ctor()">
2088         <size>7</size>
2089       </method>
2090     </type>
2091     <type name="C.ArrayList`1[X]">
2092       <method name="Void .ctor()">
2093         <size>7</size>
2094       </method>
2095       <method name="Void AddAll[Y](Y)">
2096         <size>13</size>
2097       </method>
2098       <method name="Void InsertAll(C.Foo`1[X])">
2099         <size>1</size>
2100       </method>
2101     </type>
2102     <type name="X">
2103       <method name="Void .ctor()">
2104         <size>7</size>
2105       </method>
2106       <method name="Void Main()">
2107         <size>1</size>
2108       </method>
2109     </type>
2110     <type name="A.ArrayList`1[T]">
2111       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
2112         <size>18</size>
2113       </method>
2114     </type>
2115   </test>
2116   <test name="gtest-080.cs">
2117     <type name="Test">
2118       <method name="Void .ctor()">
2119         <size>7</size>
2120       </method>
2121       <method name="Void Hello[T](IFoo`1)">
2122         <size>8</size>
2123       </method>
2124       <method name="Void InsertAll[U](IFoo`1)">
2125         <size>1</size>
2126       </method>
2127     </type>
2128     <type name="X">
2129       <method name="Void .ctor()">
2130         <size>7</size>
2131       </method>
2132       <method name="Void Main()">
2133         <size>1</size>
2134       </method>
2135     </type>
2136   </test>
2137   <test name="gtest-081.cs">
2138     <type name="ArrayList`1[T]">
2139       <method name="Void .ctor()">
2140         <size>7</size>
2141       </method>
2142       <method name="Void AddAll[U](U)">
2143         <size>18</size>
2144       </method>
2145       <method name="Void InsertAll(T)">
2146         <size>1</size>
2147       </method>
2148     </type>
2149     <type name="X">
2150       <method name="Void .ctor()">
2151         <size>7</size>
2152       </method>
2153       <method name="Void Main()">
2154         <size>1</size>
2155       </method>
2156     </type>
2157   </test>
2158   <test name="gtest-082.cs">
2159     <type name="Queue`1[T]">
2160       <method name="Void .ctor()">
2161         <size>7</size>
2162       </method>
2163     </type>
2164     <type name="Queue`1+Enumerator[T]">
2165       <method name="Void .ctor(Queue`1)">
2166         <size>14</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-083.cs">
2179     <type name="CollectionValueBase`1[T]">
2180       <method name="Void .ctor()">
2181         <size>7</size>
2182       </method>
2183       <method name="T[] ToArray()">
2184         <size>2</size>
2185       </method>
2186     </type>
2187     <type name="CollectionBase`1[T]">
2188       <method name="Void .ctor()">
2189         <size>7</size>
2190       </method>
2191     </type>
2192     <type name="SequencedBase`1[T]">
2193       <method name="Void .ctor()">
2194         <size>7</size>
2195       </method>
2196     </type>
2197     <type name="ArrayBase`1[T]">
2198       <method name="Void .ctor()">
2199         <size>7</size>
2200       </method>
2201       <method name="T[] ToArray()">
2202         <size>2</size>
2203       </method>
2204     </type>
2205     <type name="X">
2206       <method name="Void .ctor()">
2207         <size>7</size>
2208       </method>
2209       <method name="Void Main()">
2210         <size>1</size>
2211       </method>
2212     </type>
2213   </test>
2214   <test name="gtest-084.cs">
2215     <type name="HasherBuilder.ByPrototype`1[S]">
2216       <method name="Void .ctor()">
2217         <size>7</size>
2218       </method>
2219       <method name="IHasher`1 Examine()">
2220         <size>2</size>
2221       </method>
2222     </type>
2223     <type name="ArrayList`1[U]">
2224       <method name="Void .ctor()">
2225         <size>7</size>
2226       </method>
2227       <method name="IHasher`1 GetHasher()">
2228         <size>6</size>
2229       </method>
2230     </type>
2231     <type name="X">
2232       <method name="Void .ctor()">
2233         <size>7</size>
2234       </method>
2235       <method name="Void Main()">
2236         <size>1</size>
2237       </method>
2238     </type>
2239   </test>
2240   <test name="gtest-085.cs">
2241     <type name="ArrayList`1[T]">
2242       <method name="Void .ctor()">
2243         <size>7</size>
2244       </method>
2245       <method name="Int32 InsertAll[U](IFoo`1)">
2246         <size>2</size>
2247       </method>
2248       <method name="Int32 InsertAll(IFoo`1)">
2249         <size>2</size>
2250       </method>
2251       <method name="Int32 AddAll(IFoo`1)">
2252         <size>8</size>
2253       </method>
2254     </type>
2255     <type name="X">
2256       <method name="Void .ctor()">
2257         <size>7</size>
2258       </method>
2259       <method name="Int32 Main()">
2260         <size>14</size>
2261       </method>
2262     </type>
2263   </test>
2264   <test name="gtest-086.cs">
2265     <type name="ArrayList`1[T]">
2266       <method name="Void .ctor()">
2267         <size>7</size>
2268       </method>
2269       <method name="Int32 InsertAll[U](IFoo`1)">
2270         <size>2</size>
2271       </method>
2272       <method name="Int32 InsertAll(IFoo`1)">
2273         <size>2</size>
2274       </method>
2275       <method name="Int32 AddAll(IFoo`1)">
2276         <size>8</size>
2277       </method>
2278     </type>
2279     <type name="X">
2280       <method name="Void .ctor()">
2281         <size>7</size>
2282       </method>
2283       <method name="Void Main()">
2284         <size>1</size>
2285       </method>
2286     </type>
2287   </test>
2288   <test name="gtest-087.cs">
2289     <type name="C5.HashedArrayList`1[T]">
2290       <method name="Void .ctor()">
2291         <size>7</size>
2292       </method>
2293       <method name="Void Test()">
2294         <size>12</size>
2295       </method>
2296     </type>
2297     <type name="C5.HashSet`1[T]">
2298       <method name="Void .ctor(IHasher`1)">
2299         <size>7</size>
2300       </method>
2301     </type>
2302     <type name="C5.KeyValuePairHasher`2[K,V]">
2303       <method name="Void .ctor()">
2304         <size>7</size>
2305       </method>
2306     </type>
2307     <type name="X">
2308       <method name="Void .ctor()">
2309         <size>7</size>
2310       </method>
2311       <method name="Void Main()">
2312         <size>1</size>
2313       </method>
2314     </type>
2315   </test>
2316   <test name="gtest-088.cs">
2317     <type name="X">
2318       <method name="Void .ctor()">
2319         <size>7</size>
2320       </method>
2321       <method name="Void Main()">
2322         <size>9</size>
2323       </method>
2324     </type>
2325     <type name="KeyValuePair`2[K,V]">
2326       <method name="Void .ctor(K, V)">
2327         <size>1</size>
2328       </method>
2329       <method name="Void .ctor(K)">
2330         <size>1</size>
2331       </method>
2332     </type>
2333   </test>
2334   <test name="gtest-089.cs">
2335     <type name="Test`1[T]">
2336       <method name="Void .ctor()">
2337         <size>7</size>
2338       </method>
2339       <method name="Void Foo(T, Int32 ByRef)">
2340         <size>4</size>
2341       </method>
2342       <method name="Void Hello(T)">
2343         <size>10</size>
2344       </method>
2345     </type>
2346     <type name="X">
2347       <method name="Void .ctor()">
2348         <size>7</size>
2349       </method>
2350       <method name="Void Main()">
2351         <size>1</size>
2352       </method>
2353     </type>
2354   </test>
2355   <test name="gtest-090.cs">
2356     <type name="Foo`1[T]">
2357       <method name="Void .ctor()">
2358         <size>7</size>
2359       </method>
2360       <method name="T InsertAll[U](U)">
2361         <size>12</size>
2362       </method>
2363     </type>
2364     <type name="Bar`1[T]">
2365       <method name="Void .ctor()">
2366         <size>7</size>
2367       </method>
2368       <method name="T InsertAll[U](U)">
2369         <size>12</size>
2370       </method>
2371     </type>
2372     <type name="X">
2373       <method name="Void .ctor()">
2374         <size>7</size>
2375       </method>
2376       <method name="Void Main()">
2377         <size>1</size>
2378       </method>
2379     </type>
2380   </test>
2381   <test name="gtest-091.cs">
2382     <type name="Foo`1[T]">
2383       <method name="Void .ctor()">
2384         <size>7</size>
2385       </method>
2386       <method name="Foo`1+Node[T] Test[V]()">
2387         <size>7</size>
2388       </method>
2389     </type>
2390     <type name="Foo`1+Node[T]">
2391       <method name="Void .ctor()">
2392         <size>7</size>
2393       </method>
2394     </type>
2395     <type name="X">
2396       <method name="Void .ctor()">
2397         <size>7</size>
2398       </method>
2399       <method name="Void Main()">
2400         <size>1</size>
2401       </method>
2402     </type>
2403   </test>
2404   <test name="gtest-092.cs">
2405     <type name="Element`1[T]">
2406       <method name="Void .ctor(T)">
2407         <size>14</size>
2408       </method>
2409       <method name="Void GetItem(T ByRef)">
2410         <size>13</size>
2411       </method>
2412       <method name="T GetItem(Int32, T ByRef)">
2413         <size>7</size>
2414       </method>
2415       <method name="Void SetItem(T)">
2416         <size>1</size>
2417       </method>
2418     </type>
2419     <type name="Foo`1[T]">
2420       <method name="Void .ctor()">
2421         <size>7</size>
2422       </method>
2423       <method name="Foo`1+Node[T] Test()">
2424         <size>52</size>
2425       </method>
2426     </type>
2427     <type name="Foo`1+Node[T]">
2428       <method name="Void .ctor()">
2429         <size>7</size>
2430       </method>
2431     </type>
2432     <type name="X">
2433       <method name="Void .ctor()">
2434         <size>7</size>
2435       </method>
2436       <method name="Void Main()">
2437         <size>1</size>
2438       </method>
2439     </type>
2440   </test>
2441   <test name="gtest-093.cs">
2442     <type name="Foo`1[T]">
2443       <method name="Void .ctor(T)">
2444         <size>14</size>
2445       </method>
2446       <method name="Void Hello[U]()">
2447         <size>8</size>
2448       </method>
2449       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
2450         <size>8</size>
2451       </method>
2452     </type>
2453     <type name="Foo`1+Node[T]">
2454       <method name="Void .ctor()">
2455         <size>7</size>
2456       </method>
2457     </type>
2458     <type name="X">
2459       <method name="Void .ctor()">
2460         <size>7</size>
2461       </method>
2462       <method name="Void Main()">
2463         <size>1</size>
2464       </method>
2465     </type>
2466   </test>
2467   <test name="gtest-094.cs">
2468     <type name="LinkedList`1[T]">
2469       <method name="Void .ctor()">
2470         <size>7</size>
2471       </method>
2472     </type>
2473     <type name="LinkedList`1+Node[T]">
2474       <method name="Void .ctor()">
2475         <size>7</size>
2476       </method>
2477     </type>
2478     <type name="HashedLinkedList`1[T]">
2479       <method name="Void .ctor()">
2480         <size>7</size>
2481       </method>
2482     </type>
2483     <type name="X">
2484       <method name="Void .ctor()">
2485         <size>7</size>
2486       </method>
2487       <method name="Void Main()">
2488         <size>1</size>
2489       </method>
2490     </type>
2491   </test>
2492   <test name="gtest-095.cs">
2493     <type name="GuardedCollectionValue`1[T]">
2494       <method name="Void .ctor()">
2495         <size>7</size>
2496       </method>
2497       <method name="IDirectedCollectionValue`1 Backwards()">
2498         <size>2</size>
2499       </method>
2500     </type>
2501     <type name="GuardedSequenced`1[T]">
2502       <method name="Void .ctor()">
2503         <size>7</size>
2504       </method>
2505       <method name="IDirectedCollectionValue`1 Test()">
2506         <size>12</size>
2507       </method>
2508     </type>
2509     <type name="X">
2510       <method name="Void .ctor()">
2511         <size>7</size>
2512       </method>
2513       <method name="Void Main()">
2514         <size>1</size>
2515       </method>
2516     </type>
2517     <type name="GuardedCollectionValue`1[T]">
2518       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
2519         <size>2</size>
2520       </method>
2521     </type>
2522   </test>
2523   <test name="gtest-096.cs">
2524     <type name="Foo`1[T]">
2525       <method name="Void .ctor()">
2526         <size>7</size>
2527       </method>
2528     </type>
2529     <type name="Test">
2530       <method name="Void .ctor()">
2531         <size>7</size>
2532       </method>
2533       <method name="Void Hello[T](Foo`1[T][], Int32)">
2534         <size>27</size>
2535       </method>
2536       <method name="Void Quicksort[U](Foo`1[U][])">
2537         <size>8</size>
2538       </method>
2539       <method name="Void Main()">
2540         <size>22</size>
2541       </method>
2542     </type>
2543   </test>
2544   <test name="gtest-097.cs">
2545     <type name="Foo">
2546       <method name="Void .ctor()">
2547         <size>7</size>
2548       </method>
2549       <method name="Void IFoo.Test[Y,Z]()">
2550         <size>1</size>
2551       </method>
2552       <method name="Void IFoo.Test[X]()">
2553         <size>1</size>
2554       </method>
2555     </type>
2556     <type name="Bar`3[X,Y,Z]">
2557       <method name="Void .ctor()">
2558         <size>7</size>
2559       </method>
2560     </type>
2561     <type name="X">
2562       <method name="Void .ctor()">
2563         <size>7</size>
2564       </method>
2565       <method name="Void Main()">
2566         <size>1</size>
2567       </method>
2568     </type>
2569     <type name="Bar`3[X,Y,Z]">
2570       <method name="Void IBar&lt;X&gt;.Test()">
2571         <size>1</size>
2572       </method>
2573       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2574         <size>1</size>
2575       </method>
2576     </type>
2577   </test>
2578   <test name="gtest-098.cs">
2579     <type name="Foo">
2580       <method name="Void .ctor()">
2581         <size>7</size>
2582       </method>
2583       <method name="Void IFoo.Test[Y,Z]()">
2584         <size>1</size>
2585       </method>
2586       <method name="Void IFoo.Test[X]()">
2587         <size>1</size>
2588       </method>
2589     </type>
2590     <type name="Bar`3[X,Y,Z]">
2591       <method name="Void .ctor()">
2592         <size>7</size>
2593       </method>
2594     </type>
2595     <type name="X">
2596       <method name="Void .ctor()">
2597         <size>7</size>
2598       </method>
2599       <method name="Void Main()">
2600         <size>1</size>
2601       </method>
2602     </type>
2603     <type name="Bar`3[X,Y,Z]">
2604       <method name="Void IBar&lt;X&gt;.Test()">
2605         <size>1</size>
2606       </method>
2607       <method name="Void IBar&lt;Y,Z&gt;.Test()">
2608         <size>1</size>
2609       </method>
2610     </type>
2611   </test>
2612   <test name="gtest-100.cs">
2613     <type name="C5.ArrayBase`1[T]">
2614       <method name="Void .ctor()">
2615         <size>7</size>
2616       </method>
2617     </type>
2618     <type name="C5.ArrayList`1[V]">
2619       <method name="Void .ctor()">
2620         <size>7</size>
2621       </method>
2622     </type>
2623     <type name="X">
2624       <method name="Void .ctor()">
2625         <size>7</size>
2626       </method>
2627       <method name="Void Main()">
2628         <size>7</size>
2629       </method>
2630     </type>
2631     <type name="C5.ArrayBase`1[T]">
2632       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
2633         <size>1</size>
2634       </method>
2635     </type>
2636   </test>
2637   <test name="gtest-101.cs">
2638     <type name="Test">
2639       <method name="Void .ctor()">
2640         <size>7</size>
2641       </method>
2642       <method name="Void Main()">
2643         <size>9</size>
2644       </method>
2645     </type>
2646     <type name="SimpleStruct`1[T]">
2647       <method name="Void .ctor(T)">
2648         <size>8</size>
2649       </method>
2650     </type>
2651   </test>
2652   <test name="gtest-102.cs">
2653     <type name="A`1[T]">
2654       <method name="Void .ctor()">
2655         <size>7</size>
2656       </method>
2657     </type>
2658     <type name="B`2[U,V]">
2659       <method name="Void .ctor()">
2660         <size>7</size>
2661       </method>
2662     </type>
2663     <type name="Driver">
2664       <method name="Void .ctor()">
2665         <size>7</size>
2666       </method>
2667       <method name="Void Main()">
2668         <size>1</size>
2669       </method>
2670     </type>
2671   </test>
2672   <test name="gtest-103.cs">
2673     <type name="Foo">
2674       <method name="Void .ctor()">
2675         <size>7</size>
2676       </method>
2677     </type>
2678     <type name="Hello">
2679       <method name="Void .ctor()">
2680         <size>7</size>
2681       </method>
2682       <method name="Void World[U](U, IFoo`1)">
2683         <size>1</size>
2684       </method>
2685       <method name="Void World[V](IFoo`1)">
2686         <size>1</size>
2687       </method>
2688       <method name="Void Test(Foo)">
2689         <size>20</size>
2690       </method>
2691     </type>
2692     <type name="X">
2693       <method name="Void .ctor()">
2694         <size>7</size>
2695       </method>
2696       <method name="Void Main()">
2697         <size>1</size>
2698       </method>
2699     </type>
2700   </test>
2701   <test name="gtest-104.cs">
2702     <type name="MainClass">
2703       <method name="Void .ctor()">
2704         <size>7</size>
2705       </method>
2706       <method name="Void Main()">
2707         <size>20</size>
2708       </method>
2709     </type>
2710     <type name="MainClass+Gen`1[T]">
2711       <method name="Void .ctor()">
2712         <size>7</size>
2713       </method>
2714       <method name="Void Test()">
2715         <size>1</size>
2716       </method>
2717     </type>
2718     <type name="MainClass+Der">
2719       <method name="Void .ctor()">
2720         <size>7</size>
2721       </method>
2722     </type>
2723   </test>
2724   <test name="gtest-105.cs">
2725     <type name="A.KeyValuePairComparer`2[K,V]">
2726       <method name="Void .ctor()">
2727         <size>7</size>
2728       </method>
2729       <method name="Int32 Compare(KeyValuePair`2)">
2730         <size>2</size>
2731       </method>
2732     </type>
2733     <type name="A.TreeBag`1[T]">
2734       <method name="Void .ctor(IComparer`1)">
2735         <size>14</size>
2736       </method>
2737       <method name="Int32 Find(T ByRef)">
2738         <size>18</size>
2739       </method>
2740     </type>
2741     <type name="A.X">
2742       <method name="Void .ctor()">
2743         <size>7</size>
2744       </method>
2745       <method name="Void Test()">
2746         <size>33</size>
2747       </method>
2748     </type>
2749     <type name="B.KeyValuePair`2[X,Y]">
2750       <method name="Void .ctor(X, Y)">
2751         <size>7</size>
2752       </method>
2753     </type>
2754     <type name="B.KeyValuePairComparer`2[K,V]">
2755       <method name="Void .ctor()">
2756         <size>7</size>
2757       </method>
2758       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
2759         <size>2</size>
2760       </method>
2761     </type>
2762     <type name="B.TreeBag`1[T]">
2763       <method name="Void .ctor(IComparer`1)">
2764         <size>14</size>
2765       </method>
2766       <method name="Int32 Find(T ByRef)">
2767         <size>18</size>
2768       </method>
2769     </type>
2770     <type name="B.X">
2771       <method name="Void .ctor()">
2772         <size>7</size>
2773       </method>
2774       <method name="Void Test()">
2775         <size>32</size>
2776       </method>
2777     </type>
2778     <type name="X">
2779       <method name="Void .ctor()">
2780         <size>7</size>
2781       </method>
2782       <method name="Void Main()">
2783         <size>11</size>
2784       </method>
2785     </type>
2786     <type name="A.KeyValuePair`2[X,Y]">
2787       <method name="Void .ctor(X, Y)">
2788         <size>1</size>
2789       </method>
2790     </type>
2791   </test>
2792   <test name="gtest-106.cs">
2793     <type name="KeyValuePairComparer`2[K,V]">
2794       <method name="Void .ctor()">
2795         <size>7</size>
2796       </method>
2797       <method name="Int32 Compare(KeyValuePair`2)">
2798         <size>2</size>
2799       </method>
2800     </type>
2801     <type name="TreeBag`1[T]">
2802       <method name="Void .ctor(IComparer`1, T)">
2803         <size>21</size>
2804       </method>
2805       <method name="Int32 Find()">
2806         <size>18</size>
2807       </method>
2808     </type>
2809     <type name="X">
2810       <method name="Void .ctor()">
2811         <size>7</size>
2812       </method>
2813       <method name="Void Main()">
2814         <size>32</size>
2815       </method>
2816     </type>
2817     <type name="KeyValuePair`2[X,Y]">
2818       <method name="Void .ctor(X, Y)">
2819         <size>1</size>
2820       </method>
2821     </type>
2822   </test>
2823   <test name="gtest-107.cs">
2824     <type name="Tree`1[T]">
2825       <method name="Void .ctor(T)">
2826         <size>14</size>
2827       </method>
2828       <method name="Void Map[V](Mapper`2[T,V])">
2829         <size>14</size>
2830       </method>
2831     </type>
2832     <type name="X">
2833       <method name="Void .ctor()">
2834         <size>7</size>
2835       </method>
2836       <method name="System.String themap(Int32)">
2837         <size>17</size>
2838       </method>
2839       <method name="Void Test()">
2840         <size>26</size>
2841       </method>
2842       <method name="Void Main()">
2843         <size>13</size>
2844       </method>
2845     </type>
2846     <type name="Mapper`2[T,V]">
2847       <method name="Void .ctor(Object, IntPtr)">
2848         <size>0</size>
2849       </method>
2850       <method name="V Invoke(T)">
2851         <size>0</size>
2852       </method>
2853       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
2854         <size>0</size>
2855       </method>
2856       <method name="V EndInvoke(IAsyncResult)">
2857         <size>0</size>
2858       </method>
2859     </type>
2860   </test>
2861   <test name="gtest-108.cs">
2862     <type name="Test`1[T]">
2863       <method name="Void .ctor(T)">
2864         <size>14</size>
2865       </method>
2866       <method name="IEnumerator`1 GetEnumerator()">
2867         <size>15</size>
2868       </method>
2869     </type>
2870     <type name="X">
2871       <method name="Void .ctor()">
2872         <size>7</size>
2873       </method>
2874       <method name="Void Main()">
2875         <size>54</size>
2876       </method>
2877     </type>
2878     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
2879       <method name="Void .ctor()">
2880         <size>7</size>
2881       </method>
2882       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2883         <size>12</size>
2884       </method>
2885       <method name="Boolean MoveNext()">
2886         <size>75</size>
2887       </method>
2888       <method name="Void Dispose()">
2889         <size>8</size>
2890       </method>
2891       <method name="Void Reset()">
2892         <size>6</size>
2893       </method>
2894       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
2895         <size>7</size>
2896       </method>
2897     </type>
2898   </test>
2899   <test name="gtest-109.cs">
2900     <type name="X">
2901       <method name="Void .ctor()">
2902         <size>7</size>
2903       </method>
2904       <method name="Void Main()">
2905         <size>12</size>
2906       </method>
2907     </type>
2908   </test>
2909   <test name="gtest-110.cs">
2910     <type name="List`1[T]">
2911       <method name="Void .ctor()">
2912         <size>7</size>
2913       </method>
2914       <method name="Int32 Map[U](U)">
2915         <size>2</size>
2916       </method>
2917     </type>
2918     <type name="SpecialList`1[V]">
2919       <method name="Void .ctor()">
2920         <size>7</size>
2921       </method>
2922       <method name="Int32 Map[W](W)">
2923         <size>2</size>
2924       </method>
2925     </type>
2926     <type name="X">
2927       <method name="Void .ctor()">
2928         <size>7</size>
2929       </method>
2930       <method name="Int32 Main()">
2931         <size>56</size>
2932       </method>
2933     </type>
2934   </test>
2935   <test name="gtest-111.cs">
2936     <type name="Collection`1[T]">
2937       <method name="Void .ctor(T)">
2938         <size>14</size>
2939       </method>
2940       <method name="Void Find(T ByRef)">
2941         <size>13</size>
2942       </method>
2943     </type>
2944     <type name="X">
2945       <method name="Void .ctor()">
2946         <size>7</size>
2947       </method>
2948       <method name="Int32 Main()">
2949         <size>68</size>
2950       </method>
2951     </type>
2952     <type name="KeyValuePair`2[K,V]">
2953       <method name="Void .ctor(K, V)">
2954         <size>15</size>
2955       </method>
2956       <method name="Void .ctor(K)">
2957         <size>23</size>
2958       </method>
2959     </type>
2960   </test>
2961   <test name="gtest-112.cs">
2962     <type name="IC">
2963       <method name="Void .ctor()">
2964         <size>7</size>
2965       </method>
2966       <method name="Void Compare(Foo`1)">
2967         <size>1</size>
2968       </method>
2969     </type>
2970     <type name="List`1[T]">
2971       <method name="Void .ctor()">
2972         <size>7</size>
2973       </method>
2974       <method name="Void Sort(IComparer`1, T)">
2975         <size>8</size>
2976       </method>
2977     </type>
2978     <type name="Sorting">
2979       <method name="Void .ctor()">
2980         <size>7</size>
2981       </method>
2982       <method name="Void IntroSort[T](IComparer`1, T)">
2983         <size>15</size>
2984       </method>
2985     </type>
2986     <type name="Sorting+Sorter`1[T]">
2987       <method name="Void .ctor(IComparer`1, Int32, T)">
2988         <size>26</size>
2989       </method>
2990       <method name="Void InsertionSort(Int32)">
2991         <size>26</size>
2992       </method>
2993     </type>
2994     <type name="X">
2995       <method name="Void .ctor()">
2996         <size>7</size>
2997       </method>
2998       <method name="Void Main()">
2999         <size>27</size>
3000       </method>
3001     </type>
3002     <type name="Foo`1[K]">
3003       <method name="Void .ctor(K)">
3004         <size>8</size>
3005       </method>
3006     </type>
3007   </test>
3008   <test name="gtest-113.cs">
3009     <type name="List`1[T]">
3010       <method name="Void .ctor()">
3011         <size>7</size>
3012       </method>
3013       <method name="Void Map[V](Mapper`2[T,V])">
3014         <size>1</size>
3015       </method>
3016     </type>
3017     <type name="X">
3018       <method name="Void .ctor()">
3019         <size>7</size>
3020       </method>
3021       <method name="Void Main()">
3022         <size>42</size>
3023       </method>
3024     </type>
3025     <type name="Mapper`2[T,V]">
3026       <method name="Void .ctor(Object, IntPtr)">
3027         <size>0</size>
3028       </method>
3029       <method name="V Invoke(T)">
3030         <size>0</size>
3031       </method>
3032       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3033         <size>0</size>
3034       </method>
3035       <method name="V EndInvoke(IAsyncResult)">
3036         <size>0</size>
3037       </method>
3038     </type>
3039     <type name="X">
3040       <method name="Double &lt;Main&gt;m__0(Int32)">
3041         <size>13</size>
3042       </method>
3043     </type>
3044   </test>
3045   <test name="gtest-114.cs">
3046     <type name="NaturalComparer`1[T]">
3047       <method name="Void .ctor()">
3048         <size>7</size>
3049       </method>
3050       <method name="Int32 Compare(T, T)">
3051         <size>15</size>
3052       </method>
3053     </type>
3054     <type name="X">
3055       <method name="Void .ctor()">
3056         <size>7</size>
3057       </method>
3058       <method name="Void Main()">
3059         <size>28</size>
3060       </method>
3061     </type>
3062     <type name="X+Test">
3063       <method name="Void .ctor()">
3064         <size>7</size>
3065       </method>
3066       <method name="Int32 CompareTo(X+Test)">
3067         <size>2</size>
3068       </method>
3069       <method name="Boolean Equals(X+Test)">
3070         <size>2</size>
3071       </method>
3072     </type>
3073   </test>
3074   <test name="gtest-115.cs">
3075     <type name="LinkedList`1[T]">
3076       <method name="Void .ctor()">
3077         <size>30</size>
3078       </method>
3079       <method name="Void .ctor(T[])">
3080         <size>44</size>
3081       </method>
3082       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
3083         <size>67</size>
3084       </method>
3085       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
3086         <size>7</size>
3087       </method>
3088       <method name="Int32 get_Count()">
3089         <size>7</size>
3090       </method>
3091       <method name="T get_Item(Int32)">
3092         <size>13</size>
3093       </method>
3094       <method name="Void set_Item(Int32, T)">
3095         <size>14</size>
3096       </method>
3097       <method name="LinkedList`1+Node[T] get(Int32)">
3098         <size>114</size>
3099       </method>
3100       <method name="Void Add(T)">
3101         <size>14</size>
3102       </method>
3103       <method name="Void Insert(Int32, T)">
3104         <size>256</size>
3105       </method>
3106       <method name="Void RemoveAt(Int32)">
3107         <size>113</size>
3108       </method>
3109       <method name="Boolean Equals(System.Object)">
3110         <size>143</size>
3111       </method>
3112       <method name="Int32 GetHashCode()">
3113         <size>66</size>
3114       </method>
3115       <method name="IEnumerator`1 GetEnumerator()">
3116         <size>7</size>
3117       </method>
3118       <method name="LinkedList`1[T] op_Explicit(T[])">
3119         <size>7</size>
3120       </method>
3121       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
3122         <size>119</size>
3123       </method>
3124     </type>
3125     <type name="LinkedList`1+Node[T]">
3126       <method name="Void .ctor(T)">
3127         <size>14</size>
3128       </method>
3129       <method name="Void .ctor(T, Node, Node)">
3130         <size>28</size>
3131       </method>
3132     </type>
3133     <type name="LinkedList`1+LinkedListEnumerator[T]">
3134       <method name="Void .ctor(LinkedList`1)">
3135         <size>26</size>
3136       </method>
3137       <method name="T get_Current()">
3138         <size>24</size>
3139       </method>
3140       <method name="Boolean MoveNext()">
3141         <size>71</size>
3142       </method>
3143       <method name="Void Reset()">
3144         <size>6</size>
3145       </method>
3146       <method name="Void Dispose()">
3147         <size>30</size>
3148       </method>
3149     </type>
3150     <type name="SortedList`1[T]">
3151       <method name="Void .ctor()">
3152         <size>7</size>
3153       </method>
3154       <method name="Void Insert(T)">
3155         <size>137</size>
3156       </method>
3157     </type>
3158     <type name="PrintableLinkedList`1[T]">
3159       <method name="Void .ctor()">
3160         <size>7</size>
3161       </method>
3162       <method name="Void Print(System.IO.TextWriter)">
3163         <size>87</size>
3164       </method>
3165     </type>
3166     <type name="MyString">
3167       <method name="Void .ctor(String)">
3168         <size>14</size>
3169       </method>
3170       <method name="Int32 CompareTo(MyString)">
3171         <size>18</size>
3172       </method>
3173       <method name="Boolean Equals(MyString)">
3174         <size>18</size>
3175       </method>
3176       <method name="System.String get_Value()">
3177         <size>7</size>
3178       </method>
3179     </type>
3180     <type name="MyTest">
3181       <method name="Void .ctor()">
3182         <size>7</size>
3183       </method>
3184       <method name="Void Main(System.String[])">
3185         <size>459</size>
3186       </method>
3187     </type>
3188     <type name="Mapper`2[A,R]">
3189       <method name="Void .ctor(Object, IntPtr)">
3190         <size>0</size>
3191       </method>
3192       <method name="R Invoke(A)">
3193         <size>0</size>
3194       </method>
3195       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
3196         <size>0</size>
3197       </method>
3198       <method name="R EndInvoke(IAsyncResult)">
3199         <size>0</size>
3200       </method>
3201     </type>
3202     <type name="LinkedList`1+LinkedListEnumerator[T]">
3203       <method name="System.Object System.Collections.IEnumerator.get_Current()">
3204         <size>12</size>
3205       </method>
3206     </type>
3207     <type name="MyTest">
3208       <method name="System.String &lt;Main&gt;m__0(Double)">
3209         <size>17</size>
3210       </method>
3211     </type>
3212     <type name="&lt;PrivateImplementationDetails&gt;">
3213       <method name="Void .ctor()">
3214         <size>7</size>
3215       </method>
3216     </type>
3217   </test>
3218   <test name="gtest-116.cs">
3219     <type name="Slow.Test">
3220       <method name="Void .ctor()">
3221         <size>7</size>
3222       </method>
3223       <method name="Void DoNothing[T]()">
3224         <size>8</size>
3225       </method>
3226     </type>
3227     <type name="Slow.Program">
3228       <method name="Void .ctor()">
3229         <size>7</size>
3230       </method>
3231       <method name="Void Main(System.String[])">
3232         <size>201</size>
3233       </method>
3234     </type>
3235   </test>
3236   <test name="gtest-117.cs">
3237     <type name="Foo`1[T]">
3238       <method name="Void .ctor()">
3239         <size>7</size>
3240       </method>
3241       <method name="Boolean Test(T)">
3242         <size>15</size>
3243       </method>
3244       <method name="Boolean Test()">
3245         <size>25</size>
3246       </method>
3247       <method name="Boolean TestB()">
3248         <size>25</size>
3249       </method>
3250     </type>
3251     <type name="Y`1[T]">
3252       <method name="Void .ctor()">
3253         <size>7</size>
3254       </method>
3255       <method name="Boolean Foo()">
3256         <size>12</size>
3257       </method>
3258     </type>
3259     <type name="X">
3260       <method name="Void .ctor()">
3261         <size>7</size>
3262       </method>
3263       <method name="Boolean TestB[T](T)">
3264         <size>15</size>
3265       </method>
3266       <method name="Boolean TestA(System.Object)">
3267         <size>10</size>
3268       </method>
3269       <method name="Int32 TestC()">
3270         <size>32</size>
3271       </method>
3272       <method name="Int32 Main()">
3273         <size>107</size>
3274       </method>
3275     </type>
3276   </test>
3277   <test name="gtest-118.cs">
3278     <type name="Polynomial`1[E]">
3279       <method name="Void .ctor()">
3280         <size>19</size>
3281       </method>
3282       <method name="Void .ctor(E[])">
3283         <size>14</size>
3284       </method>
3285       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
3286         <size>297</size>
3287       </method>
3288       <method name="Polynomial`1[E] Add(E)">
3289         <size>26</size>
3290       </method>
3291       <method name="Polynomial`1[E] Mul(E)">
3292         <size>78</size>
3293       </method>
3294       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
3295         <size>219</size>
3296       </method>
3297       <method name="E Eval(E)">
3298         <size>106</size>
3299       </method>
3300     </type>
3301     <type name="TestPolynomial">
3302       <method name="Void .ctor()">
3303         <size>7</size>
3304       </method>
3305       <method name="Void Main(System.String[])">
3306         <size>148</size>
3307       </method>
3308     </type>
3309     <type name="Int">
3310       <method name="Void .ctor(Int32)">
3311         <size>8</size>
3312       </method>
3313       <method name="Int Add(Int)">
3314         <size>20</size>
3315       </method>
3316       <method name="Int Mul(Int)">
3317         <size>20</size>
3318       </method>
3319       <method name="System.String ToString()">
3320         <size>15</size>
3321       </method>
3322     </type>
3323   </test>
3324   <test name="gtest-119.cs">
3325     <type name="Tests">
3326       <method name="Void .ctor()">
3327         <size>7</size>
3328       </method>
3329       <method name="Void Main()">
3330         <size>61</size>
3331       </method>
3332     </type>
3333   </test>
3334   <test name="gtest-120.cs">
3335     <type name="SequencedHasher`2[S,W]">
3336       <method name="Void .ctor()">
3337         <size>7</size>
3338       </method>
3339       <method name="Boolean Equals(S, S)">
3340         <size>45</size>
3341       </method>
3342     </type>
3343     <type name="Sequenced`1[T]">
3344       <method name="Void .ctor()">
3345         <size>7</size>
3346       </method>
3347       <method name="Boolean Equals(ISequenced`1)">
3348         <size>2</size>
3349       </method>
3350     </type>
3351     <type name="X">
3352       <method name="Void .ctor()">
3353         <size>7</size>
3354       </method>
3355       <method name="Void Main()">
3356         <size>22</size>
3357       </method>
3358     </type>
3359   </test>
3360   <test name="gtest-121.cs">
3361     <type name="B`1[T]">
3362       <method name="Void .ctor()">
3363         <size>7</size>
3364       </method>
3365       <method name="Int32 Add(T)">
3366         <size>2</size>
3367       </method>
3368       <method name="Void AddRange(System.Object)">
3369         <size>16</size>
3370       </method>
3371     </type>
3372     <type name="A">
3373       <method name="Void .ctor()">
3374         <size>7</size>
3375       </method>
3376     </type>
3377     <type name="Test">
3378       <method name="Void .ctor()">
3379         <size>7</size>
3380       </method>
3381       <method name="Void Main()">
3382         <size>18</size>
3383       </method>
3384     </type>
3385   </test>
3386   <test name="gtest-122.cs">
3387     <type name="Test">
3388       <method name="Void .ctor()">
3389         <size>7</size>
3390       </method>
3391       <method name="Void Main(System.String[])">
3392         <size>26</size>
3393       </method>
3394       <method name="Void D(Int32)">
3395         <size>22</size>
3396       </method>
3397     </type>
3398     <type name="A`1[T]">
3399       <method name="Void .ctor(B, T)">
3400         <size>21</size>
3401       </method>
3402       <method name="Void Run()">
3403         <size>18</size>
3404       </method>
3405     </type>
3406     <type name="A`1+B[T]">
3407       <method name="Void .ctor(Object, IntPtr)">
3408         <size>0</size>
3409       </method>
3410       <method name="Void Invoke(T)">
3411         <size>0</size>
3412       </method>
3413       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
3414         <size>0</size>
3415       </method>
3416       <method name="Void EndInvoke(IAsyncResult)">
3417         <size>0</size>
3418       </method>
3419     </type>
3420   </test>
3421   <test name="gtest-123.cs">
3422     <type name="A`1[T]">
3423       <method name="Void .ctor()">
3424         <size>7</size>
3425       </method>
3426     </type>
3427     <type name="X">
3428       <method name="Void .ctor()">
3429         <size>7</size>
3430       </method>
3431       <method name="Void Main()">
3432         <size>1</size>
3433       </method>
3434     </type>
3435     <type name="A`1+Foo[T]">
3436       <method name="Void .ctor(Object, IntPtr)">
3437         <size>0</size>
3438       </method>
3439       <method name="Void Invoke()">
3440         <size>0</size>
3441       </method>
3442       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3443         <size>0</size>
3444       </method>
3445       <method name="Void EndInvoke(IAsyncResult)">
3446         <size>0</size>
3447       </method>
3448     </type>
3449     <type name="A`1+Bar`1[T,U]">
3450       <method name="Void .ctor(Object, IntPtr)">
3451         <size>0</size>
3452       </method>
3453       <method name="Void Invoke()">
3454         <size>0</size>
3455       </method>
3456       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3457         <size>0</size>
3458       </method>
3459       <method name="Void EndInvoke(IAsyncResult)">
3460         <size>0</size>
3461       </method>
3462     </type>
3463   </test>
3464   <test name="gtest-124.cs">
3465     <type name="FooCollection`1[T]">
3466       <method name="Void .ctor()">
3467         <size>7</size>
3468       </method>
3469     </type>
3470     <type name="X">
3471       <method name="Void .ctor()">
3472         <size>7</size>
3473       </method>
3474       <method name="Void Main()">
3475         <size>21</size>
3476       </method>
3477     </type>
3478     <type name="FooCollection`1[T]">
3479       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
3480         <size>10</size>
3481       </method>
3482       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
3483         <size>1</size>
3484       </method>
3485     </type>
3486   </test>
3487   <test name="gtest-125.cs">
3488     <type name="B`1[T]">
3489       <method name="Void .ctor()">
3490         <size>7</size>
3491       </method>
3492     </type>
3493     <type name="MainClass">
3494       <method name="Void .ctor()">
3495         <size>7</size>
3496       </method>
3497       <method name="Void Main()">
3498         <size>1</size>
3499       </method>
3500     </type>
3501   </test>
3502   <test name="gtest-126.cs">
3503     <type name="B">
3504       <method name="Void .ctor()">
3505         <size>7</size>
3506       </method>
3507       <method name="Boolean foo()">
3508         <size>2</size>
3509       </method>
3510     </type>
3511     <type name="MyFilter">
3512       <method name="Void .ctor()">
3513         <size>7</size>
3514       </method>
3515       <method name="K Is(IB)">
3516         <size>10</size>
3517       </method>
3518     </type>
3519     <type name="MyBFilter">
3520       <method name="Void .ctor()">
3521         <size>7</size>
3522       </method>
3523       <method name="B Is(IB)">
3524         <size>6</size>
3525       </method>
3526     </type>
3527     <type name="M">
3528       <method name="Void .ctor()">
3529         <size>7</size>
3530       </method>
3531       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
3532         <size>38</size>
3533       </method>
3534       <method name="Void Main()">
3535         <size>45</size>
3536       </method>
3537     </type>
3538     <type name="K">
3539       <method name="Boolean foo()">
3540         <size>2</size>
3541       </method>
3542     </type>
3543   </test>
3544   <test name="gtest-127.cs">
3545     <type name="A`1[T]">
3546       <method name="Void .ctor()">
3547         <size>7</size>
3548       </method>
3549       <method name="Void add__changed(A`1+Changed[T])">
3550         <size>24</size>
3551       </method>
3552       <method name="Void remove__changed(A`1+Changed[T])">
3553         <size>24</size>
3554       </method>
3555       <method name="Void Register(A`1+Changed[T])">
3556         <size>36</size>
3557       </method>
3558     </type>
3559     <type name="Test">
3560       <method name="Void .ctor()">
3561         <size>7</size>
3562       </method>
3563       <method name="Void Main()">
3564         <size>25</size>
3565       </method>
3566       <method name="Void Del(A`1[System.Int32])">
3567         <size>11</size>
3568       </method>
3569     </type>
3570     <type name="A`1+Changed[T]">
3571       <method name="Void .ctor(Object, IntPtr)">
3572         <size>0</size>
3573       </method>
3574       <method name="Void Invoke(A`1[T])">
3575         <size>0</size>
3576       </method>
3577       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
3578         <size>0</size>
3579       </method>
3580       <method name="Void EndInvoke(IAsyncResult)">
3581         <size>0</size>
3582       </method>
3583     </type>
3584   </test>
3585   <test name="gtest-128.cs">
3586     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
3587       <method name="Void .ctor()">
3588         <size>7</size>
3589       </method>
3590       <method name="Void Add(T)">
3591         <size>11</size>
3592       </method>
3593     </type>
3594     <type name="FLMID.Bugs.ParametersOne.Test">
3595       <method name="Void .ctor()">
3596         <size>7</size>
3597       </method>
3598       <method name="Void Main(System.String[])">
3599         <size>120</size>
3600       </method>
3601     </type>
3602   </test>
3603   <test name="gtest-129.cs">
3604     <type name="B.Test`1[T]">
3605       <method name="Void .ctor()">
3606         <size>7</size>
3607       </method>
3608     </type>
3609     <type name="X">
3610       <method name="Void .ctor()">
3611         <size>7</size>
3612       </method>
3613       <method name="Void Main()">
3614         <size>1</size>
3615       </method>
3616     </type>
3617   </test>
3618   <test name="gtest-130.cs">
3619     <type name="MyTest">
3620       <method name="Void .ctor()">
3621         <size>7</size>
3622       </method>
3623       <method name="Void Main(System.String[])">
3624         <size>846</size>
3625       </method>
3626     </type>
3627   </test>
3628   <test name="gtest-131.cs">
3629     <type name="MyTest">
3630       <method name="Void .ctor()">
3631         <size>7</size>
3632       </method>
3633       <method name="Void Main(System.String[])">
3634         <size>1330</size>
3635       </method>
3636     </type>
3637   </test>
3638   <test name="gtest-132.cs">
3639     <type name="MyTest">
3640       <method name="Void .ctor()">
3641         <size>7</size>
3642       </method>
3643       <method name="Nullable`1 Sqrt(Nullable`1)">
3644         <size>55</size>
3645       </method>
3646       <method name="Void Main(System.String[])">
3647         <size>63</size>
3648       </method>
3649     </type>
3650   </test>
3651   <test name="gtest-133.cs">
3652     <type name="MyTest">
3653       <method name="Void .ctor()">
3654         <size>7</size>
3655       </method>
3656       <method name="Void Main(System.String[])">
3657         <size>201</size>
3658       </method>
3659     </type>
3660     <type name="S">
3661       <method name="Int32 get_X()">
3662         <size>7</size>
3663       </method>
3664       <method name="Void set_X(Int32)">
3665         <size>8</size>
3666       </method>
3667       <method name="Void Set(Int32)">
3668         <size>8</size>
3669       </method>
3670     </type>
3671   </test>
3672   <test name="gtest-134.cs">
3673     <type name="MyTest">
3674       <method name="Void .ctor()">
3675         <size>7</size>
3676       </method>
3677       <method name="Void Main(System.String[])">
3678         <size>112</size>
3679       </method>
3680     </type>
3681     <type name="Foo`1[T]">
3682       <method name="Void .ctor(T)">
3683         <size>14</size>
3684       </method>
3685       <method name="System.String Fmt()">
3686         <size>40</size>
3687       </method>
3688     </type>
3689   </test>
3690   <test name="gtest-135.cs">
3691     <type name="X">
3692       <method name="Void .ctor()">
3693         <size>7</size>
3694       </method>
3695       <method name="Void Main()">
3696         <size>116</size>
3697       </method>
3698     </type>
3699   </test>
3700   <test name="gtest-136.cs">
3701     <type name="Martin.X">
3702       <method name="Void .ctor()">
3703         <size>7</size>
3704       </method>
3705       <method name="Void Main()">
3706         <size>148</size>
3707       </method>
3708     </type>
3709     <type name="Martin.A">
3710       <method name="Void .ctor(Int64)">
3711         <size>8</size>
3712       </method>
3713       <method name="B op_Explicit(A)">
3714         <size>14</size>
3715       </method>
3716     </type>
3717     <type name="Martin.B">
3718       <method name="Void .ctor(Int32)">
3719         <size>8</size>
3720       </method>
3721       <method name="A op_Implicit(B)">
3722         <size>14</size>
3723       </method>
3724     </type>
3725   </test>
3726   <test name="gtest-137.cs">
3727     <type name="X">
3728       <method name="Void .ctor()">
3729         <size>7</size>
3730       </method>
3731       <method name="Int32 Main()">
3732         <size>134</size>
3733       </method>
3734     </type>
3735   </test>
3736   <test name="gtest-138.cs">
3737     <type name="X">
3738       <method name="Void .ctor()">
3739         <size>7</size>
3740       </method>
3741       <method name="Void Main()">
3742         <size>61</size>
3743       </method>
3744     </type>
3745   </test>
3746   <test name="gtest-140.cs">
3747     <type name="X">
3748       <method name="Void .ctor()">
3749         <size>7</size>
3750       </method>
3751       <method name="Void Main()">
3752         <size>132</size>
3753       </method>
3754     </type>
3755   </test>
3756   <test name="gtest-141.cs">
3757     <type name="X">
3758       <method name="Void .ctor()">
3759         <size>7</size>
3760       </method>
3761       <method name="Void Main()">
3762         <size>90</size>
3763       </method>
3764     </type>
3765   </test>
3766   <test name="gtest-142.cs">
3767     <type name="Assert">
3768       <method name="Void .cctor()">
3769         <size>1</size>
3770       </method>
3771       <method name="Void IsNull[T](System.String, Nullable`1)">
3772         <size>24</size>
3773       </method>
3774       <method name="Void IsNotNull[T](System.String, Nullable`1)">
3775         <size>24</size>
3776       </method>
3777       <method name="Int32 get_Errors()">
3778         <size>6</size>
3779       </method>
3780       <method name="Void Error(System.String, System.String)">
3781         <size>25</size>
3782       </method>
3783       <method name="Void IsTrue(System.String, Boolean)">
3784         <size>18</size>
3785       </method>
3786       <method name="Void IsFalse(System.String, Boolean)">
3787         <size>18</size>
3788       </method>
3789       <method name="Void IsTrue(System.String, Nullable`1)">
3790         <size>36</size>
3791       </method>
3792       <method name="Void IsFalse(System.String, Nullable`1)">
3793         <size>36</size>
3794       </method>
3795     </type>
3796     <type name="X">
3797       <method name="Void .ctor()">
3798         <size>7</size>
3799       </method>
3800       <method name="Int32 Main()">
3801         <size>1599</size>
3802       </method>
3803     </type>
3804   </test>
3805   <test name="gtest-143.cs">
3806     <type name="X">
3807       <method name="Void .ctor()">
3808         <size>7</size>
3809       </method>
3810       <method name="Int32 Test()">
3811         <size>497</size>
3812       </method>
3813       <method name="Int32 Main()">
3814         <size>30</size>
3815       </method>
3816     </type>
3817   </test>
3818   <test name="gtest-144.cs">
3819     <type name="Test.Application">
3820       <method name="Void .ctor()">
3821         <size>7</size>
3822       </method>
3823       <method name="Void Main()">
3824         <size>11</size>
3825       </method>
3826     </type>
3827   </test>
3828   <test name="gtest-145.cs">
3829     <type name="Test`1[T]">
3830       <method name="Void .ctor(T[,])">
3831         <size>14</size>
3832       </method>
3833     </type>
3834     <type name="Program">
3835       <method name="Void .ctor()">
3836         <size>7</size>
3837       </method>
3838       <method name="Void Main(System.String[])">
3839         <size>14</size>
3840       </method>
3841     </type>
3842   </test>
3843   <test name="gtest-146.cs">
3844     <type name="MyLinkedList`1[T]">
3845       <method name="Void .ctor()">
3846         <size>7</size>
3847       </method>
3848     </type>
3849     <type name="MyLinkedList`1+Node[T]">
3850       <method name="Void .ctor(T)">
3851         <size>14</size>
3852       </method>
3853     </type>
3854     <type name="SortedList`1[U]">
3855       <method name="Void .ctor()">
3856         <size>7</size>
3857       </method>
3858       <method name="Void Insert(U)">
3859         <size>8</size>
3860       </method>
3861     </type>
3862     <type name="X">
3863       <method name="Void .ctor()">
3864         <size>7</size>
3865       </method>
3866       <method name="Void Main()">
3867         <size>1</size>
3868       </method>
3869     </type>
3870   </test>
3871   <test name="gtest-147.cs">
3872     <type name="B.Test`1[T]">
3873       <method name="Void .ctor()">
3874         <size>7</size>
3875       </method>
3876       <method name="Void A.IFoo.Hello(IFoo)">
3877         <size>1</size>
3878       </method>
3879     </type>
3880     <type name="Y">
3881       <method name="Void .ctor()">
3882         <size>7</size>
3883       </method>
3884     </type>
3885     <type name="X">
3886       <method name="Void .ctor()">
3887         <size>7</size>
3888       </method>
3889       <method name="Void Main()">
3890         <size>1</size>
3891       </method>
3892     </type>
3893   </test>
3894   <test name="gtest-148.cs">
3895     <type name="Test1">
3896       <method name="Void Foo[S,OP](UInt32)">
3897         <size>1</size>
3898       </method>
3899     </type>
3900     <type name="Test1+IOp`1[T]">
3901       <method name="Void .ctor()">
3902         <size>7</size>
3903       </method>
3904     </type>
3905     <type name="Test2">
3906       <method name="Void Foo[T,OP](UInt32)">
3907         <size>1</size>
3908       </method>
3909     </type>
3910     <type name="Test2+IOp`1[T]">
3911       <method name="Void .ctor()">
3912         <size>7</size>
3913       </method>
3914     </type>
3915     <type name="X">
3916       <method name="Void .ctor()">
3917         <size>7</size>
3918       </method>
3919       <method name="Void Main()">
3920         <size>1</size>
3921       </method>
3922     </type>
3923   </test>
3924   <test name="gtest-149.cs">
3925     <type name="Test1">
3926       <method name="Void Foo[S,OP](UInt32)">
3927         <size>1</size>
3928       </method>
3929     </type>
3930     <type name="Test1+IOp`1[T]">
3931       <method name="Void .ctor()">
3932         <size>7</size>
3933       </method>
3934     </type>
3935     <type name="Test2">
3936       <method name="Void Foo[T,OP](UInt32)">
3937         <size>1</size>
3938       </method>
3939     </type>
3940     <type name="Test2+IOp`1[T]">
3941       <method name="Void .ctor()">
3942         <size>7</size>
3943       </method>
3944     </type>
3945     <type name="X">
3946       <method name="Void .ctor()">
3947         <size>7</size>
3948       </method>
3949       <method name="Void Main()">
3950         <size>1</size>
3951       </method>
3952     </type>
3953   </test>
3954   <test name="gtest-150.cs">
3955     <type name="Test1">
3956       <method name="Void Foo[T,OP](UInt32)">
3957         <size>35</size>
3958       </method>
3959       <method name="Void Main()">
3960         <size>15</size>
3961       </method>
3962     </type>
3963     <type name="Test1+Op">
3964       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
3965         <size>5</size>
3966       </method>
3967       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
3968         <size>4</size>
3969       </method>
3970     </type>
3971   </test>
3972   <test name="gtest-151.cs">
3973     <type name="Test`1[T]">
3974       <method name="Void .ctor()">
3975         <size>15</size>
3976       </method>
3977     </type>
3978     <type name="X">
3979       <method name="Void .ctor()">
3980         <size>7</size>
3981       </method>
3982       <method name="Int32 Main()">
3983         <size>8</size>
3984       </method>
3985     </type>
3986   </test>
3987   <test name="gtest-152.cs">
3988     <type name="EnumerableBase`1[T]">
3989       <method name="Void .ctor()">
3990         <size>7</size>
3991       </method>
3992       <method name="IFoo IFoo.Hello()">
3993         <size>7</size>
3994       </method>
3995       <method name="IFoo`1 Hello()">
3996         <size>0</size>
3997       </method>
3998     </type>
3999     <type name="CollectionBase`1[T]">
4000       <method name="Void .ctor()">
4001         <size>7</size>
4002       </method>
4003     </type>
4004     <type name="HashBag`1[T]">
4005       <method name="Void .ctor()">
4006         <size>7</size>
4007       </method>
4008       <method name="IFoo`1 Hello()">
4009         <size>2</size>
4010       </method>
4011     </type>
4012     <type name="X">
4013       <method name="Void .ctor()">
4014         <size>7</size>
4015       </method>
4016       <method name="Void Main()">
4017         <size>1</size>
4018       </method>
4019     </type>
4020   </test>
4021   <test name="gtest-153.cs">
4022     <type name="MyClass`1[T]">
4023       <method name="Void .ctor()">
4024         <size>56</size>
4025       </method>
4026     </type>
4027     <type name="X">
4028       <method name="Void .ctor()">
4029         <size>7</size>
4030       </method>
4031       <method name="Void Main()">
4032         <size>1</size>
4033       </method>
4034     </type>
4035   </test>
4036   <test name="gtest-154.cs">
4037     <type name="B">
4038       <method name="Void .ctor()">
4039         <size>7</size>
4040       </method>
4041       <method name="T`1[X] M[X]()">
4042         <size>13</size>
4043       </method>
4044       <method name="T`1[System.Int64] N()">
4045         <size>30</size>
4046       </method>
4047     </type>
4048     <type name="D">
4049       <method name="Void .ctor()">
4050         <size>7</size>
4051       </method>
4052       <method name="Void Main()">
4053         <size>13</size>
4054       </method>
4055     </type>
4056     <type name="T`1[X]">
4057       <method name="Void .ctor(Object, IntPtr)">
4058         <size>0</size>
4059       </method>
4060       <method name="Int32 Invoke(X)">
4061         <size>0</size>
4062       </method>
4063       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
4064         <size>0</size>
4065       </method>
4066       <method name="Int32 EndInvoke(IAsyncResult)">
4067         <size>0</size>
4068       </method>
4069     </type>
4070     <type name="B">
4071       <method name="Int32 &lt;N&gt;m__1(Int64)">
4072         <size>2</size>
4073       </method>
4074       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
4075         <size>2</size>
4076       </method>
4077     </type>
4078   </test>
4079   <test name="gtest-155.cs">
4080     <type name="MyClass`1[T]">
4081       <method name="Void .ctor()">
4082         <size>56</size>
4083       </method>
4084     </type>
4085     <type name="X">
4086       <method name="Void .ctor()">
4087         <size>7</size>
4088       </method>
4089       <method name="Void Main()">
4090         <size>1</size>
4091       </method>
4092     </type>
4093   </test>
4094   <test name="gtest-156.cs">
4095     <type name="FLMID.Bugs.Marshal15.D">
4096       <method name="Void .ctor()">
4097         <size>18</size>
4098       </method>
4099       <method name="Void Main(System.String[])">
4100         <size>11</size>
4101       </method>
4102     </type>
4103   </test>
4104   <test name="gtest-157.cs">
4105     <type name="kv`2[k,v]">
4106       <method name="Void .ctor()">
4107         <size>7</size>
4108       </method>
4109     </type>
4110     <type name="m`2[k,v]">
4111       <method name="Void .ctor()">
4112         <size>7</size>
4113       </method>
4114     </type>
4115     <type name="X">
4116       <method name="Void .ctor()">
4117         <size>7</size>
4118       </method>
4119       <method name="Void Main()">
4120         <size>1</size>
4121       </method>
4122     </type>
4123     <type name="m`2[k,v]">
4124       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
4125         <size>1</size>
4126       </method>
4127     </type>
4128   </test>
4129   <test name="gtest-158.cs">
4130     <type name="Moo`1[C]">
4131       <method name="Void .ctor()">
4132         <size>7</size>
4133       </method>
4134     </type>
4135     <type name="Moo`1+Foo[C]">
4136       <method name="Void .ctor()">
4137         <size>7</size>
4138       </method>
4139     </type>
4140     <type name="Test">
4141       <method name="Void .ctor()">
4142         <size>7</size>
4143       </method>
4144     </type>
4145     <type name="X">
4146       <method name="Void .ctor()">
4147         <size>7</size>
4148       </method>
4149       <method name="Void Main()">
4150         <size>7</size>
4151       </method>
4152     </type>
4153   </test>
4154   <test name="gtest-159.cs">
4155     <type name="App">
4156       <method name="Void .ctor()">
4157         <size>7</size>
4158       </method>
4159       <method name="Void Main()">
4160         <size>96</size>
4161       </method>
4162     </type>
4163   </test>
4164   <test name="gtest-160.cs">
4165     <type name="Fun`2[A,B]">
4166       <method name="Void .ctor()">
4167         <size>7</size>
4168       </method>
4169     </type>
4170     <type name="List`1[T]">
4171       <method name="Void .ctor()">
4172         <size>7</size>
4173       </method>
4174       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
4175         <size>6</size>
4176       </method>
4177       <method name="Void foo[T2]()">
4178         <size>17</size>
4179       </method>
4180     </type>
4181     <type name="X">
4182       <method name="Void .ctor()">
4183         <size>7</size>
4184       </method>
4185       <method name="Void Main()">
4186         <size>1</size>
4187       </method>
4188     </type>
4189   </test>
4190   <test name="gtest-161.cs">
4191     <type name="App">
4192       <method name="Void .ctor()">
4193         <size>7</size>
4194       </method>
4195       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
4196         <size>8</size>
4197       </method>
4198       <method name="Void Main()">
4199         <size>56</size>
4200       </method>
4201       <method name="System.String &lt;Main&gt;m__0(Int32)">
4202         <size>8</size>
4203       </method>
4204     </type>
4205   </test>
4206   <test name="gtest-162.cs">
4207     <type name="Generic`1[T]">
4208       <method name="Void .ctor()">
4209         <size>7</size>
4210       </method>
4211     </type>
4212     <type name="X">
4213       <method name="Void .ctor()">
4214         <size>7</size>
4215       </method>
4216       <method name="Int32 Main()">
4217         <size>33</size>
4218       </method>
4219     </type>
4220     <type name="Generic`1+Delegate[T]">
4221       <method name="Void .ctor(Object, IntPtr)">
4222         <size>0</size>
4223       </method>
4224       <method name="Void Invoke(Generic`1[T], T)">
4225         <size>0</size>
4226       </method>
4227       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
4228         <size>0</size>
4229       </method>
4230       <method name="Void EndInvoke(IAsyncResult)">
4231         <size>0</size>
4232       </method>
4233     </type>
4234   </test>
4235   <test name="gtest-163.cs">
4236     <type name="Foo`1[T]">
4237       <method name="Void .ctor()">
4238         <size>7</size>
4239       </method>
4240       <method name="IEnumerator`1 getEnumerator(Int32)">
4241         <size>22</size>
4242       </method>
4243     </type>
4244     <type name="X">
4245       <method name="Void .ctor()">
4246         <size>7</size>
4247       </method>
4248       <method name="Void Main()">
4249         <size>1</size>
4250       </method>
4251     </type>
4252     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
4253       <method name="Void .ctor()">
4254         <size>7</size>
4255       </method>
4256       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4257         <size>12</size>
4258       </method>
4259       <method name="Boolean MoveNext()">
4260         <size>95</size>
4261       </method>
4262       <method name="Void Dispose()">
4263         <size>8</size>
4264       </method>
4265       <method name="Void Reset()">
4266         <size>6</size>
4267       </method>
4268       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4269         <size>7</size>
4270       </method>
4271     </type>
4272   </test>
4273   <test name="gtest-164.cs">
4274     <type name="FunEnumerable">
4275       <method name="Void .ctor(Int32, Int2Int)">
4276         <size>21</size>
4277       </method>
4278       <method name="IEnumerator`1 GetEnumerator()">
4279         <size>15</size>
4280       </method>
4281     </type>
4282     <type name="X">
4283       <method name="Void .ctor()">
4284         <size>7</size>
4285       </method>
4286       <method name="Void Main()">
4287         <size>1</size>
4288       </method>
4289     </type>
4290     <type name="Int2Int">
4291       <method name="Void .ctor(Object, IntPtr)">
4292         <size>0</size>
4293       </method>
4294       <method name="Int32 Invoke(Int32)">
4295         <size>0</size>
4296       </method>
4297       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
4298         <size>0</size>
4299       </method>
4300       <method name="Int32 EndInvoke(IAsyncResult)">
4301         <size>0</size>
4302       </method>
4303     </type>
4304     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
4305       <method name="Void .ctor()">
4306         <size>7</size>
4307       </method>
4308       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4309         <size>12</size>
4310       </method>
4311       <method name="Boolean MoveNext()">
4312         <size>91</size>
4313       </method>
4314       <method name="Void Dispose()">
4315         <size>8</size>
4316       </method>
4317       <method name="Void Reset()">
4318         <size>6</size>
4319       </method>
4320       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
4321         <size>7</size>
4322       </method>
4323     </type>
4324   </test>
4325   <test name="gtest-165.cs">
4326     <type name="X">
4327       <method name="Void .ctor()">
4328         <size>7</size>
4329       </method>
4330       <method name="IEnumerable GetIt(System.Int32[])">
4331         <size>30</size>
4332       </method>
4333       <method name="Int32 Main()">
4334         <size>117</size>
4335       </method>
4336     </type>
4337     <type name="X+A">
4338       <method name="Void .ctor(Object, IntPtr)">
4339         <size>0</size>
4340       </method>
4341       <method name="Void Invoke()">
4342         <size>0</size>
4343       </method>
4344       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4345         <size>0</size>
4346       </method>
4347       <method name="Void EndInvoke(IAsyncResult)">
4348         <size>0</size>
4349       </method>
4350     </type>
4351     <type name="X+&lt;GetIt&gt;c__Iterator0">
4352       <method name="Void .ctor()">
4353         <size>7</size>
4354       </method>
4355       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4356         <size>7</size>
4357       </method>
4358       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4359         <size>7</size>
4360       </method>
4361       <method name="Boolean MoveNext()">
4362         <size>201</size>
4363       </method>
4364       <method name="Void &lt;&gt;m__0()">
4365         <size>22</size>
4366       </method>
4367       <method name="Void Dispose()">
4368         <size>8</size>
4369       </method>
4370       <method name="Void Reset()">
4371         <size>6</size>
4372       </method>
4373       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4374         <size>7</size>
4375       </method>
4376       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
4377         <size>40</size>
4378       </method>
4379     </type>
4380     <type name="&lt;PrivateImplementationDetails&gt;">
4381       <method name="Void .ctor()">
4382         <size>7</size>
4383       </method>
4384     </type>
4385   </test>
4386   <test name="gtest-166.cs">
4387     <type name="C">
4388       <method name="Void .ctor()">
4389         <size>7</size>
4390       </method>
4391       <method name="Int32 Test()">
4392         <size>324</size>
4393       </method>
4394       <method name="Int32 Main()">
4395         <size>6</size>
4396       </method>
4397     </type>
4398     <type name="TestNew">
4399       <method name="Void SetTest()">
4400         <size>20</size>
4401       </method>
4402     </type>
4403   </test>
4404   <test name="gtest-167.cs">
4405     <type name="TestAttribute">
4406       <method name="Void .ctor()">
4407         <size>7</size>
4408       </method>
4409     </type>
4410     <type name="TestNotAttribute">
4411       <method name="Void .ctor()">
4412         <size>7</size>
4413       </method>
4414     </type>
4415     <type name="TestMultiAttribute">
4416       <method name="Void .ctor()">
4417         <size>7</size>
4418       </method>
4419     </type>
4420     <type name="Class1">
4421       <method name="Void .ctor()">
4422         <size>7</size>
4423       </method>
4424     </type>
4425     <type name="Class2">
4426       <method name="Void .ctor()">
4427         <size>7</size>
4428       </method>
4429     </type>
4430     <type name="Class3">
4431       <method name="Void .ctor()">
4432         <size>7</size>
4433       </method>
4434     </type>
4435     <type name="TestClass">
4436       <method name="Void .ctor()">
4437         <size>7</size>
4438       </method>
4439       <method name="Int32 Main()">
4440         <size>86</size>
4441       </method>
4442     </type>
4443   </test>
4444   <test name="gtest-168.cs">
4445     <type name="lis`1[a]">
4446       <method name="Void .ctor()">
4447         <size>7</size>
4448       </method>
4449     </type>
4450     <type name="M">
4451       <method name="Void .ctor()">
4452         <size>7</size>
4453       </method>
4454       <method name="lis`1[a] Rev[a](lis`1[a])">
4455         <size>2</size>
4456       </method>
4457       <method name="lis`1[b] MapFromArray[a,b](a[])">
4458         <size>11</size>
4459       </method>
4460     </type>
4461     <type name="X">
4462       <method name="Void .ctor()">
4463         <size>7</size>
4464       </method>
4465       <method name="Void Main()">
4466         <size>1</size>
4467       </method>
4468     </type>
4469   </test>
4470   <test name="gtest-169.cs">
4471     <type name="list`1[A]">
4472       <method name="Void .ctor()">
4473         <size>7</size>
4474       </method>
4475     </type>
4476     <type name="list`1+Cons`1[A,T]">
4477       <method name="Void .ctor()">
4478         <size>7</size>
4479       </method>
4480     </type>
4481     <type name="list`1+Nil`1[A,T]">
4482       <method name="Void .ctor()">
4483         <size>7</size>
4484       </method>
4485     </type>
4486     <type name="C">
4487       <method name="Void .ctor()">
4488         <size>7</size>
4489       </method>
4490       <method name="Void Rev[T](list`1[T])">
4491         <size>43</size>
4492       </method>
4493     </type>
4494     <type name="M">
4495       <method name="Void .ctor()">
4496         <size>7</size>
4497       </method>
4498       <method name="Void Main()">
4499         <size>21</size>
4500       </method>
4501     </type>
4502   </test>
4503   <test name="gtest-170.cs">
4504     <type name="C`1[A]">
4505       <method name="Void .ctor()">
4506         <size>7</size>
4507       </method>
4508       <method name="Void foo[B](C`1[B])">
4509         <size>7</size>
4510       </method>
4511     </type>
4512     <type name="D">
4513       <method name="Void .ctor()">
4514         <size>7</size>
4515       </method>
4516       <method name="Void append[A](C`1[A])">
4517         <size>1</size>
4518       </method>
4519       <method name="Void Main()">
4520         <size>7</size>
4521       </method>
4522     </type>
4523   </test>
4524   <test name="gtest-171.cs">
4525     <type name="list`1[a]">
4526       <method name="Void .ctor()">
4527         <size>7</size>
4528       </method>
4529     </type>
4530     <type name="Nil`1[a]">
4531       <method name="Void .ctor()">
4532         <size>7</size>
4533       </method>
4534       <method name="Void .cctor()">
4535         <size>11</size>
4536       </method>
4537     </type>
4538     <type name="Test">
4539       <method name="Void .ctor()">
4540         <size>7</size>
4541       </method>
4542       <method name="Void Main()">
4543         <size>24</size>
4544       </method>
4545     </type>
4546   </test>
4547   <test name="gtest-172.cs">
4548     <type name="M">
4549       <method name="Void .ctor()">
4550         <size>7</size>
4551       </method>
4552       <method name="Void Main()">
4553         <size>7</size>
4554       </method>
4555     </type>
4556   </test>
4557   <test name="gtest-173.cs">
4558     <type name="List`1[t]">
4559       <method name="Void .ctor()">
4560         <size>7</size>
4561       </method>
4562       <method name="Void foo[b](List`1[t])">
4563         <size>27</size>
4564       </method>
4565     </type>
4566     <type name="C">
4567       <method name="Void .ctor()">
4568         <size>7</size>
4569       </method>
4570     </type>
4571     <type name="D">
4572       <method name="Void .ctor()">
4573         <size>7</size>
4574       </method>
4575     </type>
4576     <type name="M">
4577       <method name="Void .ctor()">
4578         <size>7</size>
4579       </method>
4580       <method name="Void Main()">
4581         <size>27</size>
4582       </method>
4583     </type>
4584   </test>
4585   <test name="gtest-174.cs">
4586     <type name="B`1[T]">
4587       <method name="Void .ctor()">
4588         <size>7</size>
4589       </method>
4590       <method name="Void .cctor()">
4591         <size>11</size>
4592       </method>
4593     </type>
4594     <type name="M">
4595       <method name="Void .ctor()">
4596         <size>7</size>
4597       </method>
4598       <method name="Void Main()">
4599         <size>13</size>
4600       </method>
4601     </type>
4602   </test>
4603   <test name="gtest-175.cs">
4604     <type name="Foo">
4605       <method name="Void .ctor()">
4606         <size>7</size>
4607       </method>
4608     </type>
4609     <type name="X">
4610       <method name="Void .ctor()">
4611         <size>7</size>
4612       </method>
4613       <method name="Foo Test(Foo, Foo)">
4614         <size>10</size>
4615       </method>
4616       <method name="Int32 Main()">
4617         <size>33</size>
4618       </method>
4619     </type>
4620   </test>
4621   <test name="gtest-176.cs">
4622     <type name="lis`1[a]">
4623       <method name="Void .ctor()">
4624         <size>7</size>
4625       </method>
4626     </type>
4627     <type name="fn`3[a,b,r]">
4628       <method name="Void .ctor()">
4629         <size>7</size>
4630       </method>
4631       <method name="r apply(a, b)">
4632         <size>0</size>
4633       </method>
4634     </type>
4635     <type name="fn1`1[a]">
4636       <method name="Void .ctor()">
4637         <size>7</size>
4638       </method>
4639       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
4640         <size>8</size>
4641       </method>
4642     </type>
4643     <type name="M">
4644       <method name="Void .ctor()">
4645         <size>7</size>
4646       </method>
4647       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
4648         <size>9</size>
4649       </method>
4650       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
4651         <size>2</size>
4652       </method>
4653       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
4654         <size>17</size>
4655       </method>
4656       <method name="Void Main()">
4657         <size>12</size>
4658       </method>
4659     </type>
4660   </test>
4661   <test name="gtest-177.cs">
4662     <type name="X">
4663       <method name="Void .ctor()">
4664         <size>7</size>
4665       </method>
4666       <method name="Void .cctor()">
4667         <size>25</size>
4668       </method>
4669       <method name="Int32 Main()">
4670         <size>96</size>
4671       </method>
4672     </type>
4673     <type name="X`1[T]">
4674       <method name="Void .ctor()">
4675         <size>7</size>
4676       </method>
4677       <method name="IEnumerator`1 Y(IEnumerable`1)">
4678         <size>7</size>
4679       </method>
4680       <method name="T Z(IList`1, Int32)">
4681         <size>8</size>
4682       </method>
4683     </type>
4684   </test>
4685   <test name="gtest-178.cs">
4686     <type name="X">
4687       <method name="Void .ctor()">
4688         <size>7</size>
4689       </method>
4690       <method name="Void Main()">
4691         <size>1</size>
4692       </method>
4693     </type>
4694   </test>
4695   <test name="gtest-179.cs">
4696     <type name="X`1[T]">
4697       <method name="Void .ctor()">
4698         <size>7</size>
4699       </method>
4700       <method name="Int32 get_i()">
4701         <size>2</size>
4702       </method>
4703       <method name="Void set_i(Int32)">
4704         <size>1</size>
4705       </method>
4706       <method name="Int32 myMain()">
4707         <size>14</size>
4708       </method>
4709     </type>
4710     <type name="Y">
4711       <method name="Void .ctor()">
4712         <size>7</size>
4713       </method>
4714       <method name="Int32 Main()">
4715         <size>6</size>
4716       </method>
4717     </type>
4718   </test>
4719   <test name="gtest-180.cs">
4720     <type name="C">
4721       <method name="Void .ctor()">
4722         <size>7</size>
4723       </method>
4724     </type>
4725     <type name="C+CC">
4726       <method name="Void .ctor()">
4727         <size>7</size>
4728       </method>
4729     </type>
4730     <type name="Program">
4731       <method name="Void .ctor()">
4732         <size>7</size>
4733       </method>
4734       <method name="Int32 Main()">
4735         <size>197</size>
4736       </method>
4737     </type>
4738     <type name="D">
4739       <method name="Void .ctor(Object, IntPtr)">
4740         <size>0</size>
4741       </method>
4742       <method name="Void Invoke()">
4743         <size>0</size>
4744       </method>
4745       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4746         <size>0</size>
4747       </method>
4748       <method name="Void EndInvoke(IAsyncResult)">
4749         <size>0</size>
4750       </method>
4751     </type>
4752   </test>
4753   <test name="gtest-181.cs">
4754     <type name="X">
4755       <method name="Void .ctor()">
4756         <size>7</size>
4757       </method>
4758       <method name="IEnumerator get_GetIt()">
4759         <size>8</size>
4760       </method>
4761       <method name="Void set_GetIt(IEnumerator)">
4762         <size>1</size>
4763       </method>
4764       <method name="IEnumerable get_Item(Int32)">
4765         <size>30</size>
4766       </method>
4767       <method name="Void set_Item(Int32, IEnumerable)">
4768         <size>1</size>
4769       </method>
4770       <method name="Int32 Main()">
4771         <size>184</size>
4772       </method>
4773     </type>
4774     <type name="X+&lt;&gt;c__Iterator0">
4775       <method name="Void .ctor()">
4776         <size>7</size>
4777       </method>
4778       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4779         <size>7</size>
4780       </method>
4781       <method name="Boolean MoveNext()">
4782         <size>126</size>
4783       </method>
4784       <method name="Void Dispose()">
4785         <size>8</size>
4786       </method>
4787       <method name="Void Reset()">
4788         <size>6</size>
4789       </method>
4790     </type>
4791     <type name="X+&lt;&gt;c__Iterator1">
4792       <method name="Void .ctor()">
4793         <size>7</size>
4794       </method>
4795       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4796         <size>7</size>
4797       </method>
4798       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4799         <size>7</size>
4800       </method>
4801       <method name="Boolean MoveNext()">
4802         <size>147</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__Iterator0">
4812       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4813         <size>7</size>
4814       </method>
4815     </type>
4816     <type name="X+&lt;&gt;c__Iterator1">
4817       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
4818         <size>7</size>
4819       </method>
4820       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
4821         <size>40</size>
4822       </method>
4823     </type>
4824   </test>
4825   <test name="gtest-182.cs">
4826     <type name="C1">
4827       <method name="Void .ctor()">
4828         <size>7</size>
4829       </method>
4830       <method name="Int32 GetId()">
4831         <size>3</size>
4832       </method>
4833     </type>
4834     <type name="X">
4835       <method name="Void .ctor()">
4836         <size>7</size>
4837       </method>
4838       <method name="Void foo[a](a)">
4839         <size>15</size>
4840       </method>
4841       <method name="Void Main()">
4842         <size>11</size>
4843       </method>
4844     </type>
4845   </test>
4846   <test name="gtest-183.cs">
4847     <type name="test.Test`1[T]">
4848       <method name="Void .ctor()">
4849         <size>7</size>
4850       </method>
4851       <method name="IEnumerable`1 Lookup(T)">
4852         <size>30</size>
4853       </method>
4854     </type>
4855     <type name="test.Program">
4856       <method name="Void .ctor()">
4857         <size>7</size>
4858       </method>
4859       <method name="Void Main(System.String[])">
4860         <size>69</size>
4861       </method>
4862     </type>
4863     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
4864       <method name="Void .ctor()">
4865         <size>7</size>
4866       </method>
4867       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4868         <size>12</size>
4869       </method>
4870       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4871         <size>7</size>
4872       </method>
4873       <method name="Boolean MoveNext()">
4874         <size>84</size>
4875       </method>
4876       <method name="Void Dispose()">
4877         <size>8</size>
4878       </method>
4879       <method name="Void Reset()">
4880         <size>6</size>
4881       </method>
4882       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4883         <size>7</size>
4884       </method>
4885       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
4886         <size>40</size>
4887       </method>
4888     </type>
4889   </test>
4890   <test name="gtest-184.cs">
4891     <type name="X">
4892       <method name="Void .ctor()">
4893         <size>7</size>
4894       </method>
4895       <method name="Void Main()">
4896         <size>68</size>
4897       </method>
4898       <method name="Boolean &lt;Main&gt;m__0(System.String)">
4899         <size>12</size>
4900       </method>
4901     </type>
4902   </test>
4903   <test name="gtest-185.cs">
4904     <type name="App">
4905       <method name="Void .ctor()">
4906         <size>7</size>
4907       </method>
4908       <method name="Void Main()">
4909         <size>47</size>
4910       </method>
4911     </type>
4912     <type name="FP">
4913       <method name="Void .ctor()">
4914         <size>7</size>
4915       </method>
4916       <method name="T[] appendArrays[T](T[][])">
4917         <size>140</size>
4918       </method>
4919     </type>
4920   </test>
4921   <test name="gtest-186.cs">
4922     <type name="Tuple`2[a,b]">
4923       <method name="Void .ctor(a, b)">
4924         <size>21</size>
4925       </method>
4926     </type>
4927     <type name="Test">
4928       <method name="Void .ctor()">
4929         <size>7</size>
4930       </method>
4931       <method name="Void Main()">
4932         <size>120</size>
4933       </method>
4934     </type>
4935     <type name="TestSimpleObject">
4936       <method name="Void .ctor()">
4937         <size>25</size>
4938       </method>
4939       <method name="Void Print()">
4940         <size>17</size>
4941       </method>
4942     </type>
4943   </test>
4944   <test name="gtest-187.cs">
4945     <type name="Foo`1[T]">
4946       <method name="Void .ctor()">
4947         <size>7</size>
4948       </method>
4949       <method name="T next()">
4950         <size>7</size>
4951       </method>
4952     </type>
4953     <type name="Goo">
4954       <method name="Void .ctor()">
4955         <size>7</size>
4956       </method>
4957     </type>
4958     <type name="Test">
4959       <method name="Void .ctor()">
4960         <size>7</size>
4961       </method>
4962       <method name="Void Main()">
4963         <size>14</size>
4964       </method>
4965     </type>
4966   </test>
4967   <test name="gtest-188.cs">
4968     <type name="Foo">
4969       <method name="Void .ctor(Object[])">
4970         <size>11</size>
4971       </method>
4972       <method name="Void .ctor(Object[], Object)">
4973         <size>217</size>
4974       </method>
4975       <method name="Void add_DoSomething(System.EventHandler)">
4976         <size>24</size>
4977       </method>
4978       <method name="Void remove_DoSomething(System.EventHandler)">
4979         <size>24</size>
4980       </method>
4981       <method name="Void Main()">
4982         <size>21</size>
4983       </method>
4984     </type>
4985     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
4986       <method name="Void .ctor()">
4987         <size>7</size>
4988       </method>
4989       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
4990         <size>46</size>
4991       </method>
4992     </type>
4993     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
4994       <method name="Void .ctor()">
4995         <size>7</size>
4996       </method>
4997     </type>
4998   </test>
4999   <test name="gtest-189.cs">
5000     <type name="Bar">
5001       <method name="Void .ctor()">
5002         <size>7</size>
5003       </method>
5004     </type>
5005     <type name="Cont`1[T]">
5006       <method name="Void .ctor(T)">
5007         <size>14</size>
5008       </method>
5009       <method name="System.String ToString()">
5010         <size>18</size>
5011       </method>
5012     </type>
5013     <type name="M">
5014       <method name="Void .ctor()">
5015         <size>7</size>
5016       </method>
5017       <method name="Void Main()">
5018         <size>18</size>
5019       </method>
5020     </type>
5021   </test>
5022   <test name="gtest-190.cs">
5023     <type name="Foo`1[T]">
5024       <method name="Void .ctor()">
5025         <size>7</size>
5026       </method>
5027       <method name="Foo`1+Node[T] GetRoot()">
5028         <size>6</size>
5029       </method>
5030       <method name="Void Test(Foo`1+Node[T])">
5031         <size>14</size>
5032       </method>
5033     </type>
5034     <type name="Foo`1+Node[T]">
5035       <method name="Void .ctor()">
5036         <size>7</size>
5037       </method>
5038     </type>
5039     <type name="Foo`1+ConcatNode[T]">
5040       <method name="Void .ctor()">
5041         <size>7</size>
5042       </method>
5043     </type>
5044     <type name="X">
5045       <method name="Void .ctor()">
5046         <size>7</size>
5047       </method>
5048       <method name="Void Main()">
5049         <size>21</size>
5050       </method>
5051     </type>
5052   </test>
5053   <test name="gtest-191.cs">
5054     <type name="Test1.Test">
5055       <method name="IEnumerable`1 Replace[T]()">
5056         <size>16</size>
5057       </method>
5058     </type>
5059     <type name="Test2.Test`1[S]">
5060       <method name="Void .ctor()">
5061         <size>7</size>
5062       </method>
5063       <method name="IEnumerable`1 Replace[T]()">
5064         <size>16</size>
5065       </method>
5066     </type>
5067     <type name="Test3.Test`1[S]">
5068       <method name="Void .ctor()">
5069         <size>7</size>
5070       </method>
5071       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
5072         <size>16</size>
5073       </method>
5074     </type>
5075     <type name="Test4.Test">
5076       <method name="Void .ctor()">
5077         <size>7</size>
5078       </method>
5079       <method name="IEnumerable`1 Replace[T]()">
5080         <size>16</size>
5081       </method>
5082     </type>
5083     <type name="Test5.Test">
5084       <method name="Void .ctor()">
5085         <size>7</size>
5086       </method>
5087       <method name="IEnumerable`1 Replace[T](T)">
5088         <size>30</size>
5089       </method>
5090     </type>
5091     <type name="Test6.Test">
5092       <method name="Void .ctor()">
5093         <size>7</size>
5094       </method>
5095       <method name="IEnumerable`1 Replace[T](T)">
5096         <size>30</size>
5097       </method>
5098     </type>
5099     <type name="Test7.Test">
5100       <method name="Void .ctor()">
5101         <size>7</size>
5102       </method>
5103       <method name="IEnumerable`1 Replace[T](T[])">
5104         <size>30</size>
5105       </method>
5106     </type>
5107     <type name="X">
5108       <method name="Void .ctor()">
5109         <size>7</size>
5110       </method>
5111       <method name="Void Main()">
5112         <size>1</size>
5113       </method>
5114     </type>
5115     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5116       <method name="Void .ctor()">
5117         <size>7</size>
5118       </method>
5119       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5120         <size>12</size>
5121       </method>
5122       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5123         <size>7</size>
5124       </method>
5125       <method name="Boolean MoveNext()">
5126         <size>25</size>
5127       </method>
5128       <method name="Void Dispose()">
5129         <size>8</size>
5130       </method>
5131       <method name="Void Reset()">
5132         <size>6</size>
5133       </method>
5134     </type>
5135     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,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="Test3.Test`1+&lt;Replace&gt;c__Iterator2`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="Test4.Test+&lt;Replace&gt;c__Iterator3`1[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="Test5.Test+&lt;Replace&gt;c__Iterator4`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>70</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="Test6.Test+&lt;Replace&gt;c__Iterator5`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>82</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="Test7.Test+&lt;Replace&gt;c__Iterator6`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>7</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="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
5256       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5257         <size>7</size>
5258       </method>
5259       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5260         <size>26</size>
5261       </method>
5262     </type>
5263     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
5264       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5265         <size>7</size>
5266       </method>
5267       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5268         <size>26</size>
5269       </method>
5270     </type>
5271     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
5272       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
5273         <size>7</size>
5274       </method>
5275       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
5276         <size>26</size>
5277       </method>
5278     </type>
5279     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
5280       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5281         <size>7</size>
5282       </method>
5283       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5284         <size>26</size>
5285       </method>
5286     </type>
5287     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
5288       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5289         <size>7</size>
5290       </method>
5291       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5292         <size>40</size>
5293       </method>
5294     </type>
5295     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
5296       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5297         <size>7</size>
5298       </method>
5299       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
5300         <size>40</size>
5301       </method>
5302     </type>
5303     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
5304       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
5305         <size>7</size>
5306       </method>
5307       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
5308         <size>40</size>
5309       </method>
5310     </type>
5311   </test>
5312   <test name="gtest-192.cs">
5313     <type name="xX">
5314       <method name="Void .ctor()">
5315         <size>7</size>
5316       </method>
5317       <method name="Void Main()">
5318         <size>1</size>
5319       </method>
5320     </type>
5321   </test>
5322   <test name="gtest-193.cs">
5323     <type name="OrderedMultiDictionary`2[T,U]">
5324       <method name="Void .ctor()">
5325         <size>7</size>
5326       </method>
5327       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5328         <size>29</size>
5329       </method>
5330     </type>
5331     <type name="RedBlackTree`1[S]">
5332       <method name="Void .ctor()">
5333         <size>7</size>
5334       </method>
5335       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5336         <size>16</size>
5337       </method>
5338     </type>
5339     <type name="X">
5340       <method name="Void .ctor()">
5341         <size>7</size>
5342       </method>
5343       <method name="Void Main()">
5344         <size>1</size>
5345       </method>
5346     </type>
5347     <type name="RedBlackTree`1+RangeTester[S]">
5348       <method name="Void .ctor(Object, IntPtr)">
5349         <size>0</size>
5350       </method>
5351       <method name="Int32 Invoke(S)">
5352         <size>0</size>
5353       </method>
5354       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5355         <size>0</size>
5356       </method>
5357       <method name="Int32 EndInvoke(IAsyncResult)">
5358         <size>0</size>
5359       </method>
5360     </type>
5361     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5362       <method name="Void .ctor()">
5363         <size>7</size>
5364       </method>
5365       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5366         <size>12</size>
5367       </method>
5368       <method name="Boolean MoveNext()">
5369         <size>48</size>
5370       </method>
5371       <method name="Void Dispose()">
5372         <size>8</size>
5373       </method>
5374       <method name="Void Reset()">
5375         <size>6</size>
5376       </method>
5377     </type>
5378     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5379       <method name="Void .ctor()">
5380         <size>7</size>
5381       </method>
5382       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5383         <size>12</size>
5384       </method>
5385       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5386         <size>7</size>
5387       </method>
5388       <method name="Boolean MoveNext()">
5389         <size>25</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="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
5399       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5400         <size>7</size>
5401       </method>
5402     </type>
5403     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
5404       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5405         <size>7</size>
5406       </method>
5407       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5408         <size>26</size>
5409       </method>
5410     </type>
5411   </test>
5412   <test name="gtest-194.cs">
5413     <type name="RedBlackTree`1[S]">
5414       <method name="Void .ctor()">
5415         <size>7</size>
5416       </method>
5417       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
5418         <size>16</size>
5419       </method>
5420     </type>
5421     <type name="OrderedMultiDictionary`2[T,U]">
5422       <method name="Void .ctor()">
5423         <size>7</size>
5424       </method>
5425       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5426         <size>29</size>
5427       </method>
5428     </type>
5429     <type name="X">
5430       <method name="Void .ctor()">
5431         <size>7</size>
5432       </method>
5433       <method name="Void Main()">
5434         <size>1</size>
5435       </method>
5436     </type>
5437     <type name="RedBlackTree`1+RangeTester[S]">
5438       <method name="Void .ctor(Object, IntPtr)">
5439         <size>0</size>
5440       </method>
5441       <method name="Int32 Invoke(S)">
5442         <size>0</size>
5443       </method>
5444       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5445         <size>0</size>
5446       </method>
5447       <method name="Int32 EndInvoke(IAsyncResult)">
5448         <size>0</size>
5449       </method>
5450     </type>
5451     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5452       <method name="Void .ctor()">
5453         <size>7</size>
5454       </method>
5455       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5456         <size>12</size>
5457       </method>
5458       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5459         <size>7</size>
5460       </method>
5461       <method name="Boolean MoveNext()">
5462         <size>25</size>
5463       </method>
5464       <method name="Void Dispose()">
5465         <size>8</size>
5466       </method>
5467       <method name="Void Reset()">
5468         <size>6</size>
5469       </method>
5470     </type>
5471     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
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="Boolean MoveNext()">
5479         <size>48</size>
5480       </method>
5481       <method name="Void Dispose()">
5482         <size>8</size>
5483       </method>
5484       <method name="Void Reset()">
5485         <size>6</size>
5486       </method>
5487     </type>
5488     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
5489       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
5490         <size>7</size>
5491       </method>
5492       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
5493         <size>26</size>
5494       </method>
5495     </type>
5496     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
5497       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5498         <size>7</size>
5499       </method>
5500     </type>
5501   </test>
5502   <test name="gtest-195.cs">
5503     <type name="OrderedMultiDictionary`2[T,U]">
5504       <method name="Void .ctor()">
5505         <size>7</size>
5506       </method>
5507       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
5508         <size>13</size>
5509       </method>
5510     </type>
5511     <type name="RedBlackTree`1[S]">
5512       <method name="Void .ctor()">
5513         <size>7</size>
5514       </method>
5515       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
5516         <size>1</size>
5517       </method>
5518     </type>
5519     <type name="X">
5520       <method name="Void .ctor()">
5521         <size>7</size>
5522       </method>
5523       <method name="Void Main()">
5524         <size>1</size>
5525       </method>
5526     </type>
5527     <type name="RedBlackTree`1+RangeTester[S]">
5528       <method name="Void .ctor(Object, IntPtr)">
5529         <size>0</size>
5530       </method>
5531       <method name="Int32 Invoke(S)">
5532         <size>0</size>
5533       </method>
5534       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
5535         <size>0</size>
5536       </method>
5537       <method name="Int32 EndInvoke(IAsyncResult)">
5538         <size>0</size>
5539       </method>
5540     </type>
5541   </test>
5542   <test name="gtest-196.cs">
5543     <type name="Dict">
5544       <method name="Void .ctor()">
5545         <size>7</size>
5546       </method>
5547     </type>
5548     <type name="Foo">
5549       <method name="Void .ctor()">
5550         <size>7</size>
5551       </method>
5552       <method name="Int32 Main()">
5553         <size>112</size>
5554       </method>
5555     </type>
5556   </test>
5557   <test name="gtest-197.cs">
5558     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
5559       <method name="Void .ctor()">
5560         <size>7</size>
5561       </method>
5562       <method name="Void .cctor()">
5563         <size>95</size>
5564       </method>
5565       <method name="Int32 GetHashCode(T)">
5566         <size>0</size>
5567       </method>
5568       <method name="Boolean Equals(T, T)">
5569         <size>0</size>
5570       </method>
5571       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
5572         <size>6</size>
5573       </method>
5574     </type>
5575     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
5576       <method name="Void .ctor()">
5577         <size>7</size>
5578       </method>
5579       <method name="Int32 GetHashCode(T)">
5580         <size>14</size>
5581       </method>
5582       <method name="Boolean Equals(T, T)">
5583         <size>41</size>
5584       </method>
5585     </type>
5586     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
5587       <method name="Void .ctor()">
5588         <size>7</size>
5589       </method>
5590       <method name="Int32 GetHashCode(T)">
5591         <size>14</size>
5592       </method>
5593       <method name="Boolean Equals(T, T)">
5594         <size>36</size>
5595       </method>
5596     </type>
5597     <type name="Martin.Collections.Generic.X">
5598       <method name="Void .ctor()">
5599         <size>7</size>
5600       </method>
5601       <method name="Void Main()">
5602         <size>1</size>
5603       </method>
5604     </type>
5605   </test>
5606   <test name="gtest-198.cs">
5607     <type name="ClassLibrary2.List1`1[T]">
5608       <method name="Void .ctor()">
5609         <size>7</size>
5610       </method>
5611     </type>
5612     <type name="ClassLibrary2.List2`1[T]">
5613       <method name="Void .ctor()">
5614         <size>18</size>
5615       </method>
5616       <method name="Void AddItem(T)">
5617         <size>13</size>
5618       </method>
5619     </type>
5620     <type name="ClassLibrary2.Foo">
5621       <method name="Void .ctor()">
5622         <size>7</size>
5623       </method>
5624       <method name="Void Main()">
5625         <size>1</size>
5626       </method>
5627     </type>
5628   </test>
5629   <test name="gtest-199.cs">
5630     <type name="Splay`1[T]">
5631       <method name="Void .ctor()">
5632         <size>7</size>
5633       </method>
5634     </type>
5635     <type name="Foo">
5636       <method name="Void .ctor()">
5637         <size>7</size>
5638       </method>
5639       <method name="Void Main()">
5640         <size>1</size>
5641       </method>
5642     </type>
5643   </test>
5644   <test name="gtest-200.cs">
5645     <type name="Test">
5646       <method name="Void .ctor()">
5647         <size>7</size>
5648       </method>
5649       <method name="T QueryInterface[T](System.Object)">
5650         <size>45</size>
5651       </method>
5652     </type>
5653     <type name="Driver">
5654       <method name="Void .ctor()">
5655         <size>7</size>
5656       </method>
5657       <method name="Void Main()">
5658         <size>1</size>
5659       </method>
5660     </type>
5661   </test>
5662   <test name="gtest-201.cs">
5663     <type name="HashSet`1[T]">
5664       <method name="Void .ctor(Int64)">
5665         <size>14</size>
5666       </method>
5667       <method name="Int64 Test()">
5668         <size>7</size>
5669       </method>
5670       <method name="IEnumerator`1 GetEnumerator()">
5671         <size>15</size>
5672       </method>
5673     </type>
5674     <type name="X">
5675       <method name="Void .ctor()">
5676         <size>7</size>
5677       </method>
5678       <method name="Int32 Main()">
5679         <size>81</size>
5680       </method>
5681     </type>
5682     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5683       <method name="Void .ctor()">
5684         <size>7</size>
5685       </method>
5686       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5687         <size>12</size>
5688       </method>
5689       <method name="Boolean MoveNext()">
5690         <size>75</size>
5691       </method>
5692       <method name="Void Dispose()">
5693         <size>8</size>
5694       </method>
5695       <method name="Void Reset()">
5696         <size>6</size>
5697       </method>
5698       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
5699         <size>7</size>
5700       </method>
5701     </type>
5702   </test>
5703   <test name="gtest-202.cs">
5704     <type name="Generic`1[T]">
5705       <method name="Void .ctor()">
5706         <size>20</size>
5707       </method>
5708       <method name="T get_Item(Int32, Int32)">
5709         <size>14</size>
5710       </method>
5711       <method name="Void set_Item(Int32, Int32, T)">
5712         <size>15</size>
5713       </method>
5714     </type>
5715     <type name="Fault">
5716       <method name="Void Main()">
5717         <size>45</size>
5718       </method>
5719       <method name="System.String ToString()">
5720         <size>6</size>
5721       </method>
5722     </type>
5723   </test>
5724   <test name="gtest-203.cs">
5725     <type name="C`2[X,Y]">
5726       <method name="Void .ctor()">
5727         <size>7</size>
5728       </method>
5729       <method name="Void foo[A,B]()">
5730         <size>14</size>
5731       </method>
5732       <method name="Void bar[A,B]()">
5733         <size>69</size>
5734       </method>
5735     </type>
5736     <type name="C`2+Q`2[X,Y,A,B]">
5737       <method name="Void .ctor()">
5738         <size>7</size>
5739       </method>
5740       <method name="Void apply(C`2[X,Y])">
5741         <size>7</size>
5742       </method>
5743     </type>
5744     <type name="X">
5745       <method name="Void .ctor()">
5746         <size>7</size>
5747       </method>
5748       <method name="Void Main()">
5749         <size>13</size>
5750       </method>
5751     </type>
5752   </test>
5753   <test name="gtest-204.cs">
5754     <type name="Map`1[b]">
5755       <method name="Void .ctor()">
5756         <size>7</size>
5757       </method>
5758       <method name="a Fold1[a](a)">
5759         <size>2</size>
5760       </method>
5761       <method name="c Fold[c](c)">
5762         <size>15</size>
5763       </method>
5764     </type>
5765     <type name="LocalContext">
5766       <method name="Void .ctor()">
5767         <size>18</size>
5768       </method>
5769       <method name="a Fold[a](a)">
5770         <size>13</size>
5771       </method>
5772     </type>
5773     <type name="M">
5774       <method name="Void .ctor()">
5775         <size>7</size>
5776       </method>
5777       <method name="Void Main()">
5778         <size>19</size>
5779       </method>
5780     </type>
5781   </test>
5782   <test name="gtest-205.cs">
5783     <type name="Foo`1[S]">
5784       <method name="Void .ctor()">
5785         <size>7</size>
5786       </method>
5787     </type>
5788     <type name="Test`1[U]">
5789       <method name="Void .ctor()">
5790         <size>7</size>
5791       </method>
5792       <method name="Void Func(U)">
5793         <size>12</size>
5794       </method>
5795     </type>
5796     <type name="X">
5797       <method name="Void .ctor()">
5798         <size>7</size>
5799       </method>
5800       <method name="Void Test(System.Type, System.Object)">
5801         <size>31</size>
5802       </method>
5803       <method name="Void Main()">
5804         <size>144</size>
5805       </method>
5806     </type>
5807   </test>
5808   <test name="gtest-206.cs">
5809     <type name="Continuation`2[R,A]">
5810       <method name="Void .ctor()">
5811         <size>7</size>
5812       </method>
5813       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
5814         <size>2</size>
5815       </method>
5816     </type>
5817     <type name="Driver">
5818       <method name="Void .ctor()">
5819         <size>7</size>
5820       </method>
5821       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
5822         <size>7</size>
5823       </method>
5824       <method name="Void Main()">
5825         <size>9</size>
5826       </method>
5827     </type>
5828   </test>
5829   <test name="gtest-207.cs">
5830     <type name="M">
5831       <method name="Void .ctor()">
5832         <size>7</size>
5833       </method>
5834       <method name="Void p(System.String)">
5835         <size>7</size>
5836       </method>
5837       <method name="Void Main()">
5838         <size>50</size>
5839       </method>
5840     </type>
5841   </test>
5842   <test name="gtest-208.cs">
5843     <type name="SomeClass">
5844       <method name="Void .ctor()">
5845         <size>7</size>
5846       </method>
5847     </type>
5848     <type name="Foo`1[T]">
5849       <method name="Void .ctor()">
5850         <size>7</size>
5851       </method>
5852       <method name="T Do(System.Object)">
5853         <size>12</size>
5854       </method>
5855     </type>
5856     <type name="Driver">
5857       <method name="Void .ctor()">
5858         <size>7</size>
5859       </method>
5860       <method name="Void Main()">
5861         <size>19</size>
5862       </method>
5863     </type>
5864   </test>
5865   <test name="gtest-209.cs">
5866     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
5867       <method name="Void .ctor()">
5868         <size>7</size>
5869       </method>
5870     </type>
5871     <type name="ClassLibrary3.Test">
5872       <method name="Void .ctor()">
5873         <size>7</size>
5874       </method>
5875       <method name="Void Main()">
5876         <size>23</size>
5877       </method>
5878     </type>
5879   </test>
5880   <test name="gtest-210.cs">
5881     <type name="Foo`1[T]">
5882       <method name="Void .ctor()">
5883         <size>7</size>
5884       </method>
5885       <method name="T next()">
5886         <size>7</size>
5887       </method>
5888     </type>
5889     <type name="Goo">
5890       <method name="Void .ctor()">
5891         <size>7</size>
5892       </method>
5893     </type>
5894     <type name="Test">
5895       <method name="Void .ctor()">
5896         <size>7</size>
5897       </method>
5898       <method name="Void Main()">
5899         <size>14</size>
5900       </method>
5901     </type>
5902   </test>
5903   <test name="gtest-211.cs">
5904     <type name="MyTest">
5905       <method name="Void .ctor()">
5906         <size>7</size>
5907       </method>
5908       <method name="Void f(Boolean, Boolean)">
5909         <size>59</size>
5910       </method>
5911       <method name="Void Main()">
5912         <size>448</size>
5913       </method>
5914     </type>
5915   </test>
5916   <test name="gtest-212.cs">
5917     <type name="Test">
5918       <method name="Void .ctor()">
5919         <size>7</size>
5920       </method>
5921       <method name="Void Fun[T](T)">
5922         <size>15</size>
5923       </method>
5924       <method name="Void Main()">
5925         <size>15</size>
5926       </method>
5927     </type>
5928     <type name="SomeStruct">
5929       <method name="Boolean get_Valid()">
5930         <size>2</size>
5931       </method>
5932     </type>
5933   </test>
5934   <test name="gtest-213.cs">
5935     <type name="Test">
5936       <method name="Void .ctor()">
5937         <size>7</size>
5938       </method>
5939       <method name="Void Fun[T](T)">
5940         <size>78</size>
5941       </method>
5942       <method name="Void Main()">
5943         <size>15</size>
5944       </method>
5945     </type>
5946     <type name="SomeStruct">
5947       <method name="Int32 get_Foo()">
5948         <size>7</size>
5949       </method>
5950       <method name="Void set_Foo(Int32)">
5951         <size>8</size>
5952       </method>
5953     </type>
5954   </test>
5955   <test name="gtest-214.cs">
5956     <type name="X">
5957       <method name="Void .ctor()">
5958         <size>7</size>
5959       </method>
5960       <method name="Int32 Main()">
5961         <size>83</size>
5962       </method>
5963     </type>
5964   </test>
5965   <test name="gtest-215.cs">
5966     <type name="R">
5967       <method name="Void .ctor()">
5968         <size>7</size>
5969       </method>
5970     </type>
5971     <type name="A`1[T]">
5972       <method name="Void .ctor()">
5973         <size>7</size>
5974       </method>
5975     </type>
5976     <type name="D">
5977       <method name="Void .ctor()">
5978         <size>7</size>
5979       </method>
5980     </type>
5981     <type name="MainClass">
5982       <method name="Void .ctor()">
5983         <size>7</size>
5984       </method>
5985       <method name="Void Main()">
5986         <size>1</size>
5987       </method>
5988     </type>
5989   </test>
5990   <test name="gtest-216.cs">
5991     <type name="BaseClass">
5992       <method name="Void .ctor()">
5993         <size>7</size>
5994       </method>
5995       <method name="Ret`1 Foo[T]()">
5996         <size>2</size>
5997       </method>
5998       <method name="Ret Foo()">
5999         <size>2</size>
6000       </method>
6001       <method name="Void Main()">
6002         <size>1</size>
6003       </method>
6004     </type>
6005     <type name="DerivedClass">
6006       <method name="Void .ctor()">
6007         <size>7</size>
6008       </method>
6009       <method name="Ret`1 Foo[T]()">
6010         <size>2</size>
6011       </method>
6012       <method name="Ret Foo()">
6013         <size>2</size>
6014       </method>
6015     </type>
6016   </test>
6017   <test name="gtest-217.cs">
6018     <type name="MyTest">
6019       <method name="Void .ctor()">
6020         <size>7</size>
6021       </method>
6022       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
6023         <size>44</size>
6024       </method>
6025       <method name="Void Main(System.String[])">
6026         <size>95</size>
6027       </method>
6028       <method name="IEnumerable`1 FromTo(Int32, Int32)">
6029         <size>44</size>
6030       </method>
6031     </type>
6032     <type name="Fun`2[A1,R]">
6033       <method name="Void .ctor(Object, IntPtr)">
6034         <size>0</size>
6035       </method>
6036       <method name="R Invoke(A1)">
6037         <size>0</size>
6038       </method>
6039       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
6040         <size>0</size>
6041       </method>
6042       <method name="R EndInvoke(IAsyncResult)">
6043         <size>0</size>
6044       </method>
6045     </type>
6046     <type name="MyTest">
6047       <method name="System.String &lt;Main&gt;m__0(Int32)">
6048         <size>8</size>
6049       </method>
6050     </type>
6051     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6052       <method name="Void .ctor()">
6053         <size>7</size>
6054       </method>
6055       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6056         <size>12</size>
6057       </method>
6058       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6059         <size>7</size>
6060       </method>
6061       <method name="Boolean MoveNext()">
6062         <size>205</size>
6063       </method>
6064       <method name="Void Dispose()">
6065         <size>60</size>
6066       </method>
6067       <method name="Void Reset()">
6068         <size>6</size>
6069       </method>
6070     </type>
6071     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
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>118</size>
6083       </method>
6084       <method name="Void Dispose()">
6085         <size>8</size>
6086       </method>
6087       <method name="Void Reset()">
6088         <size>6</size>
6089       </method>
6090     </type>
6091     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
6092       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
6093         <size>7</size>
6094       </method>
6095       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
6096         <size>52</size>
6097       </method>
6098     </type>
6099     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
6100       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
6101         <size>7</size>
6102       </method>
6103       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
6104         <size>52</size>
6105       </method>
6106     </type>
6107   </test>
6108   <test name="gtest-218.cs">
6109     <type name="Foo">
6110       <method name="Void .ctor()">
6111         <size>7</size>
6112       </method>
6113     </type>
6114     <type name="X">
6115       <method name="Void .ctor()">
6116         <size>7</size>
6117       </method>
6118       <method name="Void Main()">
6119         <size>1</size>
6120       </method>
6121     </type>
6122   </test>
6123   <test name="gtest-219.cs">
6124     <type name="Test">
6125       <method name="Void .ctor()">
6126         <size>7</size>
6127       </method>
6128       <method name="Void Foo[T]()">
6129         <size>1</size>
6130       </method>
6131       <method name="Int32 Main()">
6132         <size>70</size>
6133       </method>
6134     </type>
6135   </test>
6136   <test name="gtest-220.cs">
6137     <type name="A`1[T1]">
6138       <method name="Void .ctor()">
6139         <size>7</size>
6140       </method>
6141     </type>
6142     <type name="A`1+B`1[T1,T2]">
6143       <method name="Void .ctor()">
6144         <size>7</size>
6145       </method>
6146     </type>
6147     <type name="A`1+B`1+C`1[T1,T2,T3]">
6148       <method name="Void .ctor()">
6149         <size>7</size>
6150       </method>
6151     </type>
6152     <type name="PopQuiz">
6153       <method name="Void .ctor()">
6154         <size>7</size>
6155       </method>
6156       <method name="Int32 Main()">
6157         <size>145</size>
6158       </method>
6159     </type>
6160   </test>
6161   <test name="gtest-221.cs">
6162     <type name="C1`1[IFoo]">
6163       <method name="Void .ctor()">
6164         <size>7</size>
6165       </method>
6166     </type>
6167     <type name="C2">
6168       <method name="Void .ctor()">
6169         <size>7</size>
6170       </method>
6171       <method name="C1`1[T] Hoge[T](C1`1[T])">
6172         <size>0</size>
6173       </method>
6174     </type>
6175     <type name="C3">
6176       <method name="Void .ctor()">
6177         <size>7</size>
6178       </method>
6179       <method name="C1`1[T] Hoge[T](C1`1[T])">
6180         <size>2</size>
6181       </method>
6182     </type>
6183     <type name="X">
6184       <method name="Void .ctor()">
6185         <size>7</size>
6186       </method>
6187       <method name="Void Main()">
6188         <size>1</size>
6189       </method>
6190     </type>
6191   </test>
6192   <test name="gtest-222.cs">
6193     <type name="Mona`1[T]">
6194       <method name="Void .ctor()">
6195         <size>7</size>
6196       </method>
6197     </type>
6198     <type name="Test">
6199       <method name="Void .ctor()">
6200         <size>7</size>
6201       </method>
6202       <method name="Mona`1[K] GetMona[K]()">
6203         <size>6</size>
6204       </method>
6205       <method name="Void Main()">
6206         <size>1</size>
6207       </method>
6208     </type>
6209   </test>
6210   <test name="gtest-223.cs">
6211     <type name="Foo`1[T]">
6212       <method name="Void .ctor()">
6213         <size>7</size>
6214       </method>
6215     </type>
6216     <type name="Test">
6217       <method name="Void .ctor()">
6218         <size>7</size>
6219       </method>
6220       <method name="Foo`1[K] Hoge[K]()">
6221         <size>2</size>
6222       </method>
6223       <method name="Void Main()">
6224         <size>72</size>
6225       </method>
6226     </type>
6227   </test>
6228   <test name="gtest-224.cs">
6229     <type name="Base">
6230       <method name="Void .ctor()">
6231         <size>7</size>
6232       </method>
6233       <method name="Void Foo[T]()">
6234         <size>1</size>
6235       </method>
6236     </type>
6237     <type name="Derived">
6238       <method name="Void .ctor()">
6239         <size>7</size>
6240       </method>
6241       <method name="Void Foo[T]()">
6242         <size>1</size>
6243       </method>
6244     </type>
6245     <type name="Driver">
6246       <method name="Void .ctor()">
6247         <size>7</size>
6248       </method>
6249       <method name="Void Main()">
6250         <size>11</size>
6251       </method>
6252     </type>
6253   </test>
6254   <test name="gtest-225.cs">
6255     <type name="Set`1[Element]">
6256       <method name="Void .ctor()">
6257         <size>7</size>
6258       </method>
6259       <method name="Locator locate(Element)">
6260         <size>31</size>
6261       </method>
6262     </type>
6263     <type name="Set`1+Node[Element]">
6264       <method name="Void .ctor()">
6265         <size>7</size>
6266       </method>
6267     </type>
6268     <type name="SetTest">
6269       <method name="Void Main()">
6270         <size>1</size>
6271       </method>
6272     </type>
6273     <type name="Set`1+Locator+Replace[Element]">
6274       <method name="Void .ctor(Object, IntPtr)">
6275         <size>0</size>
6276       </method>
6277       <method name="Void Invoke(Set`1+Node[Element])">
6278         <size>0</size>
6279       </method>
6280       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
6281         <size>0</size>
6282       </method>
6283       <method name="Void EndInvoke(IAsyncResult)">
6284         <size>0</size>
6285       </method>
6286     </type>
6287     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
6288       <method name="Void .ctor()">
6289         <size>7</size>
6290       </method>
6291       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
6292         <size>15</size>
6293       </method>
6294     </type>
6295     <type name="Set`1+Locator[Element]">
6296       <method name="Void .ctor(Replace)">
6297         <size>1</size>
6298       </method>
6299     </type>
6300   </test>
6301   <test name="gtest-226.cs">
6302     <type name="A">
6303       <method name="Void .ctor()">
6304         <size>24</size>
6305       </method>
6306     </type>
6307     <type name="M">
6308       <method name="Void .ctor()">
6309         <size>7</size>
6310       </method>
6311       <method name="Int32 Main()">
6312         <size>84</size>
6313       </method>
6314     </type>
6315     <type name="Container`1[T]">
6316       <method name="Void .ctor(T)">
6317         <size>8</size>
6318       </method>
6319     </type>
6320   </test>
6321   <test name="gtest-227.cs">
6322     <type name="Foo`1[G]">
6323       <method name="Void .ctor()">
6324         <size>7</size>
6325       </method>
6326       <method name="Void Bar()">
6327         <size>26</size>
6328       </method>
6329     </type>
6330     <type name="X">
6331       <method name="Void .ctor()">
6332         <size>7</size>
6333       </method>
6334       <method name="Void Main()">
6335         <size>1</size>
6336       </method>
6337     </type>
6338   </test>
6339   <test name="gtest-228.cs">
6340     <type name="GenParAttribute">
6341       <method name="Void .ctor()">
6342         <size>7</size>
6343       </method>
6344     </type>
6345     <type name="cons`2[A,B]">
6346       <method name="Void .ctor()">
6347         <size>7</size>
6348       </method>
6349       <method name="Void abc[M]()">
6350         <size>1</size>
6351       </method>
6352     </type>
6353     <type name="Test">
6354       <method name="Void .ctor()">
6355         <size>7</size>
6356       </method>
6357       <method name="Void Main()">
6358         <size>1</size>
6359       </method>
6360     </type>
6361   </test>
6362   <test name="gtest-229.cs">
6363     <type name="B">
6364       <method name="Void .ctor()">
6365         <size>7</size>
6366       </method>
6367       <method name="Int32 CompareTo(B)">
6368         <size>2</size>
6369       </method>
6370     </type>
6371     <type name="Tester">
6372       <method name="Void .ctor()">
6373         <size>7</size>
6374       </method>
6375       <method name="Int32 Main()">
6376         <size>21</size>
6377       </method>
6378     </type>
6379   </test>
6380   <test name="gtest-231.cs">
6381     <type name="X">
6382       <method name="Void .ctor()">
6383         <size>7</size>
6384       </method>
6385       <method name="Void Main()">
6386         <size>31</size>
6387       </method>
6388     </type>
6389   </test>
6390   <test name="gtest-232.cs">
6391     <type name="H">
6392       <method name="Void .ctor()">
6393         <size>7</size>
6394       </method>
6395       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
6396         <size>30</size>
6397       </method>
6398       <method name="Void Main(System.String[])">
6399         <size>1</size>
6400       </method>
6401     </type>
6402     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
6403       <method name="Void .ctor()">
6404         <size>7</size>
6405       </method>
6406       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6407         <size>12</size>
6408       </method>
6409       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6410         <size>7</size>
6411       </method>
6412       <method name="Boolean MoveNext()">
6413         <size>117</size>
6414       </method>
6415       <method name="Void Dispose()">
6416         <size>8</size>
6417       </method>
6418       <method name="Void Reset()">
6419         <size>6</size>
6420       </method>
6421       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6422         <size>7</size>
6423       </method>
6424       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
6425         <size>40</size>
6426       </method>
6427     </type>
6428   </test>
6429   <test name="gtest-233.cs">
6430     <type name="Program">
6431       <method name="Void .ctor()">
6432         <size>7</size>
6433       </method>
6434       <method name="Void Main(System.String[])">
6435         <size>25</size>
6436       </method>
6437       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
6438         <size>1</size>
6439       </method>
6440     </type>
6441   </test>
6442   <test name="gtest-234.cs">
6443     <type name="Test">
6444       <method name="Void .ctor()">
6445         <size>7</size>
6446       </method>
6447       <method name="IFoo`1 GetFooGeneric[T]()">
6448         <size>2</size>
6449       </method>
6450       <method name="IFoo GetFoo()">
6451         <size>7</size>
6452       </method>
6453       <method name="Void Main()">
6454         <size>14</size>
6455       </method>
6456     </type>
6457   </test>
6458   <test name="gtest-235.cs">
6459     <type name="GettingStarted">
6460       <method name="Void .ctor()">
6461         <size>7</size>
6462       </method>
6463       <method name="Void Main()">
6464         <size>13</size>
6465       </method>
6466     </type>
6467   </test>
6468   <test name="gtest-236.cs">
6469     <type name="Foo`1[T]">
6470       <method name="Void .ctor()">
6471         <size>7</size>
6472       </method>
6473       <method name="Int32 Test(Foo`1[T])">
6474         <size>2</size>
6475       </method>
6476       <method name="Int32 Test(Foo`1[System.Int32])">
6477         <size>2</size>
6478       </method>
6479     </type>
6480     <type name="X">
6481       <method name="Void .ctor()">
6482         <size>7</size>
6483       </method>
6484       <method name="Int32 Main()">
6485         <size>59</size>
6486       </method>
6487     </type>
6488   </test>
6489   <test name="gtest-237.cs">
6490     <type name="Foo`1[T]">
6491       <method name="Void .ctor()">
6492         <size>7</size>
6493       </method>
6494       <method name="Int32 Test(T)">
6495         <size>2</size>
6496       </method>
6497       <method name="Int32 Test(Int32)">
6498         <size>2</size>
6499       </method>
6500     </type>
6501     <type name="X">
6502       <method name="Void .ctor()">
6503         <size>7</size>
6504       </method>
6505       <method name="Int32 Main()">
6506         <size>60</size>
6507       </method>
6508     </type>
6509   </test>
6510   <test name="gtest-238.cs">
6511     <type name="X">
6512       <method name="Void .ctor()">
6513         <size>7</size>
6514       </method>
6515       <method name="Int32 Main()">
6516         <size>39</size>
6517       </method>
6518     </type>
6519   </test>
6520   <test name="gtest-239.cs">
6521     <type name="Foo`2[T,U]">
6522       <method name="Void .ctor()">
6523         <size>7</size>
6524       </method>
6525       <method name="Int32 Test(T, U)">
6526         <size>2</size>
6527       </method>
6528       <method name="Int32 Test(Int32, U)">
6529         <size>2</size>
6530       </method>
6531       <method name="Int32 Test(T, Single)">
6532         <size>2</size>
6533       </method>
6534       <method name="Int32 Test(Int32, Single)">
6535         <size>2</size>
6536       </method>
6537     </type>
6538     <type name="X">
6539       <method name="Void .ctor()">
6540         <size>7</size>
6541       </method>
6542       <method name="Int32 Main()">
6543         <size>237</size>
6544       </method>
6545     </type>
6546   </test>
6547   <test name="gtest-240.cs">
6548     <type name="MyClass">
6549       <method name="Void .ctor()">
6550         <size>7</size>
6551       </method>
6552     </type>
6553     <type name="X">
6554       <method name="Void .ctor()">
6555         <size>7</size>
6556       </method>
6557       <method name="Void Main()">
6558         <size>1</size>
6559       </method>
6560     </type>
6561     <type name="MyClass">
6562       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
6563         <size>1</size>
6564       </method>
6565       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
6566         <size>1</size>
6567       </method>
6568       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
6569         <size>1</size>
6570       </method>
6571       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
6572         <size>1</size>
6573       </method>
6574     </type>
6575   </test>
6576   <test name="gtest-241.cs">
6577     <type name="a">
6578       <method name="Void .ctor()">
6579         <size>7</size>
6580       </method>
6581       <method name="Void func[T](T ByRef)">
6582         <size>0</size>
6583       </method>
6584     </type>
6585     <type name="b">
6586       <method name="Void .ctor()">
6587         <size>7</size>
6588       </method>
6589       <method name="Void func[T](T ByRef)">
6590         <size>1</size>
6591       </method>
6592     </type>
6593     <type name="main">
6594       <method name="Void .ctor()">
6595         <size>7</size>
6596       </method>
6597       <method name="Void Main()">
6598         <size>1</size>
6599       </method>
6600     </type>
6601   </test>
6602   <test name="gtest-242.cs">
6603     <type name="Container`1[T]">
6604       <method name="Void .ctor()">
6605         <size>7</size>
6606       </method>
6607     </type>
6608     <type name="ReferenceType">
6609       <method name="Void .ctor()">
6610         <size>7</size>
6611       </method>
6612       <method name="Int32 CompareTo(ReferenceType)">
6613         <size>2</size>
6614       </method>
6615     </type>
6616     <type name="Test">
6617       <method name="Void .ctor()">
6618         <size>7</size>
6619       </method>
6620       <method name="Void Main()">
6621         <size>13</size>
6622       </method>
6623     </type>
6624     <type name="MyValueType">
6625       <method name="Int32 CompareTo(MyValueType)">
6626         <size>2</size>
6627       </method>
6628     </type>
6629   </test>
6630   <test name="gtest-243.cs">
6631     <type name="Foo`1[T]">
6632       <method name="Void .ctor()">
6633         <size>7</size>
6634       </method>
6635       <method name="Void Test(T)">
6636         <size>1</size>
6637       </method>
6638     </type>
6639     <type name="Tests">
6640       <method name="Void .ctor()">
6641         <size>7</size>
6642       </method>
6643       <method name="Void foo[T]()">
6644         <size>1</size>
6645       </method>
6646       <method name="Int32 Test()">
6647         <size>148</size>
6648       </method>
6649       <method name="Int32 Main()">
6650         <size>8</size>
6651       </method>
6652     </type>
6653   </test>
6654   <test name="gtest-244.cs">
6655     <type name="B">
6656       <method name="Void .ctor()">
6657         <size>7</size>
6658       </method>
6659       <method name="T Get[T]()">
6660         <size>10</size>
6661       </method>
6662     </type>
6663     <type name="A">
6664       <method name="Void .ctor()">
6665         <size>7</size>
6666       </method>
6667       <method name="T Get[T]()">
6668         <size>30</size>
6669       </method>
6670       <method name="Void Main()">
6671         <size>12</size>
6672       </method>
6673     </type>
6674   </test>
6675   <test name="gtest-245.cs">
6676     <type name="DerivedGenericClass`1[T]">
6677       <method name="Void .ctor()">
6678         <size>7</size>
6679       </method>
6680       <method name="Void Foo()">
6681         <size>1</size>
6682       </method>
6683       <method name="Void Baz()">
6684         <size>7</size>
6685       </method>
6686     </type>
6687     <type name="BaseClass">
6688       <method name="Void .ctor()">
6689         <size>7</size>
6690       </method>
6691       <method name="Void Foo()">
6692         <size>0</size>
6693       </method>
6694     </type>
6695     <type name="X">
6696       <method name="Void .ctor()">
6697         <size>7</size>
6698       </method>
6699       <method name="Void Main()">
6700         <size>1</size>
6701       </method>
6702     </type>
6703   </test>
6704   <test name="gtest-246.cs">
6705     <type name="TestCase.CTest">
6706       <method name="Void .ctor()">
6707         <size>7</size>
6708       </method>
6709       <method name="Void Main()">
6710         <size>1</size>
6711       </method>
6712       <method name="Void Bar()">
6713         <size>1</size>
6714       </method>
6715     </type>
6716     <type name="TestCase.CGenericTest`2[T,V]">
6717       <method name="Void .ctor()">
6718         <size>7</size>
6719       </method>
6720       <method name="V Foo()">
6721         <size>21</size>
6722       </method>
6723     </type>
6724   </test>
6725   <test name="gtest-247.cs">
6726     <type name="EnumerableBase`1[T]">
6727       <method name="Void .ctor()">
6728         <size>7</size>
6729       </method>
6730       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6731         <size>7</size>
6732       </method>
6733       <method name="IEnumerator`1 GetEnumerator()">
6734         <size>0</size>
6735       </method>
6736     </type>
6737     <type name="CollectionValueBase`1[T]">
6738       <method name="Void .ctor()">
6739         <size>7</size>
6740       </method>
6741       <method name="Void raiseItemsAdded(T, Int32)">
6742         <size>1</size>
6743       </method>
6744       <method name="IEnumerator`1 GetEnumerator()">
6745         <size>0</size>
6746       </method>
6747     </type>
6748     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
6749       <method name="Void .ctor()">
6750         <size>7</size>
6751       </method>
6752     </type>
6753     <type name="CircularQueue`1[T]">
6754       <method name="Void .ctor()">
6755         <size>7</size>
6756       </method>
6757       <method name="IEnumerator`1 GetEnumerator()">
6758         <size>8</size>
6759       </method>
6760       <method name="Void Enqueue(T)">
6761         <size>1</size>
6762       </method>
6763     </type>
6764     <type name="HashSet`1[T]">
6765       <method name="Void .ctor()">
6766         <size>7</size>
6767       </method>
6768       <method name="Void RemoveAll[U](IEnumerable`1)">
6769         <size>7</size>
6770       </method>
6771       <method name="Void AddAll[U](IEnumerable`1)">
6772         <size>61</size>
6773       </method>
6774       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
6775         <size>2</size>
6776       </method>
6777       <method name="IEnumerator`1 GetEnumerator()">
6778         <size>8</size>
6779       </method>
6780     </type>
6781     <type name="X">
6782       <method name="Void .ctor()">
6783         <size>7</size>
6784       </method>
6785       <method name="Void Main()">
6786         <size>1</size>
6787       </method>
6788     </type>
6789     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6790       <method name="Void .ctor()">
6791         <size>7</size>
6792       </method>
6793       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6794         <size>12</size>
6795       </method>
6796       <method name="Boolean MoveNext()">
6797         <size>25</size>
6798       </method>
6799       <method name="Void Dispose()">
6800         <size>8</size>
6801       </method>
6802       <method name="Void Reset()">
6803         <size>6</size>
6804       </method>
6805     </type>
6806     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6807       <method name="Void .ctor()">
6808         <size>7</size>
6809       </method>
6810       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6811         <size>12</size>
6812       </method>
6813       <method name="Boolean MoveNext()">
6814         <size>25</size>
6815       </method>
6816       <method name="Void Dispose()">
6817         <size>8</size>
6818       </method>
6819       <method name="Void Reset()">
6820         <size>6</size>
6821       </method>
6822     </type>
6823     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6824       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6825         <size>7</size>
6826       </method>
6827     </type>
6828     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
6829       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6830         <size>7</size>
6831       </method>
6832     </type>
6833   </test>
6834   <test name="gtest-248.cs">
6835     <type name="Foo`1[T]">
6836       <method name="Void .ctor()">
6837         <size>7</size>
6838       </method>
6839     </type>
6840     <type name="X">
6841       <method name="Void .ctor()">
6842         <size>7</size>
6843       </method>
6844       <method name="Boolean Test(System.Object)">
6845         <size>19</size>
6846       </method>
6847       <method name="Void Main()">
6848         <size>1</size>
6849       </method>
6850     </type>
6851   </test>
6852   <test name="gtest-249.cs">
6853     <type name="EnumerableBase`1[T]">
6854       <method name="Void .ctor()">
6855         <size>7</size>
6856       </method>
6857       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6858         <size>7</size>
6859       </method>
6860       <method name="IEnumerator`1 GetEnumerator()">
6861         <size>0</size>
6862       </method>
6863     </type>
6864     <type name="ArrayBase`1[T]">
6865       <method name="Void .ctor()">
6866         <size>7</size>
6867       </method>
6868       <method name="IEnumerator`1 GetEnumerator()">
6869         <size>8</size>
6870       </method>
6871     </type>
6872     <type name="HashedArrayList`1[T]">
6873       <method name="Void .ctor()">
6874         <size>7</size>
6875       </method>
6876       <method name="IEnumerator`1 GetEnumerator()">
6877         <size>7</size>
6878       </method>
6879     </type>
6880     <type name="X">
6881       <method name="Void .ctor()">
6882         <size>7</size>
6883       </method>
6884       <method name="Void Main()">
6885         <size>1</size>
6886       </method>
6887     </type>
6888     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
6889       <method name="Void .ctor()">
6890         <size>7</size>
6891       </method>
6892       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6893         <size>12</size>
6894       </method>
6895       <method name="Boolean MoveNext()">
6896         <size>25</size>
6897       </method>
6898       <method name="Void Dispose()">
6899         <size>8</size>
6900       </method>
6901       <method name="Void Reset()">
6902         <size>6</size>
6903       </method>
6904       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6905         <size>7</size>
6906       </method>
6907     </type>
6908   </test>
6909   <test name="gtest-250.cs">
6910     <type name="GuardedIndexedSorted`1[T]">
6911       <method name="Void .ctor()">
6912         <size>7</size>
6913       </method>
6914       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
6915         <size>13</size>
6916       </method>
6917     </type>
6918     <type name="X">
6919       <method name="Void .ctor()">
6920         <size>7</size>
6921       </method>
6922       <method name="Void Main()">
6923         <size>1</size>
6924       </method>
6925     </type>
6926     <type name="Fun`2[R,S]">
6927       <method name="Void .ctor(Object, IntPtr)">
6928         <size>0</size>
6929       </method>
6930       <method name="S Invoke(R)">
6931         <size>0</size>
6932       </method>
6933       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
6934         <size>0</size>
6935       </method>
6936       <method name="S EndInvoke(IAsyncResult)">
6937         <size>0</size>
6938       </method>
6939     </type>
6940   </test>
6941   <test name="gtest-251.cs">
6942     <type name="SortedIndexedTester`1[T]">
6943       <method name="Void .ctor()">
6944         <size>7</size>
6945       </method>
6946       <method name="Void Test(ISorted`1)">
6947         <size>24</size>
6948       </method>
6949     </type>
6950     <type name="X">
6951       <method name="Void .ctor()">
6952         <size>7</size>
6953       </method>
6954       <method name="Void Main()">
6955         <size>1</size>
6956       </method>
6957     </type>
6958     <type name="&lt;PrivateImplementationDetails&gt;">
6959       <method name="Void .ctor()">
6960         <size>7</size>
6961       </method>
6962     </type>
6963   </test>
6964   <test name="gtest-252.cs">
6965     <type name="EqualityComparer`1[T]">
6966       <method name="Void .cctor()">
6967         <size>16</size>
6968       </method>
6969       <method name="Void Test()">
6970         <size>1</size>
6971       </method>
6972     </type>
6973     <type name="SequencedEqualityComparer`2[T,W]">
6974       <method name="Void .ctor()">
6975         <size>7</size>
6976       </method>
6977     </type>
6978     <type name="X">
6979       <method name="Void .ctor()">
6980         <size>7</size>
6981       </method>
6982       <method name="Void Main()">
6983         <size>6</size>
6984       </method>
6985     </type>
6986   </test>
6987   <test name="gtest-253.cs">
6988     <type name="CollectionValueTester`2[R,S]">
6989       <method name="Void .ctor()">
6990         <size>7</size>
6991       </method>
6992     </type>
6993     <type name="ExtensibleTester`1[U]">
6994       <method name="Void .ctor(U)">
6995         <size>14</size>
6996       </method>
6997       <method name="Void Direct()">
6998         <size>24</size>
6999       </method>
7000     </type>
7001     <type name="Extensible`1[V]">
7002       <method name="Void .ctor()">
7003         <size>7</size>
7004       </method>
7005       <method name="Void AddAll[W](IEnumerable`1)">
7006         <size>1</size>
7007       </method>
7008     </type>
7009     <type name="X">
7010       <method name="Void .ctor()">
7011         <size>7</size>
7012       </method>
7013       <method name="Void Main()">
7014         <size>20</size>
7015       </method>
7016     </type>
7017   </test>
7018   <test name="gtest-254.cs">
7019     <type name="HashedLinkedList`1[T]">
7020       <method name="Void .ctor()">
7021         <size>7</size>
7022       </method>
7023       <method name="HashedLinkedList`1[T] GetList()">
7024         <size>6</size>
7025       </method>
7026       <method name="Void Test(Int32)">
7027         <size>55</size>
7028       </method>
7029       <method name="Void Test(HashedLinkedList`1[T])">
7030         <size>40</size>
7031       </method>
7032     </type>
7033     <type name="X">
7034       <method name="Void .ctor()">
7035         <size>7</size>
7036       </method>
7037       <method name="Void Main()">
7038         <size>20</size>
7039       </method>
7040     </type>
7041   </test>
7042   <test name="gtest-255.cs">
7043     <type name="A">
7044       <method name="Void .ctor()">
7045         <size>7</size>
7046       </method>
7047       <method name="T Foo[T]()">
7048         <size>0</size>
7049       </method>
7050     </type>
7051     <type name="B">
7052       <method name="Void .ctor()">
7053         <size>7</size>
7054       </method>
7055       <method name="T Foo[T]()">
7056         <size>10</size>
7057       </method>
7058     </type>
7059     <type name="C">
7060       <method name="Void .ctor()">
7061         <size>7</size>
7062       </method>
7063       <method name="Void Main()">
7064         <size>1</size>
7065       </method>
7066     </type>
7067   </test>
7068   <test name="gtest-256.cs">
7069     <type name="Test">
7070       <method name="Void .ctor()">
7071         <size>7</size>
7072       </method>
7073       <method name="IEnumerator`1 GetEnumerator()">
7074         <size>15</size>
7075       </method>
7076       <method name="Void Main()">
7077         <size>11</size>
7078       </method>
7079       <method name="Void Run()">
7080         <size>147</size>
7081       </method>
7082     </type>
7083     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
7084       <method name="Void .ctor()">
7085         <size>7</size>
7086       </method>
7087       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7088         <size>7</size>
7089       </method>
7090       <method name="Boolean MoveNext()">
7091         <size>129</size>
7092       </method>
7093       <method name="Void Dispose()">
7094         <size>8</size>
7095       </method>
7096       <method name="Void Reset()">
7097         <size>6</size>
7098       </method>
7099       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
7100         <size>7</size>
7101       </method>
7102     </type>
7103   </test>
7104   <test name="gtest-257.cs">
7105     <type name="Tests">
7106       <method name="Void .ctor()">
7107         <size>7</size>
7108       </method>
7109       <method name="Void Main()">
7110         <size>32</size>
7111       </method>
7112     </type>
7113   </test>
7114   <test name="gtest-258.cs">
7115     <type name="A">
7116       <method name="Void .ctor()">
7117         <size>7</size>
7118       </method>
7119     </type>
7120     <type name="B">
7121       <method name="Void .ctor()">
7122         <size>7</size>
7123       </method>
7124     </type>
7125     <type name="Foo`1[T]">
7126       <method name="Void .ctor()">
7127         <size>7</size>
7128       </method>
7129     </type>
7130     <type name="X">
7131       <method name="Void .ctor()">
7132         <size>7</size>
7133       </method>
7134       <method name="Void Main()">
7135         <size>7</size>
7136       </method>
7137     </type>
7138   </test>
7139   <test name="gtest-259.cs">
7140     <type name="Class1`1[T]">
7141       <method name="Void .ctor()">
7142         <size>7</size>
7143       </method>
7144       <method name="Void MethodOfClass1(T, MyType)">
7145         <size>14</size>
7146       </method>
7147     </type>
7148     <type name="MyType">
7149       <method name="Void .ctor()">
7150         <size>7</size>
7151       </method>
7152       <method name="Void MethodOfMyBaseType()">
7153         <size>1</size>
7154       </method>
7155     </type>
7156     <type name="MyBaseType">
7157       <method name="Void .ctor()">
7158         <size>7</size>
7159       </method>
7160       <method name="Void MethodOfMyBaseType()">
7161         <size>0</size>
7162       </method>
7163     </type>
7164     <type name="X">
7165       <method name="Void .ctor()">
7166         <size>7</size>
7167       </method>
7168       <method name="Void Main()">
7169         <size>1</size>
7170       </method>
7171     </type>
7172   </test>
7173   <test name="gtest-260.cs">
7174     <type name="A`1[T]">
7175       <method name="Void .ctor()">
7176         <size>7</size>
7177       </method>
7178     </type>
7179     <type name="B`1[T]">
7180       <method name="Void .ctor()">
7181         <size>7</size>
7182       </method>
7183     </type>
7184     <type name="Test">
7185       <method name="Void .ctor()">
7186         <size>7</size>
7187       </method>
7188       <method name="Void .cctor()">
7189         <size>11</size>
7190       </method>
7191       <method name="Void Main()">
7192         <size>1</size>
7193       </method>
7194     </type>
7195   </test>
7196   <test name="gtest-261.cs">
7197     <type name="Cons`2[T,U]">
7198       <method name="Void .ctor(T, U)">
7199         <size>21</size>
7200       </method>
7201       <method name="System.String ToString()">
7202         <size>68</size>
7203       </method>
7204     </type>
7205     <type name="List`1[A]">
7206       <method name="Void .ctor(A)">
7207         <size>9</size>
7208       </method>
7209       <method name="Void .ctor(A, List`1)">
7210         <size>9</size>
7211       </method>
7212       <method name="Void zip[B](List`1[B])">
7213         <size>18</size>
7214       </method>
7215     </type>
7216     <type name="Test">
7217       <method name="Void .ctor()">
7218         <size>7</size>
7219       </method>
7220       <method name="Void Main(System.String[])">
7221         <size>14</size>
7222       </method>
7223     </type>
7224   </test>
7225   <test name="gtest-262.cs">
7226     <type name="Test">
7227       <method name="Void .ctor()">
7228         <size>7</size>
7229       </method>
7230       <method name="Void f1(System.Object)">
7231         <size>1</size>
7232       </method>
7233       <method name="Void f2(System.String)">
7234         <size>1</size>
7235       </method>
7236       <method name="Void f3(Test)">
7237         <size>1</size>
7238       </method>
7239       <method name="Void f4(Int32)">
7240         <size>1</size>
7241       </method>
7242       <method name="Void f5(Int16)">
7243         <size>1</size>
7244       </method>
7245       <method name="Void Main()">
7246         <size>163</size>
7247       </method>
7248     </type>
7249   </test>
7250   <test name="gtest-263.cs">
7251     <type name="Foo`1[S]">
7252       <method name="Void .ctor()">
7253         <size>7</size>
7254       </method>
7255       <method name="ICloneable Test(S)">
7256         <size>12</size>
7257       </method>
7258     </type>
7259     <type name="ConvertHelper">
7260       <method name="IEnumerator`1 Test[S,T](S)">
7261         <size>22</size>
7262       </method>
7263       <method name="Void Main()">
7264         <size>1</size>
7265       </method>
7266     </type>
7267     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
7268       <method name="Void .ctor()">
7269         <size>7</size>
7270       </method>
7271       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7272         <size>12</size>
7273       </method>
7274       <method name="Boolean MoveNext()">
7275         <size>80</size>
7276       </method>
7277       <method name="Void Dispose()">
7278         <size>8</size>
7279       </method>
7280       <method name="Void Reset()">
7281         <size>6</size>
7282       </method>
7283       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7284         <size>7</size>
7285       </method>
7286     </type>
7287   </test>
7288   <test name="gtest-264.cs">
7289     <type name="BaseList`1[SubType]">
7290       <method name="Void .ctor()">
7291         <size>18</size>
7292       </method>
7293     </type>
7294     <type name="XXX">
7295       <method name="Void .ctor()">
7296         <size>7</size>
7297       </method>
7298     </type>
7299     <type name="Crash">
7300       <method name="Void .ctor()">
7301         <size>7</size>
7302       </method>
7303       <method name="Void Main()">
7304         <size>14</size>
7305       </method>
7306     </type>
7307   </test>
7308   <test name="gtest-265.cs">
7309     <type name="Test">
7310       <method name="Void .ctor()">
7311         <size>7</size>
7312       </method>
7313       <method name="Void Main()">
7314         <size>14</size>
7315       </method>
7316     </type>
7317   </test>
7318   <test name="gtest-266.cs">
7319     <type name="Test`1[T]">
7320       <method name="Void .ctor()">
7321         <size>7</size>
7322       </method>
7323     </type>
7324     <type name="Test`1+Inner`1[T,U]">
7325       <method name="Void .ctor()">
7326         <size>7</size>
7327       </method>
7328       <method name="Void Foo()">
7329         <size>13</size>
7330       </method>
7331     </type>
7332     <type name="Test">
7333       <method name="Void .ctor()">
7334         <size>7</size>
7335       </method>
7336       <method name="Void Main()">
7337         <size>1</size>
7338       </method>
7339     </type>
7340   </test>
7341   <test name="gtest-267.cs">
7342     <type name="T">
7343       <method name="Void .ctor()">
7344         <size>7</size>
7345       </method>
7346       <method name="Void Foo[T](Handler`1[T])">
7347         <size>34</size>
7348       </method>
7349       <method name="Void Response[T](Handler`1[T])">
7350         <size>1</size>
7351       </method>
7352       <method name="Void Main()">
7353         <size>1</size>
7354       </method>
7355     </type>
7356     <type name="Handler`1[T]">
7357       <method name="Void .ctor(Object, IntPtr)">
7358         <size>0</size>
7359       </method>
7360       <method name="Void Invoke(T)">
7361         <size>0</size>
7362       </method>
7363       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7364         <size>0</size>
7365       </method>
7366       <method name="Void EndInvoke(IAsyncResult)">
7367         <size>0</size>
7368       </method>
7369     </type>
7370     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
7371       <method name="Void .ctor()">
7372         <size>7</size>
7373       </method>
7374       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7375         <size>18</size>
7376       </method>
7377     </type>
7378   </test>
7379   <test name="gtest-268.cs">
7380     <type name="Test">
7381       <method name="Void .ctor()">
7382         <size>7</size>
7383       </method>
7384       <method name="Void Bar()">
7385         <size>7</size>
7386       </method>
7387       <method name="Void Main()">
7388         <size>1</size>
7389       </method>
7390     </type>
7391     <type name="Test+G`1[T]">
7392       <method name="Void .ctor()">
7393         <size>7</size>
7394       </method>
7395     </type>
7396   </test>
7397   <test name="gtest-269.cs">
7398     <type name="X">
7399       <method name="Void .ctor()">
7400         <size>7</size>
7401       </method>
7402       <method name="Int32 Beer(Nullable`1)">
7403         <size>54</size>
7404       </method>
7405       <method name="Int64 PubToLong(IrishPub)">
7406         <size>12</size>
7407       </method>
7408       <method name="Int32 Test(Nullable`1)">
7409         <size>53</size>
7410       </method>
7411       <method name="Int32 TestWithNull(Nullable`1)">
7412         <size>55</size>
7413       </method>
7414       <method name="Nullable`1 Foo(Boolean)">
7415         <size>24</size>
7416       </method>
7417       <method name="Int32 Test(Boolean)">
7418         <size>54</size>
7419       </method>
7420       <method name="Int32 Main()">
7421         <size>194</size>
7422       </method>
7423     </type>
7424     <type name="IrishPub">
7425       <method name="Void .ctor(IrishBeer)">
7426         <size>8</size>
7427       </method>
7428       <method name="Int64 op_Implicit(Nullable`1)">
7429         <size>36</size>
7430       </method>
7431       <method name="Nullable`1 op_Implicit(Int64)">
7432         <size>13</size>
7433       </method>
7434     </type>
7435   </test>
7436   <test name="gtest-270.cs">
7437     <type name="X">
7438       <method name="Void .ctor()">
7439         <size>7</size>
7440       </method>
7441       <method name="Int32 Test(Nullable`1)">
7442         <size>44</size>
7443       </method>
7444       <method name="Int32 Main()">
7445         <size>42</size>
7446       </method>
7447     </type>
7448   </test>
7449   <test name="gtest-271.cs">
7450     <type name="Qux`2[X,V]">
7451       <method name="Void .ctor()">
7452         <size>7</size>
7453       </method>
7454       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7455         <size>8</size>
7456       </method>
7457       <method name="IEnumerator`1 GetEnumerator()">
7458         <size>8</size>
7459       </method>
7460     </type>
7461     <type name="Foo`2[X,V]">
7462       <method name="Void .ctor()">
7463         <size>7</size>
7464       </method>
7465     </type>
7466     <type name="Test`1[T]">
7467       <method name="Void .ctor()">
7468         <size>7</size>
7469       </method>
7470       <method name="Int32 CompareTo(Test`1[T])">
7471         <size>2</size>
7472       </method>
7473     </type>
7474     <type name="X">
7475       <method name="Void .ctor()">
7476         <size>7</size>
7477       </method>
7478       <method name="Void Main()">
7479         <size>53</size>
7480       </method>
7481     </type>
7482     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7483       <method name="Void .ctor()">
7484         <size>7</size>
7485       </method>
7486       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7487         <size>7</size>
7488       </method>
7489       <method name="Boolean MoveNext()">
7490         <size>25</size>
7491       </method>
7492       <method name="Void Dispose()">
7493         <size>8</size>
7494       </method>
7495       <method name="Void Reset()">
7496         <size>6</size>
7497       </method>
7498     </type>
7499     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7500       <method name="Void .ctor()">
7501         <size>7</size>
7502       </method>
7503       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7504         <size>12</size>
7505       </method>
7506       <method name="Boolean MoveNext()">
7507         <size>25</size>
7508       </method>
7509       <method name="Void Dispose()">
7510         <size>8</size>
7511       </method>
7512       <method name="Void Reset()">
7513         <size>6</size>
7514       </method>
7515     </type>
7516     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
7517       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7518         <size>7</size>
7519       </method>
7520     </type>
7521     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
7522       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
7523         <size>7</size>
7524       </method>
7525     </type>
7526   </test>
7527   <test name="gtest-272.cs">
7528     <type name="X">
7529       <method name="Void Foo[T](Handler`1[T])">
7530         <size>27</size>
7531       </method>
7532       <method name="Void Response[T](Handler`1[T])">
7533         <size>1</size>
7534       </method>
7535       <method name="Void Test[T](T)">
7536         <size>1</size>
7537       </method>
7538       <method name="Void Main()">
7539         <size>18</size>
7540       </method>
7541     </type>
7542     <type name="Handler`1[T]">
7543       <method name="Void .ctor(Object, IntPtr)">
7544         <size>0</size>
7545       </method>
7546       <method name="Void Invoke(T)">
7547         <size>0</size>
7548       </method>
7549       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
7550         <size>0</size>
7551       </method>
7552       <method name="Void EndInvoke(IAsyncResult)">
7553         <size>0</size>
7554       </method>
7555     </type>
7556     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
7557       <method name="Void .ctor()">
7558         <size>7</size>
7559       </method>
7560       <method name="Void &lt;&gt;m__0(IAsyncResult)">
7561         <size>12</size>
7562       </method>
7563     </type>
7564   </test>
7565   <test name="gtest-273.cs">
7566     <type name="ThisBaseClass`3[A,B,C]">
7567       <method name="Void .ctor()">
7568         <size>7</size>
7569       </method>
7570     </type>
7571     <type name="ThatBaseClass`3[B,A,C]">
7572       <method name="Void .ctor()">
7573         <size>7</size>
7574       </method>
7575     </type>
7576     <type name="ThisClass`3[A,B,C]">
7577       <method name="Void .ctor()">
7578         <size>7</size>
7579       </method>
7580     </type>
7581     <type name="ThatClass`3[B,A,C]">
7582       <method name="Void .ctor()">
7583         <size>7</size>
7584       </method>
7585     </type>
7586     <type name="ThisClass">
7587       <method name="Void .ctor()">
7588         <size>7</size>
7589       </method>
7590     </type>
7591     <type name="ThatClass">
7592       <method name="Void .ctor()">
7593         <size>7</size>
7594       </method>
7595     </type>
7596     <type name="Test">
7597       <method name="Void .ctor()">
7598         <size>7</size>
7599       </method>
7600       <method name="Void Main()">
7601         <size>1</size>
7602       </method>
7603     </type>
7604   </test>
7605   <test name="gtest-274.cs">
7606     <type name="X">
7607       <method name="Void .ctor()">
7608         <size>7</size>
7609       </method>
7610       <method name="Void Main()">
7611         <size>447</size>
7612       </method>
7613     </type>
7614     <type name="Foo">
7615       <method name="Void .ctor(Int64)">
7616         <size>8</size>
7617       </method>
7618       <method name="Foo op_Implicit(Int64)">
7619         <size>7</size>
7620       </method>
7621     </type>
7622     <type name="Bar">
7623       <method name="Void .ctor(Foo)">
7624         <size>8</size>
7625       </method>
7626       <method name="Bar op_Implicit(Foo)">
7627         <size>7</size>
7628       </method>
7629     </type>
7630     <type name="Baz">
7631       <method name="Void .ctor(Foo)">
7632         <size>8</size>
7633       </method>
7634       <method name="Baz op_Explicit(Foo)">
7635         <size>7</size>
7636       </method>
7637     </type>
7638   </test>
7639   <test name="gtest-275.cs">
7640     <type name="Test">
7641       <method name="Void .ctor()">
7642         <size>7</size>
7643       </method>
7644       <method name="Void Main()">
7645         <size>19</size>
7646       </method>
7647     </type>
7648     <type name="Test+C">
7649       <method name="Void .ctor()">
7650         <size>18</size>
7651       </method>
7652     </type>
7653     <type name="Test+D`2[T,U]">
7654       <method name="Void .ctor()">
7655         <size>18</size>
7656       </method>
7657     </type>
7658     <type name="Test+E`1[T]">
7659       <method name="Void .ctor()">
7660         <size>18</size>
7661       </method>
7662     </type>
7663   </test>
7664   <test name="gtest-276.cs">
7665     <type name="Tests">
7666       <method name="Void .ctor()">
7667         <size>7</size>
7668       </method>
7669       <method name="Int32 Main()">
7670         <size>30</size>
7671       </method>
7672     </type>
7673     <type name="Tests+GenericClass`1[T]">
7674       <method name="Void .ctor()">
7675         <size>7</size>
7676       </method>
7677       <method name="T Z(IList`1, Int32)">
7678         <size>8</size>
7679       </method>
7680     </type>
7681   </test>
7682   <test name="gtest-277.cs">
7683     <type name="X">
7684       <method name="Void .ctor()">
7685         <size>7</size>
7686       </method>
7687       <method name="Void Main()">
7688         <size>1</size>
7689       </method>
7690     </type>
7691   </test>
7692   <test name="gtest-278.cs">
7693     <type name="Program">
7694       <method name="Void .ctor()">
7695         <size>7</size>
7696       </method>
7697       <method name="Int32 Main()">
7698         <size>6</size>
7699       </method>
7700     </type>
7701   </test>
7702   <test name="gtest-279.cs">
7703     <type name="Foo">
7704       <method name="Void .ctor()">
7705         <size>7</size>
7706       </method>
7707       <method name="IList`1 Bar[T]()">
7708         <size>12</size>
7709       </method>
7710       <method name="Void Bar()">
7711         <size>11</size>
7712       </method>
7713     </type>
7714     <type name="BugReport">
7715       <method name="Void .ctor()">
7716         <size>7</size>
7717       </method>
7718       <method name="Void Main(System.String[])">
7719         <size>20</size>
7720       </method>
7721     </type>
7722   </test>
7723   <test name="gtest-280.cs">
7724     <type name="Test">
7725       <method name="Void .ctor()">
7726         <size>7</size>
7727       </method>
7728       <method name="Void Main(System.String[])">
7729         <size>69</size>
7730       </method>
7731     </type>
7732     <type name="Test+TestDel">
7733       <method name="Void .ctor(Object, IntPtr)">
7734         <size>0</size>
7735       </method>
7736       <method name="Int32 Invoke(Int32)">
7737         <size>0</size>
7738       </method>
7739       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
7740         <size>0</size>
7741       </method>
7742       <method name="Int32 EndInvoke(IAsyncResult)">
7743         <size>0</size>
7744       </method>
7745     </type>
7746     <type name="Test">
7747       <method name="Int32 &lt;Main&gt;m__0(Int32)">
7748         <size>2</size>
7749       </method>
7750     </type>
7751   </test>
7752   <test name="gtest-281.cs">
7753     <type name="List">
7754       <method name="Void .ctor()">
7755         <size>7</size>
7756       </method>
7757       <method name="Void AddRange[T](ICollection`1)">
7758         <size>1</size>
7759       </method>
7760     </type>
7761     <type name="Tests">
7762       <method name="Void .ctor()">
7763         <size>7</size>
7764       </method>
7765       <method name="Void Main()">
7766         <size>21</size>
7767       </method>
7768     </type>
7769   </test>
7770   <test name="gtest-282.cs">
7771     <type name="Foo">
7772       <method name="Void .ctor()">
7773         <size>7</size>
7774       </method>
7775     </type>
7776     <type name="Foo+Bar">
7777       <method name="Void .ctor()">
7778         <size>7</size>
7779       </method>
7780     </type>
7781     <type name="C`1[T]">
7782       <method name="Void .ctor()">
7783         <size>7</size>
7784       </method>
7785     </type>
7786     <type name="Test">
7787       <method name="Void .ctor()">
7788         <size>7</size>
7789       </method>
7790       <method name="Void .cctor()">
7791         <size>11</size>
7792       </method>
7793       <method name="Void Main()">
7794         <size>21</size>
7795       </method>
7796     </type>
7797   </test>
7798   <test name="gtest-283.cs">
7799     <type name="Point">
7800       <method name="Void .ctor(Int32, Int32)">
7801         <size>15</size>
7802       </method>
7803     </type>
7804     <type name="TestPoint">
7805       <method name="Void Serialize(IFoo)">
7806         <size>39</size>
7807       </method>
7808       <method name="Void Main()">
7809         <size>1</size>
7810       </method>
7811     </type>
7812   </test>
7813   <test name="gtest-284.cs">
7814     <type name="X">
7815       <method name="Void .ctor()">
7816         <size>7</size>
7817       </method>
7818     </type>
7819     <type name="CollectionTester">
7820       <method name="Int32 Test[T](IList`1)">
7821         <size>67</size>
7822       </method>
7823       <method name="Int32 Test()">
7824         <size>522</size>
7825       </method>
7826     </type>
7827     <type name="InterfaceTester">
7828       <method name="Void .cctor()">
7829         <size>106</size>
7830       </method>
7831       <method name="Int32 Test(System.Type, System.Type[])">
7832         <size>398</size>
7833       </method>
7834       <method name="Int32 Test()">
7835         <size>532</size>
7836       </method>
7837     </type>
7838     <type name="Z">
7839       <method name="Void .ctor()">
7840         <size>7</size>
7841       </method>
7842       <method name="Int32 Test()">
7843         <size>36</size>
7844       </method>
7845       <method name="Int32 Main()">
7846         <size>45</size>
7847       </method>
7848     </type>
7849   </test>
7850   <test name="gtest-285.cs">
7851     <type name="A">
7852       <method name="Void .ctor()">
7853         <size>7</size>
7854       </method>
7855     </type>
7856     <type name="B">
7857       <method name="Void .ctor()">
7858         <size>7</size>
7859       </method>
7860     </type>
7861     <type name="Tests">
7862       <method name="Void .ctor()">
7863         <size>7</size>
7864       </method>
7865       <method name="Void Main()">
7866         <size>38</size>
7867       </method>
7868     </type>
7869   </test>
7870   <test name="gtest-286.cs">
7871     <type name="TestAttribute">
7872       <method name="Void .ctor(Type)">
7873         <size>14</size>
7874       </method>
7875     </type>
7876     <type name="C`1[T]">
7877       <method name="Void .ctor()">
7878         <size>7</size>
7879       </method>
7880       <method name="Void Foo()">
7881         <size>1</size>
7882       </method>
7883     </type>
7884     <type name="C">
7885       <method name="Void .ctor()">
7886         <size>7</size>
7887       </method>
7888       <method name="Int32 Main()">
7889         <size>76</size>
7890       </method>
7891     </type>
7892   </test>
7893   <test name="gtest-287.cs">
7894     <type name="X">
7895       <method name="Void .ctor()">
7896         <size>7</size>
7897       </method>
7898       <method name="Void Main()">
7899         <size>36</size>
7900       </method>
7901       <method name="Void D()">
7902         <size>1</size>
7903       </method>
7904     </type>
7905   </test>
7906   <test name="gtest-288.cs">
7907     <type name="A">
7908       <method name="Void .ctor()">
7909         <size>7</size>
7910       </method>
7911       <method name="Boolean Test(Int32)">
7912         <size>5</size>
7913       </method>
7914     </type>
7915     <type name="B">
7916       <method name="Void .ctor()">
7917         <size>7</size>
7918       </method>
7919       <method name="Void Test()">
7920         <size>1</size>
7921       </method>
7922     </type>
7923     <type name="B+C">
7924       <method name="Void .ctor()">
7925         <size>7</size>
7926       </method>
7927       <method name="Boolean Foo(Int32)">
7928         <size>13</size>
7929       </method>
7930     </type>
7931     <type name="X">
7932       <method name="Void .ctor()">
7933         <size>7</size>
7934       </method>
7935       <method name="Void Main()">
7936         <size>1</size>
7937       </method>
7938     </type>
7939   </test>
7940   <test name="gtest-289.cs">
7941     <type name="C">
7942       <method name="Void .ctor()">
7943         <size>7</size>
7944       </method>
7945       <method name="Void add_Ev1(D)">
7946         <size>24</size>
7947       </method>
7948       <method name="Void remove_Ev1(D)">
7949         <size>24</size>
7950       </method>
7951     </type>
7952     <type name="Consts">
7953       <method name="Void .ctor()">
7954         <size>7</size>
7955       </method>
7956       <method name="Void .cctor()">
7957         <size>1</size>
7958       </method>
7959     </type>
7960     <type name="Test">
7961       <method name="Void .ctor()">
7962         <size>7</size>
7963       </method>
7964       <method name="Int32 Main()">
7965         <size>94</size>
7966       </method>
7967     </type>
7968     <type name="D">
7969       <method name="Void .ctor(Object, IntPtr)">
7970         <size>0</size>
7971       </method>
7972       <method name="Void Invoke()">
7973         <size>0</size>
7974       </method>
7975       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
7976         <size>0</size>
7977       </method>
7978       <method name="Void EndInvoke(IAsyncResult)">
7979         <size>0</size>
7980       </method>
7981     </type>
7982   </test>
7983   <test name="gtest-290.cs">
7984     <type name="GenericEventNotUsedTest`1[T]">
7985       <method name="Void .ctor()">
7986         <size>7</size>
7987       </method>
7988       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7989         <size>24</size>
7990       </method>
7991       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
7992         <size>24</size>
7993       </method>
7994       <method name="Void RaiseTestEvent(T)">
7995         <size>14</size>
7996       </method>
7997     </type>
7998     <type name="TestEntry">
7999       <method name="Void Main()">
8000         <size>1</size>
8001       </method>
8002     </type>
8003     <type name="GenericEventHandler`2[U,V]">
8004       <method name="Void .ctor(Object, IntPtr)">
8005         <size>0</size>
8006       </method>
8007       <method name="Void Invoke(U, V)">
8008         <size>0</size>
8009       </method>
8010       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
8011         <size>0</size>
8012       </method>
8013       <method name="Void EndInvoke(IAsyncResult)">
8014         <size>0</size>
8015       </method>
8016     </type>
8017   </test>
8018   <test name="gtest-291.cs">
8019     <type name="Global">
8020       <method name="Void .ctor()">
8021         <size>7</size>
8022       </method>
8023       <method name="Void Main()">
8024         <size>22</size>
8025       </method>
8026       <method name="System.String Test2(Nullable`1)">
8027         <size>6</size>
8028       </method>
8029     </type>
8030   </test>
8031   <test name="gtest-292.cs">
8032     <type name="Test.A`1[TA]">
8033       <method name="Void .ctor()">
8034         <size>7</size>
8035       </method>
8036     </type>
8037     <type name="X">
8038       <method name="Void .ctor()">
8039         <size>7</size>
8040       </method>
8041       <method name="Void Main()">
8042         <size>1</size>
8043       </method>
8044     </type>
8045     <type name="Test.Handler`1[TA]">
8046       <method name="Void .ctor(Object, IntPtr)">
8047         <size>0</size>
8048       </method>
8049       <method name="Void Invoke(TA)">
8050         <size>0</size>
8051       </method>
8052       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
8053         <size>0</size>
8054       </method>
8055       <method name="Void EndInvoke(IAsyncResult)">
8056         <size>0</size>
8057       </method>
8058     </type>
8059   </test>
8060   <test name="gtest-293.cs">
8061     <type name="Test`1[T]">
8062       <method name="Void .ctor()">
8063         <size>7</size>
8064       </method>
8065       <method name="Void Invalid(T)">
8066         <size>21</size>
8067       </method>
8068       <method name="Void Other(IEnumerable`1)">
8069         <size>1</size>
8070       </method>
8071     </type>
8072     <type name="X">
8073       <method name="Void .ctor()">
8074         <size>7</size>
8075       </method>
8076       <method name="Void Main()">
8077         <size>1</size>
8078       </method>
8079     </type>
8080   </test>
8081   <test name="gtest-294.cs">
8082     <type name="A">
8083       <method name="Void .ctor()">
8084         <size>7</size>
8085       </method>
8086     </type>
8087     <type name="B">
8088       <method name="Void .ctor()">
8089         <size>7</size>
8090       </method>
8091     </type>
8092     <type name="X">
8093       <method name="Void .ctor()">
8094         <size>7</size>
8095       </method>
8096       <method name="A Test(A, B)">
8097         <size>10</size>
8098       </method>
8099       <method name="Int32 Main()">
8100         <size>73</size>
8101       </method>
8102     </type>
8103   </test>
8104   <test name="gtest-295.cs">
8105     <type name="Test.Cache`1[T]">
8106       <method name="Void .ctor()">
8107         <size>7</size>
8108       </method>
8109     </type>
8110     <type name="Test.Base">
8111       <method name="Void .ctor()">
8112         <size>7</size>
8113       </method>
8114     </type>
8115     <type name="Test.MyType`1[T]">
8116       <method name="Void .ctor()">
8117         <size>7</size>
8118       </method>
8119     </type>
8120     <type name="Test.Foo">
8121       <method name="Void .ctor()">
8122         <size>7</size>
8123       </method>
8124       <method name="Void Main()">
8125         <size>7</size>
8126       </method>
8127     </type>
8128   </test>
8129   <test name="gtest-296.cs">
8130     <type name="MyCollection`1[T]">
8131       <method name="Void .ctor()">
8132         <size>7</size>
8133       </method>
8134       <method name="Void Foo()">
8135         <size>14</size>
8136       </method>
8137     </type>
8138     <type name="C">
8139       <method name="Void .ctor()">
8140         <size>7</size>
8141       </method>
8142       <method name="Void Main()">
8143         <size>1</size>
8144       </method>
8145     </type>
8146   </test>
8147   <test name="gtest-297.cs">
8148     <type name="Test">
8149       <method name="Void .ctor()">
8150         <size>7</size>
8151       </method>
8152       <method name="Void Main()">
8153         <size>18</size>
8154       </method>
8155     </type>
8156   </test>
8157   <test name="gtest-298.cs">
8158     <type name="A">
8159       <method name="Void .ctor(TestFunc`1)">
8160         <size>14</size>
8161       </method>
8162     </type>
8163     <type name="TestClass">
8164       <method name="Void .ctor()">
8165         <size>7</size>
8166       </method>
8167       <method name="Void .cctor()">
8168         <size>46</size>
8169       </method>
8170       <method name="Int32 Main()">
8171         <size>6</size>
8172       </method>
8173     </type>
8174     <type name="TestFunc`1[T]">
8175       <method name="Void .ctor(Object, IntPtr)">
8176         <size>0</size>
8177       </method>
8178       <method name="Void Invoke(T)">
8179         <size>0</size>
8180       </method>
8181       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
8182         <size>0</size>
8183       </method>
8184       <method name="Void EndInvoke(IAsyncResult)">
8185         <size>0</size>
8186       </method>
8187     </type>
8188     <type name="TestClass">
8189       <method name="Void &lt;a&gt;m__0(Int32)">
8190         <size>7</size>
8191       </method>
8192     </type>
8193   </test>
8194   <test name="gtest-299.cs">
8195     <type name="N.A">
8196       <method name="Void .ctor()">
8197         <size>7</size>
8198       </method>
8199     </type>
8200     <type name="B`1[T]">
8201       <method name="Void .ctor()">
8202         <size>7</size>
8203       </method>
8204     </type>
8205     <type name="Test">
8206       <method name="Void .ctor()">
8207         <size>7</size>
8208       </method>
8209       <method name="Void Main()">
8210         <size>47</size>
8211       </method>
8212     </type>
8213   </test>
8214   <test name="gtest-300.cs">
8215     <type name="Test">
8216       <method name="Void .ctor()">
8217         <size>7</size>
8218       </method>
8219       <method name="Void Main()">
8220         <size>64</size>
8221       </method>
8222     </type>
8223   </test>
8224   <test name="gtest-301.cs">
8225     <type name="Test">
8226       <method name="Void .ctor()">
8227         <size>7</size>
8228       </method>
8229       <method name="Void Main(System.String[])">
8230         <size>23</size>
8231       </method>
8232     </type>
8233   </test>
8234   <test name="gtest-302.cs">
8235     <type name="Test">
8236       <method name="Void .ctor()">
8237         <size>7</size>
8238       </method>
8239       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8240         <size>6</size>
8241       </method>
8242     </type>
8243     <type name="M">
8244       <method name="Void .ctor()">
8245         <size>7</size>
8246       </method>
8247       <method name="Void Main()">
8248         <size>59</size>
8249       </method>
8250     </type>
8251     <type name="Test+GetEnumerator&gt;c__Iterator0">
8252       <method name="Void .ctor()">
8253         <size>7</size>
8254       </method>
8255       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8256         <size>12</size>
8257       </method>
8258       <method name="Boolean MoveNext()">
8259         <size>25</size>
8260       </method>
8261       <method name="Void Dispose()">
8262         <size>8</size>
8263       </method>
8264       <method name="Void Reset()">
8265         <size>6</size>
8266       </method>
8267     </type>
8268     <type name="Test">
8269       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
8270         <size>8</size>
8271       </method>
8272     </type>
8273     <type name="Test+GetEnumerator&gt;c__Iterator0">
8274       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
8275         <size>7</size>
8276       </method>
8277     </type>
8278   </test>
8279   <test name="gtest-303.cs">
8280     <type name="test.BaseClass">
8281       <method name="Void .ctor()">
8282         <size>7</size>
8283       </method>
8284       <method name="System.String get_Hello()">
8285         <size>6</size>
8286       </method>
8287     </type>
8288     <type name="test.Printer">
8289       <method name="Void .ctor()">
8290         <size>7</size>
8291       </method>
8292       <method name="Void Print[T](T)">
8293         <size>0</size>
8294       </method>
8295     </type>
8296     <type name="test.PrinterImpl">
8297       <method name="Void .ctor()">
8298         <size>7</size>
8299       </method>
8300       <method name="Void Print[T](T)">
8301         <size>19</size>
8302       </method>
8303     </type>
8304     <type name="test.Starter">
8305       <method name="Void .ctor()">
8306         <size>7</size>
8307       </method>
8308       <method name="Void Main(System.String[])">
8309         <size>20</size>
8310       </method>
8311     </type>
8312   </test>
8313   <test name="gtest-304.cs">
8314     <type name="test.BaseClass">
8315       <method name="Void .ctor()">
8316         <size>7</size>
8317       </method>
8318       <method name="System.String get_Hello()">
8319         <size>6</size>
8320       </method>
8321     </type>
8322     <type name="test.Printer">
8323       <method name="Void .ctor()">
8324         <size>7</size>
8325       </method>
8326       <method name="Void Print[T](System.Object)">
8327         <size>0</size>
8328       </method>
8329     </type>
8330     <type name="test.PrinterImpl">
8331       <method name="Void .ctor()">
8332         <size>7</size>
8333       </method>
8334       <method name="Void Print[T](System.Object)">
8335         <size>31</size>
8336       </method>
8337     </type>
8338     <type name="test.Starter">
8339       <method name="Void .ctor()">
8340         <size>7</size>
8341       </method>
8342       <method name="Void Main(System.String[])">
8343         <size>20</size>
8344       </method>
8345     </type>
8346   </test>
8347   <test name="gtest-305.cs">
8348     <type name="T">
8349       <method name="Void .ctor()">
8350         <size>82</size>
8351       </method>
8352       <method name="Int32 Main()">
8353         <size>54</size>
8354       </method>
8355     </type>
8356   </test>
8357   <test name="gtest-306.cs">
8358     <type name="FuParentClass`1[Trow]">
8359       <method name="Void .ctor()">
8360         <size>7</size>
8361       </method>
8362     </type>
8363     <type name="FuParentClass`1+FuChildClass[Trow]">
8364       <method name="Void .ctor()">
8365         <size>7</size>
8366       </method>
8367     </type>
8368     <type name="C">
8369       <method name="Void .ctor()">
8370         <size>7</size>
8371       </method>
8372       <method name="Void Main()">
8373         <size>1</size>
8374       </method>
8375     </type>
8376   </test>
8377   <test name="gtest-307.cs">
8378     <type name="Foo`1[T]">
8379       <method name="Void .ctor()">
8380         <size>7</size>
8381       </method>
8382     </type>
8383     <type name="Bar">
8384       <method name="Void .ctor()">
8385         <size>7</size>
8386       </method>
8387       <method name="Int32 g()">
8388         <size>2</size>
8389       </method>
8390       <method name="Int32 Main()">
8391         <size>20</size>
8392       </method>
8393     </type>
8394     <type name="Foo`1+F[T]">
8395       <method name="Void .ctor(Object, IntPtr)">
8396         <size>0</size>
8397       </method>
8398       <method name="Int32 Invoke()">
8399         <size>0</size>
8400       </method>
8401       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8402         <size>0</size>
8403       </method>
8404       <method name="Int32 EndInvoke(IAsyncResult)">
8405         <size>0</size>
8406       </method>
8407     </type>
8408   </test>
8409   <test name="gtest-308.cs">
8410     <type name="Test">
8411       <method name="Void .ctor()">
8412         <size>7</size>
8413       </method>
8414       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
8415         <size>26</size>
8416       </method>
8417       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
8418         <size>26</size>
8419       </method>
8420     </type>
8421     <type name="Foo">
8422       <method name="Void .ctor()">
8423         <size>7</size>
8424       </method>
8425       <method name="Int32 compare(Int32, Int32)">
8426         <size>4</size>
8427       </method>
8428       <method name="Int32 compare(System.String, System.String)">
8429         <size>8</size>
8430       </method>
8431       <method name="Void test(Int32)">
8432         <size>29</size>
8433       </method>
8434       <method name="Void Main()">
8435         <size>141</size>
8436       </method>
8437     </type>
8438     <type name="Test+MyComparison`1[V]">
8439       <method name="Void .ctor(Object, IntPtr)">
8440         <size>0</size>
8441       </method>
8442       <method name="Int32 Invoke(V, V)">
8443         <size>0</size>
8444       </method>
8445       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
8446         <size>0</size>
8447       </method>
8448       <method name="Int32 EndInvoke(IAsyncResult)">
8449         <size>0</size>
8450       </method>
8451     </type>
8452     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
8453       <method name="Void .ctor()">
8454         <size>7</size>
8455       </method>
8456       <method name="Int32 &lt;&gt;m__0(U, U)">
8457         <size>14</size>
8458       </method>
8459     </type>
8460     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
8461       <method name="Void .ctor()">
8462         <size>7</size>
8463       </method>
8464       <method name="Int32 &lt;&gt;m__1(W, W)">
8465         <size>14</size>
8466       </method>
8467     </type>
8468   </test>
8469   <test name="gtest-309.cs">
8470     <type name="Test`2[A,B]">
8471       <method name="Void .ctor()">
8472         <size>7</size>
8473       </method>
8474       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
8475         <size>1</size>
8476       </method>
8477     </type>
8478     <type name="X">
8479       <method name="Void .ctor()">
8480         <size>7</size>
8481       </method>
8482       <method name="Void Main()">
8483         <size>15</size>
8484       </method>
8485     </type>
8486   </test>
8487   <test name="gtest-310.cs">
8488     <type name="MonoBugs.IncompleteGenericInference">
8489       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
8490         <size>1</size>
8491       </method>
8492       <method name="Void Main()">
8493         <size>20</size>
8494       </method>
8495     </type>
8496   </test>
8497   <test name="gtest-312.cs">
8498     <type name="CantCastGenericListToArray">
8499       <method name="Void .ctor()">
8500         <size>7</size>
8501       </method>
8502       <method name="Void Main(System.String[])">
8503         <size>51</size>
8504       </method>
8505     </type>
8506   </test>
8507   <test name="gtest-313.cs">
8508     <type name="Foo`1[T]">
8509       <method name="Void .ctor(TestEnum)">
8510         <size>14</size>
8511       </method>
8512     </type>
8513     <type name="X">
8514       <method name="Void .ctor()">
8515         <size>7</size>
8516       </method>
8517       <method name="Void Main()">
8518         <size>28</size>
8519       </method>
8520     </type>
8521   </test>
8522   <test name="gtest-314.cs">
8523     <type name="test.App">
8524       <method name="Void .ctor()">
8525         <size>7</size>
8526       </method>
8527       <method name="Void Main()">
8528         <size>1</size>
8529       </method>
8530     </type>
8531     <type name="test.ThisClass`2[T,O]">
8532       <method name="Void .ctor()">
8533         <size>7</size>
8534       </method>
8535     </type>
8536     <type name="test.OtherClass`2[O,T]">
8537       <method name="Void .ctor()">
8538         <size>7</size>
8539       </method>
8540       <method name="Void Test(T)">
8541         <size>8</size>
8542       </method>
8543     </type>
8544   </test>
8545   <test name="gtest-315.cs">
8546     <type name="A`1[T]">
8547       <method name="Void .ctor()">
8548         <size>7</size>
8549       </method>
8550     </type>
8551     <type name="A`1+B[T]">
8552       <method name="Void .ctor()">
8553         <size>7</size>
8554       </method>
8555     </type>
8556     <type name="X">
8557       <method name="Void .ctor()">
8558         <size>7</size>
8559       </method>
8560       <method name="Void Main()">
8561         <size>18</size>
8562       </method>
8563     </type>
8564   </test>
8565   <test name="gtest-316.cs">
8566     <type name="X">
8567       <method name="Void .ctor()">
8568         <size>7</size>
8569       </method>
8570       <method name="Void Main()">
8571         <size>1</size>
8572       </method>
8573     </type>
8574     <type name="Foo">
8575       <method name="Void .ctor()">
8576         <size>7</size>
8577       </method>
8578     </type>
8579     <type name="Base">
8580       <method name="Void .ctor()">
8581         <size>7</size>
8582       </method>
8583       <method name="Void Method[R]()">
8584         <size>0</size>
8585       </method>
8586     </type>
8587     <type name="Derived">
8588       <method name="Void .ctor()">
8589         <size>7</size>
8590       </method>
8591       <method name="Void Method[S]()">
8592         <size>7</size>
8593       </method>
8594       <method name="Void Method2[T]()">
8595         <size>18</size>
8596       </method>
8597     </type>
8598   </test>
8599   <test name="gtest-317.cs">
8600     <type name="Foo`1[K]">
8601       <method name="Void .ctor()">
8602         <size>7</size>
8603       </method>
8604     </type>
8605     <type name="Bar`1[Q]">
8606       <method name="Void .ctor()">
8607         <size>7</size>
8608       </method>
8609     </type>
8610     <type name="Bar`1+Baz[Q]">
8611       <method name="Void .ctor()">
8612         <size>7</size>
8613       </method>
8614     </type>
8615     <type name="X">
8616       <method name="Void .ctor()">
8617         <size>7</size>
8618       </method>
8619       <method name="Void Main()">
8620         <size>13</size>
8621       </method>
8622     </type>
8623   </test>
8624   <test name="gtest-318.cs">
8625     <type name="Foo`1[K]">
8626       <method name="Void .ctor()">
8627         <size>7</size>
8628       </method>
8629     </type>
8630     <type name="Bar`1[Q]">
8631       <method name="Void .ctor()">
8632         <size>7</size>
8633       </method>
8634     </type>
8635     <type name="Bar`1+Baz[Q]">
8636       <method name="Void .ctor()">
8637         <size>7</size>
8638       </method>
8639     </type>
8640     <type name="Goo`1[Q]">
8641       <method name="Void .ctor()">
8642         <size>7</size>
8643       </method>
8644     </type>
8645     <type name="X">
8646       <method name="Void .ctor()">
8647         <size>7</size>
8648       </method>
8649       <method name="Void Main()">
8650         <size>13</size>
8651       </method>
8652     </type>
8653   </test>
8654   <test name="gtest-319.cs">
8655     <type name="Temp`1[T]">
8656       <method name="Void .ctor()">
8657         <size>7</size>
8658       </method>
8659       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8660         <size>7</size>
8661       </method>
8662       <method name="IEnumerator`1 GetEnumerator()">
8663         <size>8</size>
8664       </method>
8665     </type>
8666     <type name="Temp`1+Foo[T]">
8667       <method name="Void .ctor()">
8668         <size>7</size>
8669       </method>
8670     </type>
8671     <type name="X">
8672       <method name="Void .ctor()">
8673         <size>7</size>
8674       </method>
8675       <method name="Void Main()">
8676         <size>1</size>
8677       </method>
8678     </type>
8679     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8680       <method name="Void .ctor()">
8681         <size>7</size>
8682       </method>
8683       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8684         <size>7</size>
8685       </method>
8686       <method name="Boolean MoveNext()">
8687         <size>69</size>
8688       </method>
8689       <method name="Void Dispose()">
8690         <size>8</size>
8691       </method>
8692       <method name="Void Reset()">
8693         <size>6</size>
8694       </method>
8695       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
8696         <size>7</size>
8697       </method>
8698     </type>
8699   </test>
8700   <test name="gtest-320.cs">
8701     <type name="Foo`1[K]">
8702       <method name="Void .ctor()">
8703         <size>7</size>
8704       </method>
8705     </type>
8706     <type name="B">
8707       <method name="Void .ctor()">
8708         <size>7</size>
8709       </method>
8710     </type>
8711     <type name="B+C">
8712       <method name="Void .ctor()">
8713         <size>7</size>
8714       </method>
8715     </type>
8716     <type name="X">
8717       <method name="Void .ctor()">
8718         <size>7</size>
8719       </method>
8720       <method name="Void Main()">
8721         <size>1</size>
8722       </method>
8723     </type>
8724   </test>
8725   <test name="gtest-321.cs">
8726     <type name="App">
8727       <method name="Void .ctor()">
8728         <size>7</size>
8729       </method>
8730       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
8731         <size>25</size>
8732       </method>
8733       <method name="Void ADelegate[T](System.String)">
8734         <size>12</size>
8735       </method>
8736       <method name="Void Main(System.String[])">
8737         <size>13</size>
8738       </method>
8739       <method name="Void Run()">
8740         <size>49</size>
8741       </method>
8742     </type>
8743     <type name="App+TGenericDelegate`1[T]">
8744       <method name="Void .ctor(Object, IntPtr)">
8745         <size>0</size>
8746       </method>
8747       <method name="Void Invoke(System.String)">
8748         <size>0</size>
8749       </method>
8750       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
8751         <size>0</size>
8752       </method>
8753       <method name="Void EndInvoke(IAsyncResult)">
8754         <size>0</size>
8755       </method>
8756     </type>
8757   </test>
8758   <test name="gtest-322.cs">
8759     <type name="MyBase`2[K,V]">
8760       <method name="Void .ctor(Callback)">
8761         <size>7</size>
8762       </method>
8763     </type>
8764     <type name="X">
8765       <method name="Void .ctor(Callback)">
8766         <size>8</size>
8767       </method>
8768       <method name="Void Main()">
8769         <size>1</size>
8770       </method>
8771     </type>
8772     <type name="MyBase`2+Callback[K,V]">
8773       <method name="Void .ctor(Object, IntPtr)">
8774         <size>0</size>
8775       </method>
8776       <method name="Void Invoke(K, V)">
8777         <size>0</size>
8778       </method>
8779       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
8780         <size>0</size>
8781       </method>
8782       <method name="Void EndInvoke(IAsyncResult)">
8783         <size>0</size>
8784       </method>
8785     </type>
8786   </test>
8787   <test name="gtest-323.cs">
8788     <type name="MyBase`2[K,V]">
8789       <method name="Void .ctor()">
8790         <size>7</size>
8791       </method>
8792       <method name="Void Hello(MyBase`2+Callback[K,V])">
8793         <size>1</size>
8794       </method>
8795     </type>
8796     <type name="MyBase`2+Callback[K,V]">
8797       <method name="Void .ctor()">
8798         <size>7</size>
8799       </method>
8800     </type>
8801     <type name="X">
8802       <method name="Void .ctor(Callback)">
8803         <size>7</size>
8804       </method>
8805       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
8806         <size>8</size>
8807       </method>
8808       <method name="Void Main()">
8809         <size>1</size>
8810       </method>
8811     </type>
8812   </test>
8813   <test name="gtest-324.cs">
8814     <type name="B">
8815       <method name="Void .ctor()">
8816         <size>19</size>
8817       </method>
8818       <method name="Void add_D(A)">
8819         <size>22</size>
8820       </method>
8821       <method name="Void remove_D(A)">
8822         <size>22</size>
8823       </method>
8824       <method name="Void C()">
8825         <size>36</size>
8826       </method>
8827       <method name="Void F(Int64)">
8828         <size>1</size>
8829       </method>
8830       <method name="Void Main()">
8831         <size>1</size>
8832       </method>
8833     </type>
8834     <type name="A">
8835       <method name="Void .ctor(Object, IntPtr)">
8836         <size>0</size>
8837       </method>
8838       <method name="Void Invoke()">
8839         <size>0</size>
8840       </method>
8841       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
8842         <size>0</size>
8843       </method>
8844       <method name="Void EndInvoke(IAsyncResult)">
8845         <size>0</size>
8846       </method>
8847     </type>
8848     <type name="B+&lt;C&gt;c__AnonStorey1">
8849       <method name="Void .ctor()">
8850         <size>7</size>
8851       </method>
8852       <method name="Void &lt;&gt;m__0()">
8853         <size>54</size>
8854       </method>
8855     </type>
8856     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
8857       <method name="Void .ctor()">
8858         <size>7</size>
8859       </method>
8860       <method name="Void &lt;&gt;m__1()">
8861         <size>57</size>
8862       </method>
8863     </type>
8864   </test>
8865   <test name="gtest-325.cs">
8866     <type name="SomeClass`1[T]">
8867       <method name="Void .ctor()">
8868         <size>7</size>
8869       </method>
8870       <method name="Void Foo()">
8871         <size>37</size>
8872       </method>
8873     </type>
8874     <type name="Foo">
8875       <method name="Void .ctor()">
8876         <size>7</size>
8877       </method>
8878       <method name="Void Main()">
8879         <size>13</size>
8880       </method>
8881     </type>
8882   </test>
8883   <test name="gtest-326.cs">
8884     <type name="A">
8885       <method name="Void .ctor()">
8886         <size>7</size>
8887       </method>
8888     </type>
8889     <type name="X">
8890       <method name="Void .ctor()">
8891         <size>7</size>
8892       </method>
8893       <method name="Void Main()">
8894         <size>53</size>
8895       </method>
8896     </type>
8897   </test>
8898   <test name="gtest-327.cs">
8899     <type name="Tester`1[T]">
8900       <method name="Void .ctor()">
8901         <size>7</size>
8902       </method>
8903       <method name="Void Do()">
8904         <size>50</size>
8905       </method>
8906     </type>
8907     <type name="Reference">
8908       <method name="Void .ctor()">
8909         <size>7</size>
8910       </method>
8911       <method name="Void Test()">
8912         <size>1</size>
8913       </method>
8914     </type>
8915     <type name="C">
8916       <method name="Void .ctor()">
8917         <size>7</size>
8918       </method>
8919       <method name="Void Main()">
8920         <size>21</size>
8921       </method>
8922     </type>
8923     <type name="Value">
8924       <method name="Void Test()">
8925         <size>1</size>
8926       </method>
8927     </type>
8928   </test>
8929   <test name="gtest-328.cs">
8930     <type name="App">
8931       <method name="Void .ctor()">
8932         <size>7</size>
8933       </method>
8934       <method name="Void Main()">
8935         <size>34</size>
8936       </method>
8937       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
8938         <size>13</size>
8939       </method>
8940     </type>
8941     <type name="App+MyClass">
8942       <method name="Void .ctor()">
8943         <size>7</size>
8944       </method>
8945     </type>
8946   </test>
8947   <test name="gtest-329.cs">
8948     <type name="NullableInt">
8949       <method name="Void .ctor()">
8950         <size>7</size>
8951       </method>
8952       <method name="Void Main()">
8953         <size>53</size>
8954       </method>
8955     </type>
8956   </test>
8957   <test name="gtest-330.cs">
8958     <type name="BaseCollection`1[T]">
8959       <method name="Void .ctor()">
8960         <size>18</size>
8961       </method>
8962       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8963         <size>17</size>
8964       </method>
8965     </type>
8966     <type name="BaseIntList`1[T]">
8967       <method name="Void .ctor()">
8968         <size>7</size>
8969       </method>
8970     </type>
8971     <type name="IntList">
8972       <method name="Void .ctor()">
8973         <size>7</size>
8974       </method>
8975     </type>
8976     <type name="X">
8977       <method name="Void .ctor()">
8978         <size>7</size>
8979       </method>
8980       <method name="Void Main()">
8981         <size>59</size>
8982       </method>
8983     </type>
8984     <type name="BaseCollection`1[T]">
8985       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8986         <size>17</size>
8987       </method>
8988     </type>
8989   </test>
8990   <test name="gtest-331.cs">
8991     <type name="Foo`1[T]">
8992       <method name="Void .ctor()">
8993         <size>7</size>
8994       </method>
8995       <method name="Void Map[S](S)">
8996         <size>14</size>
8997       </method>
8998       <method name="Void Test(T)">
8999         <size>12</size>
9000       </method>
9001     </type>
9002     <type name="X">
9003       <method name="Void .ctor()">
9004         <size>7</size>
9005       </method>
9006       <method name="Void Main()">
9007         <size>18</size>
9008       </method>
9009     </type>
9010   </test>
9011   <test name="gtest-332.cs">
9012     <type name="C`1[T]">
9013       <method name="Void .ctor()">
9014         <size>7</size>
9015       </method>
9016       <method name="System.Type Test()">
9017         <size>15</size>
9018       </method>
9019     </type>
9020     <type name="M">
9021       <method name="Void .ctor()">
9022         <size>7</size>
9023       </method>
9024       <method name="Void Main()">
9025         <size>67</size>
9026       </method>
9027     </type>
9028   </test>
9029   <test name="gtest-333.cs">
9030     <type name="Test">
9031       <method name="Void .ctor()">
9032         <size>7</size>
9033       </method>
9034       <method name="Void Main()">
9035         <size>1</size>
9036       </method>
9037       <method name="Void Foo(System.Object)">
9038         <size>20</size>
9039       </method>
9040     </type>
9041   </test>
9042   <test name="gtest-334.cs">
9043     <type name="Test">
9044       <method name="Void .ctor()">
9045         <size>7</size>
9046       </method>
9047       <method name="Int32 Main()">
9048         <size>105</size>
9049       </method>
9050       <method name="Void DelegateMethod(Boolean)">
9051         <size>1</size>
9052       </method>
9053       <method name="Int32 DelegateMethod(Int32)">
9054         <size>2</size>
9055       </method>
9056     </type>
9057     <type name="Test+DelegateA">
9058       <method name="Void .ctor(Object, IntPtr)">
9059         <size>0</size>
9060       </method>
9061       <method name="Void Invoke(Boolean)">
9062         <size>0</size>
9063       </method>
9064       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
9065         <size>0</size>
9066       </method>
9067       <method name="Void EndInvoke(IAsyncResult)">
9068         <size>0</size>
9069       </method>
9070     </type>
9071     <type name="Test+DelegateB">
9072       <method name="Void .ctor(Object, IntPtr)">
9073         <size>0</size>
9074       </method>
9075       <method name="Int32 Invoke(Int32)">
9076         <size>0</size>
9077       </method>
9078       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
9079         <size>0</size>
9080       </method>
9081       <method name="Int32 EndInvoke(IAsyncResult)">
9082         <size>0</size>
9083       </method>
9084     </type>
9085   </test>
9086   <test name="gtest-335.cs">
9087     <type name="TestClass">
9088       <method name="Void .ctor()">
9089         <size>7</size>
9090       </method>
9091       <method name="Boolean Test_1()">
9092         <size>43</size>
9093       </method>
9094       <method name="Boolean Test_2()">
9095         <size>48</size>
9096       </method>
9097       <method name="Boolean Test_3()">
9098         <size>46</size>
9099       </method>
9100       <method name="Boolean Test_4()">
9101         <size>29</size>
9102       </method>
9103       <method name="Int32 Main()">
9104         <size>60</size>
9105       </method>
9106     </type>
9107   </test>
9108   <test name="gtest-336.cs">
9109     <type name="TestAttribute">
9110       <method name="Void .ctor()">
9111         <size>7</size>
9112       </method>
9113       <method name="Void .ctor(Type)">
9114         <size>14</size>
9115       </method>
9116       <method name="System.Object get_Type()">
9117         <size>7</size>
9118       </method>
9119       <method name="Void set_Type(System.Object)">
9120         <size>8</size>
9121       </method>
9122     </type>
9123     <type name="N.C`1[T]">
9124       <method name="Void .ctor()">
9125         <size>7</size>
9126       </method>
9127       <method name="Void Bar()">
9128         <size>1</size>
9129       </method>
9130       <method name="Void Bar2()">
9131         <size>1</size>
9132       </method>
9133       <method name="Void Bar3()">
9134         <size>1</size>
9135       </method>
9136       <method name="Void Bar4()">
9137         <size>1</size>
9138       </method>
9139     </type>
9140     <type name="N.CC">
9141       <method name="Void .ctor()">
9142         <size>7</size>
9143       </method>
9144       <method name="Void Main()">
9145         <size>1</size>
9146       </method>
9147     </type>
9148   </test>
9149   <test name="gtest-337.cs">
9150     <type name="X">
9151       <method name="Void .ctor()">
9152         <size>7</size>
9153       </method>
9154       <method name="Void SetValue[T](System.Object, T)">
9155         <size>1</size>
9156       </method>
9157       <method name="Void Main()">
9158         <size>12</size>
9159       </method>
9160     </type>
9161   </test>
9162   <test name="gtest-338.cs">
9163     <type name="Test">
9164       <method name="Void .ctor()">
9165         <size>7</size>
9166       </method>
9167       <method name="Void Foo[T](IList`1)">
9168         <size>25</size>
9169       </method>
9170       <method name="Void Main()">
9171         <size>13</size>
9172       </method>
9173     </type>
9174     <type name="FooList`1[T]">
9175       <method name="Void .ctor()">
9176         <size>7</size>
9177       </method>
9178       <method name="Int32 IndexOf(T)">
9179         <size>6</size>
9180       </method>
9181       <method name="Void Insert(Int32, T)">
9182         <size>6</size>
9183       </method>
9184       <method name="Void RemoveAt(Int32)">
9185         <size>6</size>
9186       </method>
9187       <method name="T get_Item(Int32)">
9188         <size>6</size>
9189       </method>
9190       <method name="Void set_Item(Int32, T)">
9191         <size>6</size>
9192       </method>
9193       <method name="Void Add(T)">
9194         <size>6</size>
9195       </method>
9196       <method name="Void Clear()">
9197         <size>6</size>
9198       </method>
9199       <method name="Boolean Contains(T)">
9200         <size>6</size>
9201       </method>
9202       <method name="Void CopyTo(T[], Int32)">
9203         <size>6</size>
9204       </method>
9205       <method name="Boolean Remove(T)">
9206         <size>6</size>
9207       </method>
9208       <method name="Int32 get_Count()">
9209         <size>6</size>
9210       </method>
9211       <method name="Boolean get_IsReadOnly()">
9212         <size>6</size>
9213       </method>
9214       <method name="IEnumerator GetEnumerator()">
9215         <size>6</size>
9216       </method>
9217       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
9218         <size>6</size>
9219       </method>
9220     </type>
9221   </test>
9222   <test name="gtest-339.cs">
9223     <type name="Program">
9224       <method name="Void .ctor()">
9225         <size>7</size>
9226       </method>
9227       <method name="Void Main()">
9228         <size>11</size>
9229       </method>
9230       <method name="Void SerializeDictionary(IDictionary)">
9231         <size>1</size>
9232       </method>
9233       <method name="Void SerializeDictionary(IDictionary`2)">
9234         <size>1</size>
9235       </method>
9236     </type>
9237     <type name="SerializerLazyDictionary">
9238       <method name="Void .ctor()">
9239         <size>7</size>
9240       </method>
9241       <method name="IEnumerator`1 GetEnumerator()">
9242         <size>2</size>
9243       </method>
9244     </type>
9245     <type name="LazyDictionary">
9246       <method name="Void .ctor()">
9247         <size>7</size>
9248       </method>
9249       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9250         <size>7</size>
9251       </method>
9252       <method name="IEnumerator`1 GetEnumerator()">
9253         <size>0</size>
9254       </method>
9255       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
9256         <size>6</size>
9257       </method>
9258       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
9259         <size>6</size>
9260       </method>
9261       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
9262         <size>6</size>
9263       </method>
9264       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
9265         <size>6</size>
9266       </method>
9267       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
9268         <size>6</size>
9269       </method>
9270       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
9271         <size>6</size>
9272       </method>
9273       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
9274         <size>6</size>
9275       </method>
9276       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
9277         <size>6</size>
9278       </method>
9279       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
9280         <size>6</size>
9281       </method>
9282       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
9283         <size>6</size>
9284       </method>
9285       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
9286         <size>6</size>
9287       </method>
9288       <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)">
9289         <size>6</size>
9290       </method>
9291       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
9292         <size>6</size>
9293       </method>
9294       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
9295         <size>6</size>
9296       </method>
9297       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
9298         <size>6</size>
9299       </method>
9300       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
9301         <size>7</size>
9302       </method>
9303     </type>
9304   </test>
9305   <test name="gtest-340.cs">
9306     <type name="Tests">
9307       <method name="Void .ctor()">
9308         <size>7</size>
9309       </method>
9310       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
9311         <size>7</size>
9312       </method>
9313       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
9314         <size>2</size>
9315       </method>
9316       <method name="System.Reflection.MemberInfo[] foo()">
9317         <size>44</size>
9318       </method>
9319       <method name="Void Main(System.String[])">
9320         <size>12</size>
9321       </method>
9322     </type>
9323   </test>
9324   <test name="gtest-341.cs">
9325     <type name="C">
9326       <method name="Void .ctor()">
9327         <size>7</size>
9328       </method>
9329       <method name="Int32 GetLength()">
9330         <size>2</size>
9331       </method>
9332     </type>
9333     <type name="Tests">
9334       <method name="Void .ctor()">
9335         <size>7</size>
9336       </method>
9337       <method name="Void Main()">
9338         <size>1</size>
9339       </method>
9340     </type>
9341   </test>
9342   <test name="gtest-342.cs">
9343     <type name="Base`1[T]">
9344       <method name="Void .ctor()">
9345         <size>7</size>
9346       </method>
9347       <method name="T op_Implicit(Base`1[T])">
9348         <size>7</size>
9349       </method>
9350     </type>
9351     <type name="TestMain">
9352       <method name="Void .ctor()">
9353         <size>7</size>
9354       </method>
9355       <method name="Void Main(System.String[])">
9356         <size>1</size>
9357       </method>
9358     </type>
9359   </test>
9360   <test name="gtest-343.cs">
9361     <type name="Implementer">
9362       <method name="Void .ctor()">
9363         <size>7</size>
9364       </method>
9365       <method name="Void Combine[TOImplementer]()">
9366         <size>1</size>
9367       </method>
9368     </type>
9369     <type name="MainClass">
9370       <method name="Void .ctor()">
9371         <size>7</size>
9372       </method>
9373       <method name="Int32 Main()">
9374         <size>8</size>
9375       </method>
9376     </type>
9377   </test>
9378   <test name="gtest-344.cs">
9379     <type name="ConfigurationElement">
9380       <method name="Void .ctor()">
9381         <size>7</size>
9382       </method>
9383       <method name="Void Main()">
9384         <size>1</size>
9385       </method>
9386     </type>
9387     <type name="CustomConfigurationElement">
9388       <method name="Void .ctor()">
9389         <size>7</size>
9390       </method>
9391     </type>
9392     <type name="CustomConfigurationElementCollection">
9393       <method name="Void .ctor()">
9394         <size>7</size>
9395       </method>
9396     </type>
9397     <type name="BaseCollection`1[T]">
9398       <method name="Void .ctor()">
9399         <size>7</size>
9400       </method>
9401     </type>
9402   </test>
9403   <test name="gtest-345.cs">
9404     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
9405       <method name="Void .ctor()">
9406         <size>7</size>
9407       </method>
9408       <method name="Void Dump(System.String)">
9409         <size>6</size>
9410       </method>
9411     </type>
9412     <type name="Parser">
9413       <method name="Void .ctor()">
9414         <size>7</size>
9415       </method>
9416       <method name="Void NoCall[T](T)">
9417         <size>1</size>
9418       </method>
9419       <method name="Int32 Main()">
9420         <size>2</size>
9421       </method>
9422     </type>
9423   </test>
9424   <test name="gtest-346.cs">
9425     <type name="test">
9426       <method name="Void .ctor()">
9427         <size>7</size>
9428       </method>
9429       <method name="Void CreateSimpleCallSite[A]()">
9430         <size>1</size>
9431       </method>
9432       <method name="Void CreateSimpleCallSite[A](Int32)">
9433         <size>1</size>
9434       </method>
9435       <method name="Void CreateSimpleCallSite(Int32)">
9436         <size>1</size>
9437       </method>
9438       <method name="Void Main()">
9439         <size>1</size>
9440       </method>
9441     </type>
9442   </test>
9443   <test name="gtest-347.cs">
9444     <type name="X">
9445       <method name="Void .ctor()">
9446         <size>7</size>
9447       </method>
9448       <method name="IEnumerable`1 Enumerable[T](System.String)">
9449         <size>6</size>
9450       </method>
9451       <method name="IEnumerable Enumerable(Int32)">
9452         <size>6</size>
9453       </method>
9454       <method name="IEnumerable Enumerable(System.String)">
9455         <size>6</size>
9456       </method>
9457       <method name="Void Main()">
9458         <size>1</size>
9459       </method>
9460     </type>
9461   </test>
9462   <test name="gtest-348.cs">
9463     <type name="Bar`1[U]">
9464       <method name="Void .ctor()">
9465         <size>7</size>
9466       </method>
9467       <method name="Void OnWorldDestroyed()">
9468         <size>1</size>
9469       </method>
9470     </type>
9471     <type name="Baz`1[U]">
9472       <method name="Void .ctor()">
9473         <size>7</size>
9474       </method>
9475       <method name="Void DestroyWorld(U)">
9476         <size>14</size>
9477       </method>
9478     </type>
9479     <type name="Bling">
9480       <method name="Void .ctor()">
9481         <size>7</size>
9482       </method>
9483       <method name="Void Main()">
9484         <size>1</size>
9485       </method>
9486     </type>
9487   </test>
9488   <test name="gtest-349.cs">
9489     <type name="X">
9490       <method name="Void .ctor()">
9491         <size>7</size>
9492       </method>
9493       <method name="Int32 Main()">
9494         <size>103</size>
9495       </method>
9496       <method name="Int32 f2(IList, IList)">
9497         <size>2</size>
9498       </method>
9499       <method name="Int32 f2(IList, System.Object)">
9500         <size>2</size>
9501       </method>
9502     </type>
9503     <type name="X+Function`3[T1,T2,R]">
9504       <method name="Void .ctor(Object, IntPtr)">
9505         <size>0</size>
9506       </method>
9507       <method name="R Invoke(T1, T2)">
9508         <size>0</size>
9509       </method>
9510       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
9511         <size>0</size>
9512       </method>
9513       <method name="R EndInvoke(IAsyncResult)">
9514         <size>0</size>
9515       </method>
9516     </type>
9517   </test>
9518   <test name="gtest-350.cs">
9519     <type name="Foo`1[T]">
9520       <method name="Void .ctor()">
9521         <size>7</size>
9522       </method>
9523       <method name="Boolean Equals(T)">
9524         <size>0</size>
9525       </method>
9526     </type>
9527     <type name="C">
9528       <method name="Void .ctor()">
9529         <size>7</size>
9530       </method>
9531       <method name="Void Main()">
9532         <size>1</size>
9533       </method>
9534     </type>
9535   </test>
9536   <test name="gtest-351.cs">
9537     <type name="TestThing">
9538       <method name="Void .ctor()">
9539         <size>7</size>
9540       </method>
9541     </type>
9542     <type name="Test">
9543       <method name="Void .ctor()">
9544         <size>7</size>
9545       </method>
9546       <method name="Int32 Main(System.String[])">
9547         <size>31</size>
9548       </method>
9549     </type>
9550     <type name="TestThing">
9551       <method name="Int32 SetEnum(System.String, System.Enum)">
9552         <size>2</size>
9553       </method>
9554       <method name="Int32 SetEnum(Int32, System.Enum)">
9555         <size>2</size>
9556       </method>
9557     </type>
9558   </test>
9559   <test name="gtest-352.cs">
9560     <type name="T">
9561       <method name="Void .ctor()">
9562         <size>7</size>
9563       </method>
9564       <method name="Int32 Main()">
9565         <size>125</size>
9566       </method>
9567     </type>
9568     <type name="D">
9569       <method name="Void .ctor(Int32)">
9570         <size>8</size>
9571       </method>
9572       <method name="Void .cctor()">
9573         <size>12</size>
9574       </method>
9575     </type>
9576   </test>
9577   <test name="gtest-353.cs">
9578     <type name="Bug.RedSkyTimeCode">
9579       <method name="Void .ctor()">
9580         <size>7</size>
9581       </method>
9582       <method name="Void CopyTo(Bug.xxx*)">
9583         <size>99</size>
9584       </method>
9585       <method name="Void Main()">
9586         <size>1</size>
9587       </method>
9588       <method name="Void Convert(Bug.xxx*, UInt64*)">
9589         <size>93</size>
9590       </method>
9591     </type>
9592   </test>
9593   <test name="gtest-354.cs">
9594     <type name="M">
9595       <method name="Void .ctor()">
9596         <size>7</size>
9597       </method>
9598       <method name="Void Main()">
9599         <size>1</size>
9600       </method>
9601     </type>
9602   </test>
9603   <test name="gtest-355.cs">
9604     <type name="A">
9605       <method name="Void .ctor()">
9606         <size>7</size>
9607       </method>
9608       <method name="System.String Foo[T](System.String)">
9609         <size>6</size>
9610       </method>
9611       <method name="Boolean Foo(System.String)">
9612         <size>2</size>
9613       </method>
9614     </type>
9615     <type name="B">
9616       <method name="Void .ctor()">
9617         <size>7</size>
9618       </method>
9619       <method name="System.String Foo[T](System.String)">
9620         <size>6</size>
9621       </method>
9622       <method name="Boolean Goo(System.String)">
9623         <size>8</size>
9624       </method>
9625       <method name="Boolean Foo(System.String)">
9626         <size>2</size>
9627       </method>
9628     </type>
9629     <type name="C">
9630       <method name="Void .ctor()">
9631         <size>7</size>
9632       </method>
9633       <method name="Void Main()">
9634         <size>1</size>
9635       </method>
9636     </type>
9637   </test>
9638   <test name="gtest-356.cs">
9639     <type name="A`1[T]">
9640       <method name="Void .ctor()">
9641         <size>7</size>
9642       </method>
9643       <method name="Void Foo(B+E)">
9644         <size>1</size>
9645       </method>
9646     </type>
9647     <type name="B`1[U]">
9648       <method name="Void .ctor()">
9649         <size>7</size>
9650       </method>
9651     </type>
9652     <type name="B">
9653       <method name="Void .ctor()">
9654         <size>7</size>
9655       </method>
9656     </type>
9657     <type name="B+E">
9658       <method name="Void .ctor()">
9659         <size>7</size>
9660       </method>
9661     </type>
9662     <type name="C">
9663       <method name="Void .ctor()">
9664         <size>7</size>
9665       </method>
9666       <method name="Void Main()">
9667         <size>1</size>
9668       </method>
9669     </type>
9670   </test>
9671   <test name="gtest-357.cs">
9672     <type name="C`1[T]">
9673       <method name="Void .ctor()">
9674         <size>7</size>
9675       </method>
9676     </type>
9677     <type name="D`1[U]">
9678       <method name="Void .ctor()">
9679         <size>7</size>
9680       </method>
9681     </type>
9682     <type name="X">
9683       <method name="Void .ctor()">
9684         <size>7</size>
9685       </method>
9686       <method name="Void Main()">
9687         <size>1</size>
9688       </method>
9689     </type>
9690   </test>
9691   <test name="gtest-358.cs">
9692     <type name="Test">
9693       <method name="Void .ctor()">
9694         <size>7</size>
9695       </method>
9696       <method name="Void Main()">
9697         <size>1</size>
9698       </method>
9699     </type>
9700     <type name="Foo">
9701       <method name="Boolean op_Equality(Foo, Foo)">
9702         <size>6</size>
9703       </method>
9704       <method name="Boolean op_Inequality(Foo, Foo)">
9705         <size>6</size>
9706       </method>
9707     </type>
9708   </test>
9709   <test name="gtest-359.cs">
9710     <type name="BaseGeneric`1[T]">
9711       <method name="Void .ctor()">
9712         <size>7</size>
9713       </method>
9714     </type>
9715     <type name="BaseGeneric`1+InnerDerived[T]">
9716       <method name="Void .ctor(T)">
9717         <size>7</size>
9718       </method>
9719     </type>
9720     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
9721       <method name="Void .ctor(T, U)">
9722         <size>7</size>
9723       </method>
9724     </type>
9725     <type name="BaseConcrete">
9726       <method name="Void .ctor()">
9727         <size>7</size>
9728       </method>
9729     </type>
9730     <type name="Concrete_A">
9731       <method name="Void .ctor()">
9732         <size>7</size>
9733       </method>
9734     </type>
9735     <type name="Concrete_B">
9736       <method name="Void .ctor()">
9737         <size>7</size>
9738       </method>
9739     </type>
9740     <type name="BaseGeneric_2`2[T,U]">
9741       <method name="Void .ctor()">
9742         <size>7</size>
9743       </method>
9744     </type>
9745     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
9746       <method name="Void .ctor(T, U)">
9747         <size>7</size>
9748       </method>
9749     </type>
9750     <type name="BaseGeneric_1`1[T]">
9751       <method name="Void .ctor()">
9752         <size>7</size>
9753       </method>
9754     </type>
9755     <type name="Concrete_2">
9756       <method name="Void .ctor()">
9757         <size>7</size>
9758       </method>
9759     </type>
9760     <type name="Program">
9761       <method name="Void .ctor()">
9762         <size>7</size>
9763       </method>
9764       <method name="Void Main()">
9765         <size>40</size>
9766       </method>
9767     </type>
9768   </test>
9769   <test name="gtest-360.cs">
9770     <type name="C">
9771       <method name="Void .ctor()">
9772         <size>7</size>
9773       </method>
9774       <method name="Int32 Foo[T](T, System.Object[])">
9775         <size>2</size>
9776       </method>
9777       <method name="Int32 Foo(System.String, System.Object[])">
9778         <size>2</size>
9779       </method>
9780       <method name="Int32 InvokeMethod(System.String, System.Object[])">
9781         <size>8</size>
9782       </method>
9783       <method name="Int32 Main()">
9784         <size>17</size>
9785       </method>
9786     </type>
9787   </test>
9788   <test name="gtest-361.cs">
9789     <type name="Thing">
9790       <method name="Void .ctor()">
9791         <size>7</size>
9792       </method>
9793       <method name="Void Foo()">
9794         <size>1</size>
9795       </method>
9796       <method name="Int32 Main()">
9797         <size>164</size>
9798       </method>
9799       <method name="Void Method(Thing+Handler, System.String[])">
9800         <size>1</size>
9801       </method>
9802     </type>
9803     <type name="Thing+Handler">
9804       <method name="Void .ctor(Object, IntPtr)">
9805         <size>0</size>
9806       </method>
9807       <method name="Void Invoke()">
9808         <size>0</size>
9809       </method>
9810       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
9811         <size>0</size>
9812       </method>
9813       <method name="Void EndInvoke(IAsyncResult)">
9814         <size>0</size>
9815       </method>
9816     </type>
9817     <type name="Thing">
9818       <method name="Void &lt;Main&gt;m__0()">
9819         <size>1</size>
9820       </method>
9821       <method name="Void &lt;Main&gt;m__1()">
9822         <size>1</size>
9823       </method>
9824     </type>
9825   </test>
9826   <test name="gtest-362.cs">
9827     <type name="C">
9828       <method name="Void .ctor()">
9829         <size>7</size>
9830       </method>
9831       <method name="Void Assert[T](T)">
9832         <size>1</size>
9833       </method>
9834       <method name="Void Assert[T](T, T)">
9835         <size>1</size>
9836       </method>
9837       <method name="Int32 Main()">
9838         <size>83</size>
9839       </method>
9840     </type>
9841   </test>
9842   <test name="gtest-363.cs">
9843     <type name="Test">
9844       <method name="Void .ctor()">
9845         <size>7</size>
9846       </method>
9847       <method name="Void InsertAt[T](T[], Int32, T[])">
9848         <size>1</size>
9849       </method>
9850       <method name="Void Main()">
9851         <size>39</size>
9852       </method>
9853     </type>
9854   </test>
9855   <test name="gtest-364.cs">
9856     <type name="BugReport.Program">
9857       <method name="Void .ctor()">
9858         <size>7</size>
9859       </method>
9860       <method name="Int32 Main()">
9861         <size>307</size>
9862       </method>
9863     </type>
9864     <type name="BugReport.A">
9865       <method name="Void .ctor()">
9866         <size>7</size>
9867       </method>
9868       <method name="Nullable`1 get_Counter()">
9869         <size>7</size>
9870       </method>
9871       <method name="Void set_Counter(Nullable`1)">
9872         <size>8</size>
9873       </method>
9874     </type>
9875   </test>
9876   <test name="gtest-365.cs">
9877     <type name="B.Program">
9878       <method name="Void .ctor()">
9879         <size>7</size>
9880       </method>
9881       <method name="Int32 Main()">
9882         <size>51</size>
9883       </method>
9884     </type>
9885   </test>
9886   <test name="gtest-366.cs">
9887     <type name="Tester">
9888       <method name="Void .ctor()">
9889         <size>7</size>
9890       </method>
9891       <method name="Void Assert[T](T, T)">
9892         <size>1</size>
9893       </method>
9894       <method name="Void Main()">
9895         <size>20</size>
9896       </method>
9897     </type>
9898     <type name="MyType">
9899       <method name="Void .ctor(Int32)">
9900         <size>8</size>
9901       </method>
9902       <method name="Int32 op_Implicit(MyType)">
9903         <size>8</size>
9904       </method>
9905     </type>
9906   </test>
9907   <test name="gtest-367.cs">
9908     <type name="Foo">
9909       <method name="Void .ctor()">
9910         <size>7</size>
9911       </method>
9912     </type>
9913     <type name="Repro">
9914       <method name="Void .ctor()">
9915         <size>7</size>
9916       </method>
9917       <method name="Void Bar[TFoo](TFoo)">
9918         <size>19</size>
9919       </method>
9920       <method name="Void Baz[T](T, System.Action`1[T])">
9921         <size>8</size>
9922       </method>
9923       <method name="Void Main()">
9924         <size>1</size>
9925       </method>
9926       <method name="Void Gazonk(Repro)">
9927         <size>1</size>
9928       </method>
9929     </type>
9930   </test>
9931   <test name="gtest-368.cs">
9932     <type name="C`1[T]">
9933       <method name="Void .ctor(D)">
9934         <size>7</size>
9935       </method>
9936       <method name="Void .ctor()">
9937         <size>7</size>
9938       </method>
9939     </type>
9940     <type name="C`1+D[T]">
9941       <method name="Void .ctor()">
9942         <size>7</size>
9943       </method>
9944     </type>
9945     <type name="M">
9946       <method name="Void .ctor()">
9947         <size>7</size>
9948       </method>
9949       <method name="Void Main()">
9950         <size>1</size>
9951       </method>
9952     </type>
9953   </test>
9954   <test name="gtest-369.cs">
9955     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
9956       <method name="Void .ctor()">
9957         <size>7</size>
9958       </method>
9959       <method name="IList`1 Query[Extent](IList`1, IList`1)">
9960         <size>2</size>
9961       </method>
9962       <method name="IList Query()">
9963         <size>2</size>
9964       </method>
9965     </type>
9966     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9967       <method name="Void .ctor()">
9968         <size>7</size>
9969       </method>
9970     </type>
9971     <type name="Db4objects.Db4o.Internal.M">
9972       <method name="Void .ctor()">
9973         <size>7</size>
9974       </method>
9975       <method name="Void Main()">
9976         <size>1</size>
9977       </method>
9978     </type>
9979     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
9980       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
9981         <size>7</size>
9982       </method>
9983       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
9984         <size>9</size>
9985       </method>
9986     </type>
9987   </test>
9988   <test name="gtest-370.cs">
9989     <type name="N2.X`1[T]">
9990       <method name="Void .ctor()">
9991         <size>7</size>
9992       </method>
9993     </type>
9994     <type name="N2.X`1+A`1[T,T]">
9995       <method name="Void .ctor()">
9996         <size>7</size>
9997       </method>
9998     </type>
9999     <type name="N2.X`1+A`1+B`1[T,T,T]">
10000       <method name="Void .ctor()">
10001         <size>7</size>
10002       </method>
10003     </type>
10004     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
10005       <method name="Void .ctor()">
10006         <size>7</size>
10007       </method>
10008     </type>
10009     <type name="N2.C">
10010       <method name="Void .ctor()">
10011         <size>7</size>
10012       </method>
10013       <method name="Void Main()">
10014         <size>1</size>
10015       </method>
10016     </type>
10017   </test>
10018   <test name="gtest-371.cs">
10019     <type name="X">
10020       <method name="Void .ctor()">
10021         <size>7</size>
10022       </method>
10023       <method name="Void Main()">
10024         <size>86</size>
10025       </method>
10026     </type>
10027     <type name="&lt;PrivateImplementationDetails&gt;">
10028       <method name="Void .ctor()">
10029         <size>7</size>
10030       </method>
10031     </type>
10032   </test>
10033   <test name="gtest-372.cs">
10034     <type name="TestClass`1[T]">
10035       <method name="Void .ctor()">
10036         <size>7</size>
10037       </method>
10038       <method name="Boolean Check(T, T)">
10039         <size>15</size>
10040       </method>
10041     </type>
10042     <type name="C">
10043       <method name="Void .ctor()">
10044         <size>7</size>
10045       </method>
10046     </type>
10047     <type name="TestClass2`1[T]">
10048       <method name="Void .ctor()">
10049         <size>7</size>
10050       </method>
10051       <method name="Boolean Check(T, T)">
10052         <size>15</size>
10053       </method>
10054     </type>
10055     <type name="X">
10056       <method name="Void .ctor()">
10057         <size>7</size>
10058       </method>
10059       <method name="Int32 Main()">
10060         <size>28</size>
10061       </method>
10062     </type>
10063   </test>
10064   <test name="gtest-373.cs">
10065     <type name="MonoBug.MainClass">
10066       <method name="Void .ctor()">
10067         <size>7</size>
10068       </method>
10069       <method name="Void Main()">
10070         <size>29</size>
10071       </method>
10072     </type>
10073     <type name="MonoBug.GenericType`1[T]">
10074       <method name="Void .ctor(T)">
10075         <size>14</size>
10076       </method>
10077       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
10078         <size>7</size>
10079       </method>
10080     </type>
10081   </test>
10082   <test name="gtest-374.cs">
10083     <type name="aClass">
10084       <method name="Void .ctor()">
10085         <size>7</size>
10086       </method>
10087       <method name="Void Main(System.String[])">
10088         <size>14</size>
10089       </method>
10090     </type>
10091   </test>
10092   <test name="gtest-375.cs">
10093     <type name="X">
10094       <method name="Void .ctor()">
10095         <size>7</size>
10096       </method>
10097       <method name="Boolean Compute(Int32)">
10098         <size>2</size>
10099       </method>
10100       <method name="Boolean Compute2(Int32)">
10101         <size>2</size>
10102       </method>
10103       <method name="Int32 Main()">
10104         <size>28</size>
10105       </method>
10106     </type>
10107   </test>
10108   <test name="gtest-376.cs">
10109     <type name="C">
10110       <method name="Void .ctor()">
10111         <size>7</size>
10112       </method>
10113       <method name="Void Main()">
10114         <size>1</size>
10115       </method>
10116     </type>
10117     <type name="S`1[T]">
10118       <method name="System.Object Box(Nullable`1)">
10119         <size>30</size>
10120       </method>
10121     </type>
10122   </test>
10123   <test name="gtest-377.cs">
10124     <type name="D">
10125       <method name="Void .cctor()">
10126         <size>26</size>
10127       </method>
10128       <method name="Void Main()">
10129         <size>98</size>
10130       </method>
10131     </type>
10132   </test>
10133   <test name="gtest-378.cs">
10134     <type name="Test">
10135       <method name="Void .ctor()">
10136         <size>7</size>
10137       </method>
10138       <method name="System.Object FooG[T](Nullable`1)">
10139         <size>7</size>
10140       </method>
10141       <method name="System.Object Foo(Nullable`1)">
10142         <size>7</size>
10143       </method>
10144       <method name="Int32 Main()">
10145         <size>58</size>
10146       </method>
10147     </type>
10148   </test>
10149   <test name="gtest-379.cs">
10150     <type name="C">
10151       <method name="Void .ctor()">
10152         <size>7</size>
10153       </method>
10154       <method name="Int32 Print(Nullable`1)">
10155         <size>16</size>
10156       </method>
10157       <method name="Int32 Main()">
10158         <size>15</size>
10159       </method>
10160     </type>
10161     <type name="S">
10162       <method name="Boolean op_Equality(S, S)">
10163         <size>2</size>
10164       </method>
10165       <method name="Boolean op_Inequality(S, S)">
10166         <size>2</size>
10167       </method>
10168     </type>
10169   </test>
10170   <test name="gtest-380.cs">
10171     <type name="Test">
10172       <method name="Void .ctor()">
10173         <size>7</size>
10174       </method>
10175       <method name="Int32 Main()">
10176         <size>165</size>
10177       </method>
10178     </type>
10179     <type name="GTest`1[T]">
10180       <method name="Void .ctor()">
10181         <size>7</size>
10182       </method>
10183       <method name="Void .cctor()">
10184         <size>13</size>
10185       </method>
10186     </type>
10187   </test>
10188   <test name="gtest-381.cs">
10189     <type name="TestGoto">
10190       <method name="Void .ctor()">
10191         <size>7</size>
10192       </method>
10193       <method name="Void .cctor()">
10194         <size>7</size>
10195       </method>
10196       <method name="Void Main(System.String[])">
10197         <size>67</size>
10198       </method>
10199       <method name="IEnumerable`1 setX()">
10200         <size>16</size>
10201       </method>
10202       <method name="IEnumerable`1 test()">
10203         <size>16</size>
10204       </method>
10205     </type>
10206     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10207       <method name="Void .ctor()">
10208         <size>7</size>
10209       </method>
10210       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10211         <size>12</size>
10212       </method>
10213       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10214         <size>7</size>
10215       </method>
10216       <method name="Boolean MoveNext()">
10217         <size>106</size>
10218       </method>
10219       <method name="Void Dispose()">
10220         <size>46</size>
10221       </method>
10222       <method name="Void Reset()">
10223         <size>6</size>
10224       </method>
10225     </type>
10226     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10227       <method name="Void .ctor()">
10228         <size>7</size>
10229       </method>
10230       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10231         <size>12</size>
10232       </method>
10233       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10234         <size>7</size>
10235       </method>
10236       <method name="Boolean MoveNext()">
10237         <size>176</size>
10238       </method>
10239       <method name="Void Dispose()">
10240         <size>60</size>
10241       </method>
10242       <method name="Void Reset()">
10243         <size>6</size>
10244       </method>
10245     </type>
10246     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
10247       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10248         <size>7</size>
10249       </method>
10250       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10251         <size>26</size>
10252       </method>
10253     </type>
10254     <type name="TestGoto+&lt;test&gt;c__Iterator1">
10255       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
10256         <size>7</size>
10257       </method>
10258       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
10259         <size>26</size>
10260       </method>
10261     </type>
10262   </test>
10263   <test name="gtest-382.cs">
10264     <type name="C">
10265       <method name="Void .ctor()">
10266         <size>7</size>
10267       </method>
10268       <method name="Int32 Main()">
10269         <size>76</size>
10270       </method>
10271     </type>
10272   </test>
10273   <test name="gtest-383.cs">
10274     <type name="C">
10275       <method name="Void .ctor()">
10276         <size>7</size>
10277       </method>
10278       <method name="Int32 Main()">
10279         <size>260</size>
10280       </method>
10281     </type>
10282     <type name="MyTypeA">
10283       <method name="Void .ctor(Int16)">
10284         <size>8</size>
10285       </method>
10286       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
10287         <size>6</size>
10288       </method>
10289       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
10290         <size>2</size>
10291       </method>
10292       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
10293         <size>6</size>
10294       </method>
10295       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
10296         <size>6</size>
10297       </method>
10298       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
10299         <size>6</size>
10300       </method>
10301     </type>
10302     <type name="MyTypeB">
10303       <method name="Void .ctor(Int16)">
10304         <size>8</size>
10305       </method>
10306       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
10307         <size>2</size>
10308       </method>
10309       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
10310         <size>2</size>
10311       </method>
10312       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
10313         <size>2</size>
10314       </method>
10315       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
10316         <size>2</size>
10317       </method>
10318       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
10319         <size>2</size>
10320       </method>
10321       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
10322         <size>2</size>
10323       </method>
10324     </type>
10325   </test>
10326   <test name="gtest-384.cs">
10327     <type name="N.TestG">
10328       <method name="Void .ctor()">
10329         <size>7</size>
10330       </method>
10331       <method name="Void Foo[T]()">
10332         <size>1</size>
10333       </method>
10334     </type>
10335     <type name="NonGeneric">
10336       <method name="Void .ctor()">
10337         <size>7</size>
10338       </method>
10339     </type>
10340     <type name="Generic`1[T]">
10341       <method name="Void .ctor()">
10342         <size>7</size>
10343       </method>
10344     </type>
10345     <type name="m">
10346       <method name="Void .ctor()">
10347         <size>7</size>
10348       </method>
10349       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
10350         <size>13</size>
10351       </method>
10352       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
10353         <size>13</size>
10354       </method>
10355       <method name="Void Main()">
10356         <size>6</size>
10357       </method>
10358     </type>
10359   </test>
10360   <test name="gtest-385.cs">
10361     <type name="DocAttribute">
10362       <method name="Void .ctor()">
10363         <size>7</size>
10364       </method>
10365       <method name="Void .ctor(String)">
10366         <size>7</size>
10367       </method>
10368     </type>
10369     <type name="Test">
10370       <method name="Void .ctor()">
10371         <size>7</size>
10372       </method>
10373       <method name="Int32 Main()">
10374         <size>66</size>
10375       </method>
10376     </type>
10377     <type name="Func`2[TArg,TRet]">
10378       <method name="Void .ctor(Object, IntPtr)">
10379         <size>0</size>
10380       </method>
10381       <method name="Void Invoke()">
10382         <size>0</size>
10383       </method>
10384       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10385         <size>0</size>
10386       </method>
10387       <method name="Void EndInvoke(IAsyncResult)">
10388         <size>0</size>
10389       </method>
10390     </type>
10391   </test>
10392   <test name="gtest-386.cs">
10393     <type name="C">
10394       <method name="Void .ctor()">
10395         <size>7</size>
10396       </method>
10397       <method name="Int32 Main()">
10398         <size>220</size>
10399       </method>
10400     </type>
10401     <type name="MyType">
10402       <method name="Void .ctor(Int32)">
10403         <size>8</size>
10404       </method>
10405       <method name="MyType op_UnaryNegation(MyType)">
10406         <size>14</size>
10407       </method>
10408     </type>
10409   </test>
10410   <test name="gtest-387.cs">
10411     <type name="C">
10412       <method name="Void .ctor()">
10413         <size>7</size>
10414       </method>
10415       <method name="Int32 Main()">
10416         <size>168</size>
10417       </method>
10418     </type>
10419   </test>
10420   <test name="gtest-388.cs">
10421     <type name="Data">
10422       <method name="Void .ctor()">
10423         <size>7</size>
10424       </method>
10425     </type>
10426     <type name="Foo">
10427       <method name="Void .ctor()">
10428         <size>7</size>
10429       </method>
10430       <method name="Void f(Data)">
10431         <size>19</size>
10432       </method>
10433       <method name="Void Main()">
10434         <size>22</size>
10435       </method>
10436     </type>
10437   </test>
10438   <test name="gtest-389.cs">
10439     <type name="C">
10440       <method name="Void .ctor()">
10441         <size>7</size>
10442       </method>
10443       <method name="Int32 Main()">
10444         <size>234</size>
10445       </method>
10446     </type>
10447   </test>
10448   <test name="gtest-390.cs">
10449     <type name="Program">
10450       <method name="Void .ctor()">
10451         <size>7</size>
10452       </method>
10453       <method name="Int32 Main()">
10454         <size>4</size>
10455       </method>
10456     </type>
10457   </test>
10458   <test name="gtest-391.cs">
10459     <type name="C">
10460       <method name="Void .ctor()">
10461         <size>7</size>
10462       </method>
10463       <method name="Int32 Main()">
10464         <size>121</size>
10465       </method>
10466       <method name="Boolean Test_1()">
10467         <size>36</size>
10468       </method>
10469     </type>
10470   </test>
10471   <test name="gtest-392.cs">
10472     <type name="DieSubrangeType">
10473       <method name="Void .ctor()">
10474         <size>19</size>
10475       </method>
10476       <method name="Nullable`1 get_UpperBound()">
10477         <size>7</size>
10478       </method>
10479       <method name="Void set_UpperBound(Nullable`1)">
10480         <size>8</size>
10481       </method>
10482     </type>
10483     <type name="X">
10484       <method name="Void .ctor()">
10485         <size>7</size>
10486       </method>
10487       <method name="Int32 Main()">
10488         <size>61</size>
10489       </method>
10490     </type>
10491   </test>
10492   <test name="gtest-393.cs">
10493     <type name="B`1[T]">
10494       <method name="Void .ctor()">
10495         <size>7</size>
10496       </method>
10497     </type>
10498     <type name="A">
10499       <method name="Void .ctor(Type)">
10500         <size>29</size>
10501       </method>
10502       <method name="Void .cctor()">
10503         <size>7</size>
10504       </method>
10505       <method name="Int32 Main()">
10506         <size>23</size>
10507       </method>
10508     </type>
10509   </test>
10510   <test name="gtest-394.cs">
10511     <type name="Test">
10512       <method name="Void .ctor()">
10513         <size>7</size>
10514       </method>
10515       <method name="Void FindMembers(Test+MemberFilter)">
10516         <size>1</size>
10517       </method>
10518       <method name="Void GetMethodGroup(Test+MemberFilter)">
10519         <size>43</size>
10520       </method>
10521       <method name="Void Main()">
10522         <size>1</size>
10523       </method>
10524     </type>
10525     <type name="Test+MemberFilter">
10526       <method name="Void .ctor(Object, IntPtr)">
10527         <size>0</size>
10528       </method>
10529       <method name="Boolean Invoke()">
10530         <size>0</size>
10531       </method>
10532       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10533         <size>0</size>
10534       </method>
10535       <method name="Boolean EndInvoke(IAsyncResult)">
10536         <size>0</size>
10537       </method>
10538     </type>
10539     <type name="Test">
10540       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
10541         <size>2</size>
10542       </method>
10543     </type>
10544   </test>
10545   <test name="gtest-395.cs">
10546     <type name="RuleBuilder`1[T]">
10547       <method name="Void .ctor()">
10548         <size>7</size>
10549       </method>
10550     </type>
10551     <type name="RubyMethod">
10552       <method name="Void .ctor()">
10553         <size>7</size>
10554       </method>
10555       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
10556         <size>6</size>
10557       </method>
10558     </type>
10559     <type name="T">
10560       <method name="Void .ctor()">
10561         <size>7</size>
10562       </method>
10563       <method name="Void Main()">
10564         <size>1</size>
10565       </method>
10566     </type>
10567   </test>
10568   <test name="gtest-396.cs">
10569     <type name="Test">
10570       <method name="Void .ctor()">
10571         <size>7</size>
10572       </method>
10573       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
10574         <size>1</size>
10575       </method>
10576       <method name="System.Func`1[System.Int32] Method(System.String)">
10577         <size>2</size>
10578       </method>
10579       <method name="Void Main()">
10580         <size>24</size>
10581       </method>
10582     </type>
10583   </test>
10584   <test name="gtest-397.cs">
10585     <type name="Test">
10586       <method name="Void .ctor()">
10587         <size>7</size>
10588       </method>
10589       <method name="Foo NegateFoo(Foo)">
10590         <size>12</size>
10591       </method>
10592       <method name="Foo NegateFooNullable(Nullable`1)">
10593         <size>7</size>
10594       </method>
10595       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
10596         <size>7</size>
10597       </method>
10598       <method name="Nullable`1 NegateBar(Bar)">
10599         <size>12</size>
10600       </method>
10601       <method name="Int32 Main()">
10602         <size>139</size>
10603       </method>
10604     </type>
10605     <type name="Foo">
10606       <method name="Void .ctor(Int32)">
10607         <size>8</size>
10608       </method>
10609       <method name="Foo op_UnaryNegation(Nullable`1)">
10610         <size>42</size>
10611       </method>
10612     </type>
10613     <type name="Bar">
10614       <method name="Void .ctor(Int32)">
10615         <size>8</size>
10616       </method>
10617       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
10618         <size>41</size>
10619       </method>
10620     </type>
10621   </test>
10622   <test name="gtest-398.cs">
10623     <type name="GenericClass`1[T]">
10624       <method name="Void .ctor(T)">
10625         <size>14</size>
10626       </method>
10627       <method name="Void Method()">
10628         <size>42</size>
10629       </method>
10630       <method name="Void Test(T)">
10631         <size>1</size>
10632       </method>
10633     </type>
10634     <type name="Foo">
10635       <method name="Void .ctor()">
10636         <size>7</size>
10637       </method>
10638       <method name="Void Main(System.String[])">
10639         <size>15</size>
10640       </method>
10641     </type>
10642     <type name="ToStr">
10643       <method name="Void .ctor(Object, IntPtr)">
10644         <size>0</size>
10645       </method>
10646       <method name="System.String Invoke(System.String, IFormatProvider)">
10647         <size>0</size>
10648       </method>
10649       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
10650         <size>0</size>
10651       </method>
10652       <method name="System.String EndInvoke(IAsyncResult)">
10653         <size>0</size>
10654       </method>
10655     </type>
10656   </test>
10657   <test name="gtest-399.cs">
10658     <type name="TestIssue.Base">
10659       <method name="Void .ctor()">
10660         <size>7</size>
10661       </method>
10662     </type>
10663     <type name="TestIssue.Derived">
10664       <method name="Void .ctor()">
10665         <size>7</size>
10666       </method>
10667     </type>
10668     <type name="TestIssue.Program">
10669       <method name="Void .ctor()">
10670         <size>7</size>
10671       </method>
10672       <method name="Int32 Main()">
10673         <size>39</size>
10674       </method>
10675     </type>
10676   </test>
10677   <test name="gtest-400.cs">
10678     <type name="Gen`1[T]">
10679       <method name="Void .ctor()">
10680         <size>7</size>
10681       </method>
10682       <method name="Boolean Foo(T)">
10683         <size>15</size>
10684       </method>
10685     </type>
10686     <type name="Program">
10687       <method name="Void .ctor()">
10688         <size>7</size>
10689       </method>
10690       <method name="Boolean Foo[T]()">
10691         <size>17</size>
10692       </method>
10693       <method name="Int32 Main()">
10694         <size>66</size>
10695       </method>
10696     </type>
10697   </test>
10698   <test name="gtest-401.cs">
10699     <type name="ParserTest">
10700       <method name="Void .ctor()">
10701         <size>7</size>
10702       </method>
10703       <method name="Void Main()">
10704         <size>165</size>
10705       </method>
10706     </type>
10707   </test>
10708   <test name="gtest-402.cs">
10709     <type name="X">
10710       <method name="Void .ctor()">
10711         <size>7</size>
10712       </method>
10713       <method name="Void Main()">
10714         <size>16</size>
10715       </method>
10716     </type>
10717   </test>
10718   <test name="gtest-403.cs">
10719     <type name="T">
10720       <method name="Void .ctor()">
10721         <size>7</size>
10722       </method>
10723       <method name="Void Main()">
10724         <size>15</size>
10725       </method>
10726     </type>
10727     <type name="S`1[T]">
10728       <method name="Void Foo()">
10729         <size>1</size>
10730       </method>
10731     </type>
10732   </test>
10733   <test name="gtest-404.cs">
10734     <type name="Test.Program">
10735       <method name="Void Main()">
10736         <size>1</size>
10737       </method>
10738     </type>
10739     <type name="Test.Class1`1[T1]">
10740       <method name="Void .ctor()">
10741         <size>7</size>
10742       </method>
10743       <method name="Void add_doSomething(System.EventHandler)">
10744         <size>24</size>
10745       </method>
10746       <method name="Void remove_doSomething(System.EventHandler)">
10747         <size>24</size>
10748       </method>
10749     </type>
10750     <type name="Test.Class2`1[T]">
10751       <method name="Void .ctor()">
10752         <size>7</size>
10753       </method>
10754       <method name="Void add_DoSomething(System.EventHandler)">
10755         <size>8</size>
10756       </method>
10757       <method name="Void remove_DoSomething(System.EventHandler)">
10758         <size>8</size>
10759       </method>
10760     </type>
10761   </test>
10762   <test name="gtest-405.cs">
10763     <type name="C">
10764       <method name="Void .ctor()">
10765         <size>7</size>
10766       </method>
10767       <method name="Void Main()">
10768         <size>1</size>
10769       </method>
10770     </type>
10771   </test>
10772   <test name="gtest-406.cs">
10773     <type name="Test`1[T]">
10774       <method name="Void .ctor()">
10775         <size>7</size>
10776       </method>
10777       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
10778         <size>1</size>
10779       </method>
10780     </type>
10781     <type name="C`2[A,B]">
10782       <method name="Void .ctor(IEnumerable`1)">
10783         <size>46</size>
10784       </method>
10785       <method name="B &lt;C&gt;m__0(B)">
10786         <size>2</size>
10787       </method>
10788     </type>
10789     <type name="M">
10790       <method name="Void .ctor()">
10791         <size>7</size>
10792       </method>
10793       <method name="Void Main()">
10794         <size>1</size>
10795       </method>
10796     </type>
10797   </test>
10798   <test name="gtest-407.cs">
10799     <type name="NullableColorTests">
10800       <method name="Void .ctor()">
10801         <size>7</size>
10802       </method>
10803       <method name="Int32 Main()">
10804         <size>99</size>
10805       </method>
10806     </type>
10807     <type name="MyColor">
10808       <method name="Void .ctor(Int32)">
10809         <size>8</size>
10810       </method>
10811       <method name="Boolean op_Equality(MyColor, MyColor)">
10812         <size>17</size>
10813       </method>
10814       <method name="Boolean op_Inequality(MyColor, MyColor)">
10815         <size>20</size>
10816       </method>
10817     </type>
10818   </test>
10819   <test name="gtest-408.cs">
10820     <type name="Test">
10821       <method name="Void .ctor()">
10822         <size>7</size>
10823       </method>
10824       <method name="Int32 Main()">
10825         <size>92</size>
10826       </method>
10827     </type>
10828   </test>
10829   <test name="gtest-409.cs">
10830     <type name="ConditionalParsing">
10831       <method name="Void .ctor()">
10832         <size>7</size>
10833       </method>
10834       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
10835         <size>14</size>
10836       </method>
10837       <method name="Void Test_1(Boolean)">
10838         <size>20</size>
10839       </method>
10840       <method name="Void Test_2()">
10841         <size>31</size>
10842       </method>
10843       <method name="Void Test_4(Boolean, Boolean)">
10844         <size>39</size>
10845       </method>
10846       <method name="Void Test_5(Boolean, IDisposable)">
10847         <size>45</size>
10848       </method>
10849       <method name="Void Test_6(Boolean)">
10850         <size>47</size>
10851       </method>
10852       <method name="Void Test_7(System.Object)">
10853         <size>8</size>
10854       </method>
10855       <method name="Void Main()">
10856         <size>1</size>
10857       </method>
10858     </type>
10859     <type name="ConditionalParsing+T">
10860       <method name="Void .ctor(String, Boolean)">
10861         <size>28</size>
10862       </method>
10863       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
10864         <size>7</size>
10865       </method>
10866     </type>
10867     <type name="&lt;PrivateImplementationDetails&gt;">
10868       <method name="Void .ctor()">
10869         <size>7</size>
10870       </method>
10871     </type>
10872     <type name="ConditionalParsing+Const">
10873       <method name="Void .ctor()">
10874         <size>7</size>
10875       </method>
10876     </type>
10877     <type name="ConditionalParsing">
10878       <method name="Void Test_8(DateTime)">
10879         <size>38</size>
10880       </method>
10881       <method name="Void Test_9()">
10882         <size>43</size>
10883       </method>
10884     </type>
10885   </test>
10886   <test name="gtest-410.cs">
10887     <type name="Program">
10888       <method name="Void .ctor()">
10889         <size>7</size>
10890       </method>
10891       <method name="Void Main()">
10892         <size>7</size>
10893       </method>
10894     </type>
10895   </test>
10896   <test name="gtest-411.cs">
10897     <type name="Maybe">
10898       <method name="Maybe`1[T] C[T](T)">
10899         <size>2</size>
10900       </method>
10901     </type>
10902     <type name="Maybe`1[T]">
10903       <method name="Void .ctor(T)">
10904         <size>7</size>
10905       </method>
10906     </type>
10907     <type name="Extensions">
10908       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
10909         <size>10</size>
10910       </method>
10911     </type>
10912     <type name="Test">
10913       <method name="Void .ctor()">
10914         <size>7</size>
10915       </method>
10916       <method name="Void Main()">
10917         <size>131</size>
10918       </method>
10919       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
10920         <size>7</size>
10921       </method>
10922       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
10923         <size>7</size>
10924       </method>
10925       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
10926         <size>11</size>
10927       </method>
10928     </type>
10929   </test>
10930   <test name="gtest-412.cs">
10931     <type name="Program">
10932       <method name="Void .ctor()">
10933         <size>7</size>
10934       </method>
10935       <method name="Int32 Main()">
10936         <size>213</size>
10937       </method>
10938     </type>
10939   </test>
10940   <test name="gtest-413.cs">
10941     <type name="Test">
10942       <method name="Void .ctor()">
10943         <size>7</size>
10944       </method>
10945       <method name="Int32 Main()">
10946         <size>95</size>
10947       </method>
10948     </type>
10949     <type name="S">
10950       <method name="Int64 op_Addition(S, Int64)">
10951         <size>2</size>
10952       </method>
10953     </type>
10954   </test>
10955   <test name="gtest-414.cs">
10956     <type name="MonoTest.MainClass">
10957       <method name="Void .ctor()">
10958         <size>7</size>
10959       </method>
10960       <method name="Void Main()">
10961         <size>1</size>
10962       </method>
10963     </type>
10964     <type name="MonoTest.TestImpl">
10965       <method name="Void .ctor()">
10966         <size>7</size>
10967       </method>
10968       <method name="Void MonoTest.ITest.Get[T](System.Object)">
10969         <size>1</size>
10970       </method>
10971       <method name="Void Get[T]()">
10972         <size>1</size>
10973       </method>
10974       <method name="Void Get[T](System.Object)">
10975         <size>1</size>
10976       </method>
10977     </type>
10978     <type name="MonoTest.C">
10979       <method name="Void .ctor()">
10980         <size>7</size>
10981       </method>
10982       <method name="Void MonoTest.IG&lt;int&gt;.M()">
10983         <size>1</size>
10984       </method>
10985       <method name="Void MonoTest.IG&lt;string&gt;.M()">
10986         <size>1</size>
10987       </method>
10988     </type>
10989   </test>
10990   <test name="gtest-415.cs">
10991     <type name="S2">
10992       <method name="Void Test()">
10993         <size>39</size>
10994       </method>
10995       <method name="Void Main()">
10996         <size>16</size>
10997       </method>
10998     </type>
10999   </test>
11000   <test name="gtest-416.cs">
11001     <type name="Bug.Demo">
11002       <method name="Boolean Fixed()">
11003         <size>14</size>
11004       </method>
11005       <method name="Boolean Foo(System.Int32[])">
11006         <size>43</size>
11007       </method>
11008       <method name="Int32 Main()">
11009         <size>65</size>
11010       </method>
11011     </type>
11012   </test>
11013   <test name="gtest-417.cs">
11014     <type name="C">
11015       <method name="Void .ctor()">
11016         <size>7</size>
11017       </method>
11018       <method name="Void Goo()">
11019         <size>11</size>
11020       </method>
11021       <method name="Void Main()">
11022         <size>1</size>
11023       </method>
11024     </type>
11025   </test>
11026   <test name="gtest-418.cs">
11027     <type name="N.Nested">
11028       <method name="Void .ctor()">
11029         <size>7</size>
11030       </method>
11031     </type>
11032     <type name="N.Nested+C">
11033       <method name="Void .ctor()">
11034         <size>7</size>
11035       </method>
11036       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
11037         <size>2</size>
11038       </method>
11039     </type>
11040     <type name="N.M">
11041       <method name="Void .ctor()">
11042         <size>7</size>
11043       </method>
11044       <method name="Int32 Main()">
11045         <size>173</size>
11046       </method>
11047     </type>
11048   </test>
11049   <test name="gtest-419.cs">
11050     <type name="Program">
11051       <method name="Void .ctor()">
11052         <size>7</size>
11053       </method>
11054       <method name="Int32 Main()">
11055         <size>56</size>
11056       </method>
11057       <method name="System.Object Test(System.String)">
11058         <size>42</size>
11059       </method>
11060     </type>
11061   </test>
11062   <test name="gtest-420.cs">
11063     <type name="C">
11064       <method name="Void .ctor()">
11065         <size>7</size>
11066       </method>
11067     </type>
11068     <type name="TestClass">
11069       <method name="Void .ctor()">
11070         <size>7</size>
11071       </method>
11072       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
11073         <size>2</size>
11074       </method>
11075       <method name="Int32 Test(System.Object, System.Object[])">
11076         <size>2</size>
11077       </method>
11078       <method name="Int32 Main()">
11079         <size>43</size>
11080       </method>
11081     </type>
11082   </test>
11083   <test name="gtest-421.cs">
11084     <type name="OneOff">
11085       <method name="Void .ctor()">
11086         <size>7</size>
11087       </method>
11088       <method name="Int32 Main()">
11089         <size>50</size>
11090       </method>
11091       <method name="T[] Clone[T](T[])">
11092         <size>166</size>
11093       </method>
11094     </type>
11095     <type name="&lt;PrivateImplementationDetails&gt;">
11096       <method name="Void .ctor()">
11097         <size>7</size>
11098       </method>
11099     </type>
11100   </test>
11101   <test name="gtest-422.cs">
11102     <type name="A">
11103       <method name="Void .ctor()">
11104         <size>7</size>
11105       </method>
11106       <method name="Boolean op_GreaterThan(A, System.Object)">
11107         <size>2</size>
11108       </method>
11109       <method name="Boolean op_LessThan(A, System.Object)">
11110         <size>2</size>
11111       </method>
11112     </type>
11113     <type name="C">
11114       <method name="Void .ctor()">
11115         <size>7</size>
11116       </method>
11117       <method name="Int32 Main()">
11118         <size>23</size>
11119       </method>
11120       <method name="Nullable`1 get_Id()">
11121         <size>7</size>
11122       </method>
11123       <method name="Boolean Test()">
11124         <size>51</size>
11125       </method>
11126     </type>
11127   </test>
11128   <test name="gtest-423.cs">
11129     <type name="App">
11130       <method name="Void .ctor()">
11131         <size>7</size>
11132       </method>
11133       <method name="Void Main()">
11134         <size>33</size>
11135       </method>
11136       <method name="Void Test(System.Object, System.EventArgs)">
11137         <size>1</size>
11138       </method>
11139     </type>
11140   </test>
11141   <test name="gtest-424.cs">
11142     <type name="A">
11143       <method name="Void .ctor()">
11144         <size>7</size>
11145       </method>
11146     </type>
11147     <type name="B">
11148       <method name="Void .ctor()">
11149         <size>7</size>
11150       </method>
11151     </type>
11152     <type name="Test">
11153       <method name="Void .ctor()">
11154         <size>7</size>
11155       </method>
11156       <method name="Void Block(A[])">
11157         <size>6</size>
11158       </method>
11159       <method name="Void Block(IEnumerable`1, A[])">
11160         <size>1</size>
11161       </method>
11162       <method name="Int32 Main()">
11163         <size>29</size>
11164       </method>
11165     </type>
11166   </test>
11167   <test name="gtest-425.cs">
11168     <type name="EventClass`1[T]">
11169       <method name="Void .ctor()">
11170         <size>7</size>
11171       </method>
11172     </type>
11173     <type name="Test">
11174       <method name="Void .ctor()">
11175         <size>7</size>
11176       </method>
11177       <method name="Void Main()">
11178         <size>16</size>
11179       </method>
11180     </type>
11181     <type name="EventClass`1+HookDelegate[T]">
11182       <method name="Void .ctor(Object, IntPtr)">
11183         <size>0</size>
11184       </method>
11185       <method name="Void Invoke(T)">
11186         <size>0</size>
11187       </method>
11188       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11189         <size>0</size>
11190       </method>
11191       <method name="Void EndInvoke(IAsyncResult)">
11192         <size>0</size>
11193       </method>
11194     </type>
11195   </test>
11196   <test name="gtest-426.cs">
11197     <type name="OverloadTest.MyClass`1[T]">
11198       <method name="Void .ctor()">
11199         <size>7</size>
11200       </method>
11201       <method name="Boolean Method(MyInterface`1)">
11202         <size>20</size>
11203       </method>
11204       <method name="Boolean Method(System.Action`1[T])">
11205         <size>2</size>
11206       </method>
11207     </type>
11208     <type name="OverloadTest.C">
11209       <method name="Void .ctor()">
11210         <size>7</size>
11211       </method>
11212       <method name="Void Main()">
11213         <size>1</size>
11214       </method>
11215     </type>
11216   </test>
11217   <test name="gtest-427.cs">
11218     <type name="T">
11219       <method name="Void .ctor()">
11220         <size>7</size>
11221       </method>
11222       <method name="Void Test()">
11223         <size>19</size>
11224       </method>
11225       <method name="Void Attach(EventHandler)">
11226         <size>2</size>
11227       </method>
11228       <method name="Void Attach(EventHandler`1[System.String])">
11229         <size>1</size>
11230       </method>
11231       <method name="Void OnClick(System.String)">
11232         <size>1</size>
11233       </method>
11234       <method name="Void Main()">
11235         <size>11</size>
11236       </method>
11237     </type>
11238     <type name="EventHandler">
11239       <method name="Void .ctor(Object, IntPtr)">
11240         <size>0</size>
11241       </method>
11242       <method name="Void Invoke(System.Object)">
11243         <size>0</size>
11244       </method>
11245       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
11246         <size>0</size>
11247       </method>
11248       <method name="Void EndInvoke(IAsyncResult)">
11249         <size>0</size>
11250       </method>
11251     </type>
11252     <type name="EventHandler`1[T]">
11253       <method name="Void .ctor(Object, IntPtr)">
11254         <size>0</size>
11255       </method>
11256       <method name="Void Invoke(T)">
11257         <size>0</size>
11258       </method>
11259       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11260         <size>0</size>
11261       </method>
11262       <method name="Void EndInvoke(IAsyncResult)">
11263         <size>0</size>
11264       </method>
11265     </type>
11266   </test>
11267   <test name="gtest-428.cs">
11268     <type name="CInt">
11269       <method name="Void .ctor(Int32)">
11270         <size>8</size>
11271       </method>
11272       <method name="CInt op_Implicit(Int32)">
11273         <size>7</size>
11274       </method>
11275       <method name="Int32 op_Implicit(CInt)">
11276         <size>8</size>
11277       </method>
11278     </type>
11279     <type name="Klass">
11280       <method name="Void .ctor(Nullable`1)">
11281         <size>14</size>
11282       </method>
11283       <method name="Nullable`1 get_Value()">
11284         <size>7</size>
11285       </method>
11286     </type>
11287     <type name="MainClass">
11288       <method name="Void .ctor()">
11289         <size>7</size>
11290       </method>
11291       <method name="Int32 Main()">
11292         <size>173</size>
11293       </method>
11294     </type>
11295   </test>
11296   <test name="gtest-429.cs">
11297     <type name="CInt">
11298       <method name="Void .ctor(Int32)">
11299         <size>8</size>
11300       </method>
11301       <method name="CInt op_Implicit(Int32)">
11302         <size>7</size>
11303       </method>
11304       <method name="Int32 op_Implicit(CInt)">
11305         <size>8</size>
11306       </method>
11307     </type>
11308     <type name="Klass">
11309       <method name="Void .ctor(Nullable`1)">
11310         <size>14</size>
11311       </method>
11312     </type>
11313     <type name="MainClass">
11314       <method name="Void .ctor()">
11315         <size>7</size>
11316       </method>
11317       <method name="Int32 Main()">
11318         <size>36</size>
11319       </method>
11320     </type>
11321   </test>
11322   <test name="gtest-430.cs">
11323     <type name="Tmp">
11324       <method name="Void .ctor()">
11325         <size>7</size>
11326       </method>
11327     </type>
11328     <type name="Driver">
11329       <method name="Void .ctor()">
11330         <size>7</size>
11331       </method>
11332       <method name="Nullable`1 get_Prop()">
11333         <size>42</size>
11334       </method>
11335       <method name="Int32 Main()">
11336         <size>42</size>
11337       </method>
11338     </type>
11339   </test>
11340   <test name="gtest-431.cs">
11341     <type name="Program">
11342       <method name="Void .ctor()">
11343         <size>7</size>
11344       </method>
11345       <method name="Void Main()">
11346         <size>13</size>
11347       </method>
11348     </type>
11349   </test>
11350   <test name="gtest-432.cs">
11351     <type name="Test.Bar`2[T,U]">
11352       <method name="Void .ctor()">
11353         <size>7</size>
11354       </method>
11355       <method name="Void DoSomething[V]()">
11356         <size>1</size>
11357       </method>
11358     </type>
11359     <type name="Test.Baz">
11360       <method name="Void .ctor()">
11361         <size>7</size>
11362       </method>
11363       <method name="Void GetInTroubleHere()">
11364         <size>13</size>
11365       </method>
11366       <method name="Void Main()">
11367         <size>1</size>
11368       </method>
11369     </type>
11370   </test>
11371   <test name="gtest-433.cs">
11372     <type name="M">
11373       <method name="Void .ctor()">
11374         <size>7</size>
11375       </method>
11376       <method name="Void Main()">
11377         <size>37</size>
11378       </method>
11379     </type>
11380   </test>
11381   <test name="gtest-434.cs">
11382     <type name="testcase.Init">
11383       <method name="Void .ctor()">
11384         <size>7</size>
11385       </method>
11386       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
11387         <size>8</size>
11388       </method>
11389     </type>
11390     <type name="testcase.Program">
11391       <method name="Void .ctor()">
11392         <size>7</size>
11393       </method>
11394       <method name="Int32 Main()">
11395         <size>75</size>
11396       </method>
11397     </type>
11398   </test>
11399   <test name="gtest-435.cs">
11400     <type name="testcase.Program">
11401       <method name="Void .ctor()">
11402         <size>7</size>
11403       </method>
11404       <method name="Int32 Main()">
11405         <size>258</size>
11406       </method>
11407     </type>
11408   </test>
11409   <test name="gtest-436.cs">
11410     <type name="SomeClass">
11411       <method name="Void .ctor()">
11412         <size>7</size>
11413       </method>
11414       <method name="Int32 Main()">
11415         <size>2</size>
11416       </method>
11417     </type>
11418   </test>
11419   <test name="gtest-438.cs">
11420     <type name="Tests">
11421       <method name="Void .ctor()">
11422         <size>7</size>
11423       </method>
11424       <method name="ServiceType GetService[ServiceType](System.Object[])">
11425         <size>17</size>
11426       </method>
11427       <method name="Int32 Main()">
11428         <size>19</size>
11429       </method>
11430     </type>
11431   </test>
11432   <test name="gtest-439.cs">
11433     <type name="MonoBug.Stuff">
11434       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
11435         <size>8</size>
11436       </method>
11437     </type>
11438     <type name="MonoBug.GenericStuff`2[T1,T2]">
11439       <method name="Void .ctor(T1, T2)">
11440         <size>21</size>
11441       </method>
11442     </type>
11443     <type name="MonoBug.Program">
11444       <method name="Void Main()">
11445         <size>35</size>
11446       </method>
11447     </type>
11448   </test>
11449   <test name="gtest-440.cs">
11450     <type name="AnyObjectId">
11451       <method name="Void .ctor()">
11452         <size>7</size>
11453       </method>
11454       <method name="Int32 get_W1()">
11455         <size>7</size>
11456       </method>
11457       <method name="Void set_W1(Int32)">
11458         <size>8</size>
11459       </method>
11460     </type>
11461     <type name="ObjectId">
11462       <method name="Void .ctor()">
11463         <size>14</size>
11464       </method>
11465       <method name="Void Main()">
11466         <size>1</size>
11467       </method>
11468     </type>
11469   </test>
11470   <test name="gtest-441.cs">
11471     <type name="Name.Test">
11472       <method name="Void .ctor()">
11473         <size>7</size>
11474       </method>
11475     </type>
11476     <type name="Name.Subclass">
11477       <method name="Void .ctor()">
11478         <size>7</size>
11479       </method>
11480       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
11481         <size>7</size>
11482       </method>
11483       <method name="Void Main(System.String[])">
11484         <size>7</size>
11485       </method>
11486     </type>
11487   </test>
11488   <test name="gtest-442.cs">
11489     <type name="NonGenericBase">
11490       <method name="Void .ctor()">
11491         <size>7</size>
11492       </method>
11493       <method name="Int32 get_Item(Int32)">
11494         <size>0</size>
11495       </method>
11496     </type>
11497     <type name="GenericBase`1[T]">
11498       <method name="Void .ctor()">
11499         <size>7</size>
11500       </method>
11501       <method name="T get_Instance()">
11502         <size>7</size>
11503       </method>
11504       <method name="Void Foo()">
11505         <size>24</size>
11506       </method>
11507     </type>
11508     <type name="EntryPoint">
11509       <method name="Void .ctor()">
11510         <size>7</size>
11511       </method>
11512       <method name="Void Main()">
11513         <size>1</size>
11514       </method>
11515     </type>
11516   </test>
11517   <test name="gtest-443.cs">
11518     <type name="C">
11519       <method name="Void .ctor()">
11520         <size>7</size>
11521       </method>
11522       <method name="Void M[T]()">
11523         <size>28</size>
11524       </method>
11525       <method name="Int32 Main()">
11526         <size>7</size>
11527       </method>
11528     </type>
11529   </test>
11530   <test name="gtest-444.cs">
11531     <type name="MyClass">
11532       <method name="Void .ctor()">
11533         <size>7</size>
11534       </method>
11535       <method name="Int32 Main()">
11536         <size>114</size>
11537       </method>
11538     </type>
11539   </test>
11540   <test name="gtest-445.cs">
11541     <type name="Test">
11542       <method name="Void .ctor()">
11543         <size>7</size>
11544       </method>
11545       <method name="Void Main()">
11546         <size>1</size>
11547       </method>
11548       <method name="Void Foo[T](T ByRef)">
11549         <size>1</size>
11550       </method>
11551       <method name="Void Foo[T](T[])">
11552         <size>1</size>
11553       </method>
11554       <method name="Void Foo[T](T[,])">
11555         <size>1</size>
11556       </method>
11557       <method name="Void Foo[T](T[,,])">
11558         <size>1</size>
11559       </method>
11560       <method name="Void Bar(Int32 ByRef)">
11561         <size>1</size>
11562       </method>
11563       <method name="Void Bar(System.Int32[])">
11564         <size>1</size>
11565       </method>
11566       <method name="Void Bar(System.Int32[,])">
11567         <size>1</size>
11568       </method>
11569       <method name="Void Bar(System.Int32[,,])">
11570         <size>1</size>
11571       </method>
11572     </type>
11573   </test>
11574   <test name="gtest-446.cs">
11575     <type name="BugTest.Bug`1[T]">
11576       <method name="Void .ctor()">
11577         <size>7</size>
11578       </method>
11579       <method name="Void CreateObject(T ByRef)">
11580         <size>42</size>
11581       </method>
11582     </type>
11583     <type name="BugTest.Program">
11584       <method name="Int32 Main()">
11585         <size>16</size>
11586       </method>
11587     </type>
11588   </test>
11589   <test name="gtest-447.cs">
11590     <type name="B">
11591       <method name="Void .ctor()">
11592         <size>7</size>
11593       </method>
11594       <method name="Int32 Main()">
11595         <size>29</size>
11596       </method>
11597     </type>
11598   </test>
11599   <test name="gtest-449.cs">
11600     <type name="Program">
11601       <method name="Void .ctor()">
11602         <size>7</size>
11603       </method>
11604       <method name="Int32 Main()">
11605         <size>59</size>
11606       </method>
11607     </type>
11608   </test>
11609   <test name="gtest-450.cs">
11610     <type name="Program">
11611       <method name="Void .ctor()">
11612         <size>7</size>
11613       </method>
11614       <method name="Int32 Main()">
11615         <size>59</size>
11616       </method>
11617     </type>
11618   </test>
11619   <test name="gtest-453.cs">
11620     <type name="Test.CompilerTest">
11621       <method name="Void .ctor()">
11622         <size>7</size>
11623       </method>
11624       <method name="Int32 Main()">
11625         <size>12</size>
11626       </method>
11627       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
11628         <size>73</size>
11629       </method>
11630       <method name="Void ThisDoesNotWork()">
11631         <size>27</size>
11632       </method>
11633       <method name="Void ThisWorksFine()">
11634         <size>38</size>
11635       </method>
11636     </type>
11637   </test>
11638   <test name="gtest-454.cs">
11639     <type name="TestNS.TestCase">
11640       <method name="Void .ctor()">
11641         <size>7</size>
11642       </method>
11643       <method name="Int32 Compare[T](T[], T[])">
11644         <size>2</size>
11645       </method>
11646       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
11647         <size>30</size>
11648       </method>
11649       <method name="Int32 Main()">
11650         <size>19</size>
11651       </method>
11652     </type>
11653   </test>
11654   <test name="gtest-455.cs">
11655     <type name="ConsoleApplication1.Program">
11656       <method name="Void .ctor()">
11657         <size>7</size>
11658       </method>
11659       <method name="Void Main()">
11660         <size>14</size>
11661       </method>
11662     </type>
11663     <type name="ConsoleApplication1.Inner`1[T]">
11664       <method name="Void .ctor()">
11665         <size>7</size>
11666       </method>
11667       <method name="Void Compare(System.Object, T)">
11668         <size>13</size>
11669       </method>
11670     </type>
11671   </test>
11672   <test name="gtest-456.cs">
11673     <type name="G`1[T]">
11674       <method name="Void .ctor()">
11675         <size>7</size>
11676       </method>
11677     </type>
11678     <type name="G`1+S[T]">
11679       <method name="System.String Test()">
11680         <size>22</size>
11681       </method>
11682     </type>
11683     <type name="C">
11684       <method name="Int32 Main()">
11685         <size>36</size>
11686       </method>
11687       <method name="Void .ctor()">
11688         <size>7</size>
11689       </method>
11690     </type>
11691   </test>
11692   <test name="gtest-457.cs">
11693     <type name="Program">
11694       <method name="Void Foo[T]()">
11695         <size>1</size>
11696       </method>
11697       <method name="Int32 Main()">
11698         <size>2</size>
11699       </method>
11700       <method name="Void .ctor()">
11701         <size>7</size>
11702       </method>
11703     </type>
11704     <type name="Program+C">
11705       <method name="Void .ctor()">
11706         <size>7</size>
11707       </method>
11708     </type>
11709   </test>
11710   <test name="gtest-458.cs">
11711     <type name="MyList`1[T]">
11712       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
11713         <size>2</size>
11714       </method>
11715       <method name="Void .ctor()">
11716         <size>7</size>
11717       </method>
11718     </type>
11719     <type name="MyList`1+Helper`2[T,U,V]">
11720       <method name="Void .ctor()">
11721         <size>7</size>
11722       </method>
11723     </type>
11724     <type name="C">
11725       <method name="Int32 Main()">
11726         <size>13</size>
11727       </method>
11728       <method name="Void .ctor()">
11729         <size>7</size>
11730       </method>
11731     </type>
11732   </test>
11733   <test name="gtest-459.cs">
11734     <type name="GenericTest.OuterGeneric`1[T]">
11735       <method name="Void .ctor()">
11736         <size>7</size>
11737       </method>
11738     </type>
11739     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
11740       <method name="System.String GetTypeNames()">
11741         <size>41</size>
11742       </method>
11743       <method name="Void .ctor()">
11744         <size>7</size>
11745       </method>
11746     </type>
11747     <type name="GenericTest.Program">
11748       <method name="Int32 Main()">
11749         <size>14</size>
11750       </method>
11751       <method name="Void .ctor()">
11752         <size>7</size>
11753       </method>
11754     </type>
11755   </test>
11756   <test name="gtest-460.cs">
11757     <type name="Foo`1[T]">
11758       <method name="Void .ctor()">
11759         <size>7</size>
11760       </method>
11761     </type>
11762     <type name="Foo`1+Bar`1[T,V]">
11763       <method name="Void .ctor()">
11764         <size>7</size>
11765       </method>
11766     </type>
11767     <type name="FooImpl">
11768       <method name="Int32 Main()">
11769         <size>8</size>
11770       </method>
11771       <method name="Void .ctor()">
11772         <size>7</size>
11773       </method>
11774     </type>
11775     <type name="FooImpl+BarImpl">
11776       <method name="Void .ctor()">
11777         <size>7</size>
11778       </method>
11779     </type>
11780   </test>
11781   <test name="gtest-461.cs">
11782     <type name="Test.BaseContext">
11783       <method name="Void .ctor()">
11784         <size>7</size>
11785       </method>
11786     </type>
11787     <type name="Test.MyDataContext">
11788       <method name="Void .ctor()">
11789         <size>7</size>
11790       </method>
11791     </type>
11792     <type name="Test.Entity`1[T]">
11793       <method name="Void .ctor()">
11794         <size>7</size>
11795       </method>
11796     </type>
11797     <type name="Test.Person">
11798       <method name="Void .ctor()">
11799         <size>7</size>
11800       </method>
11801     </type>
11802     <type name="Test.TheBox`1[T]">
11803       <method name="U GetById[U](Guid)">
11804         <size>7</size>
11805       </method>
11806       <method name="Void .ctor()">
11807         <size>7</size>
11808       </method>
11809     </type>
11810     <type name="Test.Program">
11811       <method name="Void Main()">
11812         <size>19</size>
11813       </method>
11814       <method name="Void .ctor()">
11815         <size>7</size>
11816       </method>
11817     </type>
11818   </test>
11819   <test name="gtest-462.cs">
11820     <type name="Program">
11821       <method name="Int32 Main()">
11822         <size>79</size>
11823       </method>
11824       <method name="Void .ctor()">
11825         <size>7</size>
11826       </method>
11827     </type>
11828     <type name="Program+Tester`1[T]">
11829       <method name="T Get(System.Object)">
11830         <size>30</size>
11831       </method>
11832       <method name="Void .ctor()">
11833         <size>7</size>
11834       </method>
11835     </type>
11836   </test>
11837   <test name="gtest-463.cs">
11838     <type name="STuple`1[Ta]">
11839       <method name="Void .ctor(Ta)">
11840         <size>8</size>
11841       </method>
11842     </type>
11843     <type name="C">
11844       <method name="Int32 Main()">
11845         <size>10</size>
11846       </method>
11847       <method name="Void .ctor()">
11848         <size>7</size>
11849       </method>
11850     </type>
11851   </test>
11852   <test name="gtest-464.cs">
11853     <type name="Test">
11854       <method name="Int32 Main()">
11855         <size>28</size>
11856       </method>
11857       <method name="Void .ctor()">
11858         <size>7</size>
11859       </method>
11860     </type>
11861   </test>
11862   <test name="gtest-465.cs">
11863     <type name="DerivedClass">
11864       <method name="Void GenericMethod_1[T]()">
11865         <size>1</size>
11866       </method>
11867       <method name="Void GenericMethod_2[T]()">
11868         <size>1</size>
11869       </method>
11870       <method name="Void GenericMethod_3[T]()">
11871         <size>1</size>
11872       </method>
11873       <method name="Void .ctor()">
11874         <size>7</size>
11875       </method>
11876     </type>
11877     <type name="Program">
11878       <method name="Int32 Main()">
11879         <size>8</size>
11880       </method>
11881       <method name="Void .ctor()">
11882         <size>7</size>
11883       </method>
11884     </type>
11885   </test>
11886   <test name="gtest-466.cs">
11887     <type name="Program">
11888       <method name="Boolean Test[T](T)">
11889         <size>10</size>
11890       </method>
11891       <method name="Int32 Main()">
11892         <size>40</size>
11893       </method>
11894       <method name="Void .ctor()">
11895         <size>7</size>
11896       </method>
11897     </type>
11898   </test>
11899   <test name="gtest-467.cs">
11900     <type name="S">
11901       <method name="Int32 Main()">
11902         <size>79</size>
11903       </method>
11904     </type>
11905     <type name="A">
11906       <method name="A op_Implicit(S)">
11907         <size>6</size>
11908       </method>
11909       <method name="Void .ctor()">
11910         <size>7</size>
11911       </method>
11912     </type>
11913     <type name="B">
11914       <method name="Void .ctor()">
11915         <size>7</size>
11916       </method>
11917     </type>
11918   </test>
11919   <test name="gtest-468.cs">
11920     <type name="TS">
11921       <method name="Nullable`1 get_v()">
11922         <size>7</size>
11923       </method>
11924       <method name="Int32 Main()">
11925         <size>43</size>
11926       </method>
11927       <method name="Nullable`1 op_Implicit(TS)">
11928         <size>7</size>
11929       </method>
11930       <method name="TS op_Implicit(Nullable`1)">
11931         <size>2</size>
11932       </method>
11933       <method name="Void .ctor()">
11934         <size>7</size>
11935       </method>
11936     </type>
11937   </test>
11938   <test name="gtest-469.cs">
11939     <type name="Foo`2[T1,T2]">
11940       <method name="Void .ctor(T2)">
11941         <size>7</size>
11942       </method>
11943     </type>
11944     <type name="Bar">
11945       <method name="Int32 Main()">
11946         <size>13</size>
11947       </method>
11948       <method name="Void .ctor()">
11949         <size>7</size>
11950       </method>
11951     </type>
11952   </test>
11953   <test name="gtest-anon-1.cs">
11954     <type name="X">
11955       <method name="Void .ctor()">
11956         <size>7</size>
11957       </method>
11958       <method name="Void Hello[U](U)">
11959         <size>1</size>
11960       </method>
11961       <method name="Void Test[T](T)">
11962         <size>64</size>
11963       </method>
11964       <method name="Void Main()">
11965         <size>14</size>
11966       </method>
11967     </type>
11968     <type name="Foo">
11969       <method name="Void .ctor(Object, IntPtr)">
11970         <size>0</size>
11971       </method>
11972       <method name="Void Invoke()">
11973         <size>0</size>
11974       </method>
11975       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11976         <size>0</size>
11977       </method>
11978       <method name="Void EndInvoke(IAsyncResult)">
11979         <size>0</size>
11980       </method>
11981     </type>
11982     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
11983       <method name="Void .ctor()">
11984         <size>7</size>
11985       </method>
11986       <method name="Void &lt;&gt;m__0()">
11987         <size>18</size>
11988       </method>
11989     </type>
11990   </test>
11991   <test name="gtest-anon-10.cs">
11992     <type name="X">
11993       <method name="Void .ctor()">
11994         <size>7</size>
11995       </method>
11996       <method name="IEnumerable`1 Test[T](T, T)">
11997         <size>44</size>
11998       </method>
11999       <method name="Int32 Main()">
12000         <size>95</size>
12001       </method>
12002     </type>
12003     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
12004       <method name="Void .ctor()">
12005         <size>7</size>
12006       </method>
12007       <method name="System.Object System.Collections.IEnumerator.get_Current()">
12008         <size>12</size>
12009       </method>
12010       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12011         <size>7</size>
12012       </method>
12013       <method name="Boolean MoveNext()">
12014         <size>110</size>
12015       </method>
12016       <method name="Void Dispose()">
12017         <size>8</size>
12018       </method>
12019       <method name="Void Reset()">
12020         <size>6</size>
12021       </method>
12022       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
12023         <size>7</size>
12024       </method>
12025       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12026         <size>52</size>
12027       </method>
12028     </type>
12029   </test>
12030   <test name="gtest-anon-11.cs">
12031     <type name="Test`1[R]">
12032       <method name="Void .ctor()">
12033         <size>7</size>
12034       </method>
12035       <method name="Void World[S,T](S, T)">
12036         <size>1</size>
12037       </method>
12038       <method name="Void Hello[U,V](U, V)">
12039         <size>41</size>
12040       </method>
12041     </type>
12042     <type name="X">
12043       <method name="Void .ctor()">
12044         <size>7</size>
12045       </method>
12046       <method name="Void Main()">
12047         <size>21</size>
12048       </method>
12049     </type>
12050     <type name="Foo">
12051       <method name="Void .ctor(Object, IntPtr)">
12052         <size>0</size>
12053       </method>
12054       <method name="Void Invoke()">
12055         <size>0</size>
12056       </method>
12057       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12058         <size>0</size>
12059       </method>
12060       <method name="Void EndInvoke(IAsyncResult)">
12061         <size>0</size>
12062       </method>
12063     </type>
12064     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
12065       <method name="Void .ctor()">
12066         <size>7</size>
12067       </method>
12068       <method name="Void &lt;&gt;m__0()">
12069         <size>24</size>
12070       </method>
12071     </type>
12072   </test>
12073   <test name="gtest-anon-12.cs">
12074     <type name="World`1[T]">
12075       <method name="Void .ctor()">
12076         <size>7</size>
12077       </method>
12078       <method name="Void Hello[U](U)">
12079         <size>1</size>
12080       </method>
12081       <method name="Void Test(T)">
12082         <size>46</size>
12083       </method>
12084     </type>
12085     <type name="X">
12086       <method name="Void .ctor()">
12087         <size>7</size>
12088       </method>
12089       <method name="Void Main()">
12090         <size>18</size>
12091       </method>
12092     </type>
12093     <type name="Foo">
12094       <method name="Void .ctor(Object, IntPtr)">
12095         <size>0</size>
12096       </method>
12097       <method name="Void Invoke()">
12098         <size>0</size>
12099       </method>
12100       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12101         <size>0</size>
12102       </method>
12103       <method name="Void EndInvoke(IAsyncResult)">
12104         <size>0</size>
12105       </method>
12106     </type>
12107     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
12108       <method name="Void .ctor()">
12109         <size>7</size>
12110       </method>
12111       <method name="Void &lt;&gt;m__0()">
12112         <size>18</size>
12113       </method>
12114     </type>
12115   </test>
12116   <test name="gtest-anon-13.cs">
12117     <type name="X">
12118       <method name="Void .ctor()">
12119         <size>7</size>
12120       </method>
12121       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
12122         <size>13</size>
12123       </method>
12124       <method name="Void Main()">
12125         <size>1</size>
12126       </method>
12127     </type>
12128     <type name="X+ModuleBinder`1[T]">
12129       <method name="Void .ctor(Object, IntPtr)">
12130         <size>0</size>
12131       </method>
12132       <method name="T Invoke(System.Object)">
12133         <size>0</size>
12134       </method>
12135       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
12136         <size>0</size>
12137       </method>
12138       <method name="T EndInvoke(IAsyncResult)">
12139         <size>0</size>
12140       </method>
12141     </type>
12142     <type name="X">
12143       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
12144         <size>7</size>
12145       </method>
12146     </type>
12147   </test>
12148   <test name="gtest-anon-14.cs">
12149     <type name="T">
12150       <method name="Void .ctor()">
12151         <size>7</size>
12152       </method>
12153       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
12154         <size>1</size>
12155       </method>
12156       <method name="Void SomeCaller()">
12157         <size>36</size>
12158       </method>
12159       <method name="Void Main()">
12160         <size>1</size>
12161       </method>
12162       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
12163         <size>2</size>
12164       </method>
12165     </type>
12166   </test>
12167   <test name="gtest-anon-15.cs">
12168     <type name="Test`1[T]">
12169       <method name="Void .ctor()">
12170         <size>7</size>
12171       </method>
12172       <method name="Void Hello[S](T, S)">
12173         <size>42</size>
12174       </method>
12175     </type>
12176     <type name="X">
12177       <method name="Void .ctor()">
12178         <size>7</size>
12179       </method>
12180       <method name="Void Main()">
12181         <size>16</size>
12182       </method>
12183     </type>
12184     <type name="Foo`1[V]">
12185       <method name="Void .ctor(Object, IntPtr)">
12186         <size>0</size>
12187       </method>
12188       <method name="Void Invoke(V)">
12189         <size>0</size>
12190       </method>
12191       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
12192         <size>0</size>
12193       </method>
12194       <method name="Void EndInvoke(IAsyncResult)">
12195         <size>0</size>
12196       </method>
12197     </type>
12198     <type name="Bar`1[W]">
12199       <method name="Void .ctor(Object, IntPtr)">
12200         <size>0</size>
12201       </method>
12202       <method name="Void Invoke(W)">
12203         <size>0</size>
12204       </method>
12205       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
12206         <size>0</size>
12207       </method>
12208       <method name="Void EndInvoke(IAsyncResult)">
12209         <size>0</size>
12210       </method>
12211     </type>
12212     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
12213       <method name="Void .ctor()">
12214         <size>7</size>
12215       </method>
12216       <method name="Void &lt;&gt;m__0(Int64)">
12217         <size>57</size>
12218       </method>
12219     </type>
12220     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
12221       <method name="Void .ctor()">
12222         <size>7</size>
12223       </method>
12224       <method name="Void &lt;&gt;m__1(T)">
12225         <size>65</size>
12226       </method>
12227     </type>
12228   </test>
12229   <test name="gtest-anon-16.cs">
12230     <type name="A">
12231       <method name="Void .ctor(TestFunc`1)">
12232         <size>7</size>
12233       </method>
12234       <method name="Void Main()">
12235         <size>1</size>
12236       </method>
12237     </type>
12238     <type name="TestClass">
12239       <method name="Void .ctor()">
12240         <size>47</size>
12241       </method>
12242       <method name="Void Func[T](TestFunc`1[T])">
12243         <size>1</size>
12244       </method>
12245     </type>
12246     <type name="TestFunc`1[T]">
12247       <method name="Void .ctor(Object, IntPtr)">
12248         <size>0</size>
12249       </method>
12250       <method name="Void Invoke(T)">
12251         <size>0</size>
12252       </method>
12253       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
12254         <size>0</size>
12255       </method>
12256       <method name="Void EndInvoke(IAsyncResult)">
12257         <size>0</size>
12258       </method>
12259     </type>
12260     <type name="TestClass">
12261       <method name="Void &lt;a&gt;m__0(Int32)">
12262         <size>1</size>
12263       </method>
12264     </type>
12265   </test>
12266   <test name="gtest-anon-17.cs">
12267     <type name="C">
12268       <method name="Void .ctor()">
12269         <size>7</size>
12270       </method>
12271       <method name="Void Test[T,U](C+Func`1[T], U)">
12272         <size>1</size>
12273       </method>
12274       <method name="Void Main()">
12275         <size>75</size>
12276       </method>
12277     </type>
12278     <type name="C+Func`1[T]">
12279       <method name="Void .ctor(Object, IntPtr)">
12280         <size>0</size>
12281       </method>
12282       <method name="T Invoke(T)">
12283         <size>0</size>
12284       </method>
12285       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
12286         <size>0</size>
12287       </method>
12288       <method name="T EndInvoke(IAsyncResult)">
12289         <size>0</size>
12290       </method>
12291     </type>
12292     <type name="C">
12293       <method name="Int32 &lt;Main&gt;m__0(Int32)">
12294         <size>2</size>
12295       </method>
12296       <method name="Int32 &lt;Main&gt;m__1(Int32)">
12297         <size>2</size>
12298       </method>
12299     </type>
12300   </test>
12301   <test name="gtest-anon-18.cs">
12302     <type name="C">
12303       <method name="Void .ctor()">
12304         <size>7</size>
12305       </method>
12306       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
12307         <size>10</size>
12308       </method>
12309       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
12310         <size>10</size>
12311       </method>
12312       <method name="Void Test2[T]()">
12313         <size>19</size>
12314       </method>
12315       <method name="Void Main()">
12316         <size>100</size>
12317       </method>
12318     </type>
12319     <type name="C+Func`2[TR,TA]">
12320       <method name="Void .ctor(Object, IntPtr)">
12321         <size>0</size>
12322       </method>
12323       <method name="TR Invoke(TA)">
12324         <size>0</size>
12325       </method>
12326       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
12327         <size>0</size>
12328       </method>
12329       <method name="TR EndInvoke(IAsyncResult)">
12330         <size>0</size>
12331       </method>
12332     </type>
12333     <type name="C">
12334       <method name="Int32 &lt;Main&gt;m__1(Int32)">
12335         <size>16</size>
12336       </method>
12337       <method name="System.String &lt;Main&gt;m__2(Int32)">
12338         <size>6</size>
12339       </method>
12340       <method name="System.String &lt;Main&gt;m__3(Int32)">
12341         <size>6</size>
12342       </method>
12343       <method name="T &lt;Test2`1&gt;m__0[T](T)">
12344         <size>2</size>
12345       </method>
12346     </type>
12347   </test>
12348   <test name="gtest-anon-19.cs">
12349     <type name="Test">
12350       <method name="Void .ctor()">
12351         <size>7</size>
12352       </method>
12353       <method name="Void TestNaturalSort()">
12354         <size>31</size>
12355       </method>
12356       <method name="Void Main()">
12357         <size>6</size>
12358       </method>
12359     </type>
12360     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
12361       <method name="Void .ctor()">
12362         <size>7</size>
12363       </method>
12364       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
12365         <size>113</size>
12366       </method>
12367     </type>
12368     <type name="Test">
12369       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
12370         <size>106</size>
12371       </method>
12372     </type>
12373     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
12374       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
12375         <size>113</size>
12376       </method>
12377     </type>
12378   </test>
12379   <test name="gtest-anon-2.cs">
12380     <type name="X">
12381       <method name="Void .ctor()">
12382         <size>7</size>
12383       </method>
12384       <method name="Void Hello[U](U)">
12385         <size>1</size>
12386       </method>
12387       <method name="Void Test[T](T)">
12388         <size>71</size>
12389       </method>
12390       <method name="Void Main()">
12391         <size>14</size>
12392       </method>
12393     </type>
12394     <type name="Simple">
12395       <method name="Void .ctor(Object, IntPtr)">
12396         <size>0</size>
12397       </method>
12398       <method name="Void Invoke()">
12399         <size>0</size>
12400       </method>
12401       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12402         <size>0</size>
12403       </method>
12404       <method name="Void EndInvoke(IAsyncResult)">
12405         <size>0</size>
12406       </method>
12407     </type>
12408     <type name="Foo">
12409       <method name="Void .ctor(Object, IntPtr)">
12410         <size>0</size>
12411       </method>
12412       <method name="Simple Invoke()">
12413         <size>0</size>
12414       </method>
12415       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12416         <size>0</size>
12417       </method>
12418       <method name="Simple EndInvoke(IAsyncResult)">
12419         <size>0</size>
12420       </method>
12421     </type>
12422     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
12423       <method name="Void .ctor()">
12424         <size>7</size>
12425       </method>
12426       <method name="Simple &lt;&gt;m__0()">
12427         <size>55</size>
12428       </method>
12429     </type>
12430     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
12431       <method name="Void .ctor()">
12432         <size>7</size>
12433       </method>
12434       <method name="Void &lt;&gt;m__1()">
12435         <size>50</size>
12436       </method>
12437     </type>
12438   </test>
12439   <test name="gtest-anon-21.cs">
12440     <type name="BaseObject">
12441       <method name="Void .ctor()">
12442         <size>7</size>
12443       </method>
12444       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
12445         <size>53</size>
12446       </method>
12447       <method name="T MakeSomething[T]()">
12448         <size>7</size>
12449       </method>
12450       <method name="Int32 Main()">
12451         <size>10</size>
12452       </method>
12453       <method name="Void Closure(EmptyDelegate)">
12454         <size>1</size>
12455       </method>
12456     </type>
12457     <type name="EmptyDelegate">
12458       <method name="Void .ctor(Object, IntPtr)">
12459         <size>0</size>
12460       </method>
12461       <method name="Void Invoke()">
12462         <size>0</size>
12463       </method>
12464       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12465         <size>0</size>
12466       </method>
12467       <method name="Void EndInvoke(IAsyncResult)">
12468         <size>0</size>
12469       </method>
12470     </type>
12471     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
12472       <method name="Void .ctor()">
12473         <size>7</size>
12474       </method>
12475       <method name="Void &lt;&gt;m__0()">
12476         <size>17</size>
12477       </method>
12478     </type>
12479   </test>
12480   <test name="gtest-anon-22.cs">
12481     <type name="C">
12482       <method name="Void .ctor()">
12483         <size>7</size>
12484       </method>
12485       <method name="Int32 Foo(D1)">
12486         <size>2</size>
12487       </method>
12488       <method name="Int32 Foo(D2)">
12489         <size>2</size>
12490       </method>
12491       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
12492         <size>2</size>
12493       </method>
12494       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
12495         <size>2</size>
12496       </method>
12497       <method name="Int32 Main()">
12498         <size>82</size>
12499       </method>
12500     </type>
12501     <type name="D1">
12502       <method name="Void .ctor(Object, IntPtr)">
12503         <size>0</size>
12504       </method>
12505       <method name="Int32 Invoke()">
12506         <size>0</size>
12507       </method>
12508       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12509         <size>0</size>
12510       </method>
12511       <method name="Int32 EndInvoke(IAsyncResult)">
12512         <size>0</size>
12513       </method>
12514     </type>
12515     <type name="D2">
12516       <method name="Void .ctor(Object, IntPtr)">
12517         <size>0</size>
12518       </method>
12519       <method name="Int64 Invoke()">
12520         <size>0</size>
12521       </method>
12522       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12523         <size>0</size>
12524       </method>
12525       <method name="Int64 EndInvoke(IAsyncResult)">
12526         <size>0</size>
12527       </method>
12528     </type>
12529     <type name="C">
12530       <method name="Int32 &lt;Main&gt;m__0()">
12531         <size>2</size>
12532       </method>
12533     </type>
12534   </test>
12535   <test name="gtest-anon-23.cs">
12536     <type name="MemberAccessData">
12537       <method name="Void .ctor()">
12538         <size>7</size>
12539       </method>
12540       <method name="Void set_MyTypeProperty(Nullable`1)">
12541         <size>8</size>
12542       </method>
12543       <method name="Nullable`1 get_MyTypeProperty()">
12544         <size>7</size>
12545       </method>
12546     </type>
12547     <type name="C">
12548       <method name="Void .ctor()">
12549         <size>7</size>
12550       </method>
12551       <method name="Void Test(C+D)">
12552         <size>1</size>
12553       </method>
12554       <method name="Void Main()">
12555         <size>200</size>
12556       </method>
12557     </type>
12558     <type name="C+D">
12559       <method name="Void .ctor(Object, IntPtr)">
12560         <size>0</size>
12561       </method>
12562       <method name="Void Invoke()">
12563         <size>0</size>
12564       </method>
12565       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12566         <size>0</size>
12567       </method>
12568       <method name="Void EndInvoke(IAsyncResult)">
12569         <size>0</size>
12570       </method>
12571     </type>
12572     <type name="C+&lt;Main&gt;c__AnonStorey0">
12573       <method name="Void .ctor()">
12574         <size>7</size>
12575       </method>
12576       <method name="Void &lt;&gt;m__0()">
12577         <size>38</size>
12578       </method>
12579       <method name="Void &lt;&gt;m__1()">
12580         <size>32</size>
12581       </method>
12582     </type>
12583     <type name="C">
12584       <method name="Void &lt;Main&gt;m__2()">
12585         <size>16</size>
12586       </method>
12587       <method name="Void &lt;Main&gt;m__3()">
12588         <size>16</size>
12589       </method>
12590       <method name="Void &lt;Main&gt;m__4()">
12591         <size>61</size>
12592       </method>
12593       <method name="Void &lt;Main&gt;m__5()">
12594         <size>53</size>
12595       </method>
12596     </type>
12597     <type name="&lt;PrivateImplementationDetails&gt;">
12598       <method name="Void .ctor()">
12599         <size>7</size>
12600       </method>
12601     </type>
12602   </test>
12603   <test name="gtest-anon-24.cs">
12604     <type name="Disposable`1[T]">
12605       <method name="Void .ctor()">
12606         <size>7</size>
12607       </method>
12608       <method name="Void Dispose()">
12609         <size>1</size>
12610       </method>
12611     </type>
12612     <type name="Test">
12613       <method name="Void .ctor()">
12614         <size>7</size>
12615       </method>
12616       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
12617         <size>38</size>
12618       </method>
12619       <method name="System.Func`1[T] Throw[T](T)">
12620         <size>26</size>
12621       </method>
12622       <method name="System.Func`1[T] Do[T](T)">
12623         <size>26</size>
12624       </method>
12625       <method name="System.Func`1[T] Lock[T](T)">
12626         <size>26</size>
12627       </method>
12628       <method name="System.Func`1[T] Catch[T](T)">
12629         <size>26</size>
12630       </method>
12631       <method name="System.Func`1[T] Finally[T](T)">
12632         <size>26</size>
12633       </method>
12634       <method name="System.Func`1[T] Using[T](T)">
12635         <size>57</size>
12636       </method>
12637       <method name="System.Func`1[T] Switch[T](T)">
12638         <size>38</size>
12639       </method>
12640       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
12641         <size>26</size>
12642       </method>
12643       <method name="Int32 Main()">
12644         <size>431</size>
12645       </method>
12646     </type>
12647     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
12648       <method name="Void .ctor()">
12649         <size>7</size>
12650       </method>
12651       <method name="T[] &lt;&gt;m__0()">
12652         <size>56</size>
12653       </method>
12654     </type>
12655     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
12656       <method name="Void .ctor()">
12657         <size>7</size>
12658       </method>
12659       <method name="T &lt;&gt;m__1()">
12660         <size>23</size>
12661       </method>
12662     </type>
12663     <type name="Test+&lt;Do&gt;c__AnonStorey2`1[T]">
12664       <method name="Void .ctor()">
12665         <size>7</size>
12666       </method>
12667       <method name="T &lt;&gt;m__2()">
12668         <size>28</size>
12669       </method>
12670     </type>
12671     <type name="Test+&lt;Lock&gt;c__AnonStorey3`1[T]">
12672       <method name="Void .ctor()">
12673         <size>7</size>
12674       </method>
12675       <method name="T &lt;&gt;m__3()">
12676         <size>65</size>
12677       </method>
12678     </type>
12679     <type name="Test+&lt;Catch&gt;c__AnonStorey4`1[T]">
12680       <method name="Void .ctor()">
12681         <size>7</size>
12682       </method>
12683       <method name="T &lt;&gt;m__4()">
12684         <size>48</size>
12685       </method>
12686     </type>
12687     <type name="Test+&lt;Finally&gt;c__AnonStorey5`1[T]">
12688       <method name="Void .ctor()">
12689         <size>7</size>
12690       </method>
12691       <method name="T &lt;&gt;m__5()">
12692         <size>50</size>
12693       </method>
12694     </type>
12695     <type name="Test+&lt;Using&gt;c__AnonStorey6`1[T]">
12696       <method name="Void .ctor()">
12697         <size>7</size>
12698       </method>
12699       <method name="T &lt;&gt;m__6()">
12700         <size>7</size>
12701       </method>
12702     </type>
12703     <type name="Test+&lt;Switch&gt;c__AnonStorey7`1[T]">
12704       <method name="Void .ctor()">
12705         <size>7</size>
12706       </method>
12707       <method name="T &lt;&gt;m__7()">
12708         <size>35</size>
12709       </method>
12710     </type>
12711     <type name="Test+&lt;ForForeach&gt;c__AnonStorey8`1[T]">
12712       <method name="Void .ctor()">
12713         <size>7</size>
12714       </method>
12715       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__8()">
12716         <size>56</size>
12717       </method>
12718     </type>
12719     <type name="Test">
12720       <method name="Void ArrayMutate[T](T[])">
12721         <size>27</size>
12722       </method>
12723     </type>
12724     <type name="Test+&lt;ArrayMutate&gt;c__AnonStorey9`1[T]">
12725       <method name="Void .ctor()">
12726         <size>7</size>
12727       </method>
12728       <method name="Void &lt;&gt;m__9(Int32)">
12729         <size>36</size>
12730       </method>
12731     </type>
12732     <type name="Test">
12733       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
12734         <size>26</size>
12735       </method>
12736     </type>
12737     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyA`1[T]">
12738       <method name="Void .ctor()">
12739         <size>7</size>
12740       </method>
12741       <method name="T[][] &lt;&gt;m__A()">
12742         <size>48</size>
12743       </method>
12744     </type>
12745   </test>
12746   <test name="gtest-anon-25.cs">
12747     <type name="HS`1[T]">
12748       <method name="Void .ctor(IEqualityComparer`1)">
12749         <size>7</size>
12750       </method>
12751     </type>
12752     <type name="Test">
12753       <method name="Void .ctor()">
12754         <size>7</size>
12755       </method>
12756       <method name="Void Foo[T](IEqualityComparer`1)">
12757         <size>27</size>
12758       </method>
12759       <method name="Int32 Main()">
12760         <size>8</size>
12761       </method>
12762     </type>
12763     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
12764       <method name="Void .ctor()">
12765         <size>7</size>
12766       </method>
12767       <method name="HS`1[T] &lt;&gt;m__0()">
12768         <size>12</size>
12769       </method>
12770     </type>
12771   </test>
12772   <test name="gtest-anon-26.cs">
12773     <type name="MonoBugs.BrokenGenericCast">
12774       <method name="Void .ctor()">
12775         <size>7</size>
12776       </method>
12777       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
12778         <size>13</size>
12779       </method>
12780       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
12781         <size>13</size>
12782       </method>
12783       <method name="Void Main()">
12784         <size>1</size>
12785       </method>
12786       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
12787         <size>12</size>
12788       </method>
12789       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
12790         <size>12</size>
12791       </method>
12792     </type>
12793   </test>
12794   <test name="gtest-anon-27.cs">
12795     <type name="BaseDataObjectFactory">
12796       <method name="Void .ctor()">
12797         <size>7</size>
12798       </method>
12799       <method name="T GetBusinessQueryObjectFromReader[T]()">
12800         <size>8</size>
12801       </method>
12802       <method name="T[] GetQueryObjects[T](System.String)">
12803         <size>0</size>
12804       </method>
12805     </type>
12806     <type name="BusinessQueryObject">
12807       <method name="Void .ctor()">
12808         <size>7</size>
12809       </method>
12810     </type>
12811     <type name="MySqlDataObjectFactory">
12812       <method name="Void .ctor()">
12813         <size>7</size>
12814       </method>
12815       <method name="T[] GetQueryObjects[T](System.String)">
12816         <size>63</size>
12817       </method>
12818       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
12819         <size>1</size>
12820       </method>
12821     </type>
12822     <type name="C">
12823       <method name="Void .ctor()">
12824         <size>7</size>
12825       </method>
12826       <method name="Void Main()">
12827         <size>1</size>
12828       </method>
12829     </type>
12830     <type name="MySqlDataObjectFactory+PerformActionWithReader">
12831       <method name="Void .ctor(Object, IntPtr)">
12832         <size>0</size>
12833       </method>
12834       <method name="Void Invoke()">
12835         <size>0</size>
12836       </method>
12837       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12838         <size>0</size>
12839       </method>
12840       <method name="Void EndInvoke(IAsyncResult)">
12841         <size>0</size>
12842       </method>
12843     </type>
12844     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
12845       <method name="Void .ctor()">
12846         <size>7</size>
12847       </method>
12848       <method name="Void &lt;&gt;m__0()">
12849         <size>17</size>
12850       </method>
12851     </type>
12852   </test>
12853   <test name="gtest-anon-28.cs">
12854     <type name="A">
12855       <method name="Void .ctor()">
12856         <size>7</size>
12857       </method>
12858       <method name="Void Foo[T]()">
12859         <size>0</size>
12860       </method>
12861     </type>
12862     <type name="B">
12863       <method name="Void .ctor()">
12864         <size>7</size>
12865       </method>
12866       <method name="Void Foo[T]()">
12867         <size>14</size>
12868       </method>
12869       <method name="Void Main()">
12870         <size>1</size>
12871       </method>
12872     </type>
12873     <type name="B+Del">
12874       <method name="Void .ctor(Object, IntPtr)">
12875         <size>0</size>
12876       </method>
12877       <method name="Void Invoke()">
12878         <size>0</size>
12879       </method>
12880       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12881         <size>0</size>
12882       </method>
12883       <method name="Void EndInvoke(IAsyncResult)">
12884         <size>0</size>
12885       </method>
12886     </type>
12887     <type name="B">
12888       <method name="Void &lt;Foo`1&gt;m__0[T]()">
12889         <size>7</size>
12890       </method>
12891     </type>
12892   </test>
12893   <test name="gtest-anon-29.cs">
12894     <type name="Test">
12895       <method name="Void .ctor()">
12896         <size>7</size>
12897       </method>
12898       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
12899         <size>17</size>
12900       </method>
12901       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
12902         <size>32</size>
12903       </method>
12904       <method name="T Item[T](IList`1)">
12905         <size>7</size>
12906       </method>
12907       <method name="T GetSingleItem[T](IList`1)">
12908         <size>10</size>
12909       </method>
12910       <method name="Void Main()">
12911         <size>15</size>
12912       </method>
12913     </type>
12914     <type name="Test+Creator`1[T]">
12915       <method name="Void .ctor(Object, IntPtr)">
12916         <size>0</size>
12917       </method>
12918       <method name="T Invoke()">
12919         <size>0</size>
12920       </method>
12921       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12922         <size>0</size>
12923       </method>
12924       <method name="T EndInvoke(IAsyncResult)">
12925         <size>0</size>
12926       </method>
12927     </type>
12928     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
12929       <method name="Void .ctor()">
12930         <size>7</size>
12931       </method>
12932       <method name="T &lt;&gt;m__0()">
12933         <size>12</size>
12934       </method>
12935     </type>
12936   </test>
12937   <test name="gtest-anon-3.cs">
12938     <type name="X">
12939       <method name="Void .ctor()">
12940         <size>7</size>
12941       </method>
12942       <method name="Void Hello[U](U)">
12943         <size>1</size>
12944       </method>
12945       <method name="Void Test[T](T)">
12946         <size>28</size>
12947       </method>
12948       <method name="Void Main()">
12949         <size>14</size>
12950       </method>
12951     </type>
12952     <type name="Foo`1[S]">
12953       <method name="Void .ctor(Object, IntPtr)">
12954         <size>0</size>
12955       </method>
12956       <method name="Void Invoke(S)">
12957         <size>0</size>
12958       </method>
12959       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
12960         <size>0</size>
12961       </method>
12962       <method name="Void EndInvoke(IAsyncResult)">
12963         <size>0</size>
12964       </method>
12965     </type>
12966     <type name="X">
12967       <method name="Void &lt;Test`1&gt;m__0[T](T)">
12968         <size>8</size>
12969       </method>
12970     </type>
12971   </test>
12972   <test name="gtest-anon-30.cs">
12973     <type name="X">
12974       <method name="Void .ctor()">
12975         <size>7</size>
12976       </method>
12977       <method name="Void Hello[U](U)">
12978         <size>1</size>
12979       </method>
12980       <method name="Void Test[T](T)">
12981         <size>46</size>
12982       </method>
12983       <method name="Void Main()">
12984         <size>1</size>
12985       </method>
12986     </type>
12987     <type name="Simple">
12988       <method name="Void .ctor(Object, IntPtr)">
12989         <size>0</size>
12990       </method>
12991       <method name="Void Invoke()">
12992         <size>0</size>
12993       </method>
12994       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12995         <size>0</size>
12996       </method>
12997       <method name="Void EndInvoke(IAsyncResult)">
12998         <size>0</size>
12999       </method>
13000     </type>
13001     <type name="Foo">
13002       <method name="Void .ctor(Object, IntPtr)">
13003         <size>0</size>
13004       </method>
13005       <method name="Simple Invoke()">
13006         <size>0</size>
13007       </method>
13008       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13009         <size>0</size>
13010       </method>
13011       <method name="Simple EndInvoke(IAsyncResult)">
13012         <size>0</size>
13013       </method>
13014     </type>
13015     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
13016       <method name="Void .ctor()">
13017         <size>7</size>
13018       </method>
13019       <method name="Simple &lt;&gt;m__0()">
13020         <size>55</size>
13021       </method>
13022     </type>
13023     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
13024       <method name="Void .ctor()">
13025         <size>7</size>
13026       </method>
13027       <method name="Void &lt;&gt;m__1()">
13028         <size>50</size>
13029       </method>
13030     </type>
13031   </test>
13032   <test name="gtest-anon-31.cs">
13033     <type name="A">
13034       <method name="Void Fail[X]()">
13035         <size>25</size>
13036       </method>
13037       <method name="Void Main()">
13038         <size>1</size>
13039       </method>
13040     </type>
13041     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
13042       <method name="Void .ctor()">
13043         <size>7</size>
13044       </method>
13045       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
13046         <size>36</size>
13047       </method>
13048       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
13049         <size>1</size>
13050       </method>
13051     </type>
13052   </test>
13053   <test name="gtest-anon-32.cs">
13054     <type name="Program">
13055       <method name="Void .ctor()">
13056         <size>7</size>
13057       </method>
13058       <method name="Void Foo[T](IList`1)">
13059         <size>31</size>
13060       </method>
13061       <method name="Void Assert(System.Action`1[System.Int32])">
13062         <size>9</size>
13063       </method>
13064       <method name="Void Main(System.String[])">
13065         <size>7</size>
13066       </method>
13067     </type>
13068     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
13069       <method name="Void .ctor()">
13070         <size>7</size>
13071       </method>
13072       <method name="Void &lt;&gt;m__0(Int32)">
13073         <size>18</size>
13074       </method>
13075     </type>
13076   </test>
13077   <test name="gtest-anon-33.cs">
13078     <type name="IEnumerableRocks">
13079       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
13080         <size>33</size>
13081       </method>
13082       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
13083         <size>126</size>
13084       </method>
13085     </type>
13086     <type name="Test">
13087       <method name="Void .ctor()">
13088         <size>7</size>
13089       </method>
13090       <method name="Void Main()">
13091         <size>67</size>
13092       </method>
13093       <method name="System.String &lt;Main&gt;m__1(System.String)">
13094         <size>17</size>
13095       </method>
13096     </type>
13097     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
13098       <method name="Void .ctor()">
13099         <size>7</size>
13100       </method>
13101       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
13102         <size>34</size>
13103       </method>
13104     </type>
13105   </test>
13106   <test name="gtest-anon-34.cs">
13107     <type name="MyClass">
13108       <method name="Void .ctor()">
13109         <size>18</size>
13110       </method>
13111       <method name="Int32 get_Answer()">
13112         <size>7</size>
13113       </method>
13114       <method name="Void set_Answer(Int32)">
13115         <size>8</size>
13116       </method>
13117     </type>
13118     <type name="Test">
13119       <method name="Void .ctor()">
13120         <size>7</size>
13121       </method>
13122       <method name="Int32 Main()">
13123         <size>82</size>
13124       </method>
13125     </type>
13126     <type name="Test+D">
13127       <method name="Void .ctor(Object, IntPtr)">
13128         <size>0</size>
13129       </method>
13130       <method name="Void Invoke()">
13131         <size>0</size>
13132       </method>
13133       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13134         <size>0</size>
13135       </method>
13136       <method name="Void EndInvoke(IAsyncResult)">
13137         <size>0</size>
13138       </method>
13139     </type>
13140     <type name="Test+&lt;Main&gt;c__AnonStorey0">
13141       <method name="Void .ctor()">
13142         <size>7</size>
13143       </method>
13144       <method name="Void &lt;&gt;m__0()">
13145         <size>33</size>
13146       </method>
13147     </type>
13148   </test>
13149   <test name="gtest-anon-35.cs">
13150     <type name="C`1[T]">
13151       <method name="Void .ctor()">
13152         <size>7</size>
13153       </method>
13154       <method name="System.Func`1[T] XX()">
13155         <size>32</size>
13156       </method>
13157       <method name="T &lt;XX&gt;m__0()">
13158         <size>10</size>
13159       </method>
13160     </type>
13161     <type name="C2`1[T]">
13162       <method name="Void .ctor()">
13163         <size>7</size>
13164       </method>
13165       <method name="System.Func`1[C`1[T]] XX()">
13166         <size>32</size>
13167       </method>
13168       <method name="C`1[T] &lt;XX&gt;m__1()">
13169         <size>2</size>
13170       </method>
13171     </type>
13172     <type name="N1">
13173       <method name="Void .ctor()">
13174         <size>7</size>
13175       </method>
13176       <method name="System.Func`1[T] XX[T]()">
13177         <size>15</size>
13178       </method>
13179     </type>
13180     <type name="Test">
13181       <method name="Void .ctor()">
13182         <size>7</size>
13183       </method>
13184       <method name="Int32 Main()">
13185         <size>98</size>
13186       </method>
13187     </type>
13188     <type name="N1">
13189       <method name="T &lt;XX`1&gt;m__2[T]()">
13190         <size>10</size>
13191       </method>
13192     </type>
13193   </test>
13194   <test name="gtest-anon-36.cs">
13195     <type name="Foo`1[T]">
13196       <method name="Void .ctor()">
13197         <size>7</size>
13198       </method>
13199       <method name="Void add_handler(Handler`1[T])">
13200         <size>24</size>
13201       </method>
13202       <method name="Void remove_handler(Handler`1[T])">
13203         <size>24</size>
13204       </method>
13205       <method name="Void add_Handler(Handler`1[T])">
13206         <size>64</size>
13207       </method>
13208       <method name="Void remove_Handler(Handler`1[T])">
13209         <size>24</size>
13210       </method>
13211       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
13212         <size>18</size>
13213       </method>
13214     </type>
13215     <type name="Program">
13216       <method name="Void .ctor()">
13217         <size>7</size>
13218       </method>
13219       <method name="Int32 Main()">
13220         <size>15</size>
13221       </method>
13222     </type>
13223     <type name="Handler`1[T]">
13224       <method name="Void .ctor(Object, IntPtr)">
13225         <size>0</size>
13226       </method>
13227       <method name="Void Invoke(System.Object)">
13228         <size>0</size>
13229       </method>
13230       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
13231         <size>0</size>
13232       </method>
13233       <method name="Void EndInvoke(IAsyncResult)">
13234         <size>0</size>
13235       </method>
13236     </type>
13237   </test>
13238   <test name="gtest-anon-37.cs">
13239     <type name="Wrap`1[U]">
13240       <method name="Void .ctor()">
13241         <size>7</size>
13242       </method>
13243     </type>
13244     <type name="Test">
13245       <method name="Void .ctor()">
13246         <size>7</size>
13247       </method>
13248       <method name="Int32 Run[T](Wrap`1[T])">
13249         <size>56</size>
13250       </method>
13251       <method name="Int32 Main()">
13252         <size>16</size>
13253       </method>
13254     </type>
13255     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
13256       <method name="Void .ctor()">
13257         <size>7</size>
13258       </method>
13259       <method name="Void &lt;&gt;m__0()">
13260         <size>17</size>
13261       </method>
13262     </type>
13263   </test>
13264   <test name="gtest-anon-38.cs">
13265     <type name="Foo`1[T]">
13266       <method name="Void .ctor()">
13267         <size>7</size>
13268       </method>
13269       <method name="Boolean ContainsAll[U](IEnumerable`1)">
13270         <size>40</size>
13271       </method>
13272       <method name="Boolean Contains(T)">
13273         <size>2</size>
13274       </method>
13275     </type>
13276     <type name="Program">
13277       <method name="Void .ctor()">
13278         <size>7</size>
13279       </method>
13280       <method name="Int32 Main()">
13281         <size>42</size>
13282       </method>
13283     </type>
13284     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
13285       <method name="Void .ctor()">
13286         <size>7</size>
13287       </method>
13288       <method name="Boolean &lt;&gt;m__0()">
13289         <size>199</size>
13290       </method>
13291     </type>
13292     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
13293       <method name="Void .ctor()">
13294         <size>7</size>
13295       </method>
13296     </type>
13297     <type name="&lt;PrivateImplementationDetails&gt;">
13298       <method name="Void .ctor()">
13299         <size>7</size>
13300       </method>
13301     </type>
13302   </test>
13303   <test name="gtest-anon-39.cs">
13304     <type name="Test">
13305       <method name="Void .ctor()">
13306         <size>7</size>
13307       </method>
13308       <method name="Void Test_1[T](T)">
13309         <size>33</size>
13310       </method>
13311       <method name="Void Test_2[T](Nullable`1)">
13312         <size>33</size>
13313       </method>
13314       <method name="Void Main()">
13315         <size>39</size>
13316       </method>
13317     </type>
13318     <type name="Test+D">
13319       <method name="Void .ctor(Object, IntPtr)">
13320         <size>0</size>
13321       </method>
13322       <method name="Void Invoke()">
13323         <size>0</size>
13324       </method>
13325       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13326         <size>0</size>
13327       </method>
13328       <method name="Void EndInvoke(IAsyncResult)">
13329         <size>0</size>
13330       </method>
13331     </type>
13332     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
13333       <method name="Void .ctor()">
13334         <size>7</size>
13335       </method>
13336       <method name="Void &lt;&gt;m__0()">
13337         <size>24</size>
13338       </method>
13339     </type>
13340     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
13341       <method name="Void .ctor()">
13342         <size>7</size>
13343       </method>
13344       <method name="Void &lt;&gt;m__1()">
13345         <size>85</size>
13346       </method>
13347     </type>
13348     <type name="Test">
13349       <method name="T Test_3[T](System.Object)">
13350         <size>51</size>
13351       </method>
13352     </type>
13353     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
13354       <method name="Void .ctor()">
13355         <size>7</size>
13356       </method>
13357       <method name="Void &lt;&gt;m__2()">
13358         <size>23</size>
13359       </method>
13360     </type>
13361   </test>
13362   <test name="gtest-anon-4.cs">
13363     <type name="Test">
13364       <method name="Void .ctor()">
13365         <size>7</size>
13366       </method>
13367       <method name="Void Main()">
13368         <size>57</size>
13369       </method>
13370       <method name="Int32 GetItem()">
13371         <size>50</size>
13372       </method>
13373       <method name="IEnumerable`1 GetItems()">
13374         <size>16</size>
13375       </method>
13376     </type>
13377     <type name="&lt;PrivateImplementationDetails&gt;">
13378       <method name="Void .ctor()">
13379         <size>7</size>
13380       </method>
13381     </type>
13382     <type name="Test+&lt;GetItems&gt;c__Iterator0">
13383       <method name="Void .ctor()">
13384         <size>7</size>
13385       </method>
13386       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13387         <size>12</size>
13388       </method>
13389       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13390         <size>7</size>
13391       </method>
13392       <method name="Boolean MoveNext()">
13393         <size>69</size>
13394       </method>
13395       <method name="Void Dispose()">
13396         <size>8</size>
13397       </method>
13398       <method name="Void Reset()">
13399         <size>6</size>
13400       </method>
13401       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
13402         <size>7</size>
13403       </method>
13404       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
13405         <size>26</size>
13406       </method>
13407     </type>
13408   </test>
13409   <test name="gtest-anon-40.cs">
13410     <type name="RunTests">
13411       <method name="Int32 Main()">
13412         <size>7</size>
13413       </method>
13414     </type>
13415     <type name="Test1.X">
13416       <method name="Void .ctor()">
13417         <size>7</size>
13418       </method>
13419       <method name="Void Test1[R](R, Int32)">
13420         <size>150</size>
13421       </method>
13422       <method name="Void Run()">
13423         <size>13</size>
13424       </method>
13425     </type>
13426     <type name="Test1.Foo">
13427       <method name="Void .ctor(Object, IntPtr)">
13428         <size>0</size>
13429       </method>
13430       <method name="Int32 Invoke()">
13431         <size>0</size>
13432       </method>
13433       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13434         <size>0</size>
13435       </method>
13436       <method name="Int32 EndInvoke(IAsyncResult)">
13437         <size>0</size>
13438       </method>
13439     </type>
13440     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
13441       <method name="Void .ctor()">
13442         <size>7</size>
13443       </method>
13444       <method name="Int32 &lt;&gt;m__0()">
13445         <size>71</size>
13446       </method>
13447     </type>
13448     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
13449       <method name="Void .ctor()">
13450         <size>7</size>
13451       </method>
13452     </type>
13453     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
13454       <method name="Void .ctor()">
13455         <size>7</size>
13456       </method>
13457     </type>
13458   </test>
13459   <test name="gtest-anon-41.cs">
13460     <type name="C">
13461       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
13462         <size>37</size>
13463       </method>
13464       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
13465         <size>6</size>
13466       </method>
13467       <method name="Void Main()">
13468         <size>1</size>
13469       </method>
13470       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
13471         <size>8</size>
13472       </method>
13473       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
13474         <size>8</size>
13475       </method>
13476     </type>
13477   </test>
13478   <test name="gtest-anon-42.cs">
13479     <type name="Test">
13480       <method name="Void .ctor()">
13481         <size>7</size>
13482       </method>
13483       <method name="Void Test_3[T]()">
13484         <size>20</size>
13485       </method>
13486       <method name="Int32 Main()">
13487         <size>12</size>
13488       </method>
13489     </type>
13490     <type name="Test+D">
13491       <method name="Void .ctor(Object, IntPtr)">
13492         <size>0</size>
13493       </method>
13494       <method name="Void Invoke()">
13495         <size>0</size>
13496       </method>
13497       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13498         <size>0</size>
13499       </method>
13500       <method name="Void EndInvoke(IAsyncResult)">
13501         <size>0</size>
13502       </method>
13503     </type>
13504     <type name="Test">
13505       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
13506         <size>11</size>
13507       </method>
13508     </type>
13509   </test>
13510   <test name="gtest-anon-43.cs">
13511     <type name="TestC">
13512       <method name="Void .ctor()">
13513         <size>7</size>
13514       </method>
13515       <method name="System.Func`1[System.Type] Test[T]()">
13516         <size>13</size>
13517       </method>
13518       <method name="Int32 Main()">
13519         <size>66</size>
13520       </method>
13521       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
13522         <size>11</size>
13523       </method>
13524     </type>
13525   </test>
13526   <test name="gtest-anon-44.cs">
13527     <type name="UiaAtkBridgeTest.Test">
13528       <method name="Void .ctor()">
13529         <size>7</size>
13530       </method>
13531       <method name="Void Invoke(System.EventHandler)">
13532         <size>1</size>
13533       </method>
13534     </type>
13535     <type name="UiaAtkBridgeTest.GailTester">
13536       <method name="Void .ctor()">
13537         <size>7</size>
13538       </method>
13539       <method name="Void ThisCausesACrash[I]()">
13540         <size>18</size>
13541       </method>
13542       <method name="Void Main()">
13543         <size>1</size>
13544       </method>
13545       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
13546         <size>1</size>
13547       </method>
13548     </type>
13549   </test>
13550   <test name="gtest-anon-45.cs">
13551     <type name="C">
13552       <method name="Void .ctor()">
13553         <size>7</size>
13554       </method>
13555       <method name="Void AnyMethod[T]()">
13556         <size>20</size>
13557       </method>
13558       <method name="Int32 Main()">
13559         <size>12</size>
13560       </method>
13561     </type>
13562     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
13563       <method name="Void .ctor()">
13564         <size>7</size>
13565       </method>
13566       <method name="Void &lt;&gt;m__1(System.String)">
13567         <size>14</size>
13568       </method>
13569     </type>
13570     <type name="C">
13571       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
13572         <size>31</size>
13573       </method>
13574     </type>
13575   </test>
13576   <test name="gtest-anon-46.cs">
13577     <type name="TheClass">
13578       <method name="Void .ctor()">
13579         <size>7</size>
13580       </method>
13581       <method name="Void Foo[T](T, System.Func`2[T,T])">
13582         <size>41</size>
13583       </method>
13584       <method name="Void Main()">
13585         <size>8</size>
13586       </method>
13587     </type>
13588     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
13589       <method name="Void .ctor()">
13590         <size>7</size>
13591       </method>
13592       <method name="System.Func`1[T] &lt;&gt;m__0()">
13593         <size>31</size>
13594       </method>
13595       <method name="T &lt;&gt;m__1()">
13596         <size>18</size>
13597       </method>
13598     </type>
13599   </test>
13600   <test name="gtest-anon-47.cs">
13601     <type name="C">
13602       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
13603         <size>26</size>
13604       </method>
13605     </type>
13606     <type name="Test">
13607       <method name="Void .ctor()">
13608         <size>7</size>
13609       </method>
13610       <method name="Int32 Main()">
13611         <size>59</size>
13612       </method>
13613       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
13614         <size>23</size>
13615       </method>
13616     </type>
13617     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
13618       <method name="Void .ctor()">
13619         <size>7</size>
13620       </method>
13621       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
13622         <size>33</size>
13623       </method>
13624     </type>
13625     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
13626       <method name="Void .ctor()">
13627         <size>7</size>
13628       </method>
13629       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
13630         <size>45</size>
13631       </method>
13632     </type>
13633     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
13634       <method name="Void .ctor()">
13635         <size>7</size>
13636       </method>
13637       <method name="Void &lt;&gt;m__2(T3)">
13638         <size>35</size>
13639       </method>
13640     </type>
13641   </test>
13642   <test name="gtest-anon-48.cs">
13643     <type name="GeneratorEnumerable`1[T]">
13644       <method name="Void .ctor(Func`1)">
13645         <size>7</size>
13646       </method>
13647     </type>
13648     <type name="GeneratorExpression">
13649       <method name="Void .ctor()">
13650         <size>7</size>
13651       </method>
13652     </type>
13653     <type name="GeneratorInvoker">
13654       <method name="Void .ctor(GeneratorExpression)">
13655         <size>7</size>
13656       </method>
13657       <method name="Void Invoke[T](T ByRef)">
13658         <size>1</size>
13659       </method>
13660     </type>
13661     <type name="Interpreter">
13662       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
13663         <size>31</size>
13664       </method>
13665       <method name="Int32 Main()">
13666         <size>13</size>
13667       </method>
13668     </type>
13669     <type name="Func`1[TResult]">
13670       <method name="Void .ctor(Object, IntPtr)">
13671         <size>0</size>
13672       </method>
13673       <method name="TResult Invoke()">
13674         <size>0</size>
13675       </method>
13676       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13677         <size>0</size>
13678       </method>
13679       <method name="TResult EndInvoke(IAsyncResult)">
13680         <size>0</size>
13681       </method>
13682     </type>
13683     <type name="GeneratorNext`1[T]">
13684       <method name="Void .ctor(Object, IntPtr)">
13685         <size>0</size>
13686       </method>
13687       <method name="Void Invoke(T ByRef)">
13688         <size>0</size>
13689       </method>
13690       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
13691         <size>0</size>
13692       </method>
13693       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
13694         <size>0</size>
13695       </method>
13696     </type>
13697     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
13698       <method name="Void .ctor()">
13699         <size>7</size>
13700       </method>
13701       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
13702         <size>23</size>
13703       </method>
13704     </type>
13705   </test>
13706   <test name="gtest-anon-49.cs">
13707     <type name="Test">
13708       <method name="Void .ctor()">
13709         <size>7</size>
13710       </method>
13711       <method name="Void Main()">
13712         <size>1</size>
13713       </method>
13714       <method name="Void DetermineLinkedCells()">
13715         <size>74</size>
13716       </method>
13717     </type>
13718     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
13719       <method name="Void .ctor()">
13720         <size>7</size>
13721       </method>
13722     </type>
13723     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
13724       <method name="Void .ctor()">
13725         <size>7</size>
13726       </method>
13727       <method name="Boolean &lt;&gt;m__1(System.Object)">
13728         <size>13</size>
13729       </method>
13730       <method name="Boolean &lt;&gt;m__0(System.Object)">
13731         <size>18</size>
13732       </method>
13733     </type>
13734   </test>
13735   <test name="gtest-anon-5.cs">
13736     <type name="X">
13737       <method name="Void .ctor()">
13738         <size>7</size>
13739       </method>
13740       <method name="Void Main()">
13741         <size>78</size>
13742       </method>
13743     </type>
13744     <type name="Hello">
13745       <method name="Void .ctor(Object, IntPtr)">
13746         <size>0</size>
13747       </method>
13748       <method name="Void Invoke()">
13749         <size>0</size>
13750       </method>
13751       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13752         <size>0</size>
13753       </method>
13754       <method name="Void EndInvoke(IAsyncResult)">
13755         <size>0</size>
13756       </method>
13757     </type>
13758     <type name="Foo+&lt;Test&gt;c__Iterator0">
13759       <method name="Void .ctor()">
13760         <size>7</size>
13761       </method>
13762       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13763         <size>12</size>
13764       </method>
13765       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13766         <size>7</size>
13767       </method>
13768       <method name="Boolean MoveNext()">
13769         <size>98</size>
13770       </method>
13771       <method name="Void Dispose()">
13772         <size>8</size>
13773       </method>
13774       <method name="Void Reset()">
13775         <size>6</size>
13776       </method>
13777     </type>
13778     <type name="Foo">
13779       <method name="Void .ctor(Int32)">
13780         <size>8</size>
13781       </method>
13782       <method name="IEnumerable`1 Test(Foo)">
13783         <size>42</size>
13784       </method>
13785       <method name="Void Hello(Int32)">
13786         <size>19</size>
13787       </method>
13788       <method name="System.String ToString()">
13789         <size>22</size>
13790       </method>
13791     </type>
13792     <type name="Foo+&lt;Test&gt;c__Iterator0">
13793       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
13794         <size>7</size>
13795       </method>
13796       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
13797         <size>52</size>
13798       </method>
13799     </type>
13800   </test>
13801   <test name="gtest-anon-50.cs">
13802     <type name="M">
13803       <method name="Void .ctor()">
13804         <size>7</size>
13805       </method>
13806       <method name="Int32 Main()">
13807         <size>12</size>
13808       </method>
13809     </type>
13810     <type name="SomeGenericClass`1[SomeType]">
13811       <method name="Void .ctor()">
13812         <size>7</size>
13813       </method>
13814       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
13815         <size>1</size>
13816       </method>
13817       <method name="Void FailsToCompile()">
13818         <size>19</size>
13819       </method>
13820     </type>
13821     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
13822       <method name="Void .ctor(Object, IntPtr)">
13823         <size>0</size>
13824       </method>
13825       <method name="Void Invoke()">
13826         <size>0</size>
13827       </method>
13828       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13829         <size>0</size>
13830       </method>
13831       <method name="Void EndInvoke(IAsyncResult)">
13832         <size>0</size>
13833       </method>
13834     </type>
13835     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
13836       <method name="Void .ctor()">
13837         <size>7</size>
13838       </method>
13839     </type>
13840     <type name="SomeGenericClass`1[SomeType]">
13841       <method name="Void &lt;FailsToCompile&gt;m__0()">
13842         <size>44</size>
13843       </method>
13844     </type>
13845     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
13846       <method name="Void &lt;&gt;m__1()">
13847         <size>18</size>
13848       </method>
13849     </type>
13850   </test>
13851   <test name="gtest-anon-51.cs">
13852     <type name="Driver">
13853       <method name="Void .ctor()">
13854         <size>7</size>
13855       </method>
13856       <method name="Int32 Main()">
13857         <size>12</size>
13858       </method>
13859       <method name="Void P(Int32, Int32)">
13860         <size>1</size>
13861       </method>
13862       <method name="Void Repro()">
13863         <size>100</size>
13864       </method>
13865     </type>
13866     <type name="Bla">
13867       <method name="Void .ctor(Object, IntPtr)">
13868         <size>0</size>
13869       </method>
13870       <method name="Void Invoke()">
13871         <size>0</size>
13872       </method>
13873       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13874         <size>0</size>
13875       </method>
13876       <method name="Void EndInvoke(IAsyncResult)">
13877         <size>0</size>
13878       </method>
13879     </type>
13880     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
13881       <method name="Void .ctor()">
13882         <size>7</size>
13883       </method>
13884       <method name="Void &lt;&gt;m__0()">
13885         <size>35</size>
13886       </method>
13887     </type>
13888   </test>
13889   <test name="gtest-anon-52.cs">
13890     <type name="A`1[T]">
13891       <method name="Void .ctor()">
13892         <size>7</size>
13893       </method>
13894     </type>
13895     <type name="A`1+B[T]">
13896       <method name="Void .ctor()">
13897         <size>18</size>
13898       </method>
13899       <method name="Void W[R](System.String, System.Func`2[T,R])">
13900         <size>39</size>
13901       </method>
13902     </type>
13903     <type name="B">
13904       <method name="Void .ctor()">
13905         <size>7</size>
13906       </method>
13907       <method name="Void Main()">
13908         <size>1</size>
13909       </method>
13910     </type>
13911     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
13912       <method name="Void .ctor()">
13913         <size>7</size>
13914       </method>
13915       <method name="Void &lt;&gt;m__0(T[])">
13916         <size>55</size>
13917       </method>
13918     </type>
13919   </test>
13920   <test name="gtest-anon-53.cs">
13921     <type name="TestComp.Program">
13922       <method name="Void .ctor()">
13923         <size>7</size>
13924       </method>
13925       <method name="Void Main(System.String[])">
13926         <size>1</size>
13927       </method>
13928     </type>
13929     <type name="TestComp.Program+MyClass">
13930       <method name="Void .ctor()">
13931         <size>7</size>
13932       </method>
13933       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
13934         <size>1</size>
13935       </method>
13936       <method name="Void UseATemplate()">
13937         <size>36</size>
13938       </method>
13939       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
13940         <size>16</size>
13941       </method>
13942     </type>
13943     <type name="TestComp.Program+MyClass+MyDelegate">
13944       <method name="Void .ctor(Object, IntPtr)">
13945         <size>0</size>
13946       </method>
13947       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
13948         <size>0</size>
13949       </method>
13950       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
13951         <size>0</size>
13952       </method>
13953       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
13954         <size>0</size>
13955       </method>
13956     </type>
13957   </test>
13958   <test name="gtest-anon-54.cs">
13959     <type name="Class">
13960       <method name="Void .ctor()">
13961         <size>7</size>
13962       </method>
13963       <method name="System.String get_Property()">
13964         <size>6</size>
13965       </method>
13966       <method name="System.String Method()">
13967         <size>44</size>
13968       </method>
13969       <method name="Int32 Main()">
13970         <size>39</size>
13971       </method>
13972     </type>
13973     <type name="Class+&lt;Method&gt;c__AnonStorey0">
13974       <method name="Void .ctor()">
13975         <size>7</size>
13976       </method>
13977       <method name="System.String &lt;&gt;m__0()">
13978         <size>56</size>
13979       </method>
13980     </type>
13981     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
13982       <method name="Void .ctor()">
13983         <size>7</size>
13984       </method>
13985       <method name="System.String &lt;&gt;m__1(System.String)">
13986         <size>52</size>
13987       </method>
13988     </type>
13989     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
13990       <method name="Void .ctor()">
13991         <size>7</size>
13992       </method>
13993       <method name="System.String &lt;&gt;m__2()">
13994         <size>39</size>
13995       </method>
13996     </type>
13997   </test>
13998   <test name="gtest-anon-55.cs">
13999     <type name="Thing`1[TFirst]">
14000       <method name="Void .ctor(Action`1)">
14001         <size>14</size>
14002       </method>
14003       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
14004         <size>31</size>
14005       </method>
14006       <method name="Void SomeAction()">
14007         <size>18</size>
14008       </method>
14009     </type>
14010     <type name="Program">
14011       <method name="Void Main()">
14012         <size>42</size>
14013       </method>
14014       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
14015         <size>2</size>
14016       </method>
14017     </type>
14018     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
14019       <method name="Void .ctor()">
14020         <size>7</size>
14021       </method>
14022       <method name="Void &lt;&gt;m__0(TFirst)">
14023         <size>47</size>
14024       </method>
14025     </type>
14026   </test>
14027   <test name="gtest-anon-56.cs">
14028     <type name="G`1[T]">
14029       <method name="Void .ctor()">
14030         <size>7</size>
14031       </method>
14032       <method name="T def()">
14033         <size>10</size>
14034       </method>
14035     </type>
14036     <type name="C">
14037       <method name="Void .ctor()">
14038         <size>7</size>
14039       </method>
14040       <method name="Void foo(System.Object)">
14041         <size>1</size>
14042       </method>
14043       <method name="Void cf[T]()">
14044         <size>35</size>
14045       </method>
14046       <method name="Int32 Main()">
14047         <size>17</size>
14048       </method>
14049     </type>
14050     <type name="C+DF">
14051       <method name="Void .ctor(Object, IntPtr)">
14052         <size>0</size>
14053       </method>
14054       <method name="Void Invoke()">
14055         <size>0</size>
14056       </method>
14057       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14058         <size>0</size>
14059       </method>
14060       <method name="Void EndInvoke(IAsyncResult)">
14061         <size>0</size>
14062       </method>
14063     </type>
14064     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
14065       <method name="Void .ctor()">
14066         <size>7</size>
14067       </method>
14068       <method name="Void &lt;&gt;m__0()">
14069         <size>22</size>
14070       </method>
14071     </type>
14072   </test>
14073   <test name="gtest-anon-6.cs">
14074     <type name="X">
14075       <method name="Void .ctor()">
14076         <size>7</size>
14077       </method>
14078       <method name="Void Hello[U,V](U, V)">
14079         <size>1</size>
14080       </method>
14081       <method name="Void Test[A,B,C](A, B, C)">
14082         <size>49</size>
14083       </method>
14084       <method name="Void Main()">
14085         <size>28</size>
14086       </method>
14087     </type>
14088     <type name="Foo`2[R,S]">
14089       <method name="Void .ctor(Object, IntPtr)">
14090         <size>0</size>
14091       </method>
14092       <method name="Void Invoke(R, S)">
14093         <size>0</size>
14094       </method>
14095       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
14096         <size>0</size>
14097       </method>
14098       <method name="Void EndInvoke(IAsyncResult)">
14099         <size>0</size>
14100       </method>
14101     </type>
14102     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
14103       <method name="Void .ctor()">
14104         <size>7</size>
14105       </method>
14106       <method name="Void &lt;&gt;m__0(A, Int32)">
14107         <size>32</size>
14108       </method>
14109     </type>
14110   </test>
14111   <test name="gtest-anon-7.cs">
14112     <type name="MyDisposable">
14113       <method name="Void .ctor()">
14114         <size>26</size>
14115       </method>
14116       <method name="Void Dispose()">
14117         <size>1</size>
14118       </method>
14119       <method name="Int32 get_ID()">
14120         <size>7</size>
14121       </method>
14122       <method name="System.String ToString()">
14123         <size>28</size>
14124       </method>
14125     </type>
14126     <type name="X">
14127       <method name="Void .ctor()">
14128         <size>7</size>
14129       </method>
14130       <method name="IEnumerable`1 Test(Int32)">
14131         <size>30</size>
14132       </method>
14133       <method name="Void Main()">
14134         <size>58</size>
14135       </method>
14136     </type>
14137     <type name="X+&lt;Test&gt;c__Iterator0">
14138       <method name="Void .ctor()">
14139         <size>7</size>
14140       </method>
14141       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14142         <size>12</size>
14143       </method>
14144       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14145         <size>7</size>
14146       </method>
14147       <method name="Boolean MoveNext()">
14148         <size>180</size>
14149       </method>
14150       <method name="Void Dispose()">
14151         <size>66</size>
14152       </method>
14153       <method name="Void Reset()">
14154         <size>6</size>
14155       </method>
14156       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
14157         <size>7</size>
14158       </method>
14159       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
14160         <size>40</size>
14161       </method>
14162     </type>
14163   </test>
14164   <test name="gtest-anon-8.cs">
14165     <type name="X">
14166       <method name="Void .ctor()">
14167         <size>7</size>
14168       </method>
14169       <method name="Void Test[R](R, Int32)">
14170         <size>88</size>
14171       </method>
14172       <method name="Void Main()">
14173         <size>12</size>
14174       </method>
14175     </type>
14176     <type name="Foo">
14177       <method name="Void .ctor(Object, IntPtr)">
14178         <size>0</size>
14179       </method>
14180       <method name="Int32 Invoke()">
14181         <size>0</size>
14182       </method>
14183       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14184         <size>0</size>
14185       </method>
14186       <method name="Int32 EndInvoke(IAsyncResult)">
14187         <size>0</size>
14188       </method>
14189     </type>
14190     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
14191       <method name="Void .ctor()">
14192         <size>7</size>
14193       </method>
14194       <method name="Int32 &lt;&gt;m__0()">
14195         <size>34</size>
14196       </method>
14197     </type>
14198     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
14199       <method name="Void .ctor()">
14200         <size>7</size>
14201       </method>
14202     </type>
14203   </test>
14204   <test name="gtest-anon-9.cs">
14205     <type name="Test">
14206       <method name="Void .ctor()">
14207         <size>7</size>
14208       </method>
14209       <method name="IEnumerable`1 get_Foo()">
14210         <size>16</size>
14211       </method>
14212       <method name="Void set_Foo(IEnumerable`1)">
14213         <size>11</size>
14214       </method>
14215       <method name="Void Main()">
14216         <size>78</size>
14217       </method>
14218       <method name="Foo op_Implicit(Test)">
14219         <size>30</size>
14220       </method>
14221       <method name="IEnumerable`1 op_Addition(Test, Test)">
14222         <size>44</size>
14223       </method>
14224     </type>
14225     <type name="Foo">
14226       <method name="Void .ctor(Object, IntPtr)">
14227         <size>0</size>
14228       </method>
14229       <method name="Void Invoke()">
14230         <size>0</size>
14231       </method>
14232       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
14233         <size>0</size>
14234       </method>
14235       <method name="Void EndInvoke(IAsyncResult)">
14236         <size>0</size>
14237       </method>
14238     </type>
14239     <type name="Test">
14240       <method name="Void &lt;op_Implicit&gt;m__0()">
14241         <size>11</size>
14242       </method>
14243     </type>
14244     <type name="Test+&lt;&gt;c__Iterator0">
14245       <method name="Void .ctor()">
14246         <size>7</size>
14247       </method>
14248       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14249         <size>12</size>
14250       </method>
14251       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14252         <size>7</size>
14253       </method>
14254       <method name="Boolean MoveNext()">
14255         <size>65</size>
14256       </method>
14257       <method name="Void Dispose()">
14258         <size>8</size>
14259       </method>
14260       <method name="Void Reset()">
14261         <size>6</size>
14262       </method>
14263     </type>
14264     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
14265       <method name="Void .ctor()">
14266         <size>7</size>
14267       </method>
14268       <method name="System.Object System.Collections.IEnumerator.get_Current()">
14269         <size>7</size>
14270       </method>
14271       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14272         <size>7</size>
14273       </method>
14274       <method name="Boolean MoveNext()">
14275         <size>98</size>
14276       </method>
14277       <method name="Void Dispose()">
14278         <size>8</size>
14279       </method>
14280       <method name="Void Reset()">
14281         <size>6</size>
14282       </method>
14283     </type>
14284     <type name="Test+&lt;&gt;c__Iterator0">
14285       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
14286         <size>7</size>
14287       </method>
14288       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
14289         <size>26</size>
14290       </method>
14291     </type>
14292     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
14293       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
14294         <size>7</size>
14295       </method>
14296       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
14297         <size>52</size>
14298       </method>
14299     </type>
14300   </test>
14301   <test name="gtest-anontype-01.cs">
14302     <type name="Test">
14303       <method name="Void .ctor()">
14304         <size>7</size>
14305       </method>
14306       <method name="Int32 Main()">
14307         <size>53</size>
14308       </method>
14309     </type>
14310     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14311       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14312         <size>21</size>
14313       </method>
14314       <method name="&lt;Foo&gt;__T get_Foo()">
14315         <size>7</size>
14316       </method>
14317       <method name="&lt;Baz&gt;__T get_Baz()">
14318         <size>7</size>
14319       </method>
14320       <method name="Boolean Equals(System.Object)">
14321         <size>69</size>
14322       </method>
14323       <method name="Int32 GetHashCode()">
14324         <size>86</size>
14325       </method>
14326       <method name="System.String ToString()">
14327         <size>142</size>
14328       </method>
14329     </type>
14330   </test>
14331   <test name="gtest-anontype-02.cs">
14332     <type name="Test">
14333       <method name="Void .ctor()">
14334         <size>7</size>
14335       </method>
14336       <method name="System.Object TestA(System.String)">
14337         <size>7</size>
14338       </method>
14339       <method name="Int32 Main()">
14340         <size>99</size>
14341       </method>
14342     </type>
14343     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
14344       <method name="Void .ctor(&lt;s&gt;__T)">
14345         <size>14</size>
14346       </method>
14347       <method name="&lt;s&gt;__T get_s()">
14348         <size>7</size>
14349       </method>
14350       <method name="Boolean Equals(System.Object)">
14351         <size>39</size>
14352       </method>
14353       <method name="Int32 GetHashCode()">
14354         <size>63</size>
14355       </method>
14356       <method name="System.String ToString()">
14357         <size>67</size>
14358       </method>
14359     </type>
14360     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14361       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14362         <size>21</size>
14363       </method>
14364       <method name="&lt;Foo&gt;__T get_Foo()">
14365         <size>7</size>
14366       </method>
14367       <method name="&lt;Baz&gt;__T get_Baz()">
14368         <size>7</size>
14369       </method>
14370       <method name="Boolean Equals(System.Object)">
14371         <size>69</size>
14372       </method>
14373       <method name="Int32 GetHashCode()">
14374         <size>86</size>
14375       </method>
14376       <method name="System.String ToString()">
14377         <size>142</size>
14378       </method>
14379     </type>
14380   </test>
14381   <test name="gtest-anontype-03.cs">
14382     <type name="MyClass">
14383       <method name="Void .ctor()">
14384         <size>18</size>
14385       </method>
14386       <method name="Int32 get_Baz()">
14387         <size>3</size>
14388       </method>
14389     </type>
14390     <type name="Test">
14391       <method name="Void .ctor()">
14392         <size>7</size>
14393       </method>
14394       <method name="Int32 Main()">
14395         <size>64</size>
14396       </method>
14397     </type>
14398     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
14399       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
14400         <size>21</size>
14401       </method>
14402       <method name="&lt;Foo&gt;__T get_Foo()">
14403         <size>7</size>
14404       </method>
14405       <method name="&lt;Baz&gt;__T get_Baz()">
14406         <size>7</size>
14407       </method>
14408       <method name="Boolean Equals(System.Object)">
14409         <size>69</size>
14410       </method>
14411       <method name="Int32 GetHashCode()">
14412         <size>86</size>
14413       </method>
14414       <method name="System.String ToString()">
14415         <size>142</size>
14416       </method>
14417     </type>
14418   </test>
14419   <test name="gtest-anontype-04.cs">
14420     <type name="MyClass">
14421       <method name="Void .ctor()">
14422         <size>18</size>
14423       </method>
14424       <method name="Int32 get_Baz()">
14425         <size>3</size>
14426       </method>
14427     </type>
14428     <type name="Test">
14429       <method name="Void .ctor()">
14430         <size>7</size>
14431       </method>
14432       <method name="Int32 Main()">
14433         <size>111</size>
14434       </method>
14435     </type>
14436     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
14437       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
14438         <size>36</size>
14439       </method>
14440       <method name="&lt;Foo&gt;__T get_Foo()">
14441         <size>7</size>
14442       </method>
14443       <method name="&lt;Baz&gt;__T get_Baz()">
14444         <size>7</size>
14445       </method>
14446       <method name="&lt;Hello&gt;__T get_Hello()">
14447         <size>7</size>
14448       </method>
14449       <method name="&lt;Answer&gt;__T get_Answer()">
14450         <size>7</size>
14451       </method>
14452       <method name="Boolean Equals(System.Object)">
14453         <size>123</size>
14454       </method>
14455       <method name="Int32 GetHashCode()">
14456         <size>132</size>
14457       </method>
14458       <method name="System.String ToString()">
14459         <size>258</size>
14460       </method>
14461     </type>
14462   </test>
14463   <test name="gtest-anontype-05.cs">
14464     <type name="Test">
14465       <method name="Void .ctor()">
14466         <size>7</size>
14467       </method>
14468       <method name="System.String Null()">
14469         <size>2</size>
14470       </method>
14471       <method name="Int32 Main()">
14472         <size>287</size>
14473       </method>
14474     </type>
14475     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
14476       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
14477         <size>21</size>
14478       </method>
14479       <method name="&lt;Name&gt;__T get_Name()">
14480         <size>7</size>
14481       </method>
14482       <method name="&lt;Age&gt;__T get_Age()">
14483         <size>7</size>
14484       </method>
14485       <method name="Boolean Equals(System.Object)">
14486         <size>69</size>
14487       </method>
14488       <method name="Int32 GetHashCode()">
14489         <size>86</size>
14490       </method>
14491       <method name="System.String ToString()">
14492         <size>142</size>
14493       </method>
14494     </type>
14495     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
14496       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
14497         <size>21</size>
14498       </method>
14499       <method name="&lt;Age&gt;__T get_Age()">
14500         <size>7</size>
14501       </method>
14502       <method name="&lt;Name&gt;__T get_Name()">
14503         <size>7</size>
14504       </method>
14505       <method name="Boolean Equals(System.Object)">
14506         <size>69</size>
14507       </method>
14508       <method name="Int32 GetHashCode()">
14509         <size>86</size>
14510       </method>
14511       <method name="System.String ToString()">
14512         <size>142</size>
14513       </method>
14514     </type>
14515     <type name="&lt;&gt;__AnonType2">
14516       <method name="Void .ctor()">
14517         <size>7</size>
14518       </method>
14519       <method name="Boolean Equals(System.Object)">
14520         <size>15</size>
14521       </method>
14522       <method name="Int32 GetHashCode()">
14523         <size>40</size>
14524       </method>
14525       <method name="System.String ToString()">
14526         <size>6</size>
14527       </method>
14528     </type>
14529     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
14530       <method name="Void .ctor(&lt;Foo&gt;__T)">
14531         <size>14</size>
14532       </method>
14533       <method name="&lt;Foo&gt;__T get_Foo()">
14534         <size>7</size>
14535       </method>
14536       <method name="Boolean Equals(System.Object)">
14537         <size>39</size>
14538       </method>
14539       <method name="Int32 GetHashCode()">
14540         <size>63</size>
14541       </method>
14542       <method name="System.String ToString()">
14543         <size>67</size>
14544       </method>
14545     </type>
14546   </test>
14547   <test name="gtest-anontype-06.cs">
14548     <type name="CastByExample">
14549       <method name="Void .ctor()">
14550         <size>7</size>
14551       </method>
14552       <method name="T Cast[T](System.Object, T)">
14553         <size>7</size>
14554       </method>
14555       <method name="Void Main()">
14556         <size>29</size>
14557       </method>
14558     </type>
14559     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
14560       <method name="Void .ctor(&lt;Foo&gt;__T)">
14561         <size>14</size>
14562       </method>
14563       <method name="&lt;Foo&gt;__T get_Foo()">
14564         <size>7</size>
14565       </method>
14566       <method name="Boolean Equals(System.Object)">
14567         <size>39</size>
14568       </method>
14569       <method name="Int32 GetHashCode()">
14570         <size>63</size>
14571       </method>
14572       <method name="System.String ToString()">
14573         <size>67</size>
14574       </method>
14575     </type>
14576   </test>
14577   <test name="gtest-anontype-07.cs">
14578     <type name="Test">
14579       <method name="Void .ctor()">
14580         <size>7</size>
14581       </method>
14582       <method name="Int32 Main()">
14583         <size>59</size>
14584       </method>
14585     </type>
14586     <type name="&lt;&gt;__AnonType0">
14587       <method name="Void .ctor()">
14588         <size>7</size>
14589       </method>
14590       <method name="Boolean Equals(System.Object)">
14591         <size>15</size>
14592       </method>
14593       <method name="Int32 GetHashCode()">
14594         <size>40</size>
14595       </method>
14596       <method name="System.String ToString()">
14597         <size>6</size>
14598       </method>
14599     </type>
14600   </test>
14601   <test name="gtest-anontype-08.cs">
14602     <type name="Test">
14603       <method name="Void Main()">
14604         <size>15</size>
14605       </method>
14606     </type>
14607     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
14608       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
14609         <size>21</size>
14610       </method>
14611       <method name="&lt;X&gt;__T get_X()">
14612         <size>7</size>
14613       </method>
14614       <method name="&lt;Y&gt;__T get_Y()">
14615         <size>7</size>
14616       </method>
14617       <method name="Boolean Equals(System.Object)">
14618         <size>69</size>
14619       </method>
14620       <method name="Int32 GetHashCode()">
14621         <size>86</size>
14622       </method>
14623       <method name="System.String ToString()">
14624         <size>142</size>
14625       </method>
14626     </type>
14627   </test>
14628   <test name="gtest-anontype-09.cs">
14629     <type name="My.System.Test">
14630       <method name="Int32 Main()">
14631         <size>35</size>
14632       </method>
14633     </type>
14634     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
14635       <method name="Void .ctor(&lt;X&gt;__T)">
14636         <size>14</size>
14637       </method>
14638       <method name="&lt;X&gt;__T get_X()">
14639         <size>7</size>
14640       </method>
14641       <method name="Boolean Equals(System.Object)">
14642         <size>39</size>
14643       </method>
14644       <method name="Int32 GetHashCode()">
14645         <size>63</size>
14646       </method>
14647       <method name="System.String ToString()">
14648         <size>67</size>
14649       </method>
14650     </type>
14651     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
14652       <method name="Void .ctor(&lt;Value&gt;__T)">
14653         <size>14</size>
14654       </method>
14655       <method name="&lt;Value&gt;__T get_Value()">
14656         <size>7</size>
14657       </method>
14658       <method name="Boolean Equals(System.Object)">
14659         <size>39</size>
14660       </method>
14661       <method name="Int32 GetHashCode()">
14662         <size>63</size>
14663       </method>
14664       <method name="System.String ToString()">
14665         <size>67</size>
14666       </method>
14667     </type>
14668   </test>
14669   <test name="gtest-anontype-10.cs">
14670     <type name="A">
14671       <method name="Void .ctor()">
14672         <size>7</size>
14673       </method>
14674       <method name="Int32 get_X()">
14675         <size>3</size>
14676       </method>
14677     </type>
14678     <type name="B">
14679       <method name="Void .ctor()">
14680         <size>7</size>
14681       </method>
14682       <method name="Int32 Main()">
14683         <size>11</size>
14684       </method>
14685       <method name="Int32 Test()">
14686         <size>33</size>
14687       </method>
14688     </type>
14689     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
14690       <method name="Void .ctor(&lt;X&gt;__T)">
14691         <size>14</size>
14692       </method>
14693       <method name="&lt;X&gt;__T get_X()">
14694         <size>7</size>
14695       </method>
14696       <method name="Boolean Equals(System.Object)">
14697         <size>39</size>
14698       </method>
14699       <method name="Int32 GetHashCode()">
14700         <size>63</size>
14701       </method>
14702       <method name="System.String ToString()">
14703         <size>67</size>
14704       </method>
14705     </type>
14706   </test>
14707   <test name="gtest-anontype-11.cs">
14708     <type name="Alpha">
14709       <method name="Void .ctor(String)">
14710         <size>14</size>
14711       </method>
14712       <method name="Int32 GetHashCode()">
14713         <size>18</size>
14714       </method>
14715     </type>
14716     <type name="Beta">
14717       <method name="Void .ctor(String)">
14718         <size>14</size>
14719       </method>
14720       <method name="Int32 GetHashCode()">
14721         <size>18</size>
14722       </method>
14723     </type>
14724     <type name="Program">
14725       <method name="Int32 Main()">
14726         <size>49</size>
14727       </method>
14728     </type>
14729     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
14730       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
14731         <size>21</size>
14732       </method>
14733       <method name="&lt;First&gt;__T get_First()">
14734         <size>7</size>
14735       </method>
14736       <method name="&lt;Second&gt;__T get_Second()">
14737         <size>7</size>
14738       </method>
14739       <method name="Boolean Equals(System.Object)">
14740         <size>69</size>
14741       </method>
14742       <method name="Int32 GetHashCode()">
14743         <size>86</size>
14744       </method>
14745       <method name="System.String ToString()">
14746         <size>142</size>
14747       </method>
14748     </type>
14749   </test>
14750   <test name="gtest-autoproperty-01.cs">
14751     <type name="Test">
14752       <method name="Void .ctor()">
14753         <size>15</size>
14754       </method>
14755       <method name="System.String get_Foo()">
14756         <size>7</size>
14757       </method>
14758       <method name="Void set_Foo(System.String)">
14759         <size>8</size>
14760       </method>
14761       <method name="Int32 get_Answer()">
14762         <size>7</size>
14763       </method>
14764       <method name="Void set_Answer(Int32)">
14765         <size>8</size>
14766       </method>
14767       <method name="Int32 Main()">
14768         <size>97</size>
14769       </method>
14770     </type>
14771     <type name="Test+A">
14772       <method name="Void .ctor()">
14773         <size>7</size>
14774       </method>
14775       <method name="System.String get_B()">
14776         <size>7</size>
14777       </method>
14778       <method name="Void set_B(System.String)">
14779         <size>8</size>
14780       </method>
14781     </type>
14782   </test>
14783   <test name="gtest-autoproperty-02.cs">
14784     <type name="Test">
14785       <method name="Void .ctor()">
14786         <size>7</size>
14787       </method>
14788       <method name="System.String get_Foo()">
14789         <size>6</size>
14790       </method>
14791       <method name="Void set_Foo(System.String)">
14792         <size>7</size>
14793       </method>
14794       <method name="Int32 get_Answer()">
14795         <size>6</size>
14796       </method>
14797       <method name="Void set_Answer(Int32)">
14798         <size>7</size>
14799       </method>
14800       <method name="Int32 Main()">
14801         <size>114</size>
14802       </method>
14803     </type>
14804     <type name="Test+A">
14805       <method name="Void .ctor()">
14806         <size>7</size>
14807       </method>
14808       <method name="System.String get_B()">
14809         <size>6</size>
14810       </method>
14811       <method name="Void set_B(System.String)">
14812         <size>7</size>
14813       </method>
14814       <method name="System.String get_C()">
14815         <size>6</size>
14816       </method>
14817       <method name="Void set_C(System.String)">
14818         <size>7</size>
14819       </method>
14820       <method name="Void DoThings()">
14821         <size>11</size>
14822       </method>
14823     </type>
14824   </test>
14825   <test name="gtest-autoproperty-03.cs">
14826     <type name="Test">
14827       <method name="Void .ctor()">
14828         <size>7</size>
14829       </method>
14830       <method name="System.String get_Foo()">
14831         <size>7</size>
14832       </method>
14833       <method name="Void set_Foo(System.String)">
14834         <size>8</size>
14835       </method>
14836       <method name="Int32 Main()">
14837         <size>236</size>
14838       </method>
14839     </type>
14840   </test>
14841   <test name="gtest-autoproperty-04.cs">
14842     <type name="MonoTests.MainClass">
14843       <method name="Void .ctor()">
14844         <size>7</size>
14845       </method>
14846       <method name="System.String[] get_foo()">
14847         <size>7</size>
14848       </method>
14849       <method name="Void set_foo(System.String[])">
14850         <size>8</size>
14851       </method>
14852       <method name="System.String[] get_bar()">
14853         <size>0</size>
14854       </method>
14855       <method name="Void set_bar(System.String[])">
14856         <size>0</size>
14857       </method>
14858       <method name="Void Main(System.String[])">
14859         <size>11</size>
14860       </method>
14861     </type>
14862     <type name="MonoTests.ChildClass">
14863       <method name="Void .ctor()">
14864         <size>7</size>
14865       </method>
14866       <method name="System.String[] get_foo()">
14867         <size>7</size>
14868       </method>
14869       <method name="Void set_foo(System.String[])">
14870         <size>8</size>
14871       </method>
14872       <method name="System.String[] get_bar()">
14873         <size>7</size>
14874       </method>
14875       <method name="Void set_bar(System.String[])">
14876         <size>8</size>
14877       </method>
14878     </type>
14879   </test>
14880   <test name="gtest-autoproperty-05.cs">
14881     <type name="Test">
14882       <method name="Void .ctor()">
14883         <size>7</size>
14884       </method>
14885       <method name="System.String get_X()">
14886         <size>7</size>
14887       </method>
14888       <method name="Void set_X(System.String)">
14889         <size>8</size>
14890       </method>
14891     </type>
14892     <type name="M">
14893       <method name="Void .ctor()">
14894         <size>7</size>
14895       </method>
14896       <method name="Void Main()">
14897         <size>1</size>
14898       </method>
14899     </type>
14900   </test>
14901   <test name="gtest-autoproperty-06.cs">
14902     <type name="A">
14903       <method name="Void .ctor()">
14904         <size>7</size>
14905       </method>
14906     </type>
14907     <type name="B">
14908       <method name="Void .ctor()">
14909         <size>7</size>
14910       </method>
14911     </type>
14912     <type name="C">
14913       <method name="Void .ctor()">
14914         <size>7</size>
14915       </method>
14916       <method name="B I&lt;B&gt;.get_Prop()">
14917         <size>7</size>
14918       </method>
14919       <method name="Void I&lt;B&gt;.set_Prop(B)">
14920         <size>8</size>
14921       </method>
14922       <method name="A I&lt;A&gt;.get_Prop()">
14923         <size>7</size>
14924       </method>
14925       <method name="Void I&lt;A&gt;.set_Prop(A)">
14926         <size>8</size>
14927       </method>
14928     </type>
14929     <type name="Program">
14930       <method name="Void .ctor()">
14931         <size>7</size>
14932       </method>
14933       <method name="Void Main(System.String[])">
14934         <size>7</size>
14935       </method>
14936     </type>
14937   </test>
14938   <test name="gtest-collectioninit-01.cs">
14939     <type name="Test">
14940       <method name="Void .ctor()">
14941         <size>7</size>
14942       </method>
14943       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
14944         <size>81</size>
14945       </method>
14946       <method name="Int32 Main()">
14947         <size>524</size>
14948       </method>
14949     </type>
14950     <type name="Test+Wrap">
14951       <method name="Void .ctor()">
14952         <size>31</size>
14953       </method>
14954       <method name="Void .ctor(Int32)">
14955         <size>25</size>
14956       </method>
14957       <method name="System.Collections.ArrayList get_Numbers()">
14958         <size>7</size>
14959       </method>
14960     </type>
14961   </test>
14962   <test name="gtest-collectioninit-02.cs">
14963     <type name="C">
14964       <method name="Void .ctor()">
14965         <size>7</size>
14966       </method>
14967       <method name="Int32 Main()">
14968         <size>73</size>
14969       </method>
14970     </type>
14971   </test>
14972   <test name="gtest-collectioninit-03.cs">
14973     <type name="X">
14974       <method name="Void .ctor()">
14975         <size>7</size>
14976       </method>
14977       <method name="Int32 Main()">
14978         <size>34</size>
14979       </method>
14980       <method name="Void R(System.Object ByRef)">
14981         <size>28</size>
14982       </method>
14983     </type>
14984   </test>
14985   <test name="gtest-etree-01.cs">
14986     <type name="MyTypeExplicit">
14987       <method name="Void .ctor(Int32)">
14988         <size>14</size>
14989       </method>
14990       <method name="Int32 op_Explicit(MyTypeExplicit)">
14991         <size>7</size>
14992       </method>
14993     </type>
14994     <type name="MemberAccessData">
14995       <method name="Void .ctor()">
14996         <size>7</size>
14997       </method>
14998       <method name="Void .cctor()">
14999         <size>16</size>
15000       </method>
15001       <method name="Void add_EventField(System.Func`1[System.Boolean])">
15002         <size>24</size>
15003       </method>
15004       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
15005         <size>24</size>
15006       </method>
15007       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
15008         <size>33</size>
15009       </method>
15010       <method name="Void set_MyTypeProperty(MyType)">
15011         <size>8</size>
15012       </method>
15013       <method name="MyType get_MyTypeProperty()">
15014         <size>7</size>
15015       </method>
15016       <method name="System.String get_StaticProperty()">
15017         <size>6</size>
15018       </method>
15019     </type>
15020     <type name="NewTest`1[T]">
15021       <method name="Void .ctor(T)">
15022         <size>27</size>
15023       </method>
15024       <method name="Void .ctor(T[])">
15025         <size>14</size>
15026       </method>
15027       <method name="Int32 GetHashCode()">
15028         <size>7</size>
15029       </method>
15030       <method name="Boolean Equals(System.Object)">
15031         <size>89</size>
15032       </method>
15033     </type>
15034     <type name="Indexer">
15035       <method name="Void .ctor()">
15036         <size>7</size>
15037       </method>
15038       <method name="Int32 get_Item(Int32)">
15039         <size>2</size>
15040       </method>
15041       <method name="Void set_Item(Int32, Int32)">
15042         <size>1</size>
15043       </method>
15044       <method name="System.String get_Item(System.String[])">
15045         <size>7</size>
15046       </method>
15047     </type>
15048     <type name="Tester">
15049       <method name="Void .ctor()">
15050         <size>7</size>
15051       </method>
15052       <method name="Void Assert[T](T, T)">
15053         <size>9</size>
15054       </method>
15055       <method name="Void Assert[T](T, T, System.String)">
15056         <size>89</size>
15057       </method>
15058       <method name="Void Assert[T](T[], T[])">
15059         <size>220</size>
15060       </method>
15061       <method name="T GenericMethod[T](T)">
15062         <size>2</size>
15063       </method>
15064       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
15065         <size>56</size>
15066       </method>
15067       <method name="Void AddTest()">
15068         <size>99</size>
15069       </method>
15070       <method name="Void AddTest_2()">
15071         <size>118</size>
15072       </method>
15073       <method name="Void AddTest_3()">
15074         <size>129</size>
15075       </method>
15076       <method name="Void AddTest_4()">
15077         <size>191</size>
15078       </method>
15079       <method name="Void AddTest_5()">
15080         <size>133</size>
15081       </method>
15082       <method name="Void AddTest_6()">
15083         <size>158</size>
15084       </method>
15085       <method name="Void AddTest_7()">
15086         <size>142</size>
15087       </method>
15088       <method name="Void AddTest_8()">
15089         <size>248</size>
15090       </method>
15091       <method name="Void AddTest_9()">
15092         <size>142</size>
15093       </method>
15094       <method name="Void AddCheckedTest()">
15095         <size>99</size>
15096       </method>
15097       <method name="Void AddCheckedTest_2()">
15098         <size>118</size>
15099       </method>
15100       <method name="Void AddCheckedTest_3()">
15101         <size>129</size>
15102       </method>
15103       <method name="Void AddStringTest()">
15104         <size>128</size>
15105       </method>
15106       <method name="Void AddStringTest_2()">
15107         <size>173</size>
15108       </method>
15109       <method name="Void AddStringTest_3()">
15110         <size>174</size>
15111       </method>
15112       <method name="Void AddStringTest_4()">
15113         <size>174</size>
15114       </method>
15115       <method name="Void AndTest()">
15116         <size>140</size>
15117       </method>
15118       <method name="Void AndTest_2()">
15119         <size>161</size>
15120       </method>
15121       <method name="Void AndTest_3()">
15122         <size>161</size>
15123       </method>
15124       <method name="Void AndNullableTest()">
15125         <size>381</size>
15126       </method>
15127       <method name="Void AndNullableTest_2()">
15128         <size>237</size>
15129       </method>
15130       <method name="Void AndNullableTest_3()">
15131         <size>198</size>
15132       </method>
15133       <method name="Void AndAlsoTest()">
15134         <size>96</size>
15135       </method>
15136       <method name="Void AndAlsoTest_2()">
15137         <size>165</size>
15138       </method>
15139       <method name="Void AndAlsoTest_3()">
15140         <size>108</size>
15141       </method>
15142       <method name="Void ArrayIndexTest()">
15143         <size>145</size>
15144       </method>
15145       <method name="Void ArrayIndexTest_2()">
15146         <size>115</size>
15147       </method>
15148       <method name="Void ArrayIndexTest_3()">
15149         <size>199</size>
15150       </method>
15151       <method name="Void ArrayIndexTest_4()">
15152         <size>243</size>
15153       </method>
15154       <method name="Void ArrayIndexTest_5()">
15155         <size>108</size>
15156       </method>
15157       <method name="Void ArrayLengthTest()">
15158         <size>99</size>
15159       </method>
15160       <method name="Void ArrayLengthTest_2()">
15161         <size>91</size>
15162       </method>
15163       <method name="Void CallTest()">
15164         <size>138</size>
15165       </method>
15166       <method name="Void CallTest_2()">
15167         <size>107</size>
15168       </method>
15169       <method name="Void CallTest_3()">
15170         <size>207</size>
15171       </method>
15172       <method name="Void CallTest_4()">
15173         <size>121</size>
15174       </method>
15175       <method name="Void CallTest_5()">
15176         <size>99</size>
15177       </method>
15178       <method name="Void CallTest_6()">
15179         <size>70</size>
15180       </method>
15181       <method name="Void CallTest_7()">
15182         <size>124</size>
15183       </method>
15184       <method name="Void CallTest_8()">
15185         <size>227</size>
15186       </method>
15187       <method name="Void CallTest_9()">
15188         <size>88</size>
15189       </method>
15190       <method name="Void CoalesceTest()">
15191         <size>120</size>
15192       </method>
15193       <method name="Void CoalesceTest_2()">
15194         <size>171</size>
15195       </method>
15196       <method name="Void ConditionTest()">
15197         <size>170</size>
15198       </method>
15199       <method name="Void ConditionTest_2()">
15200         <size>301</size>
15201       </method>
15202       <method name="Void ConditionTest_3()">
15203         <size>179</size>
15204       </method>
15205       <method name="Void ConditionTest_4()">
15206         <size>183</size>
15207       </method>
15208       <method name="Void ConstantTest()">
15209         <size>59</size>
15210       </method>
15211       <method name="Void ConstantTest_2()">
15212         <size>62</size>
15213       </method>
15214       <method name="Void ConstantTest_3()">
15215         <size>54</size>
15216       </method>
15217       <method name="Void ConstantTest_4()">
15218         <size>44</size>
15219       </method>
15220       <method name="Void ConstantTest_5()">
15221         <size>59</size>
15222       </method>
15223       <method name="Void ConstantTest_6()">
15224         <size>67</size>
15225       </method>
15226       <method name="Void ConstantTest_7()">
15227         <size>62</size>
15228       </method>
15229       <method name="Void ConstantTest_8()">
15230         <size>72</size>
15231       </method>
15232       <method name="Void ConstantTest_9()">
15233         <size>72</size>
15234       </method>
15235       <method name="Void ConstantTest_10()">
15236         <size>72</size>
15237       </method>
15238       <method name="Void ConstantTest_11()">
15239         <size>59</size>
15240       </method>
15241       <method name="Void ConstantTest_13()">
15242         <size>59</size>
15243       </method>
15244       <method name="Void ConstantTest_14()">
15245         <size>72</size>
15246       </method>
15247       <method name="Void ConstantTest_15()">
15248         <size>62</size>
15249       </method>
15250       <method name="Void ConvertTest()">
15251         <size>82</size>
15252       </method>
15253       <method name="Void ConvertTest_2()">
15254         <size>83</size>
15255       </method>
15256       <method name="Void ConvertTest_3()">
15257         <size>93</size>
15258       </method>
15259       <method name="Void ConvertTest_4()">
15260         <size>102</size>
15261       </method>
15262       <method name="Void ConvertTest_5()">
15263         <size>109</size>
15264       </method>
15265       <method name="Void ConvertTest_6()">
15266         <size>240</size>
15267       </method>
15268       <method name="Void ConvertTest_7()">
15269         <size>122</size>
15270       </method>
15271       <method name="Void ConvertTest_8()">
15272         <size>118</size>
15273       </method>
15274       <method name="Void ConvertTest_9()">
15275         <size>97</size>
15276       </method>
15277       <method name="Void ConvertTest_10()">
15278         <size>163</size>
15279       </method>
15280       <method name="Void ConvertTest_11()">
15281         <size>101</size>
15282       </method>
15283       <method name="Void ConvertTest_12()">
15284         <size>156</size>
15285       </method>
15286       <method name="Void ConvertTest_13()">
15287         <size>86</size>
15288       </method>
15289       <method name="Void ConvertTest_14()">
15290         <size>88</size>
15291       </method>
15292       <method name="Void ConvertTest_15()">
15293         <size>132</size>
15294       </method>
15295       <method name="Void ConvertCheckedTest()">
15296         <size>82</size>
15297       </method>
15298       <method name="Void ConvertCheckedTest_2()">
15299         <size>83</size>
15300       </method>
15301       <method name="Void ConvertCheckedTest_3()">
15302         <size>93</size>
15303       </method>
15304       <method name="Void ConvertCheckedTest_4()">
15305         <size>102</size>
15306       </method>
15307       <method name="Void DivideTest()">
15308         <size>99</size>
15309       </method>
15310       <method name="Void DivideTest_2()">
15311         <size>185</size>
15312       </method>
15313       <method name="Void DivideTest_3()">
15314         <size>129</size>
15315       </method>
15316       <method name="Void DivideTest_4()">
15317         <size>192</size>
15318       </method>
15319       <method name="Void DivideTest_5()">
15320         <size>134</size>
15321       </method>
15322       <method name="Void DivideTest_6()">
15323         <size>196</size>
15324       </method>
15325       <method name="Void EqualTest()">
15326         <size>118</size>
15327       </method>
15328       <method name="Void EqualTest_2()">
15329         <size>168</size>
15330       </method>
15331       <method name="Void EqualTest_3()">
15332         <size>125</size>
15333       </method>
15334       <method name="Void EqualTest_4()">
15335         <size>210</size>
15336       </method>
15337       <method name="Void EqualTest_5()">
15338         <size>176</size>
15339       </method>
15340       <method name="Void EqualTest_6()">
15341         <size>119</size>
15342       </method>
15343       <method name="Void EqualTest_7()">
15344         <size>167</size>
15345       </method>
15346       <method name="Void EqualTest_8()">
15347         <size>116</size>
15348       </method>
15349       <method name="Void EqualTest_9()">
15350         <size>146</size>
15351       </method>
15352       <method name="Void EqualTest_10()">
15353         <size>169</size>
15354       </method>
15355       <method name="Void EqualTest_11()">
15356         <size>132</size>
15357       </method>
15358       <method name="Void EqualTest_12()">
15359         <size>127</size>
15360       </method>
15361       <method name="Void EqualTest_13()">
15362         <size>124</size>
15363       </method>
15364       <method name="Void EqualTestDelegate()">
15365         <size>113</size>
15366       </method>
15367       <method name="Void EqualTestDelegate_2()">
15368         <size>312</size>
15369       </method>
15370       <method name="Void ExclusiveOrTest()">
15371         <size>115</size>
15372       </method>
15373       <method name="Void ExclusiveOrTest_2()">
15374         <size>183</size>
15375       </method>
15376       <method name="Void ExclusiveOrTest_3()">
15377         <size>129</size>
15378       </method>
15379       <method name="Void ExclusiveOrTest_4()">
15380         <size>192</size>
15381       </method>
15382       <method name="Void ExclusiveOrTest_5()">
15383         <size>197</size>
15384       </method>
15385       <method name="Void ExclusiveOrTest_6()">
15386         <size>161</size>
15387       </method>
15388       <method name="Void ExclusiveOrTest_7()">
15389         <size>198</size>
15390       </method>
15391       <method name="Void ExclusiveOrTest_8()">
15392         <size>164</size>
15393       </method>
15394       <method name="Void GreaterThanTest()">
15395         <size>99</size>
15396       </method>
15397       <method name="Void GreaterThanTest_2()">
15398         <size>154</size>
15399       </method>
15400       <method name="Void GreaterThanTest_3()">
15401         <size>125</size>
15402       </method>
15403       <method name="Void GreaterThanTest_4()">
15404         <size>210</size>
15405       </method>
15406       <method name="Void GreaterThanTest_5()">
15407         <size>209</size>
15408       </method>
15409       <method name="Void GreaterThanTest_6()">
15410         <size>102</size>
15411       </method>
15412       <method name="Void GreaterThanTest_7()">
15413         <size>146</size>
15414       </method>
15415       <method name="Void GreaterThanTest_8()">
15416         <size>169</size>
15417       </method>
15418       <method name="Void GreaterThanOrEqualTest()">
15419         <size>99</size>
15420       </method>
15421       <method name="Void GreaterThanOrEqualTest_2()">
15422         <size>169</size>
15423       </method>
15424       <method name="Void GreaterThanOrEqualTest_3()">
15425         <size>130</size>
15426       </method>
15427       <method name="Void GreaterThanOrEqualTest_4()">
15428         <size>210</size>
15429       </method>
15430       <method name="Void GreaterThanOrEqualTest_5()">
15431         <size>209</size>
15432       </method>
15433       <method name="Void GreaterThanOrEqualTest_6()">
15434         <size>102</size>
15435       </method>
15436       <method name="Void GreaterThanOrEqualTest_7()">
15437         <size>146</size>
15438       </method>
15439       <method name="Void GreaterThanOrEqualTest_8()">
15440         <size>169</size>
15441       </method>
15442       <method name="Void InvokeTest()">
15443         <size>90</size>
15444       </method>
15445       <method name="Void InvokeTest_2()">
15446         <size>138</size>
15447       </method>
15448       <method name="Void LeftShiftTest()">
15449         <size>155</size>
15450       </method>
15451       <method name="Void LeftShiftTest_2()">
15452         <size>162</size>
15453       </method>
15454       <method name="Void LeftShiftTest_3()">
15455         <size>184</size>
15456       </method>
15457       <method name="Void LeftShiftTest_4()">
15458         <size>261</size>
15459       </method>
15460       <method name="Void LeftShiftTest_5()">
15461         <size>110</size>
15462       </method>
15463       <method name="Void LessThanTest()">
15464         <size>99</size>
15465       </method>
15466       <method name="Void LessThanTest_2()">
15467         <size>154</size>
15468       </method>
15469       <method name="Void LessThanTest_3()">
15470         <size>125</size>
15471       </method>
15472       <method name="Void LessThanTest_4()">
15473         <size>210</size>
15474       </method>
15475       <method name="Void LessThanTest_5()">
15476         <size>209</size>
15477       </method>
15478       <method name="Void LessThanTest_6()">
15479         <size>102</size>
15480       </method>
15481       <method name="Void LessThanTest_7()">
15482         <size>146</size>
15483       </method>
15484       <method name="Void LessThanTest_8()">
15485         <size>169</size>
15486       </method>
15487       <method name="Void LessThanOrEqualTest()">
15488         <size>99</size>
15489       </method>
15490       <method name="Void LessThanOrEqualTest_2()">
15491         <size>169</size>
15492       </method>
15493       <method name="Void LessThanOrEqualTest_3()">
15494         <size>125</size>
15495       </method>
15496       <method name="Void LessThanOrEqualTest_4()">
15497         <size>210</size>
15498       </method>
15499       <method name="Void LessThanOrEqualTest_5()">
15500         <size>209</size>
15501       </method>
15502       <method name="Void LessThanOrEqualTest_6()">
15503         <size>102</size>
15504       </method>
15505       <method name="Void LessThanOrEqualTest_7()">
15506         <size>146</size>
15507       </method>
15508       <method name="Void LessThanOrEqualTest_8()">
15509         <size>169</size>
15510       </method>
15511       <method name="Void ListInitTest()">
15512         <size>404</size>
15513       </method>
15514       <method name="Void ListInitTest_2()">
15515         <size>292</size>
15516       </method>
15517       <method name="Void MemberAccessTest()">
15518         <size>132</size>
15519       </method>
15520       <method name="Void MemberAccessTest_2()">
15521         <size>63</size>
15522       </method>
15523       <method name="Void MemberAccessTest_3()">
15524         <size>113</size>
15525       </method>
15526       <method name="Void MemberAccessTest_4()">
15527         <size>91</size>
15528       </method>
15529       <method name="Void MemberAccessTest_5()">
15530         <size>39</size>
15531       </method>
15532       <method name="Void MemberAccessTest_6()">
15533         <size>104</size>
15534       </method>
15535       <method name="Void MemberAccessTest_7()">
15536         <size>109</size>
15537       </method>
15538       <method name="Void MemberAccessTest_8()">
15539         <size>63</size>
15540       </method>
15541       <method name="Void MemberAccessTest_9()">
15542         <size>91</size>
15543       </method>
15544       <method name="Void MemberInitTest()">
15545         <size>302</size>
15546       </method>
15547       <method name="Void MemberInitTest_2()">
15548         <size>250</size>
15549       </method>
15550       <method name="Void MemberInitTest_3()">
15551         <size>124</size>
15552       </method>
15553       <method name="Void ModuloTest()">
15554         <size>100</size>
15555       </method>
15556       <method name="Void ModuloTest_2()">
15557         <size>185</size>
15558       </method>
15559       <method name="Void ModuloTest_3()">
15560         <size>129</size>
15561       </method>
15562       <method name="Void ModuloTest_4()">
15563         <size>192</size>
15564       </method>
15565       <method name="Void ModuloTest_5()">
15566         <size>133</size>
15567       </method>
15568       <method name="Void ModuloTest_6()">
15569         <size>200</size>
15570       </method>
15571       <method name="Void ModuloTest_7()">
15572         <size>110</size>
15573       </method>
15574       <method name="Void MultiplyTest()">
15575         <size>131</size>
15576       </method>
15577       <method name="Void MultiplyTest_2()">
15578         <size>185</size>
15579       </method>
15580       <method name="Void MultiplyTest_3()">
15581         <size>133</size>
15582       </method>
15583       <method name="Void MultiplyTest_4()">
15584         <size>195</size>
15585       </method>
15586       <method name="Void MultiplyTest_5()">
15587         <size>137</size>
15588       </method>
15589       <method name="Void MultiplyTest_6()">
15590         <size>202</size>
15591       </method>
15592       <method name="Void MultiplyTest_7()">
15593         <size>110</size>
15594       </method>
15595       <method name="Void MultiplyCheckedTest()">
15596         <size>122</size>
15597       </method>
15598       <method name="Void MultiplyCheckedTest_2()">
15599         <size>192</size>
15600       </method>
15601       <method name="Void MultiplyCheckedTest_3()">
15602         <size>133</size>
15603       </method>
15604       <method name="Void MultiplyCheckedTest_4()">
15605         <size>121</size>
15606       </method>
15607       <method name="Void MultiplyCheckedTest_5()">
15608         <size>124</size>
15609       </method>
15610       <method name="Void NegateTest()">
15611         <size>72</size>
15612       </method>
15613       <method name="Void NegateTest_2()">
15614         <size>92</size>
15615       </method>
15616       <method name="Void NegateTest_3()">
15617         <size>130</size>
15618       </method>
15619       <method name="Void NegateTest_4()">
15620         <size>97</size>
15621       </method>
15622       <method name="Void NegateTest_5()">
15623         <size>141</size>
15624       </method>
15625       <method name="Void NegateTest_6()">
15626         <size>121</size>
15627       </method>
15628       <method name="Void NegateTest_7()">
15629         <size>132</size>
15630       </method>
15631       <method name="Void NegateTest_8()">
15632         <size>97</size>
15633       </method>
15634       <method name="Void NegateTest_9()">
15635         <size>87</size>
15636       </method>
15637       <method name="Void NegateTestChecked()">
15638         <size>91</size>
15639       </method>
15640       <method name="Void NegateTestChecked_2()">
15641         <size>137</size>
15642       </method>
15643       <method name="Void NegateTestChecked_3()">
15644         <size>97</size>
15645       </method>
15646       <method name="Void NegateTestChecked_4()">
15647         <size>86</size>
15648       </method>
15649       <method name="Void NewArrayInitTest()">
15650         <size>92</size>
15651       </method>
15652       <method name="Void NewArrayInitTest_2()">
15653         <size>64</size>
15654       </method>
15655       <method name="Void NewArrayInitTest_3()">
15656         <size>136</size>
15657       </method>
15658       <method name="Void NewArrayInitTest_4()">
15659         <size>120</size>
15660       </method>
15661       <method name="Void NewArrayBoundsTest()">
15662         <size>123</size>
15663       </method>
15664       <method name="Void NewArrayBoundsTest_2()">
15665         <size>123</size>
15666       </method>
15667       <method name="Void NewTest()">
15668         <size>93</size>
15669       </method>
15670       <method name="Void NewTest_2()">
15671         <size>61</size>
15672       </method>
15673       <method name="Void NewTest_3()">
15674         <size>98</size>
15675       </method>
15676       <method name="Void NewTest_4()">
15677         <size>252</size>
15678       </method>
15679       <method name="Void NewTest_5()">
15680         <size>371</size>
15681       </method>
15682       <method name="Void NotTest()">
15683         <size>70</size>
15684       </method>
15685       <method name="Void NotTest_2()">
15686         <size>113</size>
15687       </method>
15688       <method name="Void NotTest_3()">
15689         <size>71</size>
15690       </method>
15691       <method name="Void NotTest_4()">
15692         <size>105</size>
15693       </method>
15694       <method name="Void NotTest_5()">
15695         <size>73</size>
15696       </method>
15697       <method name="Void NotTest_6()">
15698         <size>104</size>
15699       </method>
15700       <method name="Void NotNullableTest()">
15701         <size>114</size>
15702       </method>
15703       <method name="Void NotNullableTest_2()">
15704         <size>134</size>
15705       </method>
15706       <method name="Void NotNullableTest_3()">
15707         <size>130</size>
15708       </method>
15709       <method name="Void NotNullableTest_4()">
15710         <size>149</size>
15711       </method>
15712       <method name="Void NotNullableTest_5()">
15713         <size>148</size>
15714       </method>
15715       <method name="Void NotEqualTest()">
15716         <size>118</size>
15717       </method>
15718       <method name="Void NotEqualTest_2()">
15719         <size>166</size>
15720       </method>
15721       <method name="Void NotEqualTest_3()">
15722         <size>125</size>
15723       </method>
15724       <method name="Void NotEqualTest_4()">
15725         <size>210</size>
15726       </method>
15727       <method name="Void NotEqualTest_5()">
15728         <size>176</size>
15729       </method>
15730       <method name="Void NotEqualTest_6()">
15731         <size>119</size>
15732       </method>
15733       <method name="Void NotEqualTest_7()">
15734         <size>167</size>
15735       </method>
15736       <method name="Void NotEqualTest_8()">
15737         <size>116</size>
15738       </method>
15739       <method name="Void NotEqualTest_9()">
15740         <size>146</size>
15741       </method>
15742       <method name="Void NotEqualTest_10()">
15743         <size>169</size>
15744       </method>
15745       <method name="Void NotEqualTest_11()">
15746         <size>132</size>
15747       </method>
15748       <method name="Void OrTest()">
15749         <size>141</size>
15750       </method>
15751       <method name="Void OrTest_2()">
15752         <size>129</size>
15753       </method>
15754       <method name="Void OrTest_3()">
15755         <size>161</size>
15756       </method>
15757       <method name="Void OrNullableTest()">
15758         <size>382</size>
15759       </method>
15760       <method name="Void OrNullableTest_2()">
15761         <size>186</size>
15762       </method>
15763       <method name="Void OrNullableTest_3()">
15764         <size>176</size>
15765       </method>
15766       <method name="Void OrNullableTest_4()">
15767         <size>198</size>
15768       </method>
15769       <method name="Void OrElseTest()">
15770         <size>97</size>
15771       </method>
15772       <method name="Void OrElseTest_2()">
15773         <size>167</size>
15774       </method>
15775       <method name="Void ParameterTest()">
15776         <size>73</size>
15777       </method>
15778       <method name="Void ParameterTest_2()">
15779         <size>75</size>
15780       </method>
15781       <method name="Void ParameterTest_3()">
15782         <size>73</size>
15783       </method>
15784       <method name="Void ParameterTest_4()">
15785         <size>100</size>
15786       </method>
15787       <method name="Void QuoteTest()">
15788         <size>85</size>
15789       </method>
15790       <method name="Void RightShiftTest()">
15791         <size>152</size>
15792       </method>
15793       <method name="Void RightShiftTest_2()">
15794         <size>159</size>
15795       </method>
15796       <method name="Void RightShiftTest_3()">
15797         <size>184</size>
15798       </method>
15799       <method name="Void RightShiftTest_4()">
15800         <size>258</size>
15801       </method>
15802       <method name="Void SubtractTest()">
15803         <size>100</size>
15804       </method>
15805       <method name="Void SubtractTest_2()">
15806         <size>119</size>
15807       </method>
15808       <method name="Void SubtractTest_3()">
15809         <size>130</size>
15810       </method>
15811       <method name="Void SubtractTest_4()">
15812         <size>192</size>
15813       </method>
15814       <method name="Void SubtractTest_5()">
15815         <size>134</size>
15816       </method>
15817       <method name="Void SubtractTest_6()">
15818         <size>160</size>
15819       </method>
15820       <method name="Void SubtractTest_7()">
15821         <size>113</size>
15822       </method>
15823       <method name="Void SubtractTest_8()">
15824         <size>146</size>
15825       </method>
15826       <method name="Void SubtractTest_9()">
15827         <size>142</size>
15828       </method>
15829       <method name="Void SubtractTest_10()">
15830         <size>161</size>
15831       </method>
15832       <method name="Void SubtractTest_11()">
15833         <size>157</size>
15834       </method>
15835       <method name="Void SubtractCheckedTest()">
15836         <size>127</size>
15837       </method>
15838       <method name="Void SubtractCheckedTest_2()">
15839         <size>185</size>
15840       </method>
15841       <method name="Void SubtractCheckedTest_3()">
15842         <size>130</size>
15843       </method>
15844       <method name="Void SubtractCheckedTest_4()">
15845         <size>121</size>
15846       </method>
15847       <method name="Void TypeAsTest()">
15848         <size>80</size>
15849       </method>
15850       <method name="Void TypeAsTest_2()">
15851         <size>144</size>
15852       </method>
15853       <method name="Void TypeAsTest_3()">
15854         <size>85</size>
15855       </method>
15856       <method name="Void TypeIsTest()">
15857         <size>103</size>
15858       </method>
15859       <method name="Void TypeIsTest_2()">
15860         <size>103</size>
15861       </method>
15862       <method name="Void TypeIsTest_3()">
15863         <size>85</size>
15864       </method>
15865       <method name="Void TypeIsTest_5()">
15866         <size>74</size>
15867       </method>
15868       <method name="Void TypeIsTest_6()">
15869         <size>111</size>
15870       </method>
15871       <method name="Void UnaryPlusTest()">
15872         <size>67</size>
15873       </method>
15874       <method name="Void UnaryPlusTest_2()">
15875         <size>47</size>
15876       </method>
15877       <method name="Void UnaryPlusTest_3()">
15878         <size>97</size>
15879       </method>
15880       <method name="Void UnaryPlusTest_4()">
15881         <size>141</size>
15882       </method>
15883       <method name="Void UnaryPlusTest_5()">
15884         <size>140</size>
15885       </method>
15886       <method name="System.String InstanceMethod(System.String)">
15887         <size>2</size>
15888       </method>
15889       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
15890         <size>30</size>
15891       </method>
15892       <method name="Int32 TestInt()">
15893         <size>3</size>
15894       </method>
15895       <method name="Void RefMethod(Int32 ByRef)">
15896         <size>8</size>
15897       </method>
15898       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
15899         <size>87</size>
15900       </method>
15901       <method name="Int32 Main()">
15902         <size>179</size>
15903       </method>
15904     </type>
15905     <type name="Tester+EmptyDelegate">
15906       <method name="Void .ctor(Object, IntPtr)">
15907         <size>0</size>
15908       </method>
15909       <method name="Void Invoke()">
15910         <size>0</size>
15911       </method>
15912       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15913         <size>0</size>
15914       </method>
15915       <method name="Void EndInvoke(IAsyncResult)">
15916         <size>0</size>
15917       </method>
15918     </type>
15919     <type name="Tester+IntDelegate">
15920       <method name="Void .ctor(Object, IntPtr)">
15921         <size>0</size>
15922       </method>
15923       <method name="Int32 Invoke()">
15924         <size>0</size>
15925       </method>
15926       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15927         <size>0</size>
15928       </method>
15929       <method name="Int32 EndInvoke(IAsyncResult)">
15930         <size>0</size>
15931       </method>
15932     </type>
15933     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
15934       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
15935         <size>21</size>
15936       </method>
15937       <method name="&lt;A&gt;__T get_A()">
15938         <size>7</size>
15939       </method>
15940       <method name="&lt;Value&gt;__T get_Value()">
15941         <size>7</size>
15942       </method>
15943       <method name="Boolean Equals(System.Object)">
15944         <size>69</size>
15945       </method>
15946       <method name="Int32 GetHashCode()">
15947         <size>86</size>
15948       </method>
15949       <method name="System.String ToString()">
15950         <size>142</size>
15951       </method>
15952     </type>
15953     <type name="Tester">
15954       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
15955         <size>1</size>
15956       </method>
15957       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
15958         <size>1</size>
15959       </method>
15960       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
15961         <size>1</size>
15962       </method>
15963       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
15964         <size>1</size>
15965       </method>
15966       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
15967         <size>1</size>
15968       </method>
15969       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
15970         <size>12</size>
15971       </method>
15972       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
15973         <size>12</size>
15974       </method>
15975       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
15976         <size>7</size>
15977       </method>
15978       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
15979         <size>7</size>
15980       </method>
15981       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
15982         <size>5</size>
15983       </method>
15984       <method name="Void NewArrayInitTest_5()">
15985         <size>158</size>
15986       </method>
15987       <method name="Void ConditionTest_5()">
15988         <size>107</size>
15989       </method>
15990       <method name="Void AndTest_4()">
15991         <size>92</size>
15992       </method>
15993       <method name="Void MemberInitTest_4()">
15994         <size>66</size>
15995       </method>
15996       <method name="Void NewTest_6()">
15997         <size>182</size>
15998       </method>
15999     </type>
16000     <type name="InverseLogicalOperator">
16001       <method name="Void .ctor(Boolean)">
16002         <size>8</size>
16003       </method>
16004       <method name="Boolean op_True(InverseLogicalOperator)">
16005         <size>8</size>
16006       </method>
16007       <method name="Boolean op_False(InverseLogicalOperator)">
16008         <size>8</size>
16009       </method>
16010     </type>
16011     <type name="MyType">
16012       <method name="Void .ctor(Int32)">
16013         <size>8</size>
16014       </method>
16015       <method name="Int16 get_ShortProp()">
16016         <size>7</size>
16017       </method>
16018       <method name="Void set_ShortProp(Int16)">
16019         <size>8</size>
16020       </method>
16021       <method name="Int32 GetHashCode()">
16022         <size>6</size>
16023       </method>
16024       <method name="System.String ToString()">
16025         <size>12</size>
16026       </method>
16027       <method name="Int32 op_Implicit(MyType)">
16028         <size>8</size>
16029       </method>
16030       <method name="Boolean op_True(MyType)">
16031         <size>16</size>
16032       </method>
16033       <method name="Boolean op_False(MyType)">
16034         <size>19</size>
16035       </method>
16036       <method name="MyType op_Addition(MyType, MyType)">
16037         <size>21</size>
16038       </method>
16039       <method name="MyType op_Subtraction(MyType, MyType)">
16040         <size>21</size>
16041       </method>
16042       <method name="MyType op_Division(MyType, MyType)">
16043         <size>21</size>
16044       </method>
16045       <method name="MyType op_Multiply(MyType, MyType)">
16046         <size>21</size>
16047       </method>
16048       <method name="MyType op_Modulus(MyType, MyType)">
16049         <size>21</size>
16050       </method>
16051       <method name="MyType op_BitwiseAnd(MyType, MyType)">
16052         <size>21</size>
16053       </method>
16054       <method name="MyType op_BitwiseOr(MyType, MyType)">
16055         <size>21</size>
16056       </method>
16057       <method name="MyType op_ExclusiveOr(MyType, MyType)">
16058         <size>21</size>
16059       </method>
16060       <method name="Boolean op_Equality(MyType, MyType)">
16061         <size>17</size>
16062       </method>
16063       <method name="Boolean op_Inequality(MyType, MyType)">
16064         <size>20</size>
16065       </method>
16066       <method name="Boolean op_GreaterThan(MyType, MyType)">
16067         <size>17</size>
16068       </method>
16069       <method name="Boolean op_LessThan(MyType, MyType)">
16070         <size>17</size>
16071       </method>
16072       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
16073         <size>20</size>
16074       </method>
16075       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
16076         <size>20</size>
16077       </method>
16078       <method name="Boolean op_LogicalNot(MyType)">
16079         <size>11</size>
16080       </method>
16081       <method name="Int32 op_RightShift(MyType, Int32)">
16082         <size>13</size>
16083       </method>
16084       <method name="Int32 op_LeftShift(MyType, Int32)">
16085         <size>13</size>
16086       </method>
16087       <method name="MyType op_UnaryNegation(MyType)">
16088         <size>14</size>
16089       </method>
16090       <method name="MyType op_UnaryPlus(MyType)">
16091         <size>13</size>
16092       </method>
16093     </type>
16094     <type name="MyTypeImplicitOnly">
16095       <method name="Void .ctor(Int16)">
16096         <size>8</size>
16097       </method>
16098       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
16099         <size>8</size>
16100       </method>
16101     </type>
16102     <type name="Tester">
16103       <method name="Void EqualTest_14()">
16104         <size>101</size>
16105       </method>
16106     </type>
16107     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
16108       <method name="Void .ctor()">
16109         <size>7</size>
16110       </method>
16111     </type>
16112     <type name="Tester">
16113       <method name="Void NewArrayInitTest_6()">
16114         <size>103</size>
16115       </method>
16116       <method name="Void LambdaTest()">
16117         <size>89</size>
16118       </method>
16119       <method name="Void EqualTest_15()">
16120         <size>159</size>
16121       </method>
16122       <method name="Void ArrayIndexTest_6()">
16123         <size>122</size>
16124       </method>
16125       <method name="Void ArrayIndexTest_7()">
16126         <size>128</size>
16127       </method>
16128       <method name="Void NewArrayBoundsTest_3()">
16129         <size>85</size>
16130       </method>
16131       <method name="Void NewArrayBoundsTest_4()">
16132         <size>82</size>
16133       </method>
16134     </type>
16135     <type name="&lt;PrivateImplementationDetails&gt;">
16136       <method name="Void .ctor()">
16137         <size>7</size>
16138       </method>
16139     </type>
16140     <type name="Tester">
16141       <method name="Void LeftShiftTest_6()">
16142         <size>155</size>
16143       </method>
16144       <method name="Void RightShiftTest_5()">
16145         <size>152</size>
16146       </method>
16147       <method name="Void QuoteTest_2()">
16148         <size>99</size>
16149       </method>
16150     </type>
16151     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
16152       <method name="Void .ctor()">
16153         <size>7</size>
16154       </method>
16155     </type>
16156     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
16157       <method name="Void .ctor()">
16158         <size>7</size>
16159       </method>
16160     </type>
16161     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
16162       <method name="Void .ctor()">
16163         <size>7</size>
16164       </method>
16165     </type>
16166     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
16167       <method name="Void .ctor()">
16168         <size>7</size>
16169       </method>
16170     </type>
16171     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
16172       <method name="Void .ctor()">
16173         <size>7</size>
16174       </method>
16175     </type>
16176     <type name="Tester">
16177       <method name="Void NewTest_7()">
16178         <size>53</size>
16179       </method>
16180     </type>
16181   </test>
16182   <test name="gtest-etree-02.cs">
16183     <type name="M">
16184       <method name="Void .ctor()">
16185         <size>7</size>
16186       </method>
16187       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
16188         <size>1</size>
16189       </method>
16190       <method name="System.String Param(System.String)">
16191         <size>114</size>
16192       </method>
16193       <method name="Int32 Main()">
16194         <size>157</size>
16195       </method>
16196     </type>
16197     <type name="M+&lt;Param&gt;c__AnonStorey0">
16198       <method name="Void .ctor()">
16199         <size>7</size>
16200       </method>
16201     </type>
16202   </test>
16203   <test name="gtest-etree-03.cs">
16204     <type name="C">
16205       <method name="Void .ctor()">
16206         <size>7</size>
16207       </method>
16208       <method name="Int32 Main()">
16209         <size>6</size>
16210       </method>
16211     </type>
16212     <type name="S`1[T]">
16213       <method name="Int32 Test()">
16214         <size>145</size>
16215       </method>
16216     </type>
16217   </test>
16218   <test name="gtest-etree-04.cs">
16219     <type name="C">
16220       <method name="Void .ctor()">
16221         <size>7</size>
16222       </method>
16223       <method name="Int32 Main()">
16224         <size>366</size>
16225       </method>
16226     </type>
16227     <type name="C+&lt;Main&gt;c__AnonStorey0">
16228       <method name="Void .ctor()">
16229         <size>7</size>
16230       </method>
16231     </type>
16232     <type name="Foo">
16233       <method name="Boolean op_GreaterThan(Foo, Foo)">
16234         <size>6</size>
16235       </method>
16236       <method name="Boolean op_LessThan(Foo, Foo)">
16237         <size>6</size>
16238       </method>
16239       <method name="Boolean op_Equality(Foo, Foo)">
16240         <size>6</size>
16241       </method>
16242       <method name="Boolean op_Inequality(Foo, Foo)">
16243         <size>6</size>
16244       </method>
16245     </type>
16246   </test>
16247   <test name="gtest-etree-05.cs">
16248     <type name="C">
16249       <method name="Void .ctor()">
16250         <size>7</size>
16251       </method>
16252       <method name="Void Assert[T](T, T)">
16253         <size>46</size>
16254       </method>
16255       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
16256         <size>56</size>
16257       </method>
16258       <method name="Int32 Main()">
16259         <size>350</size>
16260       </method>
16261     </type>
16262   </test>
16263   <test name="gtest-etree-06.cs">
16264     <type name="Test">
16265       <method name="Void .ctor()">
16266         <size>7</size>
16267       </method>
16268       <method name="Int32 Main()">
16269         <size>45</size>
16270       </method>
16271       <method name="Int32 Value()">
16272         <size>2</size>
16273       </method>
16274     </type>
16275   </test>
16276   <test name="gtest-etree-07.cs">
16277     <type name="C">
16278       <method name="Void .ctor()">
16279         <size>7</size>
16280       </method>
16281       <method name="Void Test()">
16282         <size>14</size>
16283       </method>
16284       <method name="Int32* Foo()">
16285         <size>3</size>
16286       </method>
16287       <method name="Int32 Main()">
16288         <size>564</size>
16289       </method>
16290     </type>
16291     <type name="EmptyDelegate">
16292       <method name="Void .ctor(Object, IntPtr)">
16293         <size>0</size>
16294       </method>
16295       <method name="Void Invoke()">
16296         <size>0</size>
16297       </method>
16298       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16299         <size>0</size>
16300       </method>
16301       <method name="Void EndInvoke(IAsyncResult)">
16302         <size>0</size>
16303       </method>
16304     </type>
16305     <type name="UnsafeDelegate">
16306       <method name="Void .ctor(Object, IntPtr)">
16307         <size>0</size>
16308       </method>
16309       <method name="Int32* Invoke()">
16310         <size>0</size>
16311       </method>
16312       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16313         <size>0</size>
16314       </method>
16315       <method name="Int32* EndInvoke(IAsyncResult)">
16316         <size>0</size>
16317       </method>
16318     </type>
16319   </test>
16320   <test name="gtest-etree-08.cs">
16321     <type name="Foo">
16322       <method name="Void .ctor()">
16323         <size>7</size>
16324       </method>
16325       <method name="Int32 ThisMethod()">
16326         <size>3</size>
16327       </method>
16328       <method name="Int32 Goo(Boolean)">
16329         <size>204</size>
16330       </method>
16331       <method name="Int32 Main()">
16332         <size>14</size>
16333       </method>
16334     </type>
16335     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
16336       <method name="Void .ctor()">
16337         <size>7</size>
16338       </method>
16339     </type>
16340   </test>
16341   <test name="gtest-etree-09.cs">
16342     <type name="Mono.C">
16343       <method name="Void .ctor()">
16344         <size>7</size>
16345       </method>
16346       <method name="Int32 Main()">
16347         <size>300</size>
16348       </method>
16349       <method name="System.Int64[] GetValues()">
16350         <size>18</size>
16351       </method>
16352     </type>
16353     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
16354       <method name="Void .ctor()">
16355         <size>7</size>
16356       </method>
16357     </type>
16358     <type name="&lt;PrivateImplementationDetails&gt;">
16359       <method name="Void .ctor()">
16360         <size>7</size>
16361       </method>
16362     </type>
16363   </test>
16364   <test name="gtest-etree-10.cs">
16365     <type name="Foo`1[T]">
16366       <method name="Void .ctor()">
16367         <size>7</size>
16368       </method>
16369       <method name="Boolean ContainsAll[U](IEnumerable`1)">
16370         <size>189</size>
16371       </method>
16372       <method name="Boolean Contains(T)">
16373         <size>2</size>
16374       </method>
16375     </type>
16376     <type name="Program">
16377       <method name="Void .ctor()">
16378         <size>7</size>
16379       </method>
16380       <method name="Int32 Main()">
16381         <size>42</size>
16382       </method>
16383     </type>
16384     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
16385       <method name="Void .ctor()">
16386         <size>7</size>
16387       </method>
16388     </type>
16389     <type name="&lt;PrivateImplementationDetails&gt;">
16390       <method name="Void .ctor()">
16391         <size>7</size>
16392       </method>
16393     </type>
16394   </test>
16395   <test name="gtest-etree-11.cs">
16396     <type name="C">
16397       <method name="Void .ctor()">
16398         <size>7</size>
16399       </method>
16400       <method name="Void Main()">
16401         <size>12</size>
16402       </method>
16403     </type>
16404     <type name="Test">
16405       <method name="Void .ctor()">
16406         <size>7</size>
16407       </method>
16408       <method name="Void Invalid(Int32)">
16409         <size>124</size>
16410       </method>
16411       <method name="Void Other(System.Int32[])">
16412         <size>1</size>
16413       </method>
16414     </type>
16415     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
16416       <method name="Void .ctor()">
16417         <size>7</size>
16418       </method>
16419     </type>
16420   </test>
16421   <test name="gtest-etree-12.cs">
16422     <type name="TestCase">
16423       <method name="Void .cctor()">
16424         <size>68</size>
16425       </method>
16426       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
16427         <size>2</size>
16428       </method>
16429       <method name="Void DummyToMakeTheStaticsInitialize()">
16430         <size>1</size>
16431       </method>
16432     </type>
16433     <type name="Program">
16434       <method name="Void .ctor()">
16435         <size>7</size>
16436       </method>
16437       <method name="Int32 Main()">
16438         <size>7</size>
16439       </method>
16440     </type>
16441   </test>
16442   <test name="gtest-etree-13.cs">
16443     <type name="Program">
16444       <method name="Void .ctor()">
16445         <size>7</size>
16446       </method>
16447       <method name="Int32 Main()">
16448         <size>53</size>
16449       </method>
16450       <method name="IEnumerable`1 Test[T](Int32)">
16451         <size>30</size>
16452       </method>
16453     </type>
16454     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
16455       <method name="Void .ctor()">
16456         <size>7</size>
16457       </method>
16458       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16459         <size>7</size>
16460       </method>
16461       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16462         <size>12</size>
16463       </method>
16464       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16465         <size>7</size>
16466       </method>
16467       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16468         <size>40</size>
16469       </method>
16470       <method name="Boolean MoveNext()">
16471         <size>108</size>
16472       </method>
16473       <method name="Void Dispose()">
16474         <size>8</size>
16475       </method>
16476       <method name="Void Reset()">
16477         <size>6</size>
16478       </method>
16479     </type>
16480   </test>
16481   <test name="gtest-etree-14.cs">
16482     <type name="Person">
16483       <method name="Void .ctor()">
16484         <size>7</size>
16485       </method>
16486       <method name="Int32 get_Age()">
16487         <size>7</size>
16488       </method>
16489       <method name="Void set_Age(Int32)">
16490         <size>8</size>
16491       </method>
16492     </type>
16493     <type name="Repro">
16494       <method name="Void .ctor()">
16495         <size>7</size>
16496       </method>
16497       <method name="Int32 Main()">
16498         <size>59</size>
16499       </method>
16500       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
16501         <size>44</size>
16502       </method>
16503       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
16504         <size>13</size>
16505       </method>
16506     </type>
16507     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
16508       <method name="Void .ctor()">
16509         <size>7</size>
16510       </method>
16511       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
16512         <size>7</size>
16513       </method>
16514       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16515         <size>12</size>
16516       </method>
16517       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16518         <size>7</size>
16519       </method>
16520       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
16521         <size>52</size>
16522       </method>
16523       <method name="Boolean MoveNext()">
16524         <size>293</size>
16525       </method>
16526       <method name="Void Dispose()">
16527         <size>60</size>
16528       </method>
16529       <method name="Void Reset()">
16530         <size>6</size>
16531       </method>
16532     </type>
16533   </test>
16534   <test name="gtest-etree-15.cs">
16535     <type name="Foo">
16536       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
16537         <size>2</size>
16538       </method>
16539       <method name="Void Main()">
16540         <size>190</size>
16541       </method>
16542     </type>
16543   </test>
16544   <test name="gtest-etree-16.cs">
16545     <type name="Program">
16546       <method name="Void .ctor()">
16547         <size>7</size>
16548       </method>
16549       <method name="Int32 Main()">
16550         <size>136</size>
16551       </method>
16552     </type>
16553     <type name="Foo">
16554       <method name="Void .ctor()">
16555         <size>7</size>
16556       </method>
16557     </type>
16558   </test>
16559   <test name="gtest-etree-17.cs">
16560     <type name="CompilerCrashTest.QueryCompiler">
16561       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
16562         <size>12</size>
16563       </method>
16564       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
16565         <size>6</size>
16566       </method>
16567       <method name="Void Main()">
16568         <size>1</size>
16569       </method>
16570     </type>
16571   </test>
16572   <test name="gtest-etree-18.cs">
16573     <type name="FooBase">
16574       <method name="Void .ctor()">
16575         <size>7</size>
16576       </method>
16577     </type>
16578     <type name="Foo">
16579       <method name="Void .ctor()">
16580         <size>7</size>
16581       </method>
16582     </type>
16583     <type name="Program">
16584       <method name="Void .ctor()">
16585         <size>7</size>
16586       </method>
16587       <method name="Int32 Main()">
16588         <size>140</size>
16589       </method>
16590     </type>
16591   </test>
16592   <test name="gtest-etree-19.cs">
16593     <type name="Test">
16594       <method name="Void .ctor()">
16595         <size>7</size>
16596       </method>
16597       <method name="Int32 Main()">
16598         <size>20</size>
16599       </method>
16600       <method name="T Value[T]()">
16601         <size>76</size>
16602       </method>
16603     </type>
16604   </test>
16605   <test name="gtest-etree-20.cs">
16606     <type name="S">
16607       <method name="Int32 Main()">
16608         <size>215</size>
16609       </method>
16610     </type>
16611     <type name="A">
16612       <method name="A op_Implicit(S)">
16613         <size>6</size>
16614       </method>
16615       <method name="Void .ctor()">
16616         <size>7</size>
16617       </method>
16618     </type>
16619     <type name="B">
16620       <method name="Void .ctor()">
16621         <size>7</size>
16622       </method>
16623     </type>
16624   </test>
16625   <test name="gtest-exmethod-01.cs">
16626     <type name="SimpleTest">
16627       <method name="System.String Prefix(System.String, System.String)">
16628         <size>8</size>
16629       </method>
16630     </type>
16631     <type name="M">
16632       <method name="Void .ctor()">
16633         <size>7</size>
16634       </method>
16635       <method name="Int32 Main()">
16636         <size>157</size>
16637       </method>
16638     </type>
16639   </test>
16640   <test name="gtest-exmethod-02.cs">
16641     <type name="M">
16642       <method name="Void .ctor()">
16643         <size>7</size>
16644       </method>
16645       <method name="Void Main()">
16646         <size>12</size>
16647       </method>
16648     </type>
16649     <type name="N.M">
16650       <method name="Void .ctor()">
16651         <size>7</size>
16652       </method>
16653       <method name="Void Test2()">
16654         <size>12</size>
16655       </method>
16656     </type>
16657   </test>
16658   <test name="gtest-exmethod-03.cs">
16659     <type name="A.A">
16660       <method name="Int32 Foo(Int32)">
16661         <size>2</size>
16662       </method>
16663       <method name="Int32 Foo(Int32, System.String)">
16664         <size>3</size>
16665       </method>
16666     </type>
16667     <type name="B.X">
16668       <method name="Int32 Foo(Int32)">
16669         <size>2</size>
16670       </method>
16671       <method name="Int32 Foo(Int32, Boolean)">
16672         <size>3</size>
16673       </method>
16674     </type>
16675     <type name="C.F">
16676       <method name="Boolean Foo(Byte)">
16677         <size>2</size>
16678       </method>
16679     </type>
16680     <type name="C.D.F">
16681       <method name="Int32 Foo(Int32)">
16682         <size>3</size>
16683       </method>
16684       <method name="Void TestX()">
16685         <size>9</size>
16686       </method>
16687     </type>
16688     <type name="C.M">
16689       <method name="Int32 Foo(Int32)">
16690         <size>2</size>
16691       </method>
16692       <method name="Int32 Main()">
16693         <size>61</size>
16694       </method>
16695     </type>
16696   </test>
16697   <test name="gtest-exmethod-04.cs">
16698     <type name="A.Test">
16699       <method name="System.String Test_1(Boolean)">
16700         <size>6</size>
16701       </method>
16702     </type>
16703     <type name="B.M">
16704       <method name="Void .ctor()">
16705         <size>7</size>
16706       </method>
16707       <method name="Void Main()">
16708         <size>12</size>
16709       </method>
16710     </type>
16711   </test>
16712   <test name="gtest-exmethod-05.cs">
16713     <type name="A.Test_A">
16714       <method name="System.String Test_1(System.String)">
16715         <size>6</size>
16716       </method>
16717     </type>
16718     <type name="A.Test_B">
16719       <method name="System.String Test_2(System.String)">
16720         <size>6</size>
16721       </method>
16722     </type>
16723     <type name="B.M">
16724       <method name="Void .ctor()">
16725         <size>7</size>
16726       </method>
16727       <method name="Void Main()">
16728         <size>23</size>
16729       </method>
16730     </type>
16731   </test>
16732   <test name="gtest-exmethod-06.cs">
16733     <type name="Gen">
16734       <method name="T Test_1[T](T)">
16735         <size>10</size>
16736       </method>
16737       <method name="System.String Test_1[T](System.String)">
16738         <size>6</size>
16739       </method>
16740     </type>
16741     <type name="B.M">
16742       <method name="Void .ctor()">
16743         <size>7</size>
16744       </method>
16745       <method name="Void Main()">
16746         <size>30</size>
16747       </method>
16748     </type>
16749   </test>
16750   <test name="gtest-exmethod-07.cs">
16751     <type name="E">
16752       <method name="Void ToReadOnly[T](IEnumerable`1)">
16753         <size>1</size>
16754       </method>
16755       <method name="Void To(IA)">
16756         <size>1</size>
16757       </method>
16758     </type>
16759     <type name="C">
16760       <method name="Void .ctor()">
16761         <size>7</size>
16762       </method>
16763       <method name="Void Main()">
16764         <size>1</size>
16765       </method>
16766       <method name="Void Test(IEnumerable`1)">
16767         <size>15</size>
16768       </method>
16769     </type>
16770   </test>
16771   <test name="gtest-exmethod-08.cs">
16772     <type name="C">
16773       <method name="Void .ctor()">
16774         <size>7</size>
16775       </method>
16776       <method name="Void Main()">
16777         <size>21</size>
16778       </method>
16779     </type>
16780   </test>
16781   <test name="gtest-exmethod-09.cs">
16782     <type name="Test">
16783       <method name="Void Foo[T](System.String)">
16784         <size>1</size>
16785       </method>
16786     </type>
16787     <type name="C">
16788       <method name="Void .ctor()">
16789         <size>7</size>
16790       </method>
16791       <method name="Void Main()">
16792         <size>11</size>
16793       </method>
16794     </type>
16795   </test>
16796   <test name="gtest-exmethod-10.cs">
16797     <type name="AExtensions">
16798       <method name="Int32 Round(Double)">
16799         <size>8</size>
16800       </method>
16801     </type>
16802     <type name="BExtensions">
16803       <method name="T GetBy[T](T[], Double)">
16804         <size>13</size>
16805       </method>
16806     </type>
16807     <type name="C">
16808       <method name="Void .ctor()">
16809         <size>7</size>
16810       </method>
16811       <method name="Void Main()">
16812         <size>1</size>
16813       </method>
16814     </type>
16815   </test>
16816   <test name="gtest-exmethod-11.cs">
16817     <type name="Test">
16818       <method name="Void .ctor()">
16819         <size>7</size>
16820       </method>
16821       <method name="Int32 Main(System.String[])">
16822         <size>20</size>
16823       </method>
16824     </type>
16825     <type name="Lol">
16826       <method name="Boolean OneEleven(System.Object)">
16827         <size>2</size>
16828       </method>
16829     </type>
16830   </test>
16831   <test name="gtest-exmethod-12.cs">
16832     <type name="Program">
16833       <method name="Void .ctor()">
16834         <size>7</size>
16835       </method>
16836       <method name="Void Main(System.String[])">
16837         <size>63</size>
16838       </method>
16839     </type>
16840     <type name="ChatClient">
16841       <method name="Void .ctor()">
16842         <size>7</size>
16843       </method>
16844       <method name="Void Say(System.String, System.String)">
16845         <size>13</size>
16846       </method>
16847     </type>
16848     <type name="ChatExtensions">
16849       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
16850         <size>62</size>
16851       </method>
16852     </type>
16853   </test>
16854   <test name="gtest-exmethod-13.cs">
16855     <type name="Foo">
16856       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
16857         <size>2</size>
16858       </method>
16859       <method name="Void Main()">
16860         <size>23</size>
16861       </method>
16862     </type>
16863   </test>
16864   <test name="gtest-exmethod-14.cs">
16865     <type name="C">
16866       <method name="Void Bar[U](IA)">
16867         <size>7</size>
16868       </method>
16869       <method name="Void Foo[T](IA)">
16870         <size>1</size>
16871       </method>
16872       <method name="Void Foo(IA)">
16873         <size>7</size>
16874       </method>
16875       <method name="Void Main()">
16876         <size>1</size>
16877       </method>
16878     </type>
16879   </test>
16880   <test name="gtest-exmethod-15.cs">
16881     <type name="C">
16882       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
16883         <size>15</size>
16884       </method>
16885       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
16886         <size>2</size>
16887       </method>
16888       <method name="Void Main()">
16889         <size>1</size>
16890       </method>
16891     </type>
16892   </test>
16893   <test name="gtest-exmethod-16.cs">
16894     <type name="Rocks">
16895       <method name="Boolean Extension(System.String)">
16896         <size>2</size>
16897       </method>
16898       <method name="Boolean Extension(D)">
16899         <size>2</size>
16900       </method>
16901     </type>
16902     <type name="Program">
16903       <method name="Void .ctor()">
16904         <size>7</size>
16905       </method>
16906       <method name="Void add_e(D)">
16907         <size>24</size>
16908       </method>
16909       <method name="Void remove_e(D)">
16910         <size>24</size>
16911       </method>
16912       <method name="System.String get_Item(Int32)">
16913         <size>6</size>
16914       </method>
16915       <method name="System.String get_Property()">
16916         <size>6</size>
16917       </method>
16918       <method name="Void Main(System.String[])">
16919         <size>44</size>
16920       </method>
16921     </type>
16922     <type name="D">
16923       <method name="Void .ctor(Object, IntPtr)">
16924         <size>0</size>
16925       </method>
16926       <method name="System.String Invoke()">
16927         <size>0</size>
16928       </method>
16929       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16930         <size>0</size>
16931       </method>
16932       <method name="System.String EndInvoke(IAsyncResult)">
16933         <size>0</size>
16934       </method>
16935     </type>
16936   </test>
16937   <test name="gtest-exmethod-17.cs">
16938     <type name="MainClass">
16939       <method name="Void Main()">
16940         <size>45</size>
16941       </method>
16942     </type>
16943   </test>
16944   <test name="gtest-exmethod-18.cs">
16945     <type name="Foo">
16946       <method name="Void .ctor()">
16947         <size>7</size>
16948       </method>
16949       <method name="Boolean get_IsBar()">
16950         <size>2</size>
16951       </method>
16952     </type>
16953     <type name="FooExt">
16954       <method name="Boolean IsBar(Foo)">
16955         <size>7</size>
16956       </method>
16957     </type>
16958     <type name="Repro">
16959       <method name="Void .ctor()">
16960         <size>7</size>
16961       </method>
16962       <method name="Void Main()">
16963         <size>18</size>
16964       </method>
16965     </type>
16966   </test>
16967   <test name="gtest-exmethod-19.cs">
16968     <type name="Rocks">
16969       <method name="Int32 Test_2[T](IEnumerable`1)">
16970         <size>3</size>
16971       </method>
16972       <method name="System.String Test_1(System.String)">
16973         <size>12</size>
16974       </method>
16975     </type>
16976     <type name="Test">
16977       <method name="Void .ctor()">
16978         <size>7</size>
16979       </method>
16980       <method name="Int32 Main()">
16981         <size>142</size>
16982       </method>
16983     </type>
16984     <type name="Test+D">
16985       <method name="Void .ctor(Object, IntPtr)">
16986         <size>0</size>
16987       </method>
16988       <method name="System.String Invoke()">
16989         <size>0</size>
16990       </method>
16991       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16992         <size>0</size>
16993       </method>
16994       <method name="System.String EndInvoke(IAsyncResult)">
16995         <size>0</size>
16996       </method>
16997     </type>
16998   </test>
16999   <test name="gtest-exmethod-20.cs">
17000     <type name="Outer.Inner.Test">
17001       <method name="Void .ctor()">
17002         <size>7</size>
17003       </method>
17004       <method name="Void M(I)">
17005         <size>13</size>
17006       </method>
17007       <method name="Void Main()">
17008         <size>1</size>
17009       </method>
17010     </type>
17011     <type name="Outer.ExtensionMethods">
17012       <method name="Void AddRange[T](I, IEnumerable`1)">
17013         <size>1</size>
17014       </method>
17015     </type>
17016   </test>
17017   <test name="gtest-exmethod-21.cs">
17018     <type name="Outer.Inner.Test">
17019       <method name="Void .ctor()">
17020         <size>7</size>
17021       </method>
17022       <method name="Void M(I)">
17023         <size>7</size>
17024       </method>
17025       <method name="Void Main()">
17026         <size>1</size>
17027       </method>
17028     </type>
17029     <type name="External.ExtensionMethods">
17030       <method name="Void AddRange(I)">
17031         <size>1</size>
17032       </method>
17033     </type>
17034   </test>
17035   <test name="gtest-exmethod-22.cs">
17036     <type name="Program">
17037       <method name="Void .ctor()">
17038         <size>7</size>
17039       </method>
17040       <method name="Int32 Main()">
17041         <size>8</size>
17042       </method>
17043     </type>
17044   </test>
17045   <test name="gtest-exmethod-23.cs">
17046     <type name="T">
17047       <method name="Void A(System.String, Int32)">
17048         <size>1</size>
17049       </method>
17050       <method name="Void Main()">
17051         <size>1</size>
17052       </method>
17053     </type>
17054   </test>
17055   <test name="gtest-exmethod-24.cs">
17056     <type name="Bar">
17057       <method name="Void .ctor()">
17058         <size>7</size>
17059       </method>
17060       <method name="Void Main()">
17061         <size>1</size>
17062       </method>
17063     </type>
17064   </test>
17065   <test name="gtest-exmethod-25.cs">
17066     <type name="Bar">
17067       <method name="Void .ctor()">
17068         <size>7</size>
17069       </method>
17070       <method name="Void Main()">
17071         <size>11</size>
17072       </method>
17073     </type>
17074   </test>
17075   <test name="gtest-exmethod-26.cs">
17076     <type name="test.TypeExtensions">
17077       <method name="Boolean IsNullable(System.Type)">
17078         <size>2</size>
17079       </method>
17080     </type>
17081     <type name="testmono.MainClass">
17082       <method name="Void .ctor()">
17083         <size>7</size>
17084       </method>
17085       <method name="Void Main()">
17086         <size>33</size>
17087       </method>
17088     </type>
17089   </test>
17090   <test name="gtest-exmethod-27.cs">
17091     <type name="Foo.Extensions">
17092       <method name="System.String AsString(IList`1)">
17093         <size>6</size>
17094       </method>
17095     </type>
17096     <type name="Bar.Program">
17097       <method name="Void .ctor()">
17098         <size>7</size>
17099       </method>
17100       <method name="Void Main()">
17101         <size>17</size>
17102       </method>
17103       <method name="System.String Pan(System.Byte[])">
17104         <size>7</size>
17105       </method>
17106     </type>
17107   </test>
17108   <test name="gtest-exmethod-28.cs">
17109     <type name="Foo">
17110       <method name="Void .ctor()">
17111         <size>7</size>
17112       </method>
17113     </type>
17114     <type name="Extensions">
17115       <method name="Boolean IsFoo(Foo)">
17116         <size>2</size>
17117       </method>
17118       <method name="Boolean IsBar(Bar)">
17119         <size>2</size>
17120       </method>
17121     </type>
17122     <type name="Bar">
17123       <method name="Void .ctor()">
17124         <size>7</size>
17125       </method>
17126     </type>
17127     <type name="Program">
17128       <method name="Void .ctor()">
17129         <size>7</size>
17130       </method>
17131       <method name="Void Main()">
17132         <size>1</size>
17133       </method>
17134     </type>
17135   </test>
17136   <test name="gtest-exmethod-29.cs">
17137     <type name="My">
17138       <method name="Void .ctor()">
17139         <size>7</size>
17140       </method>
17141     </type>
17142     <type name="Test">
17143       <method name="Int32 Main()">
17144         <size>40</size>
17145       </method>
17146       <method name="Int32 ContentTransferEncoding[T](My)">
17147         <size>2</size>
17148       </method>
17149       <method name="Int32 ContentTransferEncoding(My)">
17150         <size>2</size>
17151       </method>
17152     </type>
17153     <type name="My">
17154       <method name="Void set_ContentTransferEncoding(Boolean)">
17155         <size>1</size>
17156       </method>
17157     </type>
17158   </test>
17159   <test name="gtest-friend-01.cs">
17160     <type name="Test">
17161       <method name="Void .ctor()">
17162         <size>7</size>
17163       </method>
17164       <method name="Void Main()">
17165         <size>20</size>
17166       </method>
17167     </type>
17168   </test>
17169   <test name="gtest-friend-02.cs">
17170     <type name="Test">
17171       <method name="Void .ctor()">
17172         <size>7</size>
17173       </method>
17174       <method name="Void Main()">
17175         <size>20</size>
17176       </method>
17177     </type>
17178   </test>
17179   <test name="gtest-friend-03.cs">
17180     <type name="Test">
17181       <method name="Void .ctor()">
17182         <size>7</size>
17183       </method>
17184       <method name="Void Main()">
17185         <size>20</size>
17186       </method>
17187     </type>
17188   </test>
17189   <test name="gtest-friend-04.cs">
17190     <type name="Test">
17191       <method name="Void .ctor()">
17192         <size>7</size>
17193       </method>
17194       <method name="Void Main()">
17195         <size>19</size>
17196       </method>
17197     </type>
17198   </test>
17199   <test name="gtest-friend-05.cs">
17200     <type name="Test">
17201       <method name="Void .ctor()">
17202         <size>7</size>
17203       </method>
17204       <method name="Void Main()">
17205         <size>20</size>
17206       </method>
17207     </type>
17208   </test>
17209   <test name="gtest-friend-06.cs">
17210     <type name="Test">
17211       <method name="Void .ctor()">
17212         <size>7</size>
17213       </method>
17214       <method name="Void Main()">
17215         <size>20</size>
17216       </method>
17217     </type>
17218   </test>
17219   <test name="gtest-friend-07.cs">
17220     <type name="Test">
17221       <method name="Void .ctor()">
17222         <size>7</size>
17223       </method>
17224       <method name="Void Main()">
17225         <size>20</size>
17226       </method>
17227     </type>
17228   </test>
17229   <test name="gtest-friend-08.cs">
17230     <type name="Test">
17231       <method name="Void .ctor()">
17232         <size>7</size>
17233       </method>
17234       <method name="Void Main()">
17235         <size>19</size>
17236       </method>
17237     </type>
17238   </test>
17239   <test name="gtest-friend-09.cs">
17240     <type name="Test">
17241       <method name="Void .ctor()">
17242         <size>7</size>
17243       </method>
17244       <method name="Void Main()">
17245         <size>20</size>
17246       </method>
17247     </type>
17248   </test>
17249   <test name="gtest-friend-10.cs">
17250     <type name="Test">
17251       <method name="Void .ctor()">
17252         <size>7</size>
17253       </method>
17254       <method name="Void Main()">
17255         <size>20</size>
17256       </method>
17257     </type>
17258   </test>
17259   <test name="gtest-friend-11.cs">
17260     <type name="Test">
17261       <method name="Void .ctor()">
17262         <size>7</size>
17263       </method>
17264       <method name="Void Main()">
17265         <size>20</size>
17266       </method>
17267     </type>
17268   </test>
17269   <test name="gtest-friend-12.cs">
17270     <type name="Test">
17271       <method name="Void .ctor()">
17272         <size>7</size>
17273       </method>
17274       <method name="Void Main()">
17275         <size>19</size>
17276       </method>
17277     </type>
17278   </test>
17279   <test name="gtest-friend-13.cs">
17280     <type name="B">
17281       <method name="Void .ctor()">
17282         <size>7</size>
17283       </method>
17284       <method name="Void Test()">
17285         <size>1</size>
17286       </method>
17287       <method name="Void Test_2()">
17288         <size>1</size>
17289       </method>
17290     </type>
17291     <type name="Test">
17292       <method name="Void .ctor()">
17293         <size>7</size>
17294       </method>
17295       <method name="Void Main()">
17296         <size>1</size>
17297       </method>
17298     </type>
17299   </test>
17300   <test name="gtest-implicitarray-01.cs">
17301     <type name="Test">
17302       <method name="Void .ctor()">
17303         <size>7</size>
17304       </method>
17305       <method name="Int32 Main()">
17306         <size>280</size>
17307       </method>
17308     </type>
17309     <type name="&lt;PrivateImplementationDetails&gt;">
17310       <method name="Void .ctor()">
17311         <size>7</size>
17312       </method>
17313     </type>
17314   </test>
17315   <test name="gtest-implicitarray-02.cs">
17316     <type name="MyString">
17317       <method name="Void .ctor()">
17318         <size>7</size>
17319       </method>
17320       <method name="System.String op_Implicit(MyString)">
17321         <size>6</size>
17322       </method>
17323     </type>
17324     <type name="Test">
17325       <method name="Void .ctor()">
17326         <size>7</size>
17327       </method>
17328       <method name="Int32 Main()">
17329         <size>50</size>
17330       </method>
17331     </type>
17332   </test>
17333   <test name="gtest-initialize-01.cs">
17334     <type name="MyClass">
17335       <method name="Void .ctor()">
17336         <size>18</size>
17337       </method>
17338       <method name="Int32 get_Answer()">
17339         <size>7</size>
17340       </method>
17341       <method name="Void set_Answer(Int32)">
17342         <size>8</size>
17343       </method>
17344     </type>
17345     <type name="Test">
17346       <method name="Void .ctor()">
17347         <size>7</size>
17348       </method>
17349       <method name="Int32 Main()">
17350         <size>67</size>
17351       </method>
17352     </type>
17353   </test>
17354   <test name="gtest-initialize-02.cs">
17355     <type name="Test">
17356       <method name="Void .ctor()">
17357         <size>7</size>
17358       </method>
17359       <method name="Int32 Main()">
17360         <size>1099</size>
17361       </method>
17362     </type>
17363     <type name="Test+Point">
17364       <method name="Void .ctor()">
17365         <size>7</size>
17366       </method>
17367     </type>
17368     <type name="Test+Line">
17369       <method name="Void .ctor()">
17370         <size>29</size>
17371       </method>
17372     </type>
17373     <type name="Test+Rectangle">
17374       <method name="Void .ctor()">
17375         <size>51</size>
17376       </method>
17377     </type>
17378     <type name="Test+Library">
17379       <method name="Void .ctor()">
17380         <size>53</size>
17381       </method>
17382     </type>
17383     <type name="Test+Thing">
17384       <method name="Void .ctor()">
17385         <size>7</size>
17386       </method>
17387     </type>
17388     <type name="Test+Box">
17389       <method name="Void .ctor()">
17390         <size>7</size>
17391       </method>
17392     </type>
17393   </test>
17394   <test name="gtest-initialize-03.cs">
17395     <type name="Data">
17396       <method name="Void .ctor()">
17397         <size>7</size>
17398       </method>
17399     </type>
17400     <type name="Test">
17401       <method name="Void .ctor()">
17402         <size>7</size>
17403       </method>
17404       <method name="Void set_Prop(Data)">
17405         <size>1</size>
17406       </method>
17407       <method name="System.Object Foo()">
17408         <size>15</size>
17409       </method>
17410       <method name="Void Main()">
17411         <size>52</size>
17412       </method>
17413     </type>
17414   </test>
17415   <test name="gtest-initialize-04.cs">
17416     <type name="C">
17417       <method name="Void .ctor()">
17418         <size>7</size>
17419       </method>
17420       <method name="Void .cctor()">
17421         <size>34</size>
17422       </method>
17423       <method name="Int32 Main()">
17424         <size>30</size>
17425       </method>
17426     </type>
17427   </test>
17428   <test name="gtest-initialize-05.cs">
17429     <type name="C">
17430       <method name="Void .ctor()">
17431         <size>7</size>
17432       </method>
17433       <method name="Int32 Main()">
17434         <size>219</size>
17435       </method>
17436     </type>
17437   </test>
17438   <test name="gtest-initialize-06.cs">
17439     <type name="C">
17440       <method name="Void .ctor()">
17441         <size>7</size>
17442       </method>
17443       <method name="Int32 Main()">
17444         <size>39</size>
17445       </method>
17446       <method name="Void Foo(Point ByRef)">
17447         <size>38</size>
17448       </method>
17449     </type>
17450   </test>
17451   <test name="gtest-initialize-07.cs">
17452     <type name="A">
17453       <method name="Void .ctor()">
17454         <size>7</size>
17455       </method>
17456       <method name="System.String get_Name()">
17457         <size>7</size>
17458       </method>
17459       <method name="Void set_Name(System.String)">
17460         <size>8</size>
17461       </method>
17462       <method name="Boolean Matches(System.String)">
17463         <size>13</size>
17464       </method>
17465     </type>
17466     <type name="M">
17467       <method name="Void .ctor()">
17468         <size>7</size>
17469       </method>
17470       <method name="Int32 Main()">
17471         <size>37</size>
17472       </method>
17473     </type>
17474   </test>
17475   <test name="gtest-initialize-08.cs">
17476     <type name="T">
17477       <method name="Void .ctor()">
17478         <size>7</size>
17479       </method>
17480     </type>
17481     <type name="X">
17482       <method name="Void .ctor()">
17483         <size>7</size>
17484       </method>
17485       <method name="Z[] get_Prop()">
17486         <size>7</size>
17487       </method>
17488       <method name="Void set_Prop(Z[])">
17489         <size>8</size>
17490       </method>
17491     </type>
17492     <type name="Z">
17493       <method name="Void .ctor()">
17494         <size>7</size>
17495       </method>
17496     </type>
17497     <type name="Test">
17498       <method name="Void .ctor(String)">
17499         <size>70</size>
17500       </method>
17501       <method name="Void .ctor(Int32)">
17502         <size>70</size>
17503       </method>
17504     </type>
17505     <type name="C">
17506       <method name="Void .ctor()">
17507         <size>7</size>
17508       </method>
17509       <method name="Int32 Main()">
17510         <size>13</size>
17511       </method>
17512     </type>
17513   </test>
17514   <test name="gtest-initialize-09.cs">
17515     <type name="Test">
17516       <method name="Void .ctor()">
17517         <size>7</size>
17518       </method>
17519       <method name="Int32 Main()">
17520         <size>53</size>
17521       </method>
17522     </type>
17523     <type name="&lt;PrivateImplementationDetails&gt;">
17524       <method name="Void .ctor()">
17525         <size>7</size>
17526       </method>
17527     </type>
17528   </test>
17529   <test name="gtest-initialize-10.cs">
17530     <type name="Foo">
17531       <method name="Void .ctor()">
17532         <size>7</size>
17533       </method>
17534       <method name="Int32 get_P()">
17535         <size>7</size>
17536       </method>
17537       <method name="Void set_P(Int32)">
17538         <size>8</size>
17539       </method>
17540     </type>
17541     <type name="Y">
17542       <method name="Void .ctor()">
17543         <size>7</size>
17544       </method>
17545       <method name="Int32 Main()">
17546         <size>38</size>
17547       </method>
17548       <method name="Boolean Do(Foo)">
17549         <size>86</size>
17550       </method>
17551     </type>
17552   </test>
17553   <test name="gtest-iter-01.cs">
17554     <type name="C">
17555       <method name="Void .ctor()">
17556         <size>7</size>
17557       </method>
17558       <method name="Void Main()">
17559         <size>1</size>
17560       </method>
17561     </type>
17562     <type name="C+ArrayReadOnlyList`1[T]">
17563       <method name="Void .ctor()">
17564         <size>7</size>
17565       </method>
17566       <method name="T get_Item(Int32)">
17567         <size>13</size>
17568       </method>
17569       <method name="IEnumerator`1 GetEnumerator()">
17570         <size>15</size>
17571       </method>
17572     </type>
17573     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
17574       <method name="Void .ctor()">
17575         <size>7</size>
17576       </method>
17577       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17578         <size>12</size>
17579       </method>
17580       <method name="Boolean MoveNext()">
17581         <size>136</size>
17582       </method>
17583       <method name="Void Dispose()">
17584         <size>8</size>
17585       </method>
17586       <method name="Void Reset()">
17587         <size>6</size>
17588       </method>
17589       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17590         <size>7</size>
17591       </method>
17592     </type>
17593   </test>
17594   <test name="gtest-iter-02.cs">
17595     <type name="C">
17596       <method name="Void .ctor()">
17597         <size>7</size>
17598       </method>
17599       <method name="IEnumerator`1 Test()">
17600         <size>8</size>
17601       </method>
17602       <method name="Void Main()">
17603         <size>1</size>
17604       </method>
17605     </type>
17606     <type name="C+&lt;Test&gt;c__Iterator0">
17607       <method name="Void .ctor()">
17608         <size>7</size>
17609       </method>
17610       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17611         <size>12</size>
17612       </method>
17613       <method name="Boolean MoveNext()">
17614         <size>25</size>
17615       </method>
17616       <method name="Void Dispose()">
17617         <size>8</size>
17618       </method>
17619       <method name="Void Reset()">
17620         <size>6</size>
17621       </method>
17622       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
17623         <size>7</size>
17624       </method>
17625     </type>
17626   </test>
17627   <test name="gtest-iter-03.cs">
17628     <type name="Test">
17629       <method name="Void .ctor()">
17630         <size>18</size>
17631       </method>
17632       <method name="IEnumerable`1 Annotations[T]()">
17633         <size>23</size>
17634       </method>
17635       <method name="IEnumerable`1 Annotations(System.Type)">
17636         <size>37</size>
17637       </method>
17638       <method name="Void Main()">
17639         <size>14</size>
17640       </method>
17641     </type>
17642     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
17643       <method name="Void .ctor()">
17644         <size>7</size>
17645       </method>
17646       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17647         <size>12</size>
17648       </method>
17649       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17650         <size>7</size>
17651       </method>
17652       <method name="Boolean MoveNext()">
17653         <size>194</size>
17654       </method>
17655       <method name="Void Dispose()">
17656         <size>60</size>
17657       </method>
17658       <method name="Void Reset()">
17659         <size>6</size>
17660       </method>
17661     </type>
17662     <type name="Test+&lt;Annotations&gt;c__Iterator1">
17663       <method name="Void .ctor()">
17664         <size>7</size>
17665       </method>
17666       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17667         <size>7</size>
17668       </method>
17669       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17670         <size>7</size>
17671       </method>
17672       <method name="Boolean MoveNext()">
17673         <size>218</size>
17674       </method>
17675       <method name="Void Dispose()">
17676         <size>56</size>
17677       </method>
17678       <method name="Void Reset()">
17679         <size>6</size>
17680       </method>
17681     </type>
17682     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
17683       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17684         <size>7</size>
17685       </method>
17686       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17687         <size>40</size>
17688       </method>
17689     </type>
17690     <type name="Test+&lt;Annotations&gt;c__Iterator1">
17691       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17692         <size>7</size>
17693       </method>
17694       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17695         <size>52</size>
17696       </method>
17697     </type>
17698   </test>
17699   <test name="gtest-iter-04.cs">
17700     <type name="TestClass">
17701       <method name="Void .ctor()">
17702         <size>7</size>
17703       </method>
17704       <method name="Void ToString(System.Object)">
17705         <size>0</size>
17706       </method>
17707       <method name="IEnumerable`1 TestEnumerator()">
17708         <size>23</size>
17709       </method>
17710       <method name="Void Test()">
17711         <size>8</size>
17712       </method>
17713     </type>
17714     <type name="M">
17715       <method name="Void .ctor()">
17716         <size>7</size>
17717       </method>
17718       <method name="Void Main()">
17719         <size>1</size>
17720       </method>
17721     </type>
17722     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
17723       <method name="Void .ctor()">
17724         <size>7</size>
17725       </method>
17726       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17727         <size>7</size>
17728       </method>
17729       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17730         <size>7</size>
17731       </method>
17732       <method name="Boolean MoveNext()">
17733         <size>37</size>
17734       </method>
17735       <method name="Void Dispose()">
17736         <size>8</size>
17737       </method>
17738       <method name="Void Reset()">
17739         <size>6</size>
17740       </method>
17741       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17742         <size>7</size>
17743       </method>
17744       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17745         <size>40</size>
17746       </method>
17747     </type>
17748   </test>
17749   <test name="gtest-iter-05.cs">
17750     <type name="Test">
17751       <method name="Void .ctor()">
17752         <size>7</size>
17753       </method>
17754       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
17755         <size>44</size>
17756       </method>
17757       <method name="Void Main()">
17758         <size>31</size>
17759       </method>
17760     </type>
17761     <type name="Foo`1[T]">
17762       <method name="Void .ctor()">
17763         <size>7</size>
17764       </method>
17765       <method name="Void CreateItem[G]()">
17766         <size>1</size>
17767       </method>
17768     </type>
17769     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
17770       <method name="Void .ctor()">
17771         <size>7</size>
17772       </method>
17773       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17774         <size>12</size>
17775       </method>
17776       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17777         <size>7</size>
17778       </method>
17779       <method name="Boolean MoveNext()">
17780         <size>185</size>
17781       </method>
17782       <method name="Void Dispose()">
17783         <size>60</size>
17784       </method>
17785       <method name="Void Reset()">
17786         <size>6</size>
17787       </method>
17788       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17789         <size>7</size>
17790       </method>
17791       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17792         <size>52</size>
17793       </method>
17794     </type>
17795   </test>
17796   <test name="gtest-iter-06.cs">
17797     <type name="Mono.Rocks.KeyValuePair">
17798       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
17799         <size>13</size>
17800       </method>
17801     </type>
17802     <type name="Mono.Rocks.Sequence">
17803       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
17804         <size>8</size>
17805       </method>
17806       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
17807         <size>44</size>
17808       </method>
17809     </type>
17810     <type name="Mono.Rocks.Test">
17811       <method name="Void .ctor()">
17812         <size>7</size>
17813       </method>
17814       <method name="Int32 Main()">
17815         <size>116</size>
17816       </method>
17817       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
17818         <size>30</size>
17819       </method>
17820     </type>
17821     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
17822       <method name="Void .ctor()">
17823         <size>7</size>
17824       </method>
17825       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17826         <size>12</size>
17827       </method>
17828       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17829         <size>7</size>
17830       </method>
17831       <method name="Boolean MoveNext()">
17832         <size>183</size>
17833       </method>
17834       <method name="Void Dispose()">
17835         <size>8</size>
17836       </method>
17837       <method name="Void Reset()">
17838         <size>6</size>
17839       </method>
17840       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
17841         <size>7</size>
17842       </method>
17843       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
17844         <size>52</size>
17845       </method>
17846     </type>
17847   </test>
17848   <test name="gtest-iter-07.cs">
17849     <type name="Test">
17850       <method name="Void .ctor()">
17851         <size>7</size>
17852       </method>
17853       <method name="Int32 Main()">
17854         <size>8</size>
17855       </method>
17856       <method name="Void TestFunction(IEnumerable`1)">
17857         <size>35</size>
17858       </method>
17859     </type>
17860     <type name="MySystem">
17861       <method name="Void .ctor()">
17862         <size>34</size>
17863       </method>
17864       <method name="IEnumerable`1 get_Items()">
17865         <size>23</size>
17866       </method>
17867     </type>
17868     <type name="MySystem+&lt;&gt;c__Iterator0">
17869       <method name="Void .ctor()">
17870         <size>7</size>
17871       </method>
17872       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17873         <size>7</size>
17874       </method>
17875       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17876         <size>7</size>
17877       </method>
17878       <method name="Boolean MoveNext()">
17879         <size>186</size>
17880       </method>
17881       <method name="Void Dispose()">
17882         <size>56</size>
17883       </method>
17884       <method name="Void Reset()">
17885         <size>6</size>
17886       </method>
17887       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
17888         <size>7</size>
17889       </method>
17890       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
17891         <size>40</size>
17892       </method>
17893     </type>
17894   </test>
17895   <test name="gtest-iter-08.cs">
17896     <type name="App">
17897       <method name="Void .ctor()">
17898         <size>7</size>
17899       </method>
17900       <method name="IEnumerable QueryEnumerable[T]()">
17901         <size>16</size>
17902       </method>
17903       <method name="Int32 Main()">
17904         <size>116</size>
17905       </method>
17906     </type>
17907     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
17908       <method name="Void .ctor()">
17909         <size>7</size>
17910       </method>
17911       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17912         <size>7</size>
17913       </method>
17914       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17915         <size>7</size>
17916       </method>
17917       <method name="Boolean MoveNext()">
17918         <size>84</size>
17919       </method>
17920       <method name="Void Dispose()">
17921         <size>8</size>
17922       </method>
17923       <method name="Void Reset()">
17924         <size>6</size>
17925       </method>
17926     </type>
17927     <type name="App">
17928       <method name="T TestType[T]()">
17929         <size>21</size>
17930       </method>
17931       <method name="System.Object TestType(System.Type)">
17932         <size>6</size>
17933       </method>
17934     </type>
17935     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
17936       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
17937         <size>7</size>
17938       </method>
17939       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
17940         <size>26</size>
17941       </method>
17942     </type>
17943   </test>
17944   <test name="gtest-iter-09.cs">
17945     <type name="Test">
17946       <method name="Void .ctor()">
17947         <size>7</size>
17948       </method>
17949       <method name="IEnumerable`1 Create[T](T[,])">
17950         <size>30</size>
17951       </method>
17952       <method name="Int32 Main()">
17953         <size>78</size>
17954       </method>
17955     </type>
17956     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
17957       <method name="Void .ctor()">
17958         <size>7</size>
17959       </method>
17960       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17961         <size>12</size>
17962       </method>
17963       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17964         <size>7</size>
17965       </method>
17966       <method name="Boolean MoveNext()">
17967         <size>130</size>
17968       </method>
17969       <method name="Void Dispose()">
17970         <size>8</size>
17971       </method>
17972       <method name="Void Reset()">
17973         <size>6</size>
17974       </method>
17975       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17976         <size>7</size>
17977       </method>
17978       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17979         <size>40</size>
17980       </method>
17981     </type>
17982     <type name="&lt;PrivateImplementationDetails&gt;">
17983       <method name="Void .ctor()">
17984         <size>7</size>
17985       </method>
17986     </type>
17987   </test>
17988   <test name="gtest-iter-10.cs">
17989     <type name="Test">
17990       <method name="Void .ctor()">
17991         <size>7</size>
17992       </method>
17993       <method name="IEnumerable`1 FromTo(Int32, Int32)">
17994         <size>44</size>
17995       </method>
17996       <method name="Int32 Main()">
17997         <size>159</size>
17998       </method>
17999     </type>
18000     <type name="Test+&lt;FromTo&gt;c__Iterator0">
18001       <method name="Void .ctor()">
18002         <size>7</size>
18003       </method>
18004       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
18005         <size>7</size>
18006       </method>
18007       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18008         <size>12</size>
18009       </method>
18010       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18011         <size>7</size>
18012       </method>
18013       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
18014         <size>52</size>
18015       </method>
18016       <method name="Boolean MoveNext()">
18017         <size>103</size>
18018       </method>
18019       <method name="Void Dispose()">
18020         <size>8</size>
18021       </method>
18022       <method name="Void Reset()">
18023         <size>6</size>
18024       </method>
18025     </type>
18026   </test>
18027   <test name="gtest-iter-11.cs">
18028     <type name="Foo">
18029       <method name="Void .ctor()">
18030         <size>7</size>
18031       </method>
18032     </type>
18033     <type name="Bar">
18034       <method name="Void .ctor()">
18035         <size>7</size>
18036       </method>
18037       <method name="System.String get_Name()">
18038         <size>7</size>
18039       </method>
18040       <method name="Void set_Name(System.String)">
18041         <size>8</size>
18042       </method>
18043     </type>
18044     <type name="Collection`1[T]">
18045       <method name="Void .ctor()">
18046         <size>18</size>
18047       </method>
18048       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18049         <size>7</size>
18050       </method>
18051       <method name="Void Add(T)">
18052         <size>13</size>
18053       </method>
18054       <method name="IEnumerator`1 GetEnumerator()">
18055         <size>15</size>
18056       </method>
18057     </type>
18058     <type name="BarCollection">
18059       <method name="Void .ctor()">
18060         <size>7</size>
18061       </method>
18062     </type>
18063     <type name="Program">
18064       <method name="Void .ctor()">
18065         <size>7</size>
18066       </method>
18067       <method name="Int32 Main()">
18068         <size>148</size>
18069       </method>
18070     </type>
18071     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
18072       <method name="Void .ctor()">
18073         <size>7</size>
18074       </method>
18075       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
18076         <size>7</size>
18077       </method>
18078       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18079         <size>12</size>
18080       </method>
18081       <method name="Boolean MoveNext()">
18082         <size>175</size>
18083       </method>
18084       <method name="Void Dispose()">
18085         <size>56</size>
18086       </method>
18087       <method name="Void Reset()">
18088         <size>6</size>
18089       </method>
18090     </type>
18091   </test>
18092   <test name="gtest-lambda-01.cs">
18093     <type name="X">
18094       <method name="Int32 Main()">
18095         <size>300</size>
18096       </method>
18097       <method name="Int32 &lt;Main&gt;m__0(Int32)">
18098         <size>4</size>
18099       </method>
18100       <method name="Int32 &lt;Main&gt;m__1(Int32)">
18101         <size>4</size>
18102       </method>
18103       <method name="Void &lt;Main&gt;m__3(Int32)">
18104         <size>8</size>
18105       </method>
18106       <method name="Void .ctor(Int32)">
18107         <size>13</size>
18108       </method>
18109     </type>
18110     <type name="IntFunc">
18111       <method name="Int32 Invoke(Int32)">
18112         <size>0</size>
18113       </method>
18114       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18115         <size>0</size>
18116       </method>
18117       <method name="Int32 EndInvoke(IAsyncResult)">
18118         <size>0</size>
18119       </method>
18120       <method name="Void .ctor(Object, IntPtr)">
18121         <size>0</size>
18122       </method>
18123     </type>
18124     <type name="VoidFunc">
18125       <method name="Void Invoke(Int32)">
18126         <size>0</size>
18127       </method>
18128       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18129         <size>0</size>
18130       </method>
18131       <method name="Void EndInvoke(IAsyncResult)">
18132         <size>0</size>
18133       </method>
18134       <method name="Void .ctor(Object, IntPtr)">
18135         <size>0</size>
18136       </method>
18137     </type>
18138     <type name="X+&lt;Main&gt;c__AnonStorey0">
18139       <method name="Void &lt;&gt;m__2(Int32)">
18140         <size>8</size>
18141       </method>
18142       <method name="Void .ctor()">
18143         <size>7</size>
18144       </method>
18145     </type>
18146   </test>
18147   <test name="gtest-lambda-02.cs">
18148     <type name="X">
18149       <method name="Void Foo(funci)">
18150         <size>16</size>
18151       </method>
18152       <method name="Void Foo(funcs)">
18153         <size>19</size>
18154       </method>
18155       <method name="Void Main()">
18156         <size>35</size>
18157       </method>
18158       <method name="System.String &lt;Main&gt;m__0(System.String)">
18159         <size>12</size>
18160       </method>
18161       <method name="Void .ctor()">
18162         <size>7</size>
18163       </method>
18164     </type>
18165     <type name="funcs">
18166       <method name="System.String Invoke(System.String)">
18167         <size>0</size>
18168       </method>
18169       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
18170         <size>0</size>
18171       </method>
18172       <method name="System.String EndInvoke(IAsyncResult)">
18173         <size>0</size>
18174       </method>
18175       <method name="Void .ctor(Object, IntPtr)">
18176         <size>0</size>
18177       </method>
18178     </type>
18179     <type name="funci">
18180       <method name="Int32 Invoke(Int32)">
18181         <size>0</size>
18182       </method>
18183       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18184         <size>0</size>
18185       </method>
18186       <method name="Int32 EndInvoke(IAsyncResult)">
18187         <size>0</size>
18188       </method>
18189       <method name="Void .ctor(Object, IntPtr)">
18190         <size>0</size>
18191       </method>
18192     </type>
18193   </test>
18194   <test name="gtest-lambda-03.cs">
18195     <type name="Demo">
18196       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
18197         <size>8</size>
18198       </method>
18199       <method name="Int32 Main()">
18200         <size>54</size>
18201       </method>
18202       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
18203         <size>7</size>
18204       </method>
18205       <method name="Void .ctor()">
18206         <size>7</size>
18207       </method>
18208     </type>
18209     <type name="Func`2[TArg0,TResult]">
18210       <method name="TResult Invoke(TArg0)">
18211         <size>0</size>
18212       </method>
18213       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
18214         <size>0</size>
18215       </method>
18216       <method name="TResult EndInvoke(IAsyncResult)">
18217         <size>0</size>
18218       </method>
18219       <method name="Void .ctor(Object, IntPtr)">
18220         <size>0</size>
18221       </method>
18222     </type>
18223   </test>
18224   <test name="gtest-lambda-04.cs">
18225     <type name="Demo">
18226       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
18227         <size>14</size>
18228       </method>
18229       <method name="Int32 Main()">
18230         <size>103</size>
18231       </method>
18232       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
18233         <size>7</size>
18234       </method>
18235       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
18236         <size>8</size>
18237       </method>
18238       <method name="Void .ctor()">
18239         <size>7</size>
18240       </method>
18241     </type>
18242     <type name="Func`2[TArg0,TResult]">
18243       <method name="TResult Invoke(TArg0)">
18244         <size>0</size>
18245       </method>
18246       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
18247         <size>0</size>
18248       </method>
18249       <method name="TResult EndInvoke(IAsyncResult)">
18250         <size>0</size>
18251       </method>
18252       <method name="Void .ctor(Object, IntPtr)">
18253         <size>0</size>
18254       </method>
18255     </type>
18256   </test>
18257   <test name="gtest-lambda-05.cs">
18258     <type name="C">
18259       <method name="Boolean M(C+db)">
18260         <size>8</size>
18261       </method>
18262       <method name="System.String M(C+ds)">
18263         <size>6</size>
18264       </method>
18265       <method name="Int32 M(C+di)">
18266         <size>8</size>
18267       </method>
18268       <method name="Int32 Main()">
18269         <size>125</size>
18270       </method>
18271       <method name="System.String &lt;Main&gt;m__0(System.String)">
18272         <size>31</size>
18273       </method>
18274       <method name="Int32 &lt;Main&gt;m__1(Int32)">
18275         <size>31</size>
18276       </method>
18277       <method name="Void .ctor()">
18278         <size>7</size>
18279       </method>
18280     </type>
18281     <type name="C+di">
18282       <method name="Int32 Invoke(Int32)">
18283         <size>0</size>
18284       </method>
18285       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
18286         <size>0</size>
18287       </method>
18288       <method name="Int32 EndInvoke(IAsyncResult)">
18289         <size>0</size>
18290       </method>
18291       <method name="Void .ctor(Object, IntPtr)">
18292         <size>0</size>
18293       </method>
18294     </type>
18295     <type name="C+ds">
18296       <method name="System.String Invoke(System.String)">
18297         <size>0</size>
18298       </method>
18299       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
18300         <size>0</size>
18301       </method>
18302       <method name="System.String EndInvoke(IAsyncResult)">
18303         <size>0</size>
18304       </method>
18305       <method name="Void .ctor(Object, IntPtr)">
18306         <size>0</size>
18307       </method>
18308     </type>
18309     <type name="C+db">
18310       <method name="Boolean Invoke(Boolean)">
18311         <size>0</size>
18312       </method>
18313       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
18314         <size>0</size>
18315       </method>
18316       <method name="Boolean EndInvoke(IAsyncResult)">
18317         <size>0</size>
18318       </method>
18319       <method name="Void .ctor(Object, IntPtr)">
18320         <size>0</size>
18321       </method>
18322     </type>
18323     <type name="C+&lt;Main&gt;c__AnonStorey0">
18324       <method name="System.String &lt;&gt;m__2(System.String)">
18325         <size>12</size>
18326       </method>
18327       <method name="Void .ctor()">
18328         <size>7</size>
18329       </method>
18330     </type>
18331     <type name="C+&lt;Main&gt;c__AnonStorey1">
18332       <method name="Int32 &lt;&gt;m__3(Int32)">
18333         <size>11</size>
18334       </method>
18335       <method name="Void .ctor()">
18336         <size>7</size>
18337       </method>
18338     </type>
18339   </test>
18340   <test name="gtest-lambda-06.cs">
18341     <type name="TestClass">
18342       <method name="Void P(TestClass+DT)">
18343         <size>26</size>
18344       </method>
18345       <method name="Void P(TestClass+DF)">
18346         <size>26</size>
18347       </method>
18348       <method name="T And(T, T)">
18349         <size>10</size>
18350       </method>
18351       <method name="F And(T, F)">
18352         <size>10</size>
18353       </method>
18354       <method name="F And(F, T)">
18355         <size>10</size>
18356       </method>
18357       <method name="F And(F, F)">
18358         <size>10</size>
18359       </method>
18360       <method name="T Or(T, T)">
18361         <size>10</size>
18362       </method>
18363       <method name="T Or(T, F)">
18364         <size>10</size>
18365       </method>
18366       <method name="T Or(F, T)">
18367         <size>10</size>
18368       </method>
18369       <method name="F Or(F, F)">
18370         <size>10</size>
18371       </method>
18372       <method name="F Not(T)">
18373         <size>10</size>
18374       </method>
18375       <method name="T Not(F)">
18376         <size>10</size>
18377       </method>
18378       <method name="Void StopTrue(T)">
18379         <size>1</size>
18380       </method>
18381       <method name="Int32 Main()">
18382         <size>36</size>
18383       </method>
18384       <method name="Void &lt;Main&gt;m__0(F)">
18385         <size>31</size>
18386       </method>
18387       <method name="Void .ctor()">
18388         <size>7</size>
18389       </method>
18390     </type>
18391     <type name="TestClass+DT">
18392       <method name="Void Invoke(T)">
18393         <size>0</size>
18394       </method>
18395       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
18396         <size>0</size>
18397       </method>
18398       <method name="Void EndInvoke(IAsyncResult)">
18399         <size>0</size>
18400       </method>
18401       <method name="Void .ctor(Object, IntPtr)">
18402         <size>0</size>
18403       </method>
18404     </type>
18405     <type name="TestClass+DF">
18406       <method name="Void Invoke(F)">
18407         <size>0</size>
18408       </method>
18409       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
18410         <size>0</size>
18411       </method>
18412       <method name="Void EndInvoke(IAsyncResult)">
18413         <size>0</size>
18414       </method>
18415       <method name="Void .ctor(Object, IntPtr)">
18416         <size>0</size>
18417       </method>
18418     </type>
18419     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
18420       <method name="Void &lt;&gt;m__1(T)">
18421         <size>38</size>
18422       </method>
18423       <method name="Void .ctor()">
18424         <size>7</size>
18425       </method>
18426     </type>
18427     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
18428       <method name="Void &lt;&gt;m__2(F)">
18429         <size>77</size>
18430       </method>
18431       <method name="Void .ctor()">
18432         <size>7</size>
18433       </method>
18434     </type>
18435   </test>
18436   <test name="gtest-lambda-07.cs">
18437     <type name="C">
18438       <method name="Void Test(D)">
18439         <size>1</size>
18440       </method>
18441       <method name="Void Test(System.Object, D)">
18442         <size>1</size>
18443       </method>
18444       <method name="Void Test(D, D)">
18445         <size>1</size>
18446       </method>
18447       <method name="Void Test2(System.Object, E)">
18448         <size>1</size>
18449       </method>
18450       <method name="Void Main()">
18451         <size>207</size>
18452       </method>
18453       <method name="Void &lt;Main&gt;m__0()">
18454         <size>1</size>
18455       </method>
18456       <method name="Void &lt;Main&gt;m__1()">
18457         <size>1</size>
18458       </method>
18459       <method name="Void &lt;Main&gt;m__2()">
18460         <size>1</size>
18461       </method>
18462       <method name="Void &lt;Main&gt;m__3()">
18463         <size>1</size>
18464       </method>
18465       <method name="Void &lt;Main&gt;m__4()">
18466         <size>1</size>
18467       </method>
18468       <method name="Void &lt;Main&gt;m__5(Boolean)">
18469         <size>1</size>
18470       </method>
18471       <method name="Void .ctor()">
18472         <size>7</size>
18473       </method>
18474     </type>
18475     <type name="D">
18476       <method name="Void Invoke()">
18477         <size>0</size>
18478       </method>
18479       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18480         <size>0</size>
18481       </method>
18482       <method name="Void EndInvoke(IAsyncResult)">
18483         <size>0</size>
18484       </method>
18485       <method name="Void .ctor(Object, IntPtr)">
18486         <size>0</size>
18487       </method>
18488     </type>
18489     <type name="E">
18490       <method name="Void Invoke(Boolean)">
18491         <size>0</size>
18492       </method>
18493       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
18494         <size>0</size>
18495       </method>
18496       <method name="Void EndInvoke(IAsyncResult)">
18497         <size>0</size>
18498       </method>
18499       <method name="Void .ctor(Object, IntPtr)">
18500         <size>0</size>
18501       </method>
18502     </type>
18503   </test>
18504   <test name="gtest-lambda-08.cs">
18505     <type name="C">
18506       <method name="Void Test[T,R](System.Func`2[T,R])">
18507         <size>1</size>
18508       </method>
18509       <method name="Int32 Main()">
18510         <size>321</size>
18511       </method>
18512       <method name="Int32 &lt;Main&gt;m__0(Int32)">
18513         <size>4</size>
18514       </method>
18515       <method name="Boolean &lt;Main&gt;m__1(Int32)">
18516         <size>5</size>
18517       </method>
18518       <method name="Int32 &lt;Main&gt;m__2(Int32)">
18519         <size>4</size>
18520       </method>
18521       <method name="Boolean &lt;Main&gt;m__3(Int32)">
18522         <size>5</size>
18523       </method>
18524       <method name="Int32 &lt;Main&gt;m__4(Int32)">
18525         <size>4</size>
18526       </method>
18527       <method name="Boolean &lt;Main&gt;m__5(Int32)">
18528         <size>5</size>
18529       </method>
18530       <method name="Int32 &lt;Main&gt;m__6(Int32)">
18531         <size>4</size>
18532       </method>
18533       <method name="Void .ctor()">
18534         <size>7</size>
18535       </method>
18536     </type>
18537   </test>
18538   <test name="gtest-lambda-09.cs">
18539     <type name="C">
18540       <method name="IEnumerable`1 Test[T](T)">
18541         <size>2</size>
18542       </method>
18543       <method name="IEnumerable`1 Test[T](Func`1[T])">
18544         <size>2</size>
18545       </method>
18546       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
18547         <size>2</size>
18548       </method>
18549       <method name="Void Main()">
18550         <size>113</size>
18551       </method>
18552       <method name="System.String &lt;Main&gt;m__0()">
18553         <size>6</size>
18554       </method>
18555       <method name="System.String &lt;Main&gt;m__1()">
18556         <size>6</size>
18557       </method>
18558       <method name="System.String &lt;Main&gt;m__2(System.String)">
18559         <size>6</size>
18560       </method>
18561       <method name="Void .ctor()">
18562         <size>7</size>
18563       </method>
18564     </type>
18565     <type name="Func`1[TD]">
18566       <method name="TD Invoke()">
18567         <size>0</size>
18568       </method>
18569       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18570         <size>0</size>
18571       </method>
18572       <method name="TD EndInvoke(IAsyncResult)">
18573         <size>0</size>
18574       </method>
18575       <method name="Void .ctor(Object, IntPtr)">
18576         <size>0</size>
18577       </method>
18578     </type>
18579     <type name="Func`2[TA,TR]">
18580       <method name="TR Invoke(TA)">
18581         <size>0</size>
18582       </method>
18583       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
18584         <size>0</size>
18585       </method>
18586       <method name="TR EndInvoke(IAsyncResult)">
18587         <size>0</size>
18588       </method>
18589       <method name="Void .ctor(Object, IntPtr)">
18590         <size>0</size>
18591       </method>
18592     </type>
18593   </test>
18594   <test name="gtest-lambda-10.cs">
18595     <type name="C">
18596       <method name="Void Foo[TSource](IEnumerable`1)">
18597         <size>1</size>
18598       </method>
18599       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
18600         <size>1</size>
18601       </method>
18602       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
18603         <size>1</size>
18604       </method>
18605       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
18606         <size>1</size>
18607       </method>
18608       <method name="Void Main()">
18609         <size>97</size>
18610       </method>
18611       <method name="Void .ctor()">
18612         <size>7</size>
18613       </method>
18614     </type>
18615     <type name="C+&lt;Main&gt;c__AnonStorey0">
18616       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
18617         <size>7</size>
18618       </method>
18619       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
18620         <size>7</size>
18621       </method>
18622       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
18623         <size>7</size>
18624       </method>
18625       <method name="Void .ctor()">
18626         <size>7</size>
18627       </method>
18628     </type>
18629   </test>
18630   <test name="gtest-lambda-11.cs">
18631     <type name="Pair`2[T1,T2]">
18632       <method name="Void .ctor()">
18633         <size>7</size>
18634       </method>
18635     </type>
18636     <type name="C">
18637       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
18638         <size>1</size>
18639       </method>
18640     </type>
18641     <type name="E`1[TI]">
18642       <method name="Void Rep1[TV](Group`2[TI,TV])">
18643         <size>37</size>
18644       </method>
18645       <method name="Void .ctor()">
18646         <size>7</size>
18647       </method>
18648     </type>
18649     <type name="M">
18650       <method name="Void Main()">
18651         <size>1</size>
18652       </method>
18653       <method name="Void .ctor()">
18654         <size>7</size>
18655       </method>
18656     </type>
18657     <type name="Group`2[T1,T2]">
18658       <method name="Pair`2[T1,T2] Invoke(T1)">
18659         <size>0</size>
18660       </method>
18661       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
18662         <size>0</size>
18663       </method>
18664       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
18665         <size>0</size>
18666       </method>
18667       <method name="Void .ctor(Object, IntPtr)">
18668         <size>0</size>
18669       </method>
18670     </type>
18671     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
18672       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
18673         <size>7</size>
18674       </method>
18675       <method name="Void .ctor()">
18676         <size>7</size>
18677       </method>
18678     </type>
18679   </test>
18680   <test name="gtest-lambda-12.cs">
18681     <type name="Demo">
18682       <method name="Void F[T](T[], T, Func`1[T])">
18683         <size>42</size>
18684       </method>
18685       <method name="Int32 Main()">
18686         <size>65</size>
18687       </method>
18688       <method name="Void .ctor()">
18689         <size>7</size>
18690       </method>
18691     </type>
18692     <type name="Func`1[TA]">
18693       <method name="Void Invoke(TA)">
18694         <size>0</size>
18695       </method>
18696       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
18697         <size>0</size>
18698       </method>
18699       <method name="Void EndInvoke(IAsyncResult)">
18700         <size>0</size>
18701       </method>
18702       <method name="Void .ctor(Object, IntPtr)">
18703         <size>0</size>
18704       </method>
18705     </type>
18706     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
18707       <method name="Void &lt;&gt;m__0(Int32)">
18708         <size>10</size>
18709       </method>
18710       <method name="Void .ctor()">
18711         <size>7</size>
18712       </method>
18713     </type>
18714   </test>
18715   <test name="gtest-lambda-13.cs">
18716     <type name="TestUnary">
18717       <method name="Void Foo(System.Action`1[System.Int32])">
18718         <size>1</size>
18719       </method>
18720       <method name="Void Bar()">
18721         <size>35</size>
18722       </method>
18723       <method name="Void &lt;Bar&gt;m__0(Int32)">
18724         <size>6</size>
18725       </method>
18726       <method name="Void .ctor()">
18727         <size>7</size>
18728       </method>
18729     </type>
18730     <type name="Program">
18731       <method name="Void Foo(System.Action`1[System.String])">
18732         <size>12</size>
18733       </method>
18734       <method name="T Foo[T](System.Func`2[System.String,T])">
18735         <size>12</size>
18736       </method>
18737       <method name="System.String Bar()">
18738         <size>35</size>
18739       </method>
18740       <method name="Void Main()">
18741         <size>76</size>
18742       </method>
18743       <method name="System.String &lt;Bar&gt;m__1(System.String)">
18744         <size>7</size>
18745       </method>
18746       <method name="System.String &lt;Main&gt;m__2(System.String)">
18747         <size>2</size>
18748       </method>
18749       <method name="Void &lt;Main&gt;m__3(System.String)">
18750         <size>7</size>
18751       </method>
18752       <method name="Void .ctor()">
18753         <size>7</size>
18754       </method>
18755     </type>
18756   </test>
18757   <test name="gtest-lambda-14.cs">
18758     <type name="Test">
18759       <method name="Void Main()">
18760         <size>1</size>
18761       </method>
18762       <method name="Void Foo[T]()">
18763         <size>14</size>
18764       </method>
18765       <method name="Void .ctor()">
18766         <size>7</size>
18767       </method>
18768       <method name="T &lt;Foo`1&gt;m__0[T](T)">
18769         <size>2</size>
18770       </method>
18771     </type>
18772   </test>
18773   <test name="gtest-lambda-15.cs">
18774     <type name="Enumerable">
18775       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
18776         <size>32</size>
18777       </method>
18778       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
18779         <size>120</size>
18780       </method>
18781     </type>
18782     <type name="Repro">
18783       <method name="Int32 Main()">
18784         <size>115</size>
18785       </method>
18786       <method name="Int32 &lt;Main&gt;m__1(System.String)">
18787         <size>7</size>
18788       </method>
18789       <method name="Void .ctor()">
18790         <size>7</size>
18791       </method>
18792     </type>
18793     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
18794       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
18795         <size>15</size>
18796       </method>
18797       <method name="Void .ctor()">
18798         <size>7</size>
18799       </method>
18800     </type>
18801   </test>
18802   <test name="gtest-lambda-16.cs">
18803     <type name="Repro">
18804       <method name="Void AssertFoo[T](IList`1)">
18805         <size>34</size>
18806       </method>
18807       <method name="Void Main()">
18808         <size>1</size>
18809       </method>
18810       <method name="Void .ctor()">
18811         <size>7</size>
18812       </method>
18813     </type>
18814     <type name="Repro+Runner`1[T]">
18815       <method name="Void .ctor(Action`1, T)">
18816         <size>7</size>
18817       </method>
18818     </type>
18819     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
18820       <method name="Void &lt;&gt;m__0(Int32)">
18821         <size>52</size>
18822       </method>
18823       <method name="Void .ctor()">
18824         <size>7</size>
18825       </method>
18826     </type>
18827   </test>
18828   <test name="gtest-lambda-17.cs">
18829     <type name="TestCase">
18830       <method name="Void Testing()">
18831         <size>75</size>
18832       </method>
18833       <method name="Void Main()">
18834         <size>11</size>
18835       </method>
18836       <method name="Void &lt;Testing&gt;m__0()">
18837         <size>8</size>
18838       </method>
18839       <method name="Void .ctor()">
18840         <size>7</size>
18841       </method>
18842     </type>
18843   </test>
18844   <test name="gtest-lambda-18.cs">
18845     <type name="Test">
18846       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
18847         <size>33</size>
18848       </method>
18849       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
18850         <size>1</size>
18851       </method>
18852       <method name="Void Main()">
18853         <size>1</size>
18854       </method>
18855     </type>
18856     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
18857       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
18858         <size>14</size>
18859       </method>
18860       <method name="Void .ctor()">
18861         <size>7</size>
18862       </method>
18863     </type>
18864   </test>
18865   <test name="gtest-lambda-19.cs">
18866     <type name="Crasher">
18867       <method name="Void Crash()">
18868         <size>36</size>
18869       </method>
18870       <method name="Void Do(System.Action)">
18871         <size>1</size>
18872       </method>
18873       <method name="Void Main()">
18874         <size>1</size>
18875       </method>
18876       <method name="Void .ctor()">
18877         <size>7</size>
18878       </method>
18879     </type>
18880     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
18881       <method name="Void &lt;&gt;m__0()">
18882         <size>27</size>
18883       </method>
18884       <method name="Void .ctor()">
18885         <size>7</size>
18886       </method>
18887     </type>
18888   </test>
18889   <test name="gtest-lambda-20.cs">
18890     <type name="Z">
18891       <method name="Void &lt;Z&gt;m__0()">
18892         <size>7</size>
18893       </method>
18894       <method name="Void .ctor()">
18895         <size>37</size>
18896       </method>
18897     </type>
18898     <type name="Test">
18899       <method name="Boolean Foo()">
18900         <size>2</size>
18901       </method>
18902       <method name="Void Main()">
18903         <size>1</size>
18904       </method>
18905       <method name="Void .ctor()">
18906         <size>7</size>
18907       </method>
18908     </type>
18909     <type name="TestMethod">
18910       <method name="Void Invoke()">
18911         <size>0</size>
18912       </method>
18913       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18914         <size>0</size>
18915       </method>
18916       <method name="Void EndInvoke(IAsyncResult)">
18917         <size>0</size>
18918       </method>
18919       <method name="Void .ctor(Object, IntPtr)">
18920         <size>0</size>
18921       </method>
18922     </type>
18923   </test>
18924   <test name="gtest-lambda-21.cs">
18925     <type name="Program">
18926       <method name="Void Foo(System.Action`1[System.String])">
18927         <size>12</size>
18928       </method>
18929       <method name="T Foo[T](System.Func`2[System.String,T])">
18930         <size>12</size>
18931       </method>
18932       <method name="System.String Bar()">
18933         <size>35</size>
18934       </method>
18935       <method name="Int32 Main()">
18936         <size>95</size>
18937       </method>
18938       <method name="System.String &lt;Bar&gt;m__0(System.String)">
18939         <size>7</size>
18940       </method>
18941       <method name="System.String &lt;Main&gt;m__1(System.String)">
18942         <size>2</size>
18943       </method>
18944       <method name="Void &lt;Main&gt;m__2(System.String)">
18945         <size>7</size>
18946       </method>
18947       <method name="Void .ctor()">
18948         <size>7</size>
18949       </method>
18950     </type>
18951   </test>
18952   <test name="gtest-lambda-22.cs">
18953     <type name="Product">
18954       <method name="Void .ctor()">
18955         <size>7</size>
18956       </method>
18957     </type>
18958     <type name="MainClass">
18959       <method name="Void Main()">
18960         <size>136</size>
18961       </method>
18962       <method name="Int32 &lt;Main&gt;m__0(Product)">
18963         <size>7</size>
18964       </method>
18965       <method name="Product &lt;Main&gt;m__1(Product)">
18966         <size>2</size>
18967       </method>
18968       <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)">
18969         <size>48</size>
18970       </method>
18971       <method name="Void .ctor()">
18972         <size>7</size>
18973       </method>
18974     </type>
18975     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
18976       <method name="&lt;g&gt;__T get_g()">
18977         <size>7</size>
18978       </method>
18979       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
18980         <size>7</size>
18981       </method>
18982       <method name="Boolean Equals(System.Object)">
18983         <size>69</size>
18984       </method>
18985       <method name="Int32 GetHashCode()">
18986         <size>86</size>
18987       </method>
18988       <method name="System.String ToString()">
18989         <size>142</size>
18990       </method>
18991       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
18992         <size>21</size>
18993       </method>
18994     </type>
18995     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
18996       <method name="Boolean &lt;&gt;m__3(Product)">
18997         <size>52</size>
18998       </method>
18999       <method name="Decimal &lt;&gt;m__4(Product)">
19000         <size>7</size>
19001       </method>
19002       <method name="Void .ctor()">
19003         <size>7</size>
19004       </method>
19005     </type>
19006   </test>
19007   <test name="gtest-lambda-23.cs">
19008     <type name="C">
19009       <method name="U Test[T,U](T[], System.Func`2[T,U])">
19010         <size>14</size>
19011       </method>
19012       <method name="Int32 Main()">
19013         <size>77</size>
19014       </method>
19015       <method name="System.String &lt;Main&gt;m__0(System.String)">
19016         <size>27</size>
19017       </method>
19018       <method name="Void .ctor()">
19019         <size>7</size>
19020       </method>
19021     </type>
19022   </test>
19023   <test name="gtest-linq-01.cs">
19024     <type name="from.C">
19025       <method name="Void .ctor()">
19026         <size>7</size>
19027       </method>
19028       <method name="Void Main()">
19029         <size>2137</size>
19030       </method>
19031       <method name="Void Foo(Int32, Boolean)">
19032         <size>11</size>
19033       </method>
19034       <method name="Void Do(System.String[])">
19035         <size>16</size>
19036       </method>
19037     </type>
19038     <type name="from.D">
19039       <method name="Void .ctor()">
19040         <size>7</size>
19041       </method>
19042       <method name="Boolean check(System.Object, System.Object)">
19043         <size>26</size>
19044       </method>
19045     </type>
19046     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
19047       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
19048         <size>21</size>
19049       </method>
19050       <method name="&lt;i&gt;__T get_i()">
19051         <size>7</size>
19052       </method>
19053       <method name="&lt;j&gt;__T get_j()">
19054         <size>7</size>
19055       </method>
19056       <method name="Boolean Equals(System.Object)">
19057         <size>69</size>
19058       </method>
19059       <method name="Int32 GetHashCode()">
19060         <size>86</size>
19061       </method>
19062       <method name="System.String ToString()">
19063         <size>142</size>
19064       </method>
19065     </type>
19066     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
19067       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
19068         <size>21</size>
19069       </method>
19070       <method name="&lt;i&gt;__T get_i()">
19071         <size>7</size>
19072       </method>
19073       <method name="&lt;l&gt;__T get_l()">
19074         <size>7</size>
19075       </method>
19076       <method name="Boolean Equals(System.Object)">
19077         <size>69</size>
19078       </method>
19079       <method name="Int32 GetHashCode()">
19080         <size>86</size>
19081       </method>
19082       <method name="System.String ToString()">
19083         <size>142</size>
19084       </method>
19085     </type>
19086     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
19087       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
19088         <size>21</size>
19089       </method>
19090       <method name="&lt;i9&gt;__T get_i9()">
19091         <size>7</size>
19092       </method>
19093       <method name="&lt;i&gt;__T get_i()">
19094         <size>7</size>
19095       </method>
19096       <method name="Boolean Equals(System.Object)">
19097         <size>69</size>
19098       </method>
19099       <method name="Int32 GetHashCode()">
19100         <size>86</size>
19101       </method>
19102       <method name="System.String ToString()">
19103         <size>142</size>
19104       </method>
19105     </type>
19106     <type name="from.C">
19107       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19108         <size>2</size>
19109       </method>
19110       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19111         <size>2</size>
19112       </method>
19113       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
19114         <size>2</size>
19115       </method>
19116       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19117         <size>2</size>
19118       </method>
19119     </type>
19120     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19121       <method name="Void .ctor()">
19122         <size>7</size>
19123       </method>
19124       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
19125         <size>7</size>
19126       </method>
19127     </type>
19128     <type name="from.C">
19129       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
19130         <size>2</size>
19131       </method>
19132       <method name="Boolean &lt;Main&gt;m__6(Int32)">
19133         <size>10</size>
19134       </method>
19135       <method name="Int32 &lt;Main&gt;m__7(Int32)">
19136         <size>2</size>
19137       </method>
19138       <method name="Int32 &lt;Main&gt;m__8(Int32)">
19139         <size>2</size>
19140       </method>
19141       <method name="Int32 &lt;Main&gt;m__9(Int32)">
19142         <size>2</size>
19143       </method>
19144       <method name="Int32 &lt;Main&gt;m__A(Int32)">
19145         <size>2</size>
19146       </method>
19147       <method name="Int32 &lt;Main&gt;m__B(Int32)">
19148         <size>2</size>
19149       </method>
19150       <method name="Int32 &lt;Main&gt;m__C(Int32)">
19151         <size>2</size>
19152       </method>
19153       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
19154         <size>2</size>
19155       </method>
19156       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
19157         <size>2</size>
19158       </method>
19159       <method name="Int32 &lt;Main&gt;m__20(Int32)">
19160         <size>2</size>
19161       </method>
19162       <method name="Int32 &lt;Main&gt;m__21(Int32)">
19163         <size>2</size>
19164       </method>
19165       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
19166         <size>10</size>
19167       </method>
19168       <method name="Int32 &lt;Main&gt;m__D(ITest)">
19169         <size>7</size>
19170       </method>
19171       <method name="Int32 &lt;Main&gt;m__E(Int32, ITest)">
19172         <size>2</size>
19173       </method>
19174       <method name="Int32 &lt;Main&gt;m__F(Int32)">
19175         <size>2</size>
19176       </method>
19177       <method name="Int32 &lt;Main&gt;m__10(ITest)">
19178         <size>7</size>
19179       </method>
19180       <method name="Int32 &lt;Main&gt;m__11(Int32, ITest)">
19181         <size>2</size>
19182       </method>
19183       <method name="Int32 &lt;Main&gt;m__12(Int32)">
19184         <size>2</size>
19185       </method>
19186       <method name="Int32 &lt;Main&gt;m__13(ITest)">
19187         <size>7</size>
19188       </method>
19189       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__14(Int32, ITest)">
19190         <size>8</size>
19191       </method>
19192       <method name="Int32 &lt;Main&gt;m__15(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
19193         <size>7</size>
19194       </method>
19195       <method name="Int32 &lt;Main&gt;m__16(ITest)">
19196         <size>7</size>
19197       </method>
19198       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
19199         <size>7</size>
19200       </method>
19201       <method name="Int32 &lt;Main&gt;m__18(Int32)">
19202         <size>2</size>
19203       </method>
19204       <method name="Int32 &lt;Main&gt;m__19(Int32)">
19205         <size>2</size>
19206       </method>
19207       <method name="Int32 &lt;Main&gt;m__1A(Int32, IEnumerable`1)">
19208         <size>2</size>
19209       </method>
19210       <method name="Int32 &lt;Main&gt;m__1C(Int32)">
19211         <size>2</size>
19212       </method>
19213       <method name="Int32 &lt;Main&gt;m__1D(Int32, IEnumerable`1)">
19214         <size>2</size>
19215       </method>
19216       <method name="Int32 &lt;Main&gt;m__1F(Int32)">
19217         <size>2</size>
19218       </method>
19219       <method name="IGrouping`2 &lt;Main&gt;m__22(IGrouping`2)">
19220         <size>2</size>
19221       </method>
19222       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__23(Int32)">
19223         <size>10</size>
19224       </method>
19225       <method name="Int32 &lt;Main&gt;m__24(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
19226         <size>7</size>
19227       </method>
19228       <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])">
19229         <size>15</size>
19230       </method>
19231       <method name="Int32 &lt;Main&gt;m__27(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
19232         <size>12</size>
19233       </method>
19234       <method name="Int32 &lt;Main&gt;m__28(Int32)">
19235         <size>2</size>
19236       </method>
19237       <method name="Int32 &lt;Main&gt;m__29(Int32)">
19238         <size>2</size>
19239       </method>
19240       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2B(IGrouping`2, Int32)">
19241         <size>8</size>
19242       </method>
19243       <method name="Int32 &lt;Main&gt;m__2C(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19244         <size>2</size>
19245       </method>
19246       <method name="Int32 &lt;Main&gt;m__2D(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19247         <size>7</size>
19248       </method>
19249       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2F(IGrouping`2, Int32)">
19250         <size>8</size>
19251       </method>
19252       <method name="Int32 &lt;Main&gt;m__30(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19253         <size>2</size>
19254       </method>
19255       <method name="Int32 &lt;Main&gt;m__31(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19256         <size>7</size>
19257       </method>
19258       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__33(IGrouping`2, Int32)">
19259         <size>8</size>
19260       </method>
19261       <method name="Int32 &lt;Main&gt;m__34(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19262         <size>2</size>
19263       </method>
19264       <method name="Int32 &lt;Main&gt;m__35(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
19265         <size>7</size>
19266       </method>
19267       <method name="IGrouping`2 &lt;Main&gt;m__36(IGrouping`2)">
19268         <size>2</size>
19269       </method>
19270       <method name="Int32 &lt;Main&gt;m__37(Int32)">
19271         <size>2</size>
19272       </method>
19273       <method name="Int32 &lt;Main&gt;m__38(Int32)">
19274         <size>2</size>
19275       </method>
19276     </type>
19277     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent8&gt;__T,&lt;l2&gt;__T]">
19278       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent8&gt;__T, &lt;l2&gt;__T)">
19279         <size>21</size>
19280       </method>
19281       <method name="&lt;&lt;&gt;__TranspIdent8&gt;__T get_&lt;&gt;__TranspIdent8()">
19282         <size>7</size>
19283       </method>
19284       <method name="&lt;l2&gt;__T get_l2()">
19285         <size>7</size>
19286       </method>
19287       <method name="Boolean Equals(System.Object)">
19288         <size>69</size>
19289       </method>
19290       <method name="Int32 GetHashCode()">
19291         <size>86</size>
19292       </method>
19293       <method name="System.String ToString()">
19294         <size>142</size>
19295       </method>
19296     </type>
19297     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19298       <method name="IEnumerable`1 &lt;&gt;m__2A(IGrouping`2)">
19299         <size>7</size>
19300       </method>
19301       <method name="IEnumerable`1 &lt;&gt;m__2E(IGrouping`2)">
19302         <size>7</size>
19303       </method>
19304       <method name="IEnumerable`1 &lt;&gt;m__32(IGrouping`2)">
19305         <size>7</size>
19306       </method>
19307     </type>
19308     <type name="from.C">
19309       <method name="Int32 &lt;Main&gt;m__39(Int32)">
19310         <size>2</size>
19311       </method>
19312       <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]])">
19313         <size>9</size>
19314       </method>
19315       <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])">
19316         <size>2</size>
19317       </method>
19318     </type>
19319     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent13&gt;__T,&lt;l2&gt;__T]">
19320       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent13&gt;__T, &lt;l2&gt;__T)">
19321         <size>21</size>
19322       </method>
19323       <method name="&lt;&lt;&gt;__TranspIdent13&gt;__T get_&lt;&gt;__TranspIdent13()">
19324         <size>7</size>
19325       </method>
19326       <method name="&lt;l2&gt;__T get_l2()">
19327         <size>7</size>
19328       </method>
19329       <method name="Boolean Equals(System.Object)">
19330         <size>69</size>
19331       </method>
19332       <method name="Int32 GetHashCode()">
19333         <size>86</size>
19334       </method>
19335       <method name="System.String ToString()">
19336         <size>142</size>
19337       </method>
19338     </type>
19339     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
19340       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3A(Int32)">
19341         <size>47</size>
19342       </method>
19343       <method name="Int32 &lt;&gt;m__3D(Int32)">
19344         <size>2</size>
19345       </method>
19346     </type>
19347   </test>
19348   <test name="gtest-linq-02.cs">
19349     <type name="Test">
19350       <method name="Void .ctor()">
19351         <size>7</size>
19352       </method>
19353       <method name="Int32 Main()">
19354         <size>501</size>
19355       </method>
19356       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19357         <size>2</size>
19358       </method>
19359       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19360         <size>3</size>
19361       </method>
19362       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19363         <size>2</size>
19364       </method>
19365       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19366         <size>3</size>
19367       </method>
19368     </type>
19369   </test>
19370   <test name="gtest-linq-03.cs">
19371     <type name="WhereTest">
19372       <method name="Void .ctor()">
19373         <size>7</size>
19374       </method>
19375       <method name="Int32 Main()">
19376         <size>179</size>
19377       </method>
19378       <method name="Boolean &lt;Main&gt;m__0(Int32)">
19379         <size>5</size>
19380       </method>
19381       <method name="Boolean &lt;Main&gt;m__1(Int32)">
19382         <size>5</size>
19383       </method>
19384       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19385         <size>4</size>
19386       </method>
19387     </type>
19388   </test>
19389   <test name="gtest-linq-04.cs">
19390     <type name="TestGroupBy">
19391       <method name="Void .ctor()">
19392         <size>7</size>
19393       </method>
19394       <method name="Int32 Main()">
19395         <size>553</size>
19396       </method>
19397     </type>
19398     <type name="&lt;PrivateImplementationDetails&gt;">
19399       <method name="Void .ctor()">
19400         <size>7</size>
19401       </method>
19402     </type>
19403     <type name="TestGroupBy">
19404       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19405         <size>4</size>
19406       </method>
19407       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19408         <size>2</size>
19409       </method>
19410       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19411         <size>4</size>
19412       </method>
19413       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19414         <size>2</size>
19415       </method>
19416     </type>
19417   </test>
19418   <test name="gtest-linq-05.cs">
19419     <type name="OrderByTests">
19420       <method name="Void .ctor()">
19421         <size>7</size>
19422       </method>
19423       <method name="Int32 Main()">
19424         <size>1254</size>
19425       </method>
19426     </type>
19427     <type name="OrderByTests+Data">
19428       <method name="Void .ctor()">
19429         <size>7</size>
19430       </method>
19431       <method name="Int32 get_ID()">
19432         <size>7</size>
19433       </method>
19434       <method name="Void set_ID(Int32)">
19435         <size>8</size>
19436       </method>
19437       <method name="System.String get_Name()">
19438         <size>7</size>
19439       </method>
19440       <method name="Void set_Name(System.String)">
19441         <size>8</size>
19442       </method>
19443       <method name="System.String ToString()">
19444         <size>28</size>
19445       </method>
19446     </type>
19447     <type name="OrderByTests">
19448       <method name="Int32 &lt;Main&gt;m__0(Int32)">
19449         <size>2</size>
19450       </method>
19451       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19452         <size>2</size>
19453       </method>
19454       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19455         <size>2</size>
19456       </method>
19457       <method name="Int32 &lt;Main&gt;m__3(Int32)">
19458         <size>4</size>
19459       </method>
19460       <method name="System.String &lt;Main&gt;m__4(System.String)">
19461         <size>2</size>
19462       </method>
19463       <method name="Int32 &lt;Main&gt;m__5(System.String)">
19464         <size>7</size>
19465       </method>
19466       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
19467         <size>7</size>
19468       </method>
19469       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
19470         <size>7</size>
19471       </method>
19472       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
19473         <size>7</size>
19474       </method>
19475       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
19476         <size>7</size>
19477       </method>
19478       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
19479         <size>11</size>
19480       </method>
19481       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
19482         <size>7</size>
19483       </method>
19484       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
19485         <size>7</size>
19486       </method>
19487       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
19488         <size>11</size>
19489       </method>
19490       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
19491         <size>7</size>
19492       </method>
19493       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
19494         <size>7</size>
19495       </method>
19496       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
19497         <size>2</size>
19498       </method>
19499     </type>
19500   </test>
19501   <test name="gtest-linq-06.cs">
19502     <type name="Let">
19503       <method name="Void .ctor()">
19504         <size>7</size>
19505       </method>
19506       <method name="Int32 Main()">
19507         <size>406</size>
19508       </method>
19509     </type>
19510     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
19511       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
19512         <size>21</size>
19513       </method>
19514       <method name="&lt;i&gt;__T get_i()">
19515         <size>7</size>
19516       </method>
19517       <method name="&lt;u&gt;__T get_u()">
19518         <size>7</size>
19519       </method>
19520       <method name="Boolean Equals(System.Object)">
19521         <size>69</size>
19522       </method>
19523       <method name="Int32 GetHashCode()">
19524         <size>86</size>
19525       </method>
19526       <method name="System.String ToString()">
19527         <size>142</size>
19528       </method>
19529     </type>
19530     <type name="Let">
19531       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
19532         <size>10</size>
19533       </method>
19534       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
19535         <size>7</size>
19536       </method>
19537       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
19538         <size>10</size>
19539       </method>
19540       <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])">
19541         <size>15</size>
19542       </method>
19543       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
19544         <size>18</size>
19545       </method>
19546       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
19547         <size>7</size>
19548       </method>
19549     </type>
19550     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
19551       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
19552         <size>21</size>
19553       </method>
19554       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
19555         <size>7</size>
19556       </method>
19557       <method name="&lt;v&gt;__T get_v()">
19558         <size>7</size>
19559       </method>
19560       <method name="Boolean Equals(System.Object)">
19561         <size>69</size>
19562       </method>
19563       <method name="Int32 GetHashCode()">
19564         <size>86</size>
19565       </method>
19566       <method name="System.String ToString()">
19567         <size>142</size>
19568       </method>
19569     </type>
19570   </test>
19571   <test name="gtest-linq-07.cs">
19572     <type name="SelectMany">
19573       <method name="Void .ctor()">
19574         <size>7</size>
19575       </method>
19576       <method name="Int32 Main()">
19577         <size>748</size>
19578       </method>
19579     </type>
19580     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
19581       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
19582         <size>21</size>
19583       </method>
19584       <method name="&lt;i1&gt;__T get_i1()">
19585         <size>7</size>
19586       </method>
19587       <method name="&lt;i2&gt;__T get_i2()">
19588         <size>7</size>
19589       </method>
19590       <method name="Boolean Equals(System.Object)">
19591         <size>69</size>
19592       </method>
19593       <method name="Int32 GetHashCode()">
19594         <size>86</size>
19595       </method>
19596       <method name="System.String ToString()">
19597         <size>142</size>
19598       </method>
19599     </type>
19600     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
19601       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
19602         <size>28</size>
19603       </method>
19604       <method name="&lt;pp&gt;__T get_pp()">
19605         <size>7</size>
19606       </method>
19607       <method name="&lt;i1&gt;__T get_i1()">
19608         <size>7</size>
19609       </method>
19610       <method name="&lt;i3&gt;__T get_i3()">
19611         <size>7</size>
19612       </method>
19613       <method name="Boolean Equals(System.Object)">
19614         <size>96</size>
19615       </method>
19616       <method name="Int32 GetHashCode()">
19617         <size>109</size>
19618       </method>
19619       <method name="System.String ToString()">
19620         <size>199</size>
19621       </method>
19622     </type>
19623     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
19624       <method name="Void .ctor()">
19625         <size>7</size>
19626       </method>
19627       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
19628         <size>12</size>
19629       </method>
19630       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
19631         <size>12</size>
19632       </method>
19633       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
19634         <size>12</size>
19635       </method>
19636       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
19637         <size>7</size>
19638       </method>
19639     </type>
19640     <type name="SelectMany">
19641       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
19642         <size>8</size>
19643       </method>
19644       <method name="Boolean &lt;Main&gt;m__2(Int32)">
19645         <size>5</size>
19646       </method>
19647       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
19648         <size>8</size>
19649       </method>
19650       <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)">
19651         <size>8</size>
19652       </method>
19653       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
19654         <size>7</size>
19655       </method>
19656       <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])">
19657         <size>25</size>
19658       </method>
19659       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
19660         <size>8</size>
19661       </method>
19662     </type>
19663     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;i3&gt;__T]">
19664       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;i3&gt;__T)">
19665         <size>21</size>
19666       </method>
19667       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
19668         <size>7</size>
19669       </method>
19670       <method name="&lt;i3&gt;__T get_i3()">
19671         <size>7</size>
19672       </method>
19673       <method name="Boolean Equals(System.Object)">
19674         <size>69</size>
19675       </method>
19676       <method name="Int32 GetHashCode()">
19677         <size>86</size>
19678       </method>
19679       <method name="System.String ToString()">
19680         <size>142</size>
19681       </method>
19682     </type>
19683   </test>
19684   <test name="gtest-linq-08.cs">
19685     <type name="TestA">
19686       <method name="Void .ctor(String)">
19687         <size>14</size>
19688       </method>
19689       <method name="System.String Select[U](System.Func`2[TestA,U])">
19690         <size>7</size>
19691       </method>
19692     </type>
19693     <type name="TestB">
19694       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
19695         <size>25</size>
19696       </method>
19697     </type>
19698     <type name="CustomQueryExpressionPattern">
19699       <method name="Void .ctor()">
19700         <size>7</size>
19701       </method>
19702       <method name="Int32 Main()">
19703         <size>153</size>
19704       </method>
19705       <method name="TestA &lt;Main&gt;m__0(TestA)">
19706         <size>2</size>
19707       </method>
19708       <method name="Boolean &lt;Main&gt;m__1(TestA)">
19709         <size>17</size>
19710       </method>
19711     </type>
19712   </test>
19713   <test name="gtest-linq-09.cs">
19714     <type name="Data">
19715       <method name="Void .ctor()">
19716         <size>7</size>
19717       </method>
19718     </type>
19719     <type name="Join">
19720       <method name="Void .ctor()">
19721         <size>7</size>
19722       </method>
19723       <method name="Int32 Main()">
19724         <size>912</size>
19725       </method>
19726     </type>
19727     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
19728       <method name="Void .ctor(&lt;Result&gt;__T)">
19729         <size>14</size>
19730       </method>
19731       <method name="&lt;Result&gt;__T get_Result()">
19732         <size>7</size>
19733       </method>
19734       <method name="Boolean Equals(System.Object)">
19735         <size>39</size>
19736       </method>
19737       <method name="Int32 GetHashCode()">
19738         <size>63</size>
19739       </method>
19740       <method name="System.String ToString()">
19741         <size>67</size>
19742       </method>
19743     </type>
19744     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
19745       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
19746         <size>21</size>
19747       </method>
19748       <method name="&lt;a&gt;__T get_a()">
19749         <size>7</size>
19750       </method>
19751       <method name="&lt;b&gt;__T get_b()">
19752         <size>7</size>
19753       </method>
19754       <method name="Boolean Equals(System.Object)">
19755         <size>69</size>
19756       </method>
19757       <method name="Int32 GetHashCode()">
19758         <size>86</size>
19759       </method>
19760       <method name="System.String ToString()">
19761         <size>142</size>
19762       </method>
19763     </type>
19764     <type name="Join">
19765       <method name="Int32 &lt;Main&gt;m__0(Data)">
19766         <size>7</size>
19767       </method>
19768       <method name="Int32 &lt;Main&gt;m__1(Data)">
19769         <size>7</size>
19770       </method>
19771       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
19772         <size>23</size>
19773       </method>
19774       <method name="Int32 &lt;Main&gt;m__3(Data)">
19775         <size>7</size>
19776       </method>
19777       <method name="Int32 &lt;Main&gt;m__4(Data)">
19778         <size>7</size>
19779       </method>
19780       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
19781         <size>8</size>
19782       </method>
19783       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
19784         <size>22</size>
19785       </method>
19786       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
19787         <size>33</size>
19788       </method>
19789       <method name="Int32 &lt;Main&gt;m__8(Data)">
19790         <size>7</size>
19791       </method>
19792       <method name="Int32 &lt;Main&gt;m__9(Data)">
19793         <size>7</size>
19794       </method>
19795       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
19796         <size>23</size>
19797       </method>
19798       <method name="Int32 &lt;Main&gt;m__B(Data)">
19799         <size>7</size>
19800       </method>
19801       <method name="Int32 &lt;Main&gt;m__C(Data)">
19802         <size>7</size>
19803       </method>
19804       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
19805         <size>8</size>
19806       </method>
19807       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
19808         <size>12</size>
19809       </method>
19810       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
19811         <size>7</size>
19812       </method>
19813     </type>
19814   </test>
19815   <test name="gtest-linq-10.cs">
19816     <type name="DataA">
19817       <method name="Void .ctor()">
19818         <size>7</size>
19819       </method>
19820     </type>
19821     <type name="DataB">
19822       <method name="Void .ctor()">
19823         <size>7</size>
19824       </method>
19825     </type>
19826     <type name="GroupJoin">
19827       <method name="Void .ctor()">
19828         <size>7</size>
19829       </method>
19830       <method name="Int32 Main()">
19831         <size>631</size>
19832       </method>
19833     </type>
19834     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
19835       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
19836         <size>21</size>
19837       </method>
19838       <method name="&lt;a&gt;__T get_a()">
19839         <size>7</size>
19840       </method>
19841       <method name="&lt;ab&gt;__T get_ab()">
19842         <size>7</size>
19843       </method>
19844       <method name="Boolean Equals(System.Object)">
19845         <size>69</size>
19846       </method>
19847       <method name="Int32 GetHashCode()">
19848         <size>86</size>
19849       </method>
19850       <method name="System.String ToString()">
19851         <size>142</size>
19852       </method>
19853     </type>
19854     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
19855       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
19856         <size>21</size>
19857       </method>
19858       <method name="&lt;a&gt;__T get_a()">
19859         <size>7</size>
19860       </method>
19861       <method name="&lt;b&gt;__T get_b()">
19862         <size>7</size>
19863       </method>
19864       <method name="Boolean Equals(System.Object)">
19865         <size>69</size>
19866       </method>
19867       <method name="Int32 GetHashCode()">
19868         <size>86</size>
19869       </method>
19870       <method name="System.String ToString()">
19871         <size>142</size>
19872       </method>
19873     </type>
19874     <type name="GroupJoin">
19875       <method name="Int32 &lt;Main&gt;m__0(DataA)">
19876         <size>7</size>
19877       </method>
19878       <method name="Int32 &lt;Main&gt;m__1(DataB)">
19879         <size>7</size>
19880       </method>
19881       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
19882         <size>8</size>
19883       </method>
19884       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
19885         <size>12</size>
19886       </method>
19887       <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)">
19888         <size>39</size>
19889       </method>
19890       <method name="Int32 &lt;Main&gt;m__5(DataA)">
19891         <size>7</size>
19892       </method>
19893       <method name="Int32 &lt;Main&gt;m__6(DataB)">
19894         <size>7</size>
19895       </method>
19896       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
19897         <size>8</size>
19898       </method>
19899       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
19900         <size>12</size>
19901       </method>
19902       <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)">
19903         <size>39</size>
19904       </method>
19905     </type>
19906   </test>
19907   <test name="gtest-linq-11.cs">
19908     <type name="IntoTest">
19909       <method name="Void .ctor()">
19910         <size>7</size>
19911       </method>
19912       <method name="Int32 Main()">
19913         <size>275</size>
19914       </method>
19915       <method name="Boolean &lt;Main&gt;m__0(Int32)">
19916         <size>5</size>
19917       </method>
19918       <method name="Int32 &lt;Main&gt;m__1(Int32)">
19919         <size>5</size>
19920       </method>
19921       <method name="Int32 &lt;Main&gt;m__2(Int32)">
19922         <size>4</size>
19923       </method>
19924       <method name="Boolean &lt;Main&gt;m__3(Int32)">
19925         <size>5</size>
19926       </method>
19927       <method name="Int32 &lt;Main&gt;m__4(Int32)">
19928         <size>4</size>
19929       </method>
19930     </type>
19931   </test>
19932   <test name="gtest-linq-12.cs">
19933     <type name="NestedQuery">
19934       <method name="Void .ctor()">
19935         <size>7</size>
19936       </method>
19937       <method name="Void XX()">
19938         <size>108</size>
19939       </method>
19940       <method name="Int32 Main()">
19941         <size>464</size>
19942       </method>
19943     </type>
19944     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
19945       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
19946         <size>21</size>
19947       </method>
19948       <method name="&lt;values&gt;__T get_values()">
19949         <size>7</size>
19950       </method>
19951       <method name="&lt;length&gt;__T get_length()">
19952         <size>7</size>
19953       </method>
19954       <method name="Boolean Equals(System.Object)">
19955         <size>69</size>
19956       </method>
19957       <method name="Int32 GetHashCode()">
19958         <size>86</size>
19959       </method>
19960       <method name="System.String ToString()">
19961         <size>142</size>
19962       </method>
19963     </type>
19964     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
19965       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
19966         <size>21</size>
19967       </method>
19968       <method name="&lt;type&gt;__T get_type()">
19969         <size>7</size>
19970       </method>
19971       <method name="&lt;x&gt;__T get_x()">
19972         <size>7</size>
19973       </method>
19974       <method name="Boolean Equals(System.Object)">
19975         <size>69</size>
19976       </method>
19977       <method name="Int32 GetHashCode()">
19978         <size>86</size>
19979       </method>
19980       <method name="System.String ToString()">
19981         <size>142</size>
19982       </method>
19983     </type>
19984     <type name="NestedQuery">
19985       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
19986         <size>13</size>
19987       </method>
19988     </type>
19989     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
19990       <method name="Void .ctor()">
19991         <size>7</size>
19992       </method>
19993     </type>
19994     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
19995       <method name="Void .ctor()">
19996         <size>7</size>
19997       </method>
19998     </type>
19999     <type name="NestedQuery">
20000       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
20001         <size>110</size>
20002       </method>
20003       <method name="Boolean &lt;Main&gt;m__2(System.String)">
20004         <size>10</size>
20005       </method>
20006       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
20007         <size>36</size>
20008       </method>
20009       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
20010         <size>13</size>
20011       </method>
20012       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
20013         <size>110</size>
20014       </method>
20015       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
20016         <size>9</size>
20017       </method>
20018       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
20019         <size>7</size>
20020       </method>
20021       <method name="Boolean &lt;Main&gt;m__9(Char)">
20022         <size>6</size>
20023       </method>
20024       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
20025         <size>9</size>
20026       </method>
20027       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
20028         <size>7</size>
20029       </method>
20030     </type>
20031     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
20032       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
20033         <size>15</size>
20034       </method>
20035     </type>
20036     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
20037       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
20038         <size>15</size>
20039       </method>
20040     </type>
20041   </test>
20042   <test name="gtest-linq-13.cs">
20043     <type name="Program">
20044       <method name="Void .ctor()">
20045         <size>7</size>
20046       </method>
20047       <method name="Void Main()">
20048         <size>1</size>
20049       </method>
20050       <method name="Void Foo(TypeDefinition)">
20051         <size>47</size>
20052       </method>
20053       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
20054         <size>2</size>
20055       </method>
20056     </type>
20057     <type name="Extension">
20058       <method name="IEnumerable`1 Cast[T](IFoo)">
20059         <size>2</size>
20060       </method>
20061     </type>
20062     <type name="MethodDefinition">
20063       <method name="Void .ctor()">
20064         <size>7</size>
20065       </method>
20066     </type>
20067     <type name="TypeDefinition">
20068       <method name="Void .ctor()">
20069         <size>7</size>
20070       </method>
20071       <method name="MethodDefinitionCollection get_Methods()">
20072         <size>2</size>
20073       </method>
20074       <method name="Void set_Methods(MethodDefinitionCollection)">
20075         <size>1</size>
20076       </method>
20077     </type>
20078     <type name="MethodDefinitionCollection">
20079       <method name="Void .ctor()">
20080         <size>7</size>
20081       </method>
20082     </type>
20083   </test>
20084   <test name="gtest-linq-14.cs">
20085     <type name="Person">
20086       <method name="Void .ctor()">
20087         <size>7</size>
20088       </method>
20089       <method name="Style get_Style()">
20090         <size>7</size>
20091       </method>
20092       <method name="Void set_Style(Style)">
20093         <size>8</size>
20094       </method>
20095     </type>
20096     <type name="Extensions">
20097       <method name="IMarker`1 Cast[T](IObjectContainer)">
20098         <size>2</size>
20099       </method>
20100       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
20101         <size>2</size>
20102       </method>
20103     </type>
20104     <type name="Program">
20105       <method name="Void .ctor()">
20106         <size>7</size>
20107       </method>
20108       <method name="Void Main()">
20109         <size>1</size>
20110       </method>
20111       <method name="Void Assert(System.Action)">
20112         <size>1</size>
20113       </method>
20114       <method name="Void Test(IObjectContainer, Style)">
20115         <size>38</size>
20116       </method>
20117     </type>
20118     <type name="Program+&lt;Test&gt;c__AnonStorey0">
20119       <method name="Void .ctor()">
20120         <size>7</size>
20121       </method>
20122       <method name="Void &lt;&gt;m__0()">
20123         <size>117</size>
20124       </method>
20125     </type>
20126   </test>
20127   <test name="gtest-linq-15.cs">
20128     <type name="NameCollisionTest.Data">
20129       <method name="Void .ctor()">
20130         <size>7</size>
20131       </method>
20132     </type>
20133     <type name="NameCollisionTest.Ex">
20134       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
20135         <size>44</size>
20136       </method>
20137     </type>
20138     <type name="NameCollisionTest.C">
20139       <method name="Void .ctor()">
20140         <size>7</size>
20141       </method>
20142       <method name="Void Main()">
20143         <size>78</size>
20144       </method>
20145       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
20146         <size>7</size>
20147       </method>
20148       <method name="Boolean &lt;Main&gt;m__1(Int32)">
20149         <size>5</size>
20150       </method>
20151     </type>
20152     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
20153       <method name="Void .ctor()">
20154         <size>7</size>
20155       </method>
20156       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20157         <size>12</size>
20158       </method>
20159       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20160         <size>7</size>
20161       </method>
20162       <method name="Boolean MoveNext()">
20163         <size>86</size>
20164       </method>
20165       <method name="Void Dispose()">
20166         <size>8</size>
20167       </method>
20168       <method name="Void Reset()">
20169         <size>6</size>
20170       </method>
20171       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
20172         <size>7</size>
20173       </method>
20174       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
20175         <size>52</size>
20176       </method>
20177     </type>
20178   </test>
20179   <test name="gtest-linq-16.cs">
20180     <type name="C">
20181       <method name="Void .ctor()">
20182         <size>7</size>
20183       </method>
20184       <method name="Void Main()">
20185         <size>12</size>
20186       </method>
20187       <method name="Void Test_1(Int32)">
20188         <size>27</size>
20189       </method>
20190       <method name="Void Test_2()">
20191         <size>31</size>
20192       </method>
20193       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
20194         <size>26</size>
20195       </method>
20196     </type>
20197     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
20198       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
20199         <size>21</size>
20200       </method>
20201       <method name="&lt;a&gt;__T get_a()">
20202         <size>7</size>
20203       </method>
20204       <method name="&lt;b&gt;__T get_b()">
20205         <size>7</size>
20206       </method>
20207       <method name="Boolean Equals(System.Object)">
20208         <size>69</size>
20209       </method>
20210       <method name="Int32 GetHashCode()">
20211         <size>86</size>
20212       </method>
20213       <method name="System.String ToString()">
20214         <size>142</size>
20215       </method>
20216     </type>
20217     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
20218       <method name="Void .ctor()">
20219         <size>7</size>
20220       </method>
20221       <method name="IEnumerable`1 &lt;&gt;m__0()">
20222         <size>67</size>
20223       </method>
20224       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
20225         <size>8</size>
20226       </method>
20227       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
20228         <size>14</size>
20229       </method>
20230     </type>
20231     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
20232       <method name="Void .ctor()">
20233         <size>7</size>
20234       </method>
20235       <method name="IEnumerable`1 &lt;&gt;m__2()">
20236         <size>67</size>
20237       </method>
20238       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
20239         <size>8</size>
20240       </method>
20241       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
20242         <size>14</size>
20243       </method>
20244     </type>
20245   </test>
20246   <test name="gtest-linq-17.cs">
20247     <type name="TestGroupBy">
20248       <method name="Void .ctor()">
20249         <size>7</size>
20250       </method>
20251       <method name="Int32 Main()">
20252         <size>157</size>
20253       </method>
20254       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20255         <size>2</size>
20256       </method>
20257     </type>
20258     <type name="&lt;PrivateImplementationDetails&gt;">
20259       <method name="Void .ctor()">
20260         <size>7</size>
20261       </method>
20262     </type>
20263   </test>
20264   <test name="gtest-linq-18.cs">
20265     <type name="C">
20266       <method name="Void .ctor()">
20267         <size>7</size>
20268       </method>
20269       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
20270         <size>2</size>
20271       </method>
20272       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
20273         <size>2</size>
20274       </method>
20275       <method name="Int32 Main()">
20276         <size>648</size>
20277       </method>
20278       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
20279         <size>42</size>
20280       </method>
20281       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
20282         <size>11</size>
20283       </method>
20284       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
20285         <size>31</size>
20286       </method>
20287       <method name="Boolean &lt;Main&gt;m__3(Int32)">
20288         <size>31</size>
20289       </method>
20290       <method name="Boolean &lt;Main&gt;m__4(Int32)">
20291         <size>31</size>
20292       </method>
20293       <method name="Boolean &lt;Main&gt;m__5(Int32)">
20294         <size>31</size>
20295       </method>
20296       <method name="Boolean &lt;Main&gt;m__6(Int32)">
20297         <size>31</size>
20298       </method>
20299       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
20300         <size>10</size>
20301       </method>
20302       <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])">
20303         <size>15</size>
20304       </method>
20305       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20306         <size>31</size>
20307       </method>
20308       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20309         <size>15</size>
20310       </method>
20311       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
20312         <size>12</size>
20313       </method>
20314     </type>
20315     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
20316       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
20317         <size>21</size>
20318       </method>
20319       <method name="&lt;ck&gt;__T get_ck()">
20320         <size>7</size>
20321       </method>
20322       <method name="&lt;xy&gt;__T get_xy()">
20323         <size>7</size>
20324       </method>
20325       <method name="Boolean Equals(System.Object)">
20326         <size>69</size>
20327       </method>
20328       <method name="Int32 GetHashCode()">
20329         <size>86</size>
20330       </method>
20331       <method name="System.String ToString()">
20332         <size>142</size>
20333       </method>
20334     </type>
20335     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
20336       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
20337         <size>21</size>
20338       </method>
20339       <method name="&lt;i&gt;__T get_i()">
20340         <size>7</size>
20341       </method>
20342       <method name="&lt;l&gt;__T get_l()">
20343         <size>7</size>
20344       </method>
20345       <method name="Boolean Equals(System.Object)">
20346         <size>69</size>
20347       </method>
20348       <method name="Int32 GetHashCode()">
20349         <size>86</size>
20350       </method>
20351       <method name="System.String ToString()">
20352         <size>142</size>
20353       </method>
20354     </type>
20355     <type name="&lt;PrivateImplementationDetails&gt;">
20356       <method name="Void .ctor()">
20357         <size>7</size>
20358       </method>
20359     </type>
20360     <type name="C+&lt;Main&gt;c__AnonStorey0">
20361       <method name="Void .ctor()">
20362         <size>7</size>
20363       </method>
20364     </type>
20365     <type name="C+&lt;Main&gt;c__AnonStorey1">
20366       <method name="Void .ctor()">
20367         <size>7</size>
20368       </method>
20369     </type>
20370     <type name="C+&lt;Main&gt;c__AnonStorey2">
20371       <method name="Void .ctor()">
20372         <size>7</size>
20373       </method>
20374     </type>
20375     <type name="C+&lt;Main&gt;c__AnonStorey3">
20376       <method name="Void .ctor()">
20377         <size>7</size>
20378       </method>
20379     </type>
20380     <type name="C+&lt;Main&gt;c__AnonStorey4">
20381       <method name="Void .ctor()">
20382         <size>7</size>
20383       </method>
20384     </type>
20385     <type name="C+&lt;Main&gt;c__AnonStorey5">
20386       <method name="Void .ctor()">
20387         <size>7</size>
20388       </method>
20389     </type>
20390     <type name="C+&lt;Main&gt;c__AnonStorey6">
20391       <method name="Void .ctor()">
20392         <size>7</size>
20393       </method>
20394     </type>
20395     <type name="C">
20396       <method name="Boolean &lt;Main&gt;m__C(Int32)">
20397         <size>31</size>
20398       </method>
20399       <method name="Boolean &lt;Main&gt;m__D(Int32)">
20400         <size>31</size>
20401       </method>
20402       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
20403         <size>2</size>
20404       </method>
20405       <method name="Boolean &lt;Main&gt;m__F(Int32)">
20406         <size>31</size>
20407       </method>
20408       <method name="Boolean &lt;Main&gt;m__10(Int32)">
20409         <size>31</size>
20410       </method>
20411       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
20412         <size>2</size>
20413       </method>
20414     </type>
20415     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
20416       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
20417         <size>21</size>
20418       </method>
20419       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
20420         <size>7</size>
20421       </method>
20422       <method name="&lt;g&gt;__T get_g()">
20423         <size>7</size>
20424       </method>
20425       <method name="Boolean Equals(System.Object)">
20426         <size>69</size>
20427       </method>
20428       <method name="Int32 GetHashCode()">
20429         <size>86</size>
20430       </method>
20431       <method name="System.String ToString()">
20432         <size>142</size>
20433       </method>
20434     </type>
20435     <type name="C+&lt;Main&gt;c__AnonStorey0">
20436       <method name="Boolean &lt;&gt;m__12(Int32)">
20437         <size>10</size>
20438       </method>
20439     </type>
20440     <type name="C+&lt;Main&gt;c__AnonStorey1">
20441       <method name="Boolean &lt;&gt;m__13(Int32)">
20442         <size>15</size>
20443       </method>
20444     </type>
20445     <type name="C+&lt;Main&gt;c__AnonStorey2">
20446       <method name="Boolean &lt;&gt;m__14(Int32)">
20447         <size>10</size>
20448       </method>
20449     </type>
20450     <type name="C+&lt;Main&gt;c__AnonStorey3">
20451       <method name="Boolean &lt;&gt;m__15(Int32)">
20452         <size>10</size>
20453       </method>
20454     </type>
20455     <type name="C+&lt;Main&gt;c__AnonStorey4">
20456       <method name="Int32 &lt;&gt;m__16(Int32)">
20457         <size>9</size>
20458       </method>
20459     </type>
20460     <type name="C+&lt;Main&gt;c__AnonStorey5">
20461       <method name="Int32 &lt;&gt;m__17(Int32)">
20462         <size>9</size>
20463       </method>
20464     </type>
20465     <type name="C+&lt;Main&gt;c__AnonStorey6">
20466       <method name="Boolean &lt;&gt;m__18(Int32)">
20467         <size>20</size>
20468       </method>
20469     </type>
20470     <type name="C+&lt;Main&gt;c__AnonStorey7">
20471       <method name="Void .ctor()">
20472         <size>7</size>
20473       </method>
20474       <method name="Boolean &lt;&gt;m__19(Int32)">
20475         <size>10</size>
20476       </method>
20477     </type>
20478     <type name="C+&lt;Main&gt;c__AnonStorey8">
20479       <method name="Void .ctor()">
20480         <size>7</size>
20481       </method>
20482       <method name="Boolean &lt;&gt;m__1A(Int32)">
20483         <size>10</size>
20484       </method>
20485     </type>
20486     <type name="C+&lt;Main&gt;c__AnonStorey9">
20487       <method name="Void .ctor()">
20488         <size>7</size>
20489       </method>
20490       <method name="Boolean &lt;&gt;m__1B(Int32)">
20491         <size>10</size>
20492       </method>
20493     </type>
20494     <type name="C+&lt;Main&gt;c__AnonStoreyA">
20495       <method name="Void .ctor()">
20496         <size>7</size>
20497       </method>
20498       <method name="Boolean &lt;&gt;m__1C(Int32)">
20499         <size>10</size>
20500       </method>
20501     </type>
20502   </test>
20503   <test name="gtest-linq-19.cs">
20504     <type name="Test">
20505       <method name="Void .ctor()">
20506         <size>7</size>
20507       </method>
20508       <method name="Void .cctor()">
20509         <size>45</size>
20510       </method>
20511       <method name="Void Main()">
20512         <size>1</size>
20513       </method>
20514       <method name="Char &lt;E&gt;m__0(Char)">
20515         <size>2</size>
20516       </method>
20517     </type>
20518   </test>
20519   <test name="gtest-named-01.cs">
20520     <type name="C">
20521       <method name="Int32 Test(Int32, Int32, System.String)">
20522         <size>6</size>
20523       </method>
20524       <method name="T Foo[T](T, Int32)">
20525         <size>2</size>
20526       </method>
20527       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
20528         <size>9</size>
20529       </method>
20530       <method name="Int32 Main()">
20531         <size>173</size>
20532       </method>
20533       <method name="Int32 &lt;Main&gt;m__0(Int32)">
20534         <size>2</size>
20535       </method>
20536     </type>
20537     <type name="C+&lt;Main&gt;c__AnonStorey0">
20538       <method name="Void .ctor()">
20539         <size>7</size>
20540       </method>
20541       <method name="Int32 &lt;&gt;m__1(Int32)">
20542         <size>7</size>
20543       </method>
20544     </type>
20545   </test>
20546   <test name="gtest-optional-01.cs">
20547     <type name="C">
20548       <method name="Void TestA(Int32)">
20549         <size>1</size>
20550       </method>
20551       <method name="Void TestB(Int64)">
20552         <size>1</size>
20553       </method>
20554       <method name="Void TestC(Decimal)">
20555         <size>1</size>
20556       </method>
20557       <method name="Int32 Main()">
20558         <size>310</size>
20559       </method>
20560       <method name="Void .ctor()">
20561         <size>7</size>
20562       </method>
20563     </type>
20564   </test>
20565   <test name="gtest-optional-02.cs">
20566     <type name="C">
20567       <method name="Boolean Test2(Nullable`1)">
20568         <size>11</size>
20569       </method>
20570       <method name="Int32 Test(Nullable`1)">
20571         <size>27</size>
20572       </method>
20573       <method name="Int32 Main()">
20574         <size>101</size>
20575       </method>
20576       <method name="Void .ctor()">
20577         <size>7</size>
20578       </method>
20579       <method name="Boolean Test3(Nullable`1)">
20580         <size>21</size>
20581       </method>
20582     </type>
20583   </test>
20584   <test name="gtest-optional-03.cs">
20585     <type name="C">
20586       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
20587         <size>2</size>
20588       </method>
20589       <method name="Int32 Main()">
20590         <size>225</size>
20591       </method>
20592       <method name="Void .ctor()">
20593         <size>7</size>
20594       </method>
20595     </type>
20596   </test>
20597   <test name="gtest-optional-04.cs">
20598     <type name="C">
20599       <method name="Void Foo[T](T, T)">
20600         <size>1</size>
20601       </method>
20602       <method name="Void TestParams(System.Int32[])">
20603         <size>6</size>
20604       </method>
20605       <method name="Void TestParams(Int32)">
20606         <size>1</size>
20607       </method>
20608       <method name="Void TestStruct(Nullable`1)">
20609         <size>1</size>
20610       </method>
20611       <method name="System.String get_Item(Int32, System.String)">
20612         <size>2</size>
20613       </method>
20614       <method name="Void set_Item(Int32, System.String, System.String)">
20615         <size>4</size>
20616       </method>
20617       <method name="Int32 Main()">
20618         <size>120</size>
20619       </method>
20620       <method name="Void .ctor()">
20621         <size>7</size>
20622       </method>
20623     </type>
20624   </test>
20625   <test name="gtest-optional-05.cs">
20626     <type name="Blah">
20627       <method name="Int32 Foo(Int32, Int32)">
20628         <size>4</size>
20629       </method>
20630       <method name="Int32 Main()">
20631         <size>46</size>
20632       </method>
20633       <method name="Void .ctor()">
20634         <size>7</size>
20635       </method>
20636     </type>
20637     <type name="Blah+MyDelegate">
20638       <method name="Int32 Invoke(Int32, Int32)">
20639         <size>0</size>
20640       </method>
20641       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
20642         <size>0</size>
20643       </method>
20644       <method name="Int32 EndInvoke(IAsyncResult)">
20645         <size>0</size>
20646       </method>
20647       <method name="Void .ctor(Object, IntPtr)">
20648         <size>0</size>
20649       </method>
20650     </type>
20651   </test>
20652   <test name="gtest-optional-06.cs">
20653     <type name="C">
20654       <method name="Int32 Foo(Int32)">
20655         <size>2</size>
20656       </method>
20657       <method name="Int32 Main()">
20658         <size>38</size>
20659       </method>
20660       <method name="Void .ctor()">
20661         <size>7</size>
20662       </method>
20663     </type>
20664     <type name="D">
20665       <method name="Int32 Invoke(Int32)">
20666         <size>0</size>
20667       </method>
20668       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
20669         <size>0</size>
20670       </method>
20671       <method name="Int32 EndInvoke(IAsyncResult)">
20672         <size>0</size>
20673       </method>
20674       <method name="Void .ctor(Object, IntPtr)">
20675         <size>0</size>
20676       </method>
20677     </type>
20678   </test>
20679   <test name="gtest-optional-07.cs">
20680     <type name="Tests">
20681       <method name="Void foo(Foo)">
20682         <size>1</size>
20683       </method>
20684       <method name="Int32 Main()">
20685         <size>8</size>
20686       </method>
20687       <method name="Void .ctor()">
20688         <size>7</size>
20689       </method>
20690     </type>
20691   </test>
20692   <test name="gtest-partial-01.cs">
20693     <type name="B`1[U]">
20694       <method name="Void .ctor()">
20695         <size>7</size>
20696       </method>
20697     </type>
20698     <type name="C`1[T]">
20699       <method name="Void .ctor()">
20700         <size>7</size>
20701       </method>
20702     </type>
20703     <type name="Test">
20704       <method name="Void Main()">
20705         <size>1</size>
20706       </method>
20707       <method name="Void .ctor()">
20708         <size>7</size>
20709       </method>
20710     </type>
20711   </test>
20712   <test name="gtest-var-04.cs">
20713     <type name="Test">
20714       <method name="Void .ctor()">
20715         <size>7</size>
20716       </method>
20717       <method name="Int32 Main()">
20718         <size>219</size>
20719       </method>
20720     </type>
20721   </test>
20722   <test name="gtest-variance-11.cs">
20723     <type name="D">
20724       <method name="Void .ctor()">
20725         <size>7</size>
20726       </method>
20727       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
20728         <size>38</size>
20729       </method>
20730       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
20731         <size>38</size>
20732       </method>
20733       <method name="Int32 Main()">
20734         <size>38</size>
20735       </method>
20736     </type>
20737   </test>
20738   <test name="gtest-variance-13.cs">
20739     <type name="A">
20740       <method name="Void .ctor()">
20741         <size>7</size>
20742       </method>
20743       <method name="Void Foo[T](T, IList`1)">
20744         <size>1</size>
20745       </method>
20746       <method name="Void Test()">
20747         <size>17</size>
20748       </method>
20749     </type>
20750     <type name="B">
20751       <method name="Void .ctor()">
20752         <size>7</size>
20753       </method>
20754       <method name="Void Foo[T](T, I`1)">
20755         <size>1</size>
20756       </method>
20757       <method name="Void Test[U](U, I`1)">
20758         <size>8</size>
20759       </method>
20760     </type>
20761     <type name="M">
20762       <method name="Void .ctor()">
20763         <size>7</size>
20764       </method>
20765       <method name="Int32 Main()">
20766         <size>2</size>
20767       </method>
20768     </type>
20769   </test>
20770   <test name="gtest-variance-6.cs">
20771     <type name="Program">
20772       <method name="Void .ctor()">
20773         <size>7</size>
20774       </method>
20775       <method name="Void Main()">
20776         <size>1</size>
20777       </method>
20778     </type>
20779     <type name="Cov1`1[U]">
20780       <method name="Void .ctor(Object, IntPtr)">
20781         <size>0</size>
20782       </method>
20783       <method name="ICovariant`1 Invoke(IContravariant`1)">
20784         <size>0</size>
20785       </method>
20786       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20787         <size>0</size>
20788       </method>
20789       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20790         <size>0</size>
20791       </method>
20792     </type>
20793     <type name="Cov2`1[U]">
20794       <method name="Void .ctor(Object, IntPtr)">
20795         <size>0</size>
20796       </method>
20797       <method name="ICovariant`1 Invoke(IContravariant`1)">
20798         <size>0</size>
20799       </method>
20800       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20801         <size>0</size>
20802       </method>
20803       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20804         <size>0</size>
20805       </method>
20806     </type>
20807     <type name="Cov3`1[U]">
20808       <method name="Void .ctor(Object, IntPtr)">
20809         <size>0</size>
20810       </method>
20811       <method name="ICovariant`1 Invoke(IContravariant`1)">
20812         <size>0</size>
20813       </method>
20814       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
20815         <size>0</size>
20816       </method>
20817       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20818         <size>0</size>
20819       </method>
20820     </type>
20821     <type name="Cov4`1[U]">
20822       <method name="Void .ctor(Object, IntPtr)">
20823         <size>0</size>
20824       </method>
20825       <method name="ICovariant`1 Invoke()">
20826         <size>0</size>
20827       </method>
20828       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20829         <size>0</size>
20830       </method>
20831       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
20832         <size>0</size>
20833       </method>
20834     </type>
20835     <type name="Cov5`1[U]">
20836       <method name="Void .ctor(Object, IntPtr)">
20837         <size>0</size>
20838       </method>
20839       <method name="IContravariant`1 Invoke()">
20840         <size>0</size>
20841       </method>
20842       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20843         <size>0</size>
20844       </method>
20845       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20846         <size>0</size>
20847       </method>
20848     </type>
20849     <type name="Contra5`1[U]">
20850       <method name="Void .ctor(Object, IntPtr)">
20851         <size>0</size>
20852       </method>
20853       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20854         <size>0</size>
20855       </method>
20856       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20857         <size>0</size>
20858       </method>
20859       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20860         <size>0</size>
20861       </method>
20862     </type>
20863     <type name="Contra6`1[U]">
20864       <method name="Void .ctor(Object, IntPtr)">
20865         <size>0</size>
20866       </method>
20867       <method name="IContravariant`1 Invoke()">
20868         <size>0</size>
20869       </method>
20870       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20871         <size>0</size>
20872       </method>
20873       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20874         <size>0</size>
20875       </method>
20876     </type>
20877     <type name="Contra7`1[U]">
20878       <method name="Void .ctor(Object, IntPtr)">
20879         <size>0</size>
20880       </method>
20881       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20882         <size>0</size>
20883       </method>
20884       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20885         <size>0</size>
20886       </method>
20887       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20888         <size>0</size>
20889       </method>
20890     </type>
20891     <type name="Contra8`1[U]">
20892       <method name="Void .ctor(Object, IntPtr)">
20893         <size>0</size>
20894       </method>
20895       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
20896         <size>0</size>
20897       </method>
20898       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
20899         <size>0</size>
20900       </method>
20901       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
20902         <size>0</size>
20903       </method>
20904     </type>
20905   </test>
20906   <test name="gtest-variance-7.cs">
20907     <type name="C">
20908       <method name="Void .ctor()">
20909         <size>7</size>
20910       </method>
20911       <method name="Void Main()">
20912         <size>1</size>
20913       </method>
20914     </type>
20915     <type name="Covariant`1[T]">
20916       <method name="Void .ctor(Object, IntPtr)">
20917         <size>0</size>
20918       </method>
20919       <method name="T Invoke()">
20920         <size>0</size>
20921       </method>
20922       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20923         <size>0</size>
20924       </method>
20925       <method name="T EndInvoke(IAsyncResult)">
20926         <size>0</size>
20927       </method>
20928     </type>
20929     <type name="Contra`1[T]">
20930       <method name="Void .ctor(Object, IntPtr)">
20931         <size>0</size>
20932       </method>
20933       <method name="Void Invoke(T)">
20934         <size>0</size>
20935       </method>
20936       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20937         <size>0</size>
20938       </method>
20939       <method name="Void EndInvoke(IAsyncResult)">
20940         <size>0</size>
20941       </method>
20942     </type>
20943     <type name="CoContra`2[TR,T]">
20944       <method name="Void .ctor(Object, IntPtr)">
20945         <size>0</size>
20946       </method>
20947       <method name="TR Invoke(T)">
20948         <size>0</size>
20949       </method>
20950       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20951         <size>0</size>
20952       </method>
20953       <method name="TR EndInvoke(IAsyncResult)">
20954         <size>0</size>
20955       </method>
20956     </type>
20957     <type name="None`1[T]">
20958       <method name="Void .ctor(Object, IntPtr)">
20959         <size>0</size>
20960       </method>
20961       <method name="Void Invoke(T)">
20962         <size>0</size>
20963       </method>
20964       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
20965         <size>0</size>
20966       </method>
20967       <method name="Void EndInvoke(IAsyncResult)">
20968         <size>0</size>
20969       </method>
20970     </type>
20971     <type name="Test`1[U]">
20972       <method name="Void .ctor(Object, IntPtr)">
20973         <size>0</size>
20974       </method>
20975       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
20976         <size>0</size>
20977       </method>
20978       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20979         <size>0</size>
20980       </method>
20981       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
20982         <size>0</size>
20983       </method>
20984     </type>
20985     <type name="Test2`1[U]">
20986       <method name="Void .ctor(Object, IntPtr)">
20987         <size>0</size>
20988       </method>
20989       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
20990         <size>0</size>
20991       </method>
20992       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20993         <size>0</size>
20994       </method>
20995       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
20996         <size>0</size>
20997       </method>
20998     </type>
20999     <type name="Test3`1[U]">
21000       <method name="Void .ctor(Object, IntPtr)">
21001         <size>0</size>
21002       </method>
21003       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
21004         <size>0</size>
21005       </method>
21006       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21007         <size>0</size>
21008       </method>
21009       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
21010         <size>0</size>
21011       </method>
21012     </type>
21013     <type name="Test4`1[U]">
21014       <method name="Void .ctor(Object, IntPtr)">
21015         <size>0</size>
21016       </method>
21017       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
21018         <size>0</size>
21019       </method>
21020       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21021         <size>0</size>
21022       </method>
21023       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
21024         <size>0</size>
21025       </method>
21026     </type>
21027     <type name="Test5`1[U]">
21028       <method name="Void .ctor(Object, IntPtr)">
21029         <size>0</size>
21030       </method>
21031       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
21032         <size>0</size>
21033       </method>
21034       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21035         <size>0</size>
21036       </method>
21037       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
21038         <size>0</size>
21039       </method>
21040     </type>
21041     <type name="Test6`1[U]">
21042       <method name="Void .ctor(Object, IntPtr)">
21043         <size>0</size>
21044       </method>
21045       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
21046         <size>0</size>
21047       </method>
21048       <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)">
21049         <size>0</size>
21050       </method>
21051       <method name="Void EndInvoke(IAsyncResult)">
21052         <size>0</size>
21053       </method>
21054     </type>
21055     <type name="Both`2[U,V]">
21056       <method name="Void .ctor(Object, IntPtr)">
21057         <size>0</size>
21058       </method>
21059       <method name="Void Invoke(CoContra`2[U,V])">
21060         <size>0</size>
21061       </method>
21062       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
21063         <size>0</size>
21064       </method>
21065       <method name="Void EndInvoke(IAsyncResult)">
21066         <size>0</size>
21067       </method>
21068     </type>
21069     <type name="Both2`2[U,V]">
21070       <method name="Void .ctor(Object, IntPtr)">
21071         <size>0</size>
21072       </method>
21073       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
21074         <size>0</size>
21075       </method>
21076       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
21077         <size>0</size>
21078       </method>
21079       <method name="Void EndInvoke(IAsyncResult)">
21080         <size>0</size>
21081       </method>
21082     </type>
21083     <type name="Both3`2[U,V]">
21084       <method name="Void .ctor(Object, IntPtr)">
21085         <size>0</size>
21086       </method>
21087       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
21088         <size>0</size>
21089       </method>
21090       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
21091         <size>0</size>
21092       </method>
21093       <method name="Void EndInvoke(IAsyncResult)">
21094         <size>0</size>
21095       </method>
21096     </type>
21097     <type name="Both4`2[U,V]">
21098       <method name="Void .ctor(Object, IntPtr)">
21099         <size>0</size>
21100       </method>
21101       <method name="Void Invoke(Both`2[V,U])">
21102         <size>0</size>
21103       </method>
21104       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
21105         <size>0</size>
21106       </method>
21107       <method name="Void EndInvoke(IAsyncResult)">
21108         <size>0</size>
21109       </method>
21110     </type>
21111     <type name="Both5`2[U,V]">
21112       <method name="Void .ctor(Object, IntPtr)">
21113         <size>0</size>
21114       </method>
21115       <method name="Void Invoke(Both`2[V,System.Int32])">
21116         <size>0</size>
21117       </method>
21118       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
21119         <size>0</size>
21120       </method>
21121       <method name="Void EndInvoke(IAsyncResult)">
21122         <size>0</size>
21123       </method>
21124     </type>
21125   </test>
21126   <test name="gtest-variance-9.cs">
21127     <type name="Test">
21128       <method name="Void .ctor()">
21129         <size>7</size>
21130       </method>
21131       <method name="Void Foo(IIn`1)">
21132         <size>1</size>
21133       </method>
21134       <method name="Int32 Main()">
21135         <size>10</size>
21136       </method>
21137     </type>
21138   </test>
21139   <test name="test-1.cs">
21140     <type name="X">
21141       <method name="Void .ctor()">
21142         <size>7</size>
21143       </method>
21144       <method name="Int32 Main(System.String[])">
21145         <size>12</size>
21146       </method>
21147     </type>
21148   </test>
21149   <test name="test-10.cs">
21150     <type name="X">
21151       <method name="Void .ctor()">
21152         <size>7</size>
21153       </method>
21154       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
21155         <size>1</size>
21156       </method>
21157       <method name="Void bsbyte()">
21158         <size>35</size>
21159       </method>
21160       <method name="Void abyte(SByte, Char)">
21161         <size>1</size>
21162       </method>
21163       <method name="Void bbyte()">
21164         <size>22</size>
21165       </method>
21166       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
21167         <size>1</size>
21168       </method>
21169       <method name="Void bshort()">
21170         <size>39</size>
21171       </method>
21172       <method name="Void aushort(SByte, Byte, Int16, Char)">
21173         <size>1</size>
21174       </method>
21175       <method name="Void bushort()">
21176         <size>29</size>
21177       </method>
21178       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
21179         <size>1</size>
21180       </method>
21181       <method name="Void bint()">
21182         <size>42</size>
21183       </method>
21184       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
21185         <size>1</size>
21186       </method>
21187       <method name="Void buint()">
21188         <size>38</size>
21189       </method>
21190       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
21191         <size>1</size>
21192       </method>
21193       <method name="Void blong()">
21194         <size>47</size>
21195       </method>
21196       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
21197         <size>1</size>
21198       </method>
21199       <method name="Void bulong()">
21200         <size>47</size>
21201       </method>
21202       <method name="Void achar(SByte, Byte, Int16)">
21203         <size>1</size>
21204       </method>
21205       <method name="Void bchar()">
21206         <size>27</size>
21207       </method>
21208       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
21209         <size>1</size>
21210       </method>
21211       <method name="Void bfloat()">
21212         <size>67</size>
21213       </method>
21214       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
21215         <size>1</size>
21216       </method>
21217       <method name="Void bdouble()">
21218         <size>75</size>
21219       </method>
21220       <method name="Void TestDecimal(Decimal)">
21221         <size>15</size>
21222       </method>
21223       <method name="Void Main()">
21224         <size>1</size>
21225       </method>
21226     </type>
21227     <type name="Test2">
21228       <method name="Void .ctor()">
21229         <size>7</size>
21230       </method>
21231       <method name="Void ExtraTst()">
21232         <size>12</size>
21233       </method>
21234     </type>
21235   </test>
21236   <test name="test-100.cs">
21237     <type name="GLib.Object">
21238       <method name="Void .ctor()">
21239         <size>7</size>
21240       </method>
21241       <method name="Int32 get_Raw()">
21242         <size>2</size>
21243       </method>
21244       <method name="Void set_Raw(Int32)">
21245         <size>8</size>
21246       </method>
21247       <method name="Void GetProperty()">
21248         <size>12</size>
21249       </method>
21250       <method name="Int32 Main()">
21251         <size>2</size>
21252       </method>
21253     </type>
21254   </test>
21255   <test name="test-101.cs">
21256     <type name="Test.MyAttribute">
21257       <method name="Void .ctor(String)">
21258         <size>20</size>
21259       </method>
21260     </type>
21261     <type name="Test.My2Attribute">
21262       <method name="Void .ctor(String, Int32)">
21263         <size>31</size>
21264       </method>
21265     </type>
21266     <type name="Test.Test">
21267       <method name="Void .ctor()">
21268         <size>7</size>
21269       </method>
21270       <method name="Int32 Main()">
21271         <size>92</size>
21272       </method>
21273     </type>
21274   </test>
21275   <test name="test-102.cs">
21276     <type name="N1.MineAttribute">
21277       <method name="Void .ctor(String)">
21278         <size>14</size>
21279       </method>
21280     </type>
21281     <type name="N1.ReturnAttribute">
21282       <method name="Void .ctor(String)">
21283         <size>14</size>
21284       </method>
21285     </type>
21286     <type name="N1.Foo">
21287       <method name="Void .ctor()">
21288         <size>7</size>
21289       </method>
21290       <method name="Int32 Main()">
21291         <size>250</size>
21292       </method>
21293     </type>
21294   </test>
21295   <test name="test-103.cs">
21296     <type name="A">
21297       <method name="Void .ctor()">
21298         <size>7</size>
21299       </method>
21300       <method name="Int32 Foo()">
21301         <size>0</size>
21302       </method>
21303     </type>
21304     <type name="B">
21305       <method name="Void .ctor()">
21306         <size>7</size>
21307       </method>
21308       <method name="Int32 Foo()">
21309         <size>2</size>
21310       </method>
21311       <method name="Int32 M()">
21312         <size>7</size>
21313       </method>
21314     </type>
21315     <type name="Test">
21316       <method name="Void .ctor()">
21317         <size>7</size>
21318       </method>
21319       <method name="Int32 Main()">
21320         <size>11</size>
21321       </method>
21322     </type>
21323   </test>
21324   <test name="test-104.cs">
21325     <type name="Test">
21326       <method name="Void .ctor()">
21327         <size>7</size>
21328       </method>
21329       <method name="Int32 Main(System.String[])">
21330         <size>12</size>
21331       </method>
21332     </type>
21333   </test>
21334   <test name="test-105.cs">
21335     <type name="Test">
21336       <method name="Void .ctor()">
21337         <size>7</size>
21338       </method>
21339       <method name="Int32 F(Int32)">
21340         <size>33</size>
21341       </method>
21342       <method name="Void async_callback(IAsyncResult)">
21343         <size>22</size>
21344       </method>
21345       <method name="Int32 Main()">
21346         <size>407</size>
21347       </method>
21348     </type>
21349     <type name="Test+SimpleDelegate">
21350       <method name="Void .ctor(Object, IntPtr)">
21351         <size>0</size>
21352       </method>
21353       <method name="Int32 Invoke(Int32)">
21354         <size>0</size>
21355       </method>
21356       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21357         <size>0</size>
21358       </method>
21359       <method name="Int32 EndInvoke(IAsyncResult)">
21360         <size>0</size>
21361       </method>
21362     </type>
21363   </test>
21364   <test name="test-107.cs">
21365     <type name="Test">
21366       <method name="Void .ctor()">
21367         <size>7</size>
21368       </method>
21369       <method name="Void .cctor()">
21370         <size>1</size>
21371       </method>
21372       <method name="Int32 F(Int32)">
21373         <size>27</size>
21374       </method>
21375       <method name="Void async_callback(IAsyncResult)">
21376         <size>100</size>
21377       </method>
21378       <method name="Int32 Main()">
21379         <size>89</size>
21380       </method>
21381     </type>
21382     <type name="Test+SimpleDelegate">
21383       <method name="Void .ctor(Object, IntPtr)">
21384         <size>0</size>
21385       </method>
21386       <method name="Int32 Invoke(Int32)">
21387         <size>0</size>
21388       </method>
21389       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
21390         <size>0</size>
21391       </method>
21392       <method name="Int32 EndInvoke(IAsyncResult)">
21393         <size>0</size>
21394       </method>
21395     </type>
21396   </test>
21397   <test name="test-108.cs">
21398     <type name="X">
21399       <method name="Void .ctor()">
21400         <size>7</size>
21401       </method>
21402       <method name="Int32 Main()">
21403         <size>79</size>
21404       </method>
21405     </type>
21406   </test>
21407   <test name="test-109.cs">
21408     <type name="T">
21409       <method name="Void .ctor()">
21410         <size>7</size>
21411       </method>
21412       <method name="Int32 Main()">
21413         <size>23</size>
21414       </method>
21415     </type>
21416   </test>
21417   <test name="test-11.cs">
21418     <type name="Test">
21419       <method name="Void .ctor()">
21420         <size>7</size>
21421       </method>
21422       <method name="Int32 boxtest()">
21423         <size>12</size>
21424       </method>
21425       <method name="Int32 Main()">
21426         <size>14</size>
21427       </method>
21428     </type>
21429   </test>
21430   <test name="test-110.cs">
21431     <type name="test.test">
21432       <method name="Void .ctor()">
21433         <size>7</size>
21434       </method>
21435       <method name="Int32 test_method(Int32)">
21436         <size>13</size>
21437       </method>
21438       <method name="Int32 Main()">
21439         <size>17</size>
21440       </method>
21441     </type>
21442   </test>
21443   <test name="test-111.cs">
21444     <type name="T">
21445       <method name="Void .ctor()">
21446         <size>7</size>
21447       </method>
21448       <method name="System.Object get_obj()">
21449         <size>6</size>
21450       </method>
21451       <method name="Int32 Main()">
21452         <size>21</size>
21453       </method>
21454     </type>
21455   </test>
21456   <test name="test-112.cs">
21457     <type name="X">
21458       <method name="Void .ctor()">
21459         <size>7</size>
21460       </method>
21461       <method name="System.Int32[] g()">
21462         <size>14</size>
21463       </method>
21464       <method name="Int32 Main()">
21465         <size>18</size>
21466       </method>
21467     </type>
21468   </test>
21469   <test name="test-113.cs">
21470     <type name="X">
21471       <method name="Void .ctor()">
21472         <size>7</size>
21473       </method>
21474       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
21475         <size>4</size>
21476       </method>
21477       <method name="Void GetProperty(System.String, System.String ByRef)">
21478         <size>21</size>
21479       </method>
21480       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
21481         <size>4</size>
21482       </method>
21483       <method name="Void GetProperty(System.String, Boolean ByRef)">
21484         <size>21</size>
21485       </method>
21486       <method name="Int32 Main()">
21487         <size>2</size>
21488       </method>
21489     </type>
21490   </test>
21491   <test name="test-114.cs">
21492     <type name="MyClass">
21493       <method name="Void .ctor()">
21494         <size>7</size>
21495       </method>
21496       <method name="Int32 Main()">
21497         <size>15</size>
21498       </method>
21499     </type>
21500     <type name="MyClass+IsAnything">
21501       <method name="Void .ctor(Object, IntPtr)">
21502         <size>0</size>
21503       </method>
21504       <method name="Boolean Invoke(Char)">
21505         <size>0</size>
21506       </method>
21507       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
21508         <size>0</size>
21509       </method>
21510       <method name="Boolean EndInvoke(IAsyncResult)">
21511         <size>0</size>
21512       </method>
21513     </type>
21514   </test>
21515   <test name="test-115.cs">
21516     <type name="A">
21517       <method name="Void .ctor()">
21518         <size>7</size>
21519       </method>
21520       <method name="X op_Explicit(A)">
21521         <size>8</size>
21522       </method>
21523     </type>
21524     <type name="X">
21525       <method name="Void .ctor()">
21526         <size>7</size>
21527       </method>
21528     </type>
21529     <type name="Y">
21530       <method name="Void .ctor()">
21531         <size>7</size>
21532       </method>
21533     </type>
21534     <type name="blah">
21535       <method name="Void .ctor()">
21536         <size>7</size>
21537       </method>
21538       <method name="Int32 Main()">
21539         <size>47</size>
21540       </method>
21541     </type>
21542   </test>
21543   <test name="test-116.cs">
21544     <type name="X">
21545       <method name="Void .ctor()">
21546         <size>7</size>
21547       </method>
21548       <method name="Int32 Main()">
21549         <size>12</size>
21550       </method>
21551     </type>
21552   </test>
21553   <test name="test-117.cs">
21554     <type name="Blah">
21555       <method name="Void .ctor()">
21556         <size>18</size>
21557       </method>
21558       <method name="Int32 Main()">
21559         <size>25</size>
21560       </method>
21561     </type>
21562   </test>
21563   <test name="test-118.cs">
21564     <type name="Container">
21565       <method name="Void .ctor()">
21566         <size>7</size>
21567       </method>
21568       <method name="Int32 Main(System.String[])">
21569         <size>2</size>
21570       </method>
21571     </type>
21572   </test>
21573   <test name="test-119.cs">
21574     <type name="Value">
21575       <method name="Void .ctor()">
21576         <size>7</size>
21577       </method>
21578       <method name="Int32 op_Explicit(Value)">
21579         <size>2</size>
21580       </method>
21581       <method name="MyObject op_Explicit(Value)">
21582         <size>7</size>
21583       </method>
21584       <method name="UInt32 op_Explicit(Value)">
21585         <size>2</size>
21586       </method>
21587     </type>
21588     <type name="MyObject">
21589       <method name="Void .ctor(Int32)">
21590         <size>7</size>
21591       </method>
21592     </type>
21593     <type name="Derived">
21594       <method name="Void .ctor(Int32)">
21595         <size>8</size>
21596       </method>
21597       <method name="Derived Blah()">
21598         <size>18</size>
21599       </method>
21600     </type>
21601     <type name="Test">
21602       <method name="Void .ctor()">
21603         <size>7</size>
21604       </method>
21605       <method name="Int32 Main()">
21606         <size>33</size>
21607       </method>
21608     </type>
21609   </test>
21610   <test name="test-12.cs">
21611     <type name="X">
21612       <method name="Void .ctor()">
21613         <size>7</size>
21614       </method>
21615       <method name="Int32 Main(System.String[])">
21616         <size>270</size>
21617       </method>
21618       <method name="System.String s(System.String, Int32)">
21619         <size>13</size>
21620       </method>
21621       <method name="System.String x(System.String, System.Object)">
21622         <size>8</size>
21623       </method>
21624     </type>
21625   </test>
21626   <test name="test-120.cs">
21627     <type name="test">
21628       <method name="Void .ctor()">
21629         <size>7</size>
21630       </method>
21631       <method name="Int32 Main()">
21632         <size>140</size>
21633       </method>
21634     </type>
21635   </test>
21636   <test name="test-121.cs">
21637     <type name="X">
21638       <method name="Void .ctor()">
21639         <size>7</size>
21640       </method>
21641       <method name="Int32 g()">
21642         <size>14</size>
21643       </method>
21644       <method name="Int32 Main()">
21645         <size>81</size>
21646       </method>
21647     </type>
21648   </test>
21649   <test name="test-122.cs">
21650     <type name="A">
21651       <method name="Void .ctor()">
21652         <size>7</size>
21653       </method>
21654       <method name="Void .cctor()">
21655         <size>1</size>
21656       </method>
21657       <method name="Int32 Main()">
21658         <size>2</size>
21659       </method>
21660     </type>
21661     <type name="A+B">
21662       <method name="Void .ctor()">
21663         <size>7</size>
21664       </method>
21665       <method name="Void Foo()">
21666         <size>13</size>
21667       </method>
21668     </type>
21669   </test>
21670   <test name="test-123.cs">
21671     <type name="X">
21672       <method name="Void .ctor()">
21673         <size>7</size>
21674       </method>
21675       <method name="System.Object get_non_null()">
21676         <size>6</size>
21677       </method>
21678       <method name="System.Object get_null()">
21679         <size>2</size>
21680       </method>
21681       <method name="Int32 Main()">
21682         <size>95</size>
21683       </method>
21684     </type>
21685   </test>
21686   <test name="test-124.cs">
21687     <type name="t">
21688       <method name="Void .ctor()">
21689         <size>7</size>
21690       </method>
21691       <method name="Void a()">
21692         <size>16</size>
21693       </method>
21694       <method name="Void b()">
21695         <size>16</size>
21696       </method>
21697       <method name="Void c()">
21698         <size>24</size>
21699       </method>
21700       <method name="Void d()">
21701         <size>28</size>
21702       </method>
21703       <method name="Void Main()">
21704         <size>1</size>
21705       </method>
21706     </type>
21707   </test>
21708   <test name="test-125.cs">
21709     <type name="Fraction">
21710       <method name="Void .ctor(Int32, Int32)">
21711         <size>31</size>
21712       </method>
21713       <method name="Void .ctor(Int32)">
21714         <size>31</size>
21715       </method>
21716       <method name="Boolean Equals(System.Object)">
21717         <size>36</size>
21718       </method>
21719       <method name="System.String ToString()">
21720         <size>35</size>
21721       </method>
21722       <method name="Fraction op_Implicit(Int32)">
21723         <size>17</size>
21724       </method>
21725       <method name="Int32 op_Explicit(Fraction)">
21726         <size>24</size>
21727       </method>
21728       <method name="Boolean op_Equality(Fraction, Fraction)">
21729         <size>48</size>
21730       </method>
21731       <method name="Boolean op_Inequality(Fraction, Fraction)">
21732         <size>21</size>
21733       </method>
21734       <method name="Fraction op_Addition(Fraction, Fraction)">
21735         <size>102</size>
21736       </method>
21737     </type>
21738     <type name="Tester">
21739       <method name="Void .ctor()">
21740         <size>7</size>
21741       </method>
21742       <method name="Int32 Main()">
21743         <size>148</size>
21744       </method>
21745     </type>
21746   </test>
21747   <test name="test-126.cs">
21748     <type name="X">
21749       <method name="Void .ctor()">
21750         <size>7</size>
21751       </method>
21752       <method name="Void Iface.Method()">
21753         <size>1</size>
21754       </method>
21755       <method name="Int32 Main()">
21756         <size>33</size>
21757       </method>
21758     </type>
21759   </test>
21760   <test name="test-127.cs">
21761     <type name="X">
21762       <method name="Void .ctor()">
21763         <size>7</size>
21764       </method>
21765       <method name="Int32 Main()">
21766         <size>32</size>
21767       </method>
21768     </type>
21769   </test>
21770   <test name="test-128.cs">
21771     <type name="SimpleAttribute">
21772       <method name="Void .ctor(String)">
21773         <size>14</size>
21774       </method>
21775     </type>
21776     <type name="MineAttribute">
21777       <method name="Void .ctor(Type[])">
21778         <size>14</size>
21779       </method>
21780     </type>
21781     <type name="Foo">
21782       <method name="Void .ctor()">
21783         <size>7</size>
21784       </method>
21785       <method name="Int32 MM()">
21786         <size>153</size>
21787       </method>
21788     </type>
21789     <type name="Blah">
21790       <method name="Void .ctor()">
21791         <size>7</size>
21792       </method>
21793       <method name="Int32 get_Value()">
21794         <size>7</size>
21795       </method>
21796       <method name="Void set_Value(Int32)">
21797         <size>8</size>
21798       </method>
21799       <method name="Int32 Another()">
21800         <size>2</size>
21801       </method>
21802       <method name="Int32 Main()">
21803         <size>6</size>
21804       </method>
21805     </type>
21806   </test>
21807   <test name="test-129.cs">
21808     <type name="X">
21809       <method name="Void .ctor()">
21810         <size>7</size>
21811       </method>
21812       <method name="Int32 Main()">
21813         <size>27</size>
21814       </method>
21815     </type>
21816   </test>
21817   <test name="test-13.cs">
21818     <type name="Foo">
21819       <method name="Void .ctor()">
21820         <size>7</size>
21821       </method>
21822       <method name="Boolean MyMethod()">
21823         <size>12</size>
21824       </method>
21825     </type>
21826     <type name="Blah">
21827       <method name="Void .ctor()">
21828         <size>7</size>
21829       </method>
21830       <method name="Int32 Main()">
21831         <size>23</size>
21832       </method>
21833     </type>
21834   </test>
21835   <test name="test-130.cs">
21836     <type name="X">
21837       <method name="Void .ctor()">
21838         <size>20</size>
21839       </method>
21840       <method name="Int32 Main()">
21841         <size>2</size>
21842       </method>
21843     </type>
21844   </test>
21845   <test name="test-131.cs">
21846     <type name="SimpleAttribute">
21847       <method name="Void .ctor(String)">
21848         <size>14</size>
21849       </method>
21850     </type>
21851     <type name="Blah">
21852       <method name="Void .ctor()">
21853         <size>7</size>
21854       </method>
21855       <method name="Int32 Main()">
21856         <size>2</size>
21857       </method>
21858     </type>
21859   </test>
21860   <test name="test-132.cs">
21861     <type name="T">
21862       <method name="Void .ctor()">
21863         <size>7</size>
21864       </method>
21865       <method name="Int32 Main()">
21866         <size>51</size>
21867       </method>
21868     </type>
21869   </test>
21870   <test name="test-133.cs">
21871     <type name="T">
21872       <method name="Void .ctor()">
21873         <size>7</size>
21874       </method>
21875       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
21876         <size>21</size>
21877       </method>
21878       <method name="Void get_struct(S ByRef)">
21879         <size>24</size>
21880       </method>
21881       <method name="Int32 Main()">
21882         <size>75</size>
21883       </method>
21884     </type>
21885   </test>
21886   <test name="test-134.cs">
21887     <type name="AA">
21888       <method name="Void .ctor()">
21889         <size>7</size>
21890       </method>
21891       <method name="Void A()">
21892         <size>8</size>
21893       </method>
21894       <method name="Void B()">
21895         <size>8</size>
21896       </method>
21897       <method name="Void C()">
21898         <size>8</size>
21899       </method>
21900       <method name="Boolean get_OK()">
21901         <size>32</size>
21902       </method>
21903     </type>
21904     <type name="BB">
21905       <method name="Void .ctor()">
21906         <size>7</size>
21907       </method>
21908       <method name="Void A()">
21909         <size>18</size>
21910       </method>
21911       <method name="Void B()">
21912         <size>8</size>
21913       </method>
21914       <method name="Void C()">
21915         <size>8</size>
21916       </method>
21917       <method name="Boolean get_OK()">
21918         <size>32</size>
21919       </method>
21920     </type>
21921     <type name="T">
21922       <method name="Void .ctor()">
21923         <size>7</size>
21924       </method>
21925       <method name="Void A()">
21926         <size>1</size>
21927       </method>
21928       <method name="Void B()">
21929         <size>1</size>
21930       </method>
21931       <method name="Int32 Main()">
21932         <size>76</size>
21933       </method>
21934     </type>
21935   </test>
21936   <test name="test-135.cs">
21937     <type name="A">
21938       <method name="Void .ctor()">
21939         <size>7</size>
21940       </method>
21941       <method name="Void doh()">
21942         <size>1</size>
21943       </method>
21944     </type>
21945     <type name="T">
21946       <method name="Void .ctor()">
21947         <size>7</size>
21948       </method>
21949       <method name="A get_Prop()">
21950         <size>6</size>
21951       </method>
21952       <method name="Int32 Main()">
21953         <size>37</size>
21954       </method>
21955       <method name="IA IB.get_Prop()">
21956         <size>6</size>
21957       </method>
21958     </type>
21959   </test>
21960   <test name="test-136.cs">
21961     <type name="MyCar">
21962       <method name="Void .ctor()">
21963         <size>7</size>
21964       </method>
21965       <method name="Void IDiagnostic.Stop()">
21966         <size>8</size>
21967       </method>
21968       <method name="Void IAutomobile.Stop()">
21969         <size>8</size>
21970       </method>
21971       <method name="Void Stop()">
21972         <size>16</size>
21973       </method>
21974     </type>
21975     <type name="TestConflict">
21976       <method name="Void .ctor()">
21977         <size>7</size>
21978       </method>
21979       <method name="Int32 Main()">
21980         <size>74</size>
21981       </method>
21982     </type>
21983   </test>
21984   <test name="test-137.cs">
21985     <type name="C">
21986       <method name="Void .ctor()">
21987         <size>7</size>
21988       </method>
21989       <method name="Void X()">
21990         <size>15</size>
21991       </method>
21992       <method name="Int32 Main()">
21993         <size>95</size>
21994       </method>
21995     </type>
21996   </test>
21997   <test name="test-138.cs">
21998     <type name="T">
21999       <method name="Void .ctor()">
22000         <size>7</size>
22001       </method>
22002       <method name="Int32 Main()">
22003         <size>14</size>
22004       </method>
22005     </type>
22006   </test>
22007   <test name="test-139.cs">
22008     <type name="T">
22009       <method name="Void one()">
22010         <size>13</size>
22011       </method>
22012       <method name="Void two(T)">
22013         <size>8</size>
22014       </method>
22015       <method name="Void three(T ByRef)">
22016         <size>13</size>
22017       </method>
22018       <method name="Int32 GetHashCode()">
22019         <size>12</size>
22020       </method>
22021       <method name="Int32 Main()">
22022         <size>25</size>
22023       </method>
22024     </type>
22025   </test>
22026   <test name="test-14.cs">
22027     <type name="Obj.A">
22028       <method name="Void .ctor()">
22029         <size>7</size>
22030       </method>
22031       <method name="Int32 F()">
22032         <size>2</size>
22033       </method>
22034       <method name="Int32 G()">
22035         <size>2</size>
22036       </method>
22037       <method name="Int32 H()">
22038         <size>3</size>
22039       </method>
22040     </type>
22041     <type name="Obj.B">
22042       <method name="Void .ctor()">
22043         <size>7</size>
22044       </method>
22045       <method name="Int32 F()">
22046         <size>2</size>
22047       </method>
22048       <method name="Int32 G()">
22049         <size>2</size>
22050       </method>
22051       <method name="Int32 H()">
22052         <size>3</size>
22053       </method>
22054     </type>
22055     <type name="Obj.Test">
22056       <method name="Void .ctor()">
22057         <size>7</size>
22058       </method>
22059       <method name="Int32 Main()">
22060         <size>182</size>
22061       </method>
22062     </type>
22063   </test>
22064   <test name="test-140.cs">
22065     <type name="BreakTest">
22066       <method name="Void .ctor()">
22067         <size>7</size>
22068       </method>
22069       <method name="Void .cctor()">
22070         <size>1</size>
22071       </method>
22072       <method name="Void B()">
22073         <size>47</size>
22074       </method>
22075       <method name="Int32 Main()">
22076         <size>20</size>
22077       </method>
22078     </type>
22079   </test>
22080   <test name="test-141.cs">
22081     <type name="X">
22082       <method name="Void .ctor()">
22083         <size>7</size>
22084       </method>
22085       <method name="Int32 Main()">
22086         <size>38</size>
22087       </method>
22088       <method name="Boolean Test1()">
22089         <size>41</size>
22090       </method>
22091       <method name="Boolean Test2()">
22092         <size>42</size>
22093       </method>
22094       <method name="Boolean Test3()">
22095         <size>37</size>
22096       </method>
22097     </type>
22098   </test>
22099   <test name="test-142.cs">
22100     <type name="TestClass">
22101       <method name="Void .ctor(EventHandler)">
22102         <size>14</size>
22103       </method>
22104       <method name="Int32 Main()">
22105         <size>2</size>
22106       </method>
22107     </type>
22108     <type name="TestBaseClass">
22109       <method name="Void .ctor()">
22110         <size>7</size>
22111       </method>
22112       <method name="Void add_Blah(System.EventHandler)">
22113         <size>24</size>
22114       </method>
22115       <method name="Void remove_Blah(System.EventHandler)">
22116         <size>24</size>
22117       </method>
22118     </type>
22119   </test>
22120   <test name="test-143.cs">
22121     <type name="MonoEnumInfo">
22122       <method name="Void stuff()">
22123         <size>8</size>
22124       </method>
22125       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
22126         <size>20</size>
22127       </method>
22128       <method name="Int32 Main()">
22129         <size>32</size>
22130       </method>
22131     </type>
22132   </test>
22133   <test name="test-144.cs">
22134     <type name="Test">
22135       <method name="Void .ctor()">
22136         <size>7</size>
22137       </method>
22138       <method name="Void Main()">
22139         <size>1</size>
22140       </method>
22141     </type>
22142   </test>
22143   <test name="test-145.cs">
22144     <type name="JagArrayTest">
22145       <method name="Void .ctor()">
22146         <size>7</size>
22147       </method>
22148       <method name="Void .cctor()">
22149         <size>25</size>
22150       </method>
22151       <method name="Void Main()">
22152         <size>15</size>
22153       </method>
22154     </type>
22155   </test>
22156   <test name="test-146.cs">
22157     <type name="Test">
22158       <method name="Void .ctor()">
22159         <size>7</size>
22160       </method>
22161       <method name="Int32 Main()">
22162         <size>335</size>
22163       </method>
22164     </type>
22165   </test>
22166   <test name="test-147.cs">
22167     <type name="X">
22168       <method name="Void .ctor()">
22169         <size>15</size>
22170       </method>
22171       <method name="Void .cctor()">
22172         <size>8</size>
22173       </method>
22174       <method name="X Foo()">
22175         <size>6</size>
22176       </method>
22177       <method name="X Bar()">
22178         <size>6</size>
22179       </method>
22180       <method name="X Baz()">
22181         <size>6</size>
22182       </method>
22183       <method name="UInt32 get_Property()">
22184         <size>2</size>
22185       </method>
22186       <method name="UInt32 get_StaticProperty()">
22187         <size>3</size>
22188       </method>
22189       <method name="Int32 get_Item(Int32)">
22190         <size>2</size>
22191       </method>
22192     </type>
22193     <type name="Y">
22194       <method name="Void .ctor()">
22195         <size>15</size>
22196       </method>
22197       <method name="Void .cctor()">
22198         <size>9</size>
22199       </method>
22200       <method name="Y Foo()">
22201         <size>6</size>
22202       </method>
22203       <method name="Y Bar()">
22204         <size>6</size>
22205       </method>
22206       <method name="Y Baz()">
22207         <size>6</size>
22208       </method>
22209       <method name="UInt32 get_Property()">
22210         <size>2</size>
22211       </method>
22212       <method name="UInt32 get_StaticProperty()">
22213         <size>3</size>
22214       </method>
22215       <method name="Int32 get_Item(Int32)">
22216         <size>2</size>
22217       </method>
22218     </type>
22219     <type name="Z">
22220       <method name="Void .ctor()">
22221         <size>7</size>
22222       </method>
22223       <method name="Int32 Test()">
22224         <size>94</size>
22225       </method>
22226     </type>
22227     <type name="Test">
22228       <method name="Void .ctor()">
22229         <size>7</size>
22230       </method>
22231       <method name="Int32 Main()">
22232         <size>252</size>
22233       </method>
22234     </type>
22235   </test>
22236   <test name="test-148.cs">
22237     <type name="Y">
22238       <method name="Void .ctor()">
22239         <size>7</size>
22240       </method>
22241       <method name="Int32 get_Bar(Int32)">
22242         <size>2</size>
22243       </method>
22244       <method name="Int64 get_Bar(Double)">
22245         <size>3</size>
22246       </method>
22247     </type>
22248     <type name="Z">
22249       <method name="Void .ctor()">
22250         <size>7</size>
22251       </method>
22252       <method name="Int64 get_Whatever(Double)">
22253         <size>3</size>
22254       </method>
22255       <method name="Single get_Whatever(Int64, Int32)">
22256         <size>6</size>
22257       </method>
22258       <method name="Int32 InstanceTest()">
22259         <size>54</size>
22260       </method>
22261       <method name="Int32 Test()">
22262         <size>356</size>
22263       </method>
22264       <method name="Int32 Main()">
22265         <size>94</size>
22266       </method>
22267     </type>
22268     <type name="Z+MyArray">
22269       <method name="Void .ctor()">
22270         <size>7</size>
22271       </method>
22272       <method name="System.Object get_Item(Int32)">
22273         <size>8</size>
22274       </method>
22275       <method name="Void set_Item(Int32, System.Object)">
22276         <size>9</size>
22277       </method>
22278     </type>
22279     <type name="A">
22280       <method name="Void .ctor()">
22281         <size>7</size>
22282       </method>
22283       <method name="Int32 get_Monkey(Int32)">
22284         <size>4</size>
22285       </method>
22286     </type>
22287     <type name="B">
22288       <method name="Void .ctor()">
22289         <size>7</size>
22290       </method>
22291       <method name="Int64 get_Item(Int64, Int32)">
22292         <size>5</size>
22293       </method>
22294     </type>
22295     <type name="C">
22296       <method name="Void .ctor()">
22297         <size>7</size>
22298       </method>
22299       <method name="Int32 get_Item(Int32)">
22300         <size>4</size>
22301       </method>
22302     </type>
22303     <type name="D">
22304       <method name="Void .ctor()">
22305         <size>7</size>
22306       </method>
22307       <method name="Int64 get_Item(Int64, Int32)">
22308         <size>5</size>
22309       </method>
22310     </type>
22311     <type name="E">
22312       <method name="Void .ctor()">
22313         <size>7</size>
22314       </method>
22315       <method name="System.String get_g()">
22316         <size>6</size>
22317       </method>
22318       <method name="Void set_g(System.String)">
22319         <size>1</size>
22320       </method>
22321     </type>
22322     <type name="F">
22323       <method name="Void .ctor()">
22324         <size>7</size>
22325       </method>
22326       <method name="System.String get_g()">
22327         <size>6</size>
22328       </method>
22329     </type>
22330     <type name="DisposableNotifyList">
22331       <method name="Void .ctor()">
22332         <size>7</size>
22333       </method>
22334     </type>
22335     <type name="ChildList">
22336       <method name="Void .ctor()">
22337         <size>7</size>
22338       </method>
22339       <method name="Void Test()">
22340         <size>14</size>
22341       </method>
22342     </type>
22343     <type name="Y">
22344       <method name="Int32 X.get_Foo(Int32)">
22345         <size>2</size>
22346       </method>
22347     </type>
22348   </test>
22349   <test name="test-149.cs">
22350     <type name="Y">
22351       <method name="Void .ctor()">
22352         <size>7</size>
22353       </method>
22354       <method name="Void .cctor()">
22355         <size>1</size>
22356       </method>
22357       <method name="Void add_Foo(System.EventHandler)">
22358         <size>24</size>
22359       </method>
22360       <method name="Void remove_Foo(System.EventHandler)">
22361         <size>24</size>
22362       </method>
22363       <method name="Void add_TestEvent(MyDelegate)">
22364         <size>24</size>
22365       </method>
22366       <method name="Void remove_TestEvent(MyDelegate)">
22367         <size>24</size>
22368       </method>
22369       <method name="Int32 Test()">
22370         <size>166</size>
22371       </method>
22372       <method name="Void callback1(System.Object, System.EventArgs)">
22373         <size>7</size>
22374       </method>
22375       <method name="Int64 callback2(Int32)">
22376         <size>19</size>
22377       </method>
22378       <method name="Void callback3(System.Object, System.EventArgs)">
22379         <size>7</size>
22380       </method>
22381     </type>
22382     <type name="Z">
22383       <method name="Void .ctor()">
22384         <size>7</size>
22385       </method>
22386       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
22387         <size>22</size>
22388       </method>
22389       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
22390         <size>22</size>
22391       </method>
22392       <method name="Int32 a()">
22393         <size>2</size>
22394       </method>
22395       <method name="Int32 Main()">
22396         <size>80</size>
22397       </method>
22398     </type>
22399     <type name="Static">
22400       <method name="Void .ctor()">
22401         <size>7</size>
22402       </method>
22403       <method name="Void add_Test(System.EventHandler)">
22404         <size>22</size>
22405       </method>
22406       <method name="Void remove_Test(System.EventHandler)">
22407         <size>22</size>
22408       </method>
22409       <method name="Void Fire()">
22410         <size>23</size>
22411       </method>
22412     </type>
22413     <type name="Z+SomeEventHandler">
22414       <method name="Void .ctor(Object, IntPtr)">
22415         <size>0</size>
22416       </method>
22417       <method name="Int32 Invoke()">
22418         <size>0</size>
22419       </method>
22420       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22421         <size>0</size>
22422       </method>
22423       <method name="Int32 EndInvoke(IAsyncResult)">
22424         <size>0</size>
22425       </method>
22426     </type>
22427     <type name="MyDelegate">
22428       <method name="Void .ctor(Object, IntPtr)">
22429         <size>0</size>
22430       </method>
22431       <method name="Int64 Invoke(Int32)">
22432         <size>0</size>
22433       </method>
22434       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22435         <size>0</size>
22436       </method>
22437       <method name="Int64 EndInvoke(IAsyncResult)">
22438         <size>0</size>
22439       </method>
22440     </type>
22441     <type name="Y">
22442       <method name="Void X.add_Foo(System.EventHandler)">
22443         <size>1</size>
22444       </method>
22445       <method name="Void X.remove_Foo(System.EventHandler)">
22446         <size>1</size>
22447       </method>
22448     </type>
22449   </test>
22450   <test name="test-15.cs">
22451     <type name="Implementor">
22452       <method name="Void .ctor()">
22453         <size>7</size>
22454       </method>
22455       <method name="Int32 A()">
22456         <size>2</size>
22457       </method>
22458     </type>
22459     <type name="Run">
22460       <method name="Void .ctor()">
22461         <size>7</size>
22462       </method>
22463       <method name="Int32 Main()">
22464         <size>53</size>
22465       </method>
22466     </type>
22467     <type name="StructImplementor">
22468       <method name="Int32 A()">
22469         <size>2</size>
22470       </method>
22471     </type>
22472   </test>
22473   <test name="test-150.cs">
22474     <type name="T">
22475       <method name="Void .ctor()">
22476         <size>18</size>
22477       </method>
22478       <method name="Int32 Main()">
22479         <size>2</size>
22480       </method>
22481     </type>
22482   </test>
22483   <test name="test-151.cs">
22484     <type name="A.Iface">
22485       <method name="Void .ctor()">
22486         <size>7</size>
22487       </method>
22488       <method name="Void bah()">
22489         <size>1</size>
22490       </method>
22491     </type>
22492     <type name="A.my">
22493       <method name="Void .ctor()">
22494         <size>7</size>
22495       </method>
22496       <method name="Void doit(System.Object)">
22497         <size>13</size>
22498       </method>
22499       <method name="Int32 Main()">
22500         <size>2</size>
22501       </method>
22502     </type>
22503   </test>
22504   <test name="test-152.cs">
22505     <type name="X">
22506       <method name="Void .ctor()">
22507         <size>7</size>
22508       </method>
22509       <method name="Int32 Main()">
22510         <size>99</size>
22511       </method>
22512     </type>
22513   </test>
22514   <test name="test-153.cs">
22515     <type name="Z">
22516       <method name="Void .ctor()">
22517         <size>7</size>
22518       </method>
22519       <method name="Void Test2(System.String, System.Object[])">
22520         <size>1</size>
22521       </method>
22522       <method name="Void Test(System.String, System.Object[])">
22523         <size>8</size>
22524       </method>
22525       <method name="Int32 Main()">
22526         <size>86</size>
22527       </method>
22528     </type>
22529   </test>
22530   <test name="test-154.cs">
22531     <type name="X">
22532       <method name="Void .ctor()">
22533         <size>7</size>
22534       </method>
22535       <method name="Int32 Main()">
22536         <size>2</size>
22537       </method>
22538       <method name="Void test1(Single ByRef)">
22539         <size>6</size>
22540       </method>
22541       <method name="Void test2(Int32, Single ByRef)">
22542         <size>38</size>
22543       </method>
22544       <method name="Void test3(System.Int64[], Int32)">
22545         <size>21</size>
22546       </method>
22547       <method name="Int32 test4(Int32, Single ByRef)">
22548         <size>33</size>
22549       </method>
22550       <method name="Int32 test5(Single ByRef, Int64)">
22551         <size>75</size>
22552       </method>
22553       <method name="Int32 test6(Single ByRef)">
22554         <size>10</size>
22555       </method>
22556       <method name="Int64 test7(System.Int32[], Int32)">
22557         <size>64</size>
22558       </method>
22559       <method name="Int64 test8(Int32)">
22560         <size>34</size>
22561       </method>
22562       <method name="Int64 test9(Int32)">
22563         <size>28</size>
22564       </method>
22565       <method name="Void test10(Int32, Single ByRef)">
22566         <size>23</size>
22567       </method>
22568       <method name="Int64 test11(Int32)">
22569         <size>44</size>
22570       </method>
22571       <method name="Void test12(Single ByRef)">
22572         <size>25</size>
22573       </method>
22574       <method name="Void test13(Int32, Single ByRef)">
22575         <size>23</size>
22576       </method>
22577       <method name="Int64 test14(Int32, Single ByRef)">
22578         <size>66</size>
22579       </method>
22580       <method name="Int32 test15(Int32, Single ByRef)">
22581         <size>33</size>
22582       </method>
22583       <method name="Void test16()">
22584         <size>54</size>
22585       </method>
22586       <method name="Void test17()">
22587         <size>62</size>
22588       </method>
22589       <method name="Void test18(Int32, Int32 ByRef)">
22590         <size>35</size>
22591       </method>
22592       <method name="Int32 test19()">
22593         <size>49</size>
22594       </method>
22595       <method name="Int32 test20()">
22596         <size>22</size>
22597       </method>
22598       <method name="Int32 test21()">
22599         <size>28</size>
22600       </method>
22601       <method name="Int32 test22()">
22602         <size>27</size>
22603       </method>
22604       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
22605         <size>29</size>
22606       </method>
22607       <method name="Int64 test24(Int32)">
22608         <size>67</size>
22609       </method>
22610       <method name="Int64 test25(Int32)">
22611         <size>44</size>
22612       </method>
22613       <method name="Void test26()">
22614         <size>22</size>
22615       </method>
22616       <method name="Int32 test27()">
22617         <size>12</size>
22618       </method>
22619       <method name="Void test28(System.Object ByRef)">
22620         <size>23</size>
22621       </method>
22622       <method name="Boolean test29(Int32 ByRef)">
22623         <size>33</size>
22624       </method>
22625       <method name="System.String test30(System.String ByRef)">
22626         <size>36</size>
22627       </method>
22628       <method name="System.String test31(Int32)">
22629         <size>78</size>
22630       </method>
22631       <method name="Void test32()">
22632         <size>11</size>
22633       </method>
22634       <method name="Int32 test33()">
22635         <size>4</size>
22636       </method>
22637       <method name="Void test34()">
22638         <size>20</size>
22639       </method>
22640       <method name="Void test35(Int32, Boolean)">
22641         <size>28</size>
22642       </method>
22643       <method name="Void test36()">
22644         <size>41</size>
22645       </method>
22646       <method name="Void test37()">
22647         <size>42</size>
22648       </method>
22649       <method name="Int32 test38()">
22650         <size>2</size>
22651       </method>
22652       <method name="Int32 test40(Int32)">
22653         <size>18</size>
22654       </method>
22655     </type>
22656   </test>
22657   <test name="test-155.cs">
22658     <type name="Test">
22659       <method name="Void .ctor()">
22660         <size>7</size>
22661       </method>
22662       <method name="Int32 Main()">
22663         <size>44</size>
22664       </method>
22665     </type>
22666     <type name="Test+TestClass">
22667       <method name="Void .ctor()">
22668         <size>7</size>
22669       </method>
22670       <method name="System.String test(System.String)">
22671         <size>22</size>
22672       </method>
22673     </type>
22674   </test>
22675   <test name="test-156.cs">
22676     <type name="Internal">
22677       <method name="Void .ctor()">
22678         <size>7</size>
22679       </method>
22680     </type>
22681     <type name="Public">
22682       <method name="Void .ctor()">
22683         <size>7</size>
22684       </method>
22685     </type>
22686     <type name="X">
22687       <method name="Void .ctor()">
22688         <size>7</size>
22689       </method>
22690       <method name="Void Main()">
22691         <size>1</size>
22692       </method>
22693     </type>
22694     <type name="X+NestedPublic">
22695       <method name="Void .ctor()">
22696         <size>7</size>
22697       </method>
22698     </type>
22699     <type name="X+NestedAssembly">
22700       <method name="Void .ctor()">
22701         <size>7</size>
22702       </method>
22703     </type>
22704     <type name="X+NestedFamilyAndAssembly">
22705       <method name="Void .ctor()">
22706         <size>7</size>
22707       </method>
22708     </type>
22709     <type name="X+NestedFamily">
22710       <method name="Void .ctor()">
22711         <size>7</size>
22712       </method>
22713     </type>
22714     <type name="X+NestedPrivate">
22715       <method name="Void .ctor()">
22716         <size>7</size>
22717       </method>
22718     </type>
22719     <type name="A">
22720       <method name="Void .ctor()">
22721         <size>7</size>
22722       </method>
22723     </type>
22724     <type name="B">
22725       <method name="Void .ctor()">
22726         <size>7</size>
22727       </method>
22728     </type>
22729     <type name="C">
22730       <method name="Void .ctor()">
22731         <size>7</size>
22732       </method>
22733     </type>
22734     <type name="D">
22735       <method name="Void .ctor()">
22736         <size>7</size>
22737       </method>
22738     </type>
22739     <type name="E">
22740       <method name="Void .ctor()">
22741         <size>7</size>
22742       </method>
22743     </type>
22744     <type name="F">
22745       <method name="Void .ctor()">
22746         <size>7</size>
22747       </method>
22748     </type>
22749     <type name="Y">
22750       <method name="Void .ctor()">
22751         <size>7</size>
22752       </method>
22753       <method name="Void Test(YI)">
22754         <size>1</size>
22755       </method>
22756     </type>
22757     <type name="Y+YA">
22758       <method name="Void .ctor()">
22759         <size>7</size>
22760       </method>
22761     </type>
22762     <type name="Y+YB">
22763       <method name="Void .ctor()">
22764         <size>7</size>
22765       </method>
22766     </type>
22767     <type name="Y+YC">
22768       <method name="Void .ctor()">
22769         <size>7</size>
22770       </method>
22771     </type>
22772     <type name="Y+YD">
22773       <method name="Void .ctor()">
22774         <size>7</size>
22775       </method>
22776     </type>
22777     <type name="Y+YE">
22778       <method name="Void .ctor()">
22779         <size>7</size>
22780       </method>
22781     </type>
22782     <type name="Y+YF">
22783       <method name="Void .ctor()">
22784         <size>7</size>
22785       </method>
22786     </type>
22787     <type name="Y+YG">
22788       <method name="Void .ctor()">
22789         <size>7</size>
22790       </method>
22791     </type>
22792     <type name="Y+YH">
22793       <method name="Void .ctor()">
22794         <size>7</size>
22795       </method>
22796     </type>
22797     <type name="Z">
22798       <method name="Void .ctor()">
22799         <size>7</size>
22800       </method>
22801     </type>
22802     <type name="Z+P">
22803       <method name="Void .ctor()">
22804         <size>7</size>
22805       </method>
22806     </type>
22807     <type name="W">
22808       <method name="Void .ctor()">
22809         <size>7</size>
22810       </method>
22811     </type>
22812     <type name="W+WA">
22813       <method name="Void .ctor()">
22814         <size>7</size>
22815       </method>
22816     </type>
22817     <type name="W+WB">
22818       <method name="Void .ctor()">
22819         <size>7</size>
22820       </method>
22821     </type>
22822     <type name="W+WC">
22823       <method name="Void .ctor()">
22824         <size>7</size>
22825       </method>
22826     </type>
22827     <type name="W+WD">
22828       <method name="Void .ctor()">
22829         <size>7</size>
22830       </method>
22831     </type>
22832     <type name="W+WE">
22833       <method name="Void .ctor()">
22834         <size>7</size>
22835       </method>
22836     </type>
22837     <type name="W+WCA">
22838       <method name="Void .ctor()">
22839         <size>7</size>
22840       </method>
22841     </type>
22842     <type name="W+WCB">
22843       <method name="Void .ctor()">
22844         <size>7</size>
22845       </method>
22846     </type>
22847     <type name="W+WCB+WCD">
22848       <method name="Void .ctor()">
22849         <size>7</size>
22850       </method>
22851     </type>
22852     <type name="W+WCB+WCD+WCE">
22853       <method name="Void .ctor()">
22854         <size>7</size>
22855       </method>
22856     </type>
22857     <type name="G">
22858       <method name="Void .ctor()">
22859         <size>7</size>
22860       </method>
22861       <method name="Void Test(X)">
22862         <size>1</size>
22863       </method>
22864     </type>
22865     <type name="G+I">
22866       <method name="Void .ctor()">
22867         <size>7</size>
22868       </method>
22869     </type>
22870     <type name="G+I+J">
22871       <method name="Void .ctor()">
22872         <size>7</size>
22873       </method>
22874       <method name="Void Test(Foo)">
22875         <size>1</size>
22876       </method>
22877     </type>
22878     <type name="H">
22879       <method name="Void .ctor()">
22880         <size>7</size>
22881       </method>
22882       <method name="Void Test(System.Int32[])">
22883         <size>1</size>
22884       </method>
22885     </type>
22886     <type name="M">
22887       <method name="Void .ctor()">
22888         <size>7</size>
22889       </method>
22890       <method name="Void Hello(System.String)">
22891         <size>1</size>
22892       </method>
22893     </type>
22894   </test>
22895   <test name="test-157.cs">
22896     <type name="Test.MyAttribute">
22897       <method name="Void .ctor(String)">
22898         <size>20</size>
22899       </method>
22900     </type>
22901     <type name="Test.Test">
22902       <method name="Void .ctor()">
22903         <size>7</size>
22904       </method>
22905       <method name="Int32 Main()">
22906         <size>197</size>
22907       </method>
22908     </type>
22909   </test>
22910   <test name="test-158.cs">
22911     <type name="My">
22912       <method name="Void .ctor(Object)">
22913         <size>14</size>
22914       </method>
22915     </type>
22916     <type name="My+Test">
22917       <method name="Void .ctor()">
22918         <size>7</size>
22919       </method>
22920       <method name="Int32 Main()">
22921         <size>87</size>
22922       </method>
22923     </type>
22924   </test>
22925   <test name="test-159.cs">
22926     <type name="A.Iface">
22927       <method name="Void .ctor()">
22928         <size>7</size>
22929       </method>
22930       <method name="Void bah()">
22931         <size>1</size>
22932       </method>
22933     </type>
22934     <type name="A.my">
22935       <method name="Void .ctor()">
22936         <size>7</size>
22937       </method>
22938       <method name="Void doit(System.Object)">
22939         <size>13</size>
22940       </method>
22941       <method name="Int32 Main()">
22942         <size>2</size>
22943       </method>
22944     </type>
22945   </test>
22946   <test name="test-16.cs">
22947     <type name="Mine.Blah">
22948       <method name="Void .ctor()">
22949         <size>7</size>
22950       </method>
22951       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
22952         <size>12</size>
22953       </method>
22954       <method name="Int32 op_Implicit(Mine.Blah)">
22955         <size>12</size>
22956       </method>
22957       <method name="Byte op_Implicit(Mine.Blah)">
22958         <size>12</size>
22959       </method>
22960       <method name="Int16 op_Implicit(Mine.Blah)">
22961         <size>12</size>
22962       </method>
22963     </type>
22964     <type name="Mine.Foo">
22965       <method name="Void .ctor()">
22966         <size>7</size>
22967       </method>
22968       <method name="Int32 Main()">
22969         <size>118</size>
22970       </method>
22971     </type>
22972   </test>
22973   <test name="test-160.cs">
22974     <type name="B">
22975       <method name="Void .ctor()">
22976         <size>7</size>
22977       </method>
22978     </type>
22979     <type name="S">
22980       <method name="Void .ctor()">
22981         <size>7</size>
22982       </method>
22983     </type>
22984     <type name="T">
22985       <method name="Void .ctor()">
22986         <size>7</size>
22987       </method>
22988       <method name="Int32 blah(System.Object)">
22989         <size>62</size>
22990       </method>
22991       <method name="Int32 Main()">
22992         <size>2</size>
22993       </method>
22994     </type>
22995   </test>
22996   <test name="test-161.cs">
22997     <type name="ZipEntry">
22998       <method name="Void .ctor(String)">
22999         <size>18</size>
23000       </method>
23001       <method name="Void .ctor(ZipEntry)">
23002         <size>18</size>
23003       </method>
23004       <method name="DateTime get_DateTime()">
23005         <size>7</size>
23006       </method>
23007       <method name="Int32 Main()">
23008         <size>2</size>
23009       </method>
23010     </type>
23011   </test>
23012   <test name="test-162.cs">
23013     <type name="X">
23014       <method name="Void .ctor()">
23015         <size>7</size>
23016       </method>
23017       <method name="Void test_output(A)">
23018         <size>1</size>
23019       </method>
23020       <method name="Void test_output(B)">
23021         <size>1</size>
23022       </method>
23023       <method name="Void test_output(E)">
23024         <size>1</size>
23025       </method>
23026       <method name="Void test_output(F)">
23027         <size>1</size>
23028       </method>
23029       <method name="Void test1()">
23030         <size>21</size>
23031       </method>
23032       <method name="Void test2()">
23033         <size>32</size>
23034       </method>
23035       <method name="Void test3()">
23036         <size>21</size>
23037       </method>
23038       <method name="Void test4(A)">
23039         <size>9</size>
23040       </method>
23041       <method name="Void test5(A ByRef)">
23042         <size>9</size>
23043       </method>
23044       <method name="Void test6(B ByRef)">
23045         <size>8</size>
23046       </method>
23047       <method name="Void test7()">
23048         <size>28</size>
23049       </method>
23050       <method name="Void test8()">
23051         <size>50</size>
23052       </method>
23053       <method name="Void test9()">
23054         <size>26</size>
23055       </method>
23056       <method name="Void test10()">
23057         <size>82</size>
23058       </method>
23059       <method name="Int32 Main()">
23060         <size>2</size>
23061       </method>
23062     </type>
23063     <type name="A">
23064       <method name="Void .ctor(Int32)">
23065         <size>27</size>
23066       </method>
23067     </type>
23068     <type name="C">
23069       <method name="Void .ctor(Int64)">
23070         <size>8</size>
23071       </method>
23072       <method name="Void .ctor(String)">
23073         <size>13</size>
23074       </method>
23075     </type>
23076     <type name="E">
23077       <method name="Void .ctor(Int32)">
23078         <size>21</size>
23079       </method>
23080     </type>
23081   </test>
23082   <test name="test-163.cs">
23083     <type name="Blah">
23084       <method name="Void .ctor()">
23085         <size>7</size>
23086       </method>
23087       <method name="Int32 Foo(System.String)">
23088         <size>2</size>
23089       </method>
23090       <method name="Int32 Foo(System.Object)">
23091         <size>2</size>
23092       </method>
23093       <method name="Int32 Main()">
23094         <size>28</size>
23095       </method>
23096     </type>
23097   </test>
23098   <test name="test-164.cs">
23099     <type name="X">
23100       <method name="Void .ctor()">
23101         <size>26</size>
23102       </method>
23103       <method name="Int32 Foo()">
23104         <size>2</size>
23105       </method>
23106     </type>
23107     <type name="Y">
23108       <method name="Void .ctor()">
23109         <size>7</size>
23110       </method>
23111       <method name="Int32 Foo()">
23112         <size>2</size>
23113       </method>
23114       <method name="Int32 Hello()">
23115         <size>12</size>
23116       </method>
23117       <method name="Void Main()">
23118         <size>46</size>
23119       </method>
23120     </type>
23121     <type name="X+FooDelegate">
23122       <method name="Void .ctor(Object, IntPtr)">
23123         <size>0</size>
23124       </method>
23125       <method name="Int32 Invoke()">
23126         <size>0</size>
23127       </method>
23128       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
23129         <size>0</size>
23130       </method>
23131       <method name="Int32 EndInvoke(IAsyncResult)">
23132         <size>0</size>
23133       </method>
23134     </type>
23135   </test>
23136   <test name="test-165.cs">
23137     <type name="Testing">
23138       <method name="Void .ctor()">
23139         <size>7</size>
23140       </method>
23141       <method name="Int32 TestEnumInit(Fruit)">
23142         <size>21</size>
23143       </method>
23144       <method name="Int32 Main()">
23145         <size>62</size>
23146       </method>
23147     </type>
23148   </test>
23149   <test name="test-166.cs">
23150     <type name="Test">
23151       <method name="Void .ctor()">
23152         <size>7</size>
23153       </method>
23154       <method name="Int32 get_Item(Int32)">
23155         <size>2</size>
23156       </method>
23157     </type>
23158     <type name="D">
23159       <method name="Void .ctor()">
23160         <size>7</size>
23161       </method>
23162       <method name="Int32 get_TargetIntegerSize()">
23163         <size>2</size>
23164       </method>
23165       <method name="Int32 Hello(IInferior)">
23166         <size>7</size>
23167       </method>
23168       <method name="Int32 Main()">
23169         <size>61</size>
23170       </method>
23171     </type>
23172     <type name="Test">
23173       <method name="Int32 ITest.get_Item(Int32)">
23174         <size>2</size>
23175       </method>
23176     </type>
23177   </test>
23178   <test name="test-167.cs">
23179     <type name="X">
23180       <method name="Void .ctor()">
23181         <size>7</size>
23182       </method>
23183       <method name="Int32 Test(X+Foo[])">
23184         <size>23</size>
23185       </method>
23186       <method name="Int32 Main()">
23187         <size>44</size>
23188       </method>
23189     </type>
23190   </test>
23191   <test name="test-168.cs">
23192     <type name="Test">
23193       <method name="Void .ctor()">
23194         <size>7</size>
23195       </method>
23196       <method name="Int32 Main()">
23197         <size>21</size>
23198       </method>
23199     </type>
23200     <type name="X">
23201       <method name="System.String op_Implicit(X)">
23202         <size>6</size>
23203       </method>
23204     </type>
23205   </test>
23206   <test name="test-169.cs">
23207     <type name="basec">
23208       <method name="Void .ctor()">
23209         <size>7</size>
23210       </method>
23211       <method name="System.String get_Message()">
23212         <size>6</size>
23213       </method>
23214     </type>
23215     <type name="der">
23216       <method name="Void .ctor()">
23217         <size>7</size>
23218       </method>
23219       <method name="System.String get_Message()">
23220         <size>6</size>
23221       </method>
23222     </type>
23223     <type name="Base">
23224       <method name="Void .ctor()">
23225         <size>7</size>
23226       </method>
23227       <method name="Int32 get_Thingy()">
23228         <size>7</size>
23229       </method>
23230       <method name="Void set_Thingy(Int32)">
23231         <size>8</size>
23232       </method>
23233     </type>
23234     <type name="Derived">
23235       <method name="Void .ctor()">
23236         <size>7</size>
23237       </method>
23238       <method name="Int32 get_BaseThingy()">
23239         <size>7</size>
23240       </method>
23241       <method name="Void set_Thingy(Int32)">
23242         <size>1</size>
23243       </method>
23244     </type>
23245     <type name="D">
23246       <method name="Void .ctor()">
23247         <size>7</size>
23248       </method>
23249       <method name="Int32 Main()">
23250         <size>97</size>
23251       </method>
23252     </type>
23253   </test>
23254   <test name="test-17.cs">
23255     <type name="Blah">
23256       <method name="Void .ctor()">
23257         <size>7</size>
23258       </method>
23259       <method name="Int32 Main()">
23260         <size>39</size>
23261       </method>
23262       <method name="Byte op_Implicit(Blah)">
23263         <size>12</size>
23264       </method>
23265       <method name="Int16 op_Implicit(Blah)">
23266         <size>12</size>
23267       </method>
23268       <method name="Int32 op_Implicit(Blah)">
23269         <size>12</size>
23270       </method>
23271     </type>
23272   </test>
23273   <test name="test-170.cs">
23274     <type name="X">
23275       <method name="Void .ctor()">
23276         <size>7</size>
23277       </method>
23278       <method name="Int32 get_prop()">
23279         <size>7</size>
23280       </method>
23281       <method name="Void set_prop(Int32)">
23282         <size>8</size>
23283       </method>
23284       <method name="Void set_AAA(Int32)">
23285         <size>1</size>
23286       </method>
23287     </type>
23288     <type name="Y">
23289       <method name="Void .ctor()">
23290         <size>14</size>
23291       </method>
23292       <method name="Int32 get_prop()">
23293         <size>7</size>
23294       </method>
23295       <method name="Void set_prop(Int32)">
23296         <size>8</size>
23297       </method>
23298       <method name="Int32 A()">
23299         <size>38</size>
23300       </method>
23301       <method name="Int32 Main()">
23302         <size>13</size>
23303       </method>
23304     </type>
23305   </test>
23306   <test name="test-171.cs">
23307     <type name="IntPtr_Conv.Class1">
23308       <method name="Void .ctor()">
23309         <size>7</size>
23310       </method>
23311       <method name="Int32 Main(System.String[])">
23312         <size>15</size>
23313       </method>
23314     </type>
23315   </test>
23316   <test name="test-172.cs">
23317     <type name="X">
23318       <method name="Void .ctor()">
23319         <size>7</size>
23320       </method>
23321       <method name="Void .cctor()">
23322         <size>31</size>
23323       </method>
23324       <method name="Boolean ff()">
23325         <size>14</size>
23326       </method>
23327       <method name="Boolean tt()">
23328         <size>14</size>
23329       </method>
23330       <method name="Int32 test_if()">
23331         <size>599</size>
23332       </method>
23333       <method name="Int32 test_while()">
23334         <size>437</size>
23335       </method>
23336       <method name="Int32 test_inline()">
23337         <size>29</size>
23338       </method>
23339       <method name="Int32 Main()">
23340         <size>109</size>
23341       </method>
23342     </type>
23343   </test>
23344   <test name="test-173.cs">
23345     <type name="Base">
23346       <method name="Void .ctor(Int32)">
23347         <size>14</size>
23348       </method>
23349       <method name="Int32 get_Value()">
23350         <size>7</size>
23351       </method>
23352     </type>
23353     <type name="A">
23354       <method name="Void .ctor(Int32)">
23355         <size>18</size>
23356       </method>
23357       <method name="Void .ctor(UInt32)">
23358         <size>18</size>
23359       </method>
23360     </type>
23361     <type name="B">
23362       <method name="Void .ctor(Int64)">
23363         <size>18</size>
23364       </method>
23365       <method name="Void .ctor(UInt64)">
23366         <size>18</size>
23367       </method>
23368     </type>
23369     <type name="C">
23370       <method name="Void .ctor(Int16)">
23371         <size>18</size>
23372       </method>
23373       <method name="Void .ctor(UInt16)">
23374         <size>18</size>
23375       </method>
23376     </type>
23377     <type name="D">
23378       <method name="Void .ctor(SByte)">
23379         <size>18</size>
23380       </method>
23381       <method name="Void .ctor(Byte)">
23382         <size>18</size>
23383       </method>
23384     </type>
23385     <type name="E">
23386       <method name="Void .ctor(Int64)">
23387         <size>19</size>
23388       </method>
23389       <method name="Void .ctor(E)">
23390         <size>19</size>
23391       </method>
23392       <method name="E op_Implicit(Int64)">
23393         <size>7</size>
23394       </method>
23395     </type>
23396     <type name="F">
23397       <method name="Void .ctor(Int32)">
23398         <size>19</size>
23399       </method>
23400       <method name="Void .ctor(F)">
23401         <size>19</size>
23402       </method>
23403       <method name="F op_Implicit(Int32)">
23404         <size>7</size>
23405       </method>
23406     </type>
23407     <type name="X">
23408       <method name="Void .ctor()">
23409         <size>7</size>
23410       </method>
23411       <method name="Int32 Test()">
23412         <size>231</size>
23413       </method>
23414       <method name="Int32 Main()">
23415         <size>24</size>
23416       </method>
23417     </type>
23418   </test>
23419   <test name="test-174.cs">
23420     <type name="ProtectedAccessToPropertyOnChild">
23421       <method name="Void .ctor()">
23422         <size>14</size>
23423       </method>
23424       <method name="Int32 Main()">
23425         <size>21</size>
23426       </method>
23427     </type>
23428     <type name="TestAccessToPrivateMemberInParentClass">
23429       <method name="Void .ctor()">
23430         <size>7</size>
23431       </method>
23432       <method name="System.Double[][] get_Array()">
23433         <size>7</size>
23434       </method>
23435     </type>
23436     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
23437       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
23438         <size>37</size>
23439       </method>
23440     </type>
23441     <type name="TestAccessToProtectedOnChildInstanceFromParent">
23442       <method name="Void .ctor()">
23443         <size>29</size>
23444       </method>
23445       <method name="Int32 Test()">
23446         <size>27</size>
23447       </method>
23448     </type>
23449     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
23450       <method name="Void .ctor()">
23451         <size>26</size>
23452       </method>
23453       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
23454         <size>15</size>
23455       </method>
23456     </type>
23457     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
23458       <method name="Void .ctor()">
23459         <size>7</size>
23460       </method>
23461     </type>
23462   </test>
23463   <test name="test-175.cs">
23464     <type name="X">
23465       <method name="Void .ctor()">
23466         <size>7</size>
23467       </method>
23468       <method name="Int32 Main()">
23469         <size>59</size>
23470       </method>
23471     </type>
23472     <type name="RVA">
23473       <method name="Void .ctor(UInt32)">
23474         <size>8</size>
23475       </method>
23476       <method name="RVA op_Implicit(UInt32)">
23477         <size>7</size>
23478       </method>
23479       <method name="UInt32 op_Implicit(RVA)">
23480         <size>8</size>
23481       </method>
23482     </type>
23483   </test>
23484   <test name="test-176.cs">
23485     <type name="X">
23486       <method name="Void .ctor()">
23487         <size>7</size>
23488       </method>
23489       <method name="Int32 Main()">
23490         <size>34</size>
23491       </method>
23492     </type>
23493   </test>
23494   <test name="test-177.cs">
23495     <type name="MethodAttribute">
23496       <method name="Void .ctor()">
23497         <size>7</size>
23498       </method>
23499     </type>
23500     <type name="ReturnAttribute">
23501       <method name="Void .ctor()">
23502         <size>7</size>
23503       </method>
23504     </type>
23505     <type name="Test">
23506       <method name="Void .ctor()">
23507         <size>7</size>
23508       </method>
23509       <method name="Void Method()">
23510         <size>1</size>
23511       </method>
23512       <method name="Int32 Main()">
23513         <size>40</size>
23514       </method>
23515     </type>
23516   </test>
23517   <test name="test-178.cs">
23518     <type name="BrowsableClass">
23519       <method name="Void .ctor()">
23520         <size>7</size>
23521       </method>
23522       <method name="Int32 Main()">
23523         <size>54</size>
23524       </method>
23525       <method name="BrowsableClass op_Increment(BrowsableClass)">
23526         <size>2</size>
23527       </method>
23528     </type>
23529   </test>
23530   <test name="test-179.cs">
23531     <type name="A">
23532       <method name="Void .ctor()">
23533         <size>7</size>
23534       </method>
23535       <method name="Void set_Item(Double, Double)">
23536         <size>15</size>
23537       </method>
23538       <method name="Double get_Item(Double)">
23539         <size>29</size>
23540       </method>
23541     </type>
23542     <type name="B">
23543       <method name="Void .ctor()">
23544         <size>7</size>
23545       </method>
23546       <method name="Void set_Item(Double, Double)">
23547         <size>15</size>
23548       </method>
23549       <method name="Double get_Item(Double)">
23550         <size>29</size>
23551       </method>
23552     </type>
23553     <type name="C">
23554       <method name="Void .ctor()">
23555         <size>7</size>
23556       </method>
23557       <method name="Void set_Item(System.String, System.String)">
23558         <size>15</size>
23559       </method>
23560       <method name="System.String get_Item(System.String)">
23561         <size>30</size>
23562       </method>
23563       <method name="Void set_Item(Int32, Int32)">
23564         <size>15</size>
23565       </method>
23566       <method name="Int32 get_Item(Int32)">
23567         <size>21</size>
23568       </method>
23569     </type>
23570     <type name="EntryPoint">
23571       <method name="Int32 Main(System.String[])">
23572         <size>150</size>
23573       </method>
23574     </type>
23575   </test>
23576   <test name="test-18.cs">
23577     <type name="X">
23578       <method name="Void .ctor()">
23579         <size>7</size>
23580       </method>
23581       <method name="Void m()">
23582         <size>60</size>
23583       </method>
23584       <method name="Int32 ret(Int32)">
23585         <size>40</size>
23586       </method>
23587       <method name="Int32 Main()">
23588         <size>62</size>
23589       </method>
23590     </type>
23591   </test>
23592   <test name="test-180.cs">
23593     <type name="Testing">
23594       <method name="Void .ctor()">
23595         <size>7</size>
23596       </method>
23597       <method name="Void Main()">
23598         <size>17</size>
23599       </method>
23600     </type>
23601   </test>
23602   <test name="test-181.cs">
23603     <type name="Test">
23604       <method name="Void .ctor()">
23605         <size>7</size>
23606       </method>
23607       <method name="Void test()">
23608         <size>1</size>
23609       </method>
23610       <method name="Int32 Main()">
23611         <size>43</size>
23612       </method>
23613     </type>
23614   </test>
23615   <test name="test-182.cs">
23616     <type name="T">
23617       <method name="Void .ctor()">
23618         <size>7</size>
23619       </method>
23620       <method name="Int32 Main()">
23621         <size>26</size>
23622       </method>
23623     </type>
23624     <type name="TS">
23625       <method name="Int64 get_Ticks()">
23626         <size>19</size>
23627       </method>
23628     </type>
23629     <type name="DT">
23630       <method name="Int64 get_Ticks()">
23631         <size>12</size>
23632       </method>
23633     </type>
23634   </test>
23635   <test name="test-183.cs">
23636     <type name="Test">
23637       <method name="Void .ctor()">
23638         <size>7</size>
23639       </method>
23640       <method name="Int32 M(Int32, Int32 ByRef)">
23641         <size>12</size>
23642       </method>
23643       <method name="Int32 Main()">
23644         <size>67</size>
23645       </method>
23646     </type>
23647     <type name="Test+D">
23648       <method name="Void .ctor(Object, IntPtr)">
23649         <size>0</size>
23650       </method>
23651       <method name="Int32 Invoke(Int32, Int32 ByRef)">
23652         <size>0</size>
23653       </method>
23654       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
23655         <size>0</size>
23656       </method>
23657       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
23658         <size>0</size>
23659       </method>
23660     </type>
23661   </test>
23662   <test name="test-184.cs">
23663     <type name="User">
23664       <method name="Void .ctor(Interface)">
23665         <size>7</size>
23666       </method>
23667     </type>
23668     <type name="Test">
23669       <method name="Void .ctor()">
23670         <size>55</size>
23671       </method>
23672       <method name="Int32 Main()">
23673         <size>8</size>
23674       </method>
23675     </type>
23676     <type name="Struct">
23677       <method name="Void .ctor(Int32)">
23678         <size>1</size>
23679       </method>
23680       <method name="Int32 get_X()">
23681         <size>2</size>
23682       </method>
23683     </type>
23684   </test>
23685   <test name="test-185.cs">
23686     <type name="X">
23687       <method name="Void .ctor()">
23688         <size>7</size>
23689       </method>
23690       <method name="Int32 Test(Int32)">
23691         <size>36</size>
23692       </method>
23693       <method name="Int32 Main()">
23694         <size>29</size>
23695       </method>
23696     </type>
23697   </test>
23698   <test name="test-186.cs">
23699     <type name="TestBUG.myAttribute">
23700       <method name="Void .ctor(String, String, String, Int32)">
23701         <size>7</size>
23702       </method>
23703     </type>
23704     <type name="TestBUG.Test">
23705       <method name="Void .ctor()">
23706         <size>7</size>
23707       </method>
23708       <method name="Int32 Main()">
23709         <size>2</size>
23710       </method>
23711     </type>
23712   </test>
23713   <test name="test-187.cs">
23714     <type name="MyClass">
23715       <method name="Void .ctor()">
23716         <size>7</size>
23717       </method>
23718       <method name="Container get_Item(System.String)">
23719         <size>2</size>
23720       </method>
23721       <method name="Void set_Item(System.String, Container)">
23722         <size>1</size>
23723       </method>
23724     </type>
23725     <type name="Container">
23726       <method name="Void .ctor()">
23727         <size>7</size>
23728       </method>
23729       <method name="Container op_Addition(Container, System.Object)">
23730         <size>2</size>
23731       </method>
23732     </type>
23733     <type name="D">
23734       <method name="Void .ctor()">
23735         <size>7</size>
23736       </method>
23737       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
23738         <size>65</size>
23739       </method>
23740       <method name="Int32 Main()">
23741         <size>2</size>
23742       </method>
23743     </type>
23744   </test>
23745   <test name="test-188.cs">
23746     <type name="Enumerator">
23747       <method name="Void .ctor()">
23748         <size>14</size>
23749       </method>
23750       <method name="Boolean MoveNext()">
23751         <size>21</size>
23752       </method>
23753       <method name="Char get_Current()">
23754         <size>3</size>
23755       </method>
23756     </type>
23757     <type name="RealEnumerator">
23758       <method name="Void .ctor(Coll)">
23759         <size>14</size>
23760       </method>
23761       <method name="Void Dispose()">
23762         <size>13</size>
23763       </method>
23764     </type>
23765     <type name="Coll">
23766       <method name="Void .ctor()">
23767         <size>7</size>
23768       </method>
23769       <method name="Enumerator GetEnumerator()">
23770         <size>7</size>
23771       </method>
23772     </type>
23773     <type name="Test">
23774       <method name="Void .ctor()">
23775         <size>7</size>
23776       </method>
23777       <method name="Int32 Main(System.String[])">
23778         <size>78</size>
23779       </method>
23780     </type>
23781   </test>
23782   <test name="test-189.cs">
23783     <type name="MyTest">
23784       <method name="Void .ctor()">
23785         <size>7</size>
23786       </method>
23787       <method name="Int32 Main(System.String[])">
23788         <size>63</size>
23789       </method>
23790       <method name="Int32 m(Int32, Double)">
23791         <size>2</size>
23792       </method>
23793       <method name="Int32 m(Int32, System.Int32[])">
23794         <size>2</size>
23795       </method>
23796     </type>
23797     <type name="MonoTest">
23798       <method name="Void .ctor()">
23799         <size>7</size>
23800       </method>
23801       <method name="Int32 method1(System.String, System.Object[])">
23802         <size>2</size>
23803       </method>
23804       <method name="Void testmethod()">
23805         <size>27</size>
23806       </method>
23807     </type>
23808     <type name="MonoTest2">
23809       <method name="Void .ctor()">
23810         <size>7</size>
23811       </method>
23812       <method name="Int32 method1(System.String, System.Object[])">
23813         <size>2</size>
23814       </method>
23815       <method name="Void testmethod2()">
23816         <size>27</size>
23817       </method>
23818     </type>
23819   </test>
23820   <test name="test-19.cs">
23821     <type name="I">
23822       <method name="Void .ctor()">
23823         <size>7</size>
23824       </method>
23825       <method name="Void .cctor()">
23826         <size>18</size>
23827       </method>
23828       <method name="System.String fn(System.String)">
23829         <size>17</size>
23830       </method>
23831     </type>
23832     <type name="X">
23833       <method name="Void .ctor()">
23834         <size>7</size>
23835       </method>
23836       <method name="Void Thread_func()">
23837         <size>11</size>
23838       </method>
23839       <method name="Int32 Func(Int32, Int32)">
23840         <size>4</size>
23841       </method>
23842       <method name="Void Bar()">
23843         <size>44</size>
23844       </method>
23845       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
23846         <size>18</size>
23847       </method>
23848       <method name="Int32 Main()">
23849         <size>303</size>
23850       </method>
23851       <method name="Int32 multiply_by_three(Int32)">
23852         <size>4</size>
23853       </method>
23854     </type>
23855     <type name="TestNamespace.TestClass">
23856       <method name="Void .ctor()">
23857         <size>7</size>
23858       </method>
23859     </type>
23860     <type name="I+GetTextFn">
23861       <method name="Void .ctor(Object, IntPtr)">
23862         <size>0</size>
23863       </method>
23864       <method name="System.String Invoke(System.String)">
23865         <size>0</size>
23866       </method>
23867       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
23868         <size>0</size>
23869       </method>
23870       <method name="System.String EndInvoke(IAsyncResult)">
23871         <size>0</size>
23872       </method>
23873     </type>
23874     <type name="X+Foo">
23875       <method name="Void .ctor(Object, IntPtr)">
23876         <size>0</size>
23877       </method>
23878       <method name="Int32 Invoke(Int32, Int32)">
23879         <size>0</size>
23880       </method>
23881       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
23882         <size>0</size>
23883       </method>
23884       <method name="Int32 EndInvoke(IAsyncResult)">
23885         <size>0</size>
23886       </method>
23887     </type>
23888     <type name="TestNamespace.TestClass+NotWorkingDelegate">
23889       <method name="Void .ctor(Object, IntPtr)">
23890         <size>0</size>
23891       </method>
23892       <method name="Single Invoke(Single, System.Object[])">
23893         <size>0</size>
23894       </method>
23895       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
23896         <size>0</size>
23897       </method>
23898       <method name="Single EndInvoke(IAsyncResult)">
23899         <size>0</size>
23900       </method>
23901     </type>
23902     <type name="NameSpace.TestDelegate">
23903       <method name="Void .ctor(Object, IntPtr)">
23904         <size>0</size>
23905       </method>
23906       <method name="Int32 Invoke(Int32)">
23907         <size>0</size>
23908       </method>
23909       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
23910         <size>0</size>
23911       </method>
23912       <method name="Int32 EndInvoke(IAsyncResult)">
23913         <size>0</size>
23914       </method>
23915     </type>
23916   </test>
23917   <test name="test-190.cs">
23918     <type name="A">
23919       <method name="Void .ctor()">
23920         <size>7</size>
23921       </method>
23922       <method name="Void Main()">
23923         <size>1</size>
23924       </method>
23925     </type>
23926     <type name="A+B">
23927       <method name="Void .ctor()">
23928         <size>7</size>
23929       </method>
23930       <method name="Void Test()">
23931         <size>8</size>
23932       </method>
23933     </type>
23934     <type name="A+C">
23935       <method name="Void .ctor()">
23936         <size>7</size>
23937       </method>
23938       <method name="Void Test(A)">
23939         <size>8</size>
23940       </method>
23941     </type>
23942   </test>
23943   <test name="test-191.cs">
23944     <type name="X">
23945       <method name="Void .ctor()">
23946         <size>7</size>
23947       </method>
23948     </type>
23949     <type name="X+E">
23950       <method name="Void .ctor()">
23951         <size>7</size>
23952       </method>
23953     </type>
23954     <type name="X+D">
23955       <method name="Void .ctor()">
23956         <size>7</size>
23957       </method>
23958     </type>
23959     <type name="X+D+P">
23960       <method name="Void .ctor()">
23961         <size>7</size>
23962       </method>
23963     </type>
23964     <type name="Y">
23965       <method name="Void .ctor()">
23966         <size>7</size>
23967       </method>
23968     </type>
23969     <type name="Y+Op">
23970       <method name="Void .ctor()">
23971         <size>7</size>
23972       </method>
23973     </type>
23974     <type name="R">
23975       <method name="Void .ctor()">
23976         <size>7</size>
23977       </method>
23978       <method name="Void Main()">
23979         <size>1</size>
23980       </method>
23981     </type>
23982   </test>
23983   <test name="test-192.cs">
23984     <type name="X">
23985       <method name="Void .ctor()">
23986         <size>7</size>
23987       </method>
23988       <method name="Void Main()">
23989         <size>1</size>
23990       </method>
23991     </type>
23992   </test>
23993   <test name="test-193.cs">
23994     <type name="A">
23995       <method name="Void .ctor()">
23996         <size>7</size>
23997       </method>
23998       <method name="Int32 Test(Int32)">
23999         <size>88</size>
24000       </method>
24001       <method name="Int32 Main()">
24002         <size>7</size>
24003       </method>
24004     </type>
24005   </test>
24006   <test name="test-194.cs">
24007     <type name="TestParams">
24008       <method name="Void .ctor()">
24009         <size>7</size>
24010       </method>
24011       <method name="Int32 Main(System.String[])">
24012         <size>38</size>
24013       </method>
24014       <method name="Int32 Params(System.Object[])">
24015         <size>10</size>
24016       </method>
24017     </type>
24018   </test>
24019   <test name="test-195.cs">
24020     <type name="Y">
24021       <method name="Void .ctor()">
24022         <size>7</size>
24023       </method>
24024       <method name="Void .cctor()">
24025         <size>1</size>
24026       </method>
24027       <method name="Int32 C()">
24028         <size>36</size>
24029       </method>
24030     </type>
24031     <type name="X">
24032       <method name="Void .ctor()">
24033         <size>8</size>
24034       </method>
24035       <method name="Void .ctor(Int32)">
24036         <size>18</size>
24037       </method>
24038       <method name="Void Main()">
24039         <size>7</size>
24040       </method>
24041     </type>
24042   </test>
24043   <test name="test-196.cs">
24044     <type name="X">
24045       <method name="Void .ctor()">
24046         <size>7</size>
24047       </method>
24048       <method name="Void Bug1()">
24049         <size>15</size>
24050       </method>
24051       <method name="Void Bug2()">
24052         <size>16</size>
24053       </method>
24054       <method name="Int32 Main()">
24055         <size>2</size>
24056       </method>
24057     </type>
24058   </test>
24059   <test name="test-197.cs">
24060     <type name="X">
24061       <method name="Void .ctor()">
24062         <size>7</size>
24063       </method>
24064       <method name="Void Foo()">
24065         <size>0</size>
24066       </method>
24067     </type>
24068     <type name="Y">
24069       <method name="Void .ctor()">
24070         <size>7</size>
24071       </method>
24072     </type>
24073     <type name="Z">
24074       <method name="Void .ctor()">
24075         <size>7</size>
24076       </method>
24077       <method name="Void Foo()">
24078         <size>11</size>
24079       </method>
24080     </type>
24081     <type name="Test">
24082       <method name="Void .ctor()">
24083         <size>7</size>
24084       </method>
24085       <method name="Int32 Main()">
24086         <size>16</size>
24087       </method>
24088     </type>
24089   </test>
24090   <test name="test-198.cs">
24091     <type name="N1.N3.N4.Bar">
24092       <method name="Void .ctor()">
24093         <size>7</size>
24094       </method>
24095     </type>
24096     <type name="N1.N2.Foo">
24097       <method name="Void .ctor()">
24098         <size>7</size>
24099       </method>
24100     </type>
24101     <type name="N5.N6.Foo">
24102       <method name="Void .ctor()">
24103         <size>7</size>
24104       </method>
24105     </type>
24106     <type name="N5.N7.N8.Bar">
24107       <method name="Void .ctor()">
24108         <size>7</size>
24109       </method>
24110     </type>
24111     <type name="FirstOuter.FirstInner.First">
24112       <method name="Void .ctor()">
24113         <size>7</size>
24114       </method>
24115       <method name="System.String get_MyIdentity()">
24116         <size>12</size>
24117       </method>
24118     </type>
24119     <type name="FirstOuter.Second">
24120       <method name="Void .ctor()">
24121         <size>7</size>
24122       </method>
24123     </type>
24124     <type name="FirstOuter.SecondInner.Third">
24125       <method name="Void .ctor()">
24126         <size>7</size>
24127       </method>
24128     </type>
24129     <type name="FirstOuter.FirstInner.Fourth">
24130       <method name="Void .ctor()">
24131         <size>7</size>
24132       </method>
24133     </type>
24134     <type name="Fifth">
24135       <method name="Void .ctor()">
24136         <size>7</size>
24137       </method>
24138     </type>
24139     <type name="M1.M2.M3.Foo">
24140       <method name="Void .ctor()">
24141         <size>7</size>
24142       </method>
24143     </type>
24144     <type name="P1.P2.Bar">
24145       <method name="Void .ctor()">
24146         <size>7</size>
24147       </method>
24148     </type>
24149     <type name="X">
24150       <method name="Void .ctor()">
24151         <size>7</size>
24152       </method>
24153       <method name="Int32 Main()">
24154         <size>2</size>
24155       </method>
24156     </type>
24157   </test>
24158   <test name="test-199.cs">
24159     <type name="Test">
24160       <method name="Void .ctor()">
24161         <size>7</size>
24162       </method>
24163       <method name="Int32 Main()">
24164         <size>22</size>
24165       </method>
24166     </type>
24167     <type name="N1.Foo">
24168       <method name="Void .ctor()">
24169         <size>7</size>
24170       </method>
24171     </type>
24172     <type name="N1.Foo+Foo2">
24173       <method name="Void .ctor()">
24174         <size>7</size>
24175       </method>
24176     </type>
24177     <type name="N1.Bar2">
24178       <method name="Void .ctor()">
24179         <size>7</size>
24180       </method>
24181       <method name="Int32 Talk()">
24182         <size>2</size>
24183       </method>
24184     </type>
24185     <type name="N2.Bar">
24186       <method name="Void .ctor()">
24187         <size>7</size>
24188       </method>
24189     </type>
24190     <type name="N2.Bar+Bar2">
24191       <method name="Void .ctor()">
24192         <size>7</size>
24193       </method>
24194       <method name="Int32 Talk()">
24195         <size>2</size>
24196       </method>
24197     </type>
24198   </test>
24199   <test name="test-2.cs">
24200     <type name="X">
24201       <method name="Void .ctor()">
24202         <size>7</size>
24203       </method>
24204       <method name="Int32 Main(System.String[])">
24205         <size>12</size>
24206       </method>
24207     </type>
24208   </test>
24209   <test name="test-20.cs">
24210     <type name="A">
24211       <method name="Void .ctor()">
24212         <size>7</size>
24213       </method>
24214       <method name="Void X()">
24215         <size>8</size>
24216       </method>
24217     </type>
24218     <type name="B">
24219       <method name="Void .ctor()">
24220         <size>7</size>
24221       </method>
24222       <method name="Void X()">
24223         <size>8</size>
24224       </method>
24225       <method name="Void TestB()">
24226         <size>7</size>
24227       </method>
24228     </type>
24229     <type name="Ax">
24230       <method name="Void .ctor()">
24231         <size>7</size>
24232       </method>
24233       <method name="Void A()">
24234         <size>8</size>
24235       </method>
24236       <method name="Void B()">
24237         <size>8</size>
24238       </method>
24239     </type>
24240     <type name="Bx">
24241       <method name="Void .ctor()">
24242         <size>7</size>
24243       </method>
24244       <method name="Void A()">
24245         <size>8</size>
24246       </method>
24247       <method name="Void B()">
24248         <size>8</size>
24249       </method>
24250     </type>
24251     <type name="Test">
24252       <method name="Void .ctor()">
24253         <size>7</size>
24254       </method>
24255       <method name="Int32 Main()">
24256         <size>100</size>
24257       </method>
24258     </type>
24259   </test>
24260   <test name="test-200.cs">
24261     <type name="X">
24262       <method name="Void .ctor()">
24263         <size>7</size>
24264       </method>
24265       <method name="Int32 Main()">
24266         <size>104</size>
24267       </method>
24268     </type>
24269   </test>
24270   <test name="test-201.cs">
24271     <type name="Parent">
24272       <method name="Void .ctor()">
24273         <size>7</size>
24274       </method>
24275     </type>
24276     <type name="Child">
24277       <method name="Void .ctor()">
24278         <size>7</size>
24279       </method>
24280     </type>
24281     <type name="Child+Nested">
24282       <method name="Void .ctor()">
24283         <size>18</size>
24284       </method>
24285     </type>
24286     <type name="Collide">
24287       <method name="Void .ctor(Int32)">
24288         <size>14</size>
24289       </method>
24290       <method name="Void .cctor()">
24291         <size>12</size>
24292       </method>
24293       <method name="Int32 Main()">
24294         <size>27</size>
24295       </method>
24296     </type>
24297   </test>
24298   <test name="test-202.cs">
24299     <type name="X.X">
24300       <method name="Void .ctor()">
24301         <size>7</size>
24302       </method>
24303     </type>
24304     <type name="A.B.C.D">
24305       <method name="Void .ctor()">
24306         <size>7</size>
24307       </method>
24308     </type>
24309     <type name="Test">
24310       <method name="Void .ctor()">
24311         <size>7</size>
24312       </method>
24313       <method name="Int32 Main()">
24314         <size>14</size>
24315       </method>
24316     </type>
24317   </test>
24318   <test name="test-203.cs">
24319     <type name="Foo">
24320       <method name="Void .ctor()">
24321         <size>7</size>
24322       </method>
24323       <method name="Modifiers get_Modifiers()">
24324         <size>2</size>
24325       </method>
24326     </type>
24327     <type name="Bar">
24328       <method name="Void .ctor()">
24329         <size>7</size>
24330       </method>
24331       <method name="Int32 Main()">
24332         <size>13</size>
24333       </method>
24334     </type>
24335   </test>
24336   <test name="test-204.cs">
24337     <type name="X">
24338       <method name="Void .ctor(Int32)">
24339         <size>14</size>
24340       </method>
24341       <method name="System.String ToString()">
24342         <size>22</size>
24343       </method>
24344       <method name="Int32 Test()">
24345         <size>153</size>
24346       </method>
24347       <method name="Int32 Main()">
24348         <size>24</size>
24349       </method>
24350       <method name="X op_BitwiseAnd(X, X)">
24351         <size>19</size>
24352       </method>
24353       <method name="X op_BitwiseOr(X, X)">
24354         <size>19</size>
24355       </method>
24356       <method name="Boolean op_True(X)">
24357         <size>15</size>
24358       </method>
24359       <method name="Boolean op_False(X)">
24360         <size>12</size>
24361       </method>
24362     </type>
24363   </test>
24364   <test name="test-205.cs">
24365     <type name="A">
24366       <method name="Void .ctor(Object)">
24367         <size>7</size>
24368       </method>
24369     </type>
24370     <type name="Test">
24371       <method name="Void .ctor()">
24372         <size>7</size>
24373       </method>
24374       <method name="Void Main()">
24375         <size>1</size>
24376       </method>
24377     </type>
24378   </test>
24379   <test name="test-206.cs">
24380     <type name="X">
24381       <method name="Void .ctor()">
24382         <size>7</size>
24383       </method>
24384       <method name="Int32 get_Item(Int32)">
24385         <size>2</size>
24386       </method>
24387       <method name="System.Int32[] get_Item(System.Int32[])">
24388         <size>39</size>
24389       </method>
24390       <method name="Void Main()">
24391         <size>91</size>
24392       </method>
24393     </type>
24394     <type name="&lt;PrivateImplementationDetails&gt;">
24395       <method name="Void .ctor()">
24396         <size>7</size>
24397       </method>
24398     </type>
24399   </test>
24400   <test name="test-207.cs">
24401     <type name="X">
24402       <method name="Void .ctor()">
24403         <size>7</size>
24404       </method>
24405       <method name="Void .cctor()">
24406         <size>1</size>
24407       </method>
24408       <method name="Void hello(Int32)">
24409         <size>13</size>
24410       </method>
24411       <method name="Void world(Int32)">
24412         <size>16</size>
24413       </method>
24414       <method name="Int32 Main()">
24415         <size>138</size>
24416       </method>
24417     </type>
24418     <type name="Test">
24419       <method name="Void .ctor(Object, IntPtr)">
24420         <size>0</size>
24421       </method>
24422       <method name="Void Invoke(Int32)">
24423         <size>0</size>
24424       </method>
24425       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24426         <size>0</size>
24427       </method>
24428       <method name="Void EndInvoke(IAsyncResult)">
24429         <size>0</size>
24430       </method>
24431     </type>
24432   </test>
24433   <test name="test-208.cs">
24434     <type name="X">
24435       <method name="Void .ctor()">
24436         <size>7</size>
24437       </method>
24438       <method name="System.String get_Item(System.String)">
24439         <size>2</size>
24440       </method>
24441       <method name="Void Test()">
24442         <size>1</size>
24443       </method>
24444     </type>
24445     <type name="Y">
24446       <method name="Void .ctor()">
24447         <size>7</size>
24448       </method>
24449       <method name="Void Main()">
24450         <size>19</size>
24451       </method>
24452     </type>
24453   </test>
24454   <test name="test-209.cs">
24455     <type name="X">
24456       <method name="Void .ctor(Int32)">
24457         <size>14</size>
24458       </method>
24459       <method name="Int32 get_Foo()">
24460         <size>9</size>
24461       </method>
24462       <method name="Void set_Foo(Int32)">
24463         <size>8</size>
24464       </method>
24465       <method name="Int32 get_Item(Int32)">
24466         <size>7</size>
24467       </method>
24468       <method name="Void set_Item(Int32, Int32)">
24469         <size>8</size>
24470       </method>
24471       <method name="Void set_Item(System.String, System.String)">
24472         <size>7</size>
24473       </method>
24474       <method name="Void set_Bar(System.String)">
24475         <size>7</size>
24476       </method>
24477       <method name="A get_A()">
24478         <size>7</size>
24479       </method>
24480       <method name="Void set_A(A)">
24481         <size>12</size>
24482       </method>
24483       <method name="Int32 Main()">
24484         <size>75</size>
24485       </method>
24486     </type>
24487     <type name="A">
24488       <method name="Void .ctor(Int32)">
24489         <size>8</size>
24490       </method>
24491     </type>
24492   </test>
24493   <test name="test-21.cs">
24494     <type name="Blah">
24495       <method name="Void .ctor()">
24496         <size>7</size>
24497       </method>
24498       <method name="Int32 Main()">
24499         <size>47</size>
24500       </method>
24501     </type>
24502     <type name="Blah+Foo">
24503       <method name="Void .ctor()">
24504         <size>17</size>
24505       </method>
24506       <method name="Int32 Bar(Int32, Int32)">
24507         <size>14</size>
24508       </method>
24509     </type>
24510   </test>
24511   <test name="test-210.cs">
24512     <type name="X">
24513       <method name="Void .ctor()">
24514         <size>7</size>
24515       </method>
24516       <method name="Void foo()">
24517         <size>1</size>
24518       </method>
24519       <method name="Void Main()">
24520         <size>25</size>
24521       </method>
24522     </type>
24523     <type name="FooHandler">
24524       <method name="Void .ctor(Object, IntPtr)">
24525         <size>0</size>
24526       </method>
24527       <method name="Void Invoke()">
24528         <size>0</size>
24529       </method>
24530       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24531         <size>0</size>
24532       </method>
24533       <method name="Void EndInvoke(IAsyncResult)">
24534         <size>0</size>
24535       </method>
24536     </type>
24537   </test>
24538   <test name="test-211.cs">
24539     <type name="X">
24540       <method name="Void .ctor(Int32)">
24541         <size>14</size>
24542       </method>
24543       <method name="X op_Implicit(Int32)">
24544         <size>7</size>
24545       </method>
24546     </type>
24547     <type name="Y">
24548       <method name="Void .ctor(X)">
24549         <size>14</size>
24550       </method>
24551       <method name="Y op_Implicit(X)">
24552         <size>7</size>
24553       </method>
24554     </type>
24555     <type name="Z">
24556       <method name="Void .ctor(Y)">
24557         <size>14</size>
24558       </method>
24559       <method name="Int32 Main()">
24560         <size>27</size>
24561       </method>
24562       <method name="Z op_Implicit(Y)">
24563         <size>7</size>
24564       </method>
24565     </type>
24566   </test>
24567   <test name="test-212.cs">
24568     <type name="Problem">
24569       <method name="Void .ctor(String)">
24570         <size>14</size>
24571       </method>
24572       <method name="Int32 Multi(Int32, Problem[])">
24573         <size>4</size>
24574       </method>
24575       <method name="Int32 Main(System.String[])">
24576         <size>76</size>
24577       </method>
24578       <method name="Problem op_Implicit(Int32)">
24579         <size>22</size>
24580       </method>
24581     </type>
24582   </test>
24583   <test name="test-213.cs">
24584     <type name="MyTest">
24585       <method name="Void .ctor()">
24586         <size>7</size>
24587       </method>
24588       <method name="Void Main(System.String[])">
24589         <size>31</size>
24590       </method>
24591     </type>
24592     <type name="S">
24593       <method name="Void .ctor(Int32)">
24594         <size>8</size>
24595       </method>
24596       <method name="Void Print()">
24597         <size>12</size>
24598       </method>
24599     </type>
24600   </test>
24601   <test name="test-214.cs">
24602     <type name="N2.Test">
24603       <method name="Void .ctor()">
24604         <size>7</size>
24605       </method>
24606       <method name="Int32 Main()">
24607         <size>7</size>
24608       </method>
24609     </type>
24610     <type name="N1.C1">
24611       <method name="Void .ctor()">
24612         <size>7</size>
24613       </method>
24614       <method name="Void Foo()">
24615         <size>1</size>
24616       </method>
24617     </type>
24618   </test>
24619   <test name="test-215.cs">
24620     <type name="Test">
24621       <method name="Void .ctor()">
24622         <size>7</size>
24623       </method>
24624       <method name="Void .cctor()">
24625         <size>1</size>
24626       </method>
24627       <method name="N1.C1 get_C1()">
24628         <size>6</size>
24629       </method>
24630       <method name="Int32 Main()">
24631         <size>8</size>
24632       </method>
24633     </type>
24634     <type name="N1.C1">
24635       <method name="Void .ctor()">
24636         <size>7</size>
24637       </method>
24638     </type>
24639   </test>
24640   <test name="test-216.cs">
24641     <type name="cls">
24642       <method name="Void .ctor()">
24643         <size>7</size>
24644       </method>
24645       <method name="Void add_OnWhatever(OnWhateverDelegate)">
24646         <size>24</size>
24647       </method>
24648       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
24649         <size>24</size>
24650       </method>
24651       <method name="Void CallMyDel(System.String)">
24652         <size>13</size>
24653       </method>
24654     </type>
24655     <type name="cls+nestedcls">
24656       <method name="Void .ctor()">
24657         <size>7</size>
24658       </method>
24659       <method name="Void CallParentDel(cls, System.String)">
24660         <size>13</size>
24661       </method>
24662     </type>
24663     <type name="MonoEmbed">
24664       <method name="Void .ctor()">
24665         <size>7</size>
24666       </method>
24667       <method name="Void Main()">
24668         <size>36</size>
24669       </method>
24670       <method name="Void Whatever(System.String)">
24671         <size>7</size>
24672       </method>
24673     </type>
24674     <type name="OnWhateverDelegate">
24675       <method name="Void .ctor(Object, IntPtr)">
24676         <size>0</size>
24677       </method>
24678       <method name="Void Invoke(System.String)">
24679         <size>0</size>
24680       </method>
24681       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24682         <size>0</size>
24683       </method>
24684       <method name="Void EndInvoke(IAsyncResult)">
24685         <size>0</size>
24686       </method>
24687     </type>
24688   </test>
24689   <test name="test-217.cs">
24690     <type name="Test">
24691       <method name="Void .ctor()">
24692         <size>7</size>
24693       </method>
24694       <method name="Int32 Main()">
24695         <size>174</size>
24696       </method>
24697       <method name="System.Object compare_gte(Int32, Int32)">
24698         <size>13</size>
24699       </method>
24700       <method name="System.Object compare_lte(Int32, Int32)">
24701         <size>13</size>
24702       </method>
24703     </type>
24704   </test>
24705   <test name="test-218.cs">
24706     <type name="T">
24707       <method name="Void .ctor()">
24708         <size>7</size>
24709       </method>
24710       <method name="Void .cctor()">
24711         <size>27</size>
24712       </method>
24713       <method name="Void Main()">
24714         <size>1</size>
24715       </method>
24716       <method name="Void compareQueryQuery1(System.Object)">
24717         <size>1</size>
24718       </method>
24719     </type>
24720     <type name="T+foo">
24721       <method name="Void .ctor(Object, IntPtr)">
24722         <size>0</size>
24723       </method>
24724       <method name="Void Invoke(System.Object)">
24725         <size>0</size>
24726       </method>
24727       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
24728         <size>0</size>
24729       </method>
24730       <method name="Void EndInvoke(IAsyncResult)">
24731         <size>0</size>
24732       </method>
24733     </type>
24734   </test>
24735   <test name="test-219.cs">
24736     <type name="TestAttribute">
24737       <method name="Void .ctor(Type)">
24738         <size>14</size>
24739       </method>
24740       <method name="System.Type get_Type()">
24741         <size>7</size>
24742       </method>
24743     </type>
24744     <type name="Test">
24745       <method name="Void .ctor()">
24746         <size>7</size>
24747       </method>
24748       <method name="Void Main()">
24749         <size>75</size>
24750       </method>
24751     </type>
24752   </test>
24753   <test name="test-22.cs">
24754     <type name="M">
24755       <method name="Void .ctor()">
24756         <size>7</size>
24757       </method>
24758       <method name="Int32 Main()">
24759         <size>63</size>
24760       </method>
24761     </type>
24762     <type name="S">
24763       <method name="T GetT()">
24764         <size>7</size>
24765       </method>
24766       <method name="Void Init()">
24767         <size>25</size>
24768       </method>
24769     </type>
24770   </test>
24771   <test name="test-220.cs">
24772     <type name="MonoBUG.Bug">
24773       <method name="Void .ctor()">
24774         <size>7</size>
24775       </method>
24776       <method name="Int32 Main(System.String[])">
24777         <size>138</size>
24778       </method>
24779     </type>
24780     <type name="MonoBUG.Foo">
24781       <method name="Void .ctor(String)">
24782         <size>14</size>
24783       </method>
24784       <method name="System.String get_Name()">
24785         <size>7</size>
24786       </method>
24787     </type>
24788     <type name="MonoBUG.FooList">
24789       <method name="Void .ctor()">
24790         <size>7</size>
24791       </method>
24792       <method name="Void .cctor()">
24793         <size>1</size>
24794       </method>
24795       <method name="Void Add(MonoBUG.Foo)">
24796         <size>19</size>
24797       </method>
24798       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
24799         <size>7</size>
24800       </method>
24801     </type>
24802     <type name="MonoBUG.FooList+FooEnumerator">
24803       <method name="Void .ctor(FooList)">
24804         <size>31</size>
24805       </method>
24806       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
24807         <size>12</size>
24808       </method>
24809       <method name="Void System.Collections.IEnumerator.Reset()">
24810         <size>12</size>
24811       </method>
24812       <method name="MonoBUG.Foo get_Current()">
24813         <size>46</size>
24814       </method>
24815       <method name="Boolean MoveNext()">
24816         <size>12</size>
24817       </method>
24818       <method name="Void Reset()">
24819         <size>12</size>
24820       </method>
24821       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24822         <size>28</size>
24823       </method>
24824     </type>
24825   </test>
24826   <test name="test-221.cs">
24827     <type name="A">
24828       <method name="Void .ctor()">
24829         <size>7</size>
24830       </method>
24831       <method name="Int32 get_Blah()">
24832         <size>2</size>
24833       </method>
24834       <method name="Void set_Blah(Int32)">
24835         <size>1</size>
24836       </method>
24837     </type>
24838     <type name="B">
24839       <method name="Void .ctor()">
24840         <size>7</size>
24841       </method>
24842       <method name="Int32 get_Blah()">
24843         <size>2</size>
24844       </method>
24845       <method name="Boolean Test()">
24846         <size>54</size>
24847       </method>
24848     </type>
24849     <type name="C">
24850       <method name="Void .ctor()">
24851         <size>7</size>
24852       </method>
24853       <method name="Int32 get_Blah()">
24854         <size>0</size>
24855       </method>
24856       <method name="Void set_Blah(Int32)">
24857         <size>0</size>
24858       </method>
24859     </type>
24860     <type name="D">
24861       <method name="Void .ctor()">
24862         <size>7</size>
24863       </method>
24864       <method name="Int32 get_Blah()">
24865         <size>2</size>
24866       </method>
24867       <method name="Void set_Blah(Int32)">
24868         <size>1</size>
24869       </method>
24870     </type>
24871     <type name="E">
24872       <method name="Void .ctor()">
24873         <size>7</size>
24874       </method>
24875       <method name="Int32 get_Blah()">
24876         <size>7</size>
24877       </method>
24878       <method name="Boolean Test()">
24879         <size>54</size>
24880       </method>
24881     </type>
24882     <type name="F">
24883       <method name="Void .ctor()">
24884         <size>7</size>
24885       </method>
24886       <method name="Int32 get_Item(Int32)">
24887         <size>2</size>
24888       </method>
24889       <method name="Void set_Item(Int32, Int32)">
24890         <size>1</size>
24891       </method>
24892       <method name="Int32 get_Blah()">
24893         <size>2</size>
24894       </method>
24895       <method name="Void set_Blah(Int32)">
24896         <size>1</size>
24897       </method>
24898       <method name="Boolean Test()">
24899         <size>110</size>
24900       </method>
24901     </type>
24902     <type name="Driver">
24903       <method name="Void .ctor()">
24904         <size>7</size>
24905       </method>
24906       <method name="Int32 Main()">
24907         <size>38</size>
24908       </method>
24909     </type>
24910     <type name="F">
24911       <method name="Int32 IBlah.get_Item(Int32)">
24912         <size>2</size>
24913       </method>
24914       <method name="Void IBlah.set_Item(Int32, Int32)">
24915         <size>1</size>
24916       </method>
24917       <method name="Int32 IBlah.get_Blah()">
24918         <size>2</size>
24919       </method>
24920       <method name="Void IBlah.set_Blah(Int32)">
24921         <size>1</size>
24922       </method>
24923     </type>
24924   </test>
24925   <test name="test-222.cs">
24926     <type name="Class_1">
24927       <method name="Void .ctor()">
24928         <size>7</size>
24929       </method>
24930       <method name="UIntPtr Valid()">
24931         <size>7</size>
24932       </method>
24933     </type>
24934     <type name="MainClass">
24935       <method name="Void .ctor()">
24936         <size>7</size>
24937       </method>
24938       <method name="Int32 Main()">
24939         <size>2</size>
24940       </method>
24941     </type>
24942   </test>
24943   <test name="test-223.cs">
24944     <type name="T">
24945       <method name="Void .ctor()">
24946         <size>7</size>
24947       </method>
24948       <method name="Int32 Main()">
24949         <size>65</size>
24950       </method>
24951     </type>
24952   </test>
24953   <test name="test-224.cs">
24954     <type name="XmlMemberArrayAttribute">
24955       <method name="Void .ctor(String)">
24956         <size>38</size>
24957       </method>
24958       <method name="System.Char[] get_Separator()">
24959         <size>7</size>
24960       </method>
24961       <method name="Void set_Separator(System.Char[])">
24962         <size>8</size>
24963       </method>
24964       <method name="System.String get_Name()">
24965         <size>7</size>
24966       </method>
24967       <method name="Void set_Name(System.String)">
24968         <size>8</size>
24969       </method>
24970       <method name="Boolean get_IsRequired()">
24971         <size>7</size>
24972       </method>
24973       <method name="Void set_IsRequired(Boolean)">
24974         <size>8</size>
24975       </method>
24976     </type>
24977     <type name="t">
24978       <method name="Void .ctor()">
24979         <size>7</size>
24980       </method>
24981       <method name="Void Main()">
24982         <size>1</size>
24983       </method>
24984     </type>
24985   </test>
24986   <test name="test-225.cs">
24987     <type name="A">
24988       <method name="Void .ctor()">
24989         <size>14</size>
24990       </method>
24991     </type>
24992     <type name="B">
24993       <method name="Void .ctor()">
24994         <size>7</size>
24995       </method>
24996       <method name="Int32 foo()">
24997         <size>2</size>
24998       </method>
24999       <method name="Void Main()">
25000         <size>18</size>
25001       </method>
25002     </type>
25003   </test>
25004   <test name="test-226.cs">
25005     <type name="Test226">
25006       <method name="Void .ctor()">
25007         <size>7</size>
25008       </method>
25009       <method name="Void Test()">
25010         <size>35</size>
25011       </method>
25012       <method name="Int32 Main()">
25013         <size>23</size>
25014       </method>
25015     </type>
25016   </test>
25017   <test name="test-227.cs">
25018     <type name="A.T">
25019       <method name="Void .ctor()">
25020         <size>7</size>
25021       </method>
25022       <method name="Void Main()">
25023         <size>3</size>
25024       </method>
25025     </type>
25026   </test>
25027   <test name="test-228.cs">
25028     <type name="BadRefTest.CtorInc">
25029       <method name="Void .ctor()">
25030         <size>30</size>
25031       </method>
25032       <method name="Int32 IncByRef(Int32 ByRef)">
25033         <size>10</size>
25034       </method>
25035       <method name="Boolean Results(Int32)">
25036         <size>98</size>
25037       </method>
25038     </type>
25039     <type name="BadRefTest.Runner">
25040       <method name="Void .ctor()">
25041         <size>7</size>
25042       </method>
25043       <method name="Int32 Main()">
25044         <size>43</size>
25045       </method>
25046     </type>
25047   </test>
25048   <test name="test-229.cs">
25049     <type name="List">
25050       <method name="Void .ctor(Int32)">
25051         <size>19</size>
25052       </method>
25053       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
25054         <size>12</size>
25055       </method>
25056       <method name="Void Add(Int32)">
25057         <size>26</size>
25058       </method>
25059       <method name="MyEnumerator GetEnumerator()">
25060         <size>7</size>
25061       </method>
25062     </type>
25063     <type name="UberList">
25064       <method name="Void .ctor(Int32)">
25065         <size>8</size>
25066       </method>
25067       <method name="Int32 Main(System.String[])">
25068         <size>38</size>
25069       </method>
25070       <method name="Boolean One()">
25071         <size>62</size>
25072       </method>
25073       <method name="Boolean Two()">
25074         <size>62</size>
25075       </method>
25076       <method name="Boolean Three()">
25077         <size>62</size>
25078       </method>
25079     </type>
25080     <type name="List+MyEnumerator">
25081       <method name="Void .ctor(List)">
25082         <size>15</size>
25083       </method>
25084       <method name="System.Object get_Current()">
25085         <size>24</size>
25086       </method>
25087       <method name="Boolean MoveNext()">
25088         <size>31</size>
25089       </method>
25090       <method name="Void Reset()">
25091         <size>8</size>
25092       </method>
25093     </type>
25094   </test>
25095   <test name="test-23.cs">
25096     <type name="X">
25097       <method name="Void .ctor()">
25098         <size>7</size>
25099       </method>
25100       <method name="Void .cctor()">
25101         <size>8</size>
25102       </method>
25103       <method name="Int32 get_Value()">
25104         <size>6</size>
25105       </method>
25106       <method name="Void set_Value(Int32)">
25107         <size>7</size>
25108       </method>
25109       <method name="Int32 Main()">
25110         <size>170</size>
25111       </method>
25112     </type>
25113     <type name="Y">
25114       <method name="Void .ctor(String)">
25115         <size>14</size>
25116       </method>
25117       <method name="System.String get_Value()">
25118         <size>7</size>
25119       </method>
25120       <method name="Void set_Value(System.String)">
25121         <size>8</size>
25122       </method>
25123     </type>
25124     <type name="Z">
25125       <method name="Void .cctor()">
25126         <size>7</size>
25127       </method>
25128       <method name="Int32 get_IVal()">
25129         <size>6</size>
25130       </method>
25131       <method name="Void set_IVal(Int32)">
25132         <size>7</size>
25133       </method>
25134       <method name="Int32 get_XVal()">
25135         <size>7</size>
25136       </method>
25137       <method name="Void set_XVal(Int32)">
25138         <size>8</size>
25139       </method>
25140     </type>
25141   </test>
25142   <test name="test-230.cs">
25143     <type name="TestClass">
25144       <method name="Void .ctor()">
25145         <size>7</size>
25146       </method>
25147       <method name="Int32 Main()">
25148         <size>56</size>
25149       </method>
25150     </type>
25151   </test>
25152   <test name="test-231.cs">
25153     <type name="T">
25154       <method name="Void .ctor()">
25155         <size>7</size>
25156       </method>
25157       <method name="Void .cctor()">
25158         <size>1</size>
25159       </method>
25160       <method name="Int32 Main()">
25161         <size>44</size>
25162       </method>
25163       <method name="Void Foo()">
25164         <size>23</size>
25165       </method>
25166     </type>
25167   </test>
25168   <test name="test-232.cs">
25169     <type name="CtorInfoTest">
25170       <method name="Void .ctor()">
25171         <size>7</size>
25172       </method>
25173       <method name="Void Main(System.String[])">
25174         <size>977</size>
25175       </method>
25176       <method name="Void Assert(System.Object, System.Object)">
25177         <size>38</size>
25178       </method>
25179     </type>
25180     <type name="&lt;PrivateImplementationDetails&gt;">
25181       <method name="Void .ctor()">
25182         <size>7</size>
25183       </method>
25184     </type>
25185   </test>
25186   <test name="test-233.cs">
25187     <type name="Tests">
25188       <method name="Void .ctor()">
25189         <size>7</size>
25190       </method>
25191       <method name="Int32 Main()">
25192         <size>16</size>
25193       </method>
25194       <method name="Int32 test_0_beq()">
25195         <size>29</size>
25196       </method>
25197       <method name="Int32 test_0_bne_un()">
25198         <size>29</size>
25199       </method>
25200       <method name="Int32 test_0_conv_r8()">
25201         <size>29</size>
25202       </method>
25203       <method name="Int32 test_0_conv_i()">
25204         <size>76</size>
25205       </method>
25206       <method name="Int32 test_5_conv_r4()">
25207         <size>8</size>
25208       </method>
25209       <method name="Int32 test_5_double_conv_r4()">
25210         <size>16</size>
25211       </method>
25212       <method name="Int32 test_5_float_conv_r8()">
25213         <size>12</size>
25214       </method>
25215       <method name="Int32 test_5_conv_r8()">
25216         <size>8</size>
25217       </method>
25218       <method name="Int32 test_5_add()">
25219         <size>25</size>
25220       </method>
25221       <method name="Int32 test_5_sub()">
25222         <size>25</size>
25223       </method>
25224       <method name="Int32 test_24_mul()">
25225         <size>25</size>
25226       </method>
25227       <method name="Int32 test_4_div()">
25228         <size>25</size>
25229       </method>
25230       <method name="Int32 test_2_rem()">
25231         <size>25</size>
25232       </method>
25233       <method name="Int32 test_2_neg()">
25234         <size>14</size>
25235       </method>
25236       <method name="Int32 test_46_float_add_spill()">
25237         <size>129</size>
25238       </method>
25239       <method name="Int32 test_362880_float_mul_spill()">
25240         <size>129</size>
25241       </method>
25242       <method name="Int32 test_4_long_cast()">
25243         <size>29</size>
25244       </method>
25245       <method name="Int32 test_16_float_cmp()">
25246         <size>317</size>
25247       </method>
25248       <method name="Int32 test_15_float_cmp_un()">
25249         <size>297</size>
25250       </method>
25251       <method name="Int32 test_15_float_branch()">
25252         <size>219</size>
25253       </method>
25254       <method name="Int32 test_15_float_branch_un()">
25255         <size>219</size>
25256       </method>
25257     </type>
25258     <type name="TestDriver">
25259       <method name="Void .ctor()">
25260         <size>7</size>
25261       </method>
25262       <method name="Int32 RunTests(System.Type, System.String[])">
25263         <size>571</size>
25264       </method>
25265       <method name="Int32 RunTests(System.Type)">
25266         <size>8</size>
25267       </method>
25268     </type>
25269   </test>
25270   <test name="test-234.cs">
25271     <type name="T">
25272       <method name="Void .ctor()">
25273         <size>7</size>
25274       </method>
25275       <method name="Void Main()">
25276         <size>701</size>
25277       </method>
25278     </type>
25279   </test>
25280   <test name="test-235.cs">
25281     <type name="T">
25282       <method name="Void .ctor()">
25283         <size>7</size>
25284       </method>
25285       <method name="Void Foo(T, T)">
25286         <size>1</size>
25287       </method>
25288       <method name="Void Foo(System.Object[])">
25289         <size>1</size>
25290       </method>
25291       <method name="Int32 Main()">
25292         <size>13</size>
25293       </method>
25294     </type>
25295   </test>
25296   <test name="test-236.cs">
25297     <type name="Tests.Test">
25298       <method name="Void .ctor()">
25299         <size>7</size>
25300       </method>
25301       <method name="Void Main()">
25302         <size>42</size>
25303       </method>
25304       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
25305         <size>9</size>
25306       </method>
25307       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
25308         <size>10</size>
25309       </method>
25310     </type>
25311   </test>
25312   <test name="test-237.cs">
25313     <type name="Params">
25314       <method name="Void .ctor()">
25315         <size>7</size>
25316       </method>
25317       <method name="Void .cctor()">
25318         <size>96</size>
25319       </method>
25320       <method name="Void foo(System.String, System.Object[])">
25321         <size>132</size>
25322       </method>
25323       <method name="Void Main()">
25324         <size>45</size>
25325       </method>
25326     </type>
25327     <type name="Params+FOO">
25328       <method name="Void .ctor(Object, IntPtr)">
25329         <size>0</size>
25330       </method>
25331       <method name="Void Invoke(System.String, System.Object[])">
25332         <size>0</size>
25333       </method>
25334       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
25335         <size>0</size>
25336       </method>
25337       <method name="Void EndInvoke(IAsyncResult)">
25338         <size>0</size>
25339       </method>
25340     </type>
25341   </test>
25342   <test name="test-238.cs">
25343     <type name="TestClass">
25344       <method name="Void .ctor()">
25345         <size>7</size>
25346       </method>
25347       <method name="Void ConditionalMethod()">
25348         <size>7</size>
25349       </method>
25350       <method name="Int32 Main()">
25351         <size>12</size>
25352       </method>
25353     </type>
25354   </test>
25355   <test name="test-239.cs">
25356     <type name="BaseClass">
25357       <method name="Void .ctor()">
25358         <size>7</size>
25359       </method>
25360       <method name="Void ConditionalMethod()">
25361         <size>7</size>
25362       </method>
25363     </type>
25364     <type name="TestClass">
25365       <method name="Void .ctor()">
25366         <size>7</size>
25367       </method>
25368       <method name="Void ConditionalMethod()">
25369         <size>1</size>
25370       </method>
25371     </type>
25372     <type name="MainClass">
25373       <method name="Void .ctor()">
25374         <size>7</size>
25375       </method>
25376       <method name="Int32 Main()">
25377         <size>18</size>
25378       </method>
25379     </type>
25380   </test>
25381   <test name="test-24.cs">
25382     <type name="X">
25383       <method name="Void .ctor()">
25384         <size>7</size>
25385       </method>
25386       <method name="System.String get_S()">
25387         <size>6</size>
25388       </method>
25389       <method name="Void set_S(System.String)">
25390         <size>7</size>
25391       </method>
25392       <method name="Int32 Main()">
25393         <size>92</size>
25394       </method>
25395     </type>
25396   </test>
25397   <test name="test-240.cs">
25398     <type name="TestClass">
25399       <method name="Void .ctor()">
25400         <size>7</size>
25401       </method>
25402       <method name="Void .cctor()">
25403         <size>7</size>
25404       </method>
25405       <method name="Void ConditionalMethod()">
25406         <size>17</size>
25407       </method>
25408       <method name="Int32 Main()">
25409         <size>11</size>
25410       </method>
25411     </type>
25412   </test>
25413   <test name="test-241.cs">
25414     <type name="Foo">
25415       <method name="Void .ctor()">
25416         <size>7</size>
25417       </method>
25418       <method name="Int32 get_SomeProperty()">
25419         <size>3</size>
25420       </method>
25421       <method name="Int32 M()">
25422         <size>3</size>
25423       </method>
25424       <method name="Void Main()">
25425         <size>1</size>
25426       </method>
25427     </type>
25428     <type name="Foo+FooPrivate">
25429       <method name="Void .ctor(Foo)">
25430         <size>14</size>
25431       </method>
25432       <method name="Int32 get_SomeProperty()">
25433         <size>24</size>
25434       </method>
25435     </type>
25436   </test>
25437   <test name="test-242.cs">
25438     <type name="BaseClass">
25439       <method name="Void .ctor()">
25440         <size>14</size>
25441       </method>
25442     </type>
25443     <type name="Derived">
25444       <method name="Void .ctor()">
25445         <size>7</size>
25446       </method>
25447       <method name="Int32 get_Location()">
25448         <size>3</size>
25449       </method>
25450       <method name="Void Main()">
25451         <size>1</size>
25452       </method>
25453     </type>
25454   </test>
25455   <test name="test-243.cs">
25456     <type name="X">
25457       <method name="Void .ctor()">
25458         <size>7</size>
25459       </method>
25460       <method name="Boolean Resolve(System.String)">
25461         <size>2</size>
25462       </method>
25463       <method name="System.String Test()">
25464         <size>2</size>
25465       </method>
25466       <method name="Void Main()">
25467         <size>8</size>
25468       </method>
25469     </type>
25470   </test>
25471   <test name="test-244.cs">
25472     <type name="Foo">
25473       <method name="Void .ctor()">
25474         <size>7</size>
25475       </method>
25476       <method name="Void .cctor()">
25477         <size>1</size>
25478       </method>
25479       <method name="Int32 Main()">
25480         <size>136</size>
25481       </method>
25482       <method name="MyBool get_t()">
25483         <size>29</size>
25484       </method>
25485       <method name="MyBool get_f()">
25486         <size>29</size>
25487       </method>
25488     </type>
25489     <type name="MyBool">
25490       <method name="Void .ctor(Boolean)">
25491         <size>8</size>
25492       </method>
25493       <method name="System.String ToString()">
25494         <size>12</size>
25495       </method>
25496       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
25497         <size>21</size>
25498       </method>
25499       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
25500         <size>21</size>
25501       </method>
25502       <method name="Boolean op_True(MyBool)">
25503         <size>8</size>
25504       </method>
25505       <method name="Boolean op_False(MyBool)">
25506         <size>11</size>
25507       </method>
25508     </type>
25509   </test>
25510   <test name="test-245.cs">
25511     <type name="Class2">
25512       <method name="Void .ctor()">
25513         <size>7</size>
25514       </method>
25515       <method name="System.String get_def_kind()">
25516         <size>12</size>
25517       </method>
25518       <method name="Void Main()">
25519         <size>1</size>
25520       </method>
25521     </type>
25522   </test>
25523   <test name="test-246.cs">
25524     <type name="B">
25525       <method name="Void .ctor()">
25526         <size>7</size>
25527       </method>
25528       <method name="Void Main()">
25529         <size>36</size>
25530       </method>
25531     </type>
25532     <type name="Blah">
25533       <method name="Void Dispose()">
25534         <size>11</size>
25535       </method>
25536     </type>
25537   </test>
25538   <test name="test-247.cs">
25539     <type name="B">
25540       <method name="Void .ctor()">
25541         <size>7</size>
25542       </method>
25543       <method name="Void Main()">
25544         <size>67</size>
25545       </method>
25546     </type>
25547     <type name="Blah">
25548       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
25549         <size>11</size>
25550       </method>
25551     </type>
25552   </test>
25553   <test name="test-248.cs">
25554     <type name="T">
25555       <method name="Void .ctor()">
25556         <size>7</size>
25557       </method>
25558       <method name="Foo GetFoo()">
25559         <size>10</size>
25560       </method>
25561       <method name="Void Main()">
25562         <size>26</size>
25563       </method>
25564     </type>
25565   </test>
25566   <test name="test-249.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-25.cs">
25577     <type name="X">
25578       <method name="Void .ctor()">
25579         <size>7</size>
25580       </method>
25581       <method name="Int32 Main()">
25582         <size>214</size>
25583       </method>
25584     </type>
25585   </test>
25586   <test name="test-250.cs">
25587     <type name="Test.foo3">
25588       <method name="Void .ctor()">
25589         <size>7</size>
25590       </method>
25591     </type>
25592     <type name="Test.Tests">
25593       <method name="Void .ctor()">
25594         <size>7</size>
25595       </method>
25596       <method name="Void Main()">
25597         <size>1</size>
25598       </method>
25599     </type>
25600   </test>
25601   <test name="test-251.cs">
25602     <type name="X">
25603       <method name="Void .ctor()">
25604         <size>7</size>
25605       </method>
25606       <method name="Void Main()">
25607         <size>1</size>
25608       </method>
25609     </type>
25610   </test>
25611   <test name="test-252.cs">
25612     <type name="A">
25613       <method name="Void .ctor()">
25614         <size>7</size>
25615       </method>
25616       <method name="Void add_Bar(Foo)">
25617         <size>24</size>
25618       </method>
25619       <method name="Void remove_Bar(Foo)">
25620         <size>24</size>
25621       </method>
25622       <method name="Void m1()">
25623         <size>1</size>
25624       </method>
25625       <method name="Int32 Main()">
25626         <size>93</size>
25627       </method>
25628     </type>
25629     <type name="Foo">
25630       <method name="Void .ctor(Object, IntPtr)">
25631         <size>0</size>
25632       </method>
25633       <method name="Void Invoke()">
25634         <size>0</size>
25635       </method>
25636       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25637         <size>0</size>
25638       </method>
25639       <method name="Void EndInvoke(IAsyncResult)">
25640         <size>0</size>
25641       </method>
25642     </type>
25643   </test>
25644   <test name="test-253.cs">
25645     <type name="AccessibleAttribute">
25646       <method name="Void .ctor()">
25647         <size>7</size>
25648       </method>
25649     </type>
25650     <type name="MyClass">
25651       <method name="Void .ctor()">
25652         <size>7</size>
25653       </method>
25654     </type>
25655     <type name="Test">
25656       <method name="Void .ctor()">
25657         <size>7</size>
25658       </method>
25659       <method name="Int32 Main()">
25660         <size>66</size>
25661       </method>
25662     </type>
25663   </test>
25664   <test name="test-254.cs">
25665     <type name="TestAttribute">
25666       <method name="Void .ctor()">
25667         <size>7</size>
25668       </method>
25669     </type>
25670     <type name="Test_1">
25671       <method name="Void .ctor()">
25672         <size>7</size>
25673       </method>
25674       <method name="Void Test(Int32)">
25675         <size>1</size>
25676       </method>
25677     </type>
25678     <type name="Test_2">
25679       <method name="Void .ctor()">
25680         <size>7</size>
25681       </method>
25682       <method name="Int32 get_Test()">
25683         <size>2</size>
25684       </method>
25685       <method name="Void set_Test(Int32)">
25686         <size>1</size>
25687       </method>
25688       <method name="Void set_Test2(Boolean)">
25689         <size>1</size>
25690       </method>
25691     </type>
25692     <type name="Test_3">
25693       <method name="Void .ctor()">
25694         <size>7</size>
25695       </method>
25696       <method name="Void add_e_1(test_delegate)">
25697         <size>24</size>
25698       </method>
25699       <method name="Void remove_e_1(test_delegate)">
25700         <size>24</size>
25701       </method>
25702       <method name="Void add_e_2(test_delegate)">
25703         <size>24</size>
25704       </method>
25705       <method name="Void remove_e_2(test_delegate)">
25706         <size>24</size>
25707       </method>
25708     </type>
25709     <type name="Test_4">
25710       <method name="Void .ctor()">
25711         <size>7</size>
25712       </method>
25713       <method name="Void add_e_1(test_delegate)">
25714         <size>1</size>
25715       </method>
25716       <method name="Void remove_e_1(test_delegate)">
25717         <size>1</size>
25718       </method>
25719       <method name="Void add_e_2(test_delegate)">
25720         <size>1</size>
25721       </method>
25722       <method name="Void remove_e_2(test_delegate)">
25723         <size>1</size>
25724       </method>
25725       <method name="Void add_e_3(test_delegate)">
25726         <size>1</size>
25727       </method>
25728       <method name="Void remove_e_3(test_delegate)">
25729         <size>1</size>
25730       </method>
25731     </type>
25732     <type name="ClassMain">
25733       <method name="Void .ctor()">
25734         <size>7</size>
25735       </method>
25736       <method name="Void .cctor()">
25737         <size>1</size>
25738       </method>
25739       <method name="Void Assert(System.Object[], Boolean, Int32)">
25740         <size>65</size>
25741       </method>
25742       <method name="Int32 Main()">
25743         <size>1159</size>
25744       </method>
25745     </type>
25746     <type name="test_delegate">
25747       <method name="Void .ctor(Object, IntPtr)">
25748         <size>0</size>
25749       </method>
25750       <method name="System.Delegate Invoke(Int32)">
25751         <size>0</size>
25752       </method>
25753       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25754         <size>0</size>
25755       </method>
25756       <method name="System.Delegate EndInvoke(IAsyncResult)">
25757         <size>0</size>
25758       </method>
25759     </type>
25760   </test>
25761   <test name="test-255.cs">
25762     <type name="TestAttribute">
25763       <method name="Void .ctor()">
25764         <size>7</size>
25765       </method>
25766     </type>
25767     <type name="C">
25768       <method name="Void .ctor()">
25769         <size>7</size>
25770       </method>
25771       <method name="Void Method()">
25772         <size>1</size>
25773       </method>
25774       <method name="Void Main()">
25775         <size>1</size>
25776       </method>
25777     </type>
25778   </test>
25779   <test name="test-256.cs">
25780     <type name="TableColumn">
25781       <method name="Void .ctor()">
25782         <size>7</size>
25783       </method>
25784       <method name="System.Object get_MagicValue()">
25785         <size>2</size>
25786       </method>
25787       <method name="Void set_MagicValue(System.Object)">
25788         <size>1</size>
25789       </method>
25790     </type>
25791     <type name="Bug">
25792       <method name="Void .ctor()">
25793         <size>7</size>
25794       </method>
25795       <method name="Int32 get_TInt()">
25796         <size>2</size>
25797       </method>
25798       <method name="Void Main()">
25799         <size>1</size>
25800       </method>
25801     </type>
25802   </test>
25803   <test name="test-257.cs">
25804     <type name="X">
25805       <method name="Void Main()">
25806         <size>8</size>
25807       </method>
25808       <method name="Void call(Int32 ByRef)">
25809         <size>25</size>
25810       </method>
25811       <method name="Void .ctor()">
25812         <size>7</size>
25813       </method>
25814     </type>
25815   </test>
25816   <test name="test-258.cs">
25817     <type name="MyTest.Test">
25818       <method name="Void .ctor()">
25819         <size>7</size>
25820       </method>
25821     </type>
25822     <type name="MyTest.Test2">
25823       <method name="Void .ctor()">
25824         <size>7</size>
25825       </method>
25826       <method name="Void MyTest.Test.Inner.Foo()">
25827         <size>1</size>
25828       </method>
25829       <method name="Void Main()">
25830         <size>1</size>
25831       </method>
25832     </type>
25833   </test>
25834   <test name="test-259.cs">
25835     <type name="Testing">
25836       <method name="Void .ctor()">
25837         <size>7</size>
25838       </method>
25839       <method name="Void Main()">
25840         <size>1</size>
25841       </method>
25842     </type>
25843   </test>
25844   <test name="test-26.cs">
25845     <type name="Blah">
25846       <method name="Void .ctor()">
25847         <size>7</size>
25848       </method>
25849       <method name="Int32 Foo(Int32, Int32)">
25850         <size>4</size>
25851       </method>
25852       <method name="Int32 Test1()">
25853         <size>114</size>
25854       </method>
25855       <method name="Int32 Adder(System.Int32[])">
25856         <size>34</size>
25857       </method>
25858       <method name="Int32 Test2()">
25859         <size>46</size>
25860       </method>
25861       <method name="Int32 Main()">
25862         <size>40</size>
25863       </method>
25864     </type>
25865     <type name="Blah+MyDelegate">
25866       <method name="Void .ctor(Object, IntPtr)">
25867         <size>0</size>
25868       </method>
25869       <method name="Int32 Invoke(Int32, Int32)">
25870         <size>0</size>
25871       </method>
25872       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
25873         <size>0</size>
25874       </method>
25875       <method name="Int32 EndInvoke(IAsyncResult)">
25876         <size>0</size>
25877       </method>
25878     </type>
25879     <type name="Blah+List">
25880       <method name="Void .ctor(Object, IntPtr)">
25881         <size>0</size>
25882       </method>
25883       <method name="Int32 Invoke(System.Int32[])">
25884         <size>0</size>
25885       </method>
25886       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
25887         <size>0</size>
25888       </method>
25889       <method name="Int32 EndInvoke(IAsyncResult)">
25890         <size>0</size>
25891       </method>
25892     </type>
25893     <type name="&lt;PrivateImplementationDetails&gt;">
25894       <method name="Void .ctor()">
25895         <size>7</size>
25896       </method>
25897     </type>
25898   </test>
25899   <test name="test-260.cs">
25900     <type name="x.Test">
25901       <method name="Void .ctor()">
25902         <size>7</size>
25903       </method>
25904     </type>
25905     <type name="y.Test">
25906       <method name="Void .ctor()">
25907         <size>7</size>
25908       </method>
25909     </type>
25910     <type name="b.a">
25911       <method name="Void .ctor()">
25912         <size>7</size>
25913       </method>
25914       <method name="Void Main()">
25915         <size>7</size>
25916       </method>
25917     </type>
25918   </test>
25919   <test name="test-261.cs">
25920     <type name="T">
25921       <method name="Void .ctor()">
25922         <size>7</size>
25923       </method>
25924       <method name="T get_Me()">
25925         <size>16</size>
25926       </method>
25927       <method name="T GetMe()">
25928         <size>16</size>
25929       </method>
25930       <method name="Int32 Test(T)">
25931         <size>106</size>
25932       </method>
25933       <method name="Int32 Main()">
25934         <size>31</size>
25935       </method>
25936     </type>
25937   </test>
25938   <test name="test-262.cs">
25939     <type name="n1.Attribute">
25940       <method name="Void .ctor()">
25941         <size>7</size>
25942       </method>
25943     </type>
25944     <type name="n3.A">
25945       <method name="Void .ctor()">
25946         <size>7</size>
25947       </method>
25948       <method name="Void Attribute()">
25949         <size>1</size>
25950       </method>
25951       <method name="Void X()">
25952         <size>7</size>
25953       </method>
25954       <method name="Void Main()">
25955         <size>11</size>
25956       </method>
25957     </type>
25958   </test>
25959   <test name="test-263.cs">
25960     <type name="Test">
25961       <method name="Void .ctor()">
25962         <size>7</size>
25963       </method>
25964       <method name="System.String GetString(System.Byte[])">
25965         <size>19</size>
25966       </method>
25967       <method name="Void Main()">
25968         <size>1</size>
25969       </method>
25970     </type>
25971   </test>
25972   <test name="test-264.cs">
25973     <type name="Proef">
25974       <method name="Void .ctor()">
25975         <size>7</size>
25976       </method>
25977       <method name="Void add_OnDoSomething(System.EventHandler)">
25978         <size>24</size>
25979       </method>
25980       <method name="Void remove_OnDoSomething(System.EventHandler)">
25981         <size>24</size>
25982       </method>
25983       <method name="Void Temp(System.Object, System.EventArgs)">
25984         <size>1</size>
25985       </method>
25986       <method name="Void Main()">
25987         <size>25</size>
25988       </method>
25989     </type>
25990   </test>
25991   <test name="test-265.cs">
25992     <type name="ClassFormatError">
25993       <method name="Void .ctor(String, Object[])">
25994         <size>7</size>
25995       </method>
25996       <method name="Void Main()">
25997         <size>1</size>
25998       </method>
25999     </type>
26000     <type name="UnsupportedClassVersionError">
26001       <method name="Void .ctor(String)">
26002         <size>14</size>
26003       </method>
26004     </type>
26005   </test>
26006   <test name="test-266.cs">
26007     <type name="T">
26008       <method name="Void .ctor()">
26009         <size>7</size>
26010       </method>
26011       <method name="Int32 Main()">
26012         <size>25</size>
26013       </method>
26014     </type>
26015   </test>
26016   <test name="test-267.cs">
26017     <type name="X">
26018       <method name="Void .ctor()">
26019         <size>7</size>
26020       </method>
26021       <method name="System.String Text()">
26022         <size>6</size>
26023       </method>
26024       <method name="Int32 Main()">
26025         <size>12</size>
26026       </method>
26027     </type>
26028   </test>
26029   <test name="test-268.cs">
26030     <type name="X">
26031       <method name="Void .ctor()">
26032         <size>7</size>
26033       </method>
26034       <method name="Int32 Main()">
26035         <size>26</size>
26036       </method>
26037     </type>
26038     <type name="X+Nested">
26039       <method name="Void .ctor()">
26040         <size>7</size>
26041       </method>
26042       <method name="MyEnum D()">
26043         <size>2</size>
26044       </method>
26045     </type>
26046   </test>
26047   <test name="test-269.cs">
26048     <type name="Class1">
26049       <method name="Void .ctor()">
26050         <size>7</size>
26051       </method>
26052       <method name="Int32 Main(System.String[])">
26053         <size>361</size>
26054       </method>
26055       <method name="Int32 AddABunchOfInts(...)">
26056         <size>63</size>
26057       </method>
26058       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
26059         <size>63</size>
26060       </method>
26061       <method name="Result VtAddABunchOfInts(...)">
26062         <size>68</size>
26063       </method>
26064       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
26065         <size>68</size>
26066       </method>
26067       <method name="Int32 InstAddABunchOfInts(...)">
26068         <size>63</size>
26069       </method>
26070       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
26071         <size>63</size>
26072       </method>
26073       <method name="Result InstVtAddABunchOfInts(...)">
26074         <size>68</size>
26075       </method>
26076       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
26077         <size>68</size>
26078       </method>
26079     </type>
26080     <type name="Result">
26081       <method name="Void .ctor(Int32)">
26082         <size>24</size>
26083       </method>
26084     </type>
26085   </test>
26086   <test name="test-27.cs">
26087     <type name="Foo">
26088       <method name="Void .ctor()">
26089         <size>7</size>
26090       </method>
26091       <method name="Boolean MyMethod(Int32)">
26092         <size>12</size>
26093       </method>
26094       <method name="Int32 AnotherMethod(Int32)">
26095         <size>5</size>
26096       </method>
26097     </type>
26098     <type name="Blah">
26099       <method name="Void .ctor()">
26100         <size>7</size>
26101       </method>
26102       <method name="Void Bar(Int32, Int32)">
26103         <size>9</size>
26104       </method>
26105       <method name="Int32 Main()">
26106         <size>139</size>
26107       </method>
26108     </type>
26109     <type name="Blah+MyDelegate">
26110       <method name="Void .ctor(Object, IntPtr)">
26111         <size>0</size>
26112       </method>
26113       <method name="Void Invoke(Int32, Int32)">
26114         <size>0</size>
26115       </method>
26116       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
26117         <size>0</size>
26118       </method>
26119       <method name="Void EndInvoke(IAsyncResult)">
26120         <size>0</size>
26121       </method>
26122     </type>
26123   </test>
26124   <test name="test-270.cs">
26125     <type name="X">
26126       <method name="Void .ctor()">
26127         <size>7</size>
26128       </method>
26129       <method name="Int32 Test(System.String, System.Object[])">
26130         <size>2</size>
26131       </method>
26132       <method name="Int32 Main()">
26133         <size>75</size>
26134       </method>
26135       <method name="Int32 Test(System.String, ...)">
26136         <size>2</size>
26137       </method>
26138     </type>
26139   </test>
26140   <test name="test-271.cs">
26141     <type name="T">
26142       <method name="Void .ctor()">
26143         <size>7</size>
26144       </method>
26145       <method name="C X()">
26146         <size>10</size>
26147       </method>
26148       <method name="Void Main()">
26149         <size>61</size>
26150       </method>
26151     </type>
26152     <type name="T+C">
26153       <method name="IEnumerator GetEnumerator()">
26154         <size>11</size>
26155       </method>
26156     </type>
26157   </test>
26158   <test name="test-272.cs">
26159     <type name="BazAttribute">
26160       <method name="Void .ctor()">
26161         <size>7</size>
26162       </method>
26163       <method name="Void .ctor(Foo)">
26164         <size>7</size>
26165       </method>
26166       <method name="Void set_foo3(Foo)">
26167         <size>1</size>
26168       </method>
26169       <method name="Foo get_foo3()">
26170         <size>2</size>
26171       </method>
26172     </type>
26173     <type name="Test">
26174       <method name="Void .ctor()">
26175         <size>7</size>
26176       </method>
26177       <method name="Void f0()">
26178         <size>1</size>
26179       </method>
26180       <method name="Void f1()">
26181         <size>1</size>
26182       </method>
26183       <method name="Void f2()">
26184         <size>1</size>
26185       </method>
26186       <method name="Void f3()">
26187         <size>1</size>
26188       </method>
26189       <method name="Void Main()">
26190         <size>1</size>
26191       </method>
26192     </type>
26193   </test>
26194   <test name="test-273.cs">
26195     <type name="FooAttribute">
26196       <method name="Void .ctor()">
26197         <size>7</size>
26198       </method>
26199     </type>
26200     <type name="Tests">
26201       <method name="Void .ctor()">
26202         <size>7</size>
26203       </method>
26204       <method name="Void Main()">
26205         <size>36</size>
26206       </method>
26207     </type>
26208   </test>
26209   <test name="test-274.cs">
26210     <type name="MyClass">
26211       <method name="Void .ctor(String[])">
26212         <size>7</size>
26213       </method>
26214     </type>
26215     <type name="ChildClass">
26216       <method name="Void .ctor()">
26217         <size>13</size>
26218       </method>
26219     </type>
26220     <type name="M">
26221       <method name="Void .ctor()">
26222         <size>7</size>
26223       </method>
26224       <method name="Void Main()">
26225         <size>1</size>
26226       </method>
26227     </type>
26228   </test>
26229   <test name="test-275.cs">
26230     <type name="Test">
26231       <method name="Void .ctor()">
26232         <size>7</size>
26233       </method>
26234       <method name="Void add_MyEvent(DelType)">
26235         <size>24</size>
26236       </method>
26237       <method name="Void remove_MyEvent(DelType)">
26238         <size>24</size>
26239       </method>
26240       <method name="Int32 Main()">
26241         <size>176</size>
26242       </method>
26243     </type>
26244     <type name="DelType">
26245       <method name="Void .ctor(Object, IntPtr)">
26246         <size>0</size>
26247       </method>
26248       <method name="Void Invoke()">
26249         <size>0</size>
26250       </method>
26251       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26252         <size>0</size>
26253       </method>
26254       <method name="Void EndInvoke(IAsyncResult)">
26255         <size>0</size>
26256       </method>
26257     </type>
26258     <type name="S">
26259       <method name="Void add_MyEvent(DelType)">
26260         <size>24</size>
26261       </method>
26262       <method name="Void remove_MyEvent(DelType)">
26263         <size>24</size>
26264       </method>
26265     </type>
26266   </test>
26267   <test name="test-276.cs">
26268     <type name="EventTestClass">
26269       <method name="Void .ctor()">
26270         <size>7</size>
26271       </method>
26272       <method name="Void add_Elapsed(System.EventHandler)">
26273         <size>24</size>
26274       </method>
26275       <method name="Void remove_Elapsed(System.EventHandler)">
26276         <size>24</size>
26277       </method>
26278     </type>
26279     <type name="EntryPoint">
26280       <method name="Void .ctor()">
26281         <size>7</size>
26282       </method>
26283       <method name="Boolean test(System.Type)">
26284         <size>17</size>
26285       </method>
26286       <method name="Int32 Main()">
26287         <size>48</size>
26288       </method>
26289     </type>
26290   </test>
26291   <test name="test-277.cs">
26292     <type name="T">
26293       <method name="Void .ctor()">
26294         <size>7</size>
26295       </method>
26296       <method name="Int32 Main()">
26297         <size>7</size>
26298       </method>
26299       <method name="Int32 X(Byte)">
26300         <size>2</size>
26301       </method>
26302       <method name="Int32 X(Int16)">
26303         <size>2</size>
26304       </method>
26305     </type>
26306   </test>
26307   <test name="test-278.cs">
26308     <type name="X">
26309       <method name="Void .ctor()">
26310         <size>7</size>
26311       </method>
26312       <method name="Int32 Main()">
26313         <size>73</size>
26314       </method>
26315     </type>
26316     <type name="Rect">
26317       <method name="Int32 get_X()">
26318         <size>7</size>
26319       </method>
26320       <method name="Void set_X(Int32)">
26321         <size>8</size>
26322       </method>
26323     </type>
26324   </test>
26325   <test name="test-279.cs">
26326     <type name="FlagsAttributeDemo">
26327       <method name="Void .ctor()">
26328         <size>7</size>
26329       </method>
26330       <method name="Int32 Main()">
26331         <size>38</size>
26332       </method>
26333     </type>
26334   </test>
26335   <test name="test-28.cs">
26336     <type name="A">
26337       <method name="Void .ctor()">
26338         <size>7</size>
26339       </method>
26340       <method name="Int32 get_Item(Int32)">
26341         <size>0</size>
26342       </method>
26343       <method name="Int32 EmulateIndexer(Int32)">
26344         <size>8</size>
26345       </method>
26346     </type>
26347     <type name="B">
26348       <method name="Void .ctor()">
26349         <size>7</size>
26350       </method>
26351       <method name="Int32 get_Item(Int32)">
26352         <size>2</size>
26353       </method>
26354       <method name="Int32 M()">
26355         <size>8</size>
26356       </method>
26357     </type>
26358     <type name="X">
26359       <method name="Void .ctor()">
26360         <size>7</size>
26361       </method>
26362       <method name="Int32 get_Item(Int32)">
26363         <size>20</size>
26364       </method>
26365       <method name="Void set_Item(Int32, Int32)">
26366         <size>26</size>
26367       </method>
26368       <method name="Int32 Main()">
26369         <size>122</size>
26370       </method>
26371     </type>
26372   </test>
26373   <test name="test-280.cs">
26374     <type name="AppFramework.Util.Logic">
26375       <method name="Void .ctor()">
26376         <size>7</size>
26377       </method>
26378       <method name="Void Main()">
26379         <size>1</size>
26380       </method>
26381       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
26382         <size>37</size>
26383       </method>
26384     </type>
26385   </test>
26386   <test name="test-281.cs">
26387     <type name="Foo.Hello">
26388       <method name="Void .ctor()">
26389         <size>7</size>
26390       </method>
26391       <method name="Void .cctor()">
26392         <size>7</size>
26393       </method>
26394     </type>
26395     <type name="Bar.Hello">
26396       <method name="Void .ctor()">
26397         <size>7</size>
26398       </method>
26399       <method name="Void .cctor()">
26400         <size>8</size>
26401       </method>
26402     </type>
26403     <type name="Test.Test1">
26404       <method name="Void .ctor()">
26405         <size>7</size>
26406       </method>
26407       <method name="Int32 World()">
26408         <size>6</size>
26409       </method>
26410     </type>
26411     <type name="Test.Test2">
26412       <method name="Void .ctor()">
26413         <size>7</size>
26414       </method>
26415       <method name="Int32 World()">
26416         <size>6</size>
26417       </method>
26418     </type>
26419     <type name="X">
26420       <method name="Void .ctor()">
26421         <size>7</size>
26422       </method>
26423       <method name="Int32 Main()">
26424         <size>29</size>
26425       </method>
26426     </type>
26427   </test>
26428   <test name="test-282.cs">
26429     <type name="X">
26430       <method name="Void .ctor()">
26431         <size>7</size>
26432       </method>
26433       <method name="System.Object Add(integer, System.Object)">
26434         <size>70</size>
26435       </method>
26436       <method name="Int32 Main()">
26437         <size>68</size>
26438       </method>
26439     </type>
26440     <type name="integer">
26441       <method name="Void .ctor(Int32)">
26442         <size>8</size>
26443       </method>
26444       <method name="integer op_Implicit(Int32)">
26445         <size>7</size>
26446       </method>
26447       <method name="Double op_Implicit(integer)">
26448         <size>13</size>
26449       </method>
26450       <method name="integer op_Addition(integer, integer)">
26451         <size>21</size>
26452       </method>
26453     </type>
26454   </test>
26455   <test name="test-283.cs">
26456     <type name="X">
26457       <method name="Void .ctor()">
26458         <size>7</size>
26459       </method>
26460       <method name="Int32 Foo()">
26461         <size>2</size>
26462       </method>
26463     </type>
26464     <type name="Y">
26465       <method name="Void .ctor()">
26466         <size>7</size>
26467       </method>
26468       <method name="Y+D GetIt()">
26469         <size>13</size>
26470       </method>
26471       <method name="Y+D GetIt2()">
26472         <size>13</size>
26473       </method>
26474       <method name="Int32 Foo()">
26475         <size>2</size>
26476       </method>
26477       <method name="Int32 Main()">
26478         <size>56</size>
26479       </method>
26480     </type>
26481     <type name="Y+D">
26482       <method name="Void .ctor(Object, IntPtr)">
26483         <size>0</size>
26484       </method>
26485       <method name="Int32 Invoke()">
26486         <size>0</size>
26487       </method>
26488       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26489         <size>0</size>
26490       </method>
26491       <method name="Int32 EndInvoke(IAsyncResult)">
26492         <size>0</size>
26493       </method>
26494     </type>
26495   </test>
26496   <test name="test-284.cs">
26497     <type name="App">
26498       <method name="Void .ctor()">
26499         <size>7</size>
26500       </method>
26501       <method name="Void Main()">
26502         <size>12</size>
26503       </method>
26504     </type>
26505   </test>
26506   <test name="test-285.cs">
26507     <type name="T">
26508       <method name="Void .ctor()">
26509         <size>7</size>
26510       </method>
26511       <method name="Int32 Main()">
26512         <size>2</size>
26513       </method>
26514     </type>
26515   </test>
26516   <test name="test-286.cs">
26517     <type name="MethodWrapper">
26518       <method name="Void .ctor()">
26519         <size>7</size>
26520       </method>
26521       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
26522         <size>57</size>
26523       </method>
26524     </type>
26525     <type name="MapXml.Throws">
26526       <method name="Void .ctor()">
26527         <size>7</size>
26528       </method>
26529       <method name="Void Main()">
26530         <size>1</size>
26531       </method>
26532     </type>
26533   </test>
26534   <test name="test-287.cs">
26535     <type name="StaticClass">
26536       <method name="System.String Name()">
26537         <size>6</size>
26538       </method>
26539     </type>
26540     <type name="MainClass">
26541       <method name="Void .ctor()">
26542         <size>7</size>
26543       </method>
26544       <method name="Int32 Main()">
26545         <size>83</size>
26546       </method>
26547     </type>
26548     <type name="StaticClass+D">
26549       <method name="Void .ctor(Object, IntPtr)">
26550         <size>0</size>
26551       </method>
26552       <method name="System.Object Invoke()">
26553         <size>0</size>
26554       </method>
26555       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26556         <size>0</size>
26557       </method>
26558       <method name="System.Object EndInvoke(IAsyncResult)">
26559         <size>0</size>
26560       </method>
26561     </type>
26562   </test>
26563   <test name="test-288.cs">
26564     <type name="Test.BookAboutMovie">
26565       <method name="Void .ctor(String)">
26566         <size>25</size>
26567       </method>
26568       <method name="System.String GetItem(Int32)">
26569         <size>7</size>
26570       </method>
26571       <method name="System.String get_Item(Int32)">
26572         <size>7</size>
26573       </method>
26574       <method name="Int32 Main(System.String[])">
26575         <size>57</size>
26576       </method>
26577     </type>
26578   </test>
26579   <test name="test-289.cs">
26580     <type name="Test">
26581       <method name="Void .ctor()">
26582         <size>7</size>
26583       </method>
26584       <method name="Void Main()">
26585         <size>1</size>
26586       </method>
26587       <method name="Void set_Value(System.String)">
26588         <size>1</size>
26589       </method>
26590       <method name="Void set_Value()">
26591         <size>1</size>
26592       </method>
26593       <method name="Void set_Item(Int32, Int32, Boolean)">
26594         <size>1</size>
26595       </method>
26596       <method name="Void set_Item(Int32, Int32)">
26597         <size>1</size>
26598       </method>
26599       <method name="Boolean get_Item(Boolean)">
26600         <size>2</size>
26601       </method>
26602     </type>
26603   </test>
26604   <test name="test-29.cs">
26605     <type name="Base">
26606       <method name="Void .ctor()">
26607         <size>7</size>
26608       </method>
26609       <method name="Void Add(Int32)">
26610         <size>18</size>
26611       </method>
26612     </type>
26613     <type name="Derived">
26614       <method name="Void .ctor()">
26615         <size>7</size>
26616       </method>
26617       <method name="Void Add(Double)">
26618         <size>18</size>
26619       </method>
26620     </type>
26621     <type name="Demo">
26622       <method name="Void .ctor()">
26623         <size>7</size>
26624       </method>
26625       <method name="Int32 Main()">
26626         <size>51</size>
26627       </method>
26628     </type>
26629   </test>
26630   <test name="test-290.cs">
26631     <type name="EntryPoint">
26632       <method name="Void .ctor()">
26633         <size>7</size>
26634       </method>
26635       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
26636         <size>22</size>
26637       </method>
26638       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
26639         <size>22</size>
26640       </method>
26641       <method name="Void bar_f(System.Object)">
26642         <size>1</size>
26643       </method>
26644       <method name="Void Main()">
26645         <size>35</size>
26646       </method>
26647     </type>
26648     <type name="EntryPoint+EventHandler">
26649       <method name="Void .ctor(Object, IntPtr)">
26650         <size>0</size>
26651       </method>
26652       <method name="Void Invoke(System.Object)">
26653         <size>0</size>
26654       </method>
26655       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
26656         <size>0</size>
26657       </method>
26658       <method name="Void EndInvoke(IAsyncResult)">
26659         <size>0</size>
26660       </method>
26661     </type>
26662   </test>
26663   <test name="test-291.cs">
26664     <type name="Test">
26665       <method name="Void .ctor()">
26666         <size>7</size>
26667       </method>
26668       <method name="Void Method()">
26669         <size>1</size>
26670       </method>
26671       <method name="Void Main()">
26672         <size>13</size>
26673       </method>
26674     </type>
26675   </test>
26676   <test name="test-292.cs">
26677     <type name="X">
26678       <method name="Void .ctor()">
26679         <size>7</size>
26680       </method>
26681       <method name="Void .cctor()">
26682         <size>1</size>
26683       </method>
26684       <method name="Void Main()">
26685         <size>19</size>
26686       </method>
26687     </type>
26688   </test>
26689   <test name="test-293.cs">
26690     <type name="A">
26691       <method name="Void .ctor()">
26692         <size>7</size>
26693       </method>
26694       <method name="System.String get_Warning()">
26695         <size>6</size>
26696       </method>
26697     </type>
26698     <type name="B">
26699       <method name="Void .ctor()">
26700         <size>7</size>
26701       </method>
26702       <method name="System.String get_Warning()">
26703         <size>6</size>
26704       </method>
26705       <method name="Void Main()">
26706         <size>1</size>
26707       </method>
26708     </type>
26709   </test>
26710   <test name="test-294.cs">
26711     <type name="ObsoleteClass">
26712       <method name="Void .ctor()">
26713         <size>7</size>
26714       </method>
26715     </type>
26716     <type name="Test">
26717       <method name="Void .ctor()">
26718         <size>13</size>
26719       </method>
26720       <method name="Void .ctor(String, Boolean)">
26721         <size>14</size>
26722       </method>
26723       <method name="System.String get_Name()">
26724         <size>7</size>
26725       </method>
26726       <method name="Void set_Name(System.String)">
26727         <size>8</size>
26728       </method>
26729     </type>
26730     <type name="DerivedTest">
26731       <method name="Void .ctor(String)">
26732         <size>16</size>
26733       </method>
26734       <method name="System.String Method()">
26735         <size>7</size>
26736       </method>
26737       <method name="Void T2()">
26738         <size>1</size>
26739       </method>
26740       <method name="Void Main()">
26741         <size>1</size>
26742       </method>
26743     </type>
26744     <type name="ObsoleteClass2">
26745       <method name="Void .ctor()">
26746         <size>7</size>
26747       </method>
26748     </type>
26749     <type name="ObsoleteClass3">
26750       <method name="Void .ctor()">
26751         <size>18</size>
26752       </method>
26753       <method name="Void .cctor()">
26754         <size>25</size>
26755       </method>
26756     </type>
26757     <type name="ObsoleteClass4">
26758       <method name="Void .ctor()">
26759         <size>7</size>
26760       </method>
26761       <method name="Void T()">
26762         <size>59</size>
26763       </method>
26764     </type>
26765   </test>
26766   <test name="test-295.cs">
26767     <type name="MyAttribute">
26768       <method name="Void .ctor(Object)">
26769         <size>14</size>
26770       </method>
26771       <method name="System.Object get_my()">
26772         <size>7</size>
26773       </method>
26774     </type>
26775     <type name="MyConstructorBuilder">
26776       <method name="Void .ctor()">
26777         <size>7</size>
26778       </method>
26779       <method name="Int32 Main()">
26780         <size>111</size>
26781       </method>
26782       <method name="System.Type MyCreateCallee(System.AppDomain)">
26783         <size>329</size>
26784       </method>
26785     </type>
26786   </test>
26787   <test name="test-296.cs">
26788     <type name="GetElementTypeTest">
26789       <method name="Void .ctor()">
26790         <size>7</size>
26791       </method>
26792       <method name="Int32 Main(System.String[])">
26793         <size>30</size>
26794       </method>
26795     </type>
26796   </test>
26797   <test name="test-297.cs">
26798     <type name="T">
26799       <method name="Void .ctor()">
26800         <size>7</size>
26801       </method>
26802       <method name="Int32 Main()">
26803         <size>311</size>
26804       </method>
26805       <method name="Void Login(System.String)">
26806         <size>1</size>
26807       </method>
26808     </type>
26809     <type name="My">
26810       <method name="Void .ctor(Object)">
26811         <size>14</size>
26812       </method>
26813     </type>
26814   </test>
26815   <test name="test-299.cs">
26816     <type name="SampleClass">
26817       <method name="Void .ctor()">
26818         <size>7</size>
26819       </method>
26820       <method name="SuperClass op_Increment(SampleClass)">
26821         <size>6</size>
26822       </method>
26823     </type>
26824     <type name="SuperClass">
26825       <method name="Void .ctor()">
26826         <size>7</size>
26827       </method>
26828       <method name="Int32 Main()">
26829         <size>2</size>
26830       </method>
26831     </type>
26832   </test>
26833   <test name="test-3.cs">
26834     <type name="TestIntOps">
26835       <method name="Void .ctor()">
26836         <size>7</size>
26837       </method>
26838       <method name="SByte sbyte_add(SByte, SByte)">
26839         <size>7</size>
26840       </method>
26841       <method name="Int16 short_add(Int16, Int16)">
26842         <size>5</size>
26843       </method>
26844       <method name="Double double_add(Double, Double)">
26845         <size>4</size>
26846       </method>
26847       <method name="Int32 int_add(Int32, Int32)">
26848         <size>4</size>
26849       </method>
26850       <method name="Int32 int_sub(Int32, Int32)">
26851         <size>4</size>
26852       </method>
26853       <method name="Int32 int_mul(Int32, Int32)">
26854         <size>4</size>
26855       </method>
26856       <method name="Int32 Main()">
26857         <size>215</size>
26858       </method>
26859     </type>
26860   </test>
26861   <test name="test-30.cs">
26862     <type name="X">
26863       <method name="Void .ctor()">
26864         <size>7</size>
26865       </method>
26866       <method name="Void IA.Draw()">
26867         <size>8</size>
26868       </method>
26869       <method name="Void IB.Draw()">
26870         <size>8</size>
26871       </method>
26872     </type>
26873     <type name="test">
26874       <method name="Void .ctor()">
26875         <size>7</size>
26876       </method>
26877       <method name="Int32 Main()">
26878         <size>192</size>
26879       </method>
26880     </type>
26881   </test>
26882   <test name="test-300.cs">
26883     <type name="A">
26884       <method name="Void .ctor()">
26885         <size>7</size>
26886       </method>
26887       <method name="Void Main()">
26888         <size>7</size>
26889       </method>
26890     </type>
26891     <type name="A+C">
26892       <method name="Void .ctor()">
26893         <size>7</size>
26894       </method>
26895     </type>
26896     <type name="A+B">
26897       <method name="Void .ctor()">
26898         <size>473</size>
26899       </method>
26900     </type>
26901     <type name="A+B+C">
26902       <method name="Void .ctor()">
26903         <size>7</size>
26904       </method>
26905     </type>
26906   </test>
26907   <test name="test-301.cs">
26908     <type name="A">
26909       <method name="Void .ctor()">
26910         <size>7</size>
26911       </method>
26912       <method name="Void Main()">
26913         <size>7</size>
26914       </method>
26915     </type>
26916     <type name="A+B">
26917       <method name="Void .ctor()">
26918         <size>219</size>
26919       </method>
26920     </type>
26921   </test>
26922   <test name="test-302.cs">
26923     <type name="A">
26924       <method name="Void .ctor()">
26925         <size>7</size>
26926       </method>
26927       <method name="Void Main()">
26928         <size>7</size>
26929       </method>
26930     </type>
26931     <type name="A+C">
26932       <method name="Void .ctor()">
26933         <size>7</size>
26934       </method>
26935     </type>
26936     <type name="A+B">
26937       <method name="Void .ctor()">
26938         <size>24</size>
26939       </method>
26940     </type>
26941     <type name="A+B+C">
26942       <method name="Void .ctor()">
26943         <size>7</size>
26944       </method>
26945     </type>
26946   </test>
26947   <test name="test-303.cs">
26948     <type name="A">
26949       <method name="Void .ctor()">
26950         <size>7</size>
26951       </method>
26952       <method name="Void Main()">
26953         <size>7</size>
26954       </method>
26955     </type>
26956     <type name="A+C">
26957       <method name="Void .ctor()">
26958         <size>7</size>
26959       </method>
26960       <method name="Void System.IDisposable.Dispose()">
26961         <size>11</size>
26962       </method>
26963     </type>
26964     <type name="A+B">
26965       <method name="Void .ctor()">
26966         <size>31</size>
26967       </method>
26968     </type>
26969     <type name="A+B+C">
26970       <method name="Void .ctor()">
26971         <size>7</size>
26972       </method>
26973       <method name="Void System.IDisposable.Dispose()">
26974         <size>1</size>
26975       </method>
26976     </type>
26977   </test>
26978   <test name="test-304.cs">
26979     <type name="A">
26980       <method name="Void .ctor()">
26981         <size>7</size>
26982       </method>
26983       <method name="Void Main()">
26984         <size>7</size>
26985       </method>
26986     </type>
26987     <type name="A+D">
26988       <method name="Void .ctor()">
26989         <size>7</size>
26990       </method>
26991     </type>
26992     <type name="A+B">
26993       <method name="Void .ctor()">
26994         <size>473</size>
26995       </method>
26996     </type>
26997     <type name="A+B+C">
26998       <method name="Void .ctor()">
26999         <size>7</size>
27000       </method>
27001     </type>
27002   </test>
27003   <test name="test-305.cs">
27004     <type name="A">
27005       <method name="Void .ctor()">
27006         <size>7</size>
27007       </method>
27008       <method name="Void Main()">
27009         <size>7</size>
27010       </method>
27011     </type>
27012     <type name="A+B">
27013       <method name="Void .ctor()">
27014         <size>219</size>
27015       </method>
27016     </type>
27017   </test>
27018   <test name="test-306.cs">
27019     <type name="A">
27020       <method name="Void .ctor()">
27021         <size>7</size>
27022       </method>
27023       <method name="Void Main()">
27024         <size>7</size>
27025       </method>
27026     </type>
27027     <type name="A+D">
27028       <method name="Void .ctor()">
27029         <size>7</size>
27030       </method>
27031     </type>
27032     <type name="A+B">
27033       <method name="Void .ctor()">
27034         <size>24</size>
27035       </method>
27036     </type>
27037     <type name="A+B+C">
27038       <method name="Void .ctor()">
27039         <size>7</size>
27040       </method>
27041     </type>
27042   </test>
27043   <test name="test-307.cs">
27044     <type name="A">
27045       <method name="Void .ctor()">
27046         <size>7</size>
27047       </method>
27048       <method name="Void Main()">
27049         <size>7</size>
27050       </method>
27051     </type>
27052     <type name="A+D">
27053       <method name="Void .ctor()">
27054         <size>7</size>
27055       </method>
27056       <method name="Void System.IDisposable.Dispose()">
27057         <size>11</size>
27058       </method>
27059     </type>
27060     <type name="A+B">
27061       <method name="Void .ctor()">
27062         <size>31</size>
27063       </method>
27064     </type>
27065     <type name="A+B+C">
27066       <method name="Void .ctor()">
27067         <size>7</size>
27068       </method>
27069       <method name="Void System.IDisposable.Dispose()">
27070         <size>1</size>
27071       </method>
27072     </type>
27073   </test>
27074   <test name="test-308.cs">
27075     <type name="Program">
27076       <method name="Void .ctor()">
27077         <size>7</size>
27078       </method>
27079       <method name="Void Main(System.String[])">
27080         <size>40</size>
27081       </method>
27082     </type>
27083   </test>
27084   <test name="test-309.cs">
27085     <type name="MonoBASIC.Parser">
27086       <method name="Void .ctor()">
27087         <size>7</size>
27088       </method>
27089       <method name="Void Main()">
27090         <size>1</size>
27091       </method>
27092     </type>
27093     <type name="MonoBASIC.Parser+StateMachine">
27094       <method name="Void .ctor()">
27095         <size>7</size>
27096       </method>
27097       <method name="Void HandleToken(Token)">
27098         <size>1</size>
27099       </method>
27100     </type>
27101   </test>
27102   <test name="test-31.cs">
27103     <type name="Base">
27104       <method name="Void .ctor()">
27105         <size>7</size>
27106       </method>
27107       <method name="Void A()">
27108         <size>8</size>
27109       </method>
27110     </type>
27111     <type name="Derived">
27112       <method name="Void .ctor()">
27113         <size>7</size>
27114       </method>
27115       <method name="Void A()">
27116         <size>8</size>
27117       </method>
27118     </type>
27119     <type name="Test">
27120       <method name="Void .ctor()">
27121         <size>7</size>
27122       </method>
27123       <method name="Int32 Main()">
27124         <size>38</size>
27125       </method>
27126     </type>
27127   </test>
27128   <test name="test-310.cs">
27129     <type name="test.Impl">
27130       <method name="Void .ctor()">
27131         <size>7</size>
27132       </method>
27133       <method name="System.String GetType(Int32)">
27134         <size>6</size>
27135       </method>
27136       <method name="Boolean IsDone()">
27137         <size>2</size>
27138       </method>
27139     </type>
27140     <type name="test.myclass">
27141       <method name="Void .ctor()">
27142         <size>7</size>
27143       </method>
27144       <method name="Void Main(System.String[])">
27145         <size>28</size>
27146       </method>
27147     </type>
27148   </test>
27149   <test name="test-311.cs">
27150     <type name="Program">
27151       <method name="Void .ctor()">
27152         <size>38</size>
27153       </method>
27154       <method name="Void .cctor()">
27155         <size>11</size>
27156       </method>
27157       <method name="System.String get_Message()">
27158         <size>6</size>
27159       </method>
27160       <method name="Void set_Message(System.String)">
27161         <size>7</size>
27162       </method>
27163       <method name="Boolean DenyMethod()">
27164         <size>2</size>
27165       </method>
27166       <method name="Void Test2()">
27167         <size>1</size>
27168       </method>
27169       <method name="Void Test3()">
27170         <size>1</size>
27171       </method>
27172       <method name="Void Test4()">
27173         <size>1</size>
27174       </method>
27175       <method name="Int32 Main(System.String[])">
27176         <size>175</size>
27177       </method>
27178     </type>
27179     <type name="Test2">
27180       <method name="Void .ctor()">
27181         <size>7</size>
27182       </method>
27183     </type>
27184   </test>
27185   <test name="test-312.cs">
27186     <type name="X">
27187       <method name="Void .ctor()">
27188         <size>7</size>
27189       </method>
27190       <method name="Void .cctor()">
27191         <size>1</size>
27192       </method>
27193       <method name="Boolean Method(PointF)">
27194         <size>72</size>
27195       </method>
27196       <method name="Boolean Call_constructor_and_implicit()">
27197         <size>29</size>
27198       </method>
27199       <method name="Boolean Init_with_implicit_conv()">
27200         <size>52</size>
27201       </method>
27202       <method name="Boolean Init_ValueType()">
27203         <size>26</size>
27204       </method>
27205       <method name="Boolean InstanceAssignTest()">
27206         <size>75</size>
27207       </method>
27208       <method name="Int32 T()">
27209         <size>54</size>
27210       </method>
27211       <method name="Int32 Main()">
27212         <size>45</size>
27213       </method>
27214     </type>
27215     <type name="PointF">
27216       <method name="Void .ctor(Single, Single)">
27217         <size>47</size>
27218       </method>
27219     </type>
27220     <type name="Point">
27221       <method name="Void .ctor(Int32, Int32)">
27222         <size>37</size>
27223       </method>
27224       <method name="PointF op_Implicit(Point)">
27225         <size>22</size>
27226       </method>
27227     </type>
27228   </test>
27229   <test name="test-313.cs">
27230     <type name="D">
27231       <method name="Void .ctor()">
27232         <size>7</size>
27233       </method>
27234       <method name="Void A.B.METHOD()">
27235         <size>1</size>
27236       </method>
27237       <method name="Int32 Main()">
27238         <size>134</size>
27239       </method>
27240     </type>
27241   </test>
27242   <test name="test-314.cs">
27243     <type name="X">
27244       <method name="Void .ctor()">
27245         <size>28</size>
27246       </method>
27247       <method name="Void .ctor(Int32)">
27248         <size>28</size>
27249       </method>
27250       <method name="Void .cctor()">
27251         <size>11</size>
27252       </method>
27253       <method name="Int32 Main()">
27254         <size>57</size>
27255       </method>
27256     </type>
27257   </test>
27258   <test name="test-315.cs">
27259     <type name="GuardedCollectionValue">
27260       <method name="Void .ctor()">
27261         <size>7</size>
27262       </method>
27263       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
27264         <size>2</size>
27265       </method>
27266       <method name="IDirectedCollectionValue Backwards()">
27267         <size>2</size>
27268       </method>
27269     </type>
27270     <type name="GuardedSequenced">
27271       <method name="Void .ctor()">
27272         <size>7</size>
27273       </method>
27274       <method name="IDirectedCollectionValue Test()">
27275         <size>12</size>
27276       </method>
27277     </type>
27278     <type name="X">
27279       <method name="Void .ctor()">
27280         <size>7</size>
27281       </method>
27282       <method name="Void Main()">
27283         <size>1</size>
27284       </method>
27285     </type>
27286   </test>
27287   <test name="test-316.cs">
27288     <type name="D">
27289       <method name="Void .ctor()">
27290         <size>7</size>
27291       </method>
27292       <method name="Int32 IA.Add(Int32)">
27293         <size>2</size>
27294       </method>
27295       <method name="Int32 IB.Add(Int32)">
27296         <size>2</size>
27297       </method>
27298     </type>
27299     <type name="E">
27300       <method name="Void .ctor()">
27301         <size>7</size>
27302       </method>
27303       <method name="Int32 IA.Add(Int32)">
27304         <size>2</size>
27305       </method>
27306       <method name="Int32 IB.Add(Int32)">
27307         <size>2</size>
27308       </method>
27309       <method name="Void doom()">
27310         <size>1</size>
27311       </method>
27312       <method name="System.Object Clone()">
27313         <size>2</size>
27314       </method>
27315       <method name="Void Dispose()">
27316         <size>1</size>
27317       </method>
27318     </type>
27319     <type name="C">
27320       <method name="Void .ctor()">
27321         <size>7</size>
27322       </method>
27323       <method name="Int32 Test(IC)">
27324         <size>49</size>
27325       </method>
27326       <method name="Void Test2(IE)">
27327         <size>20</size>
27328       </method>
27329       <method name="Int32 Main()">
27330         <size>32</size>
27331       </method>
27332     </type>
27333   </test>
27334   <test name="test-317.cs">
27335     <type name="X">
27336       <method name="Void .ctor()">
27337         <size>7</size>
27338       </method>
27339       <method name="Void Main()">
27340         <size>1</size>
27341       </method>
27342     </type>
27343   </test>
27344   <test name="test-318.cs">
27345     <type name="Ev">
27346       <method name="Void .ctor()">
27347         <size>29</size>
27348       </method>
27349       <method name="Void add_Disposed(System.EventHandler)">
27350         <size>19</size>
27351       </method>
27352       <method name="Void remove_Disposed(System.EventHandler)">
27353         <size>19</size>
27354       </method>
27355       <method name="Void OnClick(System.EventArgs)">
27356         <size>38</size>
27357       </method>
27358     </type>
27359     <type name="Foo">
27360       <method name="Void .ctor()">
27361         <size>7</size>
27362       </method>
27363     </type>
27364     <type name="C">
27365       <method name="Void .ctor()">
27366         <size>7</size>
27367       </method>
27368       <method name="Void my_from_fixed(Int32 ByRef)">
27369         <size>4</size>
27370       </method>
27371       <method name="Void month_from_fixed(Int32)">
27372         <size>8</size>
27373       </method>
27374       <method name="Int32 CreateFromString(Int32)">
27375         <size>10</size>
27376       </method>
27377       <method name="Void Main()">
27378         <size>1</size>
27379       </method>
27380     </type>
27381     <type name="Foo">
27382       <method name="Void EventInterface.add_Event(System.EventHandler)">
27383         <size>1</size>
27384       </method>
27385       <method name="Void EventInterface.remove_Event(System.EventHandler)">
27386         <size>1</size>
27387       </method>
27388     </type>
27389     <type name="C">
27390       <method name="Double* GetValue(Double)">
27391         <size>5</size>
27392       </method>
27393     </type>
27394   </test>
27395   <test name="test-319.cs">
27396     <type name="ConstFields">
27397       <method name="Void .ctor()">
27398         <size>7</size>
27399       </method>
27400       <method name="Void .cctor()">
27401         <size>137</size>
27402       </method>
27403       <method name="Int32 Main()">
27404         <size>324</size>
27405       </method>
27406     </type>
27407   </test>
27408   <test name="test-32.cs">
27409     <type name="Blah">
27410       <method name="Void .ctor()">
27411         <size>7</size>
27412       </method>
27413       <method name="Int32 Main()">
27414         <size>50</size>
27415       </method>
27416     </type>
27417   </test>
27418   <test name="test-320.cs">
27419     <type name="X">
27420       <method name="Void .ctor(SByte*, Int32, Int32)">
27421         <size>7</size>
27422       </method>
27423       <method name="Void Main()">
27424         <size>12</size>
27425       </method>
27426     </type>
27427   </test>
27428   <test name="test-321.cs">
27429     <type name="X">
27430       <method name="Void Dispose()">
27431         <size>1</size>
27432       </method>
27433       <method name="Void Main()">
27434         <size>24</size>
27435       </method>
27436     </type>
27437   </test>
27438   <test name="test-322.cs">
27439     <type name="Y">
27440       <method name="Void .ctor(Byte)">
27441         <size>14</size>
27442       </method>
27443       <method name="Int32 op_Implicit(Y)">
27444         <size>7</size>
27445       </method>
27446     </type>
27447     <type name="X">
27448       <method name="Void .ctor()">
27449         <size>7</size>
27450       </method>
27451       <method name="Void Main()">
27452         <size>50</size>
27453       </method>
27454     </type>
27455   </test>
27456   <test name="test-323.cs">
27457     <type name="X">
27458       <method name="Void .ctor()">
27459         <size>7</size>
27460       </method>
27461       <method name="Void Main()">
27462         <size>1</size>
27463       </method>
27464     </type>
27465   </test>
27466   <test name="test-324.cs">
27467     <type name="A">
27468       <method name="Void .ctor()">
27469         <size>7</size>
27470       </method>
27471       <method name="Void DoStuff()">
27472         <size>11</size>
27473       </method>
27474     </type>
27475     <type name="T">
27476       <method name="Void .ctor()">
27477         <size>7</size>
27478       </method>
27479       <method name="Void .cctor()">
27480         <size>11</size>
27481       </method>
27482     </type>
27483     <type name="Driver">
27484       <method name="Void .ctor()">
27485         <size>7</size>
27486       </method>
27487       <method name="Void Main()">
27488         <size>22</size>
27489       </method>
27490     </type>
27491     <type name="B">
27492       <method name="Boolean get_Val()">
27493         <size>2</size>
27494       </method>
27495     </type>
27496   </test>
27497   <test name="test-325.cs">
27498     <type name="RequestAttribute">
27499       <method name="Void .ctor(String, String, String[])">
27500         <size>7</size>
27501       </method>
27502     </type>
27503     <type name="MyClass">
27504       <method name="Void .ctor()">
27505         <size>7</size>
27506       </method>
27507       <method name="Int32 SomeRequest()">
27508         <size>2</size>
27509       </method>
27510       <method name="Void Main()">
27511         <size>7</size>
27512       </method>
27513     </type>
27514   </test>
27515   <test name="test-326.cs">
27516     <type name="X">
27517       <method name="Void .ctor()">
27518         <size>7</size>
27519       </method>
27520       <method name="Int32 Main()">
27521         <size>55</size>
27522       </method>
27523     </type>
27524     <type name="Mapper">
27525       <method name="Void .ctor(Object, IntPtr)">
27526         <size>0</size>
27527       </method>
27528       <method name="Double Invoke(Int32)">
27529         <size>0</size>
27530       </method>
27531       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27532         <size>0</size>
27533       </method>
27534       <method name="Double EndInvoke(IAsyncResult)">
27535         <size>0</size>
27536       </method>
27537     </type>
27538     <type name="X">
27539       <method name="Double &lt;Main&gt;m__0(Int32)">
27540         <size>6</size>
27541       </method>
27542     </type>
27543   </test>
27544   <test name="test-327.cs">
27545     <type name="X2">
27546       <method name="Void .ctor()">
27547         <size>7</size>
27548       </method>
27549     </type>
27550     <type name="A.B.Tester">
27551       <method name="Void .ctor()">
27552         <size>7</size>
27553       </method>
27554       <method name="Void .cctor()">
27555         <size>1</size>
27556       </method>
27557       <method name="Void Main()">
27558         <size>1</size>
27559       </method>
27560     </type>
27561   </test>
27562   <test name="test-328.cs">
27563     <type name="A.B.Tester">
27564       <method name="Void .ctor()">
27565         <size>7</size>
27566       </method>
27567       <method name="Void .cctor()">
27568         <size>1</size>
27569       </method>
27570       <method name="Void Main()">
27571         <size>1</size>
27572       </method>
27573     </type>
27574   </test>
27575   <test name="test-329.cs">
27576     <type name="X">
27577       <method name="Void .ctor()">
27578         <size>7</size>
27579       </method>
27580       <method name="Void .ctor(Object)">
27581         <size>21</size>
27582       </method>
27583       <method name="Int32 Main()">
27584         <size>74</size>
27585       </method>
27586     </type>
27587   </test>
27588   <test name="test-33.cs">
27589     <type name="FirstOuter.FirstInner.First">
27590       <method name="Void .ctor()">
27591         <size>7</size>
27592       </method>
27593       <method name="System.String get_MyIdentity()">
27594         <size>12</size>
27595       </method>
27596     </type>
27597     <type name="FirstOuter.Second">
27598       <method name="Void .ctor()">
27599         <size>7</size>
27600       </method>
27601     </type>
27602     <type name="FirstOuter.SecondInner.Third">
27603       <method name="Void .ctor()">
27604         <size>7</size>
27605       </method>
27606     </type>
27607     <type name="FirstOuter.FirstInner.Fourth">
27608       <method name="Void .ctor()">
27609         <size>7</size>
27610       </method>
27611     </type>
27612     <type name="Fifth">
27613       <method name="Void .ctor()">
27614         <size>7</size>
27615       </method>
27616     </type>
27617     <type name="Application">
27618       <method name="Void .ctor()">
27619         <size>7</size>
27620       </method>
27621       <method name="Int32 Main(System.String[])">
27622         <size>139</size>
27623       </method>
27624     </type>
27625   </test>
27626   <test name="test-330.cs">
27627     <type name="X">
27628       <method name="Void .ctor()">
27629         <size>7</size>
27630       </method>
27631       <method name="Void Main()">
27632         <size>8</size>
27633       </method>
27634     </type>
27635   </test>
27636   <test name="test-331.cs">
27637     <type name="T">
27638       <method name="Void .ctor()">
27639         <size>7</size>
27640       </method>
27641       <method name="Void Main()">
27642         <size>1</size>
27643       </method>
27644       <method name="Byte* get_Ptr()">
27645         <size>7</size>
27646       </method>
27647       <method name="Void set_Ptr(Byte*)">
27648         <size>8</size>
27649       </method>
27650     </type>
27651   </test>
27652   <test name="test-332.cs">
27653     <type name="C">
27654       <method name="Void .ctor()">
27655         <size>7</size>
27656       </method>
27657       <method name="Void Main()">
27658         <size>1</size>
27659       </method>
27660     </type>
27661   </test>
27662   <test name="test-333.cs">
27663     <type name="Foo">
27664       <method name="Void .ctor()">
27665         <size>7</size>
27666       </method>
27667       <method name="Void Something()">
27668         <size>1</size>
27669       </method>
27670     </type>
27671     <type name="Bar">
27672       <method name="Void .ctor()">
27673         <size>7</size>
27674       </method>
27675       <method name="Void Something()">
27676         <size>1</size>
27677       </method>
27678       <method name="Void Main()">
27679         <size>1</size>
27680       </method>
27681     </type>
27682   </test>
27683   <test name="test-334.cs">
27684     <type name="Test.Foo.Index.CompoundFileReader">
27685       <method name="Void .ctor()">
27686         <size>7</size>
27687       </method>
27688       <method name="Void Main()">
27689         <size>1</size>
27690       </method>
27691     </type>
27692     <type name="Test.Foo.Store.Directory">
27693       <method name="Void .ctor()">
27694         <size>7</size>
27695       </method>
27696     </type>
27697   </test>
27698   <test name="test-335.cs">
27699     <type name="X">
27700       <method name="Void .ctor()">
27701         <size>7</size>
27702       </method>
27703       <method name="Void A(Int32, Int32)">
27704         <size>1</size>
27705       </method>
27706       <method name="Void C(Int32 ByRef)">
27707         <size>4</size>
27708       </method>
27709       <method name="Void Main()">
27710         <size>70</size>
27711       </method>
27712     </type>
27713     <type name="X+B">
27714       <method name="Void .ctor(Object, IntPtr)">
27715         <size>0</size>
27716       </method>
27717       <method name="Void Invoke(Int32, Int32)">
27718         <size>0</size>
27719       </method>
27720       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27721         <size>0</size>
27722       </method>
27723       <method name="Void EndInvoke(IAsyncResult)">
27724         <size>0</size>
27725       </method>
27726     </type>
27727     <type name="X+D">
27728       <method name="Void .ctor(Object, IntPtr)">
27729         <size>0</size>
27730       </method>
27731       <method name="Void Invoke(Int32 ByRef)">
27732         <size>0</size>
27733       </method>
27734       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
27735         <size>0</size>
27736       </method>
27737       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
27738         <size>0</size>
27739       </method>
27740     </type>
27741   </test>
27742   <test name="test-336.cs">
27743     <type name="X">
27744       <method name="Void .ctor(Foo)">
27745         <size>7</size>
27746       </method>
27747       <method name="Void .ctor(Bar)">
27748         <size>7</size>
27749       </method>
27750       <method name="Void Test()">
27751         <size>1</size>
27752       </method>
27753       <method name="Void Main()">
27754         <size>19</size>
27755       </method>
27756     </type>
27757     <type name="Foo">
27758       <method name="Void .ctor(Object, IntPtr)">
27759         <size>0</size>
27760       </method>
27761       <method name="Void Invoke()">
27762         <size>0</size>
27763       </method>
27764       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27765         <size>0</size>
27766       </method>
27767       <method name="Void EndInvoke(IAsyncResult)">
27768         <size>0</size>
27769       </method>
27770     </type>
27771     <type name="Bar">
27772       <method name="Void .ctor(Object, IntPtr)">
27773         <size>0</size>
27774       </method>
27775       <method name="Void Invoke(Int32)">
27776         <size>0</size>
27777       </method>
27778       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27779         <size>0</size>
27780       </method>
27781       <method name="Void EndInvoke(IAsyncResult)">
27782         <size>0</size>
27783       </method>
27784     </type>
27785   </test>
27786   <test name="test-337.cs">
27787     <type name="Test">
27788       <method name="Void .ctor()">
27789         <size>7</size>
27790       </method>
27791       <method name="Void Main()">
27792         <size>16</size>
27793       </method>
27794     </type>
27795   </test>
27796   <test name="test-338.cs">
27797     <type name="X">
27798       <method name="Void .ctor()">
27799         <size>7</size>
27800       </method>
27801       <method name="Void .cctor()">
27802         <size>11</size>
27803       </method>
27804       <method name="Void Main()">
27805         <size>1</size>
27806       </method>
27807       <method name="Y+Z fz()">
27808         <size>6</size>
27809       </method>
27810     </type>
27811     <type name="Y">
27812       <method name="Void .ctor()">
27813         <size>7</size>
27814       </method>
27815     </type>
27816     <type name="Y+Z">
27817       <method name="Void .ctor()">
27818         <size>7</size>
27819       </method>
27820       <method name="Void .cctor()">
27821         <size>11</size>
27822       </method>
27823     </type>
27824   </test>
27825   <test name="test-339.cs">
27826     <type name="C">
27827       <method name="Void .ctor()">
27828         <size>7</size>
27829       </method>
27830       <method name="Void .cctor()">
27831         <size>17</size>
27832       </method>
27833       <method name="Int32 Main()">
27834         <size>84</size>
27835       </method>
27836     </type>
27837   </test>
27838   <test name="test-34.cs">
27839     <type name="Blah">
27840       <method name="Void .ctor()">
27841         <size>7</size>
27842       </method>
27843       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
27844         <size>7</size>
27845       </method>
27846       <method name="Int32 Bar(Int32, System.Int32[])">
27847         <size>61</size>
27848       </method>
27849       <method name="Void Foo(Int32, Int32)">
27850         <size>7</size>
27851       </method>
27852       <method name="Void In(Int32 ByRef)">
27853         <size>7</size>
27854       </method>
27855       <method name="Void Out(Int32 ByRef)">
27856         <size>7</size>
27857       </method>
27858       <method name="Int32 AddArray(System.Int32[])">
27859         <size>30</size>
27860       </method>
27861       <method name="Int32 AddFancy(FancyInt[])">
27862         <size>39</size>
27863       </method>
27864       <method name="Int32 Main()">
27865         <size>269</size>
27866       </method>
27867     </type>
27868     <type name="&lt;PrivateImplementationDetails&gt;">
27869       <method name="Void .ctor()">
27870         <size>7</size>
27871       </method>
27872     </type>
27873     <type name="FancyInt">
27874       <method name="Void .ctor(Int32)">
27875         <size>8</size>
27876       </method>
27877     </type>
27878   </test>
27879   <test name="test-340.cs">
27880     <type name="FLMID.Bugs.BoolOne.A">
27881       <method name="Void .ctor()">
27882         <size>7</size>
27883       </method>
27884       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
27885         <size>8</size>
27886       </method>
27887     </type>
27888     <type name="FLMID.Bugs.BoolOne.B">
27889       <method name="Void .ctor()">
27890         <size>7</size>
27891       </method>
27892     </type>
27893     <type name="FLMID.Bugs.BoolOne.Test">
27894       <method name="Void .ctor()">
27895         <size>7</size>
27896       </method>
27897       <method name="Int32 Main(System.String[])">
27898         <size>34</size>
27899       </method>
27900     </type>
27901     <type name="FLMID.Bugs.BoolOne.B">
27902       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
27903         <size>12</size>
27904       </method>
27905     </type>
27906   </test>
27907   <test name="test-341.cs">
27908     <type name="Test">
27909       <method name="Void .ctor()">
27910         <size>7</size>
27911       </method>
27912       <method name="Void Main()">
27913         <size>1</size>
27914       </method>
27915     </type>
27916     <type name="Libs">
27917       <method name="Void .ctor()">
27918         <size>7</size>
27919       </method>
27920     </type>
27921     <type name="Bar">
27922       <method name="Void .ctor()">
27923         <size>7</size>
27924       </method>
27925     </type>
27926     <type name="Foo">
27927       <method name="Void .ctor()">
27928         <size>7</size>
27929       </method>
27930     </type>
27931   </test>
27932   <test name="test-342.cs">
27933     <type name="A">
27934       <method name="Void .ctor()">
27935         <size>7</size>
27936       </method>
27937       <method name="Void Foo(Int32)">
27938         <size>1</size>
27939       </method>
27940       <method name="Void Foo(Double)">
27941         <size>11</size>
27942       </method>
27943     </type>
27944     <type name="B">
27945       <method name="Void .ctor()">
27946         <size>7</size>
27947       </method>
27948       <method name="Void Foo(Double)">
27949         <size>11</size>
27950       </method>
27951       <method name="Void Main()">
27952         <size>24</size>
27953       </method>
27954     </type>
27955     <type name="A">
27956       <method name="Boolean get_Item(Int32)">
27957         <size>2</size>
27958       </method>
27959       <method name="Boolean get_Item(Double)">
27960         <size>11</size>
27961       </method>
27962     </type>
27963     <type name="B">
27964       <method name="Boolean get_Item(Double)">
27965         <size>11</size>
27966       </method>
27967     </type>
27968   </test>
27969   <test name="test-343.cs">
27970     <type name="X">
27971       <method name="Void .ctor()">
27972         <size>7</size>
27973       </method>
27974       <method name="Void Concat(System.String, System.String, System.String)">
27975         <size>1</size>
27976       </method>
27977       <method name="Void Concat(System.String[])">
27978         <size>11</size>
27979       </method>
27980       <method name="Void Main()">
27981         <size>21</size>
27982       </method>
27983     </type>
27984   </test>
27985   <test name="test-344.cs">
27986     <type name="X">
27987       <method name="Void .ctor()">
27988         <size>7</size>
27989       </method>
27990       <method name="Void add_y(Y)">
27991         <size>24</size>
27992       </method>
27993       <method name="Void remove_y(Y)">
27994         <size>24</size>
27995       </method>
27996       <method name="Void Main(System.String[])">
27997         <size>13</size>
27998       </method>
27999       <method name="Void Foo()">
28000         <size>66</size>
28001       </method>
28002     </type>
28003     <type name="Y">
28004       <method name="Void .ctor(Object, IntPtr)">
28005         <size>0</size>
28006       </method>
28007       <method name="Void Invoke()">
28008         <size>0</size>
28009       </method>
28010       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28011         <size>0</size>
28012       </method>
28013       <method name="Void EndInvoke(IAsyncResult)">
28014         <size>0</size>
28015       </method>
28016     </type>
28017     <type name="X+&lt;Foo&gt;c__AnonStorey0">
28018       <method name="Void .ctor()">
28019         <size>7</size>
28020       </method>
28021       <method name="Void &lt;&gt;m__0()">
28022         <size>28</size>
28023       </method>
28024     </type>
28025   </test>
28026   <test name="test-345.cs">
28027     <type name="EntryPoint">
28028       <method name="Void .ctor()">
28029         <size>7</size>
28030       </method>
28031       <method name="Void Main()">
28032         <size>1</size>
28033       </method>
28034     </type>
28035   </test>
28036   <test name="test-346.cs">
28037     <type name="TestMethods.Class1">
28038       <method name="Void .ctor()">
28039         <size>7</size>
28040       </method>
28041       <method name="Int32 Main()">
28042         <size>91</size>
28043       </method>
28044     </type>
28045     <type name="TestMethods.ParamClass">
28046       <method name="Void .ctor()">
28047         <size>7</size>
28048       </method>
28049     </type>
28050     <type name="TestMethods.TestParam">
28051       <method name="Void .ctor()">
28052         <size>7</size>
28053       </method>
28054     </type>
28055     <type name="TestMethods.BaseClass">
28056       <method name="Void .ctor()">
28057         <size>7</size>
28058       </method>
28059       <method name="Int32 AddItem(TestMethods.ParamClass)">
28060         <size>0</size>
28061       </method>
28062     </type>
28063     <type name="TestMethods.TestClass">
28064       <method name="Void .ctor()">
28065         <size>7</size>
28066       </method>
28067       <method name="Int32 AddItem(System.Object)">
28068         <size>2</size>
28069       </method>
28070       <method name="Int32 AddItem(TestMethods.ParamClass)">
28071         <size>2</size>
28072       </method>
28073     </type>
28074   </test>
28075   <test name="test-347.cs">
28076     <type name="Whatever.Core.Project">
28077       <method name="Void .ctor()">
28078         <size>7</size>
28079       </method>
28080     </type>
28081     <type name="Whatever.Core.A">
28082       <method name="Void .ctor()">
28083         <size>7</size>
28084       </method>
28085       <method name="Whatever.Core.Project get_Project()">
28086         <size>6</size>
28087       </method>
28088     </type>
28089     <type name="SomethingElse.Core.Project">
28090       <method name="Void .ctor()">
28091         <size>7</size>
28092       </method>
28093     </type>
28094     <type name="Whatever.App.B">
28095       <method name="Void .ctor()">
28096         <size>7</size>
28097       </method>
28098       <method name="System.String Execute()">
28099         <size>12</size>
28100       </method>
28101       <method name="Void Main()">
28102         <size>12</size>
28103       </method>
28104     </type>
28105   </test>
28106   <test name="test-348.cs">
28107     <type name="BoundAttribute">
28108       <method name="Void .ctor(Double, Int32)">
28109         <size>7</size>
28110       </method>
28111     </type>
28112     <type name="C">
28113       <method name="Void .ctor()">
28114         <size>7</size>
28115       </method>
28116       <method name="Void Main()">
28117         <size>1</size>
28118       </method>
28119     </type>
28120   </test>
28121   <test name="test-349.cs">
28122     <type name="C">
28123       <method name="Void .ctor()">
28124         <size>7</size>
28125       </method>
28126       <method name="Void add_Ev1(D)">
28127         <size>24</size>
28128       </method>
28129       <method name="Void remove_Ev1(D)">
28130         <size>24</size>
28131       </method>
28132     </type>
28133     <type name="X">
28134       <method name="Void .ctor()">
28135         <size>7</size>
28136       </method>
28137       <method name="Void .cctor()">
28138         <size>1</size>
28139       </method>
28140       <method name="Void add_Ev1(D)">
28141         <size>22</size>
28142       </method>
28143       <method name="Void remove_Ev1(D)">
28144         <size>22</size>
28145       </method>
28146       <method name="Void add_Ev2(D)">
28147         <size>22</size>
28148       </method>
28149       <method name="Void remove_Ev2(D)">
28150         <size>22</size>
28151       </method>
28152     </type>
28153     <type name="X2">
28154       <method name="Void .ctor()">
28155         <size>7</size>
28156       </method>
28157       <method name="Void .cctor()">
28158         <size>7</size>
28159       </method>
28160     </type>
28161     <type name="Test">
28162       <method name="Void .ctor()">
28163         <size>7</size>
28164       </method>
28165       <method name="Void .cctor()">
28166         <size>19</size>
28167       </method>
28168       <method name="Int32 Main()">
28169         <size>63</size>
28170       </method>
28171     </type>
28172     <type name="D">
28173       <method name="Void .ctor(Object, IntPtr)">
28174         <size>0</size>
28175       </method>
28176       <method name="Void Invoke()">
28177         <size>0</size>
28178       </method>
28179       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28180         <size>0</size>
28181       </method>
28182       <method name="Void EndInvoke(IAsyncResult)">
28183         <size>0</size>
28184       </method>
28185     </type>
28186   </test>
28187   <test name="test-35.cs">
28188     <type name="X">
28189       <method name="Void .ctor()">
28190         <size>7</size>
28191       </method>
28192       <method name="Void .cctor()">
28193         <size>7</size>
28194       </method>
28195       <method name="Void a()">
28196         <size>17</size>
28197       </method>
28198       <method name="Void w(Int32)">
28199         <size>22</size>
28200       </method>
28201       <method name="Int32 Main()">
28202         <size>298</size>
28203       </method>
28204     </type>
28205   </test>
28206   <test name="test-350.cs">
28207     <type name="A">
28208       <method name="Void .ctor()">
28209         <size>7</size>
28210       </method>
28211     </type>
28212     <type name="A+BAttribute">
28213       <method name="Void .ctor()">
28214         <size>7</size>
28215       </method>
28216     </type>
28217     <type name="C">
28218       <method name="Void .ctor()">
28219         <size>7</size>
28220       </method>
28221       <method name="Void Main()">
28222         <size>1</size>
28223       </method>
28224     </type>
28225   </test>
28226   <test name="test-351.cs">
28227     <type name="Test.Testee">
28228       <method name="Void .ctor()">
28229         <size>7</size>
28230       </method>
28231       <method name="Void Bar(System.String, System.Object[])">
28232         <size>1</size>
28233       </method>
28234       <method name="Void Main()">
28235         <size>242</size>
28236       </method>
28237     </type>
28238     <type name="Test.Foo">
28239       <method name="Void .ctor(Object, IntPtr)">
28240         <size>0</size>
28241       </method>
28242       <method name="Void Invoke(System.String, System.Object[])">
28243         <size>0</size>
28244       </method>
28245       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
28246         <size>0</size>
28247       </method>
28248       <method name="Void EndInvoke(IAsyncResult)">
28249         <size>0</size>
28250       </method>
28251     </type>
28252   </test>
28253   <test name="test-352.cs">
28254     <type name="C">
28255       <method name="Void .ctor()">
28256         <size>7</size>
28257       </method>
28258       <method name="Void Main()">
28259         <size>1</size>
28260       </method>
28261     </type>
28262   </test>
28263   <test name="test-353.cs">
28264     <type name="Three">
28265       <method name="Void .ctor()">
28266         <size>7</size>
28267       </method>
28268       <method name="Void Main()">
28269         <size>7</size>
28270       </method>
28271     </type>
28272     <type name="One">
28273       <method name="Void .ctor()">
28274         <size>7</size>
28275       </method>
28276     </type>
28277     <type name="Two">
28278       <method name="Void .ctor()">
28279         <size>7</size>
28280       </method>
28281     </type>
28282   </test>
28283   <test name="test-354.cs">
28284     <type name="MYAttr">
28285       <method name="Void .ctor()">
28286         <size>7</size>
28287       </method>
28288     </type>
28289     <type name="A">
28290       <method name="Void .ctor()">
28291         <size>7</size>
28292       </method>
28293       <method name="Void Main()">
28294         <size>1</size>
28295       </method>
28296     </type>
28297   </test>
28298   <test name="test-355.cs">
28299     <type name="Level1.Level1.Level2.MainClass">
28300       <method name="Void .ctor()">
28301         <size>7</size>
28302       </method>
28303       <method name="Void Main()">
28304         <size>1</size>
28305       </method>
28306     </type>
28307   </test>
28308   <test name="test-356.cs">
28309     <type name="MainClass">
28310       <method name="Void .ctor()">
28311         <size>7</size>
28312       </method>
28313       <method name="Void Main()">
28314         <size>1</size>
28315       </method>
28316     </type>
28317   </test>
28318   <test name="test-357.cs">
28319     <type name="SD.Sd">
28320       <method name="Void .ctor()">
28321         <size>7</size>
28322       </method>
28323       <method name="Void F(Boolean)">
28324         <size>1</size>
28325       </method>
28326     </type>
28327     <type name="Foo.Bar">
28328       <method name="Void .ctor()">
28329         <size>25</size>
28330       </method>
28331       <method name="Void Main()">
28332         <size>27</size>
28333       </method>
28334     </type>
28335     <type name="Foo.Bar+f_t">
28336       <method name="Void .ctor(Object, IntPtr)">
28337         <size>0</size>
28338       </method>
28339       <method name="Void Invoke(Boolean)">
28340         <size>0</size>
28341       </method>
28342       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
28343         <size>0</size>
28344       </method>
28345       <method name="Void EndInvoke(IAsyncResult)">
28346         <size>0</size>
28347       </method>
28348     </type>
28349   </test>
28350   <test name="test-358.cs">
28351     <type name="Test">
28352       <method name="Void .ctor()">
28353         <size>7</size>
28354       </method>
28355       <method name="Void Main()">
28356         <size>50</size>
28357       </method>
28358     </type>
28359   </test>
28360   <test name="test-359.cs">
28361     <type name="Test">
28362       <method name="Void .ctor()">
28363         <size>7</size>
28364       </method>
28365       <method name="Void Main()">
28366         <size>1</size>
28367       </method>
28368     </type>
28369   </test>
28370   <test name="test-36.cs">
28371     <type name="Y">
28372       <method name="Void .ctor()">
28373         <size>7</size>
28374       </method>
28375       <method name="Int32 Main()">
28376         <size>272</size>
28377       </method>
28378     </type>
28379     <type name="X">
28380       <method name="IEnumerator GetEnumerator()">
28381         <size>35</size>
28382       </method>
28383     </type>
28384     <type name="&lt;PrivateImplementationDetails&gt;">
28385       <method name="Void .ctor()">
28386         <size>7</size>
28387       </method>
28388     </type>
28389   </test>
28390   <test name="test-360.cs">
28391     <type name="Application">
28392       <method name="Void .ctor()">
28393         <size>7</size>
28394       </method>
28395       <method name="Void Main(System.String[])">
28396         <size>13</size>
28397       </method>
28398     </type>
28399   </test>
28400   <test name="test-361.cs">
28401     <type name="X">
28402       <method name="Void .ctor()">
28403         <size>7</size>
28404       </method>
28405     </type>
28406     <type name="Test">
28407       <method name="Void .ctor()">
28408         <size>7</size>
28409       </method>
28410       <method name="Void Main()">
28411         <size>1</size>
28412       </method>
28413     </type>
28414   </test>
28415   <test name="test-362.cs">
28416     <type name="C">
28417       <method name="Void .ctor()">
28418         <size>7</size>
28419       </method>
28420       <method name="Void Main()">
28421         <size>17</size>
28422       </method>
28423       <method name="Void Test()">
28424         <size>26</size>
28425       </method>
28426     </type>
28427   </test>
28428   <test name="test-363.cs">
28429     <type name="Location">
28430       <method name="Void .ctor()">
28431         <size>7</size>
28432       </method>
28433       <method name="Void .cctor()">
28434         <size>11</size>
28435       </method>
28436     </type>
28437     <type name="Element">
28438       <method name="Void .ctor()">
28439         <size>18</size>
28440       </method>
28441       <method name="Location get_Location()">
28442         <size>7</size>
28443       </method>
28444       <method name="Void set_Location(Location)">
28445         <size>8</size>
28446       </method>
28447     </type>
28448     <type name="T">
28449       <method name="Void .ctor()">
28450         <size>7</size>
28451       </method>
28452       <method name="Void Main()">
28453         <size>1</size>
28454       </method>
28455     </type>
28456   </test>
28457   <test name="test-364.cs">
28458     <type name="X">
28459       <method name="Void .ctor()">
28460         <size>7</size>
28461       </method>
28462       <method name="Int32 Main()">
28463         <size>34</size>
28464       </method>
28465       <method name="Int32 t1(Int32)">
28466         <size>33</size>
28467       </method>
28468       <method name="Int32 t2(Int32)">
28469         <size>47</size>
28470       </method>
28471       <method name="Void Main2(System.String[])">
28472         <size>72</size>
28473       </method>
28474     </type>
28475     <type name="Delegable">
28476       <method name="Void .ctor()">
28477         <size>7</size>
28478       </method>
28479       <method name="Void add_MyDelegate(System.EventHandler)">
28480         <size>24</size>
28481       </method>
28482       <method name="Void remove_MyDelegate(System.EventHandler)">
28483         <size>24</size>
28484       </method>
28485     </type>
28486     <type name="X+Foo">
28487       <method name="Void .ctor(Object, IntPtr)">
28488         <size>0</size>
28489       </method>
28490       <method name="Int32 Invoke()">
28491         <size>0</size>
28492       </method>
28493       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28494         <size>0</size>
28495       </method>
28496       <method name="Int32 EndInvoke(IAsyncResult)">
28497         <size>0</size>
28498       </method>
28499     </type>
28500     <type name="X+&lt;t1&gt;c__AnonStorey0">
28501       <method name="Void .ctor()">
28502         <size>7</size>
28503       </method>
28504       <method name="Int32 &lt;&gt;m__0()">
28505         <size>7</size>
28506       </method>
28507     </type>
28508     <type name="X+&lt;t2&gt;c__AnonStorey1">
28509       <method name="Void .ctor()">
28510         <size>7</size>
28511       </method>
28512       <method name="Int32 &lt;&gt;m__1()">
28513         <size>7</size>
28514       </method>
28515     </type>
28516     <type name="X+&lt;Main2&gt;c__AnonStorey2">
28517       <method name="Void .ctor()">
28518         <size>7</size>
28519       </method>
28520       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
28521         <size>33</size>
28522       </method>
28523     </type>
28524   </test>
28525   <test name="test-365.cs">
28526     <type name="C">
28527       <method name="Void .ctor()">
28528         <size>19</size>
28529       </method>
28530       <method name="Void set_LiteralType(LiteralType)">
28531         <size>1</size>
28532       </method>
28533       <method name="Void Main()">
28534         <size>1</size>
28535       </method>
28536     </type>
28537   </test>
28538   <test name="test-366.cs">
28539     <type name="C">
28540       <method name="Void .ctor()">
28541         <size>7</size>
28542       </method>
28543       <method name="Int32 Main()">
28544         <size>20</size>
28545       </method>
28546     </type>
28547   </test>
28548   <test name="test-367.cs">
28549     <type name="X">
28550       <method name="Void .ctor()">
28551         <size>7</size>
28552       </method>
28553       <method name="Int32 Main()">
28554         <size>20</size>
28555       </method>
28556     </type>
28557   </test>
28558   <test name="test-368.cs">
28559     <type name="X">
28560       <method name="Void .ctor()">
28561         <size>7</size>
28562       </method>
28563       <method name="Void Main()">
28564         <size>27</size>
28565       </method>
28566     </type>
28567   </test>
28568   <test name="test-369.cs">
28569     <type name="Test">
28570       <method name="Void .ctor()">
28571         <size>7</size>
28572       </method>
28573       <method name="Boolean Equals(System.Object)">
28574         <size>2</size>
28575       </method>
28576       <method name="Int32 GetHashCode()">
28577         <size>2</size>
28578       </method>
28579       <method name="Void Main()">
28580         <size>47</size>
28581       </method>
28582       <method name="Boolean op_Equality(Test, Test)">
28583         <size>14</size>
28584       </method>
28585       <method name="Boolean op_Inequality(Test, Test)">
28586         <size>2</size>
28587       </method>
28588     </type>
28589   </test>
28590   <test name="test-37.cs">
28591     <type name="X">
28592       <method name="Void .ctor()">
28593         <size>7</size>
28594       </method>
28595       <method name="Void m(System.Int32[])">
28596         <size>9</size>
28597       </method>
28598       <method name="Int32 test_int_single_dim()">
28599         <size>88</size>
28600       </method>
28601       <method name="Int32 simple_test_double_dim()">
28602         <size>78</size>
28603       </method>
28604       <method name="Int32 Main()">
28605         <size>12</size>
28606       </method>
28607     </type>
28608   </test>
28609   <test name="test-370.cs">
28610     <type name="Test.Application">
28611       <method name="Void .ctor()">
28612         <size>7</size>
28613       </method>
28614       <method name="Int32 ParseType(System.String)">
28615         <size>168</size>
28616       </method>
28617       <method name="Int32 Main()">
28618         <size>54</size>
28619       </method>
28620     </type>
28621   </test>
28622   <test name="test-371.cs">
28623     <type name="X">
28624       <method name="Void .ctor(Boolean&amp;)">
28625         <size>10</size>
28626       </method>
28627       <method name="Void Main()">
28628         <size>1</size>
28629       </method>
28630     </type>
28631     <type name="Y">
28632       <method name="Void .ctor(Boolean&amp;)">
28633         <size>8</size>
28634       </method>
28635     </type>
28636   </test>
28637   <test name="test-372.cs">
28638     <type name="GenericNode">
28639       <method name="Void .ctor()">
28640         <size>7</size>
28641       </method>
28642       <method name="Int32 GetStat()">
28643         <size>2</size>
28644       </method>
28645     </type>
28646     <type name="GenericFileNode">
28647       <method name="Void .ctor()">
28648         <size>7</size>
28649       </method>
28650       <method name="Int32 NotUsed()">
28651         <size>2</size>
28652       </method>
28653     </type>
28654     <type name="WorkingTest">
28655       <method name="Void .ctor()">
28656         <size>7</size>
28657       </method>
28658       <method name="Int32 GetStat()">
28659         <size>3</size>
28660       </method>
28661     </type>
28662     <type name="FailingTest">
28663       <method name="Void .ctor()">
28664         <size>7</size>
28665       </method>
28666       <method name="Int32 GetStat()">
28667         <size>3</size>
28668       </method>
28669     </type>
28670     <type name="TestWrapper">
28671       <method name="Void .ctor()">
28672         <size>7</size>
28673       </method>
28674       <method name="Boolean Test(Node, System.String)">
28675         <size>39</size>
28676       </method>
28677       <method name="Int32 Main()">
28678         <size>44</size>
28679       </method>
28680     </type>
28681   </test>
28682   <test name="test-373.cs">
28683     <type name="Test">
28684       <method name="Void .ctor()">
28685         <size>7</size>
28686       </method>
28687       <method name="Void Main(System.String[])">
28688         <size>50</size>
28689       </method>
28690     </type>
28691   </test>
28692   <test name="test-374.cs">
28693     <type name="Test">
28694       <method name="Void .ctor()">
28695         <size>7</size>
28696       </method>
28697     </type>
28698     <type name="Rest">
28699       <method name="Void .ctor()">
28700         <size>7</size>
28701       </method>
28702       <method name="Void Main()">
28703         <size>1</size>
28704       </method>
28705     </type>
28706   </test>
28707   <test name="test-375.cs">
28708     <type name="a">
28709       <method name="Void .ctor()">
28710         <size>7</size>
28711       </method>
28712     </type>
28713     <type name="a+b">
28714       <method name="Void .ctor()">
28715         <size>7</size>
28716       </method>
28717     </type>
28718     <type name="c">
28719       <method name="Void .ctor()">
28720         <size>7</size>
28721       </method>
28722       <method name="Void Main()">
28723         <size>1</size>
28724       </method>
28725     </type>
28726     <type name="c+d">
28727       <method name="Void .ctor()">
28728         <size>7</size>
28729       </method>
28730     </type>
28731   </test>
28732   <test name="test-376.cs">
28733     <type name="C">
28734       <method name="Void .ctor()">
28735         <size>7</size>
28736       </method>
28737       <method name="Int32 Main()">
28738         <size>72</size>
28739       </method>
28740     </type>
28741   </test>
28742   <test name="test-377.cs">
28743     <type name="Tests">
28744       <method name="Void .ctor()">
28745         <size>7</size>
28746       </method>
28747       <method name="Void test()">
28748         <size>10</size>
28749       </method>
28750       <method name="Void Main()">
28751         <size>1</size>
28752       </method>
28753     </type>
28754   </test>
28755   <test name="test-378.cs">
28756     <type name="C">
28757       <method name="Void .ctor()">
28758         <size>7</size>
28759       </method>
28760       <method name="Void Main()">
28761         <size>1</size>
28762       </method>
28763     </type>
28764   </test>
28765   <test name="test-379.cs">
28766     <type name="DeadCode">
28767       <method name="Void .ctor()">
28768         <size>7</size>
28769       </method>
28770       <method name="Void Main()">
28771         <size>12</size>
28772       </method>
28773       <method name="System.String SomeFunc(System.String)">
28774         <size>2</size>
28775       </method>
28776     </type>
28777   </test>
28778   <test name="test-38.cs">
28779     <type name="X">
28780       <method name="Void .ctor()">
28781         <size>7</size>
28782       </method>
28783       <method name="Int32 get_Item(Int32)">
28784         <size>20</size>
28785       </method>
28786       <method name="Void set_Item(Int32, Int32)">
28787         <size>26</size>
28788       </method>
28789       <method name="Int32 Foo()">
28790         <size>2</size>
28791       </method>
28792       <method name="Int32 get_Bar()">
28793         <size>7</size>
28794       </method>
28795       <method name="Void set_Bar(Int32)">
28796         <size>8</size>
28797       </method>
28798     </type>
28799     <type name="Y">
28800       <method name="Void .ctor()">
28801         <size>7</size>
28802       </method>
28803       <method name="UInt32 get_Item(UInt32)">
28804         <size>20</size>
28805       </method>
28806       <method name="Void set_Item(UInt32, UInt32)">
28807         <size>26</size>
28808       </method>
28809       <method name="UInt32 Foo()">
28810         <size>2</size>
28811       </method>
28812       <method name="UInt32 get_Bar()">
28813         <size>7</size>
28814       </method>
28815       <method name="Void set_Bar(UInt32)">
28816         <size>8</size>
28817       </method>
28818     </type>
28819     <type name="Test">
28820       <method name="Void .ctor()">
28821         <size>7</size>
28822       </method>
28823       <method name="Int32 Main()">
28824         <size>288</size>
28825       </method>
28826     </type>
28827   </test>
28828   <test name="test-380.cs">
28829     <type name="T">
28830       <method name="Void .ctor()">
28831         <size>7</size>
28832       </method>
28833       <method name="Int32 Main()">
28834         <size>17</size>
28835       </method>
28836     </type>
28837   </test>
28838   <test name="test-381.cs">
28839     <type name="Application">
28840       <method name="Void .ctor()">
28841         <size>7</size>
28842       </method>
28843       <method name="Void Main(System.String[])">
28844         <size>13</size>
28845       </method>
28846     </type>
28847   </test>
28848   <test name="test-382.cs">
28849     <type name="Dec">
28850       <method name="Void .ctor()">
28851         <size>7</size>
28852       </method>
28853       <method name="Void .cctor()">
28854         <size>16</size>
28855       </method>
28856       <method name="Void Main()">
28857         <size>108</size>
28858       </method>
28859     </type>
28860   </test>
28861   <test name="test-383.cs">
28862     <type name="X">
28863       <method name="Void .ctor()">
28864         <size>37</size>
28865       </method>
28866       <method name="X testme(Int32 ByRef)">
28867         <size>5</size>
28868       </method>
28869       <method name="Void Main()">
28870         <size>7</size>
28871       </method>
28872     </type>
28873   </test>
28874   <test name="test-384.cs">
28875     <type name="X">
28876       <method name="Void .ctor()">
28877         <size>7</size>
28878       </method>
28879       <method name="Void .cctor()">
28880         <size>8</size>
28881       </method>
28882       <method name="Void Test()">
28883         <size>40</size>
28884       </method>
28885       <method name="Int32 Main()">
28886         <size>21</size>
28887       </method>
28888     </type>
28889   </test>
28890   <test name="test-385.cs">
28891     <type name="Test">
28892       <method name="Void .ctor()">
28893         <size>7</size>
28894       </method>
28895       <method name="Int32 Main()">
28896         <size>40</size>
28897       </method>
28898     </type>
28899   </test>
28900   <test name="test-386.cs">
28901     <type name="SuperDecimal">
28902       <method name="Void .ctor(Decimal)">
28903         <size>14</size>
28904       </method>
28905       <method name="Void Main()">
28906         <size>15</size>
28907       </method>
28908       <method name="SuperDecimal op_Implicit(Decimal)">
28909         <size>7</size>
28910       </method>
28911     </type>
28912   </test>
28913   <test name="test-387.cs">
28914     <type name="ObjectID">
28915       <method name="Void .ctor(Int64)">
28916         <size>8</size>
28917       </method>
28918       <method name="Void Main()">
28919         <size>22</size>
28920       </method>
28921       <method name="Int64 op_Implicit(ObjectID)">
28922         <size>8</size>
28923       </method>
28924       <method name="ObjectID op_Implicit(Int64)">
28925         <size>7</size>
28926       </method>
28927     </type>
28928   </test>
28929   <test name="test-388.cs">
28930     <type name="Schemas.basefieldtype">
28931       <method name="Void .ctor()">
28932         <size>7</size>
28933       </method>
28934       <method name="System.Object Instantiate()">
28935         <size>2</size>
28936       </method>
28937     </type>
28938     <type name="Schemas.fieldtype">
28939       <method name="Void .ctor()">
28940         <size>7</size>
28941       </method>
28942       <method name="System.Object Instantiate()">
28943         <size>18</size>
28944       </method>
28945     </type>
28946     <type name="Schemas.compoundfield">
28947       <method name="Void .ctor()">
28948         <size>7</size>
28949       </method>
28950       <method name="System.Object Instantiate()">
28951         <size>18</size>
28952       </method>
28953     </type>
28954     <type name="Schemas.field">
28955       <method name="Void .ctor()">
28956         <size>7</size>
28957       </method>
28958       <method name="System.Object Instantiate()">
28959         <size>18</size>
28960       </method>
28961     </type>
28962     <type name="Schemas.formdata">
28963       <method name="Void .ctor()">
28964         <size>7</size>
28965       </method>
28966       <method name="System.Object Instantiate()">
28967         <size>12</size>
28968       </method>
28969     </type>
28970     <type name="Schemas.M">
28971       <method name="Void .ctor()">
28972         <size>7</size>
28973       </method>
28974       <method name="Void Main()">
28975         <size>1</size>
28976       </method>
28977     </type>
28978   </test>
28979   <test name="test-389.cs">
28980     <type name="Schemas.basefieldtype">
28981       <method name="Void .ctor()">
28982         <size>7</size>
28983       </method>
28984       <method name="System.Object Instantiate()">
28985         <size>2</size>
28986       </method>
28987     </type>
28988     <type name="Schemas.fieldtype">
28989       <method name="Void .ctor()">
28990         <size>7</size>
28991       </method>
28992       <method name="System.Object Instantiate()">
28993         <size>18</size>
28994       </method>
28995     </type>
28996     <type name="Schemas.compoundfield">
28997       <method name="Void .ctor()">
28998         <size>7</size>
28999       </method>
29000       <method name="System.Object Instantiate()">
29001         <size>18</size>
29002       </method>
29003     </type>
29004     <type name="Schemas.field">
29005       <method name="Void .ctor()">
29006         <size>7</size>
29007       </method>
29008       <method name="System.Object Instantiate()">
29009         <size>18</size>
29010       </method>
29011     </type>
29012     <type name="Schemas.formdata">
29013       <method name="Void .ctor()">
29014         <size>7</size>
29015       </method>
29016       <method name="System.Object Instantiate()">
29017         <size>12</size>
29018       </method>
29019     </type>
29020     <type name="Schemas.M">
29021       <method name="Void .ctor()">
29022         <size>7</size>
29023       </method>
29024       <method name="Void Main()">
29025         <size>1</size>
29026       </method>
29027     </type>
29028   </test>
29029   <test name="test-39.cs">
29030     <type name="SimpleAttribute">
29031       <method name="Void .ctor(String)">
29032         <size>14</size>
29033       </method>
29034       <method name="System.String get_AnotherArg()">
29035         <size>7</size>
29036       </method>
29037       <method name="Void set_AnotherArg(System.String)">
29038         <size>8</size>
29039       </method>
29040       <method name="Int64 get_LongValue()">
29041         <size>3</size>
29042       </method>
29043       <method name="Void set_LongValue(Int64)">
29044         <size>1</size>
29045       </method>
29046       <method name="System.Int64[] get_ArrayValue()">
29047         <size>7</size>
29048       </method>
29049       <method name="Void set_ArrayValue(System.Int64[])">
29050         <size>1</size>
29051       </method>
29052     </type>
29053     <type name="Blah2">
29054       <method name="Void .ctor()">
29055         <size>7</size>
29056       </method>
29057     </type>
29058     <type name="Blah3">
29059       <method name="Void .ctor()">
29060         <size>7</size>
29061       </method>
29062     </type>
29063     <type name="Blah">
29064       <method name="Void .ctor()">
29065         <size>7</size>
29066       </method>
29067       <method name="Int32 Main()">
29068         <size>171</size>
29069       </method>
29070     </type>
29071   </test>
29072   <test name="test-390.cs">
29073     <type name="C">
29074       <method name="Void .ctor()">
29075         <size>7</size>
29076       </method>
29077       <method name="Void Main()">
29078         <size>1</size>
29079       </method>
29080     </type>
29081     <type name="C+O">
29082       <method name="Void .ctor()">
29083         <size>7</size>
29084       </method>
29085       <method name="Void Foo()">
29086         <size>1</size>
29087       </method>
29088     </type>
29089     <type name="C+N">
29090       <method name="Void .ctor()">
29091         <size>7</size>
29092       </method>
29093       <method name="Void Foo()">
29094         <size>1</size>
29095       </method>
29096     </type>
29097     <type name="C+M">
29098       <method name="Void .ctor()">
29099         <size>7</size>
29100       </method>
29101     </type>
29102   </test>
29103   <test name="test-391.cs">
29104     <type name="C">
29105       <method name="Void .ctor()">
29106         <size>7</size>
29107       </method>
29108       <method name="Void Foo(Int32)">
29109         <size>1</size>
29110       </method>
29111       <method name="Void Foo(Int32 ByRef)">
29112         <size>1</size>
29113       </method>
29114       <method name="Void Bar(Boolean ByRef)">
29115         <size>4</size>
29116       </method>
29117       <method name="Void Bar(Boolean)">
29118         <size>1</size>
29119       </method>
29120       <method name="Void Main()">
29121         <size>1</size>
29122       </method>
29123     </type>
29124   </test>
29125   <test name="test-392.cs">
29126     <type name="C">
29127       <method name="Int32 Test()">
29128         <size>80</size>
29129       </method>
29130       <method name="Int32 Main()">
29131         <size>16</size>
29132       </method>
29133     </type>
29134     <type name="C+S">
29135       <method name="Void .ctor(Int32)">
29136         <size>8</size>
29137       </method>
29138     </type>
29139   </test>
29140   <test name="test-393.cs">
29141     <type name="A">
29142       <method name="Void .ctor(String)">
29143         <size>24</size>
29144       </method>
29145       <method name="Void .ctor()">
29146         <size>7</size>
29147       </method>
29148       <method name="System.String get_Name()">
29149         <size>7</size>
29150       </method>
29151     </type>
29152     <type name="B">
29153       <method name="Void .ctor(String)">
29154         <size>24</size>
29155       </method>
29156       <method name="Void .ctor()">
29157         <size>7</size>
29158       </method>
29159     </type>
29160     <type name="C">
29161       <method name="Void .ctor(String)">
29162         <size>24</size>
29163       </method>
29164     </type>
29165     <type name="Tester">
29166       <method name="Void .ctor()">
29167         <size>7</size>
29168       </method>
29169       <method name="A MethodSampleA(System.String)">
29170         <size>7</size>
29171       </method>
29172       <method name="B MethodSampleB(System.String)">
29173         <size>7</size>
29174       </method>
29175       <method name="C MethodSampleC(System.String)">
29176         <size>7</size>
29177       </method>
29178       <method name="Void Main()">
29179         <size>113</size>
29180       </method>
29181     </type>
29182     <type name="Tester+MethodHandler">
29183       <method name="Void .ctor(Object, IntPtr)">
29184         <size>0</size>
29185       </method>
29186       <method name="A Invoke(System.String)">
29187         <size>0</size>
29188       </method>
29189       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
29190         <size>0</size>
29191       </method>
29192       <method name="A EndInvoke(IAsyncResult)">
29193         <size>0</size>
29194       </method>
29195     </type>
29196   </test>
29197   <test name="test-394.cs">
29198     <type name="A">
29199       <method name="Void .ctor(String)">
29200         <size>24</size>
29201       </method>
29202       <method name="Void .ctor()">
29203         <size>7</size>
29204       </method>
29205       <method name="System.String get_Name()">
29206         <size>7</size>
29207       </method>
29208     </type>
29209     <type name="B">
29210       <method name="Void .ctor(String)">
29211         <size>24</size>
29212       </method>
29213       <method name="Void .ctor()">
29214         <size>7</size>
29215       </method>
29216     </type>
29217     <type name="C">
29218       <method name="Void .ctor(String, String)">
29219         <size>31</size>
29220       </method>
29221       <method name="System.String get_Value()">
29222         <size>7</size>
29223       </method>
29224     </type>
29225     <type name="Tester">
29226       <method name="Void .ctor()">
29227         <size>7</size>
29228       </method>
29229       <method name="System.String MethodSampleA(A)">
29230         <size>7</size>
29231       </method>
29232       <method name="System.String MethodSampleB(B)">
29233         <size>7</size>
29234       </method>
29235       <method name="System.String MethodSampleC(C)">
29236         <size>23</size>
29237       </method>
29238       <method name="Void Main()">
29239         <size>128</size>
29240       </method>
29241     </type>
29242     <type name="Tester+MethodHandler">
29243       <method name="Void .ctor(Object, IntPtr)">
29244         <size>0</size>
29245       </method>
29246       <method name="System.String Invoke(C)">
29247         <size>0</size>
29248       </method>
29249       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
29250         <size>0</size>
29251       </method>
29252       <method name="System.String EndInvoke(IAsyncResult)">
29253         <size>0</size>
29254       </method>
29255     </type>
29256   </test>
29257   <test name="test-395.cs">
29258     <type name="A">
29259       <method name="Void .ctor(String)">
29260         <size>24</size>
29261       </method>
29262       <method name="Void .ctor()">
29263         <size>7</size>
29264       </method>
29265       <method name="System.String get_Name()">
29266         <size>7</size>
29267       </method>
29268     </type>
29269     <type name="B">
29270       <method name="Void .ctor(String)">
29271         <size>24</size>
29272       </method>
29273       <method name="Void .ctor()">
29274         <size>7</size>
29275       </method>
29276     </type>
29277     <type name="C">
29278       <method name="Void .ctor(String, String)">
29279         <size>31</size>
29280       </method>
29281       <method name="System.String get_Value()">
29282         <size>7</size>
29283       </method>
29284     </type>
29285     <type name="Tester">
29286       <method name="Void .ctor()">
29287         <size>7</size>
29288       </method>
29289       <method name="Void MethodSample(B, A, C)">
29290         <size>55</size>
29291       </method>
29292       <method name="Void Main()">
29293         <size>71</size>
29294       </method>
29295     </type>
29296     <type name="Tester+MethodHandler">
29297       <method name="Void .ctor(Object, IntPtr)">
29298         <size>0</size>
29299       </method>
29300       <method name="Void Invoke(C, C, C)">
29301         <size>0</size>
29302       </method>
29303       <method name="IAsyncResult BeginInvoke(C, C, C, 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   </test>
29311   <test name="test-396.cs">
29312     <type name="MainClass">
29313       <method name="Void .ctor()">
29314         <size>7</size>
29315       </method>
29316       <method name="Int32 Main()">
29317         <size>22</size>
29318       </method>
29319     </type>
29320   </test>
29321   <test name="test-397.cs">
29322     <type name="TypeCheckAttribute">
29323       <method name="Void .ctor()">
29324         <size>7</size>
29325       </method>
29326     </type>
29327     <type name="PropertyCheckAttribute">
29328       <method name="Void .ctor()">
29329         <size>7</size>
29330       </method>
29331     </type>
29332     <type name="AccessorCheckAttribute">
29333       <method name="Void .ctor(MethodAttributes)">
29334         <size>14</size>
29335       </method>
29336       <method name="MethodAttributes get_Attributes()">
29337         <size>7</size>
29338       </method>
29339     </type>
29340     <type name="Test">
29341       <method name="Void .ctor()">
29342         <size>7</size>
29343       </method>
29344       <method name="Int32 Main(System.String[])">
29345         <size>120</size>
29346       </method>
29347       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
29348         <size>153</size>
29349       </method>
29350     </type>
29351     <type name="A">
29352       <method name="Void .ctor()">
29353         <size>7</size>
29354       </method>
29355       <method name="Int32 get_Value1()">
29356         <size>2</size>
29357       </method>
29358       <method name="Void set_Value1(Int32)">
29359         <size>1</size>
29360       </method>
29361       <method name="Int32 get_Value2()">
29362         <size>2</size>
29363       </method>
29364       <method name="Void set_Value2(Int32)">
29365         <size>1</size>
29366       </method>
29367       <method name="Int32 get_Value3()">
29368         <size>2</size>
29369       </method>
29370       <method name="Void set_Value3(Int32)">
29371         <size>1</size>
29372       </method>
29373       <method name="Int32 get_Value4()">
29374         <size>2</size>
29375       </method>
29376       <method name="Void set_Value4(Int32)">
29377         <size>1</size>
29378       </method>
29379       <method name="Int32 get_Value5()">
29380         <size>2</size>
29381       </method>
29382       <method name="Void set_Value5(Int32)">
29383         <size>1</size>
29384       </method>
29385     </type>
29386   </test>
29387   <test name="test-398.cs">
29388     <type name="Tester">
29389       <method name="Void .ctor()">
29390         <size>7</size>
29391       </method>
29392       <method name="Void Main()">
29393         <size>118</size>
29394       </method>
29395     </type>
29396     <type name="A">
29397       <method name="Void .ctor(Int32)">
29398         <size>14</size>
29399       </method>
29400       <method name="Int32 get_Count()">
29401         <size>7</size>
29402       </method>
29403       <method name="Void set_Count(Int32)">
29404         <size>8</size>
29405       </method>
29406       <method name="Int32 get_Item(Int32)">
29407         <size>2</size>
29408       </method>
29409       <method name="System.String get_Message()">
29410         <size>6</size>
29411       </method>
29412     </type>
29413     <type name="B">
29414       <method name="Void .ctor(Int32)">
29415         <size>8</size>
29416       </method>
29417       <method name="Void set_Count(Int32)">
29418         <size>1</size>
29419       </method>
29420       <method name="Void SetCount(Int32)">
29421         <size>8</size>
29422       </method>
29423       <method name="Int32 get_Item(Int32)">
29424         <size>8</size>
29425       </method>
29426       <method name="System.String get_Message()">
29427         <size>6</size>
29428       </method>
29429       <method name="Void set_Message(System.String)">
29430         <size>1</size>
29431       </method>
29432     </type>
29433   </test>
29434   <test name="test-399.cs">
29435     <type name="TestVararg">
29436       <method name="Void .ctor()">
29437         <size>7</size>
29438       </method>
29439       <method name="Int32 Main()">
29440         <size>345</size>
29441       </method>
29442       <method name="Void F(RuntimeArgumentHandle)">
29443         <size>1</size>
29444       </method>
29445       <method name="Void G(...)">
29446         <size>22</size>
29447       </method>
29448     </type>
29449   </test>
29450   <test name="test-4.cs">
29451     <type name="X">
29452       <method name="Void .ctor()">
29453         <size>7</size>
29454       </method>
29455       <method name="Void test(SByte)">
29456         <size>8</size>
29457       </method>
29458       <method name="Void test(Int32)">
29459         <size>8</size>
29460       </method>
29461       <method name="Int32 Main()">
29462         <size>102</size>
29463       </method>
29464     </type>
29465   </test>
29466   <test name="test-40.cs">
29467     <type name="Blah">
29468       <method name="Void .ctor()">
29469         <size>7</size>
29470       </method>
29471       <method name="Int32 Main()">
29472         <size>203</size>
29473       </method>
29474     </type>
29475   </test>
29476   <test name="test-400.cs">
29477     <type name="X">
29478       <method name="Void .ctor()">
29479         <size>7</size>
29480       </method>
29481       <method name="Void .cctor()">
29482         <size>52</size>
29483       </method>
29484       <method name="Int32 TestDereference()">
29485         <size>89</size>
29486       </method>
29487       <method name="Int32 TestPtrAdd()">
29488         <size>86</size>
29489       </method>
29490       <method name="Int32 TestPtrAssign()">
29491         <size>198</size>
29492       </method>
29493       <method name="Int32 TestPtrArithmetic()">
29494         <size>226</size>
29495       </method>
29496       <method name="Int32 TestMultiple()">
29497         <size>93</size>
29498       </method>
29499       <method name="Int32 Main()">
29500         <size>82</size>
29501       </method>
29502     </type>
29503   </test>
29504   <test name="test-401.cs">
29505     <type name="X">
29506       <method name="Void .ctor()">
29507         <size>7</size>
29508       </method>
29509       <method name="Int32 Main()">
29510         <size>170</size>
29511       </method>
29512     </type>
29513   </test>
29514   <test name="test-402.cs">
29515     <type name="X">
29516       <method name="Void .ctor()">
29517         <size>7</size>
29518       </method>
29519       <method name="Int32 Main()">
29520         <size>18</size>
29521       </method>
29522     </type>
29523   </test>
29524   <test name="test-403.cs">
29525     <type name="Foo">
29526       <method name="Void .ctor()">
29527         <size>7</size>
29528       </method>
29529       <method name="Int32 Main()">
29530         <size>91</size>
29531       </method>
29532     </type>
29533   </test>
29534   <test name="test-404.cs">
29535     <type name="X">
29536       <method name="Void .ctor()">
29537         <size>7</size>
29538       </method>
29539       <method name="Int32 Main()">
29540         <size>48</size>
29541       </method>
29542       <method name="Int32* get_v()">
29543         <size>20</size>
29544       </method>
29545     </type>
29546   </test>
29547   <test name="test-405.cs">
29548     <type name="testapp.LibTestAPI">
29549       <method name="Void .ctor()">
29550         <size>7</size>
29551       </method>
29552       <method name="Void Create()">
29553         <size>17</size>
29554       </method>
29555     </type>
29556     <type name="testapp.TestApp">
29557       <method name="Void .ctor()">
29558         <size>7</size>
29559       </method>
29560       <method name="Void Main(System.String[])">
29561         <size>13</size>
29562       </method>
29563     </type>
29564   </test>
29565   <test name="test-406.cs">
29566     <type name="TestCase.Test">
29567       <method name="Void .ctor()">
29568         <size>7</size>
29569       </method>
29570       <method name="Int32 Main(System.String[])">
29571         <size>180</size>
29572       </method>
29573       <method name="UInt32 DoOp(UInt32*)">
29574         <size>11</size>
29575       </method>
29576       <method name="UInt32 DoOp2(UInt32*)">
29577         <size>10</size>
29578       </method>
29579     </type>
29580   </test>
29581   <test name="test-407.cs">
29582     <type name="MainClass">
29583       <method name="Void .ctor()">
29584         <size>7</size>
29585       </method>
29586       <method name="Void Main()">
29587         <size>12</size>
29588       </method>
29589     </type>
29590   </test>
29591   <test name="test-408.cs">
29592     <type name="T">
29593       <method name="Void .ctor()">
29594         <size>7</size>
29595       </method>
29596       <method name="Int32 Main()">
29597         <size>44</size>
29598       </method>
29599     </type>
29600   </test>
29601   <test name="test-409.cs">
29602     <type name="X">
29603       <method name="Int32 Main()">
29604         <size>27</size>
29605       </method>
29606     </type>
29607   </test>
29608   <test name="test-41.cs">
29609     <type name="X">
29610       <method name="Void .ctor()">
29611         <size>7</size>
29612       </method>
29613       <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)">
29614         <size>188</size>
29615       </method>
29616       <method name="Int32 Main()">
29617         <size>228</size>
29618       </method>
29619     </type>
29620   </test>
29621   <test name="test-410.cs">
29622     <type name="B">
29623       <method name="Void .ctor()">
29624         <size>7</size>
29625       </method>
29626       <method name="Int32 Main()">
29627         <size>28</size>
29628       </method>
29629     </type>
29630   </test>
29631   <test name="test-411.cs">
29632     <type name="QtSamples.QtClass">
29633       <method name="Void .ctor()">
29634         <size>24</size>
29635       </method>
29636       <method name="Void pressEvent()">
29637         <size>1</size>
29638       </method>
29639     </type>
29640     <type name="QtSamples.Testing">
29641       <method name="Void .ctor()">
29642         <size>7</size>
29643       </method>
29644       <method name="Int32 Main()">
29645         <size>8</size>
29646       </method>
29647     </type>
29648   </test>
29649   <test name="test-412.cs">
29650     <type name="Foo.Baz">
29651       <method name="Void .ctor()">
29652         <size>7</size>
29653       </method>
29654       <method name="Void Main()">
29655         <size>1</size>
29656       </method>
29657     </type>
29658   </test>
29659   <test name="test-413.cs">
29660     <type name="Driver">
29661       <method name="Void .ctor()">
29662         <size>7</size>
29663       </method>
29664       <method name="Void Main()">
29665         <size>6</size>
29666       </method>
29667     </type>
29668   </test>
29669   <test name="test-414.cs">
29670     <type name="BB">
29671       <method name="Void .ctor()">
29672         <size>7</size>
29673       </method>
29674       <method name="System.String get_Data()">
29675         <size>2</size>
29676       </method>
29677       <method name="Void Main()">
29678         <size>1</size>
29679       </method>
29680     </type>
29681   </test>
29682   <test name="test-415.cs">
29683     <type name="MyTestExtended">
29684       <method name="Void .ctor()">
29685         <size>7</size>
29686       </method>
29687       <method name="System.String GetName()">
29688         <size>6</size>
29689       </method>
29690       <method name="Void Main(System.String[])">
29691         <size>33</size>
29692       </method>
29693     </type>
29694   </test>
29695   <test name="test-417.cs">
29696     <type name="blah2.MyClass">
29697       <method name="Void .ctor()">
29698         <size>7</size>
29699       </method>
29700       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
29701         <size>24</size>
29702       </method>
29703       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
29704         <size>24</size>
29705       </method>
29706       <method name="Void DoSomethingFunny()">
29707         <size>46</size>
29708       </method>
29709       <method name="Void Main(System.String[])">
29710         <size>13</size>
29711       </method>
29712     </type>
29713   </test>
29714   <test name="test-419.cs">
29715     <type name="Test">
29716       <method name="Void .ctor()">
29717         <size>7</size>
29718       </method>
29719       <method name="Void Main()">
29720         <size>7</size>
29721       </method>
29722     </type>
29723   </test>
29724   <test name="test-42.cs">
29725     <type name="X">
29726       <method name="Void .ctor()">
29727         <size>7</size>
29728       </method>
29729       <method name="Int32 get_Item(Int32)">
29730         <size>14</size>
29731       </method>
29732       <method name="Void set_Item(Int32, Int32)">
29733         <size>15</size>
29734       </method>
29735       <method name="Int32 get_P()">
29736         <size>7</size>
29737       </method>
29738       <method name="Void set_P(Int32)">
29739         <size>8</size>
29740       </method>
29741     </type>
29742     <type name="Z">
29743       <method name="Void .ctor()">
29744         <size>7</size>
29745       </method>
29746       <method name="Z get_P()">
29747         <size>2</size>
29748       </method>
29749       <method name="Void set_P(Z)">
29750         <size>1</size>
29751       </method>
29752       <method name="Z op_Increment(Z)">
29753         <size>16</size>
29754       </method>
29755     </type>
29756     <type name="Y">
29757       <method name="Void .ctor()">
29758         <size>7</size>
29759       </method>
29760       <method name="Int32 p_pre_increment(X)">
29761         <size>18</size>
29762       </method>
29763       <method name="Int32 p_post_increment(X)">
29764         <size>18</size>
29765       </method>
29766       <method name="Int32 i_pre_increment(X)">
29767         <size>27</size>
29768       </method>
29769       <method name="Int32 i_post_increment(X)">
29770         <size>27</size>
29771       </method>
29772       <method name="Z overload_increment(Z)">
29773         <size>10</size>
29774       </method>
29775       <method name="Z overload_pre_increment(Z)">
29776         <size>10</size>
29777       </method>
29778       <method name="Z ugly(Z)">
29779         <size>21</size>
29780       </method>
29781       <method name="Int32 simple(Int32)">
29782         <size>62</size>
29783       </method>
29784       <method name="Int32 arrays()">
29785         <size>234</size>
29786       </method>
29787       <method name="Int32 Main()">
29788         <size>161</size>
29789       </method>
29790     </type>
29791   </test>
29792   <test name="test-420.cs">
29793     <type name="Test">
29794       <method name="Void .ctor()">
29795         <size>7</size>
29796       </method>
29797       <method name="Void Main()">
29798         <size>7</size>
29799       </method>
29800     </type>
29801   </test>
29802   <test name="test-421.cs">
29803     <type name="A">
29804       <method name="Void .ctor()">
29805         <size>7</size>
29806       </method>
29807       <method name="Void SetObject(System.String)">
29808         <size>12</size>
29809       </method>
29810     </type>
29811     <type name="B">
29812       <method name="Void .ctor()">
29813         <size>7</size>
29814       </method>
29815     </type>
29816     <type name="C">
29817       <method name="Void .ctor()">
29818         <size>7</size>
29819       </method>
29820       <method name="Void .cctor()">
29821         <size>1</size>
29822       </method>
29823       <method name="Void SetObject(System.String)">
29824         <size>18</size>
29825       </method>
29826     </type>
29827     <type name="X">
29828       <method name="Void .ctor()">
29829         <size>7</size>
29830       </method>
29831       <method name="Int32 Main(System.String[])">
29832         <size>31</size>
29833       </method>
29834     </type>
29835   </test>
29836   <test name="test-422.cs">
29837     <type name="HelloWorld.MainClass">
29838       <method name="Void .ctor()">
29839         <size>7</size>
29840       </method>
29841       <method name="Void .cctor()">
29842         <size>17</size>
29843       </method>
29844       <method name="Void Main(System.String[])">
29845         <size>1</size>
29846       </method>
29847       <method name="Boolean CheckTrueThat()">
29848         <size>2</size>
29849       </method>
29850     </type>
29851   </test>
29852   <test name="test-423.cs">
29853     <type name="Test">
29854       <method name="Void .ctor()">
29855         <size>7</size>
29856       </method>
29857       <method name="Void Func(Int32 ByRef)">
29858         <size>12</size>
29859       </method>
29860       <method name="Void Main()">
29861         <size>10</size>
29862       </method>
29863       <method name="Void lowLevelCall(Int32*)">
29864         <size>1</size>
29865       </method>
29866     </type>
29867   </test>
29868   <test name="test-424.cs">
29869     <type name="XX">
29870       <method name="Void .ctor()">
29871         <size>7</size>
29872       </method>
29873       <method name="Void Metodo(System.Exception)">
29874         <size>37</size>
29875       </method>
29876       <method name="IEnumerable X()">
29877         <size>16</size>
29878       </method>
29879       <method name="Void Main()">
29880         <size>63</size>
29881       </method>
29882     </type>
29883     <type name="XX+&lt;X&gt;c__Iterator0">
29884       <method name="Void .ctor()">
29885         <size>7</size>
29886       </method>
29887       <method name="System.Object System.Collections.IEnumerator.get_Current()">
29888         <size>7</size>
29889       </method>
29890       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
29891         <size>7</size>
29892       </method>
29893       <method name="Boolean MoveNext()">
29894         <size>105</size>
29895       </method>
29896       <method name="Void Dispose()">
29897         <size>8</size>
29898       </method>
29899       <method name="Void Reset()">
29900         <size>6</size>
29901       </method>
29902       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
29903         <size>7</size>
29904       </method>
29905       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
29906         <size>26</size>
29907       </method>
29908     </type>
29909   </test>
29910   <test name="test-425.cs">
29911     <type name="A">
29912       <method name="Void .ctor()">
29913         <size>7</size>
29914       </method>
29915       <method name="Void Main()">
29916         <size>1</size>
29917       </method>
29918     </type>
29919     <type name="AAttribute">
29920       <method name="Void .ctor()">
29921         <size>7</size>
29922       </method>
29923     </type>
29924   </test>
29925   <test name="test-426.cs">
29926     <type name="X">
29927       <method name="Void .ctor()">
29928         <size>7</size>
29929       </method>
29930       <method name="Void Main()">
29931         <size>11</size>
29932       </method>
29933     </type>
29934   </test>
29935   <test name="test-427.cs">
29936     <type name="X">
29937       <method name="Void .ctor()">
29938         <size>7</size>
29939       </method>
29940       <method name="Void Main()">
29941         <size>11</size>
29942       </method>
29943     </type>
29944   </test>
29945   <test name="test-428.cs">
29946     <type name="A">
29947       <method name="Void .ctor()">
29948         <size>7</size>
29949       </method>
29950     </type>
29951     <type name="X">
29952       <method name="Void .ctor()">
29953         <size>7</size>
29954       </method>
29955       <method name="Void Main()">
29956         <size>18</size>
29957       </method>
29958     </type>
29959     <type name="X+A">
29960       <method name="Void .ctor()">
29961         <size>7</size>
29962       </method>
29963     </type>
29964   </test>
29965   <test name="test-429.cs">
29966     <type name="Foo.A">
29967       <method name="Void .ctor()">
29968         <size>7</size>
29969       </method>
29970     </type>
29971     <type name="A">
29972       <method name="Void .ctor()">
29973         <size>7</size>
29974       </method>
29975     </type>
29976     <type name="X">
29977       <method name="Void .ctor()">
29978         <size>7</size>
29979       </method>
29980       <method name="Void Main()">
29981         <size>18</size>
29982       </method>
29983     </type>
29984   </test>
29985   <test name="test-43.cs">
29986     <type name="X">
29987       <method name="Void .ctor()">
29988         <size>7</size>
29989       </method>
29990       <method name="Int32 test_single(System.Int32[])">
29991         <size>34</size>
29992       </method>
29993       <method name="Int32 test_continue(System.Int32[])">
29994         <size>57</size>
29995       </method>
29996       <method name="Boolean test_double(System.Double[])">
29997         <size>61</size>
29998       </method>
29999       <method name="Int32 test_break(System.Int32[])">
30000         <size>57</size>
30001       </method>
30002       <method name="Boolean test_multi(System.Int32[,])">
30003         <size>84</size>
30004       </method>
30005       <method name="Int32 Main()">
30006         <size>284</size>
30007       </method>
30008     </type>
30009     <type name="&lt;PrivateImplementationDetails&gt;">
30010       <method name="Void .ctor()">
30011         <size>7</size>
30012       </method>
30013     </type>
30014   </test>
30015   <test name="test-430.cs">
30016     <type name="A">
30017       <method name="Void .ctor()">
30018         <size>7</size>
30019       </method>
30020     </type>
30021     <type name="X">
30022       <method name="Void .ctor()">
30023         <size>7</size>
30024       </method>
30025       <method name="Void Main()">
30026         <size>18</size>
30027       </method>
30028     </type>
30029     <type name="X+A">
30030       <method name="Void .ctor()">
30031         <size>7</size>
30032       </method>
30033     </type>
30034   </test>
30035   <test name="test-431.cs">
30036     <type name="Foo.A">
30037       <method name="Void .ctor()">
30038         <size>7</size>
30039       </method>
30040     </type>
30041     <type name="X">
30042       <method name="Void .ctor()">
30043         <size>7</size>
30044       </method>
30045       <method name="Void Main()">
30046         <size>18</size>
30047       </method>
30048     </type>
30049   </test>
30050   <test name="test-432.cs">
30051     <type name="Foo.A">
30052       <method name="Void .ctor()">
30053         <size>7</size>
30054       </method>
30055     </type>
30056     <type name="X">
30057       <method name="Void .ctor()">
30058         <size>7</size>
30059       </method>
30060       <method name="Void Main()">
30061         <size>18</size>
30062       </method>
30063     </type>
30064   </test>
30065   <test name="test-433.cs">
30066     <type name="Foo.A">
30067       <method name="Void .ctor()">
30068         <size>7</size>
30069       </method>
30070     </type>
30071     <type name="X">
30072       <method name="Void .ctor()">
30073         <size>7</size>
30074       </method>
30075       <method name="Void .cctor()">
30076         <size>11</size>
30077       </method>
30078       <method name="Void Main()">
30079         <size>16</size>
30080       </method>
30081     </type>
30082   </test>
30083   <test name="test-434.cs">
30084     <type name="Foo.A">
30085       <method name="Void .ctor()">
30086         <size>7</size>
30087       </method>
30088     </type>
30089     <type name="X">
30090       <method name="Void .ctor()">
30091         <size>7</size>
30092       </method>
30093       <method name="Void .cctor()">
30094         <size>11</size>
30095       </method>
30096       <method name="Void Main()">
30097         <size>16</size>
30098       </method>
30099     </type>
30100   </test>
30101   <test name="test-435.cs">
30102     <type name="X">
30103       <method name="Void .ctor()">
30104         <size>7</size>
30105       </method>
30106       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
30107         <size>2</size>
30108       </method>
30109       <method name="Void Main()">
30110         <size>7</size>
30111       </method>
30112     </type>
30113   </test>
30114   <test name="test-436.cs">
30115     <type name="X">
30116       <method name="Void .ctor()">
30117         <size>7</size>
30118       </method>
30119       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
30120         <size>2</size>
30121       </method>
30122       <method name="Void Main()">
30123         <size>7</size>
30124       </method>
30125     </type>
30126   </test>
30127   <test name="test-437.cs">
30128     <type name="T2">
30129       <method name="Void .ctor()">
30130         <size>7</size>
30131       </method>
30132     </type>
30133     <type name="Test">
30134       <method name="Void .ctor()">
30135         <size>7</size>
30136       </method>
30137       <method name="Void Main()">
30138         <size>65</size>
30139       </method>
30140     </type>
30141   </test>
30142   <test name="test-438.cs">
30143     <type name="Program">
30144       <method name="Void .ctor()">
30145         <size>7</size>
30146       </method>
30147       <method name="Void Main(System.String[])">
30148         <size>40</size>
30149       </method>
30150     </type>
30151   </test>
30152   <test name="test-439.cs">
30153     <type name="Test">
30154       <method name="Void .ctor()">
30155         <size>7</size>
30156       </method>
30157       <method name="Void Main()">
30158         <size>45</size>
30159       </method>
30160     </type>
30161     <type name="LayerMask">
30162       <method name="Int32 op_Implicit(LayerMask)">
30163         <size>8</size>
30164       </method>
30165       <method name="LayerMask op_Implicit(Int32)">
30166         <size>11</size>
30167       </method>
30168     </type>
30169   </test>
30170   <test name="test-44.cs">
30171     <type name="X">
30172       <method name="Void .ctor()">
30173         <size>7</size>
30174       </method>
30175       <method name="Int32 dob(System.Int32[,])">
30176         <size>80</size>
30177       </method>
30178       <method name="Int32 count(System.Object)">
30179         <size>39</size>
30180       </method>
30181       <method name="Int32 Main()">
30182         <size>133</size>
30183       </method>
30184     </type>
30185   </test>
30186   <test name="test-440.cs">
30187     <type name="A">
30188       <method name="Void .ctor()">
30189         <size>7</size>
30190       </method>
30191       <method name="Void Main()">
30192         <size>26</size>
30193       </method>
30194       <method name="Double op_Implicit(A)">
30195         <size>10</size>
30196       </method>
30197       <method name="Int32 op_Implicit(A)">
30198         <size>2</size>
30199       </method>
30200     </type>
30201   </test>
30202   <test name="test-441.cs">
30203     <type name="Test">
30204       <method name="Void .ctor()">
30205         <size>7</size>
30206       </method>
30207       <method name="Void .cctor()">
30208         <size>1</size>
30209       </method>
30210       <method name="Void Main()">
30211         <size>25</size>
30212       </method>
30213     </type>
30214   </test>
30215   <test name="test-442.cs">
30216     <type name="ConsoleApplication1.Program">
30217       <method name="Void .ctor()">
30218         <size>7</size>
30219       </method>
30220       <method name="Void Main(System.String[])">
30221         <size>70</size>
30222       </method>
30223     </type>
30224   </test>
30225   <test name="test-443.cs">
30226     <type name="C">
30227       <method name="Void .ctor(ITopic)">
30228         <size>31</size>
30229       </method>
30230       <method name="Void Main()">
30231         <size>1</size>
30232       </method>
30233     </type>
30234   </test>
30235   <test name="test-444.cs">
30236     <type name="쯠쯡쯢">
30237       <method name="Void .ctor()">
30238         <size>7</size>
30239       </method>
30240       <method name="Void Main()">
30241         <size>1</size>
30242       </method>
30243     </type>
30244   </test>
30245   <test name="test-445.cs">
30246     <type name="ConvFromInt">
30247       <method name="Void .ctor()">
30248         <size>14</size>
30249       </method>
30250       <method name="Void .ctor(Int32)">
30251         <size>16</size>
30252       </method>
30253       <method name="ConvFromInt op_Implicit(Int32)">
30254         <size>7</size>
30255       </method>
30256     </type>
30257     <type name="Foo">
30258       <method name="Void .ctor()">
30259         <size>7</size>
30260       </method>
30261       <method name="Void .cctor()">
30262         <size>45</size>
30263       </method>
30264       <method name="Void Main()">
30265         <size>111</size>
30266       </method>
30267     </type>
30268   </test>
30269   <test name="test-446.cs">
30270     <type name="FooTest">
30271       <method name="Void .ctor()">
30272         <size>7</size>
30273       </method>
30274       <method name="Void Main()">
30275         <size>8</size>
30276       </method>
30277       <method name="Void Foo(UInt64)">
30278         <size>1</size>
30279       </method>
30280     </type>
30281   </test>
30282   <test name="test-447.cs">
30283     <type name="System.MonoTODOAttribute">
30284       <method name="Void .ctor()">
30285         <size>7</size>
30286       </method>
30287     </type>
30288     <type name="System.Web.HttpBrowserCapabilities">
30289       <method name="Void .ctor()">
30290         <size>7</size>
30291       </method>
30292       <method name="System.Version get_A()">
30293         <size>6</size>
30294       </method>
30295     </type>
30296     <type name="Test">
30297       <method name="Void .ctor()">
30298         <size>7</size>
30299       </method>
30300       <method name="Void Main()">
30301         <size>1</size>
30302       </method>
30303     </type>
30304   </test>
30305   <test name="test-448.cs">
30306     <type name="MonoDivideProblem">
30307       <method name="Void .ctor()">
30308         <size>7</size>
30309       </method>
30310       <method name="Void .cctor()">
30311         <size>17</size>
30312       </method>
30313       <method name="Void Main(System.String[])">
30314         <size>27</size>
30315       </method>
30316     </type>
30317   </test>
30318   <test name="test-449.cs">
30319     <type name="X">
30320       <method name="Void .ctor()">
30321         <size>7</size>
30322       </method>
30323       <method name="Void Main()">
30324         <size>1</size>
30325       </method>
30326       <method name="Void Z()">
30327         <size>19</size>
30328       </method>
30329       <method name="Void &lt;Z&gt;m__0(System.Object)">
30330         <size>25</size>
30331       </method>
30332       <method name="Void &lt;Z&gt;m__1(System.Object)">
30333         <size>7</size>
30334       </method>
30335     </type>
30336   </test>
30337   <test name="test-45.cs">
30338     <type name="Blah">
30339       <method name="Void .ctor()">
30340         <size>7</size>
30341       </method>
30342       <method name="Void .cctor()">
30343         <size>97</size>
30344       </method>
30345       <method name="Int32 Main()">
30346         <size>755</size>
30347       </method>
30348     </type>
30349     <type name="&lt;PrivateImplementationDetails&gt;">
30350       <method name="Void .ctor()">
30351         <size>7</size>
30352       </method>
30353     </type>
30354   </test>
30355   <test name="test-450.cs">
30356     <type name="MyAttribute">
30357       <method name="Void .ctor(String)">
30358         <size>7</size>
30359       </method>
30360     </type>
30361     <type name="X">
30362       <method name="Void .ctor()">
30363         <size>7</size>
30364       </method>
30365       <method name="Void Main()">
30366         <size>1</size>
30367       </method>
30368     </type>
30369   </test>
30370   <test name="test-451.cs">
30371     <type name="Test">
30372       <method name="Void .ctor()">
30373         <size>7</size>
30374       </method>
30375       <method name="Void Main()">
30376         <size>22</size>
30377       </method>
30378     </type>
30379   </test>
30380   <test name="test-452.cs">
30381     <type name="Foo">
30382       <method name="Void .ctor()">
30383         <size>7</size>
30384       </method>
30385     </type>
30386     <type name="Test">
30387       <method name="Void .ctor()">
30388         <size>7</size>
30389       </method>
30390       <method name="Void Main()">
30391         <size>7</size>
30392       </method>
30393     </type>
30394   </test>
30395   <test name="test-453.cs">
30396     <type name="C">
30397       <method name="Void .ctor()">
30398         <size>7</size>
30399       </method>
30400       <method name="Void Main()">
30401         <size>33</size>
30402       </method>
30403     </type>
30404   </test>
30405   <test name="test-454.cs">
30406     <type name="FooAttribute">
30407       <method name="Void .ctor()">
30408         <size>7</size>
30409       </method>
30410     </type>
30411     <type name="Test">
30412       <method name="Void .ctor()">
30413         <size>7</size>
30414       </method>
30415       <method name="Int32 Main()">
30416         <size>237</size>
30417       </method>
30418     </type>
30419   </test>
30420   <test name="test-455.cs">
30421     <type name="Test">
30422       <method name="Void .ctor()">
30423         <size>7</size>
30424       </method>
30425       <method name="Void Main()">
30426         <size>21</size>
30427       </method>
30428     </type>
30429     <type name="Foo">
30430       <method name="Int32 GetHashCode()">
30431         <size>17</size>
30432       </method>
30433     </type>
30434   </test>
30435   <test name="test-456.cs">
30436     <type name="Test">
30437       <method name="Void .ctor()">
30438         <size>7</size>
30439       </method>
30440       <method name="Void Main()">
30441         <size>16</size>
30442       </method>
30443     </type>
30444     <type name="Foo">
30445       <method name="Void foo()">
30446         <size>11</size>
30447       </method>
30448     </type>
30449   </test>
30450   <test name="test-457.cs">
30451     <type name="Number">
30452       <method name="Void .ctor()">
30453         <size>7</size>
30454       </method>
30455       <method name="Void IDouble.Add(Double)">
30456         <size>11</size>
30457       </method>
30458       <method name="Void IInteger.Add(Int32)">
30459         <size>11</size>
30460       </method>
30461       <method name="Int32 Main()">
30462         <size>52</size>
30463       </method>
30464     </type>
30465   </test>
30466   <test name="test-458.cs">
30467     <type name="MyAttr">
30468       <method name="Void .ctor()">
30469         <size>7</size>
30470       </method>
30471       <method name="Void .ctor(Type)">
30472         <size>7</size>
30473       </method>
30474       <method name="Void .ctor(String)">
30475         <size>7</size>
30476       </method>
30477       <method name="Void .ctor(Int32)">
30478         <size>7</size>
30479       </method>
30480     </type>
30481     <type name="ClassA">
30482       <method name="Void .ctor()">
30483         <size>7</size>
30484       </method>
30485     </type>
30486     <type name="ClassB">
30487       <method name="Void .ctor()">
30488         <size>7</size>
30489       </method>
30490     </type>
30491     <type name="ClassC">
30492       <method name="Void .ctor()">
30493         <size>7</size>
30494       </method>
30495     </type>
30496     <type name="ClassD">
30497       <method name="Void .ctor()">
30498         <size>7</size>
30499       </method>
30500     </type>
30501     <type name="Top">
30502       <method name="Void .ctor()">
30503         <size>7</size>
30504       </method>
30505       <method name="Int32 Main()">
30506         <size>28</size>
30507       </method>
30508     </type>
30509   </test>
30510   <test name="test-459.cs">
30511     <type name="CC">
30512       <method name="Void .ctor()">
30513         <size>7</size>
30514       </method>
30515       <method name="Int32 Main()">
30516         <size>13</size>
30517       </method>
30518     </type>
30519     <type name="CC+IfElseStateMachine">
30520       <method name="Void .ctor()">
30521         <size>7</size>
30522       </method>
30523       <method name="Void HandleToken(Token)">
30524         <size>15</size>
30525       </method>
30526     </type>
30527   </test>
30528   <test name="test-46.cs">
30529     <type name="X">
30530       <method name="Void .ctor()">
30531         <size>7</size>
30532       </method>
30533       <method name="Int32 cast_int(System.Object)">
30534         <size>7</size>
30535       </method>
30536       <method name="UInt32 cast_uint(System.Object)">
30537         <size>7</size>
30538       </method>
30539       <method name="Int16 cast_short(System.Object)">
30540         <size>7</size>
30541       </method>
30542       <method name="Char cast_char(System.Object)">
30543         <size>7</size>
30544       </method>
30545       <method name="UInt16 cast_ushort(System.Object)">
30546         <size>7</size>
30547       </method>
30548       <method name="Byte cast_byte(System.Object)">
30549         <size>7</size>
30550       </method>
30551       <method name="SByte cast_sbyte(System.Object)">
30552         <size>7</size>
30553       </method>
30554       <method name="Int64 cast_long(System.Object)">
30555         <size>7</size>
30556       </method>
30557       <method name="UInt64 cast_ulong(System.Object)">
30558         <size>7</size>
30559       </method>
30560       <method name="Single cast_float(System.Object)">
30561         <size>7</size>
30562       </method>
30563       <method name="Double cast_double(System.Object)">
30564         <size>7</size>
30565       </method>
30566       <method name="Boolean cast_bool(System.Object)">
30567         <size>7</size>
30568       </method>
30569       <method name="Int32 Main()">
30570         <size>1120</size>
30571       </method>
30572     </type>
30573   </test>
30574   <test name="test-460.cs">
30575     <type name="MainClass">
30576       <method name="Void .ctor()">
30577         <size>7</size>
30578       </method>
30579       <method name="Void .cctor()">
30580         <size>18</size>
30581       </method>
30582       <method name="Void Main()">
30583         <size>1</size>
30584       </method>
30585     </type>
30586   </test>
30587   <test name="test-461.cs">
30588     <type name="Valtest">
30589       <method name="Void .ctor()">
30590         <size>7</size>
30591       </method>
30592       <method name="Int32 Main()">
30593         <size>50</size>
30594       </method>
30595     </type>
30596     <type name="Value">
30597       <method name="Void .ctor(Object)">
30598         <size>1</size>
30599       </method>
30600       <method name="System.Object get_Val()">
30601         <size>7</size>
30602       </method>
30603       <method name="System.Enum get_Val2()">
30604         <size>7</size>
30605       </method>
30606     </type>
30607   </test>
30608   <test name="test-462.cs">
30609     <type name="X">
30610       <method name="Void .ctor()">
30611         <size>7</size>
30612       </method>
30613       <method name="Void Method(X)">
30614         <size>1</size>
30615       </method>
30616       <method name="Void Method(System.String)">
30617         <size>8</size>
30618       </method>
30619       <method name="Int32 Main()">
30620         <size>28</size>
30621       </method>
30622     </type>
30623   </test>
30624   <test name="test-463.cs">
30625     <type name="PropertySorter">
30626       <method name="Void .ctor()">
30627         <size>7</size>
30628       </method>
30629     </type>
30630     <type name="PathItemBase">
30631       <method name="Void .ctor()">
30632         <size>7</size>
30633       </method>
30634     </type>
30635     <type name="PathItemBase+TypeConverter">
30636       <method name="Void .ctor()">
30637         <size>7</size>
30638       </method>
30639     </type>
30640     <type name="X">
30641       <method name="Void .ctor()">
30642         <size>7</size>
30643       </method>
30644       <method name="Void Main()">
30645         <size>1</size>
30646       </method>
30647     </type>
30648   </test>
30649   <test name="test-464.cs">
30650     <type name="C">
30651       <method name="Void .ctor()">
30652         <size>7</size>
30653       </method>
30654       <method name="Int32 Main()">
30655         <size>85</size>
30656       </method>
30657     </type>
30658   </test>
30659   <test name="test-465.cs">
30660     <type name="C">
30661       <method name="Void .ctor()">
30662         <size>7</size>
30663       </method>
30664       <method name="Int32 Main()">
30665         <size>85</size>
30666       </method>
30667     </type>
30668   </test>
30669   <test name="test-467.cs">
30670     <type name="ExceptionWithAnonMethod">
30671       <method name="Void .ctor()">
30672         <size>7</size>
30673       </method>
30674       <method name="Int32 Main()">
30675         <size>96</size>
30676       </method>
30677       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
30678         <size>13</size>
30679       </method>
30680     </type>
30681     <type name="ExceptionWithAnonMethod+EmptyCallback">
30682       <method name="Void .ctor(Object, IntPtr)">
30683         <size>0</size>
30684       </method>
30685       <method name="Void Invoke()">
30686         <size>0</size>
30687       </method>
30688       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30689         <size>0</size>
30690       </method>
30691       <method name="Void EndInvoke(IAsyncResult)">
30692         <size>0</size>
30693       </method>
30694     </type>
30695     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
30696       <method name="Void .ctor()">
30697         <size>7</size>
30698       </method>
30699       <method name="Void &lt;&gt;m__0()">
30700         <size>33</size>
30701       </method>
30702     </type>
30703   </test>
30704   <test name="test-468.cs">
30705     <type name="CorMetaDataDispenserExClass">
30706       <method name="Void .ctor()">
30707         <size>0</size>
30708       </method>
30709     </type>
30710     <type name="Test">
30711       <method name="Void .ctor()">
30712         <size>7</size>
30713       </method>
30714       <method name="Void XXX()">
30715         <size>12</size>
30716       </method>
30717       <method name="Void Main()">
30718         <size>1</size>
30719       </method>
30720     </type>
30721   </test>
30722   <test name="test-469.cs">
30723     <type name="Lambda">
30724       <method name="Void .ctor()">
30725         <size>7</size>
30726       </method>
30727       <method name="Void f(Int32)">
30728         <size>7</size>
30729       </method>
30730       <method name="Del[] Make2(Int32)">
30731         <size>50</size>
30732       </method>
30733       <method name="Int32 Main()">
30734         <size>68</size>
30735       </method>
30736     </type>
30737     <type name="Del">
30738       <method name="Void .ctor(Object, IntPtr)">
30739         <size>0</size>
30740       </method>
30741       <method name="Void Invoke(Int32)">
30742         <size>0</size>
30743       </method>
30744       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30745         <size>0</size>
30746       </method>
30747       <method name="Void EndInvoke(IAsyncResult)">
30748         <size>0</size>
30749       </method>
30750     </type>
30751     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
30752       <method name="Void .ctor()">
30753         <size>7</size>
30754       </method>
30755       <method name="Void &lt;&gt;m__0(Int32)">
30756         <size>23</size>
30757       </method>
30758       <method name="Void &lt;&gt;m__1(Int32)">
30759         <size>23</size>
30760       </method>
30761     </type>
30762   </test>
30763   <test name="test-47.cs">
30764     <type name="X">
30765       <method name="Void .ctor()">
30766         <size>7</size>
30767       </method>
30768       <method name="Void .cctor()">
30769         <size>1</size>
30770       </method>
30771       <method name="Boolean f()">
30772         <size>24</size>
30773       </method>
30774       <method name="Boolean t()">
30775         <size>24</size>
30776       </method>
30777       <method name="Int32 Main()">
30778         <size>404</size>
30779       </method>
30780     </type>
30781   </test>
30782   <test name="test-470.cs">
30783     <type name="X">
30784       <method name="Void .ctor()">
30785         <size>7</size>
30786       </method>
30787       <method name="System.String get_ASTNodeTypeName()">
30788         <size>16</size>
30789       </method>
30790     </type>
30791     <type name="Demo">
30792       <method name="Void .ctor()">
30793         <size>7</size>
30794       </method>
30795       <method name="Void Main()">
30796         <size>1</size>
30797       </method>
30798     </type>
30799   </test>
30800   <test name="test-471.cs">
30801     <type name="AAttribute">
30802       <method name="Void .ctor()">
30803         <size>7</size>
30804       </method>
30805     </type>
30806     <type name="Demo">
30807       <method name="Void .ctor()">
30808         <size>7</size>
30809       </method>
30810       <method name="Void Main()">
30811         <size>1</size>
30812       </method>
30813     </type>
30814   </test>
30815   <test name="test-472.cs">
30816     <type name="Test">
30817       <method name="Void .ctor()">
30818         <size>7</size>
30819       </method>
30820       <method name="Int32 get_Prop()">
30821         <size>7</size>
30822       </method>
30823       <method name="Void set_Prop(Int32)">
30824         <size>8</size>
30825       </method>
30826       <method name="Int32 Main()">
30827         <size>79</size>
30828       </method>
30829     </type>
30830   </test>
30831   <test name="test-473.cs">
30832     <type name="UnixMarshal">
30833       <method name="Void .ctor()">
30834         <size>7</size>
30835       </method>
30836       <method name="Void .cctor()">
30837         <size>24</size>
30838       </method>
30839       <method name="Void Default(Int32)">
30840         <size>1</size>
30841       </method>
30842       <method name="System.String GetDescription(Error)">
30843         <size>2</size>
30844       </method>
30845     </type>
30846     <type name="UnixMarshal2">
30847       <method name="Void .ctor()">
30848         <size>7</size>
30849       </method>
30850       <method name="System.String GetDescription(Error)">
30851         <size>2</size>
30852       </method>
30853     </type>
30854     <type name="Stdlib">
30855       <method name="Void .ctor()">
30856         <size>7</size>
30857       </method>
30858     </type>
30859     <type name="TestConst">
30860       <method name="Void .ctor()">
30861         <size>7</size>
30862       </method>
30863     </type>
30864     <type name="XX">
30865       <method name="Void .ctor()">
30866         <size>7</size>
30867       </method>
30868     </type>
30869     <type name="Syscall">
30870       <method name="Void .ctor()">
30871         <size>7</size>
30872       </method>
30873       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
30874         <size>2</size>
30875       </method>
30876     </type>
30877     <type name="EnumWrapper">
30878       <method name="Void .ctor(Int32)">
30879         <size>7</size>
30880       </method>
30881     </type>
30882     <type name="Test">
30883       <method name="Void .ctor()">
30884         <size>7</size>
30885       </method>
30886       <method name="Void Main()">
30887         <size>1</size>
30888       </method>
30889     </type>
30890     <type name="SignalHandler">
30891       <method name="Void .ctor(Object, IntPtr)">
30892         <size>0</size>
30893       </method>
30894       <method name="Void Invoke(Int32)">
30895         <size>0</size>
30896       </method>
30897       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30898         <size>0</size>
30899       </method>
30900       <method name="Void EndInvoke(IAsyncResult)">
30901         <size>0</size>
30902       </method>
30903     </type>
30904     <type name="PS">
30905       <method name="Void GetDescription(Error)">
30906         <size>1</size>
30907       </method>
30908     </type>
30909     <type name="Value">
30910       <method name="EnumWrapper op_Explicit(Value)">
30911         <size>11</size>
30912       </method>
30913     </type>
30914   </test>
30915   <test name="test-474.cs">
30916     <type name="Z">
30917       <method name="Void .ctor()">
30918         <size>7</size>
30919       </method>
30920       <method name="Void Main()">
30921         <size>13</size>
30922       </method>
30923       <method name="Void TestPreinc(Int32)">
30924         <size>57</size>
30925       </method>
30926       <method name="Void TestPostinc(Int32)">
30927         <size>57</size>
30928       </method>
30929       <method name="Void Assert(Int32, Int32)">
30930         <size>67</size>
30931       </method>
30932     </type>
30933     <type name="Z+X">
30934       <method name="Void .ctor(Object, IntPtr)">
30935         <size>0</size>
30936       </method>
30937       <method name="Void Invoke()">
30938         <size>0</size>
30939       </method>
30940       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30941         <size>0</size>
30942       </method>
30943       <method name="Void EndInvoke(IAsyncResult)">
30944         <size>0</size>
30945       </method>
30946     </type>
30947     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
30948       <method name="Void .ctor()">
30949         <size>7</size>
30950       </method>
30951       <method name="Void &lt;&gt;m__0()">
30952         <size>38</size>
30953       </method>
30954     </type>
30955     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
30956       <method name="Void .ctor()">
30957         <size>7</size>
30958       </method>
30959       <method name="Void &lt;&gt;m__1()">
30960         <size>38</size>
30961       </method>
30962     </type>
30963   </test>
30964   <test name="test-475.cs">
30965     <type name="X">
30966       <method name="Void .ctor()">
30967         <size>7</size>
30968       </method>
30969       <method name="Void .cctor()">
30970         <size>24</size>
30971       </method>
30972       <method name="Void add_e(MyDelegate)">
30973         <size>22</size>
30974       </method>
30975       <method name="Void remove_e(MyDelegate)">
30976         <size>22</size>
30977       </method>
30978       <method name="Void Test(Int32)">
30979         <size>17</size>
30980       </method>
30981       <method name="Int32 Main()">
30982         <size>28</size>
30983       </method>
30984     </type>
30985     <type name="MyDelegate">
30986       <method name="Void .ctor(Object, IntPtr)">
30987         <size>0</size>
30988       </method>
30989       <method name="Void Invoke(Int32)">
30990         <size>0</size>
30991       </method>
30992       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30993         <size>0</size>
30994       </method>
30995       <method name="Void EndInvoke(IAsyncResult)">
30996         <size>0</size>
30997       </method>
30998     </type>
30999   </test>
31000   <test name="test-476.cs">
31001     <type name="Test">
31002       <method name="Void .ctor()">
31003         <size>7</size>
31004       </method>
31005       <method name="Void Main()">
31006         <size>1</size>
31007       </method>
31008     </type>
31009   </test>
31010   <test name="test-477.cs">
31011     <type name="C">
31012       <method name="Void .ctor()">
31013         <size>7</size>
31014       </method>
31015       <method name="Void Test(Int32 ByRef)">
31016         <size>1</size>
31017       </method>
31018       <method name="Void Main()">
31019         <size>1</size>
31020       </method>
31021     </type>
31022   </test>
31023   <test name="test-478.cs">
31024     <type name="Test.MainClass">
31025       <method name="Void .ctor()">
31026         <size>7</size>
31027       </method>
31028       <method name="Void Main()">
31029         <size>1</size>
31030       </method>
31031     </type>
31032     <type name="Test.TestAttribute">
31033       <method name="Void .ctor(TestEnum2)">
31034         <size>7</size>
31035       </method>
31036     </type>
31037     <type name="Test.Test2Attribute">
31038       <method name="Void .ctor()">
31039         <size>7</size>
31040       </method>
31041     </type>
31042   </test>
31043   <test name="test-479.cs">
31044     <type name="Test.Test">
31045       <method name="Void .ctor()">
31046         <size>7</size>
31047       </method>
31048       <method name="Boolean Equals(System.Object)">
31049         <size>2</size>
31050       </method>
31051       <method name="Int32 GetHashCode()">
31052         <size>2</size>
31053       </method>
31054       <method name="Void Main()">
31055         <size>1</size>
31056       </method>
31057     </type>
31058   </test>
31059   <test name="test-48.cs">
31060     <type name="Blah">
31061       <method name="Void .ctor()">
31062         <size>7</size>
31063       </method>
31064       <method name="Int32 Main()">
31065         <size>59</size>
31066       </method>
31067       <method name="Void Test_1()">
31068         <size>1</size>
31069       </method>
31070     </type>
31071   </test>
31072   <test name="test-480.cs">
31073     <type name="Space">
31074       <method name="Void .ctor()">
31075         <size>14</size>
31076       </method>
31077       <method name="Void Leak(Boolean, Int32)">
31078         <size>85</size>
31079       </method>
31080     </type>
31081     <type name="Program">
31082       <method name="Void .ctor()">
31083         <size>7</size>
31084       </method>
31085       <method name="Void Main(System.String[])">
31086         <size>1</size>
31087       </method>
31088     </type>
31089     <type name="Space+DoCopy">
31090       <method name="Void .ctor(Object, IntPtr)">
31091         <size>0</size>
31092       </method>
31093       <method name="Void Invoke()">
31094         <size>0</size>
31095       </method>
31096       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31097         <size>0</size>
31098       </method>
31099       <method name="Void EndInvoke(IAsyncResult)">
31100         <size>0</size>
31101       </method>
31102     </type>
31103     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
31104       <method name="Void .ctor()">
31105         <size>7</size>
31106       </method>
31107       <method name="Void &lt;&gt;m__0()">
31108         <size>18</size>
31109       </method>
31110       <method name="Void &lt;&gt;m__1()">
31111         <size>68</size>
31112       </method>
31113     </type>
31114     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
31115       <method name="Void .ctor()">
31116         <size>7</size>
31117       </method>
31118     </type>
31119   </test>
31120   <test name="test-481.cs">
31121     <type name="TestClass">
31122       <method name="Int32 Main()">
31123         <size>42</size>
31124       </method>
31125     </type>
31126     <type name="TestDelegate">
31127       <method name="Void .ctor(Object, IntPtr)">
31128         <size>0</size>
31129       </method>
31130       <method name="Void Invoke(Int32 ByRef)">
31131         <size>0</size>
31132       </method>
31133       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
31134         <size>0</size>
31135       </method>
31136       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
31137         <size>0</size>
31138       </method>
31139     </type>
31140     <type name="TestClass">
31141       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
31142         <size>4</size>
31143       </method>
31144     </type>
31145   </test>
31146   <test name="test-482.cs">
31147     <type name="X">
31148       <method name="Void .ctor()">
31149         <size>7</size>
31150       </method>
31151       <method name="Void M4(Int32)">
31152         <size>1</size>
31153       </method>
31154       <method name="Void Main()">
31155         <size>1</size>
31156       </method>
31157       <method name="Void M4(Int32, ...)">
31158         <size>1</size>
31159       </method>
31160     </type>
31161   </test>
31162   <test name="test-483.cs">
31163     <type name="Tests">
31164       <method name="Void .ctor()">
31165         <size>7</size>
31166       </method>
31167       <method name="Void Main()">
31168         <size>21</size>
31169       </method>
31170     </type>
31171   </test>
31172   <test name="test-484.cs">
31173     <type name="Test.TestBit">
31174       <method name="Void .ctor()">
31175         <size>7</size>
31176       </method>
31177       <method name="Void Main()">
31178         <size>1</size>
31179       </method>
31180     </type>
31181   </test>
31182   <test name="test-485.cs">
31183     <type name="MonoBUG">
31184       <method name="Void .ctor()">
31185         <size>7</size>
31186       </method>
31187       <method name="Void Main(System.String[])">
31188         <size>44</size>
31189       </method>
31190     </type>
31191   </test>
31192   <test name="test-486.cs">
31193     <type name="Test">
31194       <method name="Void .ctor()">
31195         <size>7</size>
31196       </method>
31197       <method name="Void Main()">
31198         <size>119</size>
31199       </method>
31200     </type>
31201   </test>
31202   <test name="test-487.cs">
31203     <type name="X">
31204       <method name="Void .ctor(Object)">
31205         <size>72</size>
31206       </method>
31207       <method name="Void .cctor()">
31208         <size>1</size>
31209       </method>
31210       <method name="Int32 Main()">
31211         <size>25</size>
31212       </method>
31213     </type>
31214   </test>
31215   <test name="test-488.cs">
31216     <type name="P">
31217       <method name="Void .ctor()">
31218         <size>7</size>
31219       </method>
31220     </type>
31221     <type name="Test">
31222       <method name="Void .ctor()">
31223         <size>7</size>
31224       </method>
31225       <method name="IEnumerable foo()">
31226         <size>2</size>
31227       </method>
31228       <method name="Void Main()">
31229         <size>165</size>
31230       </method>
31231     </type>
31232     <type name="Q">
31233       <method name="Void .ctor(P)">
31234         <size>8</size>
31235       </method>
31236     </type>
31237   </test>
31238   <test name="test-489.cs">
31239     <type name="test">
31240       <method name="Void .ctor()">
31241         <size>7</size>
31242       </method>
31243       <method name="Void Main()">
31244         <size>1</size>
31245       </method>
31246     </type>
31247   </test>
31248   <test name="test-49.cs">
31249     <type name="X">
31250       <method name="Void .ctor()">
31251         <size>7</size>
31252       </method>
31253       <method name="Int32 s(Byte)">
31254         <size>2182</size>
31255       </method>
31256       <method name="Int32 test(Int32)">
31257         <size>70</size>
31258       </method>
31259       <method name="Int32 tests(System.String)">
31260         <size>152</size>
31261       </method>
31262       <method name="Int32 testn(System.String)">
31263         <size>76</size>
31264       </method>
31265       <method name="Int32 testm(System.String)">
31266         <size>77</size>
31267       </method>
31268       <method name="Int32 testo(System.String)">
31269         <size>79</size>
31270       </method>
31271       <method name="Int32 testp(System.String)">
31272         <size>109</size>
31273       </method>
31274       <method name="Int32 test_def(System.String)">
31275         <size>119</size>
31276       </method>
31277       <method name="Int32 test_coverage(Int32)">
31278         <size>18</size>
31279       </method>
31280       <method name="Int32 test_goto(Int32)">
31281         <size>39</size>
31282       </method>
31283       <method name="Int32 test_memberaccess(System.String)">
31284         <size>76</size>
31285       </method>
31286       <method name="Int32 test_string_multiple_targets(System.String)">
31287         <size>128</size>
31288       </method>
31289       <method name="Int32 test_casts(Int32)">
31290         <size>17</size>
31291       </method>
31292       <method name="Int32 testSwitchEnumLong(TestEnum)">
31293         <size>56</size>
31294       </method>
31295       <method name="Int32 test_long_enum_switch()">
31296         <size>66</size>
31297       </method>
31298       <method name="Int32 tests_default(System.String)">
31299         <size>107</size>
31300       </method>
31301       <method name="Int32 tests_default_2(System.String)">
31302         <size>124</size>
31303       </method>
31304       <method name="Void test_76590(System.String)">
31305         <size>107</size>
31306       </method>
31307       <method name="Void test_77964()">
31308         <size>37</size>
31309       </method>
31310       <method name="Boolean bug_78860()">
31311         <size>114</size>
31312       </method>
31313       <method name="Int32 Main()">
31314         <size>1037</size>
31315       </method>
31316     </type>
31317   </test>
31318   <test name="test-490.cs">
31319     <type name="T">
31320       <method name="Void .ctor()">
31321         <size>7</size>
31322       </method>
31323       <method name="Void .cctor()">
31324         <size>39</size>
31325       </method>
31326       <method name="Void Main()">
31327         <size>1</size>
31328       </method>
31329     </type>
31330   </test>
31331   <test name="test-491.cs">
31332     <type name="M">
31333       <method name="Void .ctor()">
31334         <size>7</size>
31335       </method>
31336       <method name="Void Main()">
31337         <size>1</size>
31338       </method>
31339     </type>
31340     <type name="AttrA">
31341       <method name="Void .ctor()">
31342         <size>7</size>
31343       </method>
31344     </type>
31345     <type name="AttrB">
31346       <method name="Void .ctor()">
31347         <size>7</size>
31348       </method>
31349     </type>
31350   </test>
31351   <test name="test-492.cs">
31352     <type name="Test.My1Attribute">
31353       <method name="Void .ctor(Object)">
31354         <size>19</size>
31355       </method>
31356     </type>
31357     <type name="Test.My2Attribute">
31358       <method name="Void .ctor(String[])">
31359         <size>21</size>
31360       </method>
31361     </type>
31362     <type name="Test.My3Attribute">
31363       <method name="Void .ctor(Byte)">
31364         <size>24</size>
31365       </method>
31366     </type>
31367     <type name="Test.Test">
31368       <method name="Void .ctor()">
31369         <size>7</size>
31370       </method>
31371       <method name="Int32 Main()">
31372         <size>60</size>
31373       </method>
31374     </type>
31375   </test>
31376   <test name="test-493.cs">
31377     <type name="A">
31378       <method name="Void .ctor()">
31379         <size>7</size>
31380       </method>
31381       <method name="Int32 get_f()">
31382         <size>2</size>
31383       </method>
31384     </type>
31385     <type name="B">
31386       <method name="Void .ctor()">
31387         <size>7</size>
31388       </method>
31389       <method name="Int32 bar()">
31390         <size>11</size>
31391       </method>
31392     </type>
31393     <type name="C">
31394       <method name="Void .ctor()">
31395         <size>7</size>
31396       </method>
31397       <method name="Void Main()">
31398         <size>1</size>
31399       </method>
31400     </type>
31401   </test>
31402   <test name="test-494.cs">
31403     <type name="Agresso.Foundation.Function">
31404       <method name="Void .ctor()">
31405         <size>7</size>
31406       </method>
31407       <method name="Void Main()">
31408         <size>1</size>
31409       </method>
31410     </type>
31411     <type name="Agresso.Foundation.Translate">
31412       <method name="Void .ctor(Object, IntPtr)">
31413         <size>0</size>
31414       </method>
31415       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
31416         <size>0</size>
31417       </method>
31418       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
31419         <size>0</size>
31420       </method>
31421       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
31422         <size>0</size>
31423       </method>
31424     </type>
31425   </test>
31426   <test name="test-495.cs">
31427     <type name="plj.aClass">
31428       <method name="Void .ctor()">
31429         <size>7</size>
31430       </method>
31431       <method name="plj.aClass op_Implicit(plj.fromClass)">
31432         <size>2</size>
31433       </method>
31434     </type>
31435     <type name="plj.realClass1">
31436       <method name="Void .ctor()">
31437         <size>7</size>
31438       </method>
31439       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
31440         <size>2</size>
31441       </method>
31442     </type>
31443     <type name="plj.fromClass">
31444       <method name="Void .ctor()">
31445         <size>7</size>
31446       </method>
31447       <method name="Void Main()">
31448         <size>1</size>
31449       </method>
31450     </type>
31451   </test>
31452   <test name="test-496.cs">
31453     <type name="Test">
31454       <method name="Void .ctor()">
31455         <size>7</size>
31456       </method>
31457       <method name="IEnumerator GetEnumerator()">
31458         <size>15</size>
31459       </method>
31460       <method name="Void Main()">
31461         <size>11</size>
31462       </method>
31463       <method name="Void Run()">
31464         <size>176</size>
31465       </method>
31466     </type>
31467     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
31468       <method name="Void .ctor()">
31469         <size>7</size>
31470       </method>
31471       <method name="System.Object System.Collections.IEnumerator.get_Current()">
31472         <size>7</size>
31473       </method>
31474       <method name="Boolean MoveNext()">
31475         <size>129</size>
31476       </method>
31477       <method name="Void Dispose()">
31478         <size>8</size>
31479       </method>
31480       <method name="Void Reset()">
31481         <size>6</size>
31482       </method>
31483       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
31484         <size>7</size>
31485       </method>
31486     </type>
31487   </test>
31488   <test name="test-497.cs">
31489     <type name="PlotMenuItem">
31490       <method name="Void .ctor()">
31491         <size>7</size>
31492       </method>
31493       <method name="Void .ctor(EventHandler)">
31494         <size>54</size>
31495       </method>
31496       <method name="Int32 Main()">
31497         <size>50</size>
31498       </method>
31499       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
31500         <size>11</size>
31501       </method>
31502       <method name="System.EventHandler get_Callback()">
31503         <size>7</size>
31504       </method>
31505       <method name="Void set_Callback(System.EventHandler)">
31506         <size>8</size>
31507       </method>
31508     </type>
31509   </test>
31510   <test name="test-498.cs">
31511     <type name="C">
31512       <method name="Int32 Main()">
31513         <size>81</size>
31514       </method>
31515     </type>
31516     <type name="A">
31517       <method name="Void .ctor(Single)">
31518         <size>0</size>
31519       </method>
31520       <method name="Int32 get_Foo()">
31521         <size>0</size>
31522       </method>
31523     </type>
31524   </test>
31525   <test name="test-499.cs">
31526     <type name="X">
31527       <method name="Void .ctor()">
31528         <size>7</size>
31529       </method>
31530       <method name="Void Main()">
31531         <size>24</size>
31532       </method>
31533     </type>
31534   </test>
31535   <test name="test-5.cs">
31536     <type name="X">
31537       <method name="Void .ctor()">
31538         <size>7</size>
31539       </method>
31540       <method name="Int32 Main()">
31541         <size>37</size>
31542       </method>
31543     </type>
31544   </test>
31545   <test name="test-500.cs">
31546     <type name="SomeCustomAttribute">
31547       <method name="Void .ctor()">
31548         <size>7</size>
31549       </method>
31550     </type>
31551     <type name="MainClass">
31552       <method name="Void .ctor()">
31553         <size>7</size>
31554       </method>
31555       <method name="Int32 Main()">
31556         <size>117</size>
31557       </method>
31558     </type>
31559   </test>
31560   <test name="test-501.cs">
31561     <type name="Tests">
31562       <method name="Void .ctor()">
31563         <size>7</size>
31564       </method>
31565       <method name="Void DumpException(Tests+FilterStackFrame)">
31566         <size>1</size>
31567       </method>
31568       <method name="Void foo(Boolean ByRef)">
31569         <size>49</size>
31570       </method>
31571       <method name="Void Main(System.String[])">
31572         <size>8</size>
31573       </method>
31574     </type>
31575     <type name="Tests+FilterStackFrame">
31576       <method name="Void .ctor(Object, IntPtr)">
31577         <size>0</size>
31578       </method>
31579       <method name="Boolean Invoke(System.Object)">
31580         <size>0</size>
31581       </method>
31582       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
31583         <size>0</size>
31584       </method>
31585       <method name="Boolean EndInvoke(IAsyncResult)">
31586         <size>0</size>
31587       </method>
31588     </type>
31589     <type name="Tests">
31590       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
31591         <size>2</size>
31592       </method>
31593     </type>
31594   </test>
31595   <test name="test-502.cs">
31596     <type name="Base">
31597       <method name="Void .ctor()">
31598         <size>7</size>
31599       </method>
31600       <method name="Int32 get_Property()">
31601         <size>3</size>
31602       </method>
31603       <method name="Void Main()">
31604         <size>1</size>
31605       </method>
31606     </type>
31607     <type name="Derived">
31608       <method name="Void .ctor()">
31609         <size>7</size>
31610       </method>
31611       <method name="Int32 get_Property()">
31612         <size>3</size>
31613       </method>
31614     </type>
31615     <type name="BaseClass">
31616       <method name="Void .ctor()">
31617         <size>7</size>
31618       </method>
31619       <method name="Int32 get_Value()">
31620         <size>2</size>
31621       </method>
31622       <method name="Void set_Value(Int32)">
31623         <size>1</size>
31624       </method>
31625     </type>
31626     <type name="DerivedClass">
31627       <method name="Void .ctor()">
31628         <size>7</size>
31629       </method>
31630       <method name="Int32 get_Value()">
31631         <size>2</size>
31632       </method>
31633     </type>
31634     <type name="ErrorClass">
31635       <method name="Void .ctor()">
31636         <size>7</size>
31637       </method>
31638       <method name="Int32 get_Value()">
31639         <size>2</size>
31640       </method>
31641       <method name="Void set_Value(Int32)">
31642         <size>1</size>
31643       </method>
31644     </type>
31645   </test>
31646   <test name="test-503.cs">
31647     <type name="Foo">
31648       <method name="Void .ctor()">
31649         <size>7</size>
31650       </method>
31651       <method name="Int32 Main()">
31652         <size>33</size>
31653       </method>
31654     </type>
31655   </test>
31656   <test name="test-504.cs">
31657     <type name="Foo">
31658       <method name="Void .ctor()">
31659         <size>7</size>
31660       </method>
31661       <method name="Void .cctor()">
31662         <size>7</size>
31663       </method>
31664       <method name="Int32 f()">
31665         <size>2</size>
31666       </method>
31667       <method name="Int32 Main()">
31668         <size>32</size>
31669       </method>
31670     </type>
31671   </test>
31672   <test name="test-505.cs">
31673     <type name="T">
31674       <method name="Void .ctor()">
31675         <size>7</size>
31676       </method>
31677       <method name="Int32 f()">
31678         <size>19</size>
31679       </method>
31680       <method name="Void Main()">
31681         <size>38</size>
31682       </method>
31683     </type>
31684   </test>
31685   <test name="test-506.cs">
31686     <type name="ProtectedSetter.BaseClass">
31687       <method name="Void .ctor()">
31688         <size>7</size>
31689       </method>
31690       <method name="System.String get_Name()">
31691         <size>0</size>
31692       </method>
31693       <method name="Void set_Name(System.String)">
31694         <size>0</size>
31695       </method>
31696     </type>
31697     <type name="ProtectedSetter.DerivedClass">
31698       <method name="Void .ctor()">
31699         <size>7</size>
31700       </method>
31701       <method name="System.String get_Name()">
31702         <size>2</size>
31703       </method>
31704       <method name="Void set_Name(System.String)">
31705         <size>1</size>
31706       </method>
31707       <method name="Void Main()">
31708         <size>1</size>
31709       </method>
31710     </type>
31711   </test>
31712   <test name="test-507.cs">
31713     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
31714       <method name="Void .ctor()">
31715         <size>7</size>
31716       </method>
31717       <method name="Void SomeMethod()">
31718         <size>1</size>
31719       </method>
31720       <method name="Void SomeMethod2()">
31721         <size>1</size>
31722       </method>
31723     </type>
31724     <type name="NewslotVirtualFinal.C">
31725       <method name="Void .ctor()">
31726         <size>7</size>
31727       </method>
31728       <method name="Int32 Main()">
31729         <size>83</size>
31730       </method>
31731     </type>
31732   </test>
31733   <test name="test-508.cs">
31734     <type name="OutputParam">
31735       <method name="Void .ctor()">
31736         <size>7</size>
31737       </method>
31738       <method name="Void Main(System.String[])">
31739         <size>14</size>
31740       </method>
31741       <method name="Void Method(Int32 ByRef)">
31742         <size>17</size>
31743       </method>
31744     </type>
31745   </test>
31746   <test name="test-509.cs">
31747     <type name="BaseClass">
31748       <method name="Void .ctor()">
31749         <size>7</size>
31750       </method>
31751       <method name="Void add_OnEvent(DelegateHandler)">
31752         <size>24</size>
31753       </method>
31754       <method name="Void remove_OnEvent(DelegateHandler)">
31755         <size>24</size>
31756       </method>
31757     </type>
31758     <type name="ExtendingClass">
31759       <method name="Void .ctor()">
31760         <size>7</size>
31761       </method>
31762       <method name="Void Main()">
31763         <size>1</size>
31764       </method>
31765       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
31766         <size>8</size>
31767       </method>
31768       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
31769         <size>8</size>
31770       </method>
31771     </type>
31772     <type name="DelegateHandler">
31773       <method name="Void .ctor(Object, IntPtr)">
31774         <size>0</size>
31775       </method>
31776       <method name="Void Invoke()">
31777         <size>0</size>
31778       </method>
31779       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31780         <size>0</size>
31781       </method>
31782       <method name="Void EndInvoke(IAsyncResult)">
31783         <size>0</size>
31784       </method>
31785     </type>
31786   </test>
31787   <test name="test-51.cs">
31788     <type name="Base">
31789       <method name="Void .ctor()">
31790         <size>25</size>
31791       </method>
31792       <method name="Int32 get_b_int_property()">
31793         <size>7</size>
31794       </method>
31795       <method name="Void set_b_int_property(Int32)">
31796         <size>8</size>
31797       </method>
31798       <method name="System.String b_get_id()">
31799         <size>6</size>
31800       </method>
31801     </type>
31802     <type name="Derived">
31803       <method name="Void .ctor()">
31804         <size>26</size>
31805       </method>
31806       <method name="Int32 get_b_int_property()">
31807         <size>7</size>
31808       </method>
31809       <method name="Void set_b_int_property(Int32)">
31810         <size>8</size>
31811       </method>
31812       <method name="Int32 Test()">
31813         <size>138</size>
31814       </method>
31815     </type>
31816     <type name="boot">
31817       <method name="Void .ctor()">
31818         <size>7</size>
31819       </method>
31820       <method name="Int32 Main()">
31821         <size>13</size>
31822       </method>
31823     </type>
31824   </test>
31825   <test name="test-510.cs">
31826     <type name="Foo">
31827       <method name="Void .ctor()">
31828         <size>7</size>
31829       </method>
31830       <method name="Void test39(Int32 ByRef)">
31831         <size>36</size>
31832       </method>
31833       <method name="Void Main()">
31834         <size>28</size>
31835       </method>
31836     </type>
31837   </test>
31838   <test name="test-511.cs">
31839     <type name="Foo">
31840       <method name="Void .ctor()">
31841         <size>7</size>
31842       </method>
31843       <method name="Void Main(System.String[])">
31844         <size>17</size>
31845       </method>
31846       <method name="Void f()">
31847         <size>7</size>
31848       </method>
31849     </type>
31850   </test>
31851   <test name="test-512.cs">
31852     <type name="Foo">
31853       <method name="Void .ctor()">
31854         <size>7</size>
31855       </method>
31856       <method name="Void Main(System.String[])">
31857         <size>17</size>
31858       </method>
31859       <method name="Void f()">
31860         <size>7</size>
31861       </method>
31862     </type>
31863   </test>
31864   <test name="test-513.cs">
31865     <type name="Test">
31866       <method name="Void .ctor()">
31867         <size>7</size>
31868       </method>
31869       <method name="Int32 Main()">
31870         <size>246</size>
31871       </method>
31872     </type>
31873   </test>
31874   <test name="test-514.cs">
31875     <type name="X">
31876       <method name="Void .ctor()">
31877         <size>7</size>
31878       </method>
31879       <method name="Void HandleConflict(Int32)">
31880         <size>31</size>
31881       </method>
31882       <method name="Int32 Main()">
31883         <size>40</size>
31884       </method>
31885     </type>
31886   </test>
31887   <test name="test-515.cs">
31888     <type name="X">
31889       <method name="Void .ctor()">
31890         <size>7</size>
31891       </method>
31892       <method name="Void Main()">
31893         <size>35</size>
31894       </method>
31895     </type>
31896   </test>
31897   <test name="test-516.cs">
31898     <type name="X">
31899       <method name="Void .ctor()">
31900         <size>7</size>
31901       </method>
31902       <method name="Void Main()">
31903         <size>35</size>
31904       </method>
31905     </type>
31906   </test>
31907   <test name="test-517.cs">
31908     <type name="Test">
31909       <method name="Void .ctor()">
31910         <size>7</size>
31911       </method>
31912       <method name="Int32 Main()">
31913         <size>11</size>
31914       </method>
31915     </type>
31916   </test>
31917   <test name="test-518.cs">
31918     <type name="Foo">
31919       <method name="Void .ctor()">
31920         <size>7</size>
31921       </method>
31922       <method name="Int32 Main()">
31923         <size>19</size>
31924       </method>
31925     </type>
31926   </test>
31927   <test name="test-519.cs">
31928     <type name="Foo">
31929       <method name="Void .ctor()">
31930         <size>7</size>
31931       </method>
31932       <method name="Int32 Main()">
31933         <size>32</size>
31934       </method>
31935       <method name="Void f()">
31936         <size>29</size>
31937       </method>
31938     </type>
31939   </test>
31940   <test name="test-52.cs">
31941     <type name="Y">
31942       <method name="Void .ctor()">
31943         <size>7</size>
31944       </method>
31945       <method name="Boolean MoveNext()">
31946         <size>28</size>
31947       </method>
31948       <method name="System.Object get_Current()">
31949         <size>12</size>
31950       </method>
31951     </type>
31952     <type name="X">
31953       <method name="Void .ctor()">
31954         <size>7</size>
31955       </method>
31956       <method name="Void .cctor()">
31957         <size>36</size>
31958       </method>
31959       <method name="Y GetEnumerator()">
31960         <size>6</size>
31961       </method>
31962       <method name="Int32 Main()">
31963         <size>498</size>
31964       </method>
31965     </type>
31966   </test>
31967   <test name="test-520.cs">
31968     <type name="FakeInt">
31969       <method name="Void .ctor(Int64)">
31970         <size>14</size>
31971       </method>
31972       <method name="Int64 op_Implicit(FakeInt)">
31973         <size>7</size>
31974       </method>
31975     </type>
31976     <type name="MainClass">
31977       <method name="Void .ctor()">
31978         <size>7</size>
31979       </method>
31980       <method name="Void Main()">
31981         <size>28</size>
31982       </method>
31983     </type>
31984   </test>
31985   <test name="test-521.cs">
31986     <type name="Tests">
31987       <method name="Void .ctor()">
31988         <size>7</size>
31989       </method>
31990       <method name="Void CallWithContextN(System.Object, System.Object[])">
31991         <size>1</size>
31992       </method>
31993       <method name="Void Main()">
31994         <size>14</size>
31995       </method>
31996     </type>
31997     <type name="Tests+CallTargetWithContextN">
31998       <method name="Void .ctor(Object, IntPtr)">
31999         <size>0</size>
32000       </method>
32001       <method name="Void Invoke(System.Object, System.Object[])">
32002         <size>0</size>
32003       </method>
32004       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
32005         <size>0</size>
32006       </method>
32007       <method name="Void EndInvoke(IAsyncResult)">
32008         <size>0</size>
32009       </method>
32010     </type>
32011   </test>
32012   <test name="test-522.cs">
32013     <type name="Const">
32014       <method name="Void .ctor()">
32015         <size>7</size>
32016       </method>
32017       <method name="Void Main()">
32018         <size>1</size>
32019       </method>
32020     </type>
32021   </test>
32022   <test name="test-523.cs">
32023     <type name="T">
32024       <method name="Void .ctor()">
32025         <size>7</size>
32026       </method>
32027       <method name="Int32 stuff()">
32028         <size>20</size>
32029       </method>
32030       <method name="Int32 stuff2()">
32031         <size>44</size>
32032       </method>
32033       <method name="Int32 stuff3()">
32034         <size>44</size>
32035       </method>
32036       <method name="Void stuff4()">
32037         <size>20</size>
32038       </method>
32039       <method name="Void stuff_finally()">
32040         <size>1</size>
32041       </method>
32042       <method name="Void Main()">
32043         <size>1</size>
32044       </method>
32045     </type>
32046   </test>
32047   <test name="test-524.cs">
32048     <type name="Foo">
32049       <method name="Void .ctor()">
32050         <size>7</size>
32051       </method>
32052       <method name="Int32 Main()">
32053         <size>42</size>
32054       </method>
32055     </type>
32056   </test>
32057   <test name="test-525.cs">
32058     <type name="X">
32059       <method name="Void .ctor()">
32060         <size>7</size>
32061       </method>
32062       <method name="Void Finalize()">
32063         <size>23</size>
32064       </method>
32065       <method name="Int32 Test1()">
32066         <size>33</size>
32067       </method>
32068       <method name="Void Test2()">
32069         <size>66</size>
32070       </method>
32071       <method name="Void Main()">
32072         <size>39</size>
32073       </method>
32074     </type>
32075     <type name="&lt;PrivateImplementationDetails&gt;">
32076       <method name="Void .ctor()">
32077         <size>7</size>
32078       </method>
32079     </type>
32080   </test>
32081   <test name="test-526.cs">
32082     <type name="Test">
32083       <method name="Void .ctor()">
32084         <size>7</size>
32085       </method>
32086       <method name="Void Main()">
32087         <size>1</size>
32088       </method>
32089       <method name="Void Foo(IListCounter)">
32090         <size>8</size>
32091       </method>
32092       <method name="Void Foo2(IC)">
32093         <size>8</size>
32094       </method>
32095       <method name="Void Foo3(ICC)">
32096         <size>8</size>
32097       </method>
32098       <method name="Void Foo4(IM2)">
32099         <size>8</size>
32100       </method>
32101     </type>
32102   </test>
32103   <test name="test-527.cs">
32104     <type name="Repro">
32105       <method name="Void .ctor()">
32106         <size>19</size>
32107       </method>
32108       <method name="Int32 Main()">
32109         <size>48</size>
32110       </method>
32111       <method name="Void foo()">
32112         <size>61</size>
32113       </method>
32114       <method name="Int32 bar()">
32115         <size>3</size>
32116       </method>
32117     </type>
32118   </test>
32119   <test name="test-528.cs">
32120     <type name="MicroFocus.MONO.Bugs.Odd">
32121       <method name="Void .ctor()">
32122         <size>7</size>
32123       </method>
32124       <method name="Void .cctor()">
32125         <size>25</size>
32126       </method>
32127       <method name="Void Main()">
32128         <size>1</size>
32129       </method>
32130     </type>
32131   </test>
32132   <test name="test-529.cs">
32133     <type name="C">
32134       <method name="Void .ctor()">
32135         <size>7</size>
32136       </method>
32137       <method name="Void Main()">
32138         <size>8</size>
32139       </method>
32140     </type>
32141   </test>
32142   <test name="test-53.cs">
32143     <type name="MyDispose">
32144       <method name="Void .ctor()">
32145         <size>7</size>
32146       </method>
32147       <method name="Void Dispose()">
32148         <size>8</size>
32149       </method>
32150     </type>
32151     <type name="X">
32152       <method name="Void .ctor()">
32153         <size>7</size>
32154       </method>
32155       <method name="Int32 Main()">
32156         <size>257</size>
32157       </method>
32158     </type>
32159   </test>
32160   <test name="test-530.cs">
32161     <type name="X">
32162       <method name="Void .ctor()">
32163         <size>7</size>
32164       </method>
32165       <method name="Void e(System.Object[])">
32166         <size>1</size>
32167       </method>
32168       <method name="Void Main()">
32169         <size>1</size>
32170       </method>
32171     </type>
32172   </test>
32173   <test name="test-531.cs">
32174     <type name="Test">
32175       <method name="Void .ctor()">
32176         <size>7</size>
32177       </method>
32178       <method name="Void Main()">
32179         <size>11</size>
32180       </method>
32181     </type>
32182   </test>
32183   <test name="test-532.cs">
32184     <type name="X">
32185       <method name="Void .ctor()">
32186         <size>47</size>
32187       </method>
32188       <method name="Void Main()">
32189         <size>1</size>
32190       </method>
32191     </type>
32192   </test>
32193   <test name="test-533.cs">
32194     <type name="Test">
32195       <method name="Void .ctor()">
32196         <size>7</size>
32197       </method>
32198       <method name="Void True(Boolean)">
32199         <size>10</size>
32200       </method>
32201       <method name="Void False(Boolean)">
32202         <size>13</size>
32203       </method>
32204       <method name="Void Main()">
32205         <size>61</size>
32206       </method>
32207     </type>
32208   </test>
32209   <test name="test-535.cs">
32210     <type name="X">
32211       <method name="Void .ctor()">
32212         <size>7</size>
32213       </method>
32214       <method name="Void Main()">
32215         <size>77</size>
32216       </method>
32217       <method name="Void Compile()">
32218         <size>19</size>
32219       </method>
32220       <method name="Void M(Int64)">
32221         <size>1</size>
32222       </method>
32223       <method name="Void M(UInt64)">
32224         <size>1</size>
32225       </method>
32226       <method name="Void M(System.Object)">
32227         <size>1</size>
32228       </method>
32229     </type>
32230   </test>
32231   <test name="test-536.cs">
32232     <type name="Test">
32233       <method name="Void add_Foo(FooHandler)">
32234         <size>22</size>
32235       </method>
32236       <method name="Void remove_Foo(FooHandler)">
32237         <size>22</size>
32238       </method>
32239       <method name="Void OnFooTest()">
32240         <size>1</size>
32241       </method>
32242       <method name="Void Main()">
32243         <size>31</size>
32244       </method>
32245     </type>
32246     <type name="FooHandler">
32247       <method name="Void .ctor(Object, IntPtr)">
32248         <size>0</size>
32249       </method>
32250       <method name="Void Invoke()">
32251         <size>0</size>
32252       </method>
32253       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32254         <size>0</size>
32255       </method>
32256       <method name="Void EndInvoke(IAsyncResult)">
32257         <size>0</size>
32258       </method>
32259     </type>
32260     <type name="Test">
32261       <method name="Void &lt;Main&gt;m__0()">
32262         <size>33</size>
32263       </method>
32264     </type>
32265   </test>
32266   <test name="test-537.cs">
32267     <type name="Base">
32268       <method name="Void .ctor()">
32269         <size>7</size>
32270       </method>
32271       <method name="System.String get_H()">
32272         <size>6</size>
32273       </method>
32274     </type>
32275     <type name="X">
32276       <method name="Void .ctor()">
32277         <size>7</size>
32278       </method>
32279     </type>
32280     <type name="X+Derived">
32281       <method name="Void .ctor()">
32282         <size>7</size>
32283       </method>
32284     </type>
32285     <type name="X+Derived+Nested">
32286       <method name="Void .ctor()">
32287         <size>7</size>
32288       </method>
32289       <method name="Void G()">
32290         <size>21</size>
32291       </method>
32292     </type>
32293     <type name="Derived">
32294       <method name="Void .ctor()">
32295         <size>7</size>
32296       </method>
32297     </type>
32298     <type name="Derived+Nested">
32299       <method name="Void .ctor()">
32300         <size>7</size>
32301       </method>
32302       <method name="Void G()">
32303         <size>18</size>
32304       </method>
32305     </type>
32306     <type name="Test">
32307       <method name="Void .ctor()">
32308         <size>7</size>
32309       </method>
32310       <method name="Void Main()">
32311         <size>1</size>
32312       </method>
32313     </type>
32314   </test>
32315   <test name="test-538.cs">
32316     <type name="concrete">
32317       <method name="Void .ctor()">
32318         <size>7</size>
32319       </method>
32320     </type>
32321     <type name="Program">
32322       <method name="Void .ctor()">
32323         <size>7</size>
32324       </method>
32325       <method name="concrete getConcrete(IInterface)">
32326         <size>6</size>
32327       </method>
32328       <method name="Void Main(System.String[])">
32329         <size>20</size>
32330       </method>
32331     </type>
32332     <type name="testDelegate">
32333       <method name="Void .ctor(Object, IntPtr)">
32334         <size>0</size>
32335       </method>
32336       <method name="IInterface Invoke(concrete)">
32337         <size>0</size>
32338       </method>
32339       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
32340         <size>0</size>
32341       </method>
32342       <method name="IInterface EndInvoke(IAsyncResult)">
32343         <size>0</size>
32344       </method>
32345     </type>
32346   </test>
32347   <test name="test-54.cs">
32348     <type name="X">
32349       <method name="Void .ctor()">
32350         <size>7</size>
32351       </method>
32352       <method name="Boolean v()">
32353         <size>26</size>
32354       </method>
32355       <method name="Int32 Main()">
32356         <size>2</size>
32357       </method>
32358     </type>
32359   </test>
32360   <test name="test-540.cs">
32361     <type name="A">
32362       <method name="Void .ctor()">
32363         <size>7</size>
32364       </method>
32365       <method name="Byte op_Implicit(A)">
32366         <size>3</size>
32367       </method>
32368     </type>
32369     <type name="Constraint">
32370       <method name="Void .ctor()">
32371         <size>7</size>
32372       </method>
32373       <method name="Void Foo(System.Object)">
32374         <size>1</size>
32375       </method>
32376       <method name="Int32 Main()">
32377         <size>93</size>
32378       </method>
32379       <method name="Constraint op_LogicalNot(Constraint)">
32380         <size>2</size>
32381       </method>
32382       <method name="Constraint op_UnaryPlus(Constraint)">
32383         <size>2</size>
32384       </method>
32385       <method name="Constraint op_OnesComplement(Constraint)">
32386         <size>2</size>
32387       </method>
32388       <method name="Constraint op_UnaryNegation(Constraint)">
32389         <size>2</size>
32390       </method>
32391     </type>
32392   </test>
32393   <test name="test-541.cs">
32394     <type name="A">
32395       <method name="Void .ctor(TestFunc)">
32396         <size>14</size>
32397       </method>
32398     </type>
32399     <type name="TestClass">
32400       <method name="Void .ctor()">
32401         <size>7</size>
32402       </method>
32403       <method name="Void .cctor()">
32404         <size>46</size>
32405       </method>
32406       <method name="Int32 Main()">
32407         <size>6</size>
32408       </method>
32409     </type>
32410     <type name="TestFunc">
32411       <method name="Void .ctor(Object, IntPtr)">
32412         <size>0</size>
32413       </method>
32414       <method name="Void Invoke(Int32)">
32415         <size>0</size>
32416       </method>
32417       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32418         <size>0</size>
32419       </method>
32420       <method name="Void EndInvoke(IAsyncResult)">
32421         <size>0</size>
32422       </method>
32423     </type>
32424     <type name="TestClass">
32425       <method name="Void &lt;a&gt;m__0(Int32)">
32426         <size>7</size>
32427       </method>
32428     </type>
32429   </test>
32430   <test name="test-542.cs">
32431     <type name="X">
32432       <method name="Void .ctor()">
32433         <size>7</size>
32434       </method>
32435       <method name="Void Main()">
32436         <size>1</size>
32437       </method>
32438     </type>
32439     <type name="ARec">
32440       <method name="Void .ctor(Decimal)">
32441         <size>14</size>
32442       </method>
32443       <method name="Decimal Round(Int32)">
32444         <size>13</size>
32445       </method>
32446       <method name="Decimal Round(Decimal, Int32)">
32447         <size>7</size>
32448       </method>
32449     </type>
32450   </test>
32451   <test name="test-543.cs">
32452     <type name="BetterMethod">
32453       <method name="Void .ctor()">
32454         <size>7</size>
32455       </method>
32456       <method name="Int32 get_Item(System.Boolean[])">
32457         <size>2</size>
32458       </method>
32459       <method name="System.String get_Item(Boolean, System.Object)">
32460         <size>6</size>
32461       </method>
32462     </type>
32463     <type name="MainClass">
32464       <method name="Void .ctor()">
32465         <size>7</size>
32466       </method>
32467       <method name="Int32 get_Item(Int32, System.String[])">
32468         <size>2</size>
32469       </method>
32470       <method name="Void set_Item(Int32, System.String[], Int32)">
32471         <size>40</size>
32472       </method>
32473       <method name="System.Object get_Item(Int32, System.Object[])">
32474         <size>2</size>
32475       </method>
32476       <method name="Void set_Item(Int32, System.Object[], System.Object)">
32477         <size>40</size>
32478       </method>
32479       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
32480         <size>2</size>
32481       </method>
32482       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
32483         <size>40</size>
32484       </method>
32485       <method name="Void Main(System.String[])">
32486         <size>258</size>
32487       </method>
32488     </type>
32489   </test>
32490   <test name="test-544.cs">
32491     <type name="X">
32492       <method name="Void .ctor()">
32493         <size>7</size>
32494       </method>
32495       <method name="Void Main()">
32496         <size>32</size>
32497       </method>
32498     </type>
32499   </test>
32500   <test name="test-545.cs">
32501     <type name="X">
32502       <method name="Void .ctor()">
32503         <size>7</size>
32504       </method>
32505       <method name="Void Main()">
32506         <size>1</size>
32507       </method>
32508     </type>
32509     <type name="Dingus">
32510       <method name="Void .ctor(Int32)">
32511         <size>1</size>
32512       </method>
32513     </type>
32514   </test>
32515   <test name="test-546.cs">
32516     <type name="NameSpace.C">
32517       <method name="Void .ctor()">
32518         <size>7</size>
32519       </method>
32520       <method name="Void Main()">
32521         <size>1</size>
32522       </method>
32523     </type>
32524   </test>
32525   <test name="test-547.cs">
32526     <type name="C">
32527       <method name="Void .ctor()">
32528         <size>7</size>
32529       </method>
32530       <method name="Void Main()">
32531         <size>1</size>
32532       </method>
32533     </type>
32534   </test>
32535   <test name="test-548.cs">
32536     <type name="Bugs.Bug0">
32537       <method name="Void .ctor()">
32538         <size>7</size>
32539       </method>
32540       <method name="Int32 Main()">
32541         <size>23</size>
32542       </method>
32543     </type>
32544     <type name="Bugs.Bug0+MyBoolean">
32545       <method name="Void .ctor(Boolean)">
32546         <size>8</size>
32547       </method>
32548       <method name="MyBoolean op_Implicit(Boolean)">
32549         <size>7</size>
32550       </method>
32551       <method name="Boolean op_Implicit(MyBoolean)">
32552         <size>8</size>
32553       </method>
32554     </type>
32555   </test>
32556   <test name="test-549.cs">
32557     <type name="Do">
32558       <method name="Void .ctor()">
32559         <size>7</size>
32560       </method>
32561       <method name="Void Register(Get)">
32562         <size>1</size>
32563       </method>
32564       <method name="Void Register(System.Object)">
32565         <size>1</size>
32566       </method>
32567       <method name="System.Object MyGet(Do)">
32568         <size>2</size>
32569       </method>
32570       <method name="Void X()">
32571         <size>19</size>
32572       </method>
32573     </type>
32574     <type name="User">
32575       <method name="Void .ctor()">
32576         <size>7</size>
32577       </method>
32578       <method name="Void Main()">
32579         <size>1</size>
32580       </method>
32581     </type>
32582     <type name="Get">
32583       <method name="Void .ctor(Object, IntPtr)">
32584         <size>0</size>
32585       </method>
32586       <method name="System.Object Invoke(Do)">
32587         <size>0</size>
32588       </method>
32589       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
32590         <size>0</size>
32591       </method>
32592       <method name="System.Object EndInvoke(IAsyncResult)">
32593         <size>0</size>
32594       </method>
32595     </type>
32596   </test>
32597   <test name="test-55.cs">
32598     <type name="A.B.C">
32599       <method name="Void .ctor()">
32600         <size>7</size>
32601       </method>
32602       <method name="Void Hola()">
32603         <size>11</size>
32604       </method>
32605     </type>
32606     <type name="X.Y.Z.W">
32607       <method name="Void .ctor()">
32608         <size>7</size>
32609       </method>
32610       <method name="Void Ahoj()">
32611         <size>11</size>
32612       </method>
32613     </type>
32614     <type name="Foo.System">
32615       <method name="Void .ctor()">
32616         <size>7</size>
32617       </method>
32618       <method name="Void X()">
32619         <size>11</size>
32620       </method>
32621     </type>
32622     <type name="App">
32623       <method name="Void .ctor()">
32624         <size>7</size>
32625       </method>
32626       <method name="Int32 Main()">
32627         <size>12</size>
32628       </method>
32629     </type>
32630   </test>
32631   <test name="test-550.cs">
32632     <type name="Bla.Blub.Fo‿o">
32633       <method name="Void .ctor()">
32634         <size>7</size>
32635       </method>
32636       <method name="Void Main(System.String[])">
32637         <size>11</size>
32638       </method>
32639     </type>
32640   </test>
32641   <test name="test-551.cs">
32642     <type name="System.Int32">
32643       <method name="Void Main()">
32644         <size>1</size>
32645       </method>
32646     </type>
32647   </test>
32648   <test name="test-552.cs">
32649     <type name="C">
32650       <method name="Void .ctor()">
32651         <size>7</size>
32652       </method>
32653       <method name="Void Test(C)">
32654         <size>1</size>
32655       </method>
32656       <method name="Void Main()">
32657         <size>14</size>
32658       </method>
32659     </type>
32660   </test>
32661   <test name="test-553.cs">
32662     <type name="A">
32663       <method name="Void .ctor()">
32664         <size>7</size>
32665       </method>
32666       <method name="Void Add(System.Object)">
32667         <size>1</size>
32668       </method>
32669     </type>
32670     <type name="B">
32671       <method name="Void .ctor()">
32672         <size>7</size>
32673       </method>
32674       <method name="Boolean Add(System.Object)">
32675         <size>2</size>
32676       </method>
32677       <method name="Void Main()">
32678         <size>1</size>
32679       </method>
32680     </type>
32681   </test>
32682   <test name="test-554.cs">
32683     <type name="C">
32684       <method name="Void .ctor()">
32685         <size>7</size>
32686       </method>
32687       <method name="Int32 Main()">
32688         <size>145</size>
32689       </method>
32690     </type>
32691     <type name="&lt;PrivateImplementationDetails&gt;">
32692       <method name="Void .ctor()">
32693         <size>7</size>
32694       </method>
32695     </type>
32696   </test>
32697   <test name="test-555.cs">
32698     <type name="Test">
32699       <method name="Void .ctor()">
32700         <size>7</size>
32701       </method>
32702       <method name="Int32 Main()">
32703         <size>351</size>
32704       </method>
32705     </type>
32706   </test>
32707   <test name="test-556.cs">
32708     <type name="S">
32709       <method name="Void .ctor()">
32710         <size>7</size>
32711       </method>
32712       <method name="Void Frobnikator()">
32713         <size>1</size>
32714       </method>
32715       <method name="Void CharToX()">
32716         <size>1</size>
32717       </method>
32718       <method name="Int32 Main()">
32719         <size>35</size>
32720       </method>
32721     </type>
32722   </test>
32723   <test name="test-557.cs">
32724     <type name="Test">
32725       <method name="Void .ctor()">
32726         <size>7</size>
32727       </method>
32728       <method name="Void Main(System.String[])">
32729         <size>1</size>
32730       </method>
32731     </type>
32732   </test>
32733   <test name="test-558.cs">
32734     <type name="TestClass">
32735       <method name="Void .ctor()">
32736         <size>7</size>
32737       </method>
32738       <method name="Void Main()">
32739         <size>21</size>
32740       </method>
32741       <method name="Void TestMethod(Int32)">
32742         <size>1</size>
32743       </method>
32744     </type>
32745     <type name="TestClass+OneDelegate">
32746       <method name="Void .ctor(Object, IntPtr)">
32747         <size>0</size>
32748       </method>
32749       <method name="Void Invoke(Int32)">
32750         <size>0</size>
32751       </method>
32752       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32753         <size>0</size>
32754       </method>
32755       <method name="Void EndInvoke(IAsyncResult)">
32756         <size>0</size>
32757       </method>
32758     </type>
32759   </test>
32760   <test name="test-559.cs">
32761     <type name="C">
32762       <method name="Void .ctor()">
32763         <size>7</size>
32764       </method>
32765       <method name="Void add_TestEvent(B+TestDelegate)">
32766         <size>24</size>
32767       </method>
32768       <method name="Void remove_TestEvent(B+TestDelegate)">
32769         <size>24</size>
32770       </method>
32771       <method name="Void Main()">
32772         <size>1</size>
32773       </method>
32774     </type>
32775   </test>
32776   <test name="test-56.cs">
32777     <type name="A">
32778       <method name="Void .ctor()">
32779         <size>7</size>
32780       </method>
32781       <method name="Int32 get_P()">
32782         <size>7</size>
32783       </method>
32784       <method name="Void set_P(Int32)">
32785         <size>8</size>
32786       </method>
32787       <method name="Int32 get_Q()">
32788         <size>0</size>
32789       </method>
32790       <method name="Void set_Q(Int32)">
32791         <size>0</size>
32792       </method>
32793       <method name="Int32 get_R()">
32794         <size>7</size>
32795       </method>
32796       <method name="Void set_R(Int32)">
32797         <size>8</size>
32798       </method>
32799     </type>
32800     <type name="B">
32801       <method name="Void .ctor()">
32802         <size>7</size>
32803       </method>
32804       <method name="Int32 get_P()">
32805         <size>7</size>
32806       </method>
32807       <method name="Void set_P(Int32)">
32808         <size>8</size>
32809       </method>
32810       <method name="Int32 get_Q()">
32811         <size>7</size>
32812       </method>
32813       <method name="Void set_Q(Int32)">
32814         <size>8</size>
32815       </method>
32816     </type>
32817     <type name="C">
32818       <method name="Void .ctor()">
32819         <size>7</size>
32820       </method>
32821       <method name="Int32 get_Q()">
32822         <size>7</size>
32823       </method>
32824       <method name="Void set_Q(Int32)">
32825         <size>8</size>
32826       </method>
32827       <method name="Int32 get_R()">
32828         <size>7</size>
32829       </method>
32830       <method name="Void set_R(Int32)">
32831         <size>8</size>
32832       </method>
32833     </type>
32834     <type name="M">
32835       <method name="Void .ctor()">
32836         <size>7</size>
32837       </method>
32838       <method name="Int32 Main()">
32839         <size>221</size>
32840       </method>
32841     </type>
32842   </test>
32843   <test name="test-560.cs">
32844     <type name="Bugs.Bug2">
32845       <method name="Void .ctor()">
32846         <size>7</size>
32847       </method>
32848       <method name="Void Main(System.String[])">
32849         <size>81</size>
32850       </method>
32851     </type>
32852     <type name="Bugs.Bug2+MyByte">
32853       <method name="Void .ctor(Byte)">
32854         <size>8</size>
32855       </method>
32856       <method name="MyByte op_Implicit(Byte)">
32857         <size>7</size>
32858       </method>
32859       <method name="Byte op_Implicit(MyByte)">
32860         <size>8</size>
32861       </method>
32862     </type>
32863     <type name="Bugs.Bug2+MyInt">
32864       <method name="Void .ctor(Int32)">
32865         <size>8</size>
32866       </method>
32867       <method name="MyInt op_Implicit(Int32)">
32868         <size>7</size>
32869       </method>
32870       <method name="Int32 op_Implicit(MyInt)">
32871         <size>8</size>
32872       </method>
32873     </type>
32874   </test>
32875   <test name="test-561.cs">
32876     <type name="A">
32877       <method name="Void .ctor()">
32878         <size>7</size>
32879       </method>
32880       <method name="Void I.M()">
32881         <size>1</size>
32882       </method>
32883       <method name="Void M()">
32884         <size>0</size>
32885       </method>
32886     </type>
32887     <type name="C">
32888       <method name="Void .ctor()">
32889         <size>7</size>
32890       </method>
32891       <method name="Void M()">
32892         <size>1</size>
32893       </method>
32894       <method name="Void Main()">
32895         <size>1</size>
32896       </method>
32897     </type>
32898   </test>
32899   <test name="test-562.cs">
32900     <type name="Program">
32901       <method name="Void .ctor()">
32902         <size>7</size>
32903       </method>
32904       <method name="Int32 Main()">
32905         <size>45</size>
32906       </method>
32907     </type>
32908   </test>
32909   <test name="test-563.cs">
32910     <type name="Test">
32911       <method name="Void .ctor()">
32912         <size>7</size>
32913       </method>
32914       <method name="System.Object TestMethod(TestCollection)">
32915         <size>64</size>
32916       </method>
32917       <method name="Void Main()">
32918         <size>1</size>
32919       </method>
32920     </type>
32921   </test>
32922   <test name="test-564.cs">
32923     <type name="A">
32924       <method name="Void .ctor()">
32925         <size>7</size>
32926       </method>
32927       <method name="Void Main()">
32928         <size>1</size>
32929       </method>
32930     </type>
32931   </test>
32932   <test name="test-565.cs">
32933     <type name="T">
32934       <method name="Void .ctor()">
32935         <size>7</size>
32936       </method>
32937       <method name="Boolean Equals(System.Object)">
32938         <size>2</size>
32939       </method>
32940       <method name="Void Main()">
32941         <size>1</size>
32942       </method>
32943     </type>
32944   </test>
32945   <test name="test-566.cs">
32946     <type name="Test">
32947       <method name="Void .ctor()">
32948         <size>7</size>
32949       </method>
32950       <method name="System.String get_Spec()">
32951         <size>12</size>
32952       </method>
32953       <method name="Void Foo(C)">
32954         <size>7</size>
32955       </method>
32956       <method name="Void Foo2(CC)">
32957         <size>12</size>
32958       </method>
32959       <method name="Void Main()">
32960         <size>1</size>
32961       </method>
32962     </type>
32963     <type name="CA">
32964       <method name="Void .ctor()">
32965         <size>7</size>
32966       </method>
32967       <method name="Void set_Spec(System.String)">
32968         <size>1</size>
32969       </method>
32970     </type>
32971     <type name="CB">
32972       <method name="Void .ctor()">
32973         <size>7</size>
32974       </method>
32975       <method name="Void set_Spec(System.String)">
32976         <size>1</size>
32977       </method>
32978     </type>
32979     <type name="CC">
32980       <method name="Void .ctor()">
32981         <size>7</size>
32982       </method>
32983     </type>
32984   </test>
32985   <test name="test-567.cs">
32986     <type name="preservesig_test.Class1">
32987       <method name="Void .ctor()">
32988         <size>7</size>
32989       </method>
32990       <method name="Int32 Main(System.String[])">
32991         <size>143</size>
32992       </method>
32993     </type>
32994     <type name="preservesig_test.TestClass">
32995       <method name="Void .ctor()">
32996         <size>7</size>
32997       </method>
32998       <method name="Void add_e(preservesig_test.TestClass+D)">
32999         <size>24</size>
33000       </method>
33001       <method name="Void remove_e(preservesig_test.TestClass+D)">
33002         <size>24</size>
33003       </method>
33004       <method name="Int32 DoFoo()">
33005         <size>2</size>
33006       </method>
33007       <method name="Int32 get_Foo()">
33008         <size>2</size>
33009       </method>
33010     </type>
33011     <type name="preservesig_test.TestClass+D">
33012       <method name="Void .ctor(Object, IntPtr)">
33013         <size>0</size>
33014       </method>
33015       <method name="Void Invoke()">
33016         <size>0</size>
33017       </method>
33018       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33019         <size>0</size>
33020       </method>
33021       <method name="Void EndInvoke(IAsyncResult)">
33022         <size>0</size>
33023       </method>
33024     </type>
33025   </test>
33026   <test name="test-568.cs">
33027     <type name="B">
33028       <method name="Void .ctor()">
33029         <size>7</size>
33030       </method>
33031       <method name="Void Main()">
33032         <size>1</size>
33033       </method>
33034     </type>
33035   </test>
33036   <test name="test-569.cs">
33037     <type name="MyAttribute">
33038       <method name="Void .ctor()">
33039         <size>7</size>
33040       </method>
33041     </type>
33042     <type name="SubAttribute">
33043       <method name="Void .ctor()">
33044         <size>7</size>
33045       </method>
33046     </type>
33047     <type name="test">
33048       <method name="Void .ctor()">
33049         <size>7</size>
33050       </method>
33051       <method name="Void method()">
33052         <size>1</size>
33053       </method>
33054       <method name="Void Main()">
33055         <size>1</size>
33056       </method>
33057     </type>
33058   </test>
33059   <test name="test-57.cs">
33060     <type name="Button">
33061       <method name="Void .ctor()">
33062         <size>7</size>
33063       </method>
33064       <method name="Void add_Click(EventHandler)">
33065         <size>24</size>
33066       </method>
33067       <method name="Void remove_Click(EventHandler)">
33068         <size>24</size>
33069       </method>
33070       <method name="Void OnClick(Int32, Int32)">
33071         <size>36</size>
33072       </method>
33073       <method name="Void Reset()">
33074         <size>8</size>
33075       </method>
33076     </type>
33077     <type name="Blah">
33078       <method name="Void .ctor()">
33079         <size>18</size>
33080       </method>
33081       <method name="Void Connect()">
33082         <size>59</size>
33083       </method>
33084       <method name="Void Button1_Click(Int32, Int32)">
33085         <size>34</size>
33086       </method>
33087       <method name="Void Foo_Click(Int32, Int32)">
33088         <size>34</size>
33089       </method>
33090       <method name="Void Disconnect()">
33091         <size>34</size>
33092       </method>
33093       <method name="Int32 Main()">
33094         <size>66</size>
33095       </method>
33096     </type>
33097     <type name="EventHandler">
33098       <method name="Void .ctor(Object, IntPtr)">
33099         <size>0</size>
33100       </method>
33101       <method name="Void Invoke(Int32, Int32)">
33102         <size>0</size>
33103       </method>
33104       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
33105         <size>0</size>
33106       </method>
33107       <method name="Void EndInvoke(IAsyncResult)">
33108         <size>0</size>
33109       </method>
33110     </type>
33111   </test>
33112   <test name="test-570.cs">
33113     <type name="Bar">
33114       <method name="Void .ctor()">
33115         <size>7</size>
33116       </method>
33117     </type>
33118     <type name="Program">
33119       <method name="Void .ctor()">
33120         <size>7</size>
33121       </method>
33122       <method name="Void Main()">
33123         <size>47</size>
33124       </method>
33125     </type>
33126   </test>
33127   <test name="test-571.cs">
33128     <type name="Test">
33129       <method name="Void .ctor()">
33130         <size>7</size>
33131       </method>
33132       <method name="Void Main()">
33133         <size>1</size>
33134       </method>
33135     </type>
33136   </test>
33137   <test name="test-572.cs">
33138     <type name="C">
33139       <method name="Void .ctor()">
33140         <size>7</size>
33141       </method>
33142       <method name="Color get_Color()">
33143         <size>10</size>
33144       </method>
33145       <method name="Void ResetCustomColors()">
33146         <size>16</size>
33147       </method>
33148       <method name="Void Main()">
33149         <size>1</size>
33150       </method>
33151     </type>
33152     <type name="Color">
33153       <method name="Color From(Int32)">
33154         <size>10</size>
33155       </method>
33156       <method name="Int32 ToArgb()">
33157         <size>2</size>
33158       </method>
33159     </type>
33160   </test>
33161   <test name="test-573.cs">
33162     <type name="C">
33163       <method name="Void .ctor()">
33164         <size>7</size>
33165       </method>
33166       <method name="Void .cctor()">
33167         <size>11</size>
33168       </method>
33169       <method name="Void Main()">
33170         <size>25</size>
33171       </method>
33172     </type>
33173   </test>
33174   <test name="test-574.cs">
33175     <type name="X">
33176       <method name="Void .ctor()">
33177         <size>7</size>
33178       </method>
33179       <method name="Int32 Main()">
33180         <size>31</size>
33181       </method>
33182     </type>
33183   </test>
33184   <test name="test-575.cs">
33185     <type name="Program">
33186       <method name="Void .ctor()">
33187         <size>7</size>
33188       </method>
33189       <method name="Void Main(System.String[])">
33190         <size>25</size>
33191       </method>
33192     </type>
33193   </test>
33194   <test name="test-576.cs">
33195     <type name="Foo">
33196       <method name="Void .ctor()">
33197         <size>7</size>
33198       </method>
33199       <method name="Void Main()">
33200         <size>24</size>
33201       </method>
33202     </type>
33203   </test>
33204   <test name="test-578.cs">
33205     <type name="Test1.TestItem1">
33206       <method name="Void .ctor()">
33207         <size>7</size>
33208       </method>
33209       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
33210         <size>34</size>
33211       </method>
33212       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
33213         <size>34</size>
33214       </method>
33215       <method name="Int32 Test()">
33216         <size>12</size>
33217       </method>
33218     </type>
33219     <type name="Test1.TestItem2">
33220       <method name="Void .ctor()">
33221         <size>7</size>
33222       </method>
33223       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
33224         <size>18</size>
33225       </method>
33226       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
33227         <size>18</size>
33228       </method>
33229     </type>
33230     <type name="Test1.CC">
33231       <method name="Void .ctor()">
33232         <size>7</size>
33233       </method>
33234       <method name="Int32 Main()">
33235         <size>57</size>
33236       </method>
33237     </type>
33238     <type name="Test1.TestDelegate1">
33239       <method name="Void .ctor(Object, IntPtr)">
33240         <size>0</size>
33241       </method>
33242       <method name="Int32 Invoke()">
33243         <size>0</size>
33244       </method>
33245       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33246         <size>0</size>
33247       </method>
33248       <method name="Int32 EndInvoke(IAsyncResult)">
33249         <size>0</size>
33250       </method>
33251     </type>
33252     <type name="Test1.CC">
33253       <method name="Int32 &lt;Main&gt;m__0()">
33254         <size>2</size>
33255       </method>
33256     </type>
33257   </test>
33258   <test name="test-579.cs">
33259     <type name="X">
33260       <method name="Void .ctor()">
33261         <size>7</size>
33262       </method>
33263       <method name="Void Main()">
33264         <size>35</size>
33265       </method>
33266       <method name="Void DoCall(X+test)">
33267         <size>1</size>
33268       </method>
33269     </type>
33270     <type name="X+test">
33271       <method name="Void .ctor(Object, IntPtr)">
33272         <size>0</size>
33273       </method>
33274       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
33275         <size>0</size>
33276       </method>
33277       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
33278         <size>0</size>
33279       </method>
33280       <method name="System.Object EndInvoke(IAsyncResult)">
33281         <size>0</size>
33282       </method>
33283     </type>
33284     <type name="X">
33285       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
33286         <size>18</size>
33287       </method>
33288     </type>
33289   </test>
33290   <test name="test-58.cs">
33291     <type name="Blah">
33292       <method name="Void .ctor()">
33293         <size>7</size>
33294       </method>
33295       <method name="Int32 Main()">
33296         <size>27</size>
33297       </method>
33298     </type>
33299   </test>
33300   <test name="test-580.cs">
33301     <type name="Bla">
33302       <method name="Void .ctor()">
33303         <size>7</size>
33304       </method>
33305       <method name="Void BuildNode(System.String ByRef)">
33306         <size>43</size>
33307       </method>
33308       <method name="Void BuildNode(System.String[] ByRef)">
33309         <size>56</size>
33310       </method>
33311       <method name="Void BuildNode_B(System.Object ByRef)">
33312         <size>18</size>
33313       </method>
33314       <method name="System.String BuildNode_C(System.String ByRef)">
33315         <size>76</size>
33316       </method>
33317       <method name="System.String BuildNode_D()">
33318         <size>155</size>
33319       </method>
33320       <method name="Void BuildNode_E(System.String[,] ByRef)">
33321         <size>68</size>
33322       </method>
33323       <method name="Int32 Main()">
33324         <size>265</size>
33325       </method>
33326     </type>
33327   </test>
33328   <test name="test-581.cs">
33329     <type name="TestParams">
33330       <method name="Void .ctor()">
33331         <size>7</size>
33332       </method>
33333       <method name="System.Object get_Item(System.String[])">
33334         <size>4</size>
33335       </method>
33336       <method name="Void set_Item(System.String[], System.Object)">
33337         <size>40</size>
33338       </method>
33339       <method name="Void TestMethod()">
33340         <size>179</size>
33341       </method>
33342     </type>
33343     <type name="TestNonParams">
33344       <method name="Void .ctor()">
33345         <size>7</size>
33346       </method>
33347       <method name="System.Object get_Item(System.String)">
33348         <size>2</size>
33349       </method>
33350       <method name="Void set_Item(System.String, System.Object)">
33351         <size>40</size>
33352       </method>
33353       <method name="Void TestMethod()">
33354         <size>71</size>
33355       </method>
33356     </type>
33357     <type name="M">
33358       <method name="Void .ctor()">
33359         <size>7</size>
33360       </method>
33361       <method name="Int32 Main()">
33362         <size>22</size>
33363       </method>
33364     </type>
33365   </test>
33366   <test name="test-582.cs">
33367     <type name="TrueClass">
33368       <method name="Void Main()">
33369         <size>1</size>
33370       </method>
33371     </type>
33372   </test>
33373   <test name="test-583.cs">
33374     <type name="Program">
33375       <method name="Void .ctor()">
33376         <size>7</size>
33377       </method>
33378       <method name="Int32 Main()">
33379         <size>19</size>
33380       </method>
33381     </type>
33382     <type name="ObjectContainerBase">
33383       <method name="Void .ctor()">
33384         <size>7</size>
33385       </method>
33386     </type>
33387   </test>
33388   <test name="test-584.cs">
33389     <type name="Style">
33390       <method name="Void .ctor()">
33391         <size>7</size>
33392       </method>
33393       <method name="Style get_CurrentStyle()">
33394         <size>2</size>
33395       </method>
33396       <method name="Void set_CurrentStyle(Style)">
33397         <size>1</size>
33398       </method>
33399       <method name="Boolean LoadCurrentStyle()">
33400         <size>20</size>
33401       </method>
33402       <method name="Style Load()">
33403         <size>2</size>
33404       </method>
33405       <method name="Int32 Main()">
33406         <size>18</size>
33407       </method>
33408     </type>
33409   </test>
33410   <test name="test-585.cs">
33411     <type name="A">
33412       <method name="Void .ctor()">
33413         <size>7</size>
33414       </method>
33415     </type>
33416     <type name="B">
33417       <method name="Void .ctor()">
33418         <size>7</size>
33419       </method>
33420     </type>
33421     <type name="X">
33422       <method name="Void .ctor()">
33423         <size>7</size>
33424       </method>
33425     </type>
33426     <type name="Program">
33427       <method name="Void .ctor()">
33428         <size>7</size>
33429       </method>
33430       <method name="Void Main()">
33431         <size>52</size>
33432       </method>
33433     </type>
33434   </test>
33435   <test name="test-586.cs">
33436     <type name="Program">
33437       <method name="Void .ctor()">
33438         <size>7</size>
33439       </method>
33440       <method name="Int32 Main()">
33441         <size>99</size>
33442       </method>
33443     </type>
33444     <type name="Program+MyColor">
33445       <method name="Void .ctor(Single)">
33446         <size>8</size>
33447       </method>
33448       <method name="Single get_Value()">
33449         <size>7</size>
33450       </method>
33451       <method name="MyColor op_Addition(MyColor, MyColor)">
33452         <size>21</size>
33453       </method>
33454     </type>
33455   </test>
33456   <test name="test-587.cs">
33457     <type name="Program">
33458       <method name="Void .ctor()">
33459         <size>7</size>
33460       </method>
33461       <method name="Int32 Main()">
33462         <size>17</size>
33463       </method>
33464     </type>
33465   </test>
33466   <test name="test-588.cs">
33467     <type name="TestNamespace.TestClass">
33468       <method name="Void .ctor()">
33469         <size>7</size>
33470       </method>
33471       <method name="Void HelloWorld()">
33472         <size>1</size>
33473       </method>
33474     </type>
33475     <type name="SuperClass">
33476       <method name="Void .ctor()">
33477         <size>7</size>
33478       </method>
33479       <method name="TestNamespace.TestClass get_TestClass()">
33480         <size>7</size>
33481       </method>
33482     </type>
33483     <type name="SubClass">
33484       <method name="Void .ctor()">
33485         <size>12</size>
33486       </method>
33487     </type>
33488     <type name="App">
33489       <method name="Void .ctor()">
33490         <size>7</size>
33491       </method>
33492       <method name="Void Main()">
33493         <size>7</size>
33494       </method>
33495     </type>
33496   </test>
33497   <test name="test-589.cs">
33498     <type name="TestNamespace.TestClass">
33499       <method name="Void .ctor()">
33500         <size>7</size>
33501       </method>
33502       <method name="Void HelloWorld()">
33503         <size>1</size>
33504       </method>
33505     </type>
33506     <type name="SuperClass">
33507       <method name="Void .ctor()">
33508         <size>7</size>
33509       </method>
33510       <method name="TestNamespace.TestClass get_TestClass()">
33511         <size>7</size>
33512       </method>
33513       <method name="Void set_TestClass(TestNamespace.TestClass)">
33514         <size>1</size>
33515       </method>
33516     </type>
33517     <type name="SubClass">
33518       <method name="Void .ctor()">
33519         <size>12</size>
33520       </method>
33521     </type>
33522     <type name="App">
33523       <method name="Void .ctor()">
33524         <size>7</size>
33525       </method>
33526       <method name="Void Main()">
33527         <size>7</size>
33528       </method>
33529     </type>
33530   </test>
33531   <test name="test-59.cs">
33532     <type name="X">
33533       <method name="Void .ctor()">
33534         <size>7</size>
33535       </method>
33536       <method name="Int32 test_explicit()">
33537         <size>224</size>
33538       </method>
33539       <method name="Int32 test_implicit()">
33540         <size>102</size>
33541       </method>
33542       <method name="Int32 Main()">
33543         <size>55</size>
33544       </method>
33545     </type>
33546   </test>
33547   <test name="test-590.cs">
33548     <type name="X">
33549       <method name="Void .ctor()">
33550         <size>18</size>
33551       </method>
33552       <method name="Int32 Main()">
33553         <size>28</size>
33554       </method>
33555       <method name="System.String Foo()">
33556         <size>6</size>
33557       </method>
33558       <method name="System.String get_Prop()">
33559         <size>7</size>
33560       </method>
33561       <method name="Void set_Prop(System.String)">
33562         <size>8</size>
33563       </method>
33564       <method name="System.String get_Item(Int32)">
33565         <size>7</size>
33566       </method>
33567       <method name="Void set_Item(Int32, System.String)">
33568         <size>8</size>
33569       </method>
33570       <method name="Int32 Do(System.String, System.String, System.String)">
33571         <size>334</size>
33572       </method>
33573     </type>
33574   </test>
33575   <test name="test-591.cs">
33576     <type name="C1">
33577       <method name="Void .ctor()">
33578         <size>7</size>
33579       </method>
33580       <method name="Void Foo(System.String)">
33581         <size>49</size>
33582       </method>
33583     </type>
33584     <type name="C2">
33585       <method name="Void .ctor()">
33586         <size>7</size>
33587       </method>
33588       <method name="Void Main()">
33589         <size>1</size>
33590       </method>
33591     </type>
33592   </test>
33593   <test name="test-592.cs">
33594     <type name="T">
33595       <method name="Void .ctor()">
33596         <size>7</size>
33597       </method>
33598       <method name="Int32 fib(Int32)">
33599         <size>53</size>
33600       </method>
33601       <method name="Int32 xx(Int32)">
33602         <size>33</size>
33603       </method>
33604       <method name="Void foo(Int32)">
33605         <size>38</size>
33606       </method>
33607       <method name="Void XXXA()">
33608         <size>6</size>
33609       </method>
33610       <method name="Void Main()">
33611         <size>1</size>
33612       </method>
33613     </type>
33614   </test>
33615   <test name="test-593.cs">
33616     <type name="MainClass">
33617       <method name="Void .ctor()">
33618         <size>7</size>
33619       </method>
33620       <method name="Void Foo(I)">
33621         <size>7</size>
33622       </method>
33623       <method name="Void Main()">
33624         <size>1</size>
33625       </method>
33626     </type>
33627   </test>
33628   <test name="test-594.cs">
33629     <type name="Test">
33630       <method name="Void .ctor()">
33631         <size>7</size>
33632       </method>
33633       <method name="Void Main()">
33634         <size>1</size>
33635       </method>
33636     </type>
33637   </test>
33638   <test name="test-595.cs">
33639     <type name="AttributesCollection">
33640       <method name="Void .ctor()">
33641         <size>7</size>
33642       </method>
33643       <method name="System.Object get_Item(SymbolId)">
33644         <size>2</size>
33645       </method>
33646       <method name="Void set_Item(SymbolId, System.Object)">
33647         <size>1</size>
33648       </method>
33649     </type>
33650     <type name="Program">
33651       <method name="Void .ctor()">
33652         <size>7</size>
33653       </method>
33654       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
33655         <size>18</size>
33656       </method>
33657       <method name="Void Main()">
33658         <size>23</size>
33659       </method>
33660     </type>
33661   </test>
33662   <test name="test-596.cs">
33663     <type name="C">
33664       <method name="Void .ctor()">
33665         <size>7</size>
33666       </method>
33667       <method name="Void Main()">
33668         <size>17</size>
33669       </method>
33670     </type>
33671   </test>
33672   <test name="test-597.cs">
33673     <type name="TestNS.Foo">
33674       <method name="Void .ctor()">
33675         <size>7</size>
33676       </method>
33677     </type>
33678     <type name="TestNS.XElement">
33679       <method name="Void .ctor()">
33680         <size>7</size>
33681       </method>
33682       <method name="TestNS.Bar get_Document()">
33683         <size>2</size>
33684       </method>
33685       <method name="System.Object get_CrashHere()">
33686         <size>29</size>
33687       </method>
33688     </type>
33689     <type name="TestNS.Element">
33690       <method name="Void .ctor()">
33691         <size>7</size>
33692       </method>
33693       <method name="TestNS.Foo get_Document()">
33694         <size>2</size>
33695       </method>
33696     </type>
33697     <type name="TestNS.Bar">
33698       <method name="Void .ctor()">
33699         <size>7</size>
33700       </method>
33701       <method name="IHoge get_Root()">
33702         <size>2</size>
33703       </method>
33704     </type>
33705     <type name="TestNS.C">
33706       <method name="Void .ctor()">
33707         <size>7</size>
33708       </method>
33709       <method name="Void Main()">
33710         <size>1</size>
33711       </method>
33712     </type>
33713   </test>
33714   <test name="test-598.cs">
33715     <type name="Test">
33716       <method name="Void .ctor()">
33717         <size>35</size>
33718       </method>
33719       <method name="V get_v()">
33720         <size>7</size>
33721       </method>
33722       <method name="Void Main()">
33723         <size>1</size>
33724       </method>
33725     </type>
33726     <type name="V">
33727       <method name="Void set_Item(Int32, Int32)">
33728         <size>1</size>
33729       </method>
33730     </type>
33731   </test>
33732   <test name="test-599.cs">
33733     <type name="Test.String">
33734       <method name="Void .ctor(String)">
33735         <size>14</size>
33736       </method>
33737       <method name="Test.String op_Implicit(System.String)">
33738         <size>15</size>
33739       </method>
33740       <method name="System.String op_Implicit(Test.String)">
33741         <size>15</size>
33742       </method>
33743     </type>
33744     <type name="TestCompiler.MainClass">
33745       <method name="Void .ctor()">
33746         <size>7</size>
33747       </method>
33748       <method name="Int32 Main()">
33749         <size>80</size>
33750       </method>
33751     </type>
33752   </test>
33753   <test name="test-6.cs">
33754     <type name="X">
33755       <method name="Void .ctor()">
33756         <size>7</size>
33757       </method>
33758       <method name="Int32 Main()">
33759         <size>37</size>
33760       </method>
33761     </type>
33762   </test>
33763   <test name="test-60.cs">
33764     <type name="ns5.Y">
33765       <method name="Void .ctor()">
33766         <size>7</size>
33767       </method>
33768       <method name="Void Run()">
33769         <size>1</size>
33770       </method>
33771     </type>
33772     <type name="X">
33773       <method name="Void .ctor()">
33774         <size>7</size>
33775       </method>
33776       <method name="Int32 Main()">
33777         <size>14</size>
33778       </method>
33779     </type>
33780   </test>
33781   <test name="test-600.cs">
33782     <type name="Test.Regression">
33783       <method name="Void .ctor()">
33784         <size>7</size>
33785       </method>
33786       <method name="Int32 Main()">
33787         <size>90</size>
33788       </method>
33789     </type>
33790   </test>
33791   <test name="test-601.cs">
33792     <type name="C">
33793       <method name="Void .ctor()">
33794         <size>7</size>
33795       </method>
33796       <method name="Void Main()">
33797         <size>1</size>
33798       </method>
33799     </type>
33800     <type name="C+MarkerUpdatedVMDelegate">
33801       <method name="Void .ctor(Object, IntPtr)">
33802         <size>0</size>
33803       </method>
33804       <method name="Void Invoke(IntPtr, IntPtr)">
33805         <size>0</size>
33806       </method>
33807       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
33808         <size>0</size>
33809       </method>
33810       <method name="Void EndInvoke(IAsyncResult)">
33811         <size>0</size>
33812       </method>
33813     </type>
33814   </test>
33815   <test name="test-602.cs">
33816     <type name="C">
33817       <method name="Void .ctor()">
33818         <size>7</size>
33819       </method>
33820       <method name="Int32 Main()">
33821         <size>95</size>
33822       </method>
33823       <method name="Int32 Error(System.String, System.Object[])">
33824         <size>8</size>
33825       </method>
33826       <method name="Int32 Format(System.String, System.Object)">
33827         <size>2</size>
33828       </method>
33829       <method name="Int32 Format(System.String, System.Object[])">
33830         <size>2</size>
33831       </method>
33832       <method name="Int32 Format(System.String, System.Object, System.Object[])">
33833         <size>2</size>
33834       </method>
33835       <method name="Int32 Test_A(System.String)">
33836         <size>2</size>
33837       </method>
33838       <method name="Int32 Test_A(System.String, System.Object[])">
33839         <size>2</size>
33840       </method>
33841       <method name="Int32 Test_C(System.Type, System.Int32[])">
33842         <size>2</size>
33843       </method>
33844       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
33845         <size>2</size>
33846       </method>
33847     </type>
33848   </test>
33849   <test name="test-603.cs">
33850     <type name="ConsoleApplication1.Program">
33851       <method name="Void .ctor()">
33852         <size>7</size>
33853       </method>
33854       <method name="Void .cctor()">
33855         <size>1</size>
33856       </method>
33857       <method name="Int32 Main()">
33858         <size>52</size>
33859       </method>
33860     </type>
33861   </test>
33862   <test name="test-604.cs">
33863     <type name="Program">
33864       <method name="Void .ctor()">
33865         <size>7</size>
33866       </method>
33867       <method name="Int32 Main()">
33868         <size>83</size>
33869       </method>
33870     </type>
33871     <type name="Program+ImplementingExplicitInterfacesMembers">
33872       <method name="Void .ctor()">
33873         <size>7</size>
33874       </method>
33875       <method name="Void Program.Iface1.IfaceMethod1()">
33876         <size>1</size>
33877       </method>
33878       <method name="Void Program.Iface2.IfaceMethod2()">
33879         <size>1</size>
33880       </method>
33881     </type>
33882   </test>
33883   <test name="test-605.cs">
33884     <type name="TestA">
33885       <method name="Void .ctor()">
33886         <size>7</size>
33887       </method>
33888       <method name="System.String get_Method()">
33889         <size>2</size>
33890       </method>
33891     </type>
33892     <type name="TestB">
33893       <method name="Void .ctor()">
33894         <size>7</size>
33895       </method>
33896       <method name="System.String get_Method()">
33897         <size>2</size>
33898       </method>
33899       <method name="Void Main()">
33900         <size>1</size>
33901       </method>
33902     </type>
33903   </test>
33904   <test name="test-606.cs">
33905     <type name="Program">
33906       <method name="Void .ctor()">
33907         <size>7</size>
33908       </method>
33909       <method name="Int32 Main()">
33910         <size>157</size>
33911       </method>
33912     </type>
33913     <type name="Info">
33914       <method name="Void .ctor()">
33915         <size>7</size>
33916       </method>
33917       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
33918         <size>2</size>
33919       </method>
33920       <method name="Void System.Collections.IEnumerator.Reset()">
33921         <size>1</size>
33922       </method>
33923       <method name="System.Object System.Collections.IEnumerator.get_Current()">
33924         <size>2</size>
33925       </method>
33926       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
33927         <size>2</size>
33928       </method>
33929       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
33930         <size>1</size>
33931       </method>
33932     </type>
33933   </test>
33934   <test name="test-607.cs">
33935     <type name="Program">
33936       <method name="Void .ctor()">
33937         <size>7</size>
33938       </method>
33939       <method name="Int32 Main()">
33940         <size>40</size>
33941       </method>
33942     </type>
33943   </test>
33944   <test name="test-608.cs">
33945     <type name="X">
33946       <method name="Void .ctor()">
33947         <size>7</size>
33948       </method>
33949       <method name="Void Main()">
33950         <size>60</size>
33951       </method>
33952     </type>
33953   </test>
33954   <test name="test-609.cs">
33955     <type name="Test">
33956       <method name="Void .ctor()">
33957         <size>7</size>
33958       </method>
33959       <method name="Int32 Main()">
33960         <size>36</size>
33961       </method>
33962     </type>
33963   </test>
33964   <test name="test-61.cs">
33965     <type name="X">
33966       <method name="Void .ctor()">
33967         <size>7</size>
33968       </method>
33969       <method name="Void add_XX(X+MyEvent)">
33970         <size>3</size>
33971       </method>
33972       <method name="Void remove_XX(X+MyEvent)">
33973         <size>3</size>
33974       </method>
33975       <method name="Int32 get_Property()">
33976         <size>4</size>
33977       </method>
33978       <method name="Void set_Property(Int32)">
33979         <size>3</size>
33980       </method>
33981       <method name="Int32 get_P2()">
33982         <size>2</size>
33983       </method>
33984       <method name="Void set_P3(Int32)">
33985         <size>1</size>
33986       </method>
33987       <method name="Int32 Main()">
33988         <size>2</size>
33989       </method>
33990     </type>
33991     <type name="X+MyEvent">
33992       <method name="Void .ctor(Object, IntPtr)">
33993         <size>0</size>
33994       </method>
33995       <method name="Void Invoke()">
33996         <size>0</size>
33997       </method>
33998       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33999         <size>0</size>
34000       </method>
34001       <method name="Void EndInvoke(IAsyncResult)">
34002         <size>0</size>
34003       </method>
34004     </type>
34005   </test>
34006   <test name="test-610.cs">
34007     <type name="A">
34008       <method name="Void .ctor()">
34009         <size>7</size>
34010       </method>
34011       <method name="Void Main()">
34012         <size>1</size>
34013       </method>
34014     </type>
34015     <type name="A+C">
34016       <method name="Void .ctor()">
34017         <size>7</size>
34018       </method>
34019     </type>
34020     <type name="A+C+D">
34021       <method name="Void .ctor()">
34022         <size>7</size>
34023       </method>
34024     </type>
34025     <type name="N.B">
34026       <method name="Void .ctor()">
34027         <size>7</size>
34028       </method>
34029     </type>
34030     <type name="N.B+C">
34031       <method name="Void .ctor()">
34032         <size>7</size>
34033       </method>
34034     </type>
34035     <type name="N.B+C+E">
34036       <method name="Void .ctor()">
34037         <size>7</size>
34038       </method>
34039     </type>
34040     <type name="N.B+A">
34041       <method name="Void .ctor()">
34042         <size>7</size>
34043       </method>
34044     </type>
34045     <type name="N.B+A+D">
34046       <method name="Void .ctor()">
34047         <size>7</size>
34048       </method>
34049     </type>
34050   </test>
34051   <test name="test-611.cs">
34052     <type name="T">
34053       <method name="Void .ctor()">
34054         <size>7</size>
34055       </method>
34056     </type>
34057     <type name="T+Protected">
34058       <method name="Void .ctor()">
34059         <size>7</size>
34060       </method>
34061     </type>
34062     <type name="D">
34063       <method name="Void .ctor()">
34064         <size>7</size>
34065       </method>
34066     </type>
34067     <type name="D+Private">
34068       <method name="Void .ctor()">
34069         <size>7</size>
34070       </method>
34071       <method name="Void Stuff(T+Protected)">
34072         <size>1</size>
34073       </method>
34074     </type>
34075     <type name="D2">
34076       <method name="Void .ctor()">
34077         <size>7</size>
34078       </method>
34079     </type>
34080     <type name="D2+P">
34081       <method name="Void .ctor()">
34082         <size>7</size>
34083       </method>
34084     </type>
34085     <type name="D2+P+Private">
34086       <method name="Void .ctor()">
34087         <size>7</size>
34088       </method>
34089       <method name="Void Stuff(T+Protected)">
34090         <size>1</size>
34091       </method>
34092     </type>
34093     <type name="Z">
34094       <method name="Void .ctor()">
34095         <size>7</size>
34096       </method>
34097       <method name="Void Main()">
34098         <size>1</size>
34099       </method>
34100     </type>
34101   </test>
34102   <test name="test-612.cs">
34103     <type name="Abcdefghijklmnopqrstuvwxyz">
34104       <method name="Void .ctor()">
34105         <size>7</size>
34106       </method>
34107       <method name="Void .cctor()">
34108         <size>7</size>
34109       </method>
34110     </type>
34111     <type name="OO">
34112       <method name="Void .ctor()">
34113         <size>7</size>
34114       </method>
34115       <method name="Void D()">
34116         <size>5293</size>
34117       </method>
34118     </type>
34119     <type name="Zyxwvutsrqp">
34120       <method name="Void .ctor()">
34121         <size>7</size>
34122       </method>
34123       <method name="Void .cctor()">
34124         <size>7</size>
34125       </method>
34126     </type>
34127     <type name="XXX">
34128       <method name="Void .ctor()">
34129         <size>7</size>
34130       </method>
34131       <method name="Boolean IsAltered()">
34132         <size>859</size>
34133       </method>
34134       <method name="Void Main()">
34135         <size>1</size>
34136       </method>
34137     </type>
34138   </test>
34139   <test name="test-613.cs">
34140     <type name="M">
34141       <method name="Void .ctor()">
34142         <size>7</size>
34143       </method>
34144       <method name="Boolean g()">
34145         <size>8</size>
34146       </method>
34147       <method name="Int32 Main()">
34148         <size>62</size>
34149       </method>
34150     </type>
34151   </test>
34152   <test name="test-614.cs">
34153     <type name="C">
34154       <method name="Void .ctor()">
34155         <size>7</size>
34156       </method>
34157       <method name="Void And()">
34158         <size>73</size>
34159       </method>
34160       <method name="Void Or()">
34161         <size>137</size>
34162       </method>
34163       <method name="Int32 Main()">
34164         <size>70</size>
34165       </method>
34166     </type>
34167   </test>
34168   <test name="test-615.cs">
34169     <type name="C">
34170       <method name="Void .ctor()">
34171         <size>7</size>
34172       </method>
34173       <method name="Void Main()">
34174         <size>16</size>
34175       </method>
34176     </type>
34177   </test>
34178   <test name="test-617.cs">
34179     <type name="Y">
34180       <method name="Void .ctor()">
34181         <size>7</size>
34182       </method>
34183       <method name="Void X.add_Foo(MyDelegate)">
34184         <size>1</size>
34185       </method>
34186       <method name="Void X.remove_Foo(MyDelegate)">
34187         <size>1</size>
34188       </method>
34189       <method name="Void add_Foo(MyDelegate)">
34190         <size>24</size>
34191       </method>
34192       <method name="Void remove_Foo(MyDelegate)">
34193         <size>24</size>
34194       </method>
34195       <method name="Int32 X.get_Prop()">
34196         <size>2</size>
34197       </method>
34198       <method name="Int32 Main()">
34199         <size>74</size>
34200       </method>
34201     </type>
34202     <type name="MyDelegate">
34203       <method name="Void .ctor(Object, IntPtr)">
34204         <size>0</size>
34205       </method>
34206       <method name="Int64 Invoke()">
34207         <size>0</size>
34208       </method>
34209       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34210         <size>0</size>
34211       </method>
34212       <method name="Int64 EndInvoke(IAsyncResult)">
34213         <size>0</size>
34214       </method>
34215     </type>
34216   </test>
34217   <test name="test-618.cs">
34218     <type name="C">
34219       <method name="Void .ctor()">
34220         <size>7</size>
34221       </method>
34222       <method name="Void ZeroBasedReductions()">
34223         <size>9</size>
34224       </method>
34225       <method name="Void Main()">
34226         <size>1</size>
34227       </method>
34228     </type>
34229   </test>
34230   <test name="test-619.cs">
34231     <type name="X">
34232       <method name="Void .ctor()">
34233         <size>7</size>
34234       </method>
34235       <method name="Void Main()">
34236         <size>11</size>
34237       </method>
34238     </type>
34239   </test>
34240   <test name="test-62.cs">
34241     <type name="X">
34242       <method name="Void .ctor()">
34243         <size>7</size>
34244       </method>
34245       <method name="X[] GetX()">
34246         <size>2</size>
34247       </method>
34248       <method name="System.Int32[] getInt()">
34249         <size>2</size>
34250       </method>
34251       <method name="System.Int32[,,] getMoreInt()">
34252         <size>2</size>
34253       </method>
34254       <method name="Int32 Main()">
34255         <size>2</size>
34256       </method>
34257     </type>
34258   </test>
34259   <test name="test-620.cs">
34260     <type name="X">
34261       <method name="Void .ctor()">
34262         <size>7</size>
34263       </method>
34264       <method name="Void A(Int32 ByRef)">
34265         <size>7</size>
34266       </method>
34267       <method name="Void B(Int32 ByRef)">
34268         <size>7</size>
34269       </method>
34270       <method name="Int32 Main()">
34271         <size>22</size>
34272       </method>
34273     </type>
34274   </test>
34275   <test name="test-621.cs">
34276     <type name="X">
34277       <method name="Void .ctor()">
34278         <size>7</size>
34279       </method>
34280       <method name="Void Main()">
34281         <size>129</size>
34282       </method>
34283     </type>
34284   </test>
34285   <test name="test-622.cs">
34286     <type name="A">
34287       <method name="Void .ctor(Int32)">
34288         <size>1</size>
34289       </method>
34290     </type>
34291     <type name="B">
34292       <method name="Void .ctor(Int32)">
34293         <size>7</size>
34294       </method>
34295     </type>
34296     <type name="X">
34297       <method name="Void .ctor()">
34298         <size>7</size>
34299       </method>
34300       <method name="Void Foo(A ByRef)">
34301         <size>8</size>
34302       </method>
34303       <method name="Void Foo(System.Object ByRef)">
34304         <size>9</size>
34305       </method>
34306       <method name="Int32 Main()">
34307         <size>16</size>
34308       </method>
34309     </type>
34310   </test>
34311   <test name="test-623.cs">
34312     <type name="X">
34313       <method name="Void .ctor()">
34314         <size>7</size>
34315       </method>
34316       <method name="Void a()">
34317         <size>0</size>
34318       </method>
34319     </type>
34320     <type name="Y">
34321       <method name="Void .ctor()">
34322         <size>7</size>
34323       </method>
34324       <method name="Void a()">
34325         <size>11</size>
34326       </method>
34327       <method name="Void Main()">
34328         <size>13</size>
34329       </method>
34330     </type>
34331   </test>
34332   <test name="test-624.cs">
34333     <type name="X">
34334       <method name="Void .ctor()">
34335         <size>7</size>
34336       </method>
34337       <method name="Int32 get_Type()">
34338         <size>2</size>
34339       </method>
34340       <method name="Void Main()">
34341         <size>3</size>
34342       </method>
34343     </type>
34344   </test>
34345   <test name="test-625.cs">
34346     <type name="Location">
34347       <method name="Void .ctor()">
34348         <size>7</size>
34349       </method>
34350       <method name="Int32 get_Null()">
34351         <size>2</size>
34352       </method>
34353     </type>
34354     <type name="X">
34355       <method name="Void .ctor()">
34356         <size>13</size>
34357       </method>
34358       <method name="Void Main()">
34359         <size>1</size>
34360       </method>
34361     </type>
34362   </test>
34363   <test name="test-626.cs">
34364     <type name="X">
34365       <method name="Void .ctor()">
34366         <size>7</size>
34367       </method>
34368       <method name="Void A()">
34369         <size>1</size>
34370       </method>
34371       <method name="Void Main()">
34372         <size>37</size>
34373       </method>
34374     </type>
34375   </test>
34376   <test name="test-627.cs">
34377     <type name="B">
34378       <method name="Void .ctor()">
34379         <size>7</size>
34380       </method>
34381       <method name="Void X.B()">
34382         <size>1</size>
34383       </method>
34384       <method name="Void A.B()">
34385         <size>1</size>
34386       </method>
34387     </type>
34388     <type name="M">
34389       <method name="Void .ctor()">
34390         <size>7</size>
34391       </method>
34392       <method name="Void N(System.Object)">
34393         <size>8</size>
34394       </method>
34395       <method name="Void Main()">
34396         <size>1</size>
34397       </method>
34398     </type>
34399   </test>
34400   <test name="test-628.cs">
34401     <type name="N1.B">
34402       <method name="Void .ctor()">
34403         <size>7</size>
34404       </method>
34405     </type>
34406     <type name="X">
34407       <method name="Void .ctor()">
34408         <size>7</size>
34409       </method>
34410     </type>
34411     <type name="X2">
34412       <method name="Void .ctor()">
34413         <size>7</size>
34414       </method>
34415     </type>
34416     <type name="Y2">
34417       <method name="Void .ctor()">
34418         <size>7</size>
34419       </method>
34420     </type>
34421     <type name="Y">
34422       <method name="Void .ctor()">
34423         <size>7</size>
34424       </method>
34425       <method name="Void Main()">
34426         <size>1</size>
34427       </method>
34428     </type>
34429   </test>
34430   <test name="test-629.cs">
34431     <type name="Foo">
34432       <method name="Void .ctor()">
34433         <size>7</size>
34434       </method>
34435       <method name="IEnumerable foo()">
34436         <size>16</size>
34437       </method>
34438       <method name="Int32 Main()">
34439         <size>65</size>
34440       </method>
34441     </type>
34442     <type name="Foo+&lt;foo&gt;c__Iterator0">
34443       <method name="Void .ctor()">
34444         <size>7</size>
34445       </method>
34446       <method name="System.Object System.Collections.IEnumerator.get_Current()">
34447         <size>7</size>
34448       </method>
34449       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34450         <size>7</size>
34451       </method>
34452       <method name="Boolean MoveNext()">
34453         <size>39</size>
34454       </method>
34455       <method name="Void Dispose()">
34456         <size>8</size>
34457       </method>
34458       <method name="Void Reset()">
34459         <size>6</size>
34460       </method>
34461       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
34462         <size>7</size>
34463       </method>
34464       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
34465         <size>26</size>
34466       </method>
34467     </type>
34468   </test>
34469   <test name="test-63.cs">
34470     <type name="X">
34471       <method name="Void .ctor()">
34472         <size>7</size>
34473       </method>
34474       <method name="Int32 Main()">
34475         <size>96</size>
34476       </method>
34477     </type>
34478   </test>
34479   <test name="test-630.cs">
34480     <type name="MyEx">
34481       <method name="Void .ctor()">
34482         <size>7</size>
34483       </method>
34484     </type>
34485     <type name="Ex">
34486       <method name="Void .ctor()">
34487         <size>7</size>
34488       </method>
34489       <method name="Int32 test(Int32)">
34490         <size>37</size>
34491       </method>
34492       <method name="Int32 Main()">
34493         <size>70</size>
34494       </method>
34495     </type>
34496   </test>
34497   <test name="test-631.cs">
34498     <type name="A">
34499       <method name="Void .ctor()">
34500         <size>7</size>
34501       </method>
34502       <method name="SByte op_Implicit(A)">
34503         <size>2</size>
34504       </method>
34505       <method name="Byte op_Implicit(A)">
34506         <size>2</size>
34507       </method>
34508       <method name="Int16 op_Implicit(A)">
34509         <size>2</size>
34510       </method>
34511       <method name="UInt16 op_Implicit(A)">
34512         <size>2</size>
34513       </method>
34514       <method name="Int32 op_Implicit(A)">
34515         <size>2</size>
34516       </method>
34517       <method name="UInt32 op_Implicit(A)">
34518         <size>2</size>
34519       </method>
34520       <method name="Int64 op_Implicit(A)">
34521         <size>3</size>
34522       </method>
34523       <method name="UInt64 op_Implicit(A)">
34524         <size>3</size>
34525       </method>
34526     </type>
34527     <type name="A2">
34528       <method name="Void .ctor()">
34529         <size>7</size>
34530       </method>
34531       <method name="SByte op_Implicit(A2)">
34532         <size>2</size>
34533       </method>
34534       <method name="Byte op_Implicit(A2)">
34535         <size>2</size>
34536       </method>
34537       <method name="Int16 op_Implicit(A2)">
34538         <size>2</size>
34539       </method>
34540       <method name="UInt32 op_Implicit(A2)">
34541         <size>2</size>
34542       </method>
34543       <method name="Int64 op_Implicit(A2)">
34544         <size>3</size>
34545       </method>
34546       <method name="UInt64 op_Implicit(A2)">
34547         <size>3</size>
34548       </method>
34549     </type>
34550     <type name="A3">
34551       <method name="Void .ctor()">
34552         <size>7</size>
34553       </method>
34554       <method name="SByte op_Implicit(A3)">
34555         <size>2</size>
34556       </method>
34557       <method name="UInt32 op_Implicit(A3)">
34558         <size>2</size>
34559       </method>
34560       <method name="Int64 op_Implicit(A3)">
34561         <size>3</size>
34562       </method>
34563       <method name="UInt64 op_Implicit(A3)">
34564         <size>3</size>
34565       </method>
34566     </type>
34567     <type name="A4">
34568       <method name="Void .ctor()">
34569         <size>7</size>
34570       </method>
34571       <method name="UInt32 op_Implicit(A4)">
34572         <size>2</size>
34573       </method>
34574       <method name="Int64 op_Implicit(A4)">
34575         <size>3</size>
34576       </method>
34577       <method name="UInt64 op_Implicit(A4)">
34578         <size>3</size>
34579       </method>
34580     </type>
34581     <type name="A5">
34582       <method name="Void .ctor()">
34583         <size>7</size>
34584       </method>
34585       <method name="UInt32 op_Implicit(A5)">
34586         <size>2</size>
34587       </method>
34588       <method name="Int32 op_Implicit(A5)">
34589         <size>2</size>
34590       </method>
34591     </type>
34592     <type name="A6">
34593       <method name="Void .ctor()">
34594         <size>7</size>
34595       </method>
34596       <method name="Byte op_Implicit(A6)">
34597         <size>2</size>
34598       </method>
34599     </type>
34600     <type name="MyDecimal">
34601       <method name="Void .ctor()">
34602         <size>7</size>
34603       </method>
34604       <method name="Decimal op_Implicit(MyDecimal)">
34605         <size>8</size>
34606       </method>
34607     </type>
34608     <type name="Constraint">
34609       <method name="Void .ctor()">
34610         <size>7</size>
34611       </method>
34612       <method name="Int32 Main()">
34613         <size>293</size>
34614       </method>
34615     </type>
34616   </test>
34617   <test name="test-632.cs">
34618     <type name="Bug379822">
34619       <method name="Void .ctor()">
34620         <size>7</size>
34621       </method>
34622       <method name="Void Assert(Boolean, Boolean)">
34623         <size>19</size>
34624       </method>
34625       <method name="Void TestAnd(Boolean)">
34626         <size>79</size>
34627       </method>
34628       <method name="Void TestOr(Boolean)">
34629         <size>92</size>
34630       </method>
34631       <method name="Void Test(Boolean)">
34632         <size>13</size>
34633       </method>
34634       <method name="Void Main()">
34635         <size>13</size>
34636       </method>
34637     </type>
34638   </test>
34639   <test name="test-633.cs">
34640     <type name="Test.C">
34641       <method name="Void .ctor()">
34642         <size>7</size>
34643       </method>
34644       <method name="Void Main()">
34645         <size>1</size>
34646       </method>
34647     </type>
34648   </test>
34649   <test name="test-634.cs">
34650     <type name="Test">
34651       <method name="Void .ctor()">
34652         <size>7</size>
34653       </method>
34654       <method name="Void TestFunc()">
34655         <size>2</size>
34656       </method>
34657       <method name="Void Main(System.String[])">
34658         <size>6</size>
34659       </method>
34660     </type>
34661     <type name="Test+D">
34662       <method name="Void .ctor(Object, IntPtr)">
34663         <size>0</size>
34664       </method>
34665       <method name="Void Invoke()">
34666         <size>0</size>
34667       </method>
34668       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
34669         <size>0</size>
34670       </method>
34671       <method name="Void EndInvoke(IAsyncResult)">
34672         <size>0</size>
34673       </method>
34674     </type>
34675   </test>
34676   <test name="test-635.cs">
34677     <type name="ShortCircuitFold">
34678       <method name="Void .ctor()">
34679         <size>7</size>
34680       </method>
34681       <method name="Boolean get_False()">
34682         <size>14</size>
34683       </method>
34684       <method name="Boolean get_True()">
34685         <size>14</size>
34686       </method>
34687       <method name="Void a(Boolean, Boolean)">
34688         <size>19</size>
34689       </method>
34690       <method name="Void c(Int32)">
34691         <size>67</size>
34692       </method>
34693       <method name="Boolean f()">
34694         <size>11</size>
34695       </method>
34696       <method name="Void Main()">
34697         <size>169</size>
34698       </method>
34699     </type>
34700   </test>
34701   <test name="test-636.cs">
34702     <type name="Foo">
34703       <method name="Void .ctor()">
34704         <size>7</size>
34705       </method>
34706       <method name="Boolean get_False()">
34707         <size>14</size>
34708       </method>
34709       <method name="Void ping()">
34710         <size>13</size>
34711       </method>
34712       <method name="Int32 test_while(Int32)">
34713         <size>53</size>
34714       </method>
34715       <method name="Int32 test_do_while(Int32)">
34716         <size>53</size>
34717       </method>
34718       <method name="Int32 test_for(Int32)">
34719         <size>64</size>
34720       </method>
34721       <method name="Void test_for_empty()">
34722         <size>35</size>
34723       </method>
34724       <method name="Void Main()">
34725         <size>30</size>
34726       </method>
34727     </type>
34728   </test>
34729   <test name="test-638.cs">
34730     <type name="Fail">
34731       <method name="Void .ctor()">
34732         <size>7</size>
34733       </method>
34734       <method name="Void Main()">
34735         <size>110</size>
34736       </method>
34737     </type>
34738     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
34739       <method name="Void .ctor()">
34740         <size>7</size>
34741       </method>
34742       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
34743         <size>28</size>
34744       </method>
34745     </type>
34746   </test>
34747   <test name="test-639.cs">
34748     <type name="Foo">
34749       <method name="Void .ctor()">
34750         <size>7</size>
34751       </method>
34752       <method name="System.String get_s()">
34753         <size>13</size>
34754       </method>
34755       <method name="Void set_s(System.String)">
34756         <size>34</size>
34757       </method>
34758       <method name="Void Main()">
34759         <size>67</size>
34760       </method>
34761     </type>
34762   </test>
34763   <test name="test-64.cs">
34764     <type name="Operator">
34765       <method name="Void .ctor()">
34766         <size>7</size>
34767       </method>
34768     </type>
34769     <type name="Blah">
34770       <method name="Void .ctor(Operator)">
34771         <size>7</size>
34772       </method>
34773     </type>
34774     <type name="T">
34775       <method name="Void .ctor()">
34776         <size>7</size>
34777       </method>
34778       <method name="Int32 Main()">
34779         <size>9</size>
34780       </method>
34781     </type>
34782   </test>
34783   <test name="test-640.cs">
34784     <type name="C">
34785       <method name="Void .ctor()">
34786         <size>7</size>
34787       </method>
34788       <method name="Int32 Main()">
34789         <size>100</size>
34790       </method>
34791     </type>
34792   </test>
34793   <test name="test-641.cs">
34794     <type name="Identifier">
34795       <method name="Void .ctor()">
34796         <size>7</size>
34797       </method>
34798       <method name="Int32 Main()">
34799         <size>55</size>
34800       </method>
34801       <method name="Boolean op_Equality(Identifier, Identifier)">
34802         <size>2</size>
34803       </method>
34804       <method name="Boolean op_Inequality(Identifier, Identifier)">
34805         <size>2</size>
34806       </method>
34807       <method name="Identifier op_Implicit(System.String)">
34808         <size>2</size>
34809       </method>
34810       <method name="System.String op_Implicit(Identifier)">
34811         <size>2</size>
34812       </method>
34813       <method name="Decimal op_Implicit(Identifier)">
34814         <size>7</size>
34815       </method>
34816     </type>
34817   </test>
34818   <test name="test-642.cs">
34819     <type name="C">
34820       <method name="Void .ctor()">
34821         <size>7</size>
34822       </method>
34823       <method name="Int32 Main()">
34824         <size>40</size>
34825       </method>
34826     </type>
34827   </test>
34828   <test name="test-643.cs">
34829     <type name="PointerArithmeticTest">
34830       <method name="Void .ctor()">
34831         <size>7</size>
34832       </method>
34833       <method name="Int32 Main()">
34834         <size>130</size>
34835       </method>
34836       <method name="Int32* Conversions(Int64)">
34837         <size>3</size>
34838       </method>
34839       <method name="Int32 CheckAdd(Byte*, Int32)">
34840         <size>14</size>
34841       </method>
34842       <method name="Int32 CheckSub(Int16*, Int32)">
34843         <size>16</size>
34844       </method>
34845       <method name="Int32 CheckSub2(Int16*, Int32)">
34846         <size>23</size>
34847       </method>
34848     </type>
34849   </test>
34850   <test name="test-644.cs">
34851     <type name="Program">
34852       <method name="Void .ctor()">
34853         <size>7</size>
34854       </method>
34855       <method name="System.Object M(Int32)">
34856         <size>2</size>
34857       </method>
34858       <method name="Void Test_1()">
34859         <size>59</size>
34860       </method>
34861       <method name="Boolean Test_2()">
34862         <size>24</size>
34863       </method>
34864       <method name="Boolean Test_3()">
34865         <size>24</size>
34866       </method>
34867       <method name="Boolean Test_4(Program+D)">
34868         <size>13</size>
34869       </method>
34870       <method name="Int32 Main()">
34871         <size>75</size>
34872       </method>
34873     </type>
34874     <type name="Program+D">
34875       <method name="Void .ctor(Object, IntPtr)">
34876         <size>0</size>
34877       </method>
34878       <method name="System.Object Invoke(Int32)">
34879         <size>0</size>
34880       </method>
34881       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34882         <size>0</size>
34883       </method>
34884       <method name="System.Object EndInvoke(IAsyncResult)">
34885         <size>0</size>
34886       </method>
34887     </type>
34888   </test>
34889   <test name="test-645.cs">
34890     <type name="Program">
34891       <method name="Void .ctor()">
34892         <size>7</size>
34893       </method>
34894       <method name="IEnumerable get_Empty()">
34895         <size>16</size>
34896       </method>
34897       <method name="Void Main()">
34898         <size>61</size>
34899       </method>
34900     </type>
34901     <type name="Program+&lt;&gt;c__Iterator0">
34902       <method name="Void .ctor()">
34903         <size>7</size>
34904       </method>
34905       <method name="System.Object System.Collections.IEnumerator.get_Current()">
34906         <size>7</size>
34907       </method>
34908       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34909         <size>7</size>
34910       </method>
34911       <method name="Boolean MoveNext()">
34912         <size>158</size>
34913       </method>
34914       <method name="Void Dispose()">
34915         <size>8</size>
34916       </method>
34917       <method name="Void Reset()">
34918         <size>6</size>
34919       </method>
34920       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
34921         <size>7</size>
34922       </method>
34923       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
34924         <size>26</size>
34925       </method>
34926     </type>
34927   </test>
34928   <test name="test-646.cs">
34929     <type name="Program">
34930       <method name="Void .ctor()">
34931         <size>7</size>
34932       </method>
34933       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
34934         <size>7</size>
34935       </method>
34936       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
34937         <size>7</size>
34938       </method>
34939       <method name="Int32 Main()">
34940         <size>113</size>
34941       </method>
34942     </type>
34943   </test>
34944   <test name="test-647.cs">
34945     <type name="Foo">
34946       <method name="Void .ctor()">
34947         <size>7</size>
34948       </method>
34949       <method name="Void Main()">
34950         <size>28</size>
34951       </method>
34952     </type>
34953   </test>
34954   <test name="test-648.cs">
34955     <type name="ParamMismatch.TestCase">
34956       <method name="Void .ctor()">
34957         <size>7</size>
34958       </method>
34959       <method name="Void add_Culprit(System.EventHandler)">
34960         <size>1</size>
34961       </method>
34962       <method name="Void remove_Culprit(System.EventHandler)">
34963         <size>1</size>
34964       </method>
34965       <method name="Void Main()">
34966         <size>1</size>
34967       </method>
34968       <method name="Void Finalize()">
34969         <size>13</size>
34970       </method>
34971     </type>
34972   </test>
34973   <test name="test-649.cs">
34974     <type name="MainClass">
34975       <method name="Void .ctor()">
34976         <size>7</size>
34977       </method>
34978       <method name="Void Main(System.String[])">
34979         <size>609</size>
34980       </method>
34981     </type>
34982     <type name="MainClass+Decimal2">
34983       <method name="Void .ctor(Double)">
34984         <size>13</size>
34985       </method>
34986       <method name="Void .ctor(Decimal)">
34987         <size>8</size>
34988       </method>
34989       <method name="Decimal2 op_Explicit(Decimal)">
34990         <size>7</size>
34991       </method>
34992       <method name="Decimal2 op_Explicit(Double)">
34993         <size>7</size>
34994       </method>
34995       <method name="Decimal op_Implicit(Decimal2)">
34996         <size>8</size>
34997       </method>
34998     </type>
34999   </test>
35000   <test name="test-65.cs">
35001     <type name="X">
35002       <method name="Void .ctor()">
35003         <size>7</size>
35004       </method>
35005       <method name="Void receiver(S)">
35006         <size>7</size>
35007       </method>
35008       <method name="System.Object BoxS()">
35009         <size>21</size>
35010       </method>
35011       <method name="S Plain()">
35012         <size>16</size>
35013       </method>
35014       <method name="Int32 Main()">
35015         <size>98</size>
35016       </method>
35017     </type>
35018   </test>
35019   <test name="test-650.cs">
35020     <type name="App">
35021       <method name="Void .ctor()">
35022         <size>7</size>
35023       </method>
35024       <method name="Void Main()">
35025         <size>1</size>
35026       </method>
35027     </type>
35028   </test>
35029   <test name="test-651.cs">
35030     <type name="Foo">
35031       <method name="Void .ctor()">
35032         <size>7</size>
35033       </method>
35034       <method name="Void Open(IList)">
35035         <size>1</size>
35036       </method>
35037       <method name="Void Open(System.Collections.ArrayList ByRef)">
35038         <size>20</size>
35039       </method>
35040       <method name="Void Main()">
35041         <size>1</size>
35042       </method>
35043     </type>
35044   </test>
35045   <test name="test-652.cs">
35046     <type name="C">
35047       <method name="Void .ctor()">
35048         <size>7</size>
35049       </method>
35050       <method name="Int32 Main()">
35051         <size>6</size>
35052       </method>
35053       <method name="Int32 Test()">
35054         <size>27</size>
35055       </method>
35056     </type>
35057   </test>
35058   <test name="test-653.cs">
35059     <type name="C">
35060       <method name="Void .ctor()">
35061         <size>7</size>
35062       </method>
35063       <method name="Int32 Test()">
35064         <size>50</size>
35065       </method>
35066       <method name="Void Test2()">
35067         <size>32</size>
35068       </method>
35069       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
35070         <size>39</size>
35071       </method>
35072       <method name="Int32 Main()">
35073         <size>41</size>
35074       </method>
35075     </type>
35076   </test>
35077   <test name="test-654.cs">
35078     <type name="Program">
35079       <method name="Void .ctor()">
35080         <size>7</size>
35081       </method>
35082       <method name="Int32 Main()">
35083         <size>8</size>
35084       </method>
35085       <method name="Int32 Test(SByte*)">
35086         <size>33</size>
35087       </method>
35088     </type>
35089   </test>
35090   <test name="test-655.cs">
35091     <type name="D">
35092       <method name="Void .ctor()">
35093         <size>7</size>
35094       </method>
35095       <method name="Byte get_Item(Int32)">
35096         <size>7</size>
35097       </method>
35098       <method name="Void set_Item(Int32, Byte)">
35099         <size>8</size>
35100       </method>
35101       <method name="Int32 Main()">
35102         <size>77</size>
35103       </method>
35104     </type>
35105   </test>
35106   <test name="test-656.cs">
35107     <type name="Goo">
35108       <method name="Void .ctor()">
35109         <size>7</size>
35110       </method>
35111       <method name="Void Main()">
35112         <size>26</size>
35113       </method>
35114     </type>
35115   </test>
35116   <test name="test-657.cs">
35117     <type name="TestDebug.C">
35118       <method name="Void .ctor()">
35119         <size>7</size>
35120       </method>
35121       <method name="Void Method()">
35122         <size>1</size>
35123       </method>
35124     </type>
35125     <type name="TestDebug.Program">
35126       <method name="Void .ctor()">
35127         <size>7</size>
35128       </method>
35129       <method name="Void Excluded()">
35130         <size>11</size>
35131       </method>
35132       <method name="Int32 Main()">
35133         <size>7</size>
35134       </method>
35135     </type>
35136   </test>
35137   <test name="test-658.cs">
35138     <type name="A">
35139       <method name="Void .ctor()">
35140         <size>7</size>
35141       </method>
35142       <method name="Int32 get_Thread()">
35143         <size>2</size>
35144       </method>
35145     </type>
35146     <type name="Thread">
35147       <method name="Void .ctor()">
35148         <size>7</size>
35149       </method>
35150       <method name="Void Foo()">
35151         <size>1</size>
35152       </method>
35153     </type>
35154     <type name="B">
35155       <method name="Void .ctor()">
35156         <size>7</size>
35157       </method>
35158       <method name="Void Main()">
35159         <size>6</size>
35160       </method>
35161     </type>
35162   </test>
35163   <test name="test-659.cs">
35164     <type name="MySubClass">
35165       <method name="Void .ctor()">
35166         <size>7</size>
35167       </method>
35168       <method name="Int32 Main()">
35169         <size>30</size>
35170       </method>
35171       <method name="Void set_BB(Int32, Boolean)">
35172         <size>1</size>
35173       </method>
35174       <method name="Void Iface.set_AA(Int32, Boolean)">
35175         <size>9</size>
35176       </method>
35177     </type>
35178   </test>
35179   <test name="test-66.cs">
35180     <type name="Y">
35181       <method name="Void .ctor()">
35182         <size>7</size>
35183       </method>
35184     </type>
35185     <type name="X">
35186       <method name="Void .ctor()">
35187         <size>7</size>
35188       </method>
35189       <method name="Void .cctor()">
35190         <size>53</size>
35191       </method>
35192       <method name="Void FillOne()">
35193         <size>18</size>
35194       </method>
35195       <method name="Void FillSingle()">
35196         <size>39</size>
35197       </method>
35198       <method name="Void FillDouble()">
35199         <size>59</size>
35200       </method>
35201       <method name="Void FillObject()">
35202         <size>52</size>
35203       </method>
35204       <method name="Void FillDoubleObject()">
35205         <size>81</size>
35206       </method>
35207       <method name="Int32 TestSingle()">
35208         <size>47</size>
35209       </method>
35210       <method name="Int32 TestDouble()">
35211         <size>67</size>
35212       </method>
35213       <method name="Int32 TestObjectSingle()">
35214         <size>48</size>
35215       </method>
35216       <method name="Int32 TestObjectDouble()">
35217         <size>72</size>
35218       </method>
35219       <method name="Int32 Main()">
35220         <size>80</size>
35221       </method>
35222     </type>
35223   </test>
35224   <test name="test-660.cs">
35225     <type name="Test">
35226       <method name="Void .ctor()">
35227         <size>7</size>
35228       </method>
35229       <method name="Void Main()">
35230         <size>25</size>
35231       </method>
35232     </type>
35233     <type name="Status">
35234       <method name="Void .ctor(Code)">
35235         <size>8</size>
35236       </method>
35237       <method name="Status op_Implicit(Code)">
35238         <size>7</size>
35239       </method>
35240       <method name="Code op_Implicit(Status)">
35241         <size>8</size>
35242       </method>
35243     </type>
35244   </test>
35245   <test name="test-661.cs">
35246     <type name="Test">
35247       <method name="Void .ctor()">
35248         <size>7</size>
35249       </method>
35250       <method name="Void Main()">
35251         <size>1</size>
35252       </method>
35253       <method name="Void TestMethod()">
35254         <size>15</size>
35255       </method>
35256       <method name="SummaryInfo GetSummary()">
35257         <size>2</size>
35258       </method>
35259     </type>
35260   </test>
35261   <test name="test-662.cs">
35262     <type name="C">
35263       <method name="Void .ctor()">
35264         <size>7</size>
35265       </method>
35266       <method name="Void Main()">
35267         <size>1</size>
35268       </method>
35269     </type>
35270   </test>
35271   <test name="test-663.cs">
35272     <type name="A">
35273       <method name="Void .ctor()">
35274         <size>7</size>
35275       </method>
35276       <method name="Int32 op_Implicit(A)">
35277         <size>2</size>
35278       </method>
35279       <method name="Boolean op_Implicit(A)">
35280         <size>2</size>
35281       </method>
35282     </type>
35283     <type name="C">
35284       <method name="Void .ctor()">
35285         <size>7</size>
35286       </method>
35287       <method name="Void Main()">
35288         <size>17</size>
35289       </method>
35290     </type>
35291   </test>
35292   <test name="test-664.cs">
35293     <type name="C">
35294       <method name="Void .ctor()">
35295         <size>7</size>
35296       </method>
35297       <method name="Boolean Test(System.String)">
35298         <size>148</size>
35299       </method>
35300       <method name="Int32 Main()">
35301         <size>49</size>
35302       </method>
35303     </type>
35304   </test>
35305   <test name="test-665.cs">
35306     <type name="Test">
35307       <method name="Void .ctor()">
35308         <size>7</size>
35309       </method>
35310       <method name="Int32 Main()">
35311         <size>14</size>
35312       </method>
35313       <method name="Int32 Method(System.Object)">
35314         <size>2</size>
35315       </method>
35316     </type>
35317   </test>
35318   <test name="test-666.cs">
35319     <type name="C">
35320       <method name="Void .ctor()">
35321         <size>7</size>
35322       </method>
35323       <method name="Void Main()">
35324         <size>1</size>
35325       </method>
35326     </type>
35327   </test>
35328   <test name="test-667.cs">
35329     <type name="CA">
35330       <method name="Void .ctor()">
35331         <size>7</size>
35332       </method>
35333       <method name="Void IA.M()">
35334         <size>1</size>
35335       </method>
35336     </type>
35337     <type name="CC">
35338       <method name="Void .ctor()">
35339         <size>7</size>
35340       </method>
35341       <method name="Void Main()">
35342         <size>1</size>
35343       </method>
35344     </type>
35345   </test>
35346   <test name="test-668.cs">
35347     <type name="Bar">
35348       <method name="Void .ctor()">
35349         <size>7</size>
35350       </method>
35351     </type>
35352     <type name="Test">
35353       <method name="Void .ctor()">
35354         <size>7</size>
35355       </method>
35356       <method name="Void Main()">
35357         <size>7</size>
35358       </method>
35359     </type>
35360   </test>
35361   <test name="test-669.cs">
35362     <type name="Test">
35363       <method name="Void .ctor()">
35364         <size>7</size>
35365       </method>
35366       <method name="Void Main()">
35367         <size>3</size>
35368       </method>
35369     </type>
35370   </test>
35371   <test name="test-670.cs">
35372     <type name="C">
35373       <method name="Void .ctor()">
35374         <size>7</size>
35375       </method>
35376       <method name="Void Main()">
35377         <size>14</size>
35378       </method>
35379     </type>
35380   </test>
35381   <test name="test-671.cs">
35382     <type name="C">
35383       <method name="Void .ctor()">
35384         <size>7</size>
35385       </method>
35386       <method name="Int32 Main()">
35387         <size>19</size>
35388       </method>
35389       <method name="Boolean Bar(System.Object)">
35390         <size>2</size>
35391       </method>
35392     </type>
35393   </test>
35394   <test name="test-672.cs">
35395     <type name="X">
35396       <method name="Void .ctor()">
35397         <size>7</size>
35398       </method>
35399       <method name="S* get_Foo2()">
35400         <size>3</size>
35401       </method>
35402       <method name="Void Main()">
35403         <size>1</size>
35404       </method>
35405       <method name="Int32* get_Foo()">
35406         <size>3</size>
35407       </method>
35408     </type>
35409   </test>
35410   <test name="test-673.cs">
35411     <type name="Test">
35412       <method name="Void .ctor()">
35413         <size>7</size>
35414       </method>
35415       <method name="Void Foo()">
35416         <size>1</size>
35417       </method>
35418       <method name="Int32 Main()">
35419         <size>85</size>
35420       </method>
35421     </type>
35422   </test>
35423   <test name="test-674.cs">
35424     <type name="Test">
35425       <method name="Void .ctor()">
35426         <size>7</size>
35427       </method>
35428       <method name="Int32 Main()">
35429         <size>56</size>
35430       </method>
35431       <method name="Int32 &lt;Main&gt;m__0(Int32)">
35432         <size>2</size>
35433       </method>
35434     </type>
35435     <type name="Test+D">
35436       <method name="Void .ctor(Object, IntPtr)">
35437         <size>0</size>
35438       </method>
35439       <method name="Int32 Invoke(Int32)">
35440         <size>0</size>
35441       </method>
35442       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35443         <size>0</size>
35444       </method>
35445       <method name="Int32 EndInvoke(IAsyncResult)">
35446         <size>0</size>
35447       </method>
35448     </type>
35449   </test>
35450   <test name="test-675.cs">
35451     <type name="B">
35452       <method name="Void .ctor()">
35453         <size>7</size>
35454       </method>
35455       <method name="Int32 GetHashCode()">
35456         <size>2</size>
35457       </method>
35458       <method name="Boolean Equals(System.Object)">
35459         <size>2</size>
35460       </method>
35461       <method name="Boolean op_Equality(B, B)">
35462         <size>2</size>
35463       </method>
35464       <method name="Boolean op_Inequality(B, B)">
35465         <size>2</size>
35466       </method>
35467     </type>
35468     <type name="Test">
35469       <method name="Void .ctor()">
35470         <size>7</size>
35471       </method>
35472       <method name="Int32 Main()">
35473         <size>2</size>
35474       </method>
35475     </type>
35476   </test>
35477   <test name="test-676.cs">
35478     <type name="N.Item">
35479       <method name="Void .ctor()">
35480         <size>7</size>
35481       </method>
35482     </type>
35483     <type name="N.Test">
35484       <method name="Void .ctor()">
35485         <size>7</size>
35486       </method>
35487       <method name="N.Item get_Item(N.Test)">
35488         <size>2</size>
35489       </method>
35490       <method name="Void Foo(ItemSlot)">
35491         <size>27</size>
35492       </method>
35493       <method name="Int32 Main()">
35494         <size>2</size>
35495       </method>
35496     </type>
35497   </test>
35498   <test name="test-677.cs">
35499     <type name="InvokeWindow">
35500       <method name="Void .ctor()">
35501         <size>7</size>
35502       </method>
35503       <method name="Void add_E(D)">
35504         <size>24</size>
35505       </method>
35506       <method name="Void remove_E(D)">
35507         <size>24</size>
35508       </method>
35509       <method name="Void Run()">
35510         <size>12</size>
35511       </method>
35512     </type>
35513     <type name="Test">
35514       <method name="Void .ctor()">
35515         <size>7</size>
35516       </method>
35517       <method name="Int32 Main()">
35518         <size>32</size>
35519       </method>
35520       <method name="Void OnDeleteEvent()">
35521         <size>1</size>
35522       </method>
35523       <method name="Void OnDeleteEvent(Int32)">
35524         <size>1</size>
35525       </method>
35526     </type>
35527     <type name="D">
35528       <method name="Void .ctor(Object, IntPtr)">
35529         <size>0</size>
35530       </method>
35531       <method name="Void Invoke()">
35532         <size>0</size>
35533       </method>
35534       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35535         <size>0</size>
35536       </method>
35537       <method name="Void EndInvoke(IAsyncResult)">
35538         <size>0</size>
35539       </method>
35540     </type>
35541   </test>
35542   <test name="test-678.cs">
35543     <type name="NaNTest">
35544       <method name="Void .ctor(Double, Double)">
35545         <size>171</size>
35546       </method>
35547       <method name="Int32 Main()">
35548         <size>26</size>
35549       </method>
35550     </type>
35551   </test>
35552   <test name="test-679.cs">
35553     <type name="Program">
35554       <method name="Void .ctor()">
35555         <size>7</size>
35556       </method>
35557       <method name="Int32 Main()">
35558         <size>12</size>
35559       </method>
35560     </type>
35561   </test>
35562   <test name="test-68.cs">
35563     <type name="Y">
35564       <method name="Void .ctor()">
35565         <size>14</size>
35566       </method>
35567     </type>
35568     <type name="X">
35569       <method name="Void .ctor()">
35570         <size>7</size>
35571       </method>
35572       <method name="Int32 Main()">
35573         <size>147</size>
35574       </method>
35575     </type>
35576   </test>
35577   <test name="test-680.cs">
35578     <type name="AsStringProblem.MainClass">
35579       <method name="Void .ctor()">
35580         <size>7</size>
35581       </method>
35582       <method name="Void Main()">
35583         <size>94</size>
35584       </method>
35585     </type>
35586   </test>
35587   <test name="test-681.cs">
35588     <type name="Bug">
35589       <method name="Void .ctor()">
35590         <size>20</size>
35591       </method>
35592       <method name="Void Main()">
35593         <size>1</size>
35594       </method>
35595     </type>
35596     <type name="BugClass">
35597       <method name="Void .cctor()">
35598         <size>18</size>
35599       </method>
35600       <method name="Void FooImplementation(System.Void*)">
35601         <size>1</size>
35602       </method>
35603     </type>
35604     <type name="BugClass+Foo">
35605       <method name="Void .ctor(Object, IntPtr)">
35606         <size>0</size>
35607       </method>
35608       <method name="Void Invoke(System.Void*)">
35609         <size>0</size>
35610       </method>
35611       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
35612         <size>0</size>
35613       </method>
35614       <method name="Void EndInvoke(IAsyncResult)">
35615         <size>0</size>
35616       </method>
35617     </type>
35618   </test>
35619   <test name="test-683.cs">
35620     <type name="broken_cast">
35621       <method name="Void .ctor()">
35622         <size>7</size>
35623       </method>
35624       <method name="Int32 Main()">
35625         <size>32</size>
35626       </method>
35627     </type>
35628   </test>
35629   <test name="test-684.cs">
35630     <type name="mono_bug.Program">
35631       <method name="Void .ctor()">
35632         <size>7</size>
35633       </method>
35634       <method name="Void Main()">
35635         <size>71</size>
35636       </method>
35637       <method name="System.Double[][,] ReturnArray()">
35638         <size>62</size>
35639       </method>
35640     </type>
35641   </test>
35642   <test name="test-685.cs">
35643     <type name="C">
35644       <method name="Void .ctor()">
35645         <size>7</size>
35646       </method>
35647       <method name="Void Main()">
35648         <size>28</size>
35649       </method>
35650     </type>
35651   </test>
35652   <test name="test-686.cs">
35653     <type name="Test">
35654       <method name="Void .ctor()">
35655         <size>7</size>
35656       </method>
35657       <method name="Void Main()">
35658         <size>51</size>
35659       </method>
35660       <method name="Void Foo()">
35661         <size>145</size>
35662       </method>
35663     </type>
35664   </test>
35665   <test name="test-687.cs">
35666     <type name="XUnit">
35667       <method name="Void .ctor(Double)">
35668         <size>8</size>
35669       </method>
35670       <method name="XUnit op_Implicit(Double)">
35671         <size>10</size>
35672       </method>
35673       <method name="Double op_Implicit(XUnit)">
35674         <size>8</size>
35675       </method>
35676     </type>
35677     <type name="Unit">
35678       <method name="Void .ctor(Double)">
35679         <size>8</size>
35680       </method>
35681       <method name="Unit op_Implicit(Double)">
35682         <size>10</size>
35683       </method>
35684       <method name="Double op_Implicit(Unit)">
35685         <size>8</size>
35686       </method>
35687     </type>
35688     <type name="Test">
35689       <method name="Void .ctor()">
35690         <size>7</size>
35691       </method>
35692       <method name="Int32 Main()">
35693         <size>56</size>
35694       </method>
35695     </type>
35696   </test>
35697   <test name="test-688.cs">
35698     <type name="Test">
35699       <method name="Void .ctor()">
35700         <size>7</size>
35701       </method>
35702       <method name="Int32 Main()">
35703         <size>46</size>
35704       </method>
35705       <method name="Byte* GetFoo()">
35706         <size>7</size>
35707       </method>
35708       <method name="Byte* GetFoo2()">
35709         <size>7</size>
35710       </method>
35711     </type>
35712   </test>
35713   <test name="test-689.cs">
35714     <type name="Sample">
35715       <method name="Void Main()">
35716         <size>3</size>
35717       </method>
35718       <method name="Void Foo(Byte*, Byte*)">
35719         <size>42</size>
35720       </method>
35721     </type>
35722   </test>
35723   <test name="test-69.cs">
35724     <type name="Blah">
35725       <method name="Void .ctor()">
35726         <size>7</size>
35727       </method>
35728       <method name="Void Start_internal(IntPtr)">
35729         <size>0</size>
35730       </method>
35731       <method name="Int32 Main()">
35732         <size>2</size>
35733       </method>
35734     </type>
35735   </test>
35736   <test name="test-690.cs">
35737     <type name="Test.Test">
35738       <method name="Void .ctor()">
35739         <size>7</size>
35740       </method>
35741       <method name="Void Main()">
35742         <size>1</size>
35743       </method>
35744     </type>
35745   </test>
35746   <test name="test-691.cs">
35747     <type name="ConsoleApplication6.Program">
35748       <method name="Void .ctor()">
35749         <size>7</size>
35750       </method>
35751       <method name="Void .cctor()">
35752         <size>23</size>
35753       </method>
35754       <method name="Void Main()">
35755         <size>127</size>
35756       </method>
35757     </type>
35758   </test>
35759   <test name="test-692.cs">
35760     <type name="Test">
35761       <method name="Void .ctor()">
35762         <size>7</size>
35763       </method>
35764       <method name="Void test1(DateTime ByRef)">
35765         <size>10</size>
35766       </method>
35767       <method name="Void test2(DateTime ByRef)">
35768         <size>13</size>
35769       </method>
35770       <method name="Int32 Main()">
35771         <size>141</size>
35772       </method>
35773     </type>
35774   </test>
35775   <test name="test-693.cs">
35776     <type name="ConstTest">
35777       <method name="Void .ctor()">
35778         <size>7</size>
35779       </method>
35780       <method name="Int32 Main()">
35781         <size>32</size>
35782       </method>
35783     </type>
35784   </test>
35785   <test name="test-694.cs">
35786     <type name="Test">
35787       <method name="Void .ctor()">
35788         <size>7</size>
35789       </method>
35790       <method name="Int32 Main()">
35791         <size>2</size>
35792       </method>
35793     </type>
35794   </test>
35795   <test name="test-695.cs">
35796     <type name="Program">
35797       <method name="Void .ctor()">
35798         <size>7</size>
35799       </method>
35800       <method name="Void .cctor()">
35801         <size>53</size>
35802       </method>
35803       <method name="Int32 Main()">
35804         <size>680</size>
35805       </method>
35806       <method name="System.String get_BaseDirectory()">
35807         <size>28</size>
35808       </method>
35809     </type>
35810     <type name="&lt;PrivateImplementationDetails&gt;">
35811       <method name="Void .ctor()">
35812         <size>7</size>
35813       </method>
35814     </type>
35815   </test>
35816   <test name="test-696.cs">
35817     <type name="S">
35818       <method name="Void f(S)">
35819         <size>1</size>
35820       </method>
35821       <method name="S op_Implicit(C)">
35822         <size>2</size>
35823       </method>
35824     </type>
35825     <type name="C">
35826       <method name="Void .ctor()">
35827         <size>7</size>
35828       </method>
35829       <method name="Void Main()">
35830         <size>12</size>
35831       </method>
35832     </type>
35833   </test>
35834   <test name="test-697.cs">
35835     <type name="C">
35836       <method name="Void .ctor()">
35837         <size>7</size>
35838       </method>
35839       <method name="Void Main()">
35840         <size>1</size>
35841       </method>
35842     </type>
35843   </test>
35844   <test name="test-698.cs">
35845     <type name="test">
35846       <method name="Void .ctor()">
35847         <size>7</size>
35848       </method>
35849       <method name="Void Main()">
35850         <size>12</size>
35851       </method>
35852     </type>
35853   </test>
35854   <test name="test-699.cs">
35855     <type name="D">
35856       <method name="Void .ctor(String)">
35857         <size>25</size>
35858       </method>
35859       <method name="System.String get_message()">
35860         <size>7</size>
35861       </method>
35862       <method name="Void Main()">
35863         <size>1</size>
35864       </method>
35865     </type>
35866   </test>
35867   <test name="test-7.cs">
35868     <type name="Mine.MyBoolean">
35869       <method name="Void .ctor()">
35870         <size>7</size>
35871       </method>
35872       <method name="Boolean op_Implicit(Mine.MyBoolean)">
35873         <size>2</size>
35874       </method>
35875     </type>
35876     <type name="Mine.MyTrueFalse">
35877       <method name="Void .ctor()">
35878         <size>7</size>
35879       </method>
35880       <method name="Boolean op_True(Mine.MyTrueFalse)">
35881         <size>2</size>
35882       </method>
35883       <method name="Boolean op_False(Mine.MyTrueFalse)">
35884         <size>2</size>
35885       </method>
35886     </type>
35887     <type name="Mine.Blah">
35888       <method name="Void .ctor(Int32)">
35889         <size>14</size>
35890       </method>
35891       <method name="Int32 Main()">
35892         <size>408</size>
35893       </method>
35894       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
35895         <size>31</size>
35896       </method>
35897       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
35898         <size>22</size>
35899       </method>
35900       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
35901         <size>23</size>
35902       </method>
35903       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
35904         <size>31</size>
35905       </method>
35906       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
35907         <size>24</size>
35908       </method>
35909       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
35910         <size>24</size>
35911       </method>
35912       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
35913         <size>24</size>
35914       </method>
35915       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
35916         <size>23</size>
35917       </method>
35918       <method name="Boolean op_LogicalNot(Mine.Blah)">
35919         <size>20</size>
35920       </method>
35921       <method name="Mine.Blah op_Increment(Mine.Blah)">
35922         <size>26</size>
35923       </method>
35924       <method name="Mine.Blah op_Decrement(Mine.Blah)">
35925         <size>26</size>
35926       </method>
35927       <method name="Boolean op_True(Mine.Blah)">
35928         <size>20</size>
35929       </method>
35930       <method name="Boolean op_False(Mine.Blah)">
35931         <size>23</size>
35932       </method>
35933       <method name="Int32 op_Implicit(Mine.Blah)">
35934         <size>17</size>
35935       </method>
35936       <method name="Double op_Explicit(Mine.Blah)">
35937         <size>18</size>
35938       </method>
35939     </type>
35940   </test>
35941   <test name="test-70.cs">
35942     <type name="X">
35943       <method name="Void .ctor()">
35944         <size>7</size>
35945       </method>
35946       <method name="Int32 get_A()">
35947         <size>2</size>
35948       </method>
35949       <method name="Int32 B()">
35950         <size>2</size>
35951       </method>
35952     </type>
35953     <type name="Y">
35954       <method name="Void .ctor()">
35955         <size>7</size>
35956       </method>
35957       <method name="Int32 get_A()">
35958         <size>9</size>
35959       </method>
35960       <method name="Int32 B()">
35961         <size>9</size>
35962       </method>
35963     </type>
35964     <type name="Z">
35965       <method name="Void .ctor()">
35966         <size>7</size>
35967       </method>
35968       <method name="Int32 Main()">
35969         <size>70</size>
35970       </method>
35971     </type>
35972   </test>
35973   <test name="test-700.cs">
35974     <type name="FooAttribute">
35975       <method name="Void .ctor(String)">
35976         <size>7</size>
35977       </method>
35978     </type>
35979     <type name="Test">
35980       <method name="Void .ctor()">
35981         <size>7</size>
35982       </method>
35983     </type>
35984     <type name="Program">
35985       <method name="Void .ctor()">
35986         <size>7</size>
35987       </method>
35988       <method name="Void Main()">
35989         <size>1</size>
35990       </method>
35991     </type>
35992   </test>
35993   <test name="test-701.cs">
35994     <type name="Foo">
35995       <method name="Void .ctor()">
35996         <size>7</size>
35997       </method>
35998       <method name="UInt16 ToUint16()">
35999         <size>6</size>
36000       </method>
36001       <method name="Void Main()">
36002         <size>1</size>
36003       </method>
36004     </type>
36005   </test>
36006   <test name="test-703.cs">
36007     <type name="A">
36008       <method name="Void .ctor()">
36009         <size>7</size>
36010       </method>
36011       <method name="Void add_Finished(System.EventHandler)">
36012         <size>0</size>
36013       </method>
36014       <method name="Void remove_Finished(System.EventHandler)">
36015         <size>0</size>
36016       </method>
36017       <method name="Void test(A)">
36018         <size>19</size>
36019       </method>
36020       <method name="Void TestA(System.Object, System.EventArgs)">
36021         <size>25</size>
36022       </method>
36023     </type>
36024     <type name="B">
36025       <method name="Void .ctor()">
36026         <size>65</size>
36027       </method>
36028       <method name="Void add_Finished(System.EventHandler)">
36029         <size>24</size>
36030       </method>
36031       <method name="Void remove_Finished(System.EventHandler)">
36032         <size>24</size>
36033       </method>
36034       <method name="Void TestB(System.Object, System.EventArgs)">
36035         <size>25</size>
36036       </method>
36037       <method name="Int32 Main()">
36038         <size>14</size>
36039       </method>
36040     </type>
36041   </test>
36042   <test name="test-705.cs">
36043     <type name="Test">
36044       <method name="Void .ctor()">
36045         <size>7</size>
36046       </method>
36047       <method name="Void .cctor()">
36048         <size>1</size>
36049       </method>
36050       <method name="Nested GetEnumerator()">
36051         <size>10</size>
36052       </method>
36053     </type>
36054     <type name="Test+Nested">
36055       <method name="Void System.IDisposable.Dispose()">
36056         <size>13</size>
36057       </method>
36058       <method name="Int32 get_Current()">
36059         <size>2</size>
36060       </method>
36061       <method name="Boolean MoveNext()">
36062         <size>2</size>
36063       </method>
36064       <method name="Void Reset()">
36065         <size>1</size>
36066       </method>
36067       <method name="Void Dispose()">
36068         <size>11</size>
36069       </method>
36070     </type>
36071     <type name="Program">
36072       <method name="Int32 Main()">
36073         <size>70</size>
36074       </method>
36075     </type>
36076   </test>
36077   <test name="test-706.cs">
36078     <type name="Test.CustomParentAttribute">
36079       <method name="Void .ctor()">
36080         <size>7</size>
36081       </method>
36082       <method name="Void DoSomething()">
36083         <size>0</size>
36084       </method>
36085     </type>
36086     <type name="Test.MyClass">
36087       <method name="Void .ctor()">
36088         <size>7</size>
36089       </method>
36090       <method name="Void Main()">
36091         <size>1</size>
36092       </method>
36093     </type>
36094     <type name="Test.MyClass+CustomChildAttribute">
36095       <method name="Void .ctor()">
36096         <size>7</size>
36097       </method>
36098       <method name="Void DoSomething()">
36099         <size>1</size>
36100       </method>
36101     </type>
36102   </test>
36103   <test name="test-707.cs">
36104     <type name="Tzap">
36105       <method name="Void .ctor()">
36106         <size>7</size>
36107       </method>
36108     </type>
36109     <type name="Tzap+Baz">
36110       <method name="Void .ctor()">
36111         <size>7</size>
36112       </method>
36113       <method name="Void Gazonk()">
36114         <size>7</size>
36115       </method>
36116       <method name="Void Main()">
36117         <size>1</size>
36118       </method>
36119     </type>
36120     <type name="Tzap+Bar">
36121       <method name="Void .ctor()">
36122         <size>7</size>
36123       </method>
36124       <method name="Void Foo()">
36125         <size>1</size>
36126       </method>
36127     </type>
36128   </test>
36129   <test name="test-708.cs">
36130     <type name="A">
36131       <method name="Void .ctor()">
36132         <size>7</size>
36133       </method>
36134       <method name="A+ADelegate Delegate2(Boolean)">
36135         <size>25</size>
36136       </method>
36137       <method name="Void Main()">
36138         <size>1</size>
36139       </method>
36140     </type>
36141     <type name="A+ADelegate">
36142       <method name="Void .ctor(Object, IntPtr)">
36143         <size>0</size>
36144       </method>
36145       <method name="A+ADelegate Invoke(Boolean)">
36146         <size>0</size>
36147       </method>
36148       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
36149         <size>0</size>
36150       </method>
36151       <method name="A+ADelegate EndInvoke(IAsyncResult)">
36152         <size>0</size>
36153       </method>
36154     </type>
36155   </test>
36156   <test name="test-709.cs">
36157     <type name="C">
36158       <method name="Void .ctor()">
36159         <size>7</size>
36160       </method>
36161       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
36162         <size>68</size>
36163       </method>
36164       <method name="Void CharCopy(Char*, Char*, Int32)">
36165         <size>33</size>
36166       </method>
36167       <method name="Int32 Main()">
36168         <size>58</size>
36169       </method>
36170     </type>
36171   </test>
36172   <test name="test-71.cs">
36173     <type name="X">
36174       <method name="Void .ctor()">
36175         <size>7</size>
36176       </method>
36177       <method name="Void Main()">
36178         <size>37</size>
36179       </method>
36180     </type>
36181     <type name="MethodSignature">
36182       <method name="Void .ctor(String, Type, Type[])">
36183         <size>22</size>
36184       </method>
36185     </type>
36186   </test>
36187   <test name="test-710.cs">
36188     <type name="Z">
36189       <method name="Void .ctor()">
36190         <size>7</size>
36191       </method>
36192     </type>
36193     <type name="C">
36194       <method name="Void .ctor()">
36195         <size>7</size>
36196       </method>
36197       <method name="Void Main()">
36198         <size>7</size>
36199       </method>
36200     </type>
36201   </test>
36202   <test name="test-711.cs">
36203     <type name="N.Test">
36204       <method name="Void .ctor()">
36205         <size>7</size>
36206       </method>
36207       <method name="Void .ctor(Int32)">
36208         <size>7</size>
36209       </method>
36210       <method name="Void Main()">
36211         <size>1</size>
36212       </method>
36213     </type>
36214   </test>
36215   <test name="test-712.cs">
36216     <type name="Hello">
36217       <method name="Void .ctor()">
36218         <size>7</size>
36219       </method>
36220       <method name="Void Main()">
36221         <size>22</size>
36222       </method>
36223     </type>
36224   </test>
36225   <test name="test-713.cs">
36226     <type name="DispBar">
36227       <method name="Void .ctor()">
36228         <size>7</size>
36229       </method>
36230       <method name="Void Dispose()">
36231         <size>11</size>
36232       </method>
36233     </type>
36234     <type name="Foo">
36235       <method name="Void .ctor()">
36236         <size>7</size>
36237       </method>
36238       <method name="IDisposable GetBar()">
36239         <size>6</size>
36240       </method>
36241     </type>
36242     <type name="Test">
36243       <method name="Void .ctor()">
36244         <size>7</size>
36245       </method>
36246       <method name="Void .cctor()">
36247         <size>11</size>
36248       </method>
36249       <method name="Boolean TryThing()">
36250         <size>46</size>
36251       </method>
36252       <method name="Void Main()">
36253         <size>7</size>
36254       </method>
36255     </type>
36256   </test>
36257   <test name="test-714.cs">
36258     <type name="Hello">
36259       <method name="Void .ctor()">
36260         <size>7</size>
36261       </method>
36262       <method name="Void IBar.Test()">
36263         <size>1</size>
36264       </method>
36265       <method name="Void Main()">
36266         <size>1</size>
36267       </method>
36268     </type>
36269   </test>
36270   <test name="test-716.cs">
36271     <type name="SS">
36272       <method name="Void .cctor()">
36273         <size>8</size>
36274       </method>
36275     </type>
36276     <type name="SSS">
36277       <method name="Void .cctor()">
36278         <size>15</size>
36279       </method>
36280     </type>
36281     <type name="C">
36282       <method name="Void .ctor()">
36283         <size>7</size>
36284       </method>
36285     </type>
36286     <type name="CC">
36287       <method name="Void .ctor()">
36288         <size>7</size>
36289       </method>
36290       <method name="Void .cctor()">
36291         <size>8</size>
36292       </method>
36293     </type>
36294     <type name="CCC">
36295       <method name="Void .ctor()">
36296         <size>7</size>
36297       </method>
36298       <method name="Void .cctor()">
36299         <size>11</size>
36300       </method>
36301     </type>
36302     <type name="X">
36303       <method name="Void .ctor()">
36304         <size>7</size>
36305       </method>
36306       <method name="Int32 Main()">
36307         <size>192</size>
36308       </method>
36309     </type>
36310   </test>
36311   <test name="test-717.cs">
36312     <type name="AA">
36313       <method name="Void .ctor()">
36314         <size>7</size>
36315       </method>
36316       <method name="Int32 Foo(Int32)">
36317         <size>2</size>
36318       </method>
36319     </type>
36320     <type name="A">
36321       <method name="Void .ctor()">
36322         <size>7</size>
36323       </method>
36324       <method name="Int32 Foo(Byte)">
36325         <size>2</size>
36326       </method>
36327       <method name="Int32 Foo(Int32)">
36328         <size>2</size>
36329       </method>
36330     </type>
36331     <type name="B">
36332       <method name="Void .ctor()">
36333         <size>7</size>
36334       </method>
36335       <method name="Int32 Foo(Int32)">
36336         <size>2</size>
36337       </method>
36338       <method name="Void Foo(System.String)">
36339         <size>1</size>
36340       </method>
36341     </type>
36342     <type name="S">
36343       <method name="System.String ToString()">
36344         <size>6</size>
36345       </method>
36346     </type>
36347     <type name="MyClass">
36348       <method name="Void .ctor()">
36349         <size>7</size>
36350       </method>
36351       <method name="Int32 Main()">
36352         <size>61</size>
36353       </method>
36354     </type>
36355   </test>
36356   <test name="test-718.cs">
36357     <type name="A">
36358       <method name="Void .ctor()">
36359         <size>7</size>
36360       </method>
36361       <method name="Void Foo(Int32, Int32)">
36362         <size>1</size>
36363       </method>
36364     </type>
36365     <type name="B">
36366       <method name="Void .ctor()">
36367         <size>7</size>
36368       </method>
36369       <method name="Void Main()">
36370         <size>8</size>
36371       </method>
36372       <method name="Void Foo(Int32)">
36373         <size>1</size>
36374       </method>
36375     </type>
36376   </test>
36377   <test name="test-719.cs">
36378     <type name="C">
36379       <method name="Void .ctor()">
36380         <size>7</size>
36381       </method>
36382       <method name="Void Main()">
36383         <size>1</size>
36384       </method>
36385     </type>
36386   </test>
36387   <test name="test-72.cs">
36388     <type name="outer">
36389       <method name="Void .ctor()">
36390         <size>7</size>
36391       </method>
36392       <method name="Int32 Main()">
36393         <size>2</size>
36394       </method>
36395     </type>
36396     <type name="outer+inner">
36397       <method name="Void .ctor()">
36398         <size>7</size>
36399       </method>
36400       <method name="Void meth(System.Object)">
36401         <size>8</size>
36402       </method>
36403     </type>
36404   </test>
36405   <test name="test-720.cs">
36406     <type name="N.Program">
36407       <method name="Void .ctor()">
36408         <size>7</size>
36409       </method>
36410       <method name="Void Main()">
36411         <size>18</size>
36412       </method>
36413     </type>
36414     <type name="N.Parent">
36415       <method name="Void .ctor()">
36416         <size>7</size>
36417       </method>
36418       <method name="Void add_Example(N.Parent+ExampleHandler)">
36419         <size>0</size>
36420       </method>
36421       <method name="Void remove_Example(N.Parent+ExampleHandler)">
36422         <size>0</size>
36423       </method>
36424     </type>
36425     <type name="N.Child">
36426       <method name="Void .ctor()">
36427         <size>7</size>
36428       </method>
36429       <method name="Void add_Example(N.Parent+ExampleHandler)">
36430         <size>24</size>
36431       </method>
36432       <method name="Void remove_Example(N.Parent+ExampleHandler)">
36433         <size>24</size>
36434       </method>
36435       <method name="Void OnExample()">
36436         <size>23</size>
36437       </method>
36438     </type>
36439     <type name="N.Parent+ExampleHandler">
36440       <method name="Void .ctor(Object, IntPtr)">
36441         <size>0</size>
36442       </method>
36443       <method name="Void Invoke()">
36444         <size>0</size>
36445       </method>
36446       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36447         <size>0</size>
36448       </method>
36449       <method name="Void EndInvoke(IAsyncResult)">
36450         <size>0</size>
36451       </method>
36452     </type>
36453   </test>
36454   <test name="test-721.cs">
36455     <type name="Program">
36456       <method name="Void .ctor()">
36457         <size>7</size>
36458       </method>
36459       <method name="Int32 Main()">
36460         <size>55</size>
36461       </method>
36462     </type>
36463     <type name="Control">
36464       <method name="Void .ctor()">
36465         <size>7</size>
36466       </method>
36467       <method name="Void set_Foo(Int32)">
36468         <size>1</size>
36469       </method>
36470     </type>
36471   </test>
36472   <test name="test-723.cs">
36473     <type name="Test">
36474       <method name="Void .ctor()">
36475         <size>7</size>
36476       </method>
36477       <method name="Int32 get_Count()">
36478         <size>2</size>
36479       </method>
36480     </type>
36481     <type name="Maine">
36482       <method name="Int32 Main()">
36483         <size>21</size>
36484       </method>
36485     </type>
36486   </test>
36487   <test name="test-724.cs">
36488     <type name="Test">
36489       <method name="Void .ctor()">
36490         <size>7</size>
36491       </method>
36492       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
36493         <size>29</size>
36494       </method>
36495       <method name="Int32 Main()">
36496         <size>110</size>
36497       </method>
36498     </type>
36499     <type name="Concrete">
36500       <method name="Void .ctor()">
36501         <size>7</size>
36502       </method>
36503       <method name="System.String A.get_Spec()">
36504         <size>6</size>
36505       </method>
36506       <method name="System.String B.get_Spec()">
36507         <size>6</size>
36508       </method>
36509       <method name="System.String get_Spec()">
36510         <size>6</size>
36511       </method>
36512     </type>
36513   </test>
36514   <test name="test-726.cs">
36515     <type name="CS0102">
36516       <method name="System.Object IFoo.Clone()">
36517         <size>2</size>
36518       </method>
36519       <method name="Void Main()">
36520         <size>1</size>
36521       </method>
36522       <method name="Void .ctor()">
36523         <size>7</size>
36524       </method>
36525     </type>
36526     <type name="CS0102+Clone">
36527       <method name="Void .ctor()">
36528         <size>7</size>
36529       </method>
36530     </type>
36531   </test>
36532   <test name="test-727.cs">
36533     <type name="IDisposableTest.MainClass">
36534       <method name="Int32 Main()">
36535         <size>113</size>
36536       </method>
36537       <method name="Void .ctor()">
36538         <size>7</size>
36539       </method>
36540     </type>
36541     <type name="IDisposableTest.Foo">
36542       <method name="Void Dispose()">
36543         <size>32</size>
36544       </method>
36545       <method name="Void .ctor()">
36546         <size>57</size>
36547       </method>
36548       <method name="Void .cctor()">
36549         <size>1</size>
36550       </method>
36551     </type>
36552   </test>
36553   <test name="test-728.cs">
36554     <type name="Tests">
36555       <method name="Int32 Main()">
36556         <size>25</size>
36557       </method>
36558       <method name="Void .ctor()">
36559         <size>7</size>
36560       </method>
36561     </type>
36562   </test>
36563   <test name="test-729.cs">
36564     <type name="Primes.MainClass">
36565       <method name="Int32 Main()">
36566         <size>141</size>
36567       </method>
36568       <method name="Void .ctor()">
36569         <size>7</size>
36570       </method>
36571     </type>
36572   </test>
36573   <test name="test-73.cs">
36574     <type name="Abstract">
36575       <method name="Void .ctor()">
36576         <size>7</size>
36577       </method>
36578       <method name="Int32 A()">
36579         <size>0</size>
36580       </method>
36581     </type>
36582     <type name="Concrete">
36583       <method name="Void .ctor()">
36584         <size>7</size>
36585       </method>
36586       <method name="Int32 A()">
36587         <size>2</size>
36588       </method>
36589     </type>
36590     <type name="Test">
36591       <method name="Void .ctor()">
36592         <size>7</size>
36593       </method>
36594       <method name="Int32 Main()">
36595         <size>22</size>
36596       </method>
36597     </type>
36598   </test>
36599   <test name="test-730.cs">
36600     <type name="Demo">
36601       <method name="Void Test(System.Object)">
36602         <size>1</size>
36603       </method>
36604       <method name="Int32 Test(Int32)">
36605         <size>2</size>
36606       </method>
36607       <method name="Int32 GetPhones()">
36608         <size>22</size>
36609       </method>
36610       <method name="Int32 Main()">
36611         <size>23</size>
36612       </method>
36613       <method name="Void .ctor()">
36614         <size>7</size>
36615       </method>
36616     </type>
36617     <type name="Demo+D">
36618       <method name="Int32 Invoke(Int32)">
36619         <size>0</size>
36620       </method>
36621       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36622         <size>0</size>
36623       </method>
36624       <method name="Int32 EndInvoke(IAsyncResult)">
36625         <size>0</size>
36626       </method>
36627       <method name="Void .ctor(Object, IntPtr)">
36628         <size>0</size>
36629       </method>
36630     </type>
36631   </test>
36632   <test name="test-731.cs">
36633     <type name="C">
36634       <method name="Int32 Main()">
36635         <size>34</size>
36636       </method>
36637       <method name="Void .ctor()">
36638         <size>7</size>
36639       </method>
36640     </type>
36641     <type name="&lt;PrivateImplementationDetails&gt;">
36642       <method name="Void .ctor()">
36643         <size>7</size>
36644       </method>
36645     </type>
36646   </test>
36647   <test name="test-733.cs">
36648     <type name="Test">
36649       <method name="Int32 Main()">
36650         <size>43</size>
36651       </method>
36652       <method name="Void .ctor()">
36653         <size>7</size>
36654       </method>
36655     </type>
36656   </test>
36657   <test name="test-734.cs">
36658     <type name="M">
36659       <method name="Void Run()">
36660         <size>19</size>
36661       </method>
36662       <method name="Int32 Main()">
36663         <size>12</size>
36664       </method>
36665       <method name="Void .ctor()">
36666         <size>7</size>
36667       </method>
36668     </type>
36669   </test>
36670   <test name="test-74.cs">
36671     <type name="X">
36672       <method name="Void .ctor()">
36673         <size>7</size>
36674       </method>
36675       <method name="Int32 Main()">
36676         <size>168</size>
36677       </method>
36678     </type>
36679   </test>
36680   <test name="test-75.cs">
36681     <type name="X">
36682       <method name="Void .ctor()">
36683         <size>7</size>
36684       </method>
36685       <method name="Void .cctor()">
36686         <size>1</size>
36687       </method>
36688       <method name="X op_Addition(X, X)">
36689         <size>8</size>
36690       </method>
36691     </type>
36692     <type name="Y">
36693       <method name="Void .ctor()">
36694         <size>7</size>
36695       </method>
36696     </type>
36697     <type name="Z">
36698       <method name="Void .ctor()">
36699         <size>7</size>
36700       </method>
36701     </type>
36702     <type name="driver">
36703       <method name="Void .ctor()">
36704         <size>7</size>
36705       </method>
36706       <method name="Int32 Main()">
36707         <size>34</size>
36708       </method>
36709     </type>
36710   </test>
36711   <test name="test-76.cs">
36712     <type name="foo">
36713       <method name="Void .ctor()">
36714         <size>7</size>
36715       </method>
36716       <method name="System.String strcat(System.String[])">
36717         <size>47</size>
36718       </method>
36719       <method name="Int32 Main()">
36720         <size>142</size>
36721       </method>
36722     </type>
36723   </test>
36724   <test name="test-77.cs">
36725     <type name="XX">
36726       <method name="Void .ctor()">
36727         <size>7</size>
36728       </method>
36729       <method name="Int32 Main()">
36730         <size>220</size>
36731       </method>
36732     </type>
36733   </test>
36734   <test name="test-78.cs">
36735     <type name="N1.B">
36736       <method name="Void .ctor()">
36737         <size>7</size>
36738       </method>
36739       <method name="Boolean ShortCasting()">
36740         <size>19</size>
36741       </method>
36742       <method name="Boolean IntCasting()">
36743         <size>18</size>
36744       </method>
36745       <method name="Int32 Main()">
36746         <size>26</size>
36747       </method>
36748     </type>
36749   </test>
36750   <test name="test-79.cs">
36751     <type name="X">
36752       <method name="Void .ctor()">
36753         <size>7</size>
36754       </method>
36755       <method name="Int32 Main()">
36756         <size>40</size>
36757       </method>
36758     </type>
36759   </test>
36760   <test name="test-8.cs">
36761     <type name="X">
36762       <method name="Void .ctor()">
36763         <size>7</size>
36764       </method>
36765       <method name="Int32 Main(System.String[])">
36766         <size>115</size>
36767       </method>
36768     </type>
36769   </test>
36770   <test name="test-80.cs">
36771     <type name="X">
36772       <method name="Void .ctor()">
36773         <size>7</size>
36774       </method>
36775       <method name="Int32 Add(Int32, Int32)">
36776         <size>4</size>
36777       </method>
36778     </type>
36779     <type name="Y">
36780       <method name="Void .ctor()">
36781         <size>7</size>
36782       </method>
36783       <method name="Int32 Main()">
36784         <size>34</size>
36785       </method>
36786       <method name="Int32 A.Add(Int32, Int32)">
36787         <size>9</size>
36788       </method>
36789     </type>
36790   </test>
36791   <test name="test-81.cs">
36792     <type name="N1.A">
36793       <method name="Void .ctor()">
36794         <size>7</size>
36795       </method>
36796       <method name="Void Bar()">
36797         <size>44</size>
36798       </method>
36799       <method name="Int32 Main()">
36800         <size>71</size>
36801       </method>
36802     </type>
36803   </test>
36804   <test name="test-82.cs">
36805     <type name="N1.N2.B">
36806       <method name="Void .ctor()">
36807         <size>7</size>
36808       </method>
36809       <method name="Void Method(A ByRef)">
36810         <size>1</size>
36811       </method>
36812       <method name="Int32 Main()">
36813         <size>2</size>
36814       </method>
36815     </type>
36816     <type name="N1.N3.B">
36817       <method name="Void .ctor()">
36818         <size>7</size>
36819       </method>
36820       <method name="Void Method(A ByRef)">
36821         <size>1</size>
36822       </method>
36823     </type>
36824   </test>
36825   <test name="test-83.cs">
36826     <type name="PersonArrivedArgs">
36827       <method name="Void .ctor(String)">
36828         <size>14</size>
36829       </method>
36830     </type>
36831     <type name="Greeter">
36832       <method name="Void .ctor(String)">
36833         <size>14</size>
36834       </method>
36835       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
36836         <size>18</size>
36837       </method>
36838     </type>
36839     <type name="Room">
36840       <method name="Void .ctor()">
36841         <size>14</size>
36842       </method>
36843       <method name="Void add_PersonArrived(PersonArrivedHandler)">
36844         <size>24</size>
36845       </method>
36846       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
36847         <size>24</size>
36848       </method>
36849       <method name="Void AddPerson(System.String)">
36850         <size>14</size>
36851       </method>
36852     </type>
36853     <type name="DelegateTest">
36854       <method name="Void .ctor()">
36855         <size>7</size>
36856       </method>
36857       <method name="Int32 Main()">
36858         <size>2</size>
36859       </method>
36860     </type>
36861     <type name="PersonArrivedHandler">
36862       <method name="Void .ctor(Object, IntPtr)">
36863         <size>0</size>
36864       </method>
36865       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
36866         <size>0</size>
36867       </method>
36868       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
36869         <size>0</size>
36870       </method>
36871       <method name="Void EndInvoke(IAsyncResult)">
36872         <size>0</size>
36873       </method>
36874     </type>
36875   </test>
36876   <test name="test-84.cs">
36877     <type name="Ghost">
36878       <method name="Void .ctor()">
36879         <size>7</size>
36880       </method>
36881       <method name="Int32 Main()">
36882         <size>6</size>
36883       </method>
36884     </type>
36885   </test>
36886   <test name="test-85.cs">
36887     <type name="X">
36888       <method name="Void .ctor()">
36889         <size>7</size>
36890       </method>
36891       <method name="Int32 Main()">
36892         <size>20</size>
36893       </method>
36894     </type>
36895   </test>
36896   <test name="test-86.cs">
36897     <type name="T.T">
36898       <method name="Void .ctor()">
36899         <size>7</size>
36900       </method>
36901       <method name="Int32 method1(System.Type, Int32)">
36902         <size>23</size>
36903       </method>
36904       <method name="Int32 method1(System.Type, System.Type[])">
36905         <size>12</size>
36906       </method>
36907       <method name="Int32 method2(System.Type, Int32)">
36908         <size>23</size>
36909       </method>
36910       <method name="Int32 method2(System.Type, System.Type[])">
36911         <size>12</size>
36912       </method>
36913       <method name="Int32 Main()">
36914         <size>36</size>
36915       </method>
36916     </type>
36917   </test>
36918   <test name="test-87.cs">
36919     <type name="Top">
36920       <method name="Void .ctor()">
36921         <size>7</size>
36922       </method>
36923       <method name="Int32 Main()">
36924         <size>58</size>
36925       </method>
36926     </type>
36927     <type name="Top+X">
36928       <method name="Void .ctor()">
36929         <size>7</size>
36930       </method>
36931     </type>
36932     <type name="Top+Y">
36933       <method name="Void .ctor()">
36934         <size>7</size>
36935       </method>
36936     </type>
36937     <type name="Top+XA">
36938       <method name="Void .ctor()">
36939         <size>7</size>
36940       </method>
36941       <method name="Int32 get_one()">
36942         <size>2</size>
36943       </method>
36944     </type>
36945     <type name="Top+XB">
36946       <method name="Void .ctor()">
36947         <size>7</size>
36948       </method>
36949       <method name="Int32 get_one()">
36950         <size>2</size>
36951       </method>
36952       <method name="Int32 get_two()">
36953         <size>2</size>
36954       </method>
36955     </type>
36956     <type name="Other">
36957       <method name="Void .ctor()">
36958         <size>7</size>
36959       </method>
36960       <method name="Void X()">
36961         <size>5</size>
36962       </method>
36963     </type>
36964   </test>
36965   <test name="test-88.cs">
36966     <type name="X">
36967       <method name="Void .ctor()">
36968         <size>7</size>
36969       </method>
36970       <method name="Void f(System.String)">
36971         <size>19</size>
36972       </method>
36973       <method name="Int32 Main()">
36974         <size>63</size>
36975       </method>
36976     </type>
36977     <type name="&lt;PrivateImplementationDetails&gt;">
36978       <method name="Void .ctor()">
36979         <size>7</size>
36980       </method>
36981     </type>
36982   </test>
36983   <test name="test-89.cs">
36984     <type name="X">
36985       <method name="Void .ctor(Int32)">
36986         <size>8</size>
36987       </method>
36988       <method name="X F(Int32)">
36989         <size>7</size>
36990       </method>
36991       <method name="Int32 Main()">
36992         <size>99</size>
36993       </method>
36994     </type>
36995   </test>
36996   <test name="test-9.cs">
36997     <type name="X">
36998       <method name="Void .ctor()">
36999         <size>7</size>
37000       </method>
37001       <method name="Int32 Main(System.String[])">
37002         <size>104</size>
37003       </method>
37004     </type>
37005   </test>
37006   <test name="test-90.cs">
37007     <type name="N1.Blah">
37008       <method name="Void .ctor()">
37009         <size>7</size>
37010       </method>
37011       <method name="Int32 Main()">
37012         <size>2</size>
37013       </method>
37014     </type>
37015   </test>
37016   <test name="test-91.cs">
37017     <type name="Abstract">
37018       <method name="Void .ctor()">
37019         <size>7</size>
37020       </method>
37021     </type>
37022     <type name="Plain">
37023       <method name="Void .ctor()">
37024         <size>7</size>
37025       </method>
37026     </type>
37027     <type name="Test">
37028       <method name="Void .ctor()">
37029         <size>7</size>
37030       </method>
37031       <method name="Void MyProtectedInternal()">
37032         <size>1</size>
37033       </method>
37034       <method name="Void MyInternal()">
37035         <size>1</size>
37036       </method>
37037       <method name="Void MyPublic()">
37038         <size>1</size>
37039       </method>
37040       <method name="Void MyPrivate()">
37041         <size>1</size>
37042       </method>
37043       <method name="Int32 Main()">
37044         <size>242</size>
37045       </method>
37046     </type>
37047   </test>
37048   <test name="test-92.cs">
37049     <type name="Outer">
37050       <method name="Void .ctor()">
37051         <size>7</size>
37052       </method>
37053     </type>
37054     <type name="Outer+Inner">
37055       <method name="Void .ctor()">
37056         <size>7</size>
37057       </method>
37058     </type>
37059     <type name="InnerBase">
37060       <method name="Void .ctor()">
37061         <size>7</size>
37062       </method>
37063     </type>
37064     <type name="MainClass">
37065       <method name="Void .ctor()">
37066         <size>7</size>
37067       </method>
37068       <method name="Int32 Main()">
37069         <size>2</size>
37070       </method>
37071     </type>
37072   </test>
37073   <test name="test-93.cs">
37074     <type name="N1.C">
37075       <method name="Void .ctor()">
37076         <size>7</size>
37077       </method>
37078       <method name="Void method(B ByRef)">
37079         <size>15</size>
37080       </method>
37081     </type>
37082     <type name="Test">
37083       <method name="Void .ctor()">
37084         <size>7</size>
37085       </method>
37086       <method name="Int32 Main()">
37087         <size>15</size>
37088       </method>
37089     </type>
37090   </test>
37091   <test name="test-94.cs">
37092     <type name="Base">
37093       <method name="Void .ctor()">
37094         <size>7</size>
37095       </method>
37096       <method name="Int32 IVehicle.Start()">
37097         <size>2</size>
37098       </method>
37099       <method name="Int32 Stop()">
37100         <size>2</size>
37101       </method>
37102       <method name="Int32 Turn()">
37103         <size>2</size>
37104       </method>
37105     </type>
37106     <type name="Derived1">
37107       <method name="Void .ctor()">
37108         <size>7</size>
37109       </method>
37110       <method name="Int32 Turn()">
37111         <size>2</size>
37112       </method>
37113     </type>
37114     <type name="Derived2">
37115       <method name="Void .ctor()">
37116         <size>7</size>
37117       </method>
37118       <method name="Int32 IVehicle.Start()">
37119         <size>2</size>
37120       </method>
37121       <method name="Int32 IVehicle.Turn()">
37122         <size>2</size>
37123       </method>
37124       <method name="Int32 Stop()">
37125         <size>2</size>
37126       </method>
37127       <method name="Int32 Turn()">
37128         <size>2</size>
37129       </method>
37130     </type>
37131     <type name="Test">
37132       <method name="Void .ctor()">
37133         <size>7</size>
37134       </method>
37135       <method name="Int32 Main()">
37136         <size>88</size>
37137       </method>
37138     </type>
37139   </test>
37140   <test name="test-95.cs">
37141     <type name="X">
37142       <method name="Void .ctor()">
37143         <size>7</size>
37144       </method>
37145       <method name="Int32 Main()">
37146         <size>30</size>
37147       </method>
37148     </type>
37149   </test>
37150   <test name="test-96.cs">
37151     <type name="N1.A">
37152       <method name="Void .ctor()">
37153         <size>7</size>
37154       </method>
37155       <method name="Int32 Main()">
37156         <size>2</size>
37157       </method>
37158     </type>
37159     <type name="N1.C">
37160       <method name="Void .ctor(Object, IntPtr)">
37161         <size>0</size>
37162       </method>
37163       <method name="Void Invoke(System.Object, N1.A)">
37164         <size>0</size>
37165       </method>
37166       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
37167         <size>0</size>
37168       </method>
37169       <method name="Void EndInvoke(IAsyncResult)">
37170         <size>0</size>
37171       </method>
37172     </type>
37173   </test>
37174   <test name="test-97.cs">
37175     <type name="X">
37176       <method name="Void .ctor()">
37177         <size>7</size>
37178       </method>
37179       <method name="Int32 Main()">
37180         <size>2</size>
37181       </method>
37182     </type>
37183   </test>
37184   <test name="test-98.cs">
37185     <type name="X">
37186       <method name="Void .ctor()">
37187         <size>7</size>
37188       </method>
37189       <method name="Void b()">
37190         <size>19</size>
37191       </method>
37192     </type>
37193     <type name="Y">
37194       <method name="Void .ctor()">
37195         <size>7</size>
37196       </method>
37197       <method name="Int32 Main()">
37198         <size>2</size>
37199       </method>
37200     </type>
37201   </test>
37202   <test name="test-99.cs">
37203     <type name="X">
37204       <method name="Void .ctor()">
37205         <size>7</size>
37206       </method>
37207       <method name="Int32 Main()">
37208         <size>104</size>
37209       </method>
37210     </type>
37211   </test>
37212   <test name="test-anon-01.cs">
37213     <type name="X">
37214       <method name="Void .ctor()">
37215         <size>7</size>
37216       </method>
37217       <method name="Int32 Main()">
37218         <size>21</size>
37219       </method>
37220     </type>
37221     <type name="S">
37222       <method name="Void .ctor(Object, IntPtr)">
37223         <size>0</size>
37224       </method>
37225       <method name="Void Invoke()">
37226         <size>0</size>
37227       </method>
37228       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37229         <size>0</size>
37230       </method>
37231       <method name="Void EndInvoke(IAsyncResult)">
37232         <size>0</size>
37233       </method>
37234     </type>
37235     <type name="X+&lt;Main&gt;c__AnonStorey0">
37236       <method name="Void .ctor()">
37237         <size>7</size>
37238       </method>
37239       <method name="Void &lt;&gt;m__0()">
37240         <size>8</size>
37241       </method>
37242     </type>
37243   </test>
37244   <test name="test-anon-02.cs">
37245     <type name="X">
37246       <method name="Void .ctor()">
37247         <size>7</size>
37248       </method>
37249       <method name="Int32 Main()">
37250         <size>151</size>
37251       </method>
37252     </type>
37253     <type name="S">
37254       <method name="Void .ctor(Object, IntPtr)">
37255         <size>0</size>
37256       </method>
37257       <method name="Void Invoke()">
37258         <size>0</size>
37259       </method>
37260       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37261         <size>0</size>
37262       </method>
37263       <method name="Void EndInvoke(IAsyncResult)">
37264         <size>0</size>
37265       </method>
37266     </type>
37267     <type name="X+&lt;Main&gt;c__AnonStorey0">
37268       <method name="Void .ctor()">
37269         <size>7</size>
37270       </method>
37271       <method name="Void &lt;&gt;m__0()">
37272         <size>113</size>
37273       </method>
37274     </type>
37275   </test>
37276   <test name="test-anon-03.cs">
37277     <type name="X">
37278       <method name="Void .ctor()">
37279         <size>7</size>
37280       </method>
37281       <method name="Void Main()">
37282         <size>59</size>
37283       </method>
37284     </type>
37285     <type name="S">
37286       <method name="Void .ctor(Object, IntPtr)">
37287         <size>0</size>
37288       </method>
37289       <method name="Void Invoke()">
37290         <size>0</size>
37291       </method>
37292       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37293         <size>0</size>
37294       </method>
37295       <method name="Void EndInvoke(IAsyncResult)">
37296         <size>0</size>
37297       </method>
37298     </type>
37299     <type name="X+&lt;Main&gt;c__AnonStorey0">
37300       <method name="Void .ctor()">
37301         <size>7</size>
37302       </method>
37303       <method name="Void &lt;&gt;m__0()">
37304         <size>8</size>
37305       </method>
37306     </type>
37307   </test>
37308   <test name="test-anon-04.cs">
37309     <type name="X">
37310       <method name="Void .ctor()">
37311         <size>7</size>
37312       </method>
37313       <method name="Void Main()">
37314         <size>59</size>
37315       </method>
37316     </type>
37317     <type name="S">
37318       <method name="Void .ctor(Object, IntPtr)">
37319         <size>0</size>
37320       </method>
37321       <method name="Void Invoke()">
37322         <size>0</size>
37323       </method>
37324       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37325         <size>0</size>
37326       </method>
37327       <method name="Void EndInvoke(IAsyncResult)">
37328         <size>0</size>
37329       </method>
37330     </type>
37331     <type name="X+&lt;Main&gt;c__AnonStorey0">
37332       <method name="Void .ctor()">
37333         <size>7</size>
37334       </method>
37335       <method name="Void &lt;&gt;m__0()">
37336         <size>30</size>
37337       </method>
37338     </type>
37339   </test>
37340   <test name="test-anon-05.cs">
37341     <type name="X">
37342       <method name="Void .ctor()">
37343         <size>7</size>
37344       </method>
37345       <method name="Int32 Main()">
37346         <size>207</size>
37347       </method>
37348       <method name="Boolean t(Int32, Int32)">
37349         <size>5</size>
37350       </method>
37351     </type>
37352     <type name="S">
37353       <method name="Void .ctor(Object, IntPtr)">
37354         <size>0</size>
37355       </method>
37356       <method name="Void Invoke()">
37357         <size>0</size>
37358       </method>
37359       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37360         <size>0</size>
37361       </method>
37362       <method name="Void EndInvoke(IAsyncResult)">
37363         <size>0</size>
37364       </method>
37365     </type>
37366     <type name="X+&lt;Main&gt;c__AnonStorey1">
37367       <method name="Void .ctor()">
37368         <size>7</size>
37369       </method>
37370       <method name="Void &lt;&gt;m__0()">
37371         <size>76</size>
37372       </method>
37373     </type>
37374     <type name="X+&lt;Main&gt;c__AnonStorey0">
37375       <method name="Void .ctor()">
37376         <size>7</size>
37377       </method>
37378     </type>
37379   </test>
37380   <test name="test-anon-06.cs">
37381     <type name="X">
37382       <method name="Void .ctor()">
37383         <size>7</size>
37384       </method>
37385       <method name="Int32 Main()">
37386         <size>112</size>
37387       </method>
37388     </type>
37389     <type name="S">
37390       <method name="Void .ctor(Object, IntPtr)">
37391         <size>0</size>
37392       </method>
37393       <method name="Void Invoke()">
37394         <size>0</size>
37395       </method>
37396       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37397         <size>0</size>
37398       </method>
37399       <method name="Void EndInvoke(IAsyncResult)">
37400         <size>0</size>
37401       </method>
37402     </type>
37403     <type name="X+&lt;Main&gt;c__AnonStorey0">
37404       <method name="Void .ctor()">
37405         <size>7</size>
37406       </method>
37407       <method name="Void &lt;&gt;m__0()">
37408         <size>18</size>
37409       </method>
37410     </type>
37411   </test>
37412   <test name="test-anon-07.cs">
37413     <type name="X">
37414       <method name="Void .ctor()">
37415         <size>7</size>
37416       </method>
37417       <method name="Int32 Main()">
37418         <size>120</size>
37419       </method>
37420       <method name="Boolean t(Int32, Int32)">
37421         <size>5</size>
37422       </method>
37423     </type>
37424     <type name="D">
37425       <method name="Void .ctor(Object, IntPtr)">
37426         <size>0</size>
37427       </method>
37428       <method name="Void Invoke()">
37429         <size>0</size>
37430       </method>
37431       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37432         <size>0</size>
37433       </method>
37434       <method name="Void EndInvoke(IAsyncResult)">
37435         <size>0</size>
37436       </method>
37437     </type>
37438     <type name="X+&lt;Main&gt;c__AnonStorey0">
37439       <method name="Void .ctor()">
37440         <size>7</size>
37441       </method>
37442       <method name="Void &lt;&gt;m__0()">
37443         <size>18</size>
37444       </method>
37445       <method name="Void &lt;&gt;m__1()">
37446         <size>18</size>
37447       </method>
37448     </type>
37449   </test>
37450   <test name="test-anon-08.cs">
37451     <type name="X">
37452       <method name="Void .ctor()">
37453         <size>7</size>
37454       </method>
37455       <method name="Int32 Main()">
37456         <size>35</size>
37457       </method>
37458     </type>
37459     <type name="S">
37460       <method name="Void .ctor(Object, IntPtr)">
37461         <size>0</size>
37462       </method>
37463       <method name="Void Invoke()">
37464         <size>0</size>
37465       </method>
37466       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37467         <size>0</size>
37468       </method>
37469       <method name="Void EndInvoke(IAsyncResult)">
37470         <size>0</size>
37471       </method>
37472     </type>
37473     <type name="X+&lt;Main&gt;c__AnonStorey0">
37474       <method name="Void .ctor()">
37475         <size>7</size>
37476       </method>
37477       <method name="Void &lt;&gt;m__0()">
37478         <size>13</size>
37479       </method>
37480     </type>
37481   </test>
37482   <test name="test-anon-09.cs">
37483     <type name="X">
37484       <method name="Void .ctor()">
37485         <size>7</size>
37486       </method>
37487       <method name="Int32 Main()">
37488         <size>59</size>
37489       </method>
37490     </type>
37491     <type name="X+D">
37492       <method name="Void .ctor(Object, IntPtr)">
37493         <size>0</size>
37494       </method>
37495       <method name="Void Invoke()">
37496         <size>0</size>
37497       </method>
37498       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37499         <size>0</size>
37500       </method>
37501       <method name="Void EndInvoke(IAsyncResult)">
37502         <size>0</size>
37503       </method>
37504     </type>
37505     <type name="X+&lt;Main&gt;c__AnonStorey0">
37506       <method name="Void .ctor()">
37507         <size>7</size>
37508       </method>
37509       <method name="Void &lt;&gt;m__0()">
37510         <size>49</size>
37511       </method>
37512     </type>
37513   </test>
37514   <test name="test-anon-10.cs">
37515     <type name="S">
37516       <method name="Void .ctor()">
37517         <size>7</size>
37518       </method>
37519       <method name="Void Test()">
37520         <size>105</size>
37521       </method>
37522       <method name="Int32 Main()">
37523         <size>66</size>
37524       </method>
37525     </type>
37526     <type name="S+T">
37527       <method name="Void .ctor(Object, IntPtr)">
37528         <size>0</size>
37529       </method>
37530       <method name="Void Invoke()">
37531         <size>0</size>
37532       </method>
37533       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37534         <size>0</size>
37535       </method>
37536       <method name="Void EndInvoke(IAsyncResult)">
37537         <size>0</size>
37538       </method>
37539     </type>
37540     <type name="S+&lt;Test&gt;c__AnonStorey1">
37541       <method name="Void .ctor()">
37542         <size>7</size>
37543       </method>
37544     </type>
37545     <type name="S+&lt;Test&gt;c__AnonStorey0">
37546       <method name="Void .ctor()">
37547         <size>7</size>
37548       </method>
37549     </type>
37550     <type name="S+&lt;Test&gt;c__AnonStorey1">
37551       <method name="Void &lt;&gt;m__0()">
37552         <size>76</size>
37553       </method>
37554     </type>
37555   </test>
37556   <test name="test-anon-11.cs">
37557     <type name="X">
37558       <method name="Void .ctor()">
37559         <size>7</size>
37560       </method>
37561       <method name="Int32 Main()">
37562         <size>122</size>
37563       </method>
37564     </type>
37565     <type name="D">
37566       <method name="Void .ctor(Object, IntPtr)">
37567         <size>0</size>
37568       </method>
37569       <method name="Void Invoke(Int32)">
37570         <size>0</size>
37571       </method>
37572       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37573         <size>0</size>
37574       </method>
37575       <method name="Void EndInvoke(IAsyncResult)">
37576         <size>0</size>
37577       </method>
37578     </type>
37579     <type name="E">
37580       <method name="Void .ctor(Object, IntPtr)">
37581         <size>0</size>
37582       </method>
37583       <method name="Void Invoke(Int32 ByRef)">
37584         <size>0</size>
37585       </method>
37586       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
37587         <size>0</size>
37588       </method>
37589       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
37590         <size>0</size>
37591       </method>
37592     </type>
37593     <type name="F">
37594       <method name="Void .ctor(Object, IntPtr)">
37595         <size>0</size>
37596       </method>
37597       <method name="Void Invoke(System.Int32[])">
37598         <size>0</size>
37599       </method>
37600       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
37601         <size>0</size>
37602       </method>
37603       <method name="Void EndInvoke(IAsyncResult)">
37604         <size>0</size>
37605       </method>
37606     </type>
37607     <type name="X">
37608       <method name="Void &lt;Main&gt;m__0(Int32)">
37609         <size>1</size>
37610       </method>
37611       <method name="Void &lt;Main&gt;m__1(Int32)">
37612         <size>1</size>
37613       </method>
37614       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
37615         <size>1</size>
37616       </method>
37617       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
37618         <size>1</size>
37619       </method>
37620     </type>
37621   </test>
37622   <test name="test-anon-12.cs">
37623     <type name="X">
37624       <method name="Void .ctor()">
37625         <size>7</size>
37626       </method>
37627       <method name="Int32 Main()">
37628         <size>257</size>
37629       </method>
37630       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
37631         <size>81</size>
37632       </method>
37633     </type>
37634     <type name="predicate">
37635       <method name="Void .ctor(Object, IntPtr)">
37636         <size>0</size>
37637       </method>
37638       <method name="Boolean Invoke(System.Object)">
37639         <size>0</size>
37640       </method>
37641       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
37642         <size>0</size>
37643       </method>
37644       <method name="Boolean EndInvoke(IAsyncResult)">
37645         <size>0</size>
37646       </method>
37647     </type>
37648     <type name="X">
37649       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
37650         <size>12</size>
37651       </method>
37652     </type>
37653   </test>
37654   <test name="test-anon-13.cs">
37655     <type name="X">
37656       <method name="Void .ctor(Int32)">
37657         <size>14</size>
37658       </method>
37659       <method name="Void Main()">
37660         <size>42</size>
37661       </method>
37662       <method name="D T()">
37663         <size>15</size>
37664       </method>
37665       <method name="System.String CALL()">
37666         <size>6</size>
37667       </method>
37668     </type>
37669     <type name="D">
37670       <method name="Void .ctor(Object, IntPtr)">
37671         <size>0</size>
37672       </method>
37673       <method name="Void Invoke()">
37674         <size>0</size>
37675       </method>
37676       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37677         <size>0</size>
37678       </method>
37679       <method name="Void EndInvoke(IAsyncResult)">
37680         <size>0</size>
37681       </method>
37682     </type>
37683     <type name="X">
37684       <method name="Void &lt;T&gt;m__0()">
37685         <size>22</size>
37686       </method>
37687     </type>
37688   </test>
37689   <test name="test-anon-14.cs">
37690     <type name="X">
37691       <method name="Void .ctor()">
37692         <size>7</size>
37693       </method>
37694       <method name="Void add_Click(X+T)">
37695         <size>22</size>
37696       </method>
37697       <method name="Void remove_Click(X+T)">
37698         <size>22</size>
37699       </method>
37700       <method name="Void Method()">
37701         <size>1</size>
37702       </method>
37703       <method name="Void Main()">
37704         <size>46</size>
37705       </method>
37706     </type>
37707     <type name="X+T">
37708       <method name="Void .ctor(Object, IntPtr)">
37709         <size>0</size>
37710       </method>
37711       <method name="Void Invoke()">
37712         <size>0</size>
37713       </method>
37714       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37715         <size>0</size>
37716       </method>
37717       <method name="Void EndInvoke(IAsyncResult)">
37718         <size>0</size>
37719       </method>
37720     </type>
37721   </test>
37722   <test name="test-anon-15.cs">
37723     <type name="Foo">
37724       <method name="Void .ctor()">
37725         <size>7</size>
37726       </method>
37727       <method name="Void Main()">
37728         <size>43</size>
37729       </method>
37730     </type>
37731     <type name="Foo+Inner">
37732       <method name="Void .ctor(String)">
37733         <size>7</size>
37734       </method>
37735     </type>
37736     <type name="Foo+foo_fn">
37737       <method name="Void .ctor(Object, IntPtr)">
37738         <size>0</size>
37739       </method>
37740       <method name="Foo+Inner Invoke(System.String)">
37741         <size>0</size>
37742       </method>
37743       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
37744         <size>0</size>
37745       </method>
37746       <method name="Foo+Inner EndInvoke(IAsyncResult)">
37747         <size>0</size>
37748       </method>
37749     </type>
37750     <type name="Foo">
37751       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
37752         <size>13</size>
37753       </method>
37754     </type>
37755   </test>
37756   <test name="test-anon-16.cs">
37757     <type name="X">
37758       <method name="Void .ctor(Int32)">
37759         <size>14</size>
37760       </method>
37761       <method name="Void Main()">
37762         <size>42</size>
37763       </method>
37764       <method name="D T()">
37765         <size>15</size>
37766       </method>
37767     </type>
37768     <type name="D">
37769       <method name="Void .ctor(Object, IntPtr)">
37770         <size>0</size>
37771       </method>
37772       <method name="Void Invoke()">
37773         <size>0</size>
37774       </method>
37775       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37776         <size>0</size>
37777       </method>
37778       <method name="Void EndInvoke(IAsyncResult)">
37779         <size>0</size>
37780       </method>
37781     </type>
37782     <type name="X">
37783       <method name="Void &lt;T&gt;m__0()">
37784         <size>27</size>
37785       </method>
37786     </type>
37787   </test>
37788   <test name="test-anon-17.cs">
37789     <type name="Button">
37790       <method name="Void .ctor()">
37791         <size>7</size>
37792       </method>
37793       <method name="Void add_Clicked(ClickEvent)">
37794         <size>24</size>
37795       </method>
37796       <method name="Void remove_Clicked(ClickEvent)">
37797         <size>24</size>
37798       </method>
37799       <method name="Void DoClick()">
37800         <size>12</size>
37801       </method>
37802     </type>
37803     <type name="X">
37804       <method name="Void .ctor()">
37805         <size>7</size>
37806       </method>
37807       <method name="Void .cctor()">
37808         <size>1</size>
37809       </method>
37810       <method name="Int32 Main()">
37811         <size>61</size>
37812       </method>
37813     </type>
37814     <type name="ClickEvent">
37815       <method name="Void .ctor(Object, IntPtr)">
37816         <size>0</size>
37817       </method>
37818       <method name="Void Invoke()">
37819         <size>0</size>
37820       </method>
37821       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37822         <size>0</size>
37823       </method>
37824       <method name="Void EndInvoke(IAsyncResult)">
37825         <size>0</size>
37826       </method>
37827     </type>
37828     <type name="X">
37829       <method name="Void &lt;Main&gt;m__0()">
37830         <size>17</size>
37831       </method>
37832     </type>
37833   </test>
37834   <test name="test-anon-18.cs">
37835     <type name="DelegateTest">
37836       <method name="Void .ctor()">
37837         <size>7</size>
37838       </method>
37839       <method name="Void Main(System.String[])">
37840         <size>83</size>
37841       </method>
37842     </type>
37843     <type name="A">
37844       <method name="Void .ctor(Object, IntPtr)">
37845         <size>0</size>
37846       </method>
37847       <method name="Void Invoke()">
37848         <size>0</size>
37849       </method>
37850       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37851         <size>0</size>
37852       </method>
37853       <method name="Void EndInvoke(IAsyncResult)">
37854         <size>0</size>
37855       </method>
37856     </type>
37857     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
37858       <method name="Void .ctor()">
37859         <size>7</size>
37860       </method>
37861       <method name="Void &lt;&gt;m__0()">
37862         <size>17</size>
37863       </method>
37864     </type>
37865   </test>
37866   <test name="test-anon-19.cs">
37867     <type name="X">
37868       <method name="Void .ctor()">
37869         <size>7</size>
37870       </method>
37871       <method name="Int32 Main()">
37872         <size>223</size>
37873       </method>
37874       <method name="Boolean t(Int32, Int32)">
37875         <size>5</size>
37876       </method>
37877     </type>
37878     <type name="S">
37879       <method name="Void .ctor(Object, IntPtr)">
37880         <size>0</size>
37881       </method>
37882       <method name="Void Invoke()">
37883         <size>0</size>
37884       </method>
37885       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37886         <size>0</size>
37887       </method>
37888       <method name="Void EndInvoke(IAsyncResult)">
37889         <size>0</size>
37890       </method>
37891     </type>
37892     <type name="X+&lt;Main&gt;c__AnonStorey1">
37893       <method name="Void .ctor()">
37894         <size>7</size>
37895       </method>
37896       <method name="Void &lt;&gt;m__0()">
37897         <size>93</size>
37898       </method>
37899     </type>
37900     <type name="X+&lt;Main&gt;c__AnonStorey0">
37901       <method name="Void .ctor()">
37902         <size>7</size>
37903       </method>
37904     </type>
37905   </test>
37906   <test name="test-anon-20.cs">
37907     <type name="X">
37908       <method name="Void .ctor()">
37909         <size>7</size>
37910       </method>
37911       <method name="Void Main()">
37912         <size>33</size>
37913       </method>
37914       <method name="D MainHost()">
37915         <size>28</size>
37916       </method>
37917     </type>
37918     <type name="D">
37919       <method name="Void .ctor(Object, IntPtr)">
37920         <size>0</size>
37921       </method>
37922       <method name="Void Invoke()">
37923         <size>0</size>
37924       </method>
37925       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37926         <size>0</size>
37927       </method>
37928       <method name="Void EndInvoke(IAsyncResult)">
37929         <size>0</size>
37930       </method>
37931     </type>
37932     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
37933       <method name="Void .ctor()">
37934         <size>7</size>
37935       </method>
37936       <method name="Void &lt;&gt;m__0()">
37937         <size>52</size>
37938       </method>
37939     </type>
37940     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
37941       <method name="Void .ctor()">
37942         <size>7</size>
37943       </method>
37944       <method name="Void &lt;&gt;m__1()">
37945         <size>52</size>
37946       </method>
37947     </type>
37948   </test>
37949   <test name="test-anon-21.cs">
37950     <type name="X">
37951       <method name="Void .ctor()">
37952         <size>7</size>
37953       </method>
37954       <method name="Void .cctor()">
37955         <size>1</size>
37956       </method>
37957       <method name="Int32 Main()">
37958         <size>68</size>
37959       </method>
37960       <method name="Void M()">
37961         <size>44</size>
37962       </method>
37963     </type>
37964     <type name="D">
37965       <method name="Void .ctor(Object, IntPtr)">
37966         <size>0</size>
37967       </method>
37968       <method name="Void Invoke()">
37969         <size>0</size>
37970       </method>
37971       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37972         <size>0</size>
37973       </method>
37974       <method name="Void EndInvoke(IAsyncResult)">
37975         <size>0</size>
37976       </method>
37977     </type>
37978     <type name="X+&lt;M&gt;c__AnonStorey0">
37979       <method name="Void .ctor()">
37980         <size>7</size>
37981       </method>
37982       <method name="Void &lt;&gt;m__0()">
37983         <size>48</size>
37984       </method>
37985     </type>
37986     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
37987       <method name="Void .ctor()">
37988         <size>7</size>
37989       </method>
37990       <method name="Void &lt;&gt;m__1()">
37991         <size>81</size>
37992       </method>
37993     </type>
37994   </test>
37995   <test name="test-anon-22.cs">
37996     <type name="X">
37997       <method name="Void .ctor()">
37998         <size>7</size>
37999       </method>
38000       <method name="Void Main()">
38001         <size>33</size>
38002       </method>
38003       <method name="D T()">
38004         <size>28</size>
38005       </method>
38006     </type>
38007     <type name="D">
38008       <method name="Void .ctor(Object, IntPtr)">
38009         <size>0</size>
38010       </method>
38011       <method name="Void Invoke()">
38012         <size>0</size>
38013       </method>
38014       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38015         <size>0</size>
38016       </method>
38017       <method name="Void EndInvoke(IAsyncResult)">
38018         <size>0</size>
38019       </method>
38020     </type>
38021     <type name="X+&lt;T&gt;c__AnonStorey0">
38022       <method name="Void .ctor()">
38023         <size>7</size>
38024       </method>
38025       <method name="Void &lt;&gt;m__0()">
38026         <size>52</size>
38027       </method>
38028     </type>
38029     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
38030       <method name="Void .ctor()">
38031         <size>7</size>
38032       </method>
38033       <method name="Void &lt;&gt;m__1()">
38034         <size>52</size>
38035       </method>
38036     </type>
38037   </test>
38038   <test name="test-anon-23.cs">
38039     <type name="X">
38040       <method name="Void .ctor()">
38041         <size>7</size>
38042       </method>
38043       <method name="Int32 Main()">
38044         <size>68</size>
38045       </method>
38046       <method name="Void M()">
38047         <size>34</size>
38048       </method>
38049     </type>
38050     <type name="D">
38051       <method name="Void .ctor(Object, IntPtr)">
38052         <size>0</size>
38053       </method>
38054       <method name="Void Invoke()">
38055         <size>0</size>
38056       </method>
38057       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38058         <size>0</size>
38059       </method>
38060       <method name="Void EndInvoke(IAsyncResult)">
38061         <size>0</size>
38062       </method>
38063     </type>
38064     <type name="X+&lt;M&gt;c__AnonStorey0">
38065       <method name="Void .ctor()">
38066         <size>7</size>
38067       </method>
38068       <method name="Void &lt;&gt;m__0()">
38069         <size>38</size>
38070       </method>
38071     </type>
38072     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
38073       <method name="Void .ctor()">
38074         <size>7</size>
38075       </method>
38076       <method name="Void &lt;&gt;m__1()">
38077         <size>24</size>
38078       </method>
38079     </type>
38080   </test>
38081   <test name="test-anon-24.cs">
38082     <type name="X">
38083       <method name="Void .ctor()">
38084         <size>7</size>
38085       </method>
38086       <method name="Void Main()">
38087         <size>29</size>
38088       </method>
38089       <method name="D T(Int32)">
38090         <size>28</size>
38091       </method>
38092     </type>
38093     <type name="D">
38094       <method name="Void .ctor(Object, IntPtr)">
38095         <size>0</size>
38096       </method>
38097       <method name="Int32 Invoke()">
38098         <size>0</size>
38099       </method>
38100       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38101         <size>0</size>
38102       </method>
38103       <method name="Int32 EndInvoke(IAsyncResult)">
38104         <size>0</size>
38105       </method>
38106     </type>
38107     <type name="X+&lt;T&gt;c__AnonStorey0">
38108       <method name="Void .ctor()">
38109         <size>7</size>
38110       </method>
38111       <method name="Int32 &lt;&gt;m__0()">
38112         <size>21</size>
38113       </method>
38114     </type>
38115   </test>
38116   <test name="test-anon-25.cs">
38117     <type name="X">
38118       <method name="Void .ctor()">
38119         <size>7</size>
38120       </method>
38121       <method name="Int32 Main()">
38122         <size>48</size>
38123       </method>
38124       <method name="D T(Int32)">
38125         <size>28</size>
38126       </method>
38127     </type>
38128     <type name="D">
38129       <method name="Void .ctor(Object, IntPtr)">
38130         <size>0</size>
38131       </method>
38132       <method name="Int32 Invoke(Int32)">
38133         <size>0</size>
38134       </method>
38135       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38136         <size>0</size>
38137       </method>
38138       <method name="Int32 EndInvoke(IAsyncResult)">
38139         <size>0</size>
38140       </method>
38141     </type>
38142     <type name="X+&lt;T&gt;c__AnonStorey0">
38143       <method name="Void .ctor()">
38144         <size>7</size>
38145       </method>
38146       <method name="Int32 &lt;&gt;m__0(Int32)">
38147         <size>9</size>
38148       </method>
38149     </type>
38150   </test>
38151   <test name="test-anon-27.cs">
38152     <type name="X">
38153       <method name="Void .ctor()">
38154         <size>7</size>
38155       </method>
38156       <method name="Int32 Main()">
38157         <size>138</size>
38158       </method>
38159       <method name="Void M(Int32)">
38160         <size>59</size>
38161       </method>
38162     </type>
38163     <type name="D">
38164       <method name="Void .ctor(Object, IntPtr)">
38165         <size>0</size>
38166       </method>
38167       <method name="Void Invoke()">
38168         <size>0</size>
38169       </method>
38170       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38171         <size>0</size>
38172       </method>
38173       <method name="Void EndInvoke(IAsyncResult)">
38174         <size>0</size>
38175       </method>
38176     </type>
38177     <type name="X+&lt;M&gt;c__AnonStorey0">
38178       <method name="Void .ctor()">
38179         <size>7</size>
38180       </method>
38181       <method name="Void &lt;&gt;m__0()">
38182         <size>38</size>
38183       </method>
38184     </type>
38185     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
38186       <method name="Void .ctor()">
38187         <size>7</size>
38188       </method>
38189       <method name="Void &lt;&gt;m__1()">
38190         <size>50</size>
38191       </method>
38192     </type>
38193   </test>
38194   <test name="test-anon-28.cs">
38195     <type name="Delegable">
38196       <method name="Void .ctor()">
38197         <size>7</size>
38198       </method>
38199       <method name="Void add_MyDelegate(System.EventHandler)">
38200         <size>24</size>
38201       </method>
38202       <method name="Void remove_MyDelegate(System.EventHandler)">
38203         <size>24</size>
38204       </method>
38205     </type>
38206     <type name="DelegateTest">
38207       <method name="Void .ctor()">
38208         <size>7</size>
38209       </method>
38210       <method name="Void Main(System.String[])">
38211         <size>58</size>
38212       </method>
38213     </type>
38214     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
38215       <method name="Void .ctor()">
38216         <size>7</size>
38217       </method>
38218       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
38219         <size>33</size>
38220       </method>
38221     </type>
38222   </test>
38223   <test name="test-anon-29.cs">
38224     <type name="X">
38225       <method name="Void .ctor()">
38226         <size>108</size>
38227       </method>
38228       <method name="System.String Hello()">
38229         <size>20</size>
38230       </method>
38231       <method name="Void Main()">
38232         <size>18</size>
38233       </method>
38234     </type>
38235     <type name="X+Foo">
38236       <method name="Void .ctor(Object, IntPtr)">
38237         <size>0</size>
38238       </method>
38239       <method name="System.String Invoke()">
38240         <size>0</size>
38241       </method>
38242       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38243         <size>0</size>
38244       </method>
38245       <method name="System.String EndInvoke(IAsyncResult)">
38246         <size>0</size>
38247       </method>
38248     </type>
38249     <type name="X+Bar">
38250       <method name="Void .ctor(Object, IntPtr)">
38251         <size>0</size>
38252       </method>
38253       <method name="Void Invoke(System.String)">
38254         <size>0</size>
38255       </method>
38256       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
38257         <size>0</size>
38258       </method>
38259       <method name="Void EndInvoke(IAsyncResult)">
38260         <size>0</size>
38261       </method>
38262     </type>
38263     <type name="X">
38264       <method name="Void &lt;Hello&gt;m__1(System.String)">
38265         <size>7</size>
38266       </method>
38267       <method name="System.String &lt;Hello&gt;m__0()">
38268         <size>201</size>
38269       </method>
38270       <method name="Void &lt;Hello&gt;m__2(System.String)">
38271         <size>7</size>
38272       </method>
38273     </type>
38274   </test>
38275   <test name="test-anon-30.cs">
38276     <type name="X">
38277       <method name="Void .ctor()">
38278         <size>7</size>
38279       </method>
38280     </type>
38281     <type name="Program">
38282       <method name="Void add_E(Program+D)">
38283         <size>22</size>
38284       </method>
38285       <method name="Void remove_E(Program+D)">
38286         <size>22</size>
38287       </method>
38288       <method name="Void Main()">
38289         <size>38</size>
38290       </method>
38291     </type>
38292     <type name="Program+D">
38293       <method name="Void .ctor(Object, IntPtr)">
38294         <size>0</size>
38295       </method>
38296       <method name="Void Invoke(X)">
38297         <size>0</size>
38298       </method>
38299       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
38300         <size>0</size>
38301       </method>
38302       <method name="Void EndInvoke(IAsyncResult)">
38303         <size>0</size>
38304       </method>
38305     </type>
38306     <type name="Program+&lt;Main&gt;c__AnonStorey0">
38307       <method name="Void .ctor()">
38308         <size>7</size>
38309       </method>
38310       <method name="Void &lt;&gt;m__0(X)">
38311         <size>15</size>
38312       </method>
38313     </type>
38314   </test>
38315   <test name="test-anon-31.cs">
38316     <type name="test">
38317       <method name="Void .ctor()">
38318         <size>7</size>
38319       </method>
38320       <method name="IEnumerable testen(Int32)">
38321         <size>30</size>
38322       </method>
38323     </type>
38324     <type name="reflect">
38325       <method name="Void .ctor()">
38326         <size>7</size>
38327       </method>
38328       <method name="Void Main(System.String[])">
38329         <size>122</size>
38330       </method>
38331     </type>
38332     <type name="test+&lt;testen&gt;c__Iterator0">
38333       <method name="Void .ctor()">
38334         <size>7</size>
38335       </method>
38336       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38337         <size>7</size>
38338       </method>
38339       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
38340         <size>7</size>
38341       </method>
38342       <method name="Boolean MoveNext()">
38343         <size>195</size>
38344       </method>
38345       <method name="Void Dispose()">
38346         <size>8</size>
38347       </method>
38348       <method name="Void Reset()">
38349         <size>6</size>
38350       </method>
38351       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38352         <size>7</size>
38353       </method>
38354       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
38355         <size>40</size>
38356       </method>
38357     </type>
38358   </test>
38359   <test name="test-anon-32.cs">
38360     <type name="MainClass">
38361       <method name="Void .ctor()">
38362         <size>7</size>
38363       </method>
38364       <method name="Void Main()">
38365         <size>37</size>
38366       </method>
38367       <method name="Void SimpleCallback(MainClass, System.String)">
38368         <size>7</size>
38369       </method>
38370     </type>
38371     <type name="StringSender">
38372       <method name="Void .ctor(Object, IntPtr)">
38373         <size>0</size>
38374       </method>
38375       <method name="Void Invoke(System.String)">
38376         <size>0</size>
38377       </method>
38378       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
38379         <size>0</size>
38380       </method>
38381       <method name="Void EndInvoke(IAsyncResult)">
38382         <size>0</size>
38383       </method>
38384     </type>
38385     <type name="VoidDelegate">
38386       <method name="Void .ctor(Object, IntPtr)">
38387         <size>0</size>
38388       </method>
38389       <method name="Void Invoke()">
38390         <size>0</size>
38391       </method>
38392       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38393         <size>0</size>
38394       </method>
38395       <method name="Void EndInvoke(IAsyncResult)">
38396         <size>0</size>
38397       </method>
38398     </type>
38399     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
38400       <method name="Void .ctor()">
38401         <size>7</size>
38402       </method>
38403       <method name="Void &lt;&gt;m__0()">
38404         <size>25</size>
38405       </method>
38406       <method name="Void &lt;&gt;m__1(System.String)">
38407         <size>13</size>
38408       </method>
38409     </type>
38410   </test>
38411   <test name="test-anon-33.cs">
38412     <type name="T">
38413       <method name="Void .ctor()">
38414         <size>7</size>
38415       </method>
38416       <method name="Void doit(Int32)">
38417         <size>7</size>
38418       </method>
38419       <method name="Void Main()">
38420         <size>162</size>
38421       </method>
38422     </type>
38423     <type name="Do">
38424       <method name="Void .ctor(Object, IntPtr)">
38425         <size>0</size>
38426       </method>
38427       <method name="Void Invoke()">
38428         <size>0</size>
38429       </method>
38430       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38431         <size>0</size>
38432       </method>
38433       <method name="Void EndInvoke(IAsyncResult)">
38434         <size>0</size>
38435       </method>
38436     </type>
38437     <type name="T+&lt;Main&gt;c__AnonStorey0">
38438       <method name="Void .ctor()">
38439         <size>7</size>
38440       </method>
38441       <method name="Void &lt;&gt;m__0()">
38442         <size>12</size>
38443       </method>
38444     </type>
38445     <type name="T+&lt;Main&gt;c__AnonStorey1">
38446       <method name="Void .ctor()">
38447         <size>7</size>
38448       </method>
38449       <method name="Void &lt;&gt;m__1()">
38450         <size>12</size>
38451       </method>
38452     </type>
38453   </test>
38454   <test name="test-anon-34.cs">
38455     <type name="Delegates.Space">
38456       <method name="Void .ctor()">
38457         <size>7</size>
38458       </method>
38459       <method name="Void Leak(Boolean, Int32)">
38460         <size>92</size>
38461       </method>
38462     </type>
38463     <type name="Delegates.Program">
38464       <method name="Void .ctor()">
38465         <size>7</size>
38466       </method>
38467       <method name="Void SpaceLeak()">
38468         <size>37</size>
38469       </method>
38470       <method name="Void Main(System.String[])">
38471         <size>6</size>
38472       </method>
38473     </type>
38474     <type name="Delegates.Space+DoCopy">
38475       <method name="Void .ctor(Object, IntPtr)">
38476         <size>0</size>
38477       </method>
38478       <method name="Void Invoke()">
38479         <size>0</size>
38480       </method>
38481       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38482         <size>0</size>
38483       </method>
38484       <method name="Void EndInvoke(IAsyncResult)">
38485         <size>0</size>
38486       </method>
38487     </type>
38488     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
38489       <method name="Void .ctor()">
38490         <size>7</size>
38491       </method>
38492       <method name="Void &lt;&gt;m__0()">
38493         <size>23</size>
38494       </method>
38495     </type>
38496     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
38497       <method name="Void .ctor()">
38498         <size>7</size>
38499       </method>
38500       <method name="Void &lt;&gt;m__1()">
38501         <size>19</size>
38502       </method>
38503     </type>
38504   </test>
38505   <test name="test-anon-35.cs">
38506     <type name="CustomDict">
38507       <method name="Void .ctor()">
38508         <size>66</size>
38509       </method>
38510       <method name="IEnumerator GetEnumerator()">
38511         <size>15</size>
38512       </method>
38513     </type>
38514     <type name="Tests">
38515       <method name="Void .ctor()">
38516         <size>7</size>
38517       </method>
38518       <method name="Void Main()">
38519         <size>7</size>
38520       </method>
38521     </type>
38522     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
38523       <method name="Void .ctor()">
38524         <size>7</size>
38525       </method>
38526       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38527         <size>7</size>
38528       </method>
38529       <method name="Boolean MoveNext()">
38530         <size>86</size>
38531       </method>
38532       <method name="Void Dispose()">
38533         <size>8</size>
38534       </method>
38535       <method name="Void Reset()">
38536         <size>6</size>
38537       </method>
38538       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
38539         <size>7</size>
38540       </method>
38541     </type>
38542   </test>
38543   <test name="test-anon-36.cs">
38544     <type name="Test">
38545       <method name="Void .ctor(TestMethod)">
38546         <size>7</size>
38547       </method>
38548       <method name="Void .ctor(TestMethod2)">
38549         <size>7</size>
38550       </method>
38551       <method name="Void Main()">
38552         <size>36</size>
38553       </method>
38554     </type>
38555     <type name="TestMethod">
38556       <method name="Void .ctor(Object, IntPtr)">
38557         <size>0</size>
38558       </method>
38559       <method name="Void Invoke()">
38560         <size>0</size>
38561       </method>
38562       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38563         <size>0</size>
38564       </method>
38565       <method name="Void EndInvoke(IAsyncResult)">
38566         <size>0</size>
38567       </method>
38568     </type>
38569     <type name="TestMethod2">
38570       <method name="Void .ctor(Object, IntPtr)">
38571         <size>0</size>
38572       </method>
38573       <method name="Void Invoke(System.Object)">
38574         <size>0</size>
38575       </method>
38576       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
38577         <size>0</size>
38578       </method>
38579       <method name="Void EndInvoke(IAsyncResult)">
38580         <size>0</size>
38581       </method>
38582     </type>
38583     <type name="Test">
38584       <method name="Void &lt;Main&gt;m__0()">
38585         <size>1</size>
38586       </method>
38587     </type>
38588   </test>
38589   <test name="test-anon-37.cs">
38590     <type name="DelegateInit">
38591       <method name="Void .ctor()">
38592         <size>7</size>
38593       </method>
38594       <method name="Void .cctor()">
38595         <size>35</size>
38596       </method>
38597       <method name="Void Main(System.String[])">
38598         <size>11</size>
38599       </method>
38600     </type>
38601     <type name="DelegateInit+FooDelegate">
38602       <method name="Void .ctor(Object, IntPtr)">
38603         <size>0</size>
38604       </method>
38605       <method name="Void Invoke()">
38606         <size>0</size>
38607       </method>
38608       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38609         <size>0</size>
38610       </method>
38611       <method name="Void EndInvoke(IAsyncResult)">
38612         <size>0</size>
38613       </method>
38614     </type>
38615     <type name="DelegateInit">
38616       <method name="Void &lt;_print&gt;m__0()">
38617         <size>11</size>
38618       </method>
38619     </type>
38620   </test>
38621   <test name="test-anon-38.cs">
38622     <type name="X">
38623       <method name="Void .ctor()">
38624         <size>7</size>
38625       </method>
38626       <method name="Void Hello(Int64, Int64)">
38627         <size>1</size>
38628       </method>
38629       <method name="Void Test(Int32)">
38630         <size>67</size>
38631       </method>
38632       <method name="Void Main()">
38633         <size>14</size>
38634       </method>
38635     </type>
38636     <type name="Simple">
38637       <method name="Void .ctor(Object, IntPtr)">
38638         <size>0</size>
38639       </method>
38640       <method name="Void Invoke()">
38641         <size>0</size>
38642       </method>
38643       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38644         <size>0</size>
38645       </method>
38646       <method name="Void EndInvoke(IAsyncResult)">
38647         <size>0</size>
38648       </method>
38649     </type>
38650     <type name="Foo">
38651       <method name="Void .ctor(Object, IntPtr)">
38652         <size>0</size>
38653       </method>
38654       <method name="Simple Invoke()">
38655         <size>0</size>
38656       </method>
38657       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38658         <size>0</size>
38659       </method>
38660       <method name="Simple EndInvoke(IAsyncResult)">
38661         <size>0</size>
38662       </method>
38663     </type>
38664     <type name="X+&lt;Test&gt;c__AnonStorey0">
38665       <method name="Void .ctor()">
38666         <size>7</size>
38667       </method>
38668       <method name="Simple &lt;&gt;m__0()">
38669         <size>64</size>
38670       </method>
38671     </type>
38672     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38673       <method name="Void .ctor()">
38674         <size>7</size>
38675       </method>
38676       <method name="Void &lt;&gt;m__1()">
38677         <size>34</size>
38678       </method>
38679     </type>
38680   </test>
38681   <test name="test-anon-39.cs">
38682     <type name="X">
38683       <method name="Void .ctor()">
38684         <size>7</size>
38685       </method>
38686       <method name="Void Hello(Int64)">
38687         <size>1</size>
38688       </method>
38689       <method name="Void Test(Int32)">
38690         <size>65</size>
38691       </method>
38692       <method name="Void Main()">
38693         <size>14</size>
38694       </method>
38695     </type>
38696     <type name="Simple">
38697       <method name="Void .ctor(Object, IntPtr)">
38698         <size>0</size>
38699       </method>
38700       <method name="Void Invoke()">
38701         <size>0</size>
38702       </method>
38703       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38704         <size>0</size>
38705       </method>
38706       <method name="Void EndInvoke(IAsyncResult)">
38707         <size>0</size>
38708       </method>
38709     </type>
38710     <type name="Foo">
38711       <method name="Void .ctor(Object, IntPtr)">
38712         <size>0</size>
38713       </method>
38714       <method name="Simple Invoke()">
38715         <size>0</size>
38716       </method>
38717       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38718         <size>0</size>
38719       </method>
38720       <method name="Simple EndInvoke(IAsyncResult)">
38721         <size>0</size>
38722       </method>
38723     </type>
38724     <type name="X+&lt;Test&gt;c__AnonStorey0">
38725       <method name="Void .ctor()">
38726         <size>7</size>
38727       </method>
38728       <method name="Simple &lt;&gt;m__0()">
38729         <size>30</size>
38730       </method>
38731       <method name="Void &lt;&gt;m__1()">
38732         <size>18</size>
38733       </method>
38734     </type>
38735   </test>
38736   <test name="test-anon-40.cs">
38737     <type name="X">
38738       <method name="Void .ctor()">
38739         <size>7</size>
38740       </method>
38741       <method name="Void Hello(Int64)">
38742         <size>1</size>
38743       </method>
38744       <method name="Void Test(Int32)">
38745         <size>65</size>
38746       </method>
38747       <method name="Void Main()">
38748         <size>14</size>
38749       </method>
38750     </type>
38751     <type name="Simple">
38752       <method name="Void .ctor(Object, IntPtr)">
38753         <size>0</size>
38754       </method>
38755       <method name="Void Invoke()">
38756         <size>0</size>
38757       </method>
38758       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38759         <size>0</size>
38760       </method>
38761       <method name="Void EndInvoke(IAsyncResult)">
38762         <size>0</size>
38763       </method>
38764     </type>
38765     <type name="Foo">
38766       <method name="Void .ctor(Object, IntPtr)">
38767         <size>0</size>
38768       </method>
38769       <method name="Simple Invoke()">
38770         <size>0</size>
38771       </method>
38772       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38773         <size>0</size>
38774       </method>
38775       <method name="Simple EndInvoke(IAsyncResult)">
38776         <size>0</size>
38777       </method>
38778     </type>
38779     <type name="X+&lt;Test&gt;c__AnonStorey0">
38780       <method name="Void .ctor()">
38781         <size>7</size>
38782       </method>
38783       <method name="Simple &lt;&gt;m__0()">
38784         <size>30</size>
38785       </method>
38786       <method name="Void &lt;&gt;m__1()">
38787         <size>18</size>
38788       </method>
38789     </type>
38790   </test>
38791   <test name="test-anon-41.cs">
38792     <type name="X">
38793       <method name="Void .ctor()">
38794         <size>7</size>
38795       </method>
38796       <method name="Void Hello(Int64)">
38797         <size>1</size>
38798       </method>
38799       <method name="Void Test(Int32)">
38800         <size>65</size>
38801       </method>
38802       <method name="Void Main()">
38803         <size>14</size>
38804       </method>
38805     </type>
38806     <type name="Simple">
38807       <method name="Void .ctor(Object, IntPtr)">
38808         <size>0</size>
38809       </method>
38810       <method name="Void Invoke()">
38811         <size>0</size>
38812       </method>
38813       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38814         <size>0</size>
38815       </method>
38816       <method name="Void EndInvoke(IAsyncResult)">
38817         <size>0</size>
38818       </method>
38819     </type>
38820     <type name="Foo">
38821       <method name="Void .ctor(Object, IntPtr)">
38822         <size>0</size>
38823       </method>
38824       <method name="Simple Invoke()">
38825         <size>0</size>
38826       </method>
38827       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38828         <size>0</size>
38829       </method>
38830       <method name="Simple EndInvoke(IAsyncResult)">
38831         <size>0</size>
38832       </method>
38833     </type>
38834     <type name="X+&lt;Test&gt;c__AnonStorey0">
38835       <method name="Void .ctor()">
38836         <size>7</size>
38837       </method>
38838       <method name="Simple &lt;&gt;m__0()">
38839         <size>55</size>
38840       </method>
38841     </type>
38842     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38843       <method name="Void .ctor()">
38844         <size>7</size>
38845       </method>
38846       <method name="Void &lt;&gt;m__1()">
38847         <size>35</size>
38848       </method>
38849     </type>
38850   </test>
38851   <test name="test-anon-42.cs">
38852     <type name="X">
38853       <method name="Void .ctor()">
38854         <size>7</size>
38855       </method>
38856       <method name="Void Hello(Int64)">
38857         <size>1</size>
38858       </method>
38859       <method name="Void Test(Int32)">
38860         <size>51</size>
38861       </method>
38862       <method name="Void Main()">
38863         <size>13</size>
38864       </method>
38865     </type>
38866     <type name="Simple">
38867       <method name="Void .ctor(Object, IntPtr)">
38868         <size>0</size>
38869       </method>
38870       <method name="Void Invoke()">
38871         <size>0</size>
38872       </method>
38873       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38874         <size>0</size>
38875       </method>
38876       <method name="Void EndInvoke(IAsyncResult)">
38877         <size>0</size>
38878       </method>
38879     </type>
38880     <type name="Foo">
38881       <method name="Void .ctor(Object, IntPtr)">
38882         <size>0</size>
38883       </method>
38884       <method name="Simple Invoke()">
38885         <size>0</size>
38886       </method>
38887       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38888         <size>0</size>
38889       </method>
38890       <method name="Simple EndInvoke(IAsyncResult)">
38891         <size>0</size>
38892       </method>
38893     </type>
38894     <type name="X">
38895       <method name="Simple &lt;Test&gt;m__0()">
38896         <size>37</size>
38897       </method>
38898       <method name="Void &lt;Test&gt;m__1()">
38899         <size>8</size>
38900       </method>
38901     </type>
38902   </test>
38903   <test name="test-anon-43.cs">
38904     <type name="X">
38905       <method name="Void .ctor()">
38906         <size>7</size>
38907       </method>
38908       <method name="Void Hello(Int64, Int64)">
38909         <size>1</size>
38910       </method>
38911       <method name="Void Test(Int32)">
38912         <size>54</size>
38913       </method>
38914       <method name="Void Main()">
38915         <size>14</size>
38916       </method>
38917     </type>
38918     <type name="Simple">
38919       <method name="Void .ctor(Object, IntPtr)">
38920         <size>0</size>
38921       </method>
38922       <method name="Void Invoke()">
38923         <size>0</size>
38924       </method>
38925       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38926         <size>0</size>
38927       </method>
38928       <method name="Void EndInvoke(IAsyncResult)">
38929         <size>0</size>
38930       </method>
38931     </type>
38932     <type name="Foo">
38933       <method name="Void .ctor(Object, IntPtr)">
38934         <size>0</size>
38935       </method>
38936       <method name="Simple Invoke()">
38937         <size>0</size>
38938       </method>
38939       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38940         <size>0</size>
38941       </method>
38942       <method name="Simple EndInvoke(IAsyncResult)">
38943         <size>0</size>
38944       </method>
38945     </type>
38946     <type name="X+&lt;Test&gt;c__AnonStorey0">
38947       <method name="Void .ctor()">
38948         <size>7</size>
38949       </method>
38950       <method name="Simple &lt;&gt;m__0()">
38951         <size>64</size>
38952       </method>
38953     </type>
38954     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
38955       <method name="Void .ctor()">
38956         <size>7</size>
38957       </method>
38958       <method name="Void &lt;&gt;m__1()">
38959         <size>34</size>
38960       </method>
38961     </type>
38962   </test>
38963   <test name="test-anon-44.cs">
38964     <type name="X">
38965       <method name="Void .ctor()">
38966         <size>7</size>
38967       </method>
38968       <method name="Void Hello(Int64)">
38969         <size>1</size>
38970       </method>
38971       <method name="Void Test(Int32)">
38972         <size>68</size>
38973       </method>
38974       <method name="Void Main()">
38975         <size>14</size>
38976       </method>
38977     </type>
38978     <type name="Simple">
38979       <method name="Void .ctor(Object, IntPtr)">
38980         <size>0</size>
38981       </method>
38982       <method name="Void Invoke()">
38983         <size>0</size>
38984       </method>
38985       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38986         <size>0</size>
38987       </method>
38988       <method name="Void EndInvoke(IAsyncResult)">
38989         <size>0</size>
38990       </method>
38991     </type>
38992     <type name="Foo">
38993       <method name="Void .ctor(Object, IntPtr)">
38994         <size>0</size>
38995       </method>
38996       <method name="Simple Invoke()">
38997         <size>0</size>
38998       </method>
38999       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39000         <size>0</size>
39001       </method>
39002       <method name="Simple EndInvoke(IAsyncResult)">
39003         <size>0</size>
39004       </method>
39005     </type>
39006     <type name="X+&lt;Test&gt;c__AnonStorey0">
39007       <method name="Void .ctor()">
39008         <size>7</size>
39009       </method>
39010       <method name="Simple &lt;&gt;m__1()">
39011         <size>33</size>
39012       </method>
39013       <method name="Simple &lt;&gt;m__0()">
39014         <size>51</size>
39015       </method>
39016       <method name="Void &lt;&gt;m__3()">
39017         <size>21</size>
39018       </method>
39019     </type>
39020     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
39021       <method name="Void .ctor()">
39022         <size>7</size>
39023       </method>
39024       <method name="Void &lt;&gt;m__2()">
39025         <size>26</size>
39026       </method>
39027     </type>
39028   </test>
39029   <test name="test-anon-45.cs">
39030     <type name="Test">
39031       <method name="Void .ctor()">
39032         <size>7</size>
39033       </method>
39034       <method name="Void Main()">
39035         <size>64</size>
39036       </method>
39037       <method name="IEnumerator GetEnumerator()">
39038         <size>8</size>
39039       </method>
39040     </type>
39041     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
39042       <method name="Void .ctor()">
39043         <size>7</size>
39044       </method>
39045       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39046         <size>7</size>
39047       </method>
39048       <method name="Boolean MoveNext()">
39049         <size>77</size>
39050       </method>
39051       <method name="Void Dispose()">
39052         <size>8</size>
39053       </method>
39054       <method name="Void Reset()">
39055         <size>6</size>
39056       </method>
39057       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39058         <size>7</size>
39059       </method>
39060     </type>
39061   </test>
39062   <test name="test-anon-46.cs">
39063     <type name="World">
39064       <method name="Void .ctor()">
39065         <size>7</size>
39066       </method>
39067       <method name="Void Hello(Int64)">
39068         <size>1</size>
39069       </method>
39070       <method name="Void Test(Int32)">
39071         <size>50</size>
39072       </method>
39073     </type>
39074     <type name="X">
39075       <method name="Void .ctor()">
39076         <size>7</size>
39077       </method>
39078       <method name="Void Main()">
39079         <size>14</size>
39080       </method>
39081     </type>
39082     <type name="Foo">
39083       <method name="Void .ctor(Object, IntPtr)">
39084         <size>0</size>
39085       </method>
39086       <method name="Void Invoke()">
39087         <size>0</size>
39088       </method>
39089       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39090         <size>0</size>
39091       </method>
39092       <method name="Void EndInvoke(IAsyncResult)">
39093         <size>0</size>
39094       </method>
39095     </type>
39096     <type name="World+&lt;Test&gt;c__AnonStorey0">
39097       <method name="Void .ctor()">
39098         <size>7</size>
39099       </method>
39100       <method name="Void &lt;&gt;m__0()">
39101         <size>19</size>
39102       </method>
39103     </type>
39104   </test>
39105   <test name="test-anon-47.cs">
39106     <type name="World">
39107       <method name="Void .ctor()">
39108         <size>7</size>
39109       </method>
39110       <method name="Void Hello(Int64)">
39111         <size>1</size>
39112       </method>
39113       <method name="Void Test(Int32)">
39114         <size>158</size>
39115       </method>
39116     </type>
39117     <type name="X">
39118       <method name="Void .ctor()">
39119         <size>7</size>
39120       </method>
39121       <method name="Void Main()">
39122         <size>14</size>
39123       </method>
39124     </type>
39125     <type name="Foo">
39126       <method name="Void .ctor(Object, IntPtr)">
39127         <size>0</size>
39128       </method>
39129       <method name="Void Invoke()">
39130         <size>0</size>
39131       </method>
39132       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39133         <size>0</size>
39134       </method>
39135       <method name="Void EndInvoke(IAsyncResult)">
39136         <size>0</size>
39137       </method>
39138     </type>
39139     <type name="World+&lt;Test&gt;c__AnonStorey2">
39140       <method name="Void .ctor()">
39141         <size>7</size>
39142       </method>
39143       <method name="Void &lt;&gt;m__0()">
39144         <size>45</size>
39145       </method>
39146     </type>
39147     <type name="World+&lt;Test&gt;c__AnonStorey0">
39148       <method name="Void .ctor()">
39149         <size>7</size>
39150       </method>
39151     </type>
39152     <type name="World+&lt;Test&gt;c__AnonStorey1">
39153       <method name="Void .ctor()">
39154         <size>7</size>
39155       </method>
39156     </type>
39157   </test>
39158   <test name="test-anon-48.cs">
39159     <type name="World">
39160       <method name="Void .ctor()">
39161         <size>7</size>
39162       </method>
39163       <method name="Void Hello(Int64)">
39164         <size>1</size>
39165       </method>
39166       <method name="Void Test(Int32)">
39167         <size>197</size>
39168       </method>
39169     </type>
39170     <type name="X">
39171       <method name="Void .ctor()">
39172         <size>7</size>
39173       </method>
39174       <method name="Void Main()">
39175         <size>14</size>
39176       </method>
39177     </type>
39178     <type name="Foo">
39179       <method name="Void .ctor(Object, IntPtr)">
39180         <size>0</size>
39181       </method>
39182       <method name="Void Invoke()">
39183         <size>0</size>
39184       </method>
39185       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39186         <size>0</size>
39187       </method>
39188       <method name="Void EndInvoke(IAsyncResult)">
39189         <size>0</size>
39190       </method>
39191     </type>
39192     <type name="World+&lt;Test&gt;c__AnonStorey1">
39193       <method name="Void .ctor()">
39194         <size>7</size>
39195       </method>
39196     </type>
39197     <type name="World+&lt;Test&gt;c__AnonStorey2">
39198       <method name="Void .ctor()">
39199         <size>7</size>
39200       </method>
39201     </type>
39202     <type name="World+&lt;Test&gt;c__AnonStorey0">
39203       <method name="Void .ctor()">
39204         <size>7</size>
39205       </method>
39206       <method name="Void &lt;&gt;m__0()">
39207         <size>63</size>
39208       </method>
39209     </type>
39210   </test>
39211   <test name="test-anon-49.cs">
39212     <type name="Test">
39213       <method name="Void .ctor()">
39214         <size>7</size>
39215       </method>
39216       <method name="Void Main()">
39217         <size>64</size>
39218       </method>
39219       <method name="IEnumerator GetEnumerator()">
39220         <size>8</size>
39221       </method>
39222     </type>
39223     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
39224       <method name="Void .ctor()">
39225         <size>7</size>
39226       </method>
39227       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39228         <size>7</size>
39229       </method>
39230       <method name="Boolean MoveNext()">
39231         <size>185</size>
39232       </method>
39233       <method name="Void Dispose()">
39234         <size>62</size>
39235       </method>
39236       <method name="Void Reset()">
39237         <size>6</size>
39238       </method>
39239       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39240         <size>7</size>
39241       </method>
39242     </type>
39243   </test>
39244   <test name="test-anon-50.cs">
39245     <type name="Test">
39246       <method name="Void .ctor()">
39247         <size>7</size>
39248       </method>
39249       <method name="IEnumerable Foo(Int32)">
39250         <size>30</size>
39251       </method>
39252     </type>
39253     <type name="X">
39254       <method name="Void .ctor()">
39255         <size>7</size>
39256       </method>
39257       <method name="Int32 Main()">
39258         <size>196</size>
39259       </method>
39260     </type>
39261     <type name="Test+&lt;Foo&gt;c__Iterator0">
39262       <method name="Void .ctor()">
39263         <size>7</size>
39264       </method>
39265       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39266         <size>7</size>
39267       </method>
39268       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
39269         <size>7</size>
39270       </method>
39271       <method name="Boolean MoveNext()">
39272         <size>118</size>
39273       </method>
39274       <method name="Void Dispose()">
39275         <size>8</size>
39276       </method>
39277       <method name="Void Reset()">
39278         <size>6</size>
39279       </method>
39280       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39281         <size>7</size>
39282       </method>
39283       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
39284         <size>40</size>
39285       </method>
39286     </type>
39287   </test>
39288   <test name="test-anon-51.cs">
39289     <type name="X">
39290       <method name="Void .ctor()">
39291         <size>7</size>
39292       </method>
39293       <method name="Void .cctor()">
39294         <size>35</size>
39295       </method>
39296       <method name="Void Main()">
39297         <size>11</size>
39298       </method>
39299     </type>
39300     <type name="FooDelegate">
39301       <method name="Void .ctor(Object, IntPtr)">
39302         <size>0</size>
39303       </method>
39304       <method name="Void Invoke()">
39305         <size>0</size>
39306       </method>
39307       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39308         <size>0</size>
39309       </method>
39310       <method name="Void EndInvoke(IAsyncResult)">
39311         <size>0</size>
39312       </method>
39313     </type>
39314     <type name="X">
39315       <method name="Void &lt;Print&gt;m__0()">
39316         <size>11</size>
39317       </method>
39318     </type>
39319   </test>
39320   <test name="test-anon-52.cs">
39321     <type name="X">
39322       <method name="Void .ctor()">
39323         <size>7</size>
39324       </method>
39325       <method name="IEnumerator GetIt(System.Int32[])">
39326         <size>22</size>
39327       </method>
39328       <method name="Int32 Main()">
39329         <size>32</size>
39330       </method>
39331     </type>
39332     <type name="X+A">
39333       <method name="Void .ctor(Object, IntPtr)">
39334         <size>0</size>
39335       </method>
39336       <method name="Void Invoke()">
39337         <size>0</size>
39338       </method>
39339       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39340         <size>0</size>
39341       </method>
39342       <method name="Void EndInvoke(IAsyncResult)">
39343         <size>0</size>
39344       </method>
39345     </type>
39346     <type name="X+&lt;GetIt&gt;c__Iterator0">
39347       <method name="Void .ctor()">
39348         <size>7</size>
39349       </method>
39350       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39351         <size>7</size>
39352       </method>
39353       <method name="Boolean MoveNext()">
39354         <size>201</size>
39355       </method>
39356       <method name="Void &lt;&gt;m__0()">
39357         <size>22</size>
39358       </method>
39359       <method name="Void Dispose()">
39360         <size>8</size>
39361       </method>
39362       <method name="Void Reset()">
39363         <size>6</size>
39364       </method>
39365       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39366         <size>7</size>
39367       </method>
39368     </type>
39369     <type name="&lt;PrivateImplementationDetails&gt;">
39370       <method name="Void .ctor()">
39371         <size>7</size>
39372       </method>
39373     </type>
39374   </test>
39375   <test name="test-anon-53.cs">
39376     <type name="Test">
39377       <method name="Void .ctor(Int32)">
39378         <size>39</size>
39379       </method>
39380       <method name="Void .cctor()">
39381         <size>33</size>
39382       </method>
39383     </type>
39384     <type name="X">
39385       <method name="Void .ctor()">
39386         <size>7</size>
39387       </method>
39388       <method name="Void Main()">
39389         <size>15</size>
39390       </method>
39391     </type>
39392     <type name="Foo">
39393       <method name="Void .ctor(Object, IntPtr)">
39394         <size>0</size>
39395       </method>
39396       <method name="Void Invoke()">
39397         <size>0</size>
39398       </method>
39399       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39400         <size>0</size>
39401       </method>
39402       <method name="Void EndInvoke(IAsyncResult)">
39403         <size>0</size>
39404       </method>
39405     </type>
39406     <type name="Test+&lt;Test&gt;c__AnonStorey0">
39407       <method name="Void .ctor()">
39408         <size>7</size>
39409       </method>
39410       <method name="Void &lt;&gt;m__0()">
39411         <size>12</size>
39412       </method>
39413     </type>
39414     <type name="Test+&lt;Test&gt;c__AnonStorey1">
39415       <method name="Void .ctor()">
39416         <size>7</size>
39417       </method>
39418       <method name="Void &lt;&gt;m__1()">
39419         <size>12</size>
39420       </method>
39421     </type>
39422   </test>
39423   <test name="test-anon-54.cs">
39424     <type name="X">
39425       <method name="Void .ctor()">
39426         <size>7</size>
39427       </method>
39428       <method name="Void Main()">
39429         <size>22</size>
39430       </method>
39431     </type>
39432     <type name="Hello">
39433       <method name="Void .ctor(Object, IntPtr)">
39434         <size>0</size>
39435       </method>
39436       <method name="Void Invoke()">
39437         <size>0</size>
39438       </method>
39439       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39440         <size>0</size>
39441       </method>
39442       <method name="Void EndInvoke(IAsyncResult)">
39443         <size>0</size>
39444       </method>
39445     </type>
39446     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
39447       <method name="Void .ctor()">
39448         <size>7</size>
39449       </method>
39450       <method name="Void &lt;&gt;m__0()">
39451         <size>25</size>
39452       </method>
39453     </type>
39454     <type name="Foo">
39455       <method name="Void .ctor(Int32)">
39456         <size>8</size>
39457       </method>
39458       <method name="Void Test(Foo)">
39459         <size>45</size>
39460       </method>
39461       <method name="Void Hello(Int32)">
39462         <size>19</size>
39463       </method>
39464       <method name="System.String ToString()">
39465         <size>22</size>
39466       </method>
39467     </type>
39468   </test>
39469   <test name="test-anon-55.cs">
39470     <type name="Foo">
39471       <method name="Void .ctor()">
39472         <size>7</size>
39473       </method>
39474       <method name="Void Test(Foo+Hello)">
39475         <size>7</size>
39476       </method>
39477       <method name="Void Private()">
39478         <size>11</size>
39479       </method>
39480       <method name="Void Test()">
39481         <size>19</size>
39482       </method>
39483     </type>
39484     <type name="X">
39485       <method name="Void .ctor()">
39486         <size>7</size>
39487       </method>
39488       <method name="Void Main()">
39489         <size>13</size>
39490       </method>
39491     </type>
39492     <type name="Foo+Hello">
39493       <method name="Void .ctor(Object, IntPtr)">
39494         <size>0</size>
39495       </method>
39496       <method name="Void Invoke()">
39497         <size>0</size>
39498       </method>
39499       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39500         <size>0</size>
39501       </method>
39502       <method name="Void EndInvoke(IAsyncResult)">
39503         <size>0</size>
39504       </method>
39505     </type>
39506     <type name="Foo">
39507       <method name="Void &lt;Test&gt;m__0()">
39508         <size>7</size>
39509       </method>
39510     </type>
39511   </test>
39512   <test name="test-anon-56.cs">
39513     <type name="Observable">
39514       <method name="Void .ctor()">
39515         <size>7</size>
39516       </method>
39517       <method name="Void Main(System.String[])">
39518         <size>50</size>
39519       </method>
39520     </type>
39521     <type name="QueueHandler">
39522       <method name="Void .ctor(Object, IntPtr)">
39523         <size>0</size>
39524       </method>
39525       <method name="Void Invoke(Observable)">
39526         <size>0</size>
39527       </method>
39528       <method name="IAsyncResult BeginInvoke(Observable, 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="Observable">
39536       <method name="Void &lt;Main&gt;m__0(Observable)">
39537         <size>11</size>
39538       </method>
39539     </type>
39540   </test>
39541   <test name="test-anon-57.cs">
39542     <type name="X">
39543       <method name="Void .ctor()">
39544         <size>7</size>
39545       </method>
39546       <method name="Int32 Test()">
39547         <size>257</size>
39548       </method>
39549       <method name="Int32 Main()">
39550         <size>45</size>
39551       </method>
39552     </type>
39553     <type name="X+TestDelegate">
39554       <method name="Void .ctor(Object, IntPtr)">
39555         <size>0</size>
39556       </method>
39557       <method name="Void Invoke()">
39558         <size>0</size>
39559       </method>
39560       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39561         <size>0</size>
39562       </method>
39563       <method name="Void EndInvoke(IAsyncResult)">
39564         <size>0</size>
39565       </method>
39566     </type>
39567     <type name="X+&lt;Test&gt;c__AnonStorey1">
39568       <method name="Void .ctor()">
39569         <size>7</size>
39570       </method>
39571       <method name="Void &lt;&gt;m__0()">
39572         <size>89</size>
39573       </method>
39574     </type>
39575     <type name="X+&lt;Test&gt;c__AnonStorey0">
39576       <method name="Void .ctor()">
39577         <size>7</size>
39578       </method>
39579     </type>
39580   </test>
39581   <test name="test-anon-58.cs">
39582     <type name="X">
39583       <method name="Void .ctor()">
39584         <size>7</size>
39585       </method>
39586       <method name="Int32 Test(Int32)">
39587         <size>344</size>
39588       </method>
39589       <method name="Int32 Main()">
39590         <size>46</size>
39591       </method>
39592     </type>
39593     <type name="X+TestDelegate">
39594       <method name="Void .ctor(Object, IntPtr)">
39595         <size>0</size>
39596       </method>
39597       <method name="Void Invoke()">
39598         <size>0</size>
39599       </method>
39600       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39601         <size>0</size>
39602       </method>
39603       <method name="Void EndInvoke(IAsyncResult)">
39604         <size>0</size>
39605       </method>
39606     </type>
39607     <type name="X+&lt;Test&gt;c__AnonStorey1">
39608       <method name="Void .ctor()">
39609         <size>7</size>
39610       </method>
39611       <method name="Void &lt;&gt;m__0()">
39612         <size>162</size>
39613       </method>
39614     </type>
39615     <type name="X+&lt;Test&gt;c__AnonStorey0">
39616       <method name="Void .ctor()">
39617         <size>7</size>
39618       </method>
39619     </type>
39620     <type name="X+&lt;Test&gt;c__AnonStorey2">
39621       <method name="Void .ctor()">
39622         <size>7</size>
39623       </method>
39624     </type>
39625   </test>
39626   <test name="test-anon-59.cs">
39627     <type name="X">
39628       <method name="Void .ctor()">
39629         <size>7</size>
39630       </method>
39631       <method name="Int32 Test(Int32)">
39632         <size>515</size>
39633       </method>
39634       <method name="Int32 Main()">
39635         <size>46</size>
39636       </method>
39637     </type>
39638     <type name="X+TestDelegate">
39639       <method name="Void .ctor(Object, IntPtr)">
39640         <size>0</size>
39641       </method>
39642       <method name="Void Invoke()">
39643         <size>0</size>
39644       </method>
39645       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39646         <size>0</size>
39647       </method>
39648       <method name="Void EndInvoke(IAsyncResult)">
39649         <size>0</size>
39650       </method>
39651     </type>
39652     <type name="X+&lt;Test&gt;c__AnonStorey2">
39653       <method name="Void .ctor()">
39654         <size>7</size>
39655       </method>
39656       <method name="Void &lt;&gt;m__0()">
39657         <size>224</size>
39658       </method>
39659     </type>
39660     <type name="X+&lt;Test&gt;c__AnonStorey1">
39661       <method name="Void .ctor()">
39662         <size>7</size>
39663       </method>
39664     </type>
39665     <type name="X+&lt;Test&gt;c__AnonStorey0">
39666       <method name="Void .ctor()">
39667         <size>7</size>
39668       </method>
39669     </type>
39670     <type name="X+&lt;Test&gt;c__AnonStorey3">
39671       <method name="Void .ctor()">
39672         <size>7</size>
39673       </method>
39674     </type>
39675   </test>
39676   <test name="test-anon-60.cs">
39677     <type name="X">
39678       <method name="Void .ctor()">
39679         <size>7</size>
39680       </method>
39681       <method name="Int32 Test(Int32)">
39682         <size>567</size>
39683       </method>
39684       <method name="Int32 Main()">
39685         <size>46</size>
39686       </method>
39687     </type>
39688     <type name="X+TestDelegate">
39689       <method name="Void .ctor(Object, IntPtr)">
39690         <size>0</size>
39691       </method>
39692       <method name="Void Invoke()">
39693         <size>0</size>
39694       </method>
39695       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39696         <size>0</size>
39697       </method>
39698       <method name="Void EndInvoke(IAsyncResult)">
39699         <size>0</size>
39700       </method>
39701     </type>
39702     <type name="X+&lt;Test&gt;c__AnonStorey2">
39703       <method name="Void .ctor()">
39704         <size>7</size>
39705       </method>
39706     </type>
39707     <type name="X+&lt;Test&gt;c__AnonStorey1">
39708       <method name="Void .ctor()">
39709         <size>7</size>
39710       </method>
39711     </type>
39712     <type name="X+&lt;Test&gt;c__AnonStorey0">
39713       <method name="Void .ctor()">
39714         <size>7</size>
39715       </method>
39716     </type>
39717     <type name="X+&lt;Test&gt;c__AnonStorey3">
39718       <method name="Void .ctor()">
39719         <size>7</size>
39720       </method>
39721     </type>
39722     <type name="X+&lt;Test&gt;c__AnonStorey2">
39723       <method name="Void &lt;&gt;m__0()">
39724         <size>347</size>
39725       </method>
39726     </type>
39727     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
39728       <method name="Void .ctor()">
39729         <size>7</size>
39730       </method>
39731       <method name="Void &lt;&gt;m__1()">
39732         <size>124</size>
39733       </method>
39734     </type>
39735   </test>
39736   <test name="test-anon-61.cs">
39737     <type name="X">
39738       <method name="Void .ctor()">
39739         <size>7</size>
39740       </method>
39741       <method name="Int32 Test()">
39742         <size>333</size>
39743       </method>
39744       <method name="Int32 Main()">
39745         <size>59</size>
39746       </method>
39747     </type>
39748     <type name="X+TestDelegate">
39749       <method name="Void .ctor(Object, IntPtr)">
39750         <size>0</size>
39751       </method>
39752       <method name="Void Invoke()">
39753         <size>0</size>
39754       </method>
39755       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39756         <size>0</size>
39757       </method>
39758       <method name="Void EndInvoke(IAsyncResult)">
39759         <size>0</size>
39760       </method>
39761     </type>
39762     <type name="X+&lt;Test&gt;c__AnonStorey1">
39763       <method name="Void .ctor()">
39764         <size>7</size>
39765       </method>
39766       <method name="Void &lt;&gt;m__0()">
39767         <size>157</size>
39768       </method>
39769     </type>
39770     <type name="X+&lt;Test&gt;c__AnonStorey0">
39771       <method name="Void .ctor()">
39772         <size>7</size>
39773       </method>
39774     </type>
39775   </test>
39776   <test name="test-anon-62.cs">
39777     <type name="X">
39778       <method name="Void .ctor(String)">
39779         <size>14</size>
39780       </method>
39781       <method name="Void Main()">
39782         <size>1</size>
39783       </method>
39784     </type>
39785     <type name="Y">
39786       <method name="Void .ctor(Z)">
39787         <size>56</size>
39788       </method>
39789     </type>
39790     <type name="Z">
39791       <method name="Void .ctor()">
39792         <size>7</size>
39793       </method>
39794       <method name="Void Hello()">
39795         <size>1</size>
39796       </method>
39797     </type>
39798     <type name="FooHandler">
39799       <method name="Void .ctor(Object, IntPtr)">
39800         <size>0</size>
39801       </method>
39802       <method name="Void Invoke()">
39803         <size>0</size>
39804       </method>
39805       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39806         <size>0</size>
39807       </method>
39808       <method name="Void EndInvoke(IAsyncResult)">
39809         <size>0</size>
39810       </method>
39811     </type>
39812     <type name="Y+&lt;Y&gt;c__AnonStorey0">
39813       <method name="Void .ctor()">
39814         <size>7</size>
39815       </method>
39816       <method name="Void &lt;&gt;m__0()">
39817         <size>12</size>
39818       </method>
39819     </type>
39820   </test>
39821   <test name="test-anon-63.cs">
39822     <type name="X">
39823       <method name="Void .ctor()">
39824         <size>7</size>
39825       </method>
39826       <method name="IEnumerator GetIt(System.Int32[])">
39827         <size>22</size>
39828       </method>
39829       <method name="Int32 Main()">
39830         <size>32</size>
39831       </method>
39832     </type>
39833     <type name="X+A">
39834       <method name="Void .ctor(Object, IntPtr)">
39835         <size>0</size>
39836       </method>
39837       <method name="Int32 Invoke()">
39838         <size>0</size>
39839       </method>
39840       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39841         <size>0</size>
39842       </method>
39843       <method name="Int32 EndInvoke(IAsyncResult)">
39844         <size>0</size>
39845       </method>
39846     </type>
39847     <type name="X+&lt;GetIt&gt;c__Iterator0">
39848       <method name="Void .ctor()">
39849         <size>7</size>
39850       </method>
39851       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39852         <size>7</size>
39853       </method>
39854       <method name="Boolean MoveNext()">
39855         <size>195</size>
39856       </method>
39857       <method name="Int32 &lt;&gt;m__0()">
39858         <size>44</size>
39859       </method>
39860       <method name="Void Dispose()">
39861         <size>8</size>
39862       </method>
39863       <method name="Void Reset()">
39864         <size>6</size>
39865       </method>
39866       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39867         <size>7</size>
39868       </method>
39869     </type>
39870     <type name="&lt;PrivateImplementationDetails&gt;">
39871       <method name="Void .ctor()">
39872         <size>7</size>
39873       </method>
39874     </type>
39875   </test>
39876   <test name="test-anon-64.cs">
39877     <type name="Source">
39878       <method name="Void .ctor()">
39879         <size>7</size>
39880       </method>
39881       <method name="Void add_ChildSourceAdded(System.EventHandler)">
39882         <size>24</size>
39883       </method>
39884       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
39885         <size>24</size>
39886       </method>
39887       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
39888         <size>24</size>
39889       </method>
39890       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
39891         <size>24</size>
39892       </method>
39893       <method name="Source FindSource(Source)">
39894         <size>2</size>
39895       </method>
39896       <method name="Void AddSource(Source, Int32, System.Object)">
39897         <size>132</size>
39898       </method>
39899       <method name="Void Main()">
39900         <size>1</size>
39901       </method>
39902     </type>
39903     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
39904       <method name="Void .ctor()">
39905         <size>7</size>
39906       </method>
39907       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
39908         <size>30</size>
39909       </method>
39910     </type>
39911     <type name="Source">
39912       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
39913         <size>1</size>
39914       </method>
39915     </type>
39916   </test>
39917   <test name="test-anon-65.cs">
39918     <type name="BaseClass">
39919       <method name="Void .ctor(SomeDelegate)">
39920         <size>13</size>
39921       </method>
39922     </type>
39923     <type name="TestClass">
39924       <method name="Void .ctor(Int32)">
39925         <size>32</size>
39926       </method>
39927       <method name="Int32 Main(System.String[])">
39928         <size>9</size>
39929       </method>
39930     </type>
39931     <type name="BaseClass+SomeDelegate">
39932       <method name="Void .ctor(Object, IntPtr)">
39933         <size>0</size>
39934       </method>
39935       <method name="Void Invoke()">
39936         <size>0</size>
39937       </method>
39938       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39939         <size>0</size>
39940       </method>
39941       <method name="Void EndInvoke(IAsyncResult)">
39942         <size>0</size>
39943       </method>
39944     </type>
39945     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
39946       <method name="Void .ctor()">
39947         <size>7</size>
39948       </method>
39949       <method name="Void &lt;&gt;m__0()">
39950         <size>12</size>
39951       </method>
39952     </type>
39953   </test>
39954   <test name="test-anon-66.cs">
39955     <type name="Test">
39956       <method name="Void .ctor()">
39957         <size>7</size>
39958       </method>
39959       <method name="Void add_testEvent(Test+TestEventHandler)">
39960         <size>24</size>
39961       </method>
39962       <method name="Void remove_testEvent(Test+TestEventHandler)">
39963         <size>24</size>
39964       </method>
39965       <method name="Void add_TestEvent(Test+TestEventHandler)">
39966         <size>33</size>
39967       </method>
39968       <method name="Void remove_TestEvent(Test+TestEventHandler)">
39969         <size>1</size>
39970       </method>
39971       <method name="Void Main()">
39972         <size>1</size>
39973       </method>
39974     </type>
39975     <type name="Test+TestEventHandler">
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="Test+&lt;&gt;c__AnonStorey0">
39990       <method name="Void .ctor()">
39991         <size>7</size>
39992       </method>
39993       <method name="Void &lt;&gt;m__0()">
39994         <size>12</size>
39995       </method>
39996     </type>
39997   </test>
39998   <test name="test-anon-67.cs">
39999     <type name="ClassOne">
40000       <method name="Void .ctor(ReturnStringDelegate)">
40001         <size>7</size>
40002       </method>
40003       <method name="Void .ctor(String)">
40004         <size>32</size>
40005       </method>
40006       <method name="Void Main()">
40007         <size>1</size>
40008       </method>
40009     </type>
40010     <type name="ClassOne+ReturnStringDelegate">
40011       <method name="Void .ctor(Object, IntPtr)">
40012         <size>0</size>
40013       </method>
40014       <method name="System.String 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="System.String EndInvoke(IAsyncResult)">
40021         <size>0</size>
40022       </method>
40023     </type>
40024     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
40025       <method name="Void .ctor()">
40026         <size>7</size>
40027       </method>
40028       <method name="System.String &lt;&gt;m__0()">
40029         <size>7</size>
40030       </method>
40031     </type>
40032   </test>
40033   <test name="test-anon-68.cs">
40034     <type name="C">
40035       <method name="Void .ctor()">
40036         <size>7</size>
40037       </method>
40038       <method name="Void T(D1)">
40039         <size>1</size>
40040       </method>
40041       <method name="Void T(D2)">
40042         <size>1</size>
40043       </method>
40044       <method name="Void Main()">
40045         <size>69</size>
40046       </method>
40047     </type>
40048     <type name="D1">
40049       <method name="Void .ctor(Object, IntPtr)">
40050         <size>0</size>
40051       </method>
40052       <method name="Void Invoke(Int32)">
40053         <size>0</size>
40054       </method>
40055       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40056         <size>0</size>
40057       </method>
40058       <method name="Void EndInvoke(IAsyncResult)">
40059         <size>0</size>
40060       </method>
40061     </type>
40062     <type name="D2">
40063       <method name="Void .ctor(Object, IntPtr)">
40064         <size>0</size>
40065       </method>
40066       <method name="Void Invoke(System.String ByRef)">
40067         <size>0</size>
40068       </method>
40069       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
40070         <size>0</size>
40071       </method>
40072       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
40073         <size>0</size>
40074       </method>
40075     </type>
40076     <type name="C">
40077       <method name="Void &lt;Main&gt;m__0(Int32)">
40078         <size>1</size>
40079       </method>
40080       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
40081         <size>8</size>
40082       </method>
40083     </type>
40084   </test>
40085   <test name="test-anon-69.cs">
40086     <type name="SingleSteppingEngine">
40087       <method name="Void .ctor()">
40088         <size>7</size>
40089       </method>
40090       <method name="System.Object SendCommand(TargetAccessDelegate)">
40091         <size>8</size>
40092       </method>
40093       <method name="Void Detach()">
40094         <size>20</size>
40095       </method>
40096     </type>
40097     <type name="X">
40098       <method name="Void .ctor()">
40099         <size>7</size>
40100       </method>
40101       <method name="Void Main()">
40102         <size>1</size>
40103       </method>
40104     </type>
40105     <type name="TargetAccessDelegate">
40106       <method name="Void .ctor(Object, IntPtr)">
40107         <size>0</size>
40108       </method>
40109       <method name="System.Object Invoke(System.Object)">
40110         <size>0</size>
40111       </method>
40112       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
40113         <size>0</size>
40114       </method>
40115       <method name="System.Object EndInvoke(IAsyncResult)">
40116         <size>0</size>
40117       </method>
40118     </type>
40119     <type name="SingleSteppingEngine">
40120       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
40121         <size>19</size>
40122       </method>
40123     </type>
40124   </test>
40125   <test name="test-anon-70.cs">
40126     <type name="C">
40127       <method name="Void .ctor()">
40128         <size>7</size>
40129       </method>
40130       <method name="Void Test(C+D)">
40131         <size>1</size>
40132       </method>
40133       <method name="Void Main()">
40134         <size>98</size>
40135       </method>
40136     </type>
40137     <type name="C+D">
40138       <method name="Void .ctor(Object, IntPtr)">
40139         <size>0</size>
40140       </method>
40141       <method name="Void Invoke()">
40142         <size>0</size>
40143       </method>
40144       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40145         <size>0</size>
40146       </method>
40147       <method name="Void EndInvoke(IAsyncResult)">
40148         <size>0</size>
40149       </method>
40150     </type>
40151     <type name="UnsafeClass">
40152       <method name="Void .ctor()">
40153         <size>7</size>
40154       </method>
40155     </type>
40156     <type name="C">
40157       <method name="Void UnsafeTests()">
40158         <size>35</size>
40159       </method>
40160     </type>
40161     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
40162       <method name="Void .ctor()">
40163         <size>7</size>
40164       </method>
40165       <method name="Void &lt;&gt;m__0()">
40166         <size>14</size>
40167       </method>
40168     </type>
40169     <type name="C+&lt;Main&gt;c__AnonStorey1">
40170       <method name="Void .ctor()">
40171         <size>7</size>
40172       </method>
40173       <method name="Void &lt;&gt;m__1()">
40174         <size>38</size>
40175       </method>
40176       <method name="Void &lt;&gt;m__2()">
40177         <size>32</size>
40178       </method>
40179     </type>
40180     <type name="C">
40181       <method name="Void &lt;Main&gt;m__3()">
40182         <size>16</size>
40183       </method>
40184     </type>
40185     <type name="UnsafeClass">
40186       <method name="Int32* GetUnsafeValue()">
40187         <size>3</size>
40188       </method>
40189     </type>
40190     <type name="&lt;PrivateImplementationDetails&gt;">
40191       <method name="Void .ctor()">
40192         <size>7</size>
40193       </method>
40194     </type>
40195   </test>
40196   <test name="test-anon-71.cs">
40197     <type name="Program">
40198       <method name="Void .ctor()">
40199         <size>7</size>
40200       </method>
40201       <method name="Errno ProcessFile(System.String, Program+FdCb)">
40202         <size>2</size>
40203       </method>
40204       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
40205         <size>34</size>
40206       </method>
40207       <method name="Void Main()">
40208         <size>1</size>
40209       </method>
40210     </type>
40211     <type name="Program+FdCb">
40212       <method name="Void .ctor(Object, IntPtr)">
40213         <size>0</size>
40214       </method>
40215       <method name="Int32 Invoke(Int32)">
40216         <size>0</size>
40217       </method>
40218       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40219         <size>0</size>
40220       </method>
40221       <method name="Int32 EndInvoke(IAsyncResult)">
40222         <size>0</size>
40223       </method>
40224     </type>
40225     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
40226       <method name="Void .ctor()">
40227         <size>7</size>
40228       </method>
40229       <method name="Int32 &lt;&gt;m__0(Int32)">
40230         <size>46</size>
40231       </method>
40232     </type>
40233   </test>
40234   <test name="test-anon-72.cs">
40235     <type name="Test">
40236       <method name="Void .ctor()">
40237         <size>7</size>
40238       </method>
40239       <method name="Void AddOperator(Test+UnaryOperator)">
40240         <size>1</size>
40241       </method>
40242       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
40243         <size>5</size>
40244       </method>
40245       <method name="Void Main()">
40246         <size>1</size>
40247       </method>
40248       <method name="Void Foo()">
40249         <size>19</size>
40250       </method>
40251     </type>
40252     <type name="Test+UnaryOperator">
40253       <method name="Void .ctor(Object, IntPtr)">
40254         <size>0</size>
40255       </method>
40256       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
40257         <size>0</size>
40258       </method>
40259       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
40260         <size>0</size>
40261       </method>
40262       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
40263         <size>0</size>
40264       </method>
40265     </type>
40266     <type name="Test">
40267       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
40268         <size>31</size>
40269       </method>
40270     </type>
40271   </test>
40272   <test name="test-anon-73.cs">
40273     <type name="T">
40274       <method name="Void .ctor()">
40275         <size>7</size>
40276       </method>
40277       <method name="Void Main()">
40278         <size>31</size>
40279       </method>
40280       <method name="Void Test_1()">
40281         <size>36</size>
40282       </method>
40283     </type>
40284     <type name="D">
40285       <method name="Void .ctor(Object, IntPtr)">
40286         <size>0</size>
40287       </method>
40288       <method name="Void Invoke(System.Object)">
40289         <size>0</size>
40290       </method>
40291       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
40292         <size>0</size>
40293       </method>
40294       <method name="Void EndInvoke(IAsyncResult)">
40295         <size>0</size>
40296       </method>
40297     </type>
40298     <type name="T">
40299       <method name="Void &lt;Main&gt;m__0(System.Object)">
40300         <size>15</size>
40301       </method>
40302       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
40303         <size>29</size>
40304       </method>
40305     </type>
40306   </test>
40307   <test name="test-anon-74.cs">
40308     <type name="Foo">
40309       <method name="Void Baz(Foo+SimpleDelegate)">
40310         <size>8</size>
40311       </method>
40312       <method name="Void Main(System.String[])">
40313         <size>35</size>
40314       </method>
40315     </type>
40316     <type name="Foo+SimpleDelegate">
40317       <method name="Void .ctor(Object, IntPtr)">
40318         <size>0</size>
40319       </method>
40320       <method name="System.String[,] Invoke()">
40321         <size>0</size>
40322       </method>
40323       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40324         <size>0</size>
40325       </method>
40326       <method name="System.String[,] EndInvoke(IAsyncResult)">
40327         <size>0</size>
40328       </method>
40329     </type>
40330     <type name="Foo">
40331       <method name="System.String[,] &lt;Main&gt;m__0()">
40332         <size>34</size>
40333       </method>
40334     </type>
40335   </test>
40336   <test name="test-anon-75.cs">
40337     <type name="Data">
40338       <method name="Void .ctor()">
40339         <size>7</size>
40340       </method>
40341     </type>
40342     <type name="Test">
40343       <method name="Void .ctor()">
40344         <size>7</size>
40345       </method>
40346       <method name="Void Foo(Int32, D)">
40347         <size>1</size>
40348       </method>
40349       <method name="Void Main()">
40350         <size>1</size>
40351       </method>
40352       <method name="Void TestMe()">
40353         <size>154</size>
40354       </method>
40355       <method name="Boolean &lt;TestMe&gt;m__0()">
40356         <size>2</size>
40357       </method>
40358     </type>
40359     <type name="D">
40360       <method name="Void .ctor(Object, IntPtr)">
40361         <size>0</size>
40362       </method>
40363       <method name="Boolean Invoke()">
40364         <size>0</size>
40365       </method>
40366       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40367         <size>0</size>
40368       </method>
40369       <method name="Boolean EndInvoke(IAsyncResult)">
40370         <size>0</size>
40371       </method>
40372     </type>
40373     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
40374       <method name="Void .ctor()">
40375         <size>7</size>
40376       </method>
40377       <method name="Boolean &lt;&gt;m__2()">
40378         <size>14</size>
40379       </method>
40380     </type>
40381     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
40382       <method name="Void .ctor()">
40383         <size>7</size>
40384       </method>
40385     </type>
40386     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
40387       <method name="Boolean &lt;&gt;m__1()">
40388         <size>54</size>
40389       </method>
40390     </type>
40391   </test>
40392   <test name="test-anon-76.cs">
40393     <type name="C">
40394       <method name="Void .ctor()">
40395         <size>7</size>
40396       </method>
40397       <method name="Void set_Item(System.String, FactoryDelegate)">
40398         <size>8</size>
40399       </method>
40400       <method name="FactoryDelegate get_Item(System.String)">
40401         <size>7</size>
40402       </method>
40403       <method name="Void X()">
40404         <size>24</size>
40405       </method>
40406       <method name="Int32 Main()">
40407         <size>70</size>
40408       </method>
40409     </type>
40410     <type name="FactoryDelegate">
40411       <method name="Void .ctor(Object, IntPtr)">
40412         <size>0</size>
40413       </method>
40414       <method name="System.Object Invoke()">
40415         <size>0</size>
40416       </method>
40417       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40418         <size>0</size>
40419       </method>
40420       <method name="System.Object EndInvoke(IAsyncResult)">
40421         <size>0</size>
40422       </method>
40423     </type>
40424     <type name="C">
40425       <method name="System.Object &lt;X&gt;m__0()">
40426         <size>30</size>
40427       </method>
40428     </type>
40429   </test>
40430   <test name="test-anon-77.cs">
40431     <type name="y">
40432       <method name="Void .ctor()">
40433         <size>7</size>
40434       </method>
40435       <method name="Boolean get_Item(Int32)">
40436         <size>28</size>
40437       </method>
40438       <method name="Void set_Item(Int32, Boolean)">
40439         <size>10</size>
40440       </method>
40441       <method name="Void Main()">
40442         <size>1</size>
40443       </method>
40444     </type>
40445     <type name="D">
40446       <method name="Void .ctor(Object, IntPtr)">
40447         <size>0</size>
40448       </method>
40449       <method name="Void Invoke()">
40450         <size>0</size>
40451       </method>
40452       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40453         <size>0</size>
40454       </method>
40455       <method name="Void EndInvoke(IAsyncResult)">
40456         <size>0</size>
40457       </method>
40458     </type>
40459     <type name="y+&lt;&gt;c__AnonStorey0">
40460       <method name="Void .ctor()">
40461         <size>7</size>
40462       </method>
40463       <method name="Void &lt;&gt;m__0()">
40464         <size>8</size>
40465       </method>
40466     </type>
40467   </test>
40468   <test name="test-anon-78.cs">
40469     <type name="DelegateTest">
40470       <method name="Void .ctor()">
40471         <size>7</size>
40472       </method>
40473       <method name="Void .cctor()">
40474         <size>8</size>
40475       </method>
40476       <method name="Void Foo(D1)">
40477         <size>7</size>
40478       </method>
40479       <method name="Void Foo(D2)">
40480         <size>1</size>
40481       </method>
40482       <method name="Int32 Main()">
40483         <size>50</size>
40484       </method>
40485       <method name="Void &lt;Main&gt;m__0()">
40486         <size>18</size>
40487       </method>
40488     </type>
40489     <type name="D1">
40490       <method name="Void .ctor(Object, IntPtr)">
40491         <size>0</size>
40492       </method>
40493       <method name="Void Invoke()">
40494         <size>0</size>
40495       </method>
40496       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40497         <size>0</size>
40498       </method>
40499       <method name="Void EndInvoke(IAsyncResult)">
40500         <size>0</size>
40501       </method>
40502     </type>
40503     <type name="D2">
40504       <method name="Void .ctor(Object, IntPtr)">
40505         <size>0</size>
40506       </method>
40507       <method name="Void Invoke()">
40508         <size>0</size>
40509       </method>
40510       <method name="IAsyncResult BeginInvoke(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   </test>
40518   <test name="test-anon-79.cs">
40519     <type name="Test">
40520       <method name="Void .ctor()">
40521         <size>7</size>
40522       </method>
40523       <method name="Void add_E(Test+D)">
40524         <size>24</size>
40525       </method>
40526       <method name="Void remove_E(Test+D)">
40527         <size>24</size>
40528       </method>
40529       <method name="Void add_Changed(Test+D)">
40530         <size>30</size>
40531       </method>
40532       <method name="Void remove_Changed(Test+D)">
40533         <size>1</size>
40534       </method>
40535       <method name="Void Foo()">
40536         <size>1</size>
40537       </method>
40538       <method name="Void Main()">
40539         <size>1</size>
40540       </method>
40541     </type>
40542     <type name="Test+D">
40543       <method name="Void .ctor(Object, IntPtr)">
40544         <size>0</size>
40545       </method>
40546       <method name="Void Invoke()">
40547         <size>0</size>
40548       </method>
40549       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40550         <size>0</size>
40551       </method>
40552       <method name="Void EndInvoke(IAsyncResult)">
40553         <size>0</size>
40554       </method>
40555     </type>
40556     <type name="Test">
40557       <method name="Void &lt;add_Changed&gt;m__0()">
40558         <size>7</size>
40559       </method>
40560     </type>
40561   </test>
40562   <test name="test-anon-80.cs">
40563     <type name="MonoBug.MyTest">
40564       <method name="Void .ctor()">
40565         <size>7</size>
40566       </method>
40567       <method name="Int32 Main()">
40568         <size>167</size>
40569       </method>
40570     </type>
40571     <type name="MonoBug.MyTest+EventHandlers">
40572       <method name="Void .ctor()">
40573         <size>18</size>
40574       </method>
40575       <method name="System.EventHandler get_DoNothingEventHandler()">
40576         <size>30</size>
40577       </method>
40578       <method name="System.EventHandler get_DoSomethingEventHandler()">
40579         <size>13</size>
40580       </method>
40581       <method name="System.EventHandler get_Handler()">
40582         <size>7</size>
40583       </method>
40584       <method name="Void set_Handler(System.EventHandler)">
40585         <size>8</size>
40586       </method>
40587       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
40588         <size>1</size>
40589       </method>
40590       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
40591         <size>15</size>
40592       </method>
40593     </type>
40594   </test>
40595   <test name="test-anon-81.cs">
40596     <type name="C">
40597       <method name="Void .ctor()">
40598         <size>7</size>
40599       </method>
40600       <method name="Int32 Main()">
40601         <size>20</size>
40602       </method>
40603       <method name="Int32 Test()">
40604         <size>27</size>
40605       </method>
40606       <method name="Int32 Foo2(C+Cmd2)">
40607         <size>7</size>
40608       </method>
40609       <method name="Void Foo(C+Cmd)">
40610         <size>7</size>
40611       </method>
40612     </type>
40613     <type name="C+Cmd">
40614       <method name="Void .ctor(Object, IntPtr)">
40615         <size>0</size>
40616       </method>
40617       <method name="Void Invoke()">
40618         <size>0</size>
40619       </method>
40620       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40621         <size>0</size>
40622       </method>
40623       <method name="Void EndInvoke(IAsyncResult)">
40624         <size>0</size>
40625       </method>
40626     </type>
40627     <type name="C+Cmd2">
40628       <method name="Void .ctor(Object, IntPtr)">
40629         <size>0</size>
40630       </method>
40631       <method name="Int32 Invoke()">
40632         <size>0</size>
40633       </method>
40634       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40635         <size>0</size>
40636       </method>
40637       <method name="Int32 EndInvoke(IAsyncResult)">
40638         <size>0</size>
40639       </method>
40640     </type>
40641     <type name="C">
40642       <method name="Int32 &lt;Test&gt;m__0()">
40643         <size>45</size>
40644       </method>
40645     </type>
40646     <type name="C+&lt;Test&gt;c__AnonStorey1">
40647       <method name="Void .ctor()">
40648         <size>7</size>
40649       </method>
40650       <method name="Void &lt;&gt;m__1()">
40651         <size>44</size>
40652       </method>
40653     </type>
40654     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
40655       <method name="Void .ctor()">
40656         <size>7</size>
40657       </method>
40658       <method name="Void &lt;&gt;m__2()">
40659         <size>18</size>
40660       </method>
40661     </type>
40662   </test>
40663   <test name="test-anon-82.cs">
40664     <type name="MainClass">
40665       <method name="Void .ctor()">
40666         <size>7</size>
40667       </method>
40668       <method name="Void Main()">
40669         <size>87</size>
40670       </method>
40671       <method name="Void Test2(Int32)">
40672         <size>31</size>
40673       </method>
40674       <method name="Void Test3(Int32)">
40675         <size>57</size>
40676       </method>
40677       <method name="Void Test4()">
40678         <size>31</size>
40679       </method>
40680       <method name="Void Test5(Int32)">
40681         <size>27</size>
40682       </method>
40683       <method name="Void SimpleCallback(MainClass, System.String)">
40684         <size>7</size>
40685       </method>
40686     </type>
40687     <type name="MainClass+D">
40688       <method name="Void .ctor(Object, IntPtr)">
40689         <size>0</size>
40690       </method>
40691       <method name="Int32 Invoke(Int32)">
40692         <size>0</size>
40693       </method>
40694       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40695         <size>0</size>
40696       </method>
40697       <method name="Int32 EndInvoke(IAsyncResult)">
40698         <size>0</size>
40699       </method>
40700     </type>
40701     <type name="StringSender">
40702       <method name="Void .ctor(Object, IntPtr)">
40703         <size>0</size>
40704       </method>
40705       <method name="Void Invoke(System.String)">
40706         <size>0</size>
40707       </method>
40708       <method name="IAsyncResult BeginInvoke(System.String, 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="VoidDelegate">
40716       <method name="Void .ctor(Object, IntPtr)">
40717         <size>0</size>
40718       </method>
40719       <method name="Void Invoke()">
40720         <size>0</size>
40721       </method>
40722       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40723         <size>0</size>
40724       </method>
40725       <method name="Void EndInvoke(IAsyncResult)">
40726         <size>0</size>
40727       </method>
40728     </type>
40729     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
40730       <method name="Void .ctor()">
40731         <size>7</size>
40732       </method>
40733     </type>
40734     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
40735       <method name="Void .ctor()">
40736         <size>7</size>
40737       </method>
40738     </type>
40739     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
40740       <method name="Void .ctor()">
40741         <size>7</size>
40742       </method>
40743     </type>
40744     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
40745       <method name="Void .ctor()">
40746         <size>7</size>
40747       </method>
40748     </type>
40749     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
40750       <method name="Void .ctor()">
40751         <size>7</size>
40752       </method>
40753     </type>
40754     <type name="MainClass">
40755       <method name="Void &lt;Test2&gt;m__1(System.String)">
40756         <size>27</size>
40757       </method>
40758       <method name="Void &lt;Test3&gt;m__3()">
40759         <size>1</size>
40760       </method>
40761       <method name="Void &lt;Test4&gt;m__4()">
40762         <size>31</size>
40763       </method>
40764       <method name="Void &lt;Test4&gt;m__7()">
40765         <size>28</size>
40766       </method>
40767     </type>
40768     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
40769       <method name="Void &lt;&gt;m__0()">
40770         <size>25</size>
40771       </method>
40772       <method name="Void &lt;&gt;m__9(System.String)">
40773         <size>13</size>
40774       </method>
40775     </type>
40776     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
40777       <method name="Void &lt;&gt;m__2()">
40778         <size>9</size>
40779       </method>
40780     </type>
40781     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
40782       <method name="Int32 &lt;&gt;m__5(Int32)">
40783         <size>46</size>
40784       </method>
40785       <method name="Int32 &lt;&gt;m__A(Int32)">
40786         <size>2</size>
40787       </method>
40788     </type>
40789     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
40790       <method name="Void &lt;&gt;m__6()">
40791         <size>12</size>
40792       </method>
40793     </type>
40794     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
40795       <method name="Void &lt;&gt;m__8()">
40796         <size>14</size>
40797       </method>
40798       <method name="Void &lt;&gt;m__B()">
40799         <size>8</size>
40800       </method>
40801     </type>
40802   </test>
40803   <test name="test-anon-84.cs">
40804     <type name="C">
40805       <method name="Void .ctor()">
40806         <size>42</size>
40807       </method>
40808       <method name="Void .ctor(D)">
40809         <size>42</size>
40810       </method>
40811       <method name="Int32 Main()">
40812         <size>19</size>
40813       </method>
40814     </type>
40815     <type name="D">
40816       <method name="Void .ctor(Object, IntPtr)">
40817         <size>0</size>
40818       </method>
40819       <method name="C Invoke(Int32)">
40820         <size>0</size>
40821       </method>
40822       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40823         <size>0</size>
40824       </method>
40825       <method name="C EndInvoke(IAsyncResult)">
40826         <size>0</size>
40827       </method>
40828     </type>
40829     <type name="C">
40830       <method name="C &lt;field&gt;m__0(Int32)">
40831         <size>4</size>
40832       </method>
40833     </type>
40834   </test>
40835   <test name="test-anon-85.cs">
40836     <type name="X">
40837       <method name="Void .ctor()">
40838         <size>7</size>
40839       </method>
40840       <method name="Int32 Main()">
40841         <size>29</size>
40842       </method>
40843     </type>
40844     <type name="X+D">
40845       <method name="Void .ctor(Object, IntPtr)">
40846         <size>0</size>
40847       </method>
40848       <method name="Void Invoke()">
40849         <size>0</size>
40850       </method>
40851       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40852         <size>0</size>
40853       </method>
40854       <method name="Void EndInvoke(IAsyncResult)">
40855         <size>0</size>
40856       </method>
40857     </type>
40858     <type name="X+&lt;Main&gt;c__AnonStorey0">
40859       <method name="Void .ctor()">
40860         <size>7</size>
40861       </method>
40862       <method name="Void &lt;&gt;m__0()">
40863         <size>8</size>
40864       </method>
40865     </type>
40866   </test>
40867   <test name="test-anon-86.cs">
40868     <type name="Bug.A">
40869       <method name="Void .ctor()">
40870         <size>50</size>
40871       </method>
40872       <method name="Void Test()">
40873         <size>1</size>
40874       </method>
40875       <method name="Int32 Main()">
40876         <size>8</size>
40877       </method>
40878     </type>
40879     <type name="Bug.B">
40880       <method name="Void .ctor()">
40881         <size>7</size>
40882       </method>
40883       <method name="Int32 get_Prop()">
40884         <size>2</size>
40885       </method>
40886     </type>
40887     <type name="Bug.EventHandler">
40888       <method name="Void .ctor(Object, IntPtr)">
40889         <size>0</size>
40890       </method>
40891       <method name="Void Invoke()">
40892         <size>0</size>
40893       </method>
40894       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40895         <size>0</size>
40896       </method>
40897       <method name="Void EndInvoke(IAsyncResult)">
40898         <size>0</size>
40899       </method>
40900     </type>
40901     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
40902       <method name="Void .ctor()">
40903         <size>7</size>
40904       </method>
40905       <method name="Void &lt;&gt;m__0()">
40906         <size>24</size>
40907       </method>
40908     </type>
40909   </test>
40910   <test name="test-anon-87.cs">
40911     <type name="Bug.AA">
40912       <method name="Void .ctor(BB)">
40913         <size>51</size>
40914       </method>
40915       <method name="Void TestMe()">
40916         <size>1</size>
40917       </method>
40918       <method name="Int32 Main()">
40919         <size>18</size>
40920       </method>
40921     </type>
40922     <type name="Bug.BB">
40923       <method name="Void .ctor(String)">
40924         <size>18</size>
40925       </method>
40926       <method name="Void Foo()">
40927         <size>1</size>
40928       </method>
40929     </type>
40930     <type name="Bug.D">
40931       <method name="Void .ctor(Object, IntPtr)">
40932         <size>0</size>
40933       </method>
40934       <method name="Void Invoke()">
40935         <size>0</size>
40936       </method>
40937       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40938         <size>0</size>
40939       </method>
40940       <method name="Void EndInvoke(IAsyncResult)">
40941         <size>0</size>
40942       </method>
40943     </type>
40944     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
40945       <method name="Void .ctor()">
40946         <size>7</size>
40947       </method>
40948       <method name="Void &lt;&gt;m__0()">
40949         <size>23</size>
40950       </method>
40951     </type>
40952   </test>
40953   <test name="test-anon-88.cs">
40954     <type name="C">
40955       <method name="Void .ctor()">
40956         <size>7</size>
40957       </method>
40958       <method name="Int32 Main()">
40959         <size>12</size>
40960       </method>
40961       <method name="Void Test()">
40962         <size>102</size>
40963       </method>
40964     </type>
40965     <type name="C+D">
40966       <method name="Void .ctor(Object, IntPtr)">
40967         <size>0</size>
40968       </method>
40969       <method name="Void Invoke()">
40970         <size>0</size>
40971       </method>
40972       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40973         <size>0</size>
40974       </method>
40975       <method name="Void EndInvoke(IAsyncResult)">
40976         <size>0</size>
40977       </method>
40978     </type>
40979     <type name="C+&lt;Test&gt;c__AnonStorey0">
40980       <method name="Void .ctor()">
40981         <size>7</size>
40982       </method>
40983       <method name="Void &lt;&gt;m__2()">
40984         <size>8</size>
40985       </method>
40986     </type>
40987     <type name="C+&lt;Test&gt;c__AnonStorey2">
40988       <method name="Void .ctor()">
40989         <size>7</size>
40990       </method>
40991       <method name="Void &lt;&gt;m__0()">
40992         <size>69</size>
40993       </method>
40994       <method name="Void &lt;&gt;m__1()">
40995         <size>8</size>
40996       </method>
40997       <method name="Void &lt;&gt;m__4()">
40998         <size>3</size>
40999       </method>
41000     </type>
41001     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
41002       <method name="Void .ctor()">
41003         <size>7</size>
41004       </method>
41005       <method name="Void &lt;&gt;m__3()">
41006         <size>20</size>
41007       </method>
41008     </type>
41009   </test>
41010   <test name="test-anon-89.cs">
41011     <type name="C">
41012       <method name="Void .ctor()">
41013         <size>7</size>
41014       </method>
41015       <method name="Int32 Main()">
41016         <size>12</size>
41017       </method>
41018       <method name="System.Object get_GdkWindow()">
41019         <size>2</size>
41020       </method>
41021       <method name="Void set_GdkWindow(System.Object)">
41022         <size>1</size>
41023       </method>
41024       <method name="Void Invoke(C+D)">
41025         <size>1</size>
41026       </method>
41027       <method name="Void Test()">
41028         <size>69</size>
41029       </method>
41030     </type>
41031     <type name="C+D">
41032       <method name="Void .ctor(Object, IntPtr)">
41033         <size>0</size>
41034       </method>
41035       <method name="Void Invoke()">
41036         <size>0</size>
41037       </method>
41038       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41039         <size>0</size>
41040       </method>
41041       <method name="Void EndInvoke(IAsyncResult)">
41042         <size>0</size>
41043       </method>
41044     </type>
41045     <type name="C+&lt;Test&gt;c__AnonStorey0">
41046       <method name="Void .ctor()">
41047         <size>7</size>
41048       </method>
41049       <method name="Void &lt;&gt;m__0()">
41050         <size>108</size>
41051       </method>
41052       <method name="Void &lt;&gt;m__3()">
41053         <size>29</size>
41054       </method>
41055     </type>
41056     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
41057       <method name="Void .ctor()">
41058         <size>7</size>
41059       </method>
41060       <method name="Void &lt;&gt;m__1()">
41061         <size>18</size>
41062       </method>
41063       <method name="Void &lt;&gt;m__2()">
41064         <size>49</size>
41065       </method>
41066     </type>
41067   </test>
41068   <test name="test-anon-90.cs">
41069     <type name="C">
41070       <method name="Void .ctor()">
41071         <size>7</size>
41072       </method>
41073       <method name="Int32 Main()">
41074         <size>12</size>
41075       </method>
41076       <method name="Void Foo()">
41077         <size>27</size>
41078       </method>
41079     </type>
41080     <type name="C+D">
41081       <method name="Void .ctor(Object, IntPtr)">
41082         <size>0</size>
41083       </method>
41084       <method name="Void Invoke()">
41085         <size>0</size>
41086       </method>
41087       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41088         <size>0</size>
41089       </method>
41090       <method name="Void EndInvoke(IAsyncResult)">
41091         <size>0</size>
41092       </method>
41093     </type>
41094     <type name="C+&lt;Foo&gt;c__AnonStorey0">
41095       <method name="Void .ctor()">
41096         <size>7</size>
41097       </method>
41098       <method name="Void &lt;&gt;m__0()">
41099         <size>66</size>
41100       </method>
41101     </type>
41102     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
41103       <method name="Void .ctor()">
41104         <size>7</size>
41105       </method>
41106     </type>
41107     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
41108       <method name="Void .ctor()">
41109         <size>7</size>
41110       </method>
41111       <method name="Void &lt;&gt;m__1()">
41112         <size>32</size>
41113       </method>
41114     </type>
41115   </test>
41116   <test name="test-anon-91.cs">
41117     <type name="A">
41118       <method name="Void .ctor(Int32)">
41119         <size>27</size>
41120       </method>
41121     </type>
41122     <type name="C">
41123       <method name="Void .ctor()">
41124         <size>7</size>
41125       </method>
41126       <method name="Int32 Main()">
41127         <size>12</size>
41128       </method>
41129       <method name="Void SelectCommand(Int32)">
41130         <size>1</size>
41131       </method>
41132       <method name="Void Test()">
41133         <size>66</size>
41134       </method>
41135     </type>
41136     <type name="C+D">
41137       <method name="Void .ctor(Object, IntPtr)">
41138         <size>0</size>
41139       </method>
41140       <method name="Void Invoke()">
41141         <size>0</size>
41142       </method>
41143       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41144         <size>0</size>
41145       </method>
41146       <method name="Void EndInvoke(IAsyncResult)">
41147         <size>0</size>
41148       </method>
41149     </type>
41150     <type name="C+&lt;Test&gt;c__AnonStorey0">
41151       <method name="Void .ctor()">
41152         <size>7</size>
41153       </method>
41154       <method name="Void &lt;&gt;m__0()">
41155         <size>109</size>
41156       </method>
41157     </type>
41158     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
41159       <method name="Void .ctor()">
41160         <size>7</size>
41161       </method>
41162       <method name="Void &lt;&gt;m__1()">
41163         <size>23</size>
41164       </method>
41165     </type>
41166   </test>
41167   <test name="test-anon-92.cs">
41168     <type name="MainClass">
41169       <method name="Void Test(IEnumerable)">
41170         <size>33</size>
41171       </method>
41172       <method name="Int32 Main()">
41173         <size>21</size>
41174       </method>
41175       <method name="Void .ctor()">
41176         <size>7</size>
41177       </method>
41178     </type>
41179     <type name="D">
41180       <method name="Void Invoke()">
41181         <size>0</size>
41182       </method>
41183       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41184         <size>0</size>
41185       </method>
41186       <method name="Void EndInvoke(IAsyncResult)">
41187         <size>0</size>
41188       </method>
41189       <method name="Void .ctor(Object, IntPtr)">
41190         <size>0</size>
41191       </method>
41192     </type>
41193     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
41194       <method name="Void &lt;&gt;m__0()">
41195         <size>70</size>
41196       </method>
41197       <method name="Void .ctor()">
41198         <size>7</size>
41199       </method>
41200     </type>
41201   </test>
41202   <test name="test-cls-00.cs">
41203     <type name="CLSCLass_6">
41204       <method name="Void .ctor()">
41205         <size>18</size>
41206       </method>
41207       <method name="Void add_Disposed(Delegate)">
41208         <size>19</size>
41209       </method>
41210       <method name="Void remove_Disposed(Delegate)">
41211         <size>19</size>
41212       </method>
41213     </type>
41214     <type name="CLSDelegate">
41215       <method name="Void .ctor()">
41216         <size>7</size>
41217       </method>
41218     </type>
41219     <type name="CLSClass_5">
41220       <method name="Void .ctor()">
41221         <size>7</size>
41222       </method>
41223       <method name="UInt32 Test()">
41224         <size>2</size>
41225       </method>
41226     </type>
41227     <type name="CLSClass_4">
41228       <method name="Void .ctor()">
41229         <size>7</size>
41230       </method>
41231       <method name="UInt32 Test()">
41232         <size>2</size>
41233       </method>
41234     </type>
41235     <type name="CLSClass_3">
41236       <method name="Void .ctor()">
41237         <size>7</size>
41238       </method>
41239       <method name="UInt32 Test_3()">
41240         <size>2</size>
41241       </method>
41242     </type>
41243     <type name="CLSClass_2">
41244       <method name="Void .ctor()">
41245         <size>7</size>
41246       </method>
41247       <method name="SByte get_XX()">
41248         <size>2</size>
41249       </method>
41250     </type>
41251     <type name="CLSClass_1">
41252       <method name="Void .ctor()">
41253         <size>7</size>
41254       </method>
41255       <method name="UInt32 Valid()">
41256         <size>2</size>
41257       </method>
41258     </type>
41259     <type name="CLSClass">
41260       <method name="Void .ctor()">
41261         <size>7</size>
41262       </method>
41263       <method name="UInt64 Valid()">
41264         <size>3</size>
41265       </method>
41266       <method name="Byte get_XX()">
41267         <size>2</size>
41268       </method>
41269       <method name="UInt32 FooInternal()">
41270         <size>2</size>
41271       </method>
41272       <method name="UInt64 Foo()">
41273         <size>3</size>
41274       </method>
41275       <method name="Void Main()">
41276         <size>1</size>
41277       </method>
41278     </type>
41279     <type name="CLSClass+C1">
41280       <method name="Void .ctor()">
41281         <size>7</size>
41282       </method>
41283       <method name="Int64 Foo2()">
41284         <size>3</size>
41285       </method>
41286     </type>
41287     <type name="CLSClass+C1+C11">
41288       <method name="Void .ctor()">
41289         <size>7</size>
41290       </method>
41291       <method name="UInt64 Foo3()">
41292         <size>3</size>
41293       </method>
41294     </type>
41295     <type name="CLSClass+CLSClass_2">
41296       <method name="Void .ctor()">
41297         <size>7</size>
41298       </method>
41299       <method name="SByte get_XX()">
41300         <size>2</size>
41301       </method>
41302     </type>
41303     <type name="Delegate">
41304       <method name="Void .ctor(Object, IntPtr)">
41305         <size>0</size>
41306       </method>
41307       <method name="CLSDelegate Invoke()">
41308         <size>0</size>
41309       </method>
41310       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41311         <size>0</size>
41312       </method>
41313       <method name="CLSDelegate EndInvoke(IAsyncResult)">
41314         <size>0</size>
41315       </method>
41316     </type>
41317   </test>
41318   <test name="test-cls-01.cs">
41319     <type name="CLSClass">
41320       <method name="Void .ctor()">
41321         <size>7</size>
41322       </method>
41323       <method name="Byte get_XX()">
41324         <size>2</size>
41325       </method>
41326       <method name="Void Main()">
41327         <size>1</size>
41328       </method>
41329     </type>
41330     <type name="Big">
41331       <method name="Void .ctor()">
41332         <size>7</size>
41333       </method>
41334       <method name="Big op_Implicit(UInt32)">
41335         <size>2</size>
41336       </method>
41337     </type>
41338     <type name="C1">
41339       <method name="Void .ctor()">
41340         <size>7</size>
41341       </method>
41342       <method name="Void method(UInt32)">
41343         <size>1</size>
41344       </method>
41345     </type>
41346   </test>
41347   <test name="test-cls-02.cs">
41348     <type name="CLSClass">
41349       <method name="Void .ctor(UInt64)">
41350         <size>7</size>
41351       </method>
41352       <method name="Void .ctor(UInt32)">
41353         <size>7</size>
41354       </method>
41355       <method name="Void set_X_0(UInt64)">
41356         <size>1</size>
41357       </method>
41358       <method name="Void set_Item(UInt64, UInt64)">
41359         <size>1</size>
41360       </method>
41361       <method name="Void Main()">
41362         <size>1</size>
41363       </method>
41364     </type>
41365     <type name="InnerTypeClasss">
41366       <method name="Void .ctor()">
41367         <size>7</size>
41368       </method>
41369       <method name="Struct Method()">
41370         <size>10</size>
41371       </method>
41372     </type>
41373   </test>
41374   <test name="test-cls-03.cs">
41375     <type name="CLSClass">
41376       <method name="Void .ctor()">
41377         <size>7</size>
41378       </method>
41379       <method name="I1 Foo()">
41380         <size>2</size>
41381       </method>
41382       <method name="Void Main()">
41383         <size>1</size>
41384       </method>
41385     </type>
41386   </test>
41387   <test name="test-cls-05.cs">
41388     <type name="X1">
41389       <method name="Void .ctor()">
41390         <size>7</size>
41391       </method>
41392     </type>
41393     <type name="X2">
41394       <method name="Void .ctor()">
41395         <size>7</size>
41396       </method>
41397     </type>
41398     <type name="X3">
41399       <method name="Void .ctor()">
41400         <size>7</size>
41401       </method>
41402       <method name="Void bb(Boolean)">
41403         <size>1</size>
41404       </method>
41405       <method name="Void BB()">
41406         <size>1</size>
41407       </method>
41408     </type>
41409     <type name="X4">
41410       <method name="Void .ctor()">
41411         <size>7</size>
41412       </method>
41413       <method name="Void method(Int32)">
41414         <size>1</size>
41415       </method>
41416       <method name="Void method(Boolean)">
41417         <size>1</size>
41418       </method>
41419       <method name="Boolean method()">
41420         <size>2</size>
41421       </method>
41422     </type>
41423     <type name="BaseClass">
41424       <method name="Void .ctor()">
41425         <size>7</size>
41426       </method>
41427     </type>
41428     <type name="CLSClass">
41429       <method name="Void .ctor()">
41430         <size>7</size>
41431       </method>
41432       <method name="Void .ctor(Int32)">
41433         <size>7</size>
41434       </method>
41435       <method name="Void Method()">
41436         <size>1</size>
41437       </method>
41438       <method name="Int32 Method(Boolean)">
41439         <size>2</size>
41440       </method>
41441       <method name="Void methoD()">
41442         <size>1</size>
41443       </method>
41444       <method name="Void Main()">
41445         <size>1</size>
41446       </method>
41447       <method name="CLSClass op_Implicit(Boolean)">
41448         <size>7</size>
41449       </method>
41450       <method name="CLSClass op_Implicit(Int32)">
41451         <size>7</size>
41452       </method>
41453     </type>
41454     <type name="oBject">
41455       <method name="Void .ctor()">
41456         <size>7</size>
41457       </method>
41458     </type>
41459     <type name="A.C1">
41460       <method name="Void .ctor()">
41461         <size>7</size>
41462       </method>
41463     </type>
41464     <type name="B.c1">
41465       <method name="Void .ctor()">
41466         <size>7</size>
41467       </method>
41468     </type>
41469     <type name="c1">
41470       <method name="Void .ctor()">
41471         <size>7</size>
41472       </method>
41473     </type>
41474     <type name="CLSClass_2">
41475       <method name="Void .ctor()">
41476         <size>7</size>
41477       </method>
41478       <method name="Void Method()">
41479         <size>1</size>
41480       </method>
41481       <method name="Void method()">
41482         <size>1</size>
41483       </method>
41484     </type>
41485     <type name="System.sByte">
41486       <method name="Void .ctor()">
41487         <size>7</size>
41488       </method>
41489     </type>
41490     <type name="System.Web.HttpBrowserCapabilities">
41491       <method name="Void .ctor()">
41492         <size>7</size>
41493       </method>
41494     </type>
41495   </test>
41496   <test name="test-cls-06.cs">
41497     <type name="CLSClass">
41498       <method name="Void .ctor()">
41499         <size>7</size>
41500       </method>
41501       <method name="Void Main()">
41502         <size>1</size>
41503       </method>
41504     </type>
41505     <type name="CLSClass_2">
41506       <method name="Void .ctor(Int32[,,])">
41507         <size>7</size>
41508       </method>
41509       <method name="Void .ctor(Int32[,])">
41510         <size>7</size>
41511       </method>
41512       <method name="Void Test(System.Int32[,], Int32)">
41513         <size>1</size>
41514       </method>
41515       <method name="Void Test(System.Int32[,,], Boolean)">
41516         <size>1</size>
41517       </method>
41518     </type>
41519     <type name="X1">
41520       <method name="Void .ctor()">
41521         <size>7</size>
41522       </method>
41523       <method name="Void M2(Int32)">
41524         <size>1</size>
41525       </method>
41526     </type>
41527     <type name="X2">
41528       <method name="Void .ctor()">
41529         <size>7</size>
41530       </method>
41531       <method name="Void M2(Int32 ByRef)">
41532         <size>1</size>
41533       </method>
41534     </type>
41535     <type name="CLSClass+MyDelegate">
41536       <method name="Void .ctor(Object, IntPtr)">
41537         <size>0</size>
41538       </method>
41539       <method name="UInt32 Invoke()">
41540         <size>0</size>
41541       </method>
41542       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41543         <size>0</size>
41544       </method>
41545       <method name="UInt32 EndInvoke(IAsyncResult)">
41546         <size>0</size>
41547       </method>
41548     </type>
41549     <type name="MyDelegate">
41550       <method name="Void .ctor(Object, IntPtr)">
41551         <size>0</size>
41552       </method>
41553       <method name="UInt32 Invoke()">
41554         <size>0</size>
41555       </method>
41556       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41557         <size>0</size>
41558       </method>
41559       <method name="UInt32 EndInvoke(IAsyncResult)">
41560         <size>0</size>
41561       </method>
41562     </type>
41563   </test>
41564   <test name="test-cls-07.cs">
41565     <type name="aa.I1">
41566       <method name="Void .ctor()">
41567         <size>7</size>
41568       </method>
41569     </type>
41570     <type name="CLSClass">
41571       <method name="Void .ctor()">
41572         <size>7</size>
41573       </method>
41574       <method name="Void Main()">
41575         <size>1</size>
41576       </method>
41577     </type>
41578   </test>
41579   <test name="test-cls-10.cs">
41580     <type name="MainClass">
41581       <method name="Void .ctor()">
41582         <size>7</size>
41583       </method>
41584       <method name="Void Main()">
41585         <size>1</size>
41586       </method>
41587     </type>
41588   </test>
41589   <test name="test-cls-11.cs">
41590     <type name="CLSClass">
41591       <method name="Void .ctor()">
41592         <size>7</size>
41593       </method>
41594       <method name="Void Test(IComparable)">
41595         <size>0</size>
41596       </method>
41597     </type>
41598     <type name="CLSCLass_2">
41599       <method name="Void .ctor()">
41600         <size>7</size>
41601       </method>
41602       <method name="Void Test()">
41603         <size>0</size>
41604       </method>
41605     </type>
41606     <type name="CLSClass_3">
41607       <method name="Void .ctor()">
41608         <size>7</size>
41609       </method>
41610       <method name="Void Test()">
41611         <size>0</size>
41612       </method>
41613     </type>
41614     <type name="MainClass">
41615       <method name="Void .ctor()">
41616         <size>7</size>
41617       </method>
41618       <method name="Void Main()">
41619         <size>1</size>
41620       </method>
41621     </type>
41622   </test>
41623   <test name="test-cls-12.cs">
41624     <type name="MainClass">
41625       <method name="Void .ctor()">
41626         <size>7</size>
41627       </method>
41628       <method name="Void Main()">
41629         <size>1</size>
41630       </method>
41631     </type>
41632   </test>
41633   <test name="test-cls-14.cs">
41634     <type name="CLSClass">
41635       <method name="Void .ctor()">
41636         <size>7</size>
41637       </method>
41638       <method name="Void Error(Boolean)">
41639         <size>1</size>
41640       </method>
41641       <method name="CLSClass op_Implicit(Byte)">
41642         <size>6</size>
41643       </method>
41644     </type>
41645     <type name="MainClass">
41646       <method name="Void .ctor()">
41647         <size>7</size>
41648       </method>
41649       <method name="Void Main()">
41650         <size>1</size>
41651       </method>
41652     </type>
41653   </test>
41654   <test name="test-cls-15.cs">
41655     <type name="CLSAttribute_1">
41656       <method name="Void .ctor(Int32[])">
41657         <size>7</size>
41658       </method>
41659       <method name="Void .ctor(Int32)">
41660         <size>7</size>
41661       </method>
41662     </type>
41663     <type name="CLSAttribute_2">
41664       <method name="Void .ctor(Int32)">
41665         <size>7</size>
41666       </method>
41667     </type>
41668     <type name="CLSAttribute_3">
41669       <method name="Void .ctor(Int32[])">
41670         <size>7</size>
41671       </method>
41672     </type>
41673     <type name="CLSAttribute_4">
41674       <method name="Void .ctor(Int32[])">
41675         <size>7</size>
41676       </method>
41677     </type>
41678     <type name="ClassMain">
41679       <method name="Void .ctor()">
41680         <size>7</size>
41681       </method>
41682       <method name="Void Main()">
41683         <size>1</size>
41684       </method>
41685     </type>
41686   </test>
41687   <test name="test-cls-16.cs">
41688     <type name="CLSAttribute">
41689       <method name="Void .ctor(Boolean[])">
41690         <size>7</size>
41691       </method>
41692     </type>
41693     <type name="ClassMain">
41694       <method name="Void .ctor()">
41695         <size>7</size>
41696       </method>
41697       <method name="Void Main()">
41698         <size>1</size>
41699       </method>
41700     </type>
41701   </test>
41702   <test name="test-cls-17.cs">
41703     <type name="Foo">
41704       <method name="Void .ctor()">
41705         <size>7</size>
41706       </method>
41707       <method name="Void Main()">
41708         <size>1</size>
41709       </method>
41710     </type>
41711   </test>
41712   <test name="test-cls-18.cs">
41713     <type name="Base">
41714       <method name="Void .ctor()">
41715         <size>7</size>
41716       </method>
41717       <method name="Void Test(System.Int32[])">
41718         <size>1</size>
41719       </method>
41720     </type>
41721     <type name="CLSClass">
41722       <method name="Void .ctor()">
41723         <size>7</size>
41724       </method>
41725       <method name="Void Test(System.Int32[])">
41726         <size>1</size>
41727       </method>
41728       <method name="Void Main()">
41729         <size>1</size>
41730       </method>
41731     </type>
41732   </test>
41733   <test name="test-externalias-01.cs">
41734     <type name="Test">
41735       <method name="Void .ctor()">
41736         <size>7</size>
41737       </method>
41738       <method name="Int32 Main()">
41739         <size>64</size>
41740       </method>
41741     </type>
41742   </test>
41743   <test name="test-externalias-02.cs">
41744     <type name="Test">
41745       <method name="Void .ctor()">
41746         <size>7</size>
41747       </method>
41748       <method name="Int32 Main()">
41749         <size>64</size>
41750       </method>
41751     </type>
41752   </test>
41753   <test name="test-externalias-03.cs">
41754     <type name="Test">
41755       <method name="Void .ctor()">
41756         <size>7</size>
41757       </method>
41758       <method name="Int32 Main()">
41759         <size>64</size>
41760       </method>
41761     </type>
41762   </test>
41763   <test name="test-externalias-04.cs">
41764     <type name="Test">
41765       <method name="Void .ctor()">
41766         <size>7</size>
41767       </method>
41768       <method name="Int32 Main()">
41769         <size>64</size>
41770       </method>
41771     </type>
41772   </test>
41773   <test name="test-externalias-05.cs">
41774     <type name="Test">
41775       <method name="Void .ctor()">
41776         <size>7</size>
41777       </method>
41778       <method name="Void Main()">
41779         <size>21</size>
41780       </method>
41781     </type>
41782   </test>
41783   <test name="test-externalias-06.cs">
41784     <type name="MyAssembly01.Test">
41785       <method name="Void .ctor()">
41786         <size>7</size>
41787       </method>
41788     </type>
41789     <type name="MyAssembly01.Namespace1.Test">
41790       <method name="Void .ctor()">
41791         <size>7</size>
41792       </method>
41793     </type>
41794     <type name="MyAssembly02.Test">
41795       <method name="Void .ctor()">
41796         <size>7</size>
41797       </method>
41798     </type>
41799     <type name="MyAssembly02.Namespace1.Test">
41800       <method name="Void .ctor()">
41801         <size>7</size>
41802       </method>
41803     </type>
41804     <type name="Test">
41805       <method name="Void .ctor()">
41806         <size>7</size>
41807       </method>
41808       <method name="Void Main()">
41809         <size>1</size>
41810       </method>
41811     </type>
41812   </test>
41813   <test name="test-externalias-07.cs">
41814     <type name="NS.MyClass">
41815       <method name="Void .ctor()">
41816         <size>7</size>
41817       </method>
41818       <method name="Int32 GetInt()">
41819         <size>6</size>
41820       </method>
41821     </type>
41822     <type name="Test">
41823       <method name="Void .ctor()">
41824         <size>7</size>
41825       </method>
41826       <method name="Int32 Main()">
41827         <size>15</size>
41828       </method>
41829     </type>
41830   </test>
41831   <test name="test-externalias-08.cs">
41832     <type name="Test">
41833       <method name="Void .ctor()">
41834         <size>7</size>
41835       </method>
41836       <method name="Int32 Main()">
41837         <size>54</size>
41838       </method>
41839     </type>
41840   </test>
41841   <test name="test-externalias-09.cs">
41842     <type name="Test">
41843       <method name="Void .ctor()">
41844         <size>7</size>
41845       </method>
41846       <method name="Int32 Main()">
41847         <size>8</size>
41848       </method>
41849     </type>
41850   </test>
41851   <test name="test-iter-01.cs">
41852     <type name="X">
41853       <method name="Void .ctor()">
41854         <size>7</size>
41855       </method>
41856       <method name="IEnumerator GetIt()">
41857         <size>8</size>
41858       </method>
41859       <method name="IEnumerable GetIt2()">
41860         <size>16</size>
41861       </method>
41862       <method name="Int32 Main()">
41863         <size>171</size>
41864       </method>
41865     </type>
41866     <type name="X+&lt;GetIt&gt;c__Iterator0">
41867       <method name="Void .ctor()">
41868         <size>7</size>
41869       </method>
41870       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41871         <size>7</size>
41872       </method>
41873       <method name="Boolean MoveNext()">
41874         <size>126</size>
41875       </method>
41876       <method name="Void Dispose()">
41877         <size>8</size>
41878       </method>
41879       <method name="Void Reset()">
41880         <size>6</size>
41881       </method>
41882     </type>
41883     <type name="X+&lt;GetIt2&gt;c__Iterator1">
41884       <method name="Void .ctor()">
41885         <size>7</size>
41886       </method>
41887       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41888         <size>7</size>
41889       </method>
41890       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41891         <size>7</size>
41892       </method>
41893       <method name="Boolean MoveNext()">
41894         <size>126</size>
41895       </method>
41896       <method name="Void Dispose()">
41897         <size>8</size>
41898       </method>
41899       <method name="Void Reset()">
41900         <size>6</size>
41901       </method>
41902     </type>
41903     <type name="X+&lt;GetIt&gt;c__Iterator0">
41904       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41905         <size>7</size>
41906       </method>
41907     </type>
41908     <type name="X+&lt;GetIt2&gt;c__Iterator1">
41909       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41910         <size>7</size>
41911       </method>
41912       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
41913         <size>26</size>
41914       </method>
41915     </type>
41916   </test>
41917   <test name="test-iter-02.cs">
41918     <type name="X">
41919       <method name="Void .ctor()">
41920         <size>7</size>
41921       </method>
41922       <method name="IEnumerator GetRange()">
41923         <size>8</size>
41924       </method>
41925       <method name="Int32 Main()">
41926         <size>88</size>
41927       </method>
41928     </type>
41929     <type name="X+&lt;GetRange&gt;c__Iterator0">
41930       <method name="Void .ctor()">
41931         <size>7</size>
41932       </method>
41933       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41934         <size>7</size>
41935       </method>
41936       <method name="Boolean MoveNext()">
41937         <size>173</size>
41938       </method>
41939       <method name="Void Dispose()">
41940         <size>8</size>
41941       </method>
41942       <method name="Void Reset()">
41943         <size>6</size>
41944       </method>
41945       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
41946         <size>7</size>
41947       </method>
41948     </type>
41949   </test>
41950   <test name="test-iter-03.cs">
41951     <type name="X">
41952       <method name="Void .ctor()">
41953         <size>7</size>
41954       </method>
41955       <method name="IEnumerable GetIt(System.Int32[])">
41956         <size>30</size>
41957       </method>
41958       <method name="IEnumerable GetMulti(System.Int32[,])">
41959         <size>30</size>
41960       </method>
41961       <method name="Int32 Main()">
41962         <size>244</size>
41963       </method>
41964     </type>
41965     <type name="&lt;PrivateImplementationDetails&gt;">
41966       <method name="Void .ctor()">
41967         <size>7</size>
41968       </method>
41969     </type>
41970     <type name="X+&lt;GetIt&gt;c__Iterator0">
41971       <method name="Void .ctor()">
41972         <size>7</size>
41973       </method>
41974       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41975         <size>7</size>
41976       </method>
41977       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41978         <size>7</size>
41979       </method>
41980       <method name="Boolean MoveNext()">
41981         <size>151</size>
41982       </method>
41983       <method name="Void Dispose()">
41984         <size>8</size>
41985       </method>
41986       <method name="Void Reset()">
41987         <size>6</size>
41988       </method>
41989     </type>
41990     <type name="X+&lt;GetMulti&gt;c__Iterator1">
41991       <method name="Void .ctor()">
41992         <size>7</size>
41993       </method>
41994       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41995         <size>7</size>
41996       </method>
41997       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
41998         <size>7</size>
41999       </method>
42000       <method name="Boolean MoveNext()">
42001         <size>238</size>
42002       </method>
42003       <method name="Void Dispose()">
42004         <size>8</size>
42005       </method>
42006       <method name="Void Reset()">
42007         <size>6</size>
42008       </method>
42009     </type>
42010     <type name="X+&lt;GetIt&gt;c__Iterator0">
42011       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42012         <size>7</size>
42013       </method>
42014       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42015         <size>40</size>
42016       </method>
42017     </type>
42018     <type name="X+&lt;GetMulti&gt;c__Iterator1">
42019       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42020         <size>7</size>
42021       </method>
42022       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42023         <size>40</size>
42024       </method>
42025     </type>
42026   </test>
42027   <test name="test-iter-04.cs">
42028     <type name="X">
42029       <method name="Void .ctor()">
42030         <size>7</size>
42031       </method>
42032       <method name="IEnumerable GetRange(Int32, Int32)">
42033         <size>44</size>
42034       </method>
42035       <method name="Void Main()">
42036         <size>98</size>
42037       </method>
42038     </type>
42039     <type name="X+&lt;GetRange&gt;c__Iterator0">
42040       <method name="Void .ctor()">
42041         <size>7</size>
42042       </method>
42043       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42044         <size>7</size>
42045       </method>
42046       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42047         <size>7</size>
42048       </method>
42049       <method name="Boolean MoveNext()">
42050         <size>123</size>
42051       </method>
42052       <method name="Void Dispose()">
42053         <size>8</size>
42054       </method>
42055       <method name="Void Reset()">
42056         <size>6</size>
42057       </method>
42058       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42059         <size>7</size>
42060       </method>
42061       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42062         <size>52</size>
42063       </method>
42064     </type>
42065   </test>
42066   <test name="test-iter-05.cs">
42067     <type name="X">
42068       <method name="Void .ctor()">
42069         <size>7</size>
42070       </method>
42071       <method name="IEnumerable GetIt()">
42072         <size>16</size>
42073       </method>
42074       <method name="Int32 Main()">
42075         <size>104</size>
42076       </method>
42077     </type>
42078     <type name="List">
42079       <method name="Void .ctor(Int32)">
42080         <size>19</size>
42081       </method>
42082       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42083         <size>12</size>
42084       </method>
42085       <method name="Void Add(Int32)">
42086         <size>26</size>
42087       </method>
42088       <method name="MyEnumerator GetEnumerator()">
42089         <size>7</size>
42090       </method>
42091     </type>
42092     <type name="X+&lt;GetIt&gt;c__Iterator0">
42093       <method name="Void .ctor()">
42094         <size>7</size>
42095       </method>
42096       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42097         <size>7</size>
42098       </method>
42099       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42100         <size>7</size>
42101       </method>
42102       <method name="Boolean MoveNext()">
42103         <size>183</size>
42104       </method>
42105       <method name="Void Dispose()">
42106         <size>8</size>
42107       </method>
42108       <method name="Void Reset()">
42109         <size>6</size>
42110       </method>
42111     </type>
42112     <type name="List+MyEnumerator">
42113       <method name="Void .ctor(List)">
42114         <size>15</size>
42115       </method>
42116       <method name="System.Object get_Current()">
42117         <size>24</size>
42118       </method>
42119       <method name="Boolean MoveNext()">
42120         <size>31</size>
42121       </method>
42122       <method name="Void Reset()">
42123         <size>8</size>
42124       </method>
42125     </type>
42126     <type name="X+&lt;GetIt&gt;c__Iterator0">
42127       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42128         <size>7</size>
42129       </method>
42130       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42131         <size>26</size>
42132       </method>
42133     </type>
42134   </test>
42135   <test name="test-iter-06.cs">
42136     <type name="X">
42137       <method name="Void .ctor()">
42138         <size>7</size>
42139       </method>
42140       <method name="IEnumerable Get(Int32)">
42141         <size>30</size>
42142       </method>
42143       <method name="IEnumerable GetS(Int32)">
42144         <size>30</size>
42145       </method>
42146       <method name="Int32 Main()">
42147         <size>399</size>
42148       </method>
42149     </type>
42150     <type name="S+&lt;Get&gt;c__Iterator0">
42151       <method name="Void .ctor()">
42152         <size>7</size>
42153       </method>
42154       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42155         <size>7</size>
42156       </method>
42157       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42158         <size>7</size>
42159       </method>
42160       <method name="Boolean MoveNext()">
42161         <size>183</size>
42162       </method>
42163       <method name="Void Dispose()">
42164         <size>8</size>
42165       </method>
42166       <method name="Void Reset()">
42167         <size>6</size>
42168       </method>
42169     </type>
42170     <type name="S+&lt;GetS&gt;c__Iterator1">
42171       <method name="Void .ctor()">
42172         <size>7</size>
42173       </method>
42174       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42175         <size>7</size>
42176       </method>
42177       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42178         <size>7</size>
42179       </method>
42180       <method name="Boolean MoveNext()">
42181         <size>136</size>
42182       </method>
42183       <method name="Void Dispose()">
42184         <size>8</size>
42185       </method>
42186       <method name="Void Reset()">
42187         <size>6</size>
42188       </method>
42189     </type>
42190     <type name="X+&lt;Get&gt;c__Iterator2">
42191       <method name="Void .ctor()">
42192         <size>7</size>
42193       </method>
42194       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42195         <size>7</size>
42196       </method>
42197       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42198         <size>7</size>
42199       </method>
42200       <method name="Boolean MoveNext()">
42201         <size>131</size>
42202       </method>
42203       <method name="Void Dispose()">
42204         <size>8</size>
42205       </method>
42206       <method name="Void Reset()">
42207         <size>6</size>
42208       </method>
42209     </type>
42210     <type name="X+&lt;GetS&gt;c__Iterator3">
42211       <method name="Void .ctor()">
42212         <size>7</size>
42213       </method>
42214       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42215         <size>7</size>
42216       </method>
42217       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42218         <size>7</size>
42219       </method>
42220       <method name="Boolean MoveNext()">
42221         <size>136</size>
42222       </method>
42223       <method name="Void Dispose()">
42224         <size>8</size>
42225       </method>
42226       <method name="Void Reset()">
42227         <size>6</size>
42228       </method>
42229     </type>
42230     <type name="S">
42231       <method name="IEnumerable Get(Int32)">
42232         <size>42</size>
42233       </method>
42234       <method name="IEnumerable GetS(Int32)">
42235         <size>30</size>
42236       </method>
42237     </type>
42238     <type name="S+&lt;Get&gt;c__Iterator0">
42239       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42240         <size>7</size>
42241       </method>
42242       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42243         <size>52</size>
42244       </method>
42245     </type>
42246     <type name="S+&lt;GetS&gt;c__Iterator1">
42247       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42248         <size>7</size>
42249       </method>
42250       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42251         <size>40</size>
42252       </method>
42253     </type>
42254     <type name="X+&lt;Get&gt;c__Iterator2">
42255       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42256         <size>7</size>
42257       </method>
42258       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42259         <size>40</size>
42260       </method>
42261     </type>
42262     <type name="X+&lt;GetS&gt;c__Iterator3">
42263       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42264         <size>7</size>
42265       </method>
42266       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42267         <size>40</size>
42268       </method>
42269     </type>
42270   </test>
42271   <test name="test-iter-07.cs">
42272     <type name="Test">
42273       <method name="Void .ctor()">
42274         <size>7</size>
42275       </method>
42276       <method name="IEnumerable Foo(Int32)">
42277         <size>30</size>
42278       </method>
42279     </type>
42280     <type name="X">
42281       <method name="Void .ctor()">
42282         <size>7</size>
42283       </method>
42284       <method name="Int32 Main()">
42285         <size>372</size>
42286       </method>
42287     </type>
42288     <type name="Test+&lt;Foo&gt;c__Iterator0">
42289       <method name="Void .ctor()">
42290         <size>7</size>
42291       </method>
42292       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42293         <size>7</size>
42294       </method>
42295       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42296         <size>7</size>
42297       </method>
42298       <method name="Boolean MoveNext()">
42299         <size>253</size>
42300       </method>
42301       <method name="Void Dispose()">
42302         <size>112</size>
42303       </method>
42304       <method name="Void Reset()">
42305         <size>6</size>
42306       </method>
42307       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42308         <size>7</size>
42309       </method>
42310       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42311         <size>40</size>
42312       </method>
42313     </type>
42314   </test>
42315   <test name="test-iter-08.cs">
42316     <type name="Foo">
42317       <method name="Void .ctor(Int32)">
42318         <size>14</size>
42319       </method>
42320       <method name="Void Dispose()">
42321         <size>8</size>
42322       </method>
42323     </type>
42324     <type name="X">
42325       <method name="Void .ctor()">
42326         <size>7</size>
42327       </method>
42328       <method name="IEnumerable Test(Int32, Int32)">
42329         <size>44</size>
42330       </method>
42331       <method name="Int32 Main()">
42332         <size>167</size>
42333       </method>
42334     </type>
42335     <type name="X+&lt;Test&gt;c__Iterator0">
42336       <method name="Void .ctor()">
42337         <size>7</size>
42338       </method>
42339       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42340         <size>7</size>
42341       </method>
42342       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42343         <size>7</size>
42344       </method>
42345       <method name="Boolean MoveNext()">
42346         <size>360</size>
42347       </method>
42348       <method name="Void Dispose()">
42349         <size>102</size>
42350       </method>
42351       <method name="Void Reset()">
42352         <size>6</size>
42353       </method>
42354       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42355         <size>7</size>
42356       </method>
42357       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42358         <size>52</size>
42359       </method>
42360     </type>
42361   </test>
42362   <test name="test-iter-09.cs">
42363     <type name="Tester">
42364       <method name="Void .ctor()">
42365         <size>153</size>
42366       </method>
42367       <method name="IEnumerator GetEnumerator()">
42368         <size>15</size>
42369       </method>
42370     </type>
42371     <type name="Test">
42372       <method name="Void .ctor()">
42373         <size>7</size>
42374       </method>
42375       <method name="Int32 Main()">
42376         <size>268</size>
42377       </method>
42378     </type>
42379     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
42380       <method name="Void .ctor()">
42381         <size>7</size>
42382       </method>
42383       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42384         <size>7</size>
42385       </method>
42386       <method name="Boolean MoveNext()">
42387         <size>623</size>
42388       </method>
42389       <method name="Void Dispose()">
42390         <size>82</size>
42391       </method>
42392       <method name="Void Reset()">
42393         <size>6</size>
42394       </method>
42395       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42396         <size>7</size>
42397       </method>
42398     </type>
42399   </test>
42400   <test name="test-iter-10.cs">
42401     <type name="X">
42402       <method name="Void .ctor()">
42403         <size>7</size>
42404       </method>
42405       <method name="IEnumerator get_GetIt()">
42406         <size>8</size>
42407       </method>
42408       <method name="Void set_GetIt(IEnumerator)">
42409         <size>1</size>
42410       </method>
42411       <method name="IEnumerable get_Item(Int32)">
42412         <size>30</size>
42413       </method>
42414       <method name="Void set_Item(Int32, IEnumerable)">
42415         <size>1</size>
42416       </method>
42417       <method name="Int32 Main()">
42418         <size>184</size>
42419       </method>
42420     </type>
42421     <type name="X+&lt;&gt;c__Iterator0">
42422       <method name="Void .ctor()">
42423         <size>7</size>
42424       </method>
42425       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42426         <size>7</size>
42427       </method>
42428       <method name="Boolean MoveNext()">
42429         <size>126</size>
42430       </method>
42431       <method name="Void Dispose()">
42432         <size>8</size>
42433       </method>
42434       <method name="Void Reset()">
42435         <size>6</size>
42436       </method>
42437     </type>
42438     <type name="X+&lt;&gt;c__Iterator1">
42439       <method name="Void .ctor()">
42440         <size>7</size>
42441       </method>
42442       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42443         <size>7</size>
42444       </method>
42445       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42446         <size>7</size>
42447       </method>
42448       <method name="Boolean MoveNext()">
42449         <size>147</size>
42450       </method>
42451       <method name="Void Dispose()">
42452         <size>8</size>
42453       </method>
42454       <method name="Void Reset()">
42455         <size>6</size>
42456       </method>
42457     </type>
42458     <type name="X+&lt;&gt;c__Iterator0">
42459       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42460         <size>7</size>
42461       </method>
42462     </type>
42463     <type name="X+&lt;&gt;c__Iterator1">
42464       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42465         <size>7</size>
42466       </method>
42467       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42468         <size>40</size>
42469       </method>
42470     </type>
42471   </test>
42472   <test name="test-iter-11.cs">
42473     <type name="X">
42474       <method name="Void .ctor()">
42475         <size>7</size>
42476       </method>
42477       <method name="Void add_Hook(System.EventHandler)">
42478         <size>24</size>
42479       </method>
42480       <method name="Void remove_Hook(System.EventHandler)">
42481         <size>24</size>
42482       </method>
42483       <method name="IEnumerator Pipeline()">
42484         <size>15</size>
42485       </method>
42486       <method name="Void M(System.Object, System.EventArgs)">
42487         <size>11</size>
42488       </method>
42489       <method name="Void Main()">
42490         <size>55</size>
42491       </method>
42492     </type>
42493     <type name="X+&lt;Pipeline&gt;c__Iterator0">
42494       <method name="Void .ctor()">
42495         <size>7</size>
42496       </method>
42497       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42498         <size>7</size>
42499       </method>
42500       <method name="Boolean MoveNext()">
42501         <size>124</size>
42502       </method>
42503       <method name="Void Dispose()">
42504         <size>8</size>
42505       </method>
42506       <method name="Void Reset()">
42507         <size>6</size>
42508       </method>
42509       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42510         <size>7</size>
42511       </method>
42512     </type>
42513   </test>
42514   <test name="test-iter-12.cs">
42515     <type name="X">
42516       <method name="Void .ctor()">
42517         <size>7</size>
42518       </method>
42519       <method name="IEnumerable a()">
42520         <size>23</size>
42521       </method>
42522       <method name="Void Main()">
42523         <size>1</size>
42524       </method>
42525     </type>
42526     <type name="X+&lt;a&gt;c__Iterator0">
42527       <method name="Void .ctor()">
42528         <size>7</size>
42529       </method>
42530       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42531         <size>7</size>
42532       </method>
42533       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42534         <size>7</size>
42535       </method>
42536       <method name="Boolean MoveNext()">
42537         <size>165</size>
42538       </method>
42539       <method name="Void Dispose()">
42540         <size>55</size>
42541       </method>
42542       <method name="Void Reset()">
42543         <size>6</size>
42544       </method>
42545       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42546         <size>7</size>
42547       </method>
42548       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42549         <size>40</size>
42550       </method>
42551     </type>
42552   </test>
42553   <test name="test-iter-13.cs">
42554     <type name="Test">
42555       <method name="Void .ctor()">
42556         <size>7</size>
42557       </method>
42558       <method name="Void .cctor()">
42559         <size>11</size>
42560       </method>
42561       <method name="Void Main()">
42562         <size>1</size>
42563       </method>
42564       <method name="IEnumerable syntax_error(System.Object, System.Object)">
42565         <size>16</size>
42566       </method>
42567     </type>
42568     <type name="Test+Yp">
42569       <method name="Void .ctor()">
42570         <size>7</size>
42571       </method>
42572       <method name="IEnumerable fail()">
42573         <size>2</size>
42574       </method>
42575     </type>
42576     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
42577       <method name="Void .ctor()">
42578         <size>7</size>
42579       </method>
42580       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42581         <size>7</size>
42582       </method>
42583       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42584         <size>7</size>
42585       </method>
42586       <method name="Boolean MoveNext()">
42587         <size>27</size>
42588       </method>
42589       <method name="Void Dispose()">
42590         <size>8</size>
42591       </method>
42592       <method name="Void Reset()">
42593         <size>6</size>
42594       </method>
42595       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
42596         <size>7</size>
42597       </method>
42598       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
42599         <size>26</size>
42600       </method>
42601     </type>
42602   </test>
42603   <test name="test-named-01.cs">
42604     <type name="A">
42605       <method name="Void .ctor()">
42606         <size>13</size>
42607       </method>
42608       <method name="Void .ctor(Object)">
42609         <size>7</size>
42610       </method>
42611       <method name="Void set_Item(Int32, Int32)">
42612         <size>8</size>
42613       </method>
42614     </type>
42615     <type name="B">
42616       <method name="Void .ctor()">
42617         <size>12</size>
42618       </method>
42619       <method name="Void set_Item(Int32, Int32)">
42620         <size>11</size>
42621       </method>
42622     </type>
42623     <type name="XAttribute">
42624       <method name="Void .ctor(Int32)">
42625         <size>7</size>
42626       </method>
42627     </type>
42628     <type name="M">
42629       <method name="Void .ctor()">
42630         <size>7</size>
42631       </method>
42632       <method name="Void Foo(Int32)">
42633         <size>1</size>
42634       </method>
42635       <method name="Int32 Main()">
42636         <size>48</size>
42637       </method>
42638     </type>
42639   </test>
42640   <test name="test-named-02.cs">
42641     <type name="A">
42642       <method name="Void .ctor()">
42643         <size>7</size>
42644       </method>
42645       <method name="Void set_Item(Int32, Int32)">
42646         <size>29</size>
42647       </method>
42648       <method name="Int32 get_Item(Int32)">
42649         <size>28</size>
42650       </method>
42651     </type>
42652     <type name="MyPoint">
42653       <method name="Void .ctor(Int32, Int32)">
42654         <size>15</size>
42655       </method>
42656     </type>
42657     <type name="C">
42658       <method name="Void .ctor()">
42659         <size>7</size>
42660       </method>
42661       <method name="Decimal Foo(Decimal, Decimal)">
42662         <size>2</size>
42663       </method>
42664       <method name="System.String Bar(Int32, System.String, Char)">
42665         <size>20</size>
42666       </method>
42667       <method name="Int32 Test(Int32, Int32)">
42668         <size>30</size>
42669       </method>
42670       <method name="Int32 Main()">
42671         <size>279</size>
42672       </method>
42673     </type>
42674   </test>
42675   <test name="test-named-03.cs">
42676     <type name="C">
42677       <method name="Void .ctor()">
42678         <size>7</size>
42679       </method>
42680       <method name="Int32 TestInt(Int32)">
42681         <size>3</size>
42682       </method>
42683       <method name="Int32 Main()">
42684         <size>23</size>
42685       </method>
42686     </type>
42687     <type name="C+IntDelegate">
42688       <method name="Void .ctor(Object, IntPtr)">
42689         <size>0</size>
42690       </method>
42691       <method name="Int32 Invoke(Int32)">
42692         <size>0</size>
42693       </method>
42694       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42695         <size>0</size>
42696       </method>
42697       <method name="Int32 EndInvoke(IAsyncResult)">
42698         <size>0</size>
42699       </method>
42700     </type>
42701   </test>
42702   <test name="test-partial-01.cs">
42703     <type name="Foo.Hello">
42704       <method name="Void .ctor()">
42705         <size>7</size>
42706       </method>
42707       <method name="Void .cctor()">
42708         <size>7</size>
42709       </method>
42710     </type>
42711     <type name="Bar.Hello">
42712       <method name="Void .ctor()">
42713         <size>7</size>
42714       </method>
42715       <method name="Void .cctor()">
42716         <size>8</size>
42717       </method>
42718     </type>
42719     <type name="X.Test">
42720       <method name="Void .ctor()">
42721         <size>7</size>
42722       </method>
42723       <method name="Int32 FooWorld()">
42724         <size>6</size>
42725       </method>
42726       <method name="Int32 BarWorld()">
42727         <size>6</size>
42728       </method>
42729     </type>
42730     <type name="Y">
42731       <method name="Void .ctor()">
42732         <size>7</size>
42733       </method>
42734       <method name="Int32 Main()">
42735         <size>29</size>
42736       </method>
42737     </type>
42738   </test>
42739   <test name="test-partial-02.cs">
42740     <type name="Test1.Base">
42741       <method name="Void .ctor()">
42742         <size>7</size>
42743       </method>
42744     </type>
42745     <type name="Test1.Foo">
42746       <method name="Void .ctor()">
42747         <size>7</size>
42748       </method>
42749     </type>
42750     <type name="Test2.Foo">
42751       <method name="Void .ctor()">
42752         <size>7</size>
42753       </method>
42754     </type>
42755     <type name="ReflectedType">
42756       <method name="Void .ctor()">
42757         <size>7</size>
42758       </method>
42759     </type>
42760     <type name="D">
42761       <method name="Void .ctor()">
42762         <size>7</size>
42763       </method>
42764     </type>
42765     <type name="X">
42766       <method name="Void .ctor()">
42767         <size>7</size>
42768       </method>
42769       <method name="Void Main()">
42770         <size>1</size>
42771       </method>
42772     </type>
42773   </test>
42774   <test name="test-partial-03.cs">
42775     <type name="Test">
42776       <method name="Void .ctor()">
42777         <size>18</size>
42778       </method>
42779       <method name="Int32 TestFoo()">
42780         <size>13</size>
42781       </method>
42782       <method name="Int32 TestIFoo(IFoo)">
42783         <size>8</size>
42784       </method>
42785     </type>
42786     <type name="Test+Foo">
42787       <method name="Void .ctor()">
42788         <size>7</size>
42789       </method>
42790       <method name="Int32 Test.IFoo.Hello(Test)">
42791         <size>2</size>
42792       </method>
42793       <method name="Int32 Hello(Test)">
42794         <size>2</size>
42795       </method>
42796     </type>
42797     <type name="X">
42798       <method name="Void .ctor()">
42799         <size>7</size>
42800       </method>
42801       <method name="Int32 Main()">
42802         <size>42</size>
42803       </method>
42804     </type>
42805   </test>
42806   <test name="test-partial-04.cs">
42807     <type name="B.Test">
42808       <method name="Void .ctor()">
42809         <size>7</size>
42810       </method>
42811       <method name="Void A.IFoo.Hello(IFoo)">
42812         <size>1</size>
42813       </method>
42814     </type>
42815     <type name="X">
42816       <method name="Void .ctor()">
42817         <size>7</size>
42818       </method>
42819       <method name="Void Main()">
42820         <size>1</size>
42821       </method>
42822     </type>
42823   </test>
42824   <test name="test-partial-05.cs">
42825     <type name="B">
42826       <method name="Void .ctor()">
42827         <size>7</size>
42828       </method>
42829     </type>
42830     <type name="A">
42831       <method name="Void .ctor()">
42832         <size>7</size>
42833       </method>
42834     </type>
42835     <type name="A2">
42836       <method name="Void .ctor()">
42837         <size>7</size>
42838       </method>
42839     </type>
42840     <type name="D">
42841       <method name="Void .ctor()">
42842         <size>7</size>
42843       </method>
42844       <method name="Void Main()">
42845         <size>1</size>
42846       </method>
42847     </type>
42848   </test>
42849   <test name="test-partial-06.cs">
42850     <type name="Foo">
42851       <method name="Void .ctor()">
42852         <size>7</size>
42853       </method>
42854       <method name="Void Finalize()">
42855         <size>13</size>
42856       </method>
42857     </type>
42858     <type name="B">
42859       <method name="Void .ctor()">
42860         <size>7</size>
42861       </method>
42862       <method name="Void Main()">
42863         <size>1</size>
42864       </method>
42865     </type>
42866   </test>
42867   <test name="test-partial-07.cs">
42868     <type name="Test">
42869       <method name="Void .ctor()">
42870         <size>7</size>
42871       </method>
42872     </type>
42873     <type name="TestAttribute">
42874       <method name="Void .ctor()">
42875         <size>7</size>
42876       </method>
42877     </type>
42878     <type name="Test2Attribute">
42879       <method name="Void .ctor()">
42880         <size>7</size>
42881       </method>
42882     </type>
42883     <type name="X">
42884       <method name="Void .ctor()">
42885         <size>7</size>
42886       </method>
42887       <method name="Int32 Main()">
42888         <size>62</size>
42889       </method>
42890     </type>
42891   </test>
42892   <test name="test-partial-08.cs">
42893     <type name="Foo">
42894       <method name="Void .ctor()">
42895         <size>7</size>
42896       </method>
42897       <method name="System.String get_Id()">
42898         <size>7</size>
42899       </method>
42900     </type>
42901     <type name="PartialAbstractCompilationError">
42902       <method name="Void .ctor()">
42903         <size>7</size>
42904       </method>
42905       <method name="Int32 Main()">
42906         <size>54</size>
42907       </method>
42908     </type>
42909   </test>
42910   <test name="test-partial-09.cs">
42911     <type name="Foo">
42912       <method name="Void .ctor()">
42913         <size>7</size>
42914       </method>
42915       <method name="System.String get_Id()">
42916         <size>7</size>
42917       </method>
42918     </type>
42919     <type name="Bar">
42920       <method name="Void .ctor(String)">
42921         <size>14</size>
42922       </method>
42923     </type>
42924     <type name="PartialAbstractCompilationError">
42925       <method name="Void .ctor()">
42926         <size>7</size>
42927       </method>
42928       <method name="Void Main()">
42929         <size>21</size>
42930       </method>
42931     </type>
42932   </test>
42933   <test name="test-partial-10.cs">
42934     <type name="Test2.Foo">
42935       <method name="Void .ctor()">
42936         <size>7</size>
42937       </method>
42938       <method name="Void .cctor()">
42939         <size>15</size>
42940       </method>
42941     </type>
42942     <type name="X">
42943       <method name="Void .ctor()">
42944         <size>7</size>
42945       </method>
42946       <method name="Int32 Main()">
42947         <size>68</size>
42948       </method>
42949     </type>
42950     <type name="Test3.Foo">
42951       <method name="Void .cctor()">
42952         <size>15</size>
42953       </method>
42954     </type>
42955   </test>
42956   <test name="test-partial-11.cs">
42957     <type name="StaticClass">
42958       <method name="System.String Name()">
42959         <size>6</size>
42960       </method>
42961     </type>
42962     <type name="MainClass">
42963       <method name="Void .ctor()">
42964         <size>7</size>
42965       </method>
42966       <method name="Boolean IsStatic(System.Type)">
42967         <size>73</size>
42968       </method>
42969       <method name="Int32 Main()">
42970         <size>56</size>
42971       </method>
42972     </type>
42973   </test>
42974   <test name="test-partial-12.cs">
42975     <type name="Test1.Foo">
42976       <method name="Void .ctor()">
42977         <size>7</size>
42978       </method>
42979       <method name="IEnumerable E()">
42980         <size>16</size>
42981       </method>
42982     </type>
42983     <type name="X">
42984       <method name="Void .ctor()">
42985         <size>7</size>
42986       </method>
42987       <method name="Int32 Main()">
42988         <size>102</size>
42989       </method>
42990     </type>
42991     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
42992       <method name="Void .ctor()">
42993         <size>7</size>
42994       </method>
42995       <method name="System.Object System.Collections.IEnumerator.get_Current()">
42996         <size>7</size>
42997       </method>
42998       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
42999         <size>7</size>
43000       </method>
43001       <method name="Boolean MoveNext()">
43002         <size>69</size>
43003       </method>
43004       <method name="Void Dispose()">
43005         <size>8</size>
43006       </method>
43007       <method name="Void Reset()">
43008         <size>6</size>
43009       </method>
43010       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
43011         <size>7</size>
43012       </method>
43013       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
43014         <size>26</size>
43015       </method>
43016     </type>
43017   </test>
43018   <test name="test-partial-13.cs">
43019     <type name="Test.Test">
43020       <method name="Void .ctor()">
43021         <size>7</size>
43022       </method>
43023       <method name="Boolean Equals(System.Object)">
43024         <size>2</size>
43025       </method>
43026       <method name="Int32 GetHashCode()">
43027         <size>2</size>
43028       </method>
43029       <method name="Void Main()">
43030         <size>1</size>
43031       </method>
43032     </type>
43033   </test>
43034   <test name="test-partial-14.cs">
43035     <type name="T">
43036       <method name="Void .ctor()">
43037         <size>7</size>
43038       </method>
43039     </type>
43040     <type name="partial">
43041       <method name="Void .ctor()">
43042         <size>7</size>
43043       </method>
43044     </type>
43045     <type name="A">
43046       <method name="Void .ctor()">
43047         <size>7</size>
43048       </method>
43049       <method name="Void partial(partial)">
43050         <size>3</size>
43051       </method>
43052     </type>
43053     <type name="B">
43054       <method name="Void .ctor()">
43055         <size>7</size>
43056       </method>
43057       <method name="Void Main()">
43058         <size>1</size>
43059       </method>
43060     </type>
43061   </test>
43062   <test name="test-partial-15.cs">
43063     <type name="Foo.X">
43064       <method name="Void .ctor()">
43065         <size>7</size>
43066       </method>
43067       <method name="Void Main()">
43068         <size>1</size>
43069       </method>
43070       <method name="IEnumerable Attempts2()">
43071         <size>16</size>
43072       </method>
43073       <method name="IEnumerable get_Attempts()">
43074         <size>16</size>
43075       </method>
43076       <method name="IEnumerable get_Item(Int32)">
43077         <size>16</size>
43078       </method>
43079     </type>
43080     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
43081       <method name="Void .ctor()">
43082         <size>7</size>
43083       </method>
43084       <method name="System.Object System.Collections.IEnumerator.get_Current()">
43085         <size>7</size>
43086       </method>
43087       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
43088         <size>7</size>
43089       </method>
43090       <method name="Boolean MoveNext()">
43091         <size>36</size>
43092       </method>
43093       <method name="Void Dispose()">
43094         <size>8</size>
43095       </method>
43096       <method name="Void Reset()">
43097         <size>6</size>
43098       </method>
43099     </type>
43100     <type name="Foo.X+&lt;&gt;c__Iterator1">
43101       <method name="Void .ctor()">
43102         <size>7</size>
43103       </method>
43104       <method name="System.Object System.Collections.IEnumerator.get_Current()">
43105         <size>7</size>
43106       </method>
43107       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
43108         <size>7</size>
43109       </method>
43110       <method name="Boolean MoveNext()">
43111         <size>36</size>
43112       </method>
43113       <method name="Void Dispose()">
43114         <size>8</size>
43115       </method>
43116       <method name="Void Reset()">
43117         <size>6</size>
43118       </method>
43119     </type>
43120     <type name="Foo.X+&lt;&gt;c__Iterator2">
43121       <method name="Void .ctor()">
43122         <size>7</size>
43123       </method>
43124       <method name="System.Object System.Collections.IEnumerator.get_Current()">
43125         <size>7</size>
43126       </method>
43127       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
43128         <size>7</size>
43129       </method>
43130       <method name="Boolean MoveNext()">
43131         <size>36</size>
43132       </method>
43133       <method name="Void Dispose()">
43134         <size>8</size>
43135       </method>
43136       <method name="Void Reset()">
43137         <size>6</size>
43138       </method>
43139     </type>
43140     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
43141       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
43142         <size>7</size>
43143       </method>
43144       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
43145         <size>26</size>
43146       </method>
43147     </type>
43148     <type name="Foo.X+&lt;&gt;c__Iterator1">
43149       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
43150         <size>7</size>
43151       </method>
43152       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
43153         <size>26</size>
43154       </method>
43155     </type>
43156     <type name="Foo.X+&lt;&gt;c__Iterator2">
43157       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
43158         <size>7</size>
43159       </method>
43160       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
43161         <size>26</size>
43162       </method>
43163     </type>
43164   </test>
43165   <test name="test-partial-16.cs">
43166     <type name="A.C">
43167       <method name="Void .ctor()">
43168         <size>23</size>
43169       </method>
43170       <method name="Void .cctor()">
43171         <size>11</size>
43172       </method>
43173     </type>
43174     <type name="B.C2">
43175       <method name="Void .ctor()">
43176         <size>7</size>
43177       </method>
43178       <method name="Boolean Test()">
43179         <size>2</size>
43180       </method>
43181       <method name="System.Object Test_I()">
43182         <size>2</size>
43183       </method>
43184       <method name="Void Main()">
43185         <size>1</size>
43186       </method>
43187     </type>
43188   </test>
43189   <test name="test-partial-17.cs">
43190     <type name="Test">
43191       <method name="Void .ctor()">
43192         <size>7</size>
43193       </method>
43194       <method name="Boolean Check(System.String, System.String[])">
43195         <size>42</size>
43196       </method>
43197       <method name="Void Main()">
43198         <size>1</size>
43199       </method>
43200     </type>
43201   </test>
43202   <test name="test-partial-18.cs">
43203     <type name="N.Foo">
43204       <method name="Void .ctor()">
43205         <size>17</size>
43206       </method>
43207       <method name="Void Main()">
43208         <size>1</size>
43209       </method>
43210     </type>
43211   </test>
43212   <test name="test-partial-19.cs">
43213     <type name="Bug.GL">
43214       <method name="Void Main()">
43215         <size>7</size>
43216       </method>
43217     </type>
43218     <type name="Bug.GL+Core">
43219       <method name="Boolean A()">
43220         <size>2</size>
43221       </method>
43222     </type>
43223   </test>
43224   <test name="test-partial-20.cs">
43225     <type name="A">
43226       <method name="Void .ctor()">
43227         <size>7</size>
43228       </method>
43229       <method name="Void .cctor()">
43230         <size>7</size>
43231       </method>
43232     </type>
43233     <type name="B">
43234       <method name="Void .ctor()">
43235         <size>7</size>
43236       </method>
43237       <method name="Void .cctor()">
43238         <size>7</size>
43239       </method>
43240     </type>
43241     <type name="C">
43242       <method name="Void .ctor()">
43243         <size>7</size>
43244       </method>
43245       <method name="Int32 Main()">
43246         <size>38</size>
43247       </method>
43248     </type>
43249   </test>
43250   <test name="test-partial-21.cs">
43251     <type name="Mono.Sms.Main">
43252       <method name="Void .ctor()">
43253         <size>7</size>
43254       </method>
43255       <method name="Void Test()">
43256         <size>42</size>
43257       </method>
43258     </type>
43259     <type name="Mono.Sms.Contacts">
43260       <method name="Void .ctor()">
43261         <size>7</size>
43262       </method>
43263       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
43264         <size>24</size>
43265       </method>
43266       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
43267         <size>24</size>
43268       </method>
43269       <method name="Void Test()">
43270         <size>12</size>
43271       </method>
43272     </type>
43273     <type name="Mono.Sms.Core.Agenda">
43274       <method name="Void .ctor()">
43275         <size>7</size>
43276       </method>
43277       <method name="Void AddContact()">
43278         <size>1</size>
43279       </method>
43280       <method name="Void Main()">
43281         <size>1</size>
43282       </method>
43283     </type>
43284     <type name="Mono.Sms.Contacts+ContactsHandler">
43285       <method name="Void .ctor(Object, IntPtr)">
43286         <size>0</size>
43287       </method>
43288       <method name="Void Invoke()">
43289         <size>0</size>
43290       </method>
43291       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43292         <size>0</size>
43293       </method>
43294       <method name="Void EndInvoke(IAsyncResult)">
43295         <size>0</size>
43296       </method>
43297     </type>
43298     <type name="Mono.Sms.Main">
43299       <method name="Void &lt;Test&gt;m__0()">
43300         <size>6</size>
43301       </method>
43302     </type>
43303   </test>
43304   <test name="test-partial-22.cs">
43305     <type name="C">
43306       <method name="Void .ctor()">
43307         <size>7</size>
43308       </method>
43309       <method name="Int32 Main()">
43310         <size>2</size>
43311       </method>
43312     </type>
43313   </test>
43314   <test name="test-partial-23.cs">
43315     <type name="C">
43316       <method name="Void .ctor()">
43317         <size>7</size>
43318       </method>
43319       <method name="Void Partial_A()">
43320         <size>15</size>
43321       </method>
43322       <method name="Void Partial_B()">
43323         <size>15</size>
43324       </method>
43325       <method name="Void Partial_S()">
43326         <size>14</size>
43327       </method>
43328       <method name="Int32 Main()">
43329         <size>52</size>
43330       </method>
43331     </type>
43332   </test>
43333   <test name="test-partial-24.cs">
43334     <type name="N.C">
43335       <method name="Void .ctor()">
43336         <size>7</size>
43337       </method>
43338       <method name="Void Main()">
43339         <size>1</size>
43340       </method>
43341       <method name="Void Foo()">
43342         <size>1</size>
43343       </method>
43344     </type>
43345   </test>
43346   <test name="test-partial-25.cs">
43347     <type name="C">
43348       <method name="Void .ctor()">
43349         <size>7</size>
43350       </method>
43351       <method name="Void Partial(Int32)">
43352         <size>14</size>
43353       </method>
43354       <method name="Int32 Main()">
43355         <size>8</size>
43356       </method>
43357     </type>
43358   </test>
43359   <test name="test-partial-26.cs">
43360     <type name="ConsoleApplication1.X">
43361       <method name="Void .ctor()">
43362         <size>7</size>
43363       </method>
43364       <method name="Void Foo()">
43365         <size>1</size>
43366       </method>
43367     </type>
43368     <type name="ConsoleApplication1.Program">
43369       <method name="Void .ctor()">
43370         <size>7</size>
43371       </method>
43372       <method name="Int32 Main()">
43373         <size>98</size>
43374       </method>
43375     </type>
43376     <type name="ConsoleApplication1.Y">
43377       <method name="Void Foo()">
43378         <size>1</size>
43379       </method>
43380       <method name="Void .ctor()">
43381         <size>7</size>
43382       </method>
43383     </type>
43384   </test>
43385   <test name="test-var-01.cs">
43386     <type name="Test">
43387       <method name="Void .ctor()">
43388         <size>7</size>
43389       </method>
43390       <method name="Int32 Main()">
43391         <size>47</size>
43392       </method>
43393     </type>
43394   </test>
43395   <test name="test-var-02.cs">
43396     <type name="Class1">
43397       <method name="Void .ctor()">
43398         <size>15</size>
43399       </method>
43400       <method name="Boolean Method()">
43401         <size>2</size>
43402       </method>
43403     </type>
43404     <type name="Test">
43405       <method name="Void .ctor()">
43406         <size>7</size>
43407       </method>
43408       <method name="Int32 Main()">
43409         <size>116</size>
43410       </method>
43411     </type>
43412     <type name="Test+Class2">
43413       <method name="Void .ctor()">
43414         <size>15</size>
43415       </method>
43416       <method name="Boolean Method()">
43417         <size>2</size>
43418       </method>
43419     </type>
43420   </test>
43421   <test name="test-var-03.cs">
43422     <type name="Test">
43423       <method name="Void .ctor()">
43424         <size>7</size>
43425       </method>
43426       <method name="Int32 Main()">
43427         <size>166</size>
43428       </method>
43429     </type>
43430     <type name="&lt;PrivateImplementationDetails&gt;">
43431       <method name="Void .ctor()">
43432         <size>7</size>
43433       </method>
43434     </type>
43435   </test>
43436   <test name="test-var-05.cs">
43437     <type name="MyClass">
43438       <method name="Void .ctor(String)">
43439         <size>14</size>
43440       </method>
43441       <method name="Void Dispose()">
43442         <size>12</size>
43443       </method>
43444     </type>
43445     <type name="Test">
43446       <method name="Void .ctor()">
43447         <size>7</size>
43448       </method>
43449       <method name="Int32 Main()">
43450         <size>61</size>
43451       </method>
43452     </type>
43453   </test>
43454   <test name="test-var-06.cs">
43455     <type name="Test">
43456       <method name="Void .ctor()">
43457         <size>7</size>
43458       </method>
43459       <method name="Int32 Main()">
43460         <size>48</size>
43461       </method>
43462     </type>
43463   </test>
43464   <test name="test-var-07.cs">
43465     <type name="Test">
43466       <method name="Void .ctor()">
43467         <size>7</size>
43468       </method>
43469       <method name="Void var()">
43470         <size>1</size>
43471       </method>
43472       <method name="Int32 Main()">
43473         <size>33</size>
43474       </method>
43475     </type>
43476     <type name="var">
43477       <method name="Void .ctor()">
43478         <size>7</size>
43479       </method>
43480     </type>
43481   </test>
43482   <test name="test-var-08.cs">
43483     <type name="X">
43484       <method name="Void .ctor(Int32, Int32)">
43485         <size>10</size>
43486       </method>
43487       <method name="Void Main()">
43488         <size>1</size>
43489       </method>
43490     </type>
43491   </test>
43492   <test name="test-xml-042.cs">
43493     <type name="TestNamespace.TestClass">
43494       <method name="Void .ctor()">
43495         <size>7</size>
43496       </method>
43497       <method name="Void Main()">
43498         <size>1</size>
43499       </method>
43500       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
43501         <size>7</size>
43502       </method>
43503     </type>
43504   </test>
43505 </tests>